a {
    color: #752F6C;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #F59496;
}

.section-purple a {
    color: #FDEBEA;
    transition: all 0.2s ease-in-out;
}

.section-purple a:hover {
    color: #F59496;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.clearfix-wrapper:after {
    content: ".";
    padding-bottom: 2em;
}

html {
    overflow-x: hidden
}

body {
    font-family: 'DM Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #FAFAFA;
    font-size: 1.7rem;
    line-height: 1.9;
    color: #1C1C1C;
}

/*MAIN NAV STYLES*/
header {
    padding: 20px;
    text-align: left;
}

header img {
    width: 50px;
    height: auto;
    display: inline-block;
    margin: 0;
    float: left;
    position: absolute;
    width: 50px;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
}

header img:hover {
    margin-left: 5px;
}

.main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    margin-left: 65px;
}

.main-nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.main-nav ul li a {
    color: #1C1C1C;
    display: block;
    padding: 6px 0;
    font-weight: 700;
    text-decoration: none;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
}

.main-nav ul li a:hover {
    border-top: solid 3px #F59496;
    border-bottom: solid 3px #F59496;
}

/* END MAIN NAV STYLES */

.button, button, .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'PT Serif', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    height: 44px;
    line-height: 38px;
    border-top: solid 3px #F59496;
    border-bottom: solid 3px #F59496;
    border-left: none;
    border-right: none;
    color: #752F6C;
    background-color: transparent;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
}

.button:hover, button:hover, .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
    border-top: solid 3px #752F6C;
    border-bottom: solid 3px #752F6C;
    border-left: none;
    border-right: none;
    color: #752F6C;
    background-color: transparent;
}

.button:focus, button:focus, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
    border-top: solid 3px #752F6C;
    border-bottom: solid 3px #752F6C;
    border-left: none;
    border-right: none;
    color: #752F6C;
    background-color: transparent;
}

h1 {
    font-family: 'PT Serif', Georgia, serif;
    font-weight: 700;
    color: #752F6C;
}

h3 {
    font-weight: 700;
}

h4 {
    font-family: 'PT Serif', Georgia, serif;
    letter-spacing: 0.2px;
}

h5 {
    font-weight: 700;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 20px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.caption-text {
    font-size: 1.5rem;
    margin-top: 10px;
    font-weight: 500;
    color: #752F6C;
}

.service-column-left {
    padding-right: 40px;
    border-right: solid 1px #F59496;
    border-bottom: none;
    margin-bottom: 0;
}

/*h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}*/

ul {
    list-style-type: disc;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #752F6C;
    outline: 0;
}

textarea {
    min-height: 100px;
}

.graph-block {
    position: relative;
}

.graph-paper {
    margin-top: -35px;
    margin-left: -100px;
    background-image: url(../images/graph-square.svg);
    background-size: 30px;
    background-repeat: repeat;
    height: 350px;
    width: calc(100% + 200px);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
}

.graph-paper:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.header-block {
    margin-top: 20px;
    margin-bottom: 80px;
}

.heading-container {
    background-color: #FDEBEA;
    padding: 40px 115px 40px 50px;
    margin-left: -35px !important;
}

.heading-container h1, .heading-container h4 {
    margin-bottom: 1rem;
}

.container {
    max-width: 1300px;
}

.image-fluid {
    width: 100%;
    height: auto;
}

.section-padding {
    padding: 80px 0;
}

.purple-text {
    color: #752F6C;
}

.section-purple {
    background-color: #752F6C;
}

.section-purple h1, .section-purple h2, .section-purple h3, .section-purple h4, .section-purple h5, .section-purple p {
    color: #FDEBEA;
}

.services-block {
    clear: both;
    float: none;
}

.services-list {
    width: 30%;
    float: left;
    margin-bottom: 0;
}

.contact-list {
    margin-top: 2rem;
    padding: 20px 0px 0 0px;
    box-sizing:border-box
}

.services-list ul, .contact-list {
    list-style-type: none;
    text-transform: uppercase;
    margin: 0;
}

.services-list ul li, .contact-list li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}

.services-list ul li:last-child, .contact-list li:last-child {
    margin: 0;
    padding: 0;
}

.services-list ul li a, .contact-list li a {
    color: #FDEBEA;
    text-decoration: none;
    border-bottom: solid 2px transparent;
    font-weight: 500;
    padding: 0 0 3px 0;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
}

.services-list ul li a:hover, .services-list ul li a.active-service, .contact-list li a:hover {
    border-bottom: solid 2px #F38490;
}

.services-desc {
    width: 70%;
    float: left;
}

.graph-paper-accent {
    position: absolute;
    width: 400px;
    z-index: -5;
    top: 25px;
    left: -45px;
}

.featured-project-block {
    background-color: #ffffff;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
}

.featured-project-block a {
    color: #1C1C1C;
}

.featured-project-block p a {
}


.featured-project-block:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.project-title-block {
    width: 40%;
    box-sizing: border-box;
    float: left;
    padding: 40px;
}

ul.project-services {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #752F6C;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

ul.project-services li {
    display: inline-block;
    margin: 0;
}

.featured-image {
    width: 60%;
    float: left;
    border-radius: 0 4px 4px 0;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.arrow-link:after {
    content: ' \2192';
    color: #F38490;
}

p a {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px dashed #F59496;
    padding-bottom: 2px;
    color: inherit;
    transition: all 0.2s ease-in-out;
}

p a:hover {
    color: inherit;
    border-bottom: 2px solid #F59496;
}


blockquote {
    font-weight: 700;
    font-family: 'DM Sans', Helvetica, Arial, sans-serif;
    color: #752F6C;
    border-left: solid 4px #F59496;
    padding-left: 2rem;
    margin-left: -2rem;
}

.box-padding {
    padding: 30px 40px 40px 40px;
}

.box-padding p, .box-padding h1, .box-padding h2, .box-padding h3, .box-padding h4, .box-padding h5 {
    margin: 0;
}

/*FOOTER STYLES*/
.process-section {
    margin-bottom: 80px;
}

footer {
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0;
    margin: 20px 0 15px 0
}

footer p {
    margin-bottom: 0;
    font-weight: 700;
    padding: 6px 0;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul li a {
    color: #1C1C1C;
    display: block;
    padding: 4px 0;
    font-weight: 700;
    text-decoration: none;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
}

.footer-nav ul li a:hover {
    border-top: solid 3px #F59496;
    border-bottom: solid 3px #F59496;
}

.footer-column-left {
    text-align: left;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.footer-column-right {
    text-align: right;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

/*END FOOTER STYLES*/


.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


ul.blog-list {
    list-style-type: none;
}

ul.blog-list li {
    border-bottom: solid 1px #B3B3B3;
    margin: 0;
}

ul.blog-list li:first-child {
    border-top: solid 1px #B3B3B3;
}

ul.blog-list li a {
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.blog-list li a:hover {
    background-color: #F1F1F1;
}

ul.blog-list li a p {
    font-family: 'PT Serif', Georgia, serif;
    font-weight: 400;
    margin: 0;
    color: #1C1C1C;
}


ul.blog-list li a h4 {
    font-weight: 700;
    margin: 0;
    color: #752F6C;
}

article p {
    font-family: 'PT Serif', Georgia, serif;
    font-weight: 400;
    color: #1C1C1C;
}

article {
    border-bottom: solid 1px #B3B3B3;
    margin: 0 0 20px 0;
}

.blog-navigation {
    border-top: solid 1px #B3B3B3;
    padding-top:2em;
}

.blog-column-left p , .blog-column-right p {
    margin: 0;
}

.blog-column-left p a, .blog-column-right p a {
    text-decoration: none;
    border: none;
}

.blog-column-left p a:hover, .blog-column-right p a:hover {
    text-decoration: underline;
}

.blog-column-left {
    text-align: left;
    width: 50%;
    float: left;
}

.blog-column-right {
    text-align: right;
    width: 50%;
    float: left;
}

.prev-next-text {
    font-family: 'PT Serif', Georgia, serif;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    color: #752F6C;
}

/*PORTFOLIO STYLES*/
.image-container {
    position: relative;
    margin-bottom: 4rem;
}

.image-container a {
    text-decoration: none;
}

.portfolio-image {
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease-in-out;
    background-color: #752F6C;
}

.image-container:hover .image-overlay {
    opacity: 0.9;
    width: calc(100% - 30px);
    left: 15px;
}

.image-text {
    position: absolute;
    /*top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    top: 40px;
    left: 40px;
}

.image-text h5 {
    color: #ffffff;
    margin: 0;
}

.image-text ul.project-services {
    color: #FDEBEA;
}

article .row {
    margin-bottom: 4rem;
}

article .row:last-child {
    margin-bottom: 4rem;
}

/*END PORTFOLIO STYLES*/


@media screen and (max-width: 1250px) {

}


@media screen and (max-width: 900px) {
    .process-section {
        margin-bottom: 40px;
    }

    .footer-column-left {
        text-align: center;
        width: 100%;
        float: none;
    }

    .footer-column-right {
        text-align: center;
        width: 100%;
        float: none;
    }

    .project-title-block {
        width: 50%;
        padding: 30px;
    }

    .featured-image {
        width: 50%;
        min-height: 400px;
    }

    .services-list {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .services-list ul li {
        display: inline-block;
        margin: 0 20px 10px 0;
    }

    .services-desc {
        width: 100%;
        float: none;
    }

    /*PORTFOLIO STYLES*/
    .image-container {
        position: relative;
    }

    .portfolio-image {
        display: block;
    }

    .image-overlay {
        position: relative;
        height: auto;
        width: 100%;
        opacity: 1;
        transition: .3s ease-in-out;
        background-color: #752F6C;
    }

    .image-container:hover .image-overlay {
        opacity: 1;
    }

    .image-text {
        position: relative;
        top: auto;
        left: auto;
        padding: 15px 20px;
    }

    /*END PORTFOLIO STYLES*/

}

@media screen and (max-width: 750px) {

    footer {
        margin: 0;
    }

    .section-padding {
        padding: 40px 0
    }

    .box-padding {
        padding: 20px 30px 30px 30px;
    }

    .project-title-block {
        width: 100%;
        padding: 30px;
    }

    .featured-image {
        width: 100%;
        min-height: 250px;
        border-radius: 0 0 4px 4px;
    }

    .service-column-left {
        padding-right: 0;
        border-right: none;
        border-bottom: solid 1px #F59496;
        margin-bottom: 20px;
    }


    .graph-paper {
        margin-top: -20px;
        margin-left: 0;
        background-image: url(../images/graph-square.svg);
        height: 250px;
        width: 100%;
    }

    .header-block {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .heading-container {
        padding: 30px 30px 30px 50px;
        margin-left: -50px !important;
    }

    .graph-paper-accent {
        position: absolute;
        width: 400px;
        z-index: -5;
        top: 40px;
        left: -20px;
    }

    /*MAIN NAV STYLES*/
    header {
        padding: 20px 20px 10px 20px;
        text-align: center;
    }

    header img {
        width: 50px;
        height: auto;
        display: block;
        float: none;
        position: relative;
        margin: 0 auto 10px auto;
        width: 50px;
    }

    header img:hover {
        margin-left: auto;
    }

    .main-nav ul {
        font-size: 1.6rem;
        margin-left: 0;
    }

    .main-nav ul li a {
        padding: 4px 0;
    }

    /* END MAIN NAV STYLES */

}


