﻿/*****************************************************************/
/************************** TOP SECTION **************************/
/*****************************************************************/

.main {
    background-color: none;
}

.main-content .main-column {
    width: 100%;
    left: 0;
}

.row.top-section {
    max-width: none;
}

/****************************************/
/******** TOP SECTION LEFT COLUMN *******/
/****************************************/

.left-col {
    background: #e3e3e3;
    color: #fff;
    /*border-right: 7px solid #fff;*/
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
}

    .left-col .row {
        width: 100%;
    }

    .left-col .row, .left-col .columns {
        margin: 0;
        padding: 0;
    }

    .left-col .left-col-top-link {
        display: block;
        width: 100%;
        height: 70px;
        background: url("../images/home/triangle-pointer-v3.png") no-repeat center bottom;
    }

    .left-col .top-link {
        display: block;
        width: 100%;
        background: #89bc40;
        text-align: center;
        margin: 0px;
    }

        .left-col .top-link p {
            margin: 0;
        }

        .left-col .top-link a, .left-col .bottom-link span {
            display: block;
            font-size: 24px;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            color: #13416d;
            font-weight: bold;
            line-height: 24px;
            margin: 0;
            padding: 13px 0px;
        }

    .left-col .left-col-block {
        border-bottom: 4px solid #fff;
    }

        .left-col .left-col-block:last-child {
            background: #c7c7c7;
        }

        .left-col .left-col-content {
            display: block;
            width: 90%;
            margin: 20px auto;
        }

        .left-col .left-col-content img {
            display: block;
            width: 90%;
            margin: 0px auto;
        }

            .left-col .left-col-content .term-block {
                display: block;
                width: 100%;
            }

                .left-col .left-col-content .term-block p {
                    padding: 0;
                    font-family: 'Oswald', sans-serif;
                    text-transform: uppercase;
                    font-size: 24px;
                    font-weight: bold;
                    line-height: 24px;
                    letter-spacing: 3px;
                    background-color: #89bc40;
                }

                .left-col .left-col-content .term-block .text1, .left-col .left-col-content .term-block .text2 {
                    display: inline-block;
                    padding: 10px 5px;
                }

                .left-col .left-col-content .term-block .text1 {
                    background-color: #15406b;
                }

                .left-col .left-col-content .term-block .text2 {
                }

            .left-col .left-col-content p.details {
                margin-left: 0;
                margin-bottom: 0px;
                color: #15406b; 
                line-height: 20px;
            }

    .left-col a.sidebar-button, .right-col .banner-text a.sidebar-button {
        display: block;
        margin: 10px 0px 10px 0px;
        background: #13416d;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        border-radius: 2px 2px;
        text-align: center;
        clear: both;
        line-height: 38px;
        text-transform: uppercase;
    }

        .left-col a.sidebar-button:hover {
            background: #c49435;
        }

    .left-col .left-col-bottom-link {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 50px;
        background: #0f426f;
        text-align: center;
    }

    .left-col .bottom-link a {
        display: block;
        padding: 15px 0;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 20px;
    }

/****************************************/
/******** TOP SECTION LEFT COLUMN *******/
/****************************************/



/****************************************/
/******* TOP SECTION RIGHT COLUMN *******/
/****************************************/

.right-col {
    display: block;
    position: relative;
    height: auto;
    background-size: contain;
    padding-left: 0;
    padding-right: 0;
}

.right-col-content {
}

.right-col .right-col-block {
    overflow: hidden;
}

.right-col .right-col-block img, .right-col .right-col-block video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.right-col .banner-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    
}

.right-col .banner-text {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    padding: 5px;
}

    .right-col .banner-text p {
        margin: 0px;
    }

    .right-col .banner-text .heading {
        font-family: 'Fjalla One', sans-serif;
    }

    .right-col .banner-text .heading, .right-col .banner-text .caption, .right-col .banner-text .slider-subtitle .caption-slider {
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        text-shadow: 5px 5px 10px #000;
        margin: 0;
        line-height: 1em;
    }

        .right-col .banner-text .caption, .right-col .banner-text .slider-subtitle .caption-slider {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 5px;
        }

    .right-col .banner-text a.sidebar-button {
        display: inline-block;
        padding: 5px;
        background: #c49435;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
    }

        .right-col .banner-text a.sidebar-button:hover {
            background: #13416d;
        }
    
    /**********************************/
    /***********home option 2 *********/
    /**********************************/

    .right-col .vid-play {
        margin-bottom: 10px;
    }

        .right-col .vid-play #play-btn {
            display: none;
            width: 40px;
        }

        .right-col .vid-pause {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 502;
        }

        .right-col .vid-pause #pause-btn {
            display: none;
            width: 30px;
        }

    .right-col .banner-text.banner-text-video .heading, .right-col .banner-text .caption {
        font-size: 18px;
    }

    .right-col .banner-text.banner-text-video .caption {
        font-size: 12px;
        margin-bottom: 5px;
    }

    /**********************************/
    /***********home option 2 *********/
    /**********************************/



    /**********************************/
    /***********home option 3 *********/
    /**********************************/

.right-col .right-col-block .rev_slider_wrapper {
    width: 100%;
    /*height: 100% !important;*/
}

    .right-col .right-col-block .rev_slider_wrapper .rev_slider {
        width: 100%;
        /*height: 100% !important;*/
    }

        .right-col .right-col-block .rev_slider_wrapper .rev_slider ul {
            width: 100%;
            /*height: 100%;*/
        }

.tp-bgimg {
    background-position: center top !important;
}

.tp-parallax-wrap, .tp-loop-wrap, .tp-mask-wrap, .tp-caption.cta-layer {
    width: 100%;
    height: 100%;
}

.right-col .tp-caption.heading-title, .right-col .tp-caption.slider-subtitle, .right-col .tp-caption .sidebar-button {
    position: absolute;
    left: 40px;
}

.right-col .tp-caption.heading-title {
    bottom: 67px;
}

.right-col .tp-caption.slider-subtitle {
    bottom: 47px;
}

.right-col .tp-caption .sidebar-button {
    bottom: 10px;
}

    /**********************************/
    /***********home option 3 *********/
    /**********************************/



    /****************************************/
    /******* TOP SECTION RIGHT COLUMN *******/
    /****************************************/



    /*****************************************************************/
    /************************** TOP SECTION **************************/
    /*****************************************************************/





    /*****************************************************************/
    /************************* BOTTOM SECTION ************************/
    /*****************************************************************/
        .quicklink-section-block {
            position: relative;
            position: unset;
            display: block;
            background: #fff;
            padding-bottom: 20px;
            border-top: 2px solid #fff;
            border-bottom: 0;
        }

.quicklink-section-block .row {
    max-width: unset;
    padding: 0;
}

.quicklink-section-block .quicklink-icon a {
    font-size: 16px;
}

    .quicklink-section-block .quicklink-icon a img {
        width: 40%;
    }

    .quicklink-section-block a span {
        display: block;
        color: #fff;
        /*font-size: 16px;*/
        text-align: center;
        clear: left;
    }

.quicklink-section-block .columns {
    padding-left: 0;
    padding-right: 0;
}

.quicklink-section-block .medium-6 {
    width: 100%;
}

.quicklink-section-block .quicklink-parent-col .row .quicklink-icon {
    text-align: center;
    padding: 30px 15px;
    background: #00406f;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.quicklink-section-block .quicklink-parent-col .row div.quicklink-icon:last-child {
    border-right: 0;
}

/*****************************************************************/
/************************* BOTTOM SECTION ************************/
/*****************************************************************/




@media only screen and (min-width: 400px) {
    .right-col .banner-text.banner-text-video .heading, .right-col .banner-text .caption, .right-col .banner-text .slider-subtitle .caption-slider {
        font-size: 24px;
    }

        .right-col .banner-text.banner-text-video .caption, .right-col .banner-text .slider-subtitle .caption-slider {
            font-size: 14px;
            margin-bottom: 5px;
        }
}

@media only screen and (min-width: 550px) {
    .right-col .banner-text.banner-text-video .heading, .right-col .banner-text .caption, .right-col .banner-text .slider-subtitle .caption-slider {
        font-size: 30px;
    }

        .right-col .banner-text.banner-text-video .caption, .right-col .banner-text .slider-subtitle .caption-slider {
            font-size: 16px;
            margin-bottom: 5px;
        }
}

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/
    /*.right-col .banner-text .heading {
        color: blue;
    }*/

    /*.left-col .small-12.left-col-block {
        width: 100%;
    }*/

    .left-content-row {
        border-bottom: 4px solid #fff;
    }

    .left-col .left-col-block:first-child {
        border-right: 2px solid #fff;
        border-bottom: 0;
    }

    .left-col .left-col-block:last-child {
        background: #e3e3e3;
        border-bottom: 0;
    }

    .left-col .left-col-content p.details {
        margin-left: 0;
    }

    .right-col .right-col-block.option-2, .right-col .right-col-block.option-3 {
        height: calc(100vh - 124px);
    }

    .right-col .vid-play #play-btn {
        width: 80px;
    }

    .right-col .banner-text .heading, .right-col .banner-text .caption, .right-col .banner-text.banner-text-video .heading, .right-col .banner-text .caption, .right-col .banner-text .slider-subtitle .caption-slider {
        font-size: 44px;
    }

        .right-col .banner-text .caption, .right-col .banner-text.banner-text-video .caption, .right-col .banner-text .slider-subtitle .caption-slider {
            font-size: 22px;
            margin-bottom: 5px;
        }

    .right-col .right-col-block .rev_slider_wrapper, .right-col .right-col-block .rev_slider_wrapper .rev_slider, .right-col .right-col-block .rev_slider_wrapper .rev_slider ul {
        height: 100% !important;
    }

    .tp-parallax-wrap {
        top: 0px !important;
        left: 0px !important;
    }

    .right-col .tp-caption.heading-title {
        bottom: 81px;
    }

    .right-col .tp-caption.slider-subtitle {
        bottom: 51px;
    }
}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */
    /*.right-col .banner-text .heading {
        color: purple;
    }*/

    .left-col .left-col-content p.details {
        margin-left: 25%;
    }

    .left-col .top-link a, .left-col .bottom-link span {
        font-size: 34px;
        line-height: 34px;
        padding: 8px 0px;
    }

    .right-col .banner-text .heading, .right-col .banner-text .caption, .right-col .banner-text.banner-text-video .heading, .right-col .banner-text .caption, .right-col .banner-text .slider-subtitle .caption-slider {
        font-size: 54px;
    }

        .right-col .banner-text .caption, .right-col .banner-text.banner-text-video .caption, .right-col .banner-text .slider-subtitle .caption-slider {
            font-size: 32px;
            margin-bottom: 5px;
        }

    .right-col .banner-text a.sidebar-button {
        padding: 10px;
        margin-bottom: 30px;
    }

    .right-col .tp-caption.heading-title {
        bottom: 122px;
    }

    .right-col .tp-caption.slider-subtitle {
        bottom: 82px;
    }
}

@media only screen and (min-width: 48.0625em) and (min-height: 650px) {
    .right-col .right-col-block {
        height: calc(100vh - 124px);
    }

        .right-col .right-col-block .rev_slider_wrapper, .right-col .right-col-block .rev_slider_wrapper .rev_slider, .right-col .right-col-block .rev_slider_wrapper .rev_slider ul {
            height: 100% !important;
        }

    .tp-parallax-wrap {
        top: 0px !important;
    }
}

@media only screen and (min-width: 64.063em) { /* ~1008px xlarge break point */

    /*.right-col .banner-text .heading {
        color: green;
    }*/

    /*.left-col .left-col-content p.details {
        margin-left: 0;
    }*/

    /* set bottom section icon links to gray horizontal */
    .quicklink-section-block {
        display: block;
        width: 100%;
        background: #00406f;
        z-index: 225;
        border-bottom: 5px solid #97c93c;
        border-top: 5px solid #c49435;
        padding-bottom: 0;
    }

        .quicklink-section-block .row {
            max-width: 1190px;
            margin: 0px auto;
            padding: 5px 0px;
            list-style: none;
        }

        .quicklink-section-block .quicklink-parent-col {
            width: 50%;
        }

            .quicklink-section-block .quicklink-parent-col .row .quicklink-icon {
                width: 33.33333%;
                padding: 10px 0px;
                border: 0;
                background: #00406f;
            }

        .quicklink-section-block a {
            display: block;
            padding: 0px;
            text-align: center;
        }

        .quicklink-section-block img {
            width: 5em;
        }

        .quicklink-section-block a span {
            display: block;
            color: #fff;
            text-align: center;
            clear: left;
        }
}

@media only screen and (min-width: 75em) and (min-height: 650px) { /* ~1182px xxlarge break point */
    /*.right-col .banner-text .heading {
        color: red;
    }*/

    /* large-push-3 */
    .top-section .right-col {
        position: relative;
        width: 75%;
        left: 25%;
        right: auto;
    }

    /* large-pull-9 */
    .top-section .left-col {
        position: relative;
        width: 25%;
        right: 75%;
        left: auto;
    }

    .left-col {
        height: calc(100vh - 124px); /* 124px header height */
        border-right: 7px solid #fff;
    }

        .left-col .left-col-top-link {
            height: 50px;
        }

        .left-col .top-link a, .left-col .bottom-link span {
            font-size: 24px;
            line-height: 24px;
            padding: 8px 0px;
        }

    .left-content-row {
        border-bottom: 0;
    }

    .left-col .left-col-block {
        width: 100%;
        height: calc(50vh - 118px); /* calc height minus half header (62), minus half top-link (35), minus half bottom-link (25), plus borders (4px) */
        border-bottom: 4px solid #fff;
        /*padding-top: 5px;*/
    }

            .left-col .left-col-block:first-child {
                border-right: 0;
                border-bottom: 4px solid #fff;
            }

                .left-col .left-col-block:first-child .left-col-content {
                    padding-top: 0px;
                }

            .left-col .left-col-block:last-child .left-col-content {
                padding-top: 5px;
            }

    .left-col .left-col-content .term-block p {
        margin-bottom: 10px;
    }

    .left-col .left-col-content .term-block .text1, .left-col .left-col-content .term-block .text2 {
        padding: 5px 5px;
    }

        .left-col .left-col-block .left-col-content p.details {
            font-size: 14px;
            margin-left: 10%;
        }

        .left-col a.sidebar-button {
            line-height: 14px;
            padding: 3px;
            margin: 5px 0;
        }


    .left-col .left-col-bottom-link {
        border-top: 4px solid #fff;
    }

    .right-col-block {
        background-size: cover;
        height: calc(100vh - 124px);
    }

    .right-col .banner-text .heading, .right-col .banner-text.banner-text-video .heading {
        font-size: 72px;
    }
}

@media only screen and (min-width: 75em) and (min-height: 730px) {
    .left-col .left-col-content {
        height: 70%;
        margin-top: 10%;
        margin-bottom: 10%;
        padding-top: 0;
    }

    .left-col .left-col-block .left-col-content p.details {
        font-size: 16px;
    }

    .left-col a.sidebar-button {
        line-height: 16px;
        padding: 8px;
        margin: 10px 0;
    }

    .left-col .left-col-content .term-block p {
        font-size: 24px;
        line-height: 24px;
    }

    .left-col .left-col-content .term-block .text1, .left-col .left-col-content .term-block .text2 {
        padding: 15px 5px;
    }
}

@media only screen and (min-width: 95em) and (min-height: 650px) { /* ~1503px desktop break point */
    /*.right-col .banner-text .heading {
        color: yellow;
    }*/

    .left-col .left-col-top-link {
        height: 70px;
    }

    .left-col .top-link a, .left-col .bottom-link span {
        font-size: 34px;
        line-height: 34px;
        padding: 13px 0px;
    }

    .left-col .left-col-block {
        height: calc(50vh - 118px); /* calc height minus half header (62), minus half top-link (40), minus half bottom-link (25), plus borders (4px) */
    }

    /*.left-col .left-col-block:first-child .left-col-content {
            padding-top: 20px;
        }

        .left-col .left-col-block:last-child .left-col-content {
            padding-top: 20px;
        }*/

    .left-col .left-col-content .term-block p {
        font-size: 34px;
        line-height: 34px;
    }

    .left-col .left-col-block .left-col-content p.details {
        margin-left: 25%;
    }
}

@media only screen and (min-width: 110em) and (min-height: 650px) {
    /*.right-col .banner-text .heading {
        color: pink;
    }*/

    .left-col .left-col-content .term-block p {
        font-size: 40px;
        line-height: 40px;
    }
}