@charset "utf-8";
/* CSS Document */

section.headerSection h2 {

    font-weight: bold;
    font-size: 50px;
    letter-spacing: -3px;
    line-height: 1em;

}

section.headerSection h3 {

    font-weight: bold;
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 1.15em;

}

.limitedHeaderWidth h2,
.limitedHeaderWidth h3 {
    max-width: 700px;
}

section.headerSection p,
section.headerSection li {
    font-size: 16px;
}

section.headerSection {

    height: min-600px;

}


section.headerSection h2 {

    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    margin-bottom: 40px !important;

}

section.headerSection p {

    font-size: 22px !important;
    line-height: 26px !important;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    font-weight: 400;
    letter-spacing: -.5px;
    max-width: 600px;
    margin-bottom: 15px;

}


@media(max-width:1200px) {


    section.headerSection div.full-width {
        padding: 0 40px;
    }

}

@media(max-width:550px) {


    section.headerSection div.full-width {
        padding: 0 25px;
    }

    section.headerSection h2 {

        margin-bottom: 25px !important;
        font-size: 42px;

    }

}



section:not(.headerSection) p strong,
section:not(.headerSection) li strong {

    color: rgb(0, 135, 206) !important;

}


section.sameHeightH3 h3 {

    height: 80px;

}

section.rowWithIcons img {

    height: 80px !important;
    margin-bottom: 20px;

}

section.rowWithBigNumbers div.w-image {
    text-align: center;
}

section.rowWithBigNumbers div.w-image img {

    height: 100px;
    width: auto;
    margin-bottom: 20px;

}


.quoteSpacing .one-third {

    padding: 25px 20px 25px 20px !important;

}

.quoteSpacing .two-thirds {

    padding: 5% 5% 5% 20px !important;

}

@media(max-width:768px) {

    .quoteSpacing .one-third {

        padding: 20px !important;

    }

    .quoteSpacing .two-thirds {

        padding: 20px !important;

    }

}

.quote p {
    padding-left: 35px;
    border-left: 10px solid rgb(0, 135, 206);
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.quote p em {

    font-style: normal !important;
    font-size: 16px;
    display: block;
    padding-top: 10px;

}


.w-testimonial {

    background-color: #eeeeee;
    color: rgb(0, 135, 206);
    border-radius: 2px;

}

.w-testimonial blockquote {

    height: 400px;
    position: relative;
}

.w-testimonial::before {

    color: white !important;
    font-size: 170px !important;
    left: 190px !important;

}

.w-testimonial .w-testimonial-text {

    padding: 30px 40px 0 275px;
    line-height: 1.35em;
    font-size: 1.5em;

}

.w-testimonial .w-testimonial-person {

    position: absolute;
    left: -30px;
    bottom: 0;
    overflow: visible;
    min-height: 190px;

}

.w-testimonial .w-testimonial-person img {

    float: none;
    margin-right: 0;
    border-radius: 0;
    height: 150px;
    width: 150px;
    position: absolute;
    left: -70px;


}

.w-testimonial .w-testimonial-person-name {

    margin-left: 100px;
    font-size: 20px;
    letter-spacing: -1px;

}

.w-testimonial .w-testimonial-person-name i {

    display: block;
    clear: left;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding-top: 10px;
    line-height: 20px;

}



@media(max-width:1050px) {

    .w-testimonial blockquote {

        height: auto;

    }

    .w-testimonial::before {

        left: -37px !important;

    }

    .w-testimonial .w-testimonial-text {

        padding-left: 0;
        font-size: 1.35em;

    }

    .w-testimonial .w-testimonial-person {

        position: relative;
        padding-top: 35px;
        padding-bottom: 1px;

    }

    .w-testimonial .w-testimonial-person img {

        left: 0;
        position: relative;
        margin-bottom: 20px;

    }

    .w-testimonial .w-testimonial-person-name {

        margin-left: 170px;
        position: absolute;
        top: 50px;

    }
}

@media(max-width:600px) {

    .w-testimonial .w-testimonial-person-name {

        margin-left: 120px;
        position: absolute;
        top: 30px;

    }

    .w-testimonial .w-testimonial-person img {

        height: 100px !important;
        width: 100px !important;

    }

}


.fakeGallery {
    padding: 10px 0 !important;
}

.fakeGallery .one-quarter {

    padding: 8px !important;

}

div.landing_page_intro h3 {

    line-height: 35px !important;

}

div.landing_page_intro p {
    padding: 0 !important;
    line-height: 1.5em !important;
}

.landing_page_carousel div.landing_page_intro p {
    padding: 20px !important;
    line-height: 1.5em !important;
}
.landing_page_carousel .g-cols.offset_small > .one-half {
   margin-left:2%;
}
.landing_page_carousel .g-cols.offset_small > .one-quarter {
   width:24%;
}
.landing_page_carousel .g-cols.offset_small > div {
   margin-left:1%;
}