/* Media Queries */
/* Not Updating on Server */

@media screen and (max-width: 1078px) {
    .benefit-img {
        width: 360px;
        height: 360px;
        min-width: 360px;
        background-size: 360px;
        border-radius: 180px;
    }
    .benefit-img-video {
        background-size: 360px;
        height: 360px;
        width: 360px;
        min-width: 360px;
        border-radius: 180px;
    }
    #benefits .radial-highlight {
        width: 360px;
        height: 360px;
    }
    #benefits .benefits-wrapper {
        max-width: 92%;
    }
    #benefits-list li h3 {
        font-size: 18px;
        line-height: 22px;
    }
    #benefits-list li p {
        font-size: 16px;
        line-height: 20px;
    }
    .ben-video {
        position: absolute;
        top: 0;
        left: -153px;
        width: 660px !important;
    }
}

@media screen and (max-width: 1024px) {
    header nav {
        margin: 0 25px;
    }
    .main-content section {
        padding: 60px 25px;
    }
}

/* Convert to Benefits Scroller */
@media screen and (max-width: 949px) {
    .benefits-wrapper {
        display: none !important;
    }
}
@media screen and (min-width: 950px) {
    #mobile_carousel {
        display: none !important;
    }
}

@media screen and (max-width: 890px) {
    header.sticky-header.fixed,
    .faux-stickey-blur.fixed {
        height: 60px;
    }
    header nav {
        margin: 0;
        position: relative;
    }
    header nav a {
        display: block;
        float: none;
        height: 44px;
        line-height: 44px;
        margin: 0 25px;
        padding: 0;
    }
    header nav .navbar-brand {
        display: inline-block;
        width: 50px;
        overflow: hidden;
        margin-top: 10px;
    }
    header nav ul li a {
        height: 44px;
        opacity: 1;
    }

    header nav a:hover {
        float: none;
        line-height: 44px;
    }
    .overlay {
        z-index: 9998;
    }
    header nav ul {
        position: absolute;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        top: 0;
        background-color: #2f283e;
        width: 200px;
        padding: 0;
        overflow: hidden;
        right: -200px;
        height: 100vh;
        z-index: 9999;
        transition: ease-in-out right .5s;
    }
    .open-nav header nav ul {
        right: 0px;
    }

    header nav ul li {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
        text-align: right;
    }
    a.close-mobile-nav {
        font-size: 32px;
        display: inline-block;
    }

    #nav_toggle {
        display: block;
        height: 44px;
        width: 44px;
        position: absolute;
        right: 0;
        line-height: 44px;
        cursor: pointer;
    }
}

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

    h2, h1, .section-header h1 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 19px;
        line-height: 1.1;
    }

    .main-content section {
        margin: 0 auto 40px auto;
    }

    .modal-header p {
        font-size: 18px;
    }

    /* Info/CTA Flex */
    #contact h2 {
        padding: 25px 0;
        font-size: 32px;
        line-height: 40px;
    }
    .flex-two-col-cta .col-info {
        border-right: none;
    }
    .flex-two-col-cta .col-info h3 {
        font-size: 26px;
    }
    .flex-two-col-cta .col-cta p {
        font-size: 15px;
        padding: 0 0;
    }
    .flex-two-col-cta .col-info .content-wrapper {
        padding: 0 0 0 0;
    }
    .flex-two-col-cta .col-cta .content-wrapper {
        padding: 0 0 0 0;
    }
    .flex-two-col-cta .col-cta .flex-row {
        align-items: center;
    }
    .main-content section.yt-video-section {
        flex-direction: column;
        padding-bottom: 0px;
        padding-top: 80px;
    }
    .main-content section.yt-video-section h2 {
        max-width: 500px;
        text-align: center;
        padding-bottom: 20px;
    }
    .main-content section.yt-video-section img {
        width: 100% !important;
        max-width: 560px;
    }
}

@media screen and (max-width: 700px) {
    .vertical-scroller {
        position: relative;
        width: 96%;
        height: 115px;
        margin: 0 auto;
    }
    .hero-container h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .hero-container h2 {
        font-size: 24px;
        line-height: 34px;
    }
    #benefits {
        padding: 65px 0 50px 0 !important;
    }
    #how-it-works {
        padding: 65px 0 50px 0 !important;
    }
    #contact {
        padding: 65px 0 50px 0 !important;
    }
    #elevator_pitch {
        height: 720px;
    }
    .pitch-card {
        max-width: 760px;
        margin: 60px auto;
        position: relative;
        padding: 0 10px;
    }
    .pitch-corner-top-left {
        width: 54px;
        height: 2px;
        border-top: 2px solid #D9B681;
        position: absolute;
        top: 20px;
        left: 9px;
    }
    .pitch-card p, .about-intro p {
        font-size: 26px;
        line-height: 34px;
    }

}
/* Common max-widths used 
767px 
600px 
768px 
480px
991px
1024px
800px
1200px
992px
782px
*/
