@import url("https://p.typekit.net/p.css?s=1&k=qbp8rlc&ht=tk&f=4954&a=87383846&app=typekit&e=css");
@font-face {
font-family:"ff-prater-sans-web";
src:url("https://use.typekit.net/af/e6ac20/0000000000000000773599fd/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/e6ac20/0000000000000000773599fd/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/e6ac20/0000000000000000773599fd/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

.tk-ff-prater-sans-web { font-family: "ff-prater-sans-web",sans-serif; }
.frame{overflow:hidden;}

img{
 max-width:100%;
}
.bg-secondary {
    background-color: #E8B834 !important;
}
.bg-primary {
    background-color: #009583 !important;
}
.color-secondary {
    color: #E8B834;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #5D5D5D;
}
.section {
    padding: 5rem 0;
}

header {
    background-color: #FEFEFE;
    background-size: 150%;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
}
header .header-body .title-img {
    max-width: 80%;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
header .header-body .font-primary {
    color: #090A0C;
    font-size: 1.25rem;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
 font-family:ff-prater-sans-web, sans-serif;
}
.front-buttons{
 position:relative;
}
.front-buttons .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.front-buttons .buttons a {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 .5rem;
    transition: all .3s;
    text-align: center;
}
.front-buttons .buttons a:not(:last-child) {
    margin-bottom: 1.5rem;
}
.front-buttons .buttons a:hover {
    transform: scale(1.05) rotate(5deg);
}
.middle_content_section .content_row{
 padding-top:6rem;
}
.middle_content_section .col-last .col-content{
 color:#fff;
 font-family:sans-serif;
}
.middle_content_section .first_block{
 position:relative;
}
.middle_content_section .col-content h2{
 font-size: 30px;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    z-index: 150;
    cursor: pointer;
}
.play-button img{
 width:38px;
}
.video-description {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    padding: .25rem;
    z-index: 150;
    width: 75%;
    text-align: center;
 color:#fff;
}
.second_block.for_mobile{
 margin-bottom:-6rem;
}


#learning_materials:before {
    content: '';
    display: block;
    padding: 2.5rem 0;
    background-color: #009583;
    background-image: linear-gradient(to left bottom, #009583 50%, #E8B834 50%);
}
#learning_materials h3{
    margin: 1.5rem 0;
    font-weight: bold;
    position: relative;
    z-index: 100;
    color:#fff;
}
.view-digital-learning-materials .image_block {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.view-digital-learning-materials .image_block img {
    width: 100%;
    height: auto;
    z-index: 100;
    border-radius: 10px;
}
.view-digital-learning-materials .image_block .swap-hover{
 position:absolute;
 opacity:1;
}
.view-digital-learning-materials .image_block .swap-hover:hover{
 opacity:0;
}
.view-digital-learning-materials .image_block .card-footer {
 color:#fff;
 padding:10px 0 0 10px;
}
.view-digital-learning-materials .image_block .card-footer a{
 color:#fff;
 text-decoration:none;
}


footer {
    background-color: #9ACCF1;
    padding: 2.5rem 0;
    font-size: 14px;
    color: #20201E;
    text-align: left;
}
footer .footer-logo {
    width: 150px;
}
footer .region-footer-right {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .region-footer-right .footer_nav a {
    color: #20201e;
}
footer .region-footer-right .footer_nav a:not(:last-child){
 margin-right:1em; 
}
.modal-header{
 padding: 0;
    border: none;
}
.modal .modal-header .btn-close {
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: -35px;
    top: 10px;
    opacity: 1;
    --bs-btn-close-bg: none;
    width: 2em;
}
.modal-content{
 border-radius:0;
}

@media (min-width: 992px) {
    footer .region-footer-right {
        justify-content: flex-end;
    }
}
@media (min-width: 768px) {
    footer .region-footer-right {
        flex-direction: row;
    }
 .video-description {
        width: auto;
        bottom: 2rem;
        padding: .5rem;
        border-radius: .5rem;
        background-color: #9ACCF1;
        font-size: 1.375rem;
        min-width: 295px;
    }
}
@media (max-width: 768px) {
 .modal .modal-header .btn-close{
       right:10px;
      top:-30px;
  }
 .middle_content_section .col-last .col-content{
  text-align:center;
 }  
 #learning_materials h3{
  text-align:center;
 }
    footer .region-footer-right .footer_nav {
        padding-bottom:1.5rem;
    }
 footer .region-footer-left{
        text-align:center;
    }
 header .container{
  max-width:100%;
  padding:0;
 }
 header{
  background:none!important;
 }
 .header-mobile-bg img{
  width:100%;
 }
 .middle_content_section .content_row {
  padding-top: 2rem;
 }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    footer .region-footer-right a.logo {
        margin-left: auto;
    }
}
@media only screen and (min-width: 992px) {
    #learning_materials:before {
        padding: 5rem 0;
    }
 header .header-body .font-primary {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
 .front-buttons .buttons a {
        flex: auto;
        width: auto;
    }
 .front-buttons .buttons {
        margin: 0;
        text-align: left;
        flex-wrap: inherit;
    }
 .front-buttons > .field__item{
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 768px) {
    header {
        background-size: cover;
        background-position: center top;
        padding-top: 50px;
    }
}
@media only screen and (min-width: 768px) {
    header .header-body .title-img {
        max-width: 100%;
        margin-top: 5rem;
        margin-bottom: 0;
    }
 header .header-body .font-primary {
        max-width: none;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    header .header-body .title-img {
        margin-top: 6rem;
    }
 header .header-body .font-primary {
        font-size: 2.125rem;
        margin-bottom: 3rem;
    }
}
