@media only screen and (min-width: 1440px) {
    .msa_bottom_divider {
        background-size: cover; 
    }

    #whatismsa {
        margin-top: 120px;
    }
}

@media screen and (min-width: 1368px) {
    .social_section_divider {
        background-size: auto;
    }
}
/* All the responsive shapes are here */
 @media screen and (max-width: 1368px) and (min-width: 992px) {
    .msa_bottom_divider {
        bottom: -1px;
        transform: rotateY(180deg) translateY(50px);
        -webkit-transform: rotateY(180deg) translateY(50px);
        -moz-transform: rotateY(180deg) translateY(50px);
        -o-transform: rotateY(180deg) translateY(50px);
        -ms-transform: rotateY(180deg) translateY(50px);
    }

    .social_section_divider {
        height: 228px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .msa_bottom_divider {
        bottom: -1px;
        transform: rotateY(180deg) translateY(85px);
        -webkit-transform: rotateY(180deg) translateY(85px);
        -moz-transform: rotateY(180deg) translateY(85px);
        -o-transform: rotateY(180deg) translateY(85px);
        -ms-transform: rotateY(180deg) translateY(85px);
    }

    .social_section_divider {
        height: 210px;
    }
}

@media all and (max-width: 767px) and (min-width: 481px) {
    .msa_bottom_divider {
        bottom: -1px;
        transform: rotateY(180deg) translateY(125px);
        -webkit-transform: rotateY(180deg) translateY(125px);
        -moz-transform: rotateY(180deg) translateY(125px);
        -o-transform: rotateY(180deg) translateY(125px);
        -ms-transform: rotateY(180deg) translateY(125px);
    }

    .social_section_divider {
        height: 188px;
    }
}

@media all and (max-width: 480px) {
    .msa_bottom_divider {
        bottom: -1px;
        transform: rotateY(180deg) translateY(150px);
        -webkit-transform: rotateY(180deg) translateY(150px);
        -moz-transform: rotateY(180deg) translateY(150px);
        -o-transform: rotateY(180deg) translateY(150px);
        -ms-transform: rotateY(180deg) translateY(150px);
    }

    .social_section_divider {
        background-size: 125% 300px;
        height: 180px;
    }
}
/* All the responsive shapes are above */

@media all and (max-width: 1200px) {
    .site_container {
        max-width: 92%;
    }   
}

@media all and (max-width: 991px) {
    .sport_tab_container .flex_display {
        flex-direction: column;
    }

    .sport_tab_container .flex_half {
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -moz-box-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .sports_tabtext {
        padding-right: 0;
        padding-bottom: 3.5rem;
    }

    .video_container {
        padding-left: 0;
    }

    .sports_tabimg {
        width: 100%;
        max-height: 445px;
        overflow: hidden;
    }

    .msa_text h2,
    .benefit_text h4 {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .msa_text p {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }

    .benefit_text>ul>li {
        font-size: 1.2rem;
        line-height: 2.2rem;
        margin-bottom: 4px;
    }

    .sports_tabimg img {
        width: 100%;
    }

    #benefit_instructors .benefit_text {
        padding-right: 0;
        padding-left: 25px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .site_brief {
        padding: 50px 0;
    }

    .site_brief p {
        font-size: 2rem;
        line-height: 3rem; 
    }

    #whatismsa {
        margin-top: 25px;
    }
    
    .msa_text,
    .benefit_text {
        padding-right: 25px;
    }

    #site_logos {
        padding: 50px 0 225px;
    }

    .social_videos_container {
        padding-top: 30px;
    }

    .logos_text p,
    .social_videos_container p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media all and (max-width: 830px) {
    .sport_tab_container {
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .sport_tab_container .nav-tabs>li {
        width: 115px;
        margin-bottom: 3rem;
    }

    .video_blocks:last-child {
        margin-top: 35px;
    }

    #sports_tabs {
        padding: 50px 0;
    }

    .sport_tab_container .tab-content {
        padding: 0 22px;
    }

    #site_footer {
        padding-top: 0;
    }

    #site_footer .flex_display {
        flex-direction: column;
    }

    .site_copyright p {
        padding-bottom: 10px;
        text-align: center;
    }

    .site_brief {
        padding: 30px 0 50px;
    }

    #whatismsa {
        margin-top: 0;
    }

    .benefit_block {
        flex-flow: column nowrap;
        padding: 0 22px;
    }

    .benefit_text {
        padding-top: 1rem;
    }

    #benefit_instructors {
        padding-top: 30px;
    }

    #benefit_institutions {
        padding-top: 205px;
    }
}

@media all and (max-width: 767px) and (min-width: 481px) {
    .site_brief p {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .about_msa {
        display: block;
        padding-top: 150px;
    }
    
    .msa_text h2, .benefit_text h4 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .msa_text {
        padding: 0;
        margin: 0 auto;
        max-width: 400px;
    }

    .msa_img {
        padding-top: 3rem;
    }

    #site_logos {
        padding: 50px 0 210px;
    }
    
    .social_videos_container {
        padding-top: 25px;
    }

    .logos_text p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .social_videos_container p {
        padding-bottom: 0;
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .sport_tab_container .nav-tabs {
        margin-bottom: 3rem;
    }
}

@media all and (max-width: 695px) {
    .sport_tab_container .nav-tabs {
        margin-bottom: 0;
    }
}

@media (max-width:670px) {}

@media (max-width:640px) {
    
}

@media all and (max-width: 640px) and (min-width: 541px) {
    .site_front_about {
        padding: 20px 40px 0;
    }

    .site_front_about>h1 {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

@media (max-width:570px) {
    .site_navbar {
        flex-direction: column;
    }

    .site_logo>a {
        display: inherit;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .site_front_about {
        padding: 0 20px 0;
    }

    .site_front_about>h1 {
        font-size: 2.1rem;
        line-height: 3.2rem;
    }

    .site_front_about>p {
        font-size: 18px;
        margin-bottom: 35px;
        line-height: 26px;
    }
}

@media (max-width:480px) {
    .site_brief p {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .about_msa {
        display: block;
        padding-top: 100px;
    }

    .msa_text {
        padding: 35px 40px 0;
        max-width: 100%;
    }

    .get_app {
        text-align: center;
    }

    .msa_img {
        padding-top: 3rem;
    }

    .msa_text h2, .benefit_text h4 {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .msa_text p {
        font-size: 1rem;
        line-height: 2rem;
    }

    .benefit_text>ul>li {
        font-size: 1rem;
        line-height: 2.2rem;
        margin-bottom: 0;
    }

    #site_logos {
        padding: 50px 0 180px;
    }
    
    .social_videos_container {
        padding-top: 25px;
    }

    .logos_text p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .logos_text {
        padding-bottom: 8%;
    }

    .social_videos_container p {
        padding-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .social_video_text h2 {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

@media (max-width:415px) {}

@media (max-width:360px) {}

@media (max-width:320px) {}

@media screen and (min-width: 1670px) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}