﻿
/* "Global" marketing styling */

/* General font and alignment styling */

.landingPanel * {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.landingPanel i {
    font-family: FontAwesome !important
}

.leftAlign {
    text-align: left !important;
}

@media(max-width: 794px) {
    .landingPanel > .container {
        width: 90% !important;
        padding-bottom: 80px !important;
    }
}

@media(max-width: 600px) {
    .landingPanel > .container {
        width: 100% !important;
        padding-bottom: 50px !important;
    }
}

.slider-container {
    position: relative;
    background-color: white !important;
    margin-top: 20px;
}


.slick-prev, .slick-next {
    background-color: white !important;
}

    .slick-prev:before, .slick-next:before {
        color: #666 !important;
        font-size: 30px;
    }


/* Header and subtitle styling */

.landingHeader {
    font-weight: 700;
    text-align: center;
    font-size: 36px;
}

.landingSubtitle {
    font-size: 20px;
    color: #666;
    text-align: center;
    margin-top: 2px;
}


    .landingSubtitle > span {
        font-weight: bold;
    }

@media(max-width: 767px) {
    .landingHeader {
        font-size: 30px;
    }

    .landingSubtitle {
        font-size: 20px;
    }
}

@media(max-width: 500px) {
    .landingHeader {
        font-size: 24px;
    }

    .landingSubtitle {
        font-size: 18px;
    }
}

/* Image styling */

.landingImage {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

.landingImage {
    margin: 0px;
    margin-top: 10px;
}


@media(min-width: 991px) {
    .sidePanelImageContainer {
        padding-left: 30px;
        padding-right: 30px;
    }

        /*.sidePanelImageContainer.reverse img {
            padding: 0px 10px;
        }*/
}


/* "List" structure styling */

.landingList {
    margin-top: 0px;
}

.landingListRow {
    margin: 10px 0px;
}

.landingListHeaderContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.landingListHeader {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 15px;
}

.landingListImage {
    width: 30px;
    height: 30px;
}

.landingListText {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

/* Link styling */


.landingPanel a {
    color: #333;
    text-decoration: none
}

.landingLinkContainer {
    padding-bottom: 30px;
}


.landingLearnMoreLink {
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
    text-align: center;
}

    .landingLearnMoreLink:before {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0;
        border-bottom: 2px solid #ef4623;
        width: 100%;
    }



/* Opener panel styling */

.landingPanel.opener {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f7f7f7), color-stop(70%, #fff));
    background-image: -webkit-linear-gradient(#f7f7f7 60%, #fff 70%);
    background-image: -o-linear-gradient(#f7f7f7 60%, #fff 70%);
    background-image: linear-gradient(#f7f7f7 60%, #fff 70%);
    padding-top: 50px;
    background-size: cover;
}

    .landingPanel.opener .container {
        padding-bottom: 50px;
        border-bottom: 1px solid #eee;
    }

/*@media(min-width: 768px) {
    .landingPanel.opener .landingHeader {
        font-size: 36px;
    }
    .landingPanel.opener .landingSubtitle {
        font-size: 20px;
    }
}*/

@media(max-width: 600px) {
    .landingPanel.opener {
        padding-top: 50px;
    }
}

.landingButtonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.landingButton {
    padding: 5px 20px;
    margin: 10px 10px;
    font-weight: 600;
    font-size: 16px;
}

    .landingButton.one {
        background-color: #ef4623;
        color: white;
    }

        .landingButton.one:hover {
            background-color: #D63E20;
        }

    .landingButton.two {
        background-color: #ddd;
    }

        .landingButton.two:hover {
            background-color: #ccc;
        }

/* Standard panel styling */


.landingPanel.standard {
    margin-top: 100px;
}

    .landingPanel.standard > .container {
        border-bottom: 1px solid #eee;
        padding-bottom: 125px
    }


@media(max-width: 769px) {
    .landingPanel.standard {
        margin-top: 70px;
    }
}

@media(max-width: 600px) {
    .landingPanel.standard {
        margin-top: 30px;
    }
}

/* Reverse panel styling */

@media(max-width: 990px) {
    .reverseRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }
}


/*Closer container styling*/


.landingPanel.closer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 0px !important;
    background-image: url('/images/landing/waveMixed.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 150px;
    background-size: 100% 150px;
}

@media(min-width: 1600px) {
    .landingPanel.closer {
        background-size: 100% 200px;
    }
}

@media(min-width: 2000px) {
    .landingPanel.closer {
        background-size: 100% 250px;
    }
}

@media(min-width: 2700px) {
    .landingPanel.closer {
        background-size: 100% 300px;
    }
}

@media(max-width: 769px) {
    .landingPanel.closer {
        padding-bottom: 100px;
        background-size: 100% 120px;
    }
}

@media(max-width: 600px) {
    .landingPanel.closer {
        margin-top: 50px;
        padding-bottom: 50px;
        background-size: 100% 80px;
    }
}


/*Testimonials Styling*/

.landingTestimonialsMegaContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
    padding-bottom: 100px;
}

.landingTestimonialsTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 30px;
}

    .landingTestimonialsTitle > span {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        margin: 5px 20px;
    }

    .landingTestimonialsTitle > img {
        fill: #E31B23 !important;
        margin: 5px 0px;
        display: inline-block;
        width: 40px;
    }

@media(max-width: 767px) {
    .landingTestimonialsTitle {
        margin-top: 20px;
    }

        .landingTestimonialsTitle > span {
            font-size: 24px;
        }

        .landingTestimonialsTitle > img {
            width: 40px;
        }
}

.landingTestimonialsRow {
    margin-top: 10px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(max-width: 767px) {
    .landingTestimonialsRow {
        width: 100%;
    }
}

.landingTestimonialsContainer {
    margin: 20px 20px 20px 20px;
    padding: 40px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 30px rgba(50,50,50,0.25);
    box-shadow: 1px 1px 30px rgba(50,50,50,0.25);
}

@media(min-width: 992px) {
    .singleRowAdjustment {
        width: calc(83.33333333333% + 40px);
    }
}

@media(min-width: 1200px) {
    .landingTestimonialsContainer {
        min-width: 530px;
    }

    .singleRowAdjustment {
        min-width: 1100px;
    }
}

.landingTestimonialsGutter {
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.landingTestimonialsBody {
    line-height: 1.8;
    font-size: 18px;
    color: #333;
}

@media(max-width: 600px) {
    .landingTestimonialsBody {
        font-size: 16px;
    }
}

.landingTestimonialsMetadata {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

    .landingTestimonialsMetadata > img {
        width: 45px;
    }

    .landingTestimonialsMetadata > span {
        padding-left: 20px;
    }


/*Closing Styling*/

.landingCloseContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 100px;
}

.landingClosingTitle {
    width: 90%;
    margin: 0px auto;
    margin-top: 50px;
}

.landingClosingButton {
    font-size: 24px;
    padding: 25px 30px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    margin-top: 30px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    .landingClosingButton:hover {
        background-color: #eee;
    }

.landingClosingArrrow {
    width: 100px;
    margin-top: 50px;
}


@media(min-width: 768px) {
    .multiRow {
        margin-top: 10px !important;
    }

    .multiRowHeader {
        margin-bottom: 30px !important;
    }
}

@media(max-width: 767px) {
    .multiRow:first-child {
        margin-top: 30px !important;
    }

    .multiRow > .col-md-4 {
        margin: 20px 0px !important;
    }
}

.multiRow > .col-md-4 {
    margin: 10px 0px !important;
}


@media(max-width: 1100px) {
    .multiRow > .col-md-4 {
        width: 83.3333333333% !important;
        margin-left: 8.333333333% !important;
    }
}
