﻿
html {
    scroll-behavior: smooth;
}

strong {
    font-weight: 600;
}

.heroHeader header {
    background: none;
    border-bottom: none;
}

.navLogo img {
    position: relative;
}

.container {
    width: 100%;
}

section.container {
    max-width: none;
    padding: 0;
}


/*----- 1a. Hero styles ----*/

.slider {
    height: 408px;
}

@media (min-width: 48em) /* 768px */ {
    .slider {
        height: 668px;
    }
}



.hero {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
}
  
    .hero h1 {
        font-weight: 700;
        font-size: 1.875em;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 0;
        max-width: 425px;
        letter-spacing: 2px;
    }

        @media (min-width: 48em) /* 768px */ {
            .hero h1 {
                font-size: 4em;
                line-height: 1;
            }
        }


        .hero h1 span {
            font-weight: 500;
            display: block;
            font-size: 24px;
            letter-spacing: 1px;
            color: #333;
            text-align: left;
        }

.hero p {
    width: 100%;
    line-height: 1.7;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

            .hero .content h1 span {
                font-size: 16px;
                font-weight: 700;
            }

            .hero .content {
                width: 100%;
                text-align: center;
            }


.divider {
    border: 2px solid #f9b81c;
    width: 46px;
    display: block;
    margin: 20px auto;
}

.none {
    display: block;
    margin-top: 90px;
}

@media (min-width: 41em) /* 665px */ {
    .none {
        margin-top: 0px;
    }
}

@media (min-width: 48em) /* 768px */ {
    .none {
        display: none;
    }
}

.bgImgText span span.homeButton {
   margin: 3px auto;
   padding: 0;
}

.homeButton a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 21px 33px;
    border-radius: 20px;
    line-height: 0;
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    max-width: 250px;
    background: #1154b8;
    text-transform: uppercase;
}

@media (min-width: 48em) /* 768px */ {
    .homeButton a {
        padding: 18px 33px;
        margin: 6px auto;
    }
}

@media (min-width: 56.5625em) /* 768px */ {
    .homeButton a {
        padding: 21px 33px;
        margin: 15px auto;
    }
}

.bgImgText span span.homeButton a:hover {
    background: #ff6831;
}

.scheduleButton a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 21px 33px;
    border-radius: 20px;
    line-height: 0;
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    max-width: 250px;
    background: #ff6831;
    text-transform: uppercase;
}

    .scheduleButton a:hover {
        background: #1154b8;
    }

/*----------------------- Home Header ------------------*/


.container.homeHeader {
    background: url('../../../images/homeBg-LF.jpg') no-repeat 0 11px;
    padding: 0;
    background-size: contain;
}

@media (min-width: 41em) /* 768px */ {
    .container.homeHeader {
        background-position: 0 -2.9%;
    }
}

@media (min-width: 48em) /* 768px */ {
    .container.homeHeader {
        background-position: 0 66%;
    }
}

@media (min-width: 56.5625em) /* 768px */ {
    .container.homeHeader {
        background-position: 0 58%;
    }
}

.waves {
    display: none;
}

@media (min-width: 48em) /* 768px */ {
    .waves {
        height: 100px;
        position: relative;
        display: block;
        top: -57px;
    }
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}



.blueWave {
    width: 100%;
    height: 90px;
    background: url('../../../images/blue-wave.svg');
    -webkit-animation: wave 50s ease infinite;
    -moz-animation: wave 50s ease infinite;
    animation: wave 50s ease infinite;
    position: relative;
    top: 52%;
    z-index: 10;
}

@-webkit-keyframes wave {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes wave {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes wave {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


.homeHeader p {
    color: #ff6831;
    margin: 65px auto;
    font-size: 26px;
    line-height: 29px;
    font-weight: 500;
    text-align: center;
    padding: 0 15px;
}

@media (min-width: 41em) /* 665px */ {
    .homeHeader p {
        margin: 82px auto 0;
    }
}

    @media (min-width: 48em) /* 768px */ {
        .homeHeader p {
            padding: 0;
            font-size: 24px;
            line-height: 29px;
            margin: 10px auto 0;
        }
    }


.homeHeader h1 {
    font-size: .8em;
    color: #1154b8;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 0 40px;
    max-width: none;
}

    @media (min-width: 48em) /* 768px */ {
        .homeHeader h1 {
            font-size: 1em;
            padding: 0;
        }
    }


.bgImgText {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1250px !important;
    margin: 0 auto;
    
}

    .bgImgText br {
        display: none;
    }

    .bgImgText span {
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        /*--font-family: 'Raleway', sans-serif;-*/
        color: #ff6831;
    }

        @media (min-width: 48em) /* 768px */ {
            .bgImgText span {
                font-weight: 200;
            }
        }

.bgImgText span span {
    font-size: 18px;
    display: block;
    line-height: 23px;
    margin: 17px 0;
    font-weight: 300;
    text-transform: none;
    animation: none;
    font-family: 'Roboto', sans-serif;
    color: #252525;
}

        @media (min-width: 48em) /* 768px */ {
            .bgImgText span span {
                font-size: 18px;
                line-height: 26px;
                max-width: 690px;
                margin: 20px auto 10px;
                letter-spacing: 1px;
                
            }
        }

        @media (min-width: 56.25em) /* 900px */ {
            .bgImgText span span {
                max-width: 800px;
            }
        }

        @media (min-width: 68.75em) /* 1100px */ {
            .bgImgText span span {
                max-width: 940px;
            }
        }

        .bgImgText span span.break {
            display: block;
        }

        @media (min-width: 48em) /* 768px */ {
            .bgImgText span span.break {
                display: inline-block;
            }
        }

        .bgImgText span img {
            width: 70px;

        }

        @media (min-width: 48em) /* 768px */ {
            .bgImgText span img {
                width: 85px;
                
            }
        }


@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


.anchorLinks {
    display: block;
    border: 0 solid #fff;
    padding: 14px 11px 0;
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 100;
    max-width: 815px;
}

    @media (min-width: 48em) /* 768px */ {
        .anchorLinks {
            padding: 15px;
            margin-top: 33px;
        }
    }

.anchorLinks .separator {
    background: #e5e5e5;
    width: 1px;
}



.anchorLinks ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}
    
    @media (min-width: 41em) /* 665px */ {
        .anchorLinks ul {
            display: flex;
            justify-content: space-around;
        }
    }

.anchorLinks ul li {
    text-transform: none;
    font-weight: 300;
    letter-spacing: 2px;
    color: #333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 63%;
    background: #fff3;
    font-size: 36px;
    margin: 0 auto 36px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 27px;
}

.anchorLinks ul li:nth-child(5) {
    border: none;
}

    @media (min-width: 41em) /* 665px */ {
        .anchorLinks ul li {
            border-bottom: none;
        }
    }
        @media (min-width: 48em) /* 768px */ {
            .anchorLinks ul li {
                font-size: 36px;
                width: 253px;
                margin-bottom: 0;
                border-bottom: none;
            }
        }

.anchorLinks ul li a {
    color: #3d3d3d;
}

    .anchorLinks ul li a:hover {
        color: #ff6831;
    }

.anchorLinks ul li span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    color: #315d9e;
    font-family: 'Roboto', sans-serif;
}

            @media (min-width: 48em) /* 768px */ {
                .anchorLinks ul li span {
                    font-size: 12px;
                }
            }

.anchorLinks ul li span.signUpButton a {
    background: #1154b8;
    padding: 8px 23px;
    color: #fff;
    margin-top: 10px;
    border-radius: 24px;
    font-weight: 500;
    display: inline-block;
}

    .anchorLinks ul li span.signUpButton a:hover {
        background: #ff6831;
    }

.anchorLinks ul li span.learnMore a {
    padding: 6px 13px;
    color: #333;
    text-decoration: underline;
    text-transform: none;
    margin-top: 3px;
    display: block;
    font-weight: 400;
    letter-spacing: 0;
}

/*--------------- HomeAbout ------------------*/

section.container.homeAbout {
    background: ;
    background-size: cover;
    padding: 30px 10px;
    margin-top: 30px;
}

@media (min-width: 48em) /* 768px */ {
    section.container.homeAbout {
        padding: 44px 10px 40px;
        margin-top: 30px;
    }
}

.homeAbout .hero p {
    width: 100%;
    line-height: 1.7;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: 300;
    max-width: 950px;
    margin: 0 auto;
    padding: 18px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.homeAbout .hero h1 {
    color: #333;
    font-size: 2.25em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    max-width: none;
}

@media (min-width: 48em) /* 768px */ {
    .homeAbout .hero h1 {
        font-size: 3em;
    }

    .homeAbout .hero p {
        margin: 25px auto 0;
    }
}

.homeAbout .hero h1 span {
    color: #1154b8;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


/*------------------- Home Schedule ------------------*/

section.container.homeSchedule {
    background: url('../../../images/home-about-BG.jpg') no-repeat center 0;
    background-size: cover;
    padding: 77px 10px 78px;
    margin-top: 30px;

}

@media (min-width: 48em) /* 768px */ {
    section.container.homeSchedule {
        padding: 77px 10px 40px;
        margin-top: 30px;
    }
}

.homeSchedule .hero p {
    width: 100%;
    line-height: 1.7;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: 300;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.homeSchedule .hero h1 {
    color: #1154b8;
    font-size: 1.875em;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    max-width: none;
}
    
@media (min-width: 48em) /* 768px */ {
    .homeSchedule .hero h1 {
        font-size: 2.25em;
        margin-bottom: 10px;
    }
}


/*--------------- HomeAffiliates ------------------*/


section.container.homeAffiliates {
    background: #f1f1f1;
} 

.homeAffiliates .hero p {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25em;
    margin-top: 20px;
    letter-spacing: 1px;
    background: #ff6930;
    padding: 17px 25px;
    color: #fff;
}

.homeAffiliates .hero ul li {
    margin-bottom: 10px;
}

.homeAffiliates .hero .content {v
    padding: 27px 10px;
}

.homeAffiliates .affiliateButton {
    font-size: 24px;
    text-transform: uppercase;
    color: #1154b8;
    margin-top: 40px;
    font-weight: 800;
}

     


/*--------------- HomeLenders ------------------*/


section.container.homeLenders {
    background: #003663;
    padding: 50px;
}

.homeLenders h1,
.homeLenders h1 span {
    color: #fff;
}

.homeLenders h2 {
    color: #ff6831;
    display: block;
    text-align: center;
    font-weight: 400;
}

.homeAffiliates .hero ul,
.homeLenders .hero ul {
    display: block;
    font-size: 1em;
    margin: 25px 0;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


/*-------------------------------------------------- Contact Form ------------------------------------------------------*/


.contactInfo {
    display: block;
    width: 100%;
    vertical-align: top;
}

    .contactInfo p {
        margin: .5em 0 1em;
        display: block;
    }

        .contactInfo p img {
            margin: 0 5px 0 3px;
        }

    .contactInfo span {
        text-transform: uppercase;
        font-weight: 300;
        line-height: 23px;
    }

.contactForm {
    display: block;
    width: 100%;
    max-width: 600px;
    vertical-align: top;
    background: none;
    padding: 24px 30px;
    margin: 20px 0;
}

    .contactForm p {
        display: block;
        margin-bottom: 1.3em;
    }

    .contactForm label {
        width: 100px;
        display: inline-block;
        position: relative;
    }

    .contactForm input,
    .contactForm textarea {
        width: 100%;
        border: none;
        background: #f7f7f7;
        border-radius: 4px;
        padding: 12px;
        outline: none;
        font-family: 'Raleway', sans-serif;
        color: #fff;
    }

    .contactForm textarea {
        height: 125px;
    }

    .contactForm input[type="submit"] {
        display: block;
        padding: 16px 26px;
        line-height: 23px;
        max-width: 237px;
        font-weight: 500;
        text-align: center;
        font-size: 20px;
        background: #ff6831;
        text-transform: uppercase;
        margin: 48px auto;
        height: auto;
        color: #fff;
    }


section.container.schedule {
    display: none;
}


    /*===========================
   2. Media Queries
============================*/


    @media (min-width: 48em) /* 768px */ {

        /*----- header styles -----*/

        .mainNav {
            top: 0;
            /*-- border-bottom: 8px solid #71b5ca; --*/
        }


        .container {
            padding: 0 40px;
        }

        .homeHeader .hero {
            margin: 0px auto 0px;
            padding: 9px 0;
        }

            .homeHeader .hero p {
                width: 99%;
                font-size: 49px;
                line-height: 48px;
                margin: 0 auto;
            }


            .homeHeader .hero .content {
                width: 100%;
                padding: 0 1em;
            }

            .homeHeader .hero h1 {
                letter-spacing: 8px;
            }

        .content {
            width: 50%;
           
        }

        .homeAffiliates .hero h1 {
            width: 348px;
        }

        .homeLenders .hero h1 {
            width: 293px;
        }

        .homePublishers .hero h1 {
            width: 390px;
        }

        .homeLenders .hero p {
            font-size: 21px;
        }

        .contactForm {
            margin: 0 auto;
        }
    }



@media (min-width: 56.5625em) /* 905px */ {
    .homeHeader .hero p {
        width: 99%;
        font-size: 43px;
        line-height: 48px;
        margin: 0 auto;
    }

    .homeHeader .hero {
        margin: 0px auto 0px;
        padding: 30px 0;
    }
}

@media (min-width: 62.5em) /* 1000px */ {
    .homeHeader .hero p {
        font-size: 50px;
    }
}

@media (min-width: 75em) /* 1200px */ {
    .homeHeader .hero p {
        width: 99%;
        font-size: 60px;
        line-height: 48px;
        margin: 0 auto;
    }
}



@media (min-width: 68.75em) /* 1100px */ {


    .homeAffiliates .icons ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: right;
    }

        .homeAffiliates .icons ul li {
            width: 25%;
            text-align: center;
            padding: 15px;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
        }

            .homeAffiliates .icons ul li img {
                display: block;
                margin: 0 auto;
                width: 125px;
            }

            .homeAffiliates .icons ul li .iconHeader {
                display: block;
                text-align: center;
                font-weight: 700;
                margin: 10px 0;
                font-size: 18px;
                font-family: 'Raleway', sans-serif;
            }


        .homeLenders {
            background: #fff;
        }

            .homeLenders .content {
                width: 100%;
                position: relative;
                text-align: left;
            }

            .homeLenders .hero {
                color: #e6e6e6;
            }


                .homeLenders .hero .content .wrapper .flexbox {
                    display: flex;
                    justify-content: space-evenly;
                    margin-top: 35px;
                }

                .homeLenders .hero .content .wrapper .flexbox div {
                    width: 26%;
                    padding: 20px 30px;
                }

                    .homeLenders .hero .content .wrapper .flexbox div.separator {
                        width: 1px;
                        border-right: 1px solid #295b84;
                        padding: 0;
                    }


            .homeLenders .hero ul li {
                margin-bottom: 10px;
            }

            .homeLenders .hero .content .weStand {
               
            }

                .homeLenders .hero .content .weStand strong {
                    font-weight: 500;
                }


            .homeLenders .hero .content div {
                font-size: 17px;
                vertical-align: top;
                font-weight: 500;
            }

                .homeLenders .hero .content div span {
                    font-size: 21px;
                    font-weight: 500;
                    display: block;
                    text-align: center;
                    color: #ff6831;
                }


            .homeLenders .lenderIcon {
                width: 120px;
                display: block;
                margin: 0 auto;
            }






            .homeNews .content {
                width: 100%;
                position: relative;
                text-align: left;
            }

                    .homeNews .hero h1 span {
                        color: #333;
                        margin-bottom: 7px;
                    }

                .homeNews .hero .content div.headerText {
                    font-size: 24px;
                    border: none;
                    width: 100%;
                    text-align: center;
                    left: -7px;
                    font-weight: 400;
                    padding: 30px;
                    color: #333;
                    text-transform: uppercase;
                }

                .homeNews .hero .content .divider {
                    display: block;
                    margin: 0 auto;
                }

                .homeNews .hero .content .wrapper {
                    display: flex;
                    justify-content: space-between;
                    margin: 33px 0;
                }

                .homeNews .hero ul li {
                    margin-bottom: 10px;
                }

                .homeNews .hero .content .columnOne em {
                    color: #ff6930;
                    font-size: 15px;
                    font-weight: 500;
                }

                .homeNews .hero .content .columnOne {
                    color: #333;
                    vertical-align: top;
                    padding: 0 30px;
                    margin: 0px auto;
                    font-size: 15px;
                }

                    .homeNews .hero .content .columnOne p,
                    .homeNews .hero .content .columnTwo p {
                        font-size: 16px;
                        font-weight: 400;
                    }


                    .homeNews .hero .content .columnOne h2 {
                        font-size: 16px;
                        font-style: normal;
                    }


                    .homeNews .hero .content .columnOne span,
                    .homeNews .hero .content .columnTwo span {
                        font-weight: 500;
                        display: block;
                        line-height: 22px;
                    }

                    .homeNews .hero .content .columnOne .header,
                    .homeNews .hero .content .columnTwo .header {
                        font-weight: 500;
                        font-size: 1.3em;
                        display: block;
                        line-height: 26px;
                        text-transform: uppercase;
                        text-align: center;
                        margin-bottom: 25px;
                    }

                    .homeNews .hero .content .columnTwo a {
                        background: none;
                        border: 2px solid #16c45d;
                        padding: 4px 10px;
                        margin: 5px 0 15px;
                        display: inline-block;
                        color: #16c45d;
                        position: relative;
                        font-weight: 700;
                        font-size: 10px;
                        text-transform: uppercase;
                    }


            .homeNews .lenderIcon {
                width: 100px;
                margin-right: 7px;
                display: block;
                margin: 0 auto 5px;
            }
    }

    .homeContact {
        background: #3d3d3d;
    }

        .homeContact .hero {
            max-width: 900px;
        }

            .homeContact .hero h1 {
                font-size: 1.875em;
                margin: 0 auto;
                font-weight: 700;
                line-height: 60px;
                letter-spacing: 4px;
                font-family: 'Raleway', sans-serif;
                color: #fff;
                text-align: center;
            }


        .homeContact .content {
            color: #fff;
            width: 100%;
            text-align: center;
        }




    /*--------------------- Header Animation ------------------------*/

    .homeHeader ul {
       
    }

    label {
        cursor: pointer;
    }

    .slider input {
        display: none;
    }
    /* -------------------------------------------------------- codepen */
    /* -------------------------------------------------------- slider */
    .slider {
        position: relative;
    }

    @media (min-width: 48em) /* 768px */ {
        .slider {
            height: 385px;
            overflow: hidden;
            
        }
    }

    /* -------------------------------------------------------- slide */
    .slider > ul {
        height: 100%;
        z-index: 100;
        margin-top: 0;
    }

    @media (min-width: 48em) /* 768px */ {
        .slider {
            height: 385px;
            overflow: hidden;
            margin-top: 1em;
        }
    }

        .slider > ul > li {
            height: 100%;
            position: relative;
            list-style-type: none;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: 1;
            -webkit-transition: all 2000ms ease;
            -moz-transition: all 2000ms ease;
            -ms-transition: all 2000ms ease;
            -o-transition: all 2000ms ease;
            transition: all 2000ms ease;
        }

    .slider > #input-slide-0:checked ~ ul > li.slide-0,
    .slider > #input-slide-1:checked ~ ul > li.slide-1,
    .slider > #input-slide-2:checked ~ ul > li.slide-2,
    .slider > #input-slide-3:checked ~ ul > li.slide-3 {
        opacity: 1;
        z-index: 2;
    }

    .slider > ul > li.slide-0 {
        /*---- background-color: #00DBF9; ---*/
    }

    .slider > ul > li.slide-1 {
        /*---- background-color: #47D7ED; ---*/
    }

    .slider > ul > li.slide-2 {
        /*---- background-color: #0093E9; ---*/
    }

    .slider > ul > li.slide-3 {
        /*---- background-color: #0073B6; ---*/
    }

    /* -------------------------------------------------------- arrow */
    .slider > .slider-arrow-prev, .slider > .slider-arrow-next {
        top: 80%;
        left: 2%;
        z-index: 300;
        position: absolute;
    }

    .slider > .slider-arrow-next {
        right: 0%;
    }

        @media (min-width: 48em) /* 768px */ {
            .slider > .slider-arrow-prev, .slider > .slider-arrow-next {
                display: none;
            }
        }

        .slider > .slider-arrow-prev > label,
        .slider > .slider-arrow-next > label {
            position: absolute;
            width: 35px;
            height: 35px;
            margin-top: -2.5vw;
            opacity: 1;
            background-size: 100% auto;
            background-position: center;
            z-index: -1;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        @media (min-width: 41em) /* 667px */ {
            .slider > .slider-arrow-prev > label,
            .slider > .slider-arrow-next > label {
                margin-top: -13.5vw;
            }
        }

    .slider > #input-slide-0:checked ~ .slider-arrow-prev > label.slide-3,
    .slider > #input-slide-0:checked ~ .slider-arrow-next > label.slide-1,
    .slider > #input-slide-1:checked ~ .slider-arrow-prev > label.slide-0,
    .slider > #input-slide-1:checked ~ .slider-arrow-next > label.slide-2,
    .slider > #input-slide-2:checked ~ .slider-arrow-prev > label.slide-1,
    .slider > #input-slide-2:checked ~ .slider-arrow-next > label.slide-3,
    .slider > #input-slide-3:checked ~ .slider-arrow-prev > label.slide-2,
    .slider > #input-slide-3:checked ~ .slider-arrow-next > label.slide-0 {
        z-index: 1;
    }

    .slider:hover > .slider-arrow-prev > label,
    .slider:hover > .slider-arrow-next > label {
        opacity: 1;
    }

    .slider > .slider-arrow-prev > label {
        left: 10vw;
        background-image: url('../../../images/left-arrow.png');
    }

    .slider > .slider-arrow-next > label {
        right: 12vw;
        background-image: url('../../../images/right-arrow.png');
    }
    /* -------------------------------------------------------- dot */
.slider > .slider-dot {
    position: relative;
    margin-top: 50px;
    text-align: center;
    z-index: 300;
    font-size: 0;
    display: none;
}

    @media (min-width: 48em) /* 768px */ {
        .slider > .slider-dot {
            margin-top: -30px;
            display: block;
        }
    }

    @media (min-width: 56.5625em) /* 905px */ {
        .slider > .slider-dot {
            margin-top: -74px;
        }
    }

    .slider > .slider-dot > label {
        position: relative;
        display: inline-block;
        margin: 0vw 2vw;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #878787;
        background: none;
    }

        @media (min-width: 48em) /* 768px */ {
            .slider > .slider-dot > label {
                margin: 0vw 0.5vw;
            }
        }

.slider > #input-slide-0:checked ~ .slider-dot > label.slide-0,
.slider > #input-slide-1:checked ~ .slider-dot > label.slide-1,
.slider > #input-slide-2:checked ~ .slider-dot > label.slide-2,
.slider > #input-slide-3:checked ~ .slider-dot > label.slide-3 {
    background-color: #757575;
}

.slider > .slider-dot > label:hover {
    background-color: #757575 !important;
}

    /* -------------------------------------------------------- description */
    .slider > .slide-description {
        position: absolute;
        width: 100%;
        top: calc(8% - 3vw);
        left: 0%;
        z-index: 200;
    }

    @media (min-width: 48em) /* 768px */ {
        .slider > .slide-description {
            /*--top: calc(17% - 3vw); --*/
            top: 13px;
        }
    }

    .slider > .slide-description > label {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        cursor: default;
        z-index: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .slider > #input-slide-0:checked ~ .slide-description > .slide-0,
    .slider > #input-slide-1:checked ~ .slide-description > .slide-1,
    .slider > #input-slide-2:checked ~ .slide-description > .slide-2,
    .slider > #input-slide-3:checked ~ .slide-description > .slide-3 {
        z-index: 2;
        opacity: 1;
        visibility: visible;
    }

    .slider > .slide-description > label > .text-slide {
        margin: 0 auto;
        line-height: 6vw;
        text-align: center;
    }


    /* -------------------------------------------------------- autoplay */
    /*
	if you don't want to autoplay 
  just check input "slide-0" 
  instead of input "play" in html code
  and remove the code below
*/
    /* -------------------------------------------------------- autoplay slide */
    @-webkit-keyframes slide {
        0% {
            -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes slide {
        0% {
            -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    .slider > #input-slide-autoplay:checked ~ ul > li.slide-0 {
        -webkit-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -moz-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -ms-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -o-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .slider > #input-slide-autoplay:checked ~ ul > li.slide-1 {
        -webkit-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -moz-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -ms-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -o-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .slider > #input-slide-autoplay:checked ~ ul > li.slide-2 {
        -webkit-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -moz-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -ms-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -o-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .slider > #input-slide-autoplay:checked ~ ul > li.slide-3 {
        -webkit-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -moz-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -ms-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        -o-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .slider > #input-slide-autoplay:checked ~ ul > li {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    /* -------------------------------------------------------- autoplay arrow */
    @-webkit-keyframes arrow {
        0%, 24% {
            z-index: 1;
        }

        25%, 100% {
            z-index: -1;
        }
    }


    @keyframes arrow {
        0%, 24% {
            z-index: 1;
        }

        25%, 100% {
            z-index: -1;
        }
    }

    .slider > #input-slide-autoplay:checked ~ .slider-arrow-prev > label.slide-3,
    .slider > #input-slide-autoplay:checked ~ .slider-arrow-next > label.slide-1 {
        -webkit-animation: arrow 32000ms infinite -2000ms;
        -moz-animation: arrow 32000ms infinite -2000ms;
        -ms-animation: arrow 32000ms infinite -2000ms;
        -o-animation: arrow 32000ms infinite -2000ms;
        animation: arrow 32000ms infinite -2000ms;
    }

    .slider > #input-slide-autoplay:checked ~ .slider-arrow-prev > label.slide-0,
    .slider > #input-slide-autoplay:checked ~ .slider-arrow-next > label.slide-2 {
        -webkit-animation: arrow 32000ms infinite 6000ms;
        -moz-animation: arrow 32000ms infinite 6000ms;
        -ms-animation: arrow 32000ms infinite 6000ms;
        -o-animation: arrow 32000ms infinite 6000ms;
        animation: arrow 32000ms infinite 6000ms;
    }

    .slider > #input-slide-autoplay:checked ~ .slider-arrow-prev > label.slide-1,
    .slider > #input-slide-autoplay:checked ~ .slider-arrow-next > label.slide-3 {
        -webkit-animation: arrow 32000ms infinite 14000ms;
        -moz-animation: arrow 32000ms infinite 14000ms;
        -ms-animation: arrow 32000ms infinite 14000ms;
        -o-animation: arrow 32000ms infinite 14000ms;
        animation: arrow 32000ms infinite 14000ms;
    }

    .slider > #input-slide-autoplay:checked ~ .slider-arrow-prev > label.slide-2,
    .slider > #input-slide-autoplay:checked ~ .slider-arrow-next > label.slide-0 {
        -webkit-animation: arrow 32000ms infinite 22000ms;
        -moz-animation: arrow 32000ms infinite 22000ms;
        -ms-animation: arrow 32000ms infinite 22000ms;
        -o-animation: arrow 32000ms infinite 22000ms;
        animation: arrow 32000ms infinite 22000ms;
    }
    /* -------------------------------------------------------- autoplay dot */
    @-webkit-keyframes dot {
        0%, 24% {
            background-color: #757575;
        }

        25%, 100% {
            background: none;
        }
    }

    @keyframes dot {
        0%, 24% {
            background-color: #757575;
        }

        25%, 100% {
            background: none;
        }
    }

    .slider > #input-slide-autoplay:checked ~ .slider-dot > label.slide-0 {
        -webkit-animation: dot 32000ms infinite -2000ms;
        -moz-animation: dot 32000ms infinite -2000ms;
        -ms-animation: dot 32000ms infinite -2000ms;
        -o-animation: dot 32000ms infinite -2000ms;
        animation: dot 32000ms infinite -2000ms;
    }

    .slider > #input-slide-autoplay:checked ~ .slider-dot > label.slide-1 {
        -webkit-animation: dot 32000ms infinite 6000ms;
        -moz-animation: dot 32000ms infinite 6000ms;
        -ms-animation: dot 32000ms infinite 6000ms;
        -o-animation: dot 32000ms infinite 6000ms;
        animation: dot 32000ms infinite 6000ms;
    }

    .slider > #input-slide-autoplay:checked ~ .slider-dot > label.slide-2 {
        -webkit-animation: dot 32000ms infinite 14000ms;
        -moz-animation: dot 32000ms infinite 14000ms;
        -ms-animation: dot 32000ms infinite 14000ms;
        -o-animation: dot 32000ms infinite 14000ms;
        animation: dot 32000ms infinite 14000ms;
    }

    .slider > #input-slide-autoplay:checked ~ .slider-dot > label.slide-3 {
        -webkit-animation: dot 32000ms infinite 22000ms;
        -moz-animation: dot 32000ms infinite 22000ms;
        -ms-animation: dot 32000ms infinite 22000ms;
        -o-animation: dot 32000ms infinite 22000ms;
        animation: dot 32000ms infinite 22000ms;
    }

    /* -------------------------------------------------------- autoplay description */

    @-webkit-keyframes description {
        0%, 5% {
            -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
            opacity: 0;
            z-index: 2;
            visibility: visible;
        }

        6%, 50% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            opacity: 1;
            z-index: 2;
            visibility: visible;
        }

        51%, 100% {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
            opacity: 0;
            z-index: 0;
            visibility: hidden;
        }
    }

    @keyframes description {
        0%, 5% {
            -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
            opacity: 0;
            z-index: 2;
            visibility: visible;
        }

        6%, 29% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            opacity: 1;
            z-index: 2;
            visibility: visible;
        }

        30%, 100% {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
            opacity: 0;
            z-index: 0;
            visibility: hidden;
        }
    }

    .slider > #input-slide-autoplay:checked ~ .slide-description > .slide-0 {
        -webkit-animation: description 32000ms infinite -2000ms ease;
        -moz-animation: description 32000ms infinite -2000ms ease;
        -ms-animation: description 32000ms infinite -2000ms ease;
        -o-animation: description 32000ms infinite -2000ms ease;
        animation: description 32000ms infinite -2000ms ease;
    }

    .slider > #input-slide-autoplay:checked ~ .slide-description > .slide-1 {
        -webkit-animation: description 32000ms infinite 6000ms ease;
        -moz-animation: description 32000ms infinite 6000ms ease;
        -ms-animation: description 32000ms infinite 6000ms ease;
        -o-animation: description 32000ms infinite 6000ms ease;
        animation: description 32000ms infinite 6000ms ease;
    }

    .slider > #input-slide-autoplay:checked ~ .slide-description > .slide-2 {
        -webkit-animation: description 32000ms infinite 14000ms ease;
        -moz-animation: description 32000ms infinite 14000ms ease;
        -ms-animation: description 32000ms infinite 14000ms ease;
        -o-animation: description 32000ms infinite 14000ms ease;
        animation: description 32000ms infinite 14000ms ease;
    }

    .slider > #input-slide-autoplay:checked ~ .slide-description > .slide-3 {
        -webkit-animation: description 32000ms infinite 22000ms ease;
        -moz-animation: description 32000ms infinite 22000ms ease;
        -ms-animation: description 32000ms infinite 22000ms ease;
        -o-animation: description 32000ms infinite 22000ms ease;
        animation: description 32000ms infinite 22000ms ease;
    }

    .slider > #input-slide-autoplay:checked ~ .slide-description > label {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }


/*----------------- Hiring Tab -------------------*/



.jobsTab a {
    cursor: pointer;
    padding: 4px;
    background: #404040;
    display: inline-block;
    transform: rotate(-90deg);
    bottom: 21%;
    right: -62px;
    position: fixed;
    font-weight: 500;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 146px;
    font-size: 1em;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 9999;
    -webkit-animation: bounce-in-bottom 1.1s both;
    animation: bounce-in-bottom 1.1s both;
}



.jobsTab a:hover {
    background: #ff6831;
    right: -60px;
}

@media (min-width: 48em) /* 768px */ {
    .jobsTab a {
        top: 19%;
        font-size: 1.125em;
        padding: 3px;
        width: 160px;
        height: 40px;
        right: -69px;
    }

        .jobsTab a:hover {
            background: #ff6831;
            right: -64px;
        }
}

/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bottom {
    0% {
        -webkit-transform: rotate(-90deg) translateY(100px);
        transform: rotate(-90deg) translateY(100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: rotate(-90deg) translateY(28px);
        transform: rotate(-90deg) translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: rotate(-90deg) translateY(18px);
        transform: rotate(-90deg) translateY(18px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: rotate(-90deg) translateY(8px);
        transform: rotate(-90deg) translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-bottom {
    0% {
        -webkit-transform: rotate(-90deg) translateY(100px);
        transform: rotate(-90deg) translateY(100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: rotate(-90deg) translateY(28px);
        transform: rotate(-90deg) translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: rotate(-90deg) translateY(18px);
        transform: rotate(-90deg) translateY(18px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: rotate(-90deg) translateY(8px);
        transform: rotate(-90deg) translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
