/*Breadcrumbs*/
.breadcrumbs{
    grid-area: breadcrumbs;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0;
    margin-bottom: 15px;
}
.breadcrumbsList{
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.breadcrumbsList .linkList__item {
    display: inline;
}
.page__content-wrapper .breadcrumbs a, .page__content-wrapper .breadcrumbs a:active, .page__content-wrapper .breadcrumbs a:visited{
    color: black;
    text-decoration:none;
    display: inline;
    margin-right: 5px;
}
.page__content-wrapper .breadcrumbs a:hover{
    color:#30567d;
    text-decoration:underline;
}
.page__content-wrapper .breadcrumbs .linkList__item:last-of-type a, .page__content-wrapper .breadcrumbs .linkList__item:last-of-type a:hover{
    color:black;
    text-decoration:none;
    margin-right:0px;
}
.breadcrumbsList li:not(:last-child):after{
    content: '>';
    display: inline;
    margin-right: 5px;
}
/*External Link Icon*/
.page .material-symbols-outlined{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 15px !important;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.4em;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-left:3px;
    margin-top: 0px;
}
.page .material-symbols-outlined font{
    /*Translate Fix*/
    display:none;
}
/*Page*/
.page-container {
    background: linear-gradient(90deg, rgb(174 175 180 / 85%) 0%, rgb(174 175 180 / 85%) calc((100% - 1599px) / 2), rgb(174 175 180 / 0%) calc((100% - 1599px) / 2), rgb(174 175 180 / 0%) calc((100% + 1601px) / 2), rgb(174 175 180 / 85%) calc((100% + 1601px) / 2), rgb(174 175 180 / 85%) 100%);
}
.page {
    display: block;
    font-size: 0px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.page::before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255) 10vw, rgba(255, 255, 255, 1) 100%);
    width: calc(100% - 320px);
    left: 320px;
    top: 0px;
    height: 100%;
}
@media screen and (max-width:1280px){
    .page::before{
        width:100%;
        left:0px;
    }
}
@media screen and (max-width:900px){
    .page::before{
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255) 100px, rgba(255, 255, 255, 1) 100%);
    }
}
/*Content*/
.page__content-wrapper {
    min-height: calc(100vh - 575px);
    position: relative;
    display: inline-block;
    width: calc(100% - 320px);
    vertical-align: top;
    padding: 50px;
    padding-top: 6.25vw;
}
@media screen and (max-width:1280px){
    .page__content-wrapper {
        padding:15px;
        padding-top:2.6vw;
        width:100%;
        margin-top:50px;
    }
}
@media screen and (max-width:900px){
    .page__content-wrapper {
        padding-top:15px;
    }
}
.page__content{
    font-size:15px;
    line-height:1.4em;
    color:black;
}
.page__content h1{
    font-weight: 800;
    font-size: 42px;
    line-height: 1em;
    color: #0f2269;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width:720px){
    .page__content h1{
        font-size:5.8333vw;
    }
}
@media screen and (max-width:480px){
    .page__content h1{
        font-size:28px;
    }
}
.page__content h1 strong{
    font-weight: 900;
}
.page__content h2{
    font-weight: 800;
    font-size: 35px;
    line-height: 1em;
    color: #0f2269;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width:720px){
    .page__content h2{
        font-size:4.86vw;
    }
}
@media screen and (max-width:480px){
    .page__content h2{
        font-size:24px;
    }
}
.page__content h2 strong{
    font-weight: 900;
}
.page__content h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2em;
    color: black;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width:720px){
    .page__content h3{
        font-size:3.333vw;
    }
}
@media screen and (max-width:480px){
    .page__content h3{
        font-size:16px;
    }
}
.page__content h3 strong{
    font-weight:bolder;
}
.page__content h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
    color: black;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width:720px){
    .page__content h4{
        font-size:2.5vw;
    }
}
@media screen and (max-width:640px){
    .page__content h4{
        font-size:16px;
    }
}
.page__content h4 strong{
    font-weight:bolder;
}
.page__content a, .page__content a:active, .page__content a:visited{
    color: #0039a2;
    text-decoration: underline;
}
.page__content a:hover{
    color:black;
    text-decoration: underline;
}
/*iFrames, Images Etc...*/
.page__content iframe{
    max-width:100%;
}
.page__content img{
    max-width:100%;
}
.page__content table{
    max-width:100%;
}
/*Form Styles*/
.page__content form .form-field label.control-label {
    width: 140px;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 0px;
    text-align: right;
    color: #1e354d;
}
@media screen and (max-width:480px){
    .page__content form .form-field label.control-label{
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }
}
.page__content form .form-field{
    margin-bottom:15px;
}
.page__content form .form-field .editing-form-control-nested-control{
    font-size: 15px !important;
    vertical-align: middle;
    display: inline-block;
    max-width: calc(100% - 160px);
    margin-left: 15px;
}
@media screen and (max-width:480px){
    .page__content form .form-field .editing-form-control-nested-control{
        margin-left:0px;
        max-width: calc(100% + 15px);
    }
}
.page__content form .form-field .editing-form-control-nested-control input.form-control{
    font-size: 15px;
    line-height: 1.2em;
    padding: 5px 8px;
    margin: 0px;
    border: 0px;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #c1c1c1, 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    width: 284px;
    max-width: calc(100% - 16px);
    transition: background-color 0.4s;
}
/*File Upload*/
.page__content form .form-field .editing-form-control-nested-control input.form-control[type="file"]{
    box-shadow:none;
    padding:0px;
}
/*Checkbox*/
.page__content form .form-field .editing-form-control-nested-control .ktc-checkbox input.form-control{
    display: block;
    width: auto;
    max-width: none;
    box-shadow: none;
}
.page__content form .form-field .editing-form-control-nested-control .ktc-checkbox label{
    margin-left: 19px;
    margin-top: -17px;
    margin-bottom: 5px;
    display: block;
}
/*Radio Buttons*/
.page__content form .form-field .editing-form-control-nested-control .ktc-radio input.form-control{
    display: block;
    width: auto;
    max-width: none;
    box-shadow: none;
}
.page__content form .form-field .editing-form-control-nested-control .ktc-radio label{
    margin-left: 19px;
    margin-top: -17px;
    margin-bottom: 5px;
    display: block;
}
/*Text Area*/
.page__content form .form-field .editing-form-control-nested-control textarea{
    outline: 1px solid #c5c5c5;
    border: 0px;
    overflow: auto;
    width: 283px;
    max-width: calc(100% - 15px);
    resize: none;
    padding: 10px 15px;
    min-height: 10em;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px #c1c1c1, 1px 1px 3px 0px rgb(0 0 0 / 25%);
}
/*Drop Down Select*/
.page__content form .form-field .editing-form-control-nested-control select{
    box-shadow: 0px 0px 0px 1px #c1c1c1, 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    max-width: calc(100% - 15px);
    width: 285px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
    border-radius: 2px;
}
.page__content form .form-field .ktc-uploader-replacement{
    display:none;
}
.page__content form input[type="submit"]{
    text-decoration: none;
    color: white;
    background-color: #2871c8;
    padding: 8px 10px 7px 10px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    border: 0px;
    box-shadow: 0px 0px 0px 1px #6b829d, 1px 1px 3px 0px rgb(0 0 0 / 25%);
    transition: color 0.4s, background-color 0.2s;
    vertical-align: top;
    margin-left: 159px;
}
.page__content form input[type="submit"]:hover{
    color: black;
    background-color: #b8e5ff;
}
@media screen and (max-width:480px){
    .page__content form input[type="submit"]{
        margin-left:0px;
    }
}
.field-validation-error{
    color:darkred;
    margin-top:5px;
}
/*filmjax-linkboxes*/
.filmjax-linkboxes{
    font-size: 0px;
    margin-right: -50px;
    margin-bottom: -15px;
    margin-top: 0px;
}
@media screen and (max-width:1650px){
    .filmjax-linkboxes{
        margin-right:-30px;
    }
}
@media screen and (max-width:1380px){
    .filmjax-linkboxes{
        margin-right: -15px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}
@media screen and (max-width:640px){
    .filmjax-linkboxes{
        margin-right: 0px;
    }
}
.page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
    width: calc(33.333% - 50px);
    margin-right: 50px;
    vertical-align: top;
    margin-bottom: 25px;
    margin-top: 25px;
    display: inline-block;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4em;
    color: black;
    min-height: 150px;
}
@media screen and (max-width:1650px){
    .page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
        width: calc(33.333% - 30px);
        margin-right:30px;
        min-height: 169px;
    }
}
@media screen and (max-width:1380px){
    .page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
        width: calc(33.333% - 15px);
        margin-right:15px;
        margin-top:25px;
        margin-bottom:0px;
    }
}
@media screen and (max-width:1280px){
    .page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
        margin-top:15px;
        min-height:158px;
        font-size:15px;
    }
}
@media screen and (max-width:1000px){
    .page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
        min-height: 180px;
    }
}
@media screen and (max-width:900px){
    .page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
        width: calc(50% - 15px);
        min-height: 140px;
    }
}
@media screen and (max-width:700px){
    .page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
        min-height: 160px;
    }
}
@media screen and (max-width:640px){
    .page__content .filmjax-linkboxes a, .page__content .filmjax-linkboxes a:visited, .page__content .filmjax-linkboxes a:active{
        width:100%;
        min-height: 0px;
    }
}
.page__content .filmjax-linkboxes a:hover{
    text-decoration:none;
    color: black;
}
.page__content .filmjax-linkboxes a > span:first-of-type{
    display: block;
    font-size: 20px;
    color: #003a90;
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 5px;
    margin-left:135px;
}
@media screen and (max-width:1420px){
    .page__content .filmjax-linkboxes a > span:first-of-type{
        font-size:18px;
        margin-left: calc(8.45vw + 15px);
    }
}
@media screen and (max-width:820px){
    .page__content .filmjax-linkboxes a > span:first-of-type{
        margin-left:85px;
    }
}
@media screen and (max-width:380px){
    .page__content .filmjax-linkboxes a > span:first-of-type{
        margin-left:calc(18.4vw + 15px);
    }
}
.page__content .filmjax-linkboxes a > span:first-of-type > font{
    max-height: 40px;
    overflow: hidden;
}
.page__content .filmjax-linkboxes a > span{
    display:block;
    max-height:90px;
    overflow:hidden;
    margin-left:135px;
}
.page__content .filmjax-linkboxes a > span.material-symbols-outlined{
    display:none;
}
.page__content .filmjax-linkboxes a > span.ada-hidden{
    font-size:15 !important;
    height:0px !important;
    overflow:hidden !important;
}
@media screen and (max-width:1380px){
    .page__content .filmjax-linkboxes a > span{
        margin-left: calc(8.6vw + 15px);
    }
}
@media screen and (max-width:1000px){
    .page__content .filmjax-linkboxes a > span{
        max-height:105px;   
    }
}
@media screen and (max-width:900px){
    .page__content .filmjax-linkboxes a > span{
        max-height:90px;   
    }
}
@media screen and (max-width:820px){
    .page__content .filmjax-linkboxes a > span{
        margin-left:85px;
    }
}
@media screen and (max-width:700px){
    .page__content .filmjax-linkboxes a > span{
        max-height:105px;   
    }
}
@media screen and (max-width:640px){
    .page__content .filmjax-linkboxes a > span{
        max-height:none;
        height:auto;
        overflow:visible;
    }
}
@media screen and (max-width:380px){
    .page__content .filmjax-linkboxes a > span{
        margin-left:calc(18.4vw + 15px);
    }
}
.page__content .filmjax-linkboxes a > span > span{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
@media screen and (max-width:1000px){
    .page__content .filmjax-linkboxes a > span > span{
        -webkit-line-clamp:5;
    }
}
@media screen and (max-width:900px){
    .page__content .filmjax-linkboxes a > span > span{
        -webkit-line-clamp:4;
    }
}
@media screen and (max-width:700px){
    .page__content .filmjax-linkboxes a > span > span{
        -webkit-line-clamp:5;
    }
}
@media screen and (max-width:640px){
    .page__content .filmjax-linkboxes a > span > span{
        display:block;
        -webkit-line-clamp:unset;
    }
}
.page__content .filmjax-linkboxes a:hover > span:first-of-type{
    color: #003a90;
    text-decoration:underline;
}
.page__content .filmjax-linkboxes img{
    margin: 0px;
    margin-right: 15px;
    vertical-align: top;
    float: left;
    max-width: 100% !important;
    width: 120px !important;
}
@media screen and (max-width:1420px){
    .page__content .filmjax-linkboxes img{
        width:8.45vw !important;
    }
}
@media screen and (max-width:820px){
    .page__content .filmjax-linkboxes img{
        width:70px !important;
    }
}
@media screen and (max-width:380px){
    .page__content .filmjax-linkboxes img{
        width:18.4vw !important;
    }
}
/*Carousel Title*/
.carousel-title .content-boxes table{
    width:100%;
}
@media screen and (max-width:720px){
    .carousel-title .content-boxes table{
        display:block;
    }
}
.carousel-title .content-boxes table tbody, .carousel-title .content-boxes table tr, .carousel-title .content-boxes table td{
    border:0px;
}
@media screen and (max-width:720px){
    .carousel-title .content-boxes table tbody, .carousel-title .content-boxes table tr, .carousel-title .content-boxes table td{
        display:block;
        text-align:center;
    }
}
.carousel-title .content-boxes table td:last-of-type{
    text-align:right;
}
@media screen and (max-width:720px){
    .carousel-title .content-boxes table td:last-of-type{
        text-align:center;
    }
}
.page__content .carousel-title h2{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 1em;
    text-shadow: 0px 0px 2px black;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
}
@media screen and (max-width:720px){
    .page__content .carousel-title h2{
        display:inline-block;
        margin-left:auto;
        margin-right:auto;
        text-align:left;
    }
}
@media screen and (max-width:420px){
    .page__content .carousel-title h2{
        font-size:6.666vw;
    }
}
.page__content .carousel-title h2 span{
    font-size: 55px;
    line-height: 1em;
    margin-top: -5px;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: proxima-nova, sans-serif;
}
@media screen and (max-width:420px){
    .page__content .carousel-title h2 span{
        font-size:13vw;
    }
}
.page__content .carousel-title a, .page__content .carousel-title a:visited, .page__content .carousel-title a:active{
    font-size: 20px;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    color: white;
    padding: 30px;
    line-height: 1em;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    background-color: #2871c8;
    box-shadow: 0px 0px 0px 1px white;
    border-radius: 8px;
    transition: background-color 0.8s, color 0.8s;
    /* background: linear-gradient(120deg, rgba(249, 189, 110, 1) 0%, rgba(238, 167, 101, 1) 25%, rgba(247, 169, 124, 1) 75%, rgba(247, 169, 124, 1) 100%); */
    text-decoration: none;
    text-align:center;
}
@media screen and (max-width:720px){
    .page__content .carousel-title a{
        margin-top:15px;
        margin-left:15px;
        margin-right:15px;
    }
}
@media screen and (max-width:420px){
    .page__content .carousel-title a{
        padding:7vw;
        padding-top:3.5vw;
        padding-bottom:3.5vw;
        font-size:4.7vw;
    }
}
.page__content .carousel-title a:hover{
    color: black;
    background-color: #b8e5ff;
}
.page__content .carousel-title a .material-symbols-outlined{
    display:none;
}
/*Carousel Styles*/
.content-boxes-group.carousel{
    position:relative;
}
.carousel .carousel-wrapper{
    position: relative;
    width: 100%;
    display: block;
}
.carousel .slideLeft{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100%;
    z-index: 10;
}
@media screen and (max-width:1280px){
    .carousel .slideLeft{
        left:-7.5px !important;
    }
}
@media screen and (max-width:720px){
    .carousel .slideLeft{
        left:-15px !important;
    } 
}
.carousel .slideLeft .circle{
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 1px 2px white;
}
.carousel .slideLeft .arrow{
    left: calc(50% - 6px);
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 8px);
    transform: rotate(45deg);
    line-height: 200px;
    overflow: hidden;
}
.carousel .slideRight{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
    z-index: 10;
}
@media screen and (max-width:1280px){
    .carousel .slideRight{
        right:-7.5px !important;
    }
}
@media screen and (max-width:720px){
    .carousel .slideRight{
        right:-15px !important;
    }
}
.carousel .slideRight .circle{
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 1px 2px white;
}
.carousel .slideRight .arrow{
    left: calc(50% - 10px);
    border-top: 2px solid white;
    border-right: 2px solid white;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 8px);
    transform: rotate(45deg);
    line-height: 200px;
    overflow: hidden;
}
.carousel .carousel-viewport{
    overflow: hidden;
    margin-left: 75px !important;
    margin-right: 75px !important;
}
@media screen and (max-width:1280px){
    .carousel .carousel-viewport{
        margin-left: 50px !important;
        margin-right: 50px !important; 
    }
}
@media screen and (max-width:720px){
    .carousel .carousel-viewport{
        margin-left: 40px !important;
        margin-right: 40px !important; 
    }
}
.carousel .carousel-slides{
    display: block;
    margin-right:-100px;
    white-space: nowrap;
    position: relative;
}
@media screen and (max-width:1600px){
    .carousel .carousel-slides{
        margin-right:-50px;
    }
}
@media screen and (max-width:1280px){
    .carousel .carousel-slides{
        margin-right:-20px;
    }
}
@media screen and (max-width:720px){
    .carousel .carousel-slides{
        margin-right:-20px;
    }
}
.carousel .carousel-slides .slide{
    display: inline-block;
    width: calc(33.333% - 100px);
    margin-right: 100px;
    background-color: #f3f3f3;
    border-radius: 15px 0px 15px 0px;
    min-height:360px;
    vertical-align:top;
}
@media screen and (max-width:1600px){
    .carousel .carousel-slides .slide{
        width: calc(33.333% - 50px);
        margin-right: 50px;
        min-height:22.6vw;
    }
}
@media screen and (max-width:1280px){
    .carousel .carousel-slides .slide{
        width: calc(33.333% - 20px);
        margin-right: 20px;
        min-height:21vw;
    }
}
@media screen and (max-width:850px){
    .carousel .carousel-slides .slide{
        min-height:22vw;
    }
}
@media screen and (max-width:720px){
    .carousel .carousel-slides .slide{
        width: calc(50% - 15px);
        margin-right: 15px;
        min-height: 35vw;
    }
}
@media screen and (max-width:450px){
    .carousel .carousel-slides .slide{
        width: calc(100% - 15px);
        margin-right: 15px;
        min-height: 70vw;
    }
}
.carousel .slide .contentBox-link{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 28px;
    line-height: 1em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    font-family: proxima, sans-serif;
    padding-left: 50px;
    padding-right: 50px;
    color: black;
    white-space:normal;
}
@media screen and (max-width:1600px){
    .carousel .slide .contentBox-link{
        padding-left:3.5vw;
        padding-right:3.5vw;
        font-size:1.75vw;
    }
}
@media screen and (max-width:1280px){
    .carousel .slide .contentBox-link{
        padding-left:15px;
        padding-right:15px;
        font-size:2.2vw;
    }
}
@media screen and (max-width:720px){
    .carousel .slide .contentBox-link{
        font-size:3.2vw;
    }
}
@media screen and (max-width:450px){
    .carousel .slide .contentBox-link{
        font-size:6vw;
    }
}
.carousel .slide .contentBox__bg{
    padding-top: 200px;
    margin-left: -50px;
    margin-right: -50px;
    background-size: cover;
    background-position:center;
    margin-bottom: 50px;
    border-radius: 15px 0px 15px 0px;
}
@media screen and (max-width:1600px){
    .carousel .slide .contentBox__bg{
        margin-right:-3.5vw;
        margin-left:-3.5vw;
        padding-top: 65%;
        margin-bottom:2.5vw;
    }
}
@media screen and (max-width:1280px){
    .carousel .slide .contentBox__bg{
        margin-left:-15px;
        margin-right:-15px;
        margin-bottom:15px;
        padding-top:45%;
    }
}
@media screen and (max-width:720px){
    .carousel .slide .contentBox__bg{
        padding-top:50%;
    }
}
@media screen and (max-width:450px){
    .carousel .slide .contentBox__bg{
        padding-top:56.25%;
    }
}
.carousel .slide p{
    margin: 0px;
    font-size: 18px;
    line-height: 1em;
    margin-top: 5px;
    display: block;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
}
@media screen and (max-width:1280px){
    .carousel .slide p{
        font-size:16px;
    }
}
@media screen and (max-width:720px){
    .carousel .slide p{
        font-size:15px;
    }
}
/*Shout Out Box*/
.page__content .shout-out table{
    margin-left: auto;
    margin-right: auto;
}
.page__content .shout-out tbody, .page__content .shout-out tr, .page__content .shout-out td{
    border: 0px;
    position: relative;
    width: auto;
    text-align: right;
}
@media screen and (max-width:720px){
    .page__content .shout-out td{
        width:50%;
    }
}
@media screen and (max-width:480px){
    .page__content .shout-out tbody, .page__content .shout-out tr, .page__content .shout-out td{
        width:100%;
        text-align:center;
        display:block;
    }
}
.page__content .shout-out td:last-of-type{
    width:374px;
}
@media screen and (max-width:1024px){
    .page__content .shout-out td:last-of-type{
        width:auto;
        text-align:left;
    }
}
@media screen and (max-width:720px){
    .page__content .shout-out td:last-of-type{
        width:50%;
    }
}
@media screen and (max-width:480px){
    .page__content .shout-out td:last-of-type{
        width:100%;
    }
}
.page__content .shout-out h2{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
    text-align: right;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 30px;
    font-weight:bold;
}
@media screen and (max-width:1280px){
    .page__content .shout-out h2{
        margin-right:15px;
    }
}
@media screen and (max-width:1024px){
    .page__content .shout-out h2{
        font-size:2.9vw;
    }
}
@media screen and (max-width:480px){
    .page__content .shout-out h2{
        font-size: 6vw;
        margin-right:0px;
        text-align:center;
    }
}
.page__content .shout-out h2 span{
    font-size: 23px;
    line-height: 1em;
    display: block;
    margin-top:5px;
}
@media screen and (max-width:1024px){
    .page__content .shout-out h2 span{
        font-size:2.2vw;
    }
}
@media screen and (max-width:480px){
    .page__content .shout-out h2 span{
        font-size: 7vw;
    }
}
.page__content .shout-out .shout-out-email{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    padding: 15px;
    margin: 0px;
    color: white;
    border-radius: 10px 0px 0px 10px;
    border: solid 1px white;
    border-right: 0px;
    background-color: black;
    height: 55px;
    width: calc(100% - 100px);
}
@media screen and (max-width:1024px){
    .page__content .shout-out .shout-out-email{
        padding:1.4vw;
        height:5.3vw;
        font-size:1.9vw;
        width:calc(100% - 9.7vw);
    }
}
@media screen and (max-width:720px){
    .page__content .shout-out .shout-out-email{
        font-size: 15px;
        height: 38px;
        padding: 10px;
        width:calc(100% - 70px);
    }
}
@media screen and (max-width:480px){
    .page__content .shout-out .shout-out-email{
        font-size: 20px;
        height: 55px;
        padding: 15px;
        width: calc(100% - 100px);
    }
}
@media screen and (max-width:380px){
    .page__content .shout-out .shout-out-email{
        font-size:5.2vw;
        height:14.4vw;
        padding:3.9vw;
        width: calc(100% - 26vw);
    }
}
.page__content .shout-out .shout-out-email::placeholder{
    color:white;
}
.page__content .shout-out .shout-out-link{
    display: inline-block;
    line-height: 1em;
    padding-top: 18px;
    padding-bottom: 17px;
    vertical-align: middle;
    background-color: #2871c8;
    color: white;
    font-size: 18px;
    height: 55px;
    padding-left: 15px;
    padding-right: 18px;
    text-decoration: none;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid white;
    border-left: 0px;
    font-weight: 100;
    letter-spacing: 1px;
    outline: 0px;
    transition: color 0.2s, background-color 0.1s;
    width:100px;
    text-align: center;
}
@media screen and (max-width:1024px){
    .page__content .shout-out .shout-out-link{
        padding-left:1.4vw;
        padding-right:1.7vw;
        padding-top:1.7vw;
        padding-bottom:1.6vw;
        font-size:1.7vw;
        height:5.3vw;
        width:9.7vw;
    }
}
@media screen and (max-width:720px){
    .page__content .shout-out .shout-out-link{
        width: 70px;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 13px;
        padding-bottom: 10px;
        height: 38px;
    }
}
@media screen and (max-width:480px){
    .page__content .shout-out .shout-out-link{
        width: 100px;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 18px;
        padding-bottom: 17px;
        height: 55px;
    }
}
@media screen and (max-width:380px){
    .page__content .shout-out .shout-out-link{
        width:26vw;
        font-size:4.7vw;
        padding-left:2.6vw;
        padding-right:2.6vw;
        padding-top:4.7vw;
        padding-bottom:4.7vw;
        height:14.4vw;
    }
}
.page__content .shout-out .shout-out-link > font{
    display: block;
    overflow: hidden;
    max-height: 24px;
    word-break: break-all;
}
@media screen and (max-width:1024px){
    .page__content .shout-out .shout-out-link > font{
        max-height:2.1vw;
    }
}
@media screen and (max-width:720px){
    .page__content .shout-out .shout-out-link > font{
        max-height:15px;
    }
}
@media screen and (max-width:480px){
    .page__content .shout-out .shout-out-link > font{
        max-height: 20px;
    }
}
/*Shout Out Modal*/
.modal-shout-out-form{
    position: absolute;
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    background-color: rgba(0, 57, 162, 0.7);
    z-index: 6;
    display: none;
    animation-name:modal-shout-out-form;
    animation-duration:0.8s;
}
@keyframes modal-shout-out-form{
    from{ opacity:0; }
    to{ opacity:1; }
}
.modal-shout-out-form.show{
    display:block;
}
.modal-shout-out-form .contentBox__content{
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    position: relative;
    margin-top: 50px;
    width:100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width:1330px){
    .modal-shout-out-form .contentBox__content{
        margin-left:15px;
        margin-right:15px;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}
.modal-shout-out-form .contentBox__content .close-shout-out-modal{
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    line-height: 150px;
    overflow: hidden;
    display: block;
    background-image: url(/content/images/close.png);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:1330px){
    .modal-shout-out-form .contentBox__content .close-shout-out-modal{
        right:0px;
    }
}
.modal-shout-out-form .contentBox__content h2{
    padding: 50px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 1.2em;
}
@media screen and (max-width:1280px){
    .modal-shout-out-form .contentBox__content h2{
        padding:15px;
        padding-bottom:0px;
    }
}
.modal-shout-out-form .contentBox__content p{
    margin:0px;
}
.modal-shout-out-form .contentBox__content iframe{
    width: calc(100% - 100px);
    min-height: 800px;
    border: 0px;
    margin-left: 50px;
    margin-right: 50px;
}
@media screen and (max-width:1280px){
    .modal-shout-out-form .contentBox__content iframe{
        width:calc(100% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
}
@media screen and (max-width:455px){
    .modal-shout-out-form .contentBox__content iframe{
        min-height: 1060px;
    }
}
/*Incentive Program Column Styles*/
.incentive-program-2-columns{
    margin-top:30px;
    font-size:0px;
    line-height:0px;
    width:100%;
    position:relative;
}
@media screen and (max-width:1280px){
    .incentive-program-2-columns{
        margin-top:20px;
    }
}
.incentive-program-2-columns .left-column{
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 450px);
    font-size:15px;
    line-height:1.4em;
}
@media screen and (max-width:1280px){
    .incentive-program-2-columns .left-column{
        display:inline-block;
        vertical-align:top;
        width:calc(100% - 415px);
    }
}
@media screen and (max-width:1024px){
    .incentive-program-2-columns .left-column{
        display:inline-block;
        vertical-align:top;
        width:100%;
    }
}
.incentive-program-2-columns .right-column{
    display:inline-block;
    vertical-align:top;
    width:400px;
    margin-left:50px;
    font-size:15px;
    line-height:1.4em;
}
@media screen and (max-width:1280px){
    .incentive-program-2-columns .right-column{
        margin-left:15px;
    }
}
@media screen and (max-width:1024px){
    .incentive-program-2-columns .right-column{
        width:100%;
        margin-left:0px;
    }
}
.incentive-program-2-columns iframe{
    border:0px;
    width:100%;
    height:600px;
}
@media screen and (max-width:1024px){
    .incentive-program-2-columns iframe{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
}
/*Content Table Styles - A table-like Element made using divs*/
.page__content .contentTable{
    position:relative;
    width:100%;
}
.page__content .contentTable .contentRow{
    font-size:0px;
    line-height:0px;
    display:inline-block;
    width:100%;
}
.page__content .contentTable .contentHeaderRow{
    padding-bottom: 10px;
    font-size:0px;
    line-height:0px;
    display:inline-block;
    width:100%;
    box-shadow: 0px 1px 0px 0px #e0e0e0;
}
.page__content .contentTable .contentHeader{
    display:inline-block;
    font-weight:bold;
    font-size:15px;
    line-height:1.4em;
    vertical-align:top;
}
.page__content .contentTable .contentCell{
    display:inline-block;
    font-size:15px;
    line-height:1.4em;
    vertical-align:top;
}
.page__content .contentTable.fiveColumn .contentCell,
.page__content .contentTable.fiveColumn .contentHeader{
    width:calc(20% - 10px);
    padding-left:10px;
}
.page__content .contentTable.fiveColumn .contentCell:first-of-type,
.page__content .contentTable.fiveColumn .contentHeader:first-of-type{
    width:20%;
    padding-left:0px;
}
@media screen and (max-width:980px){
    .page__content .contentTable.fiveColumn .contentCell{
        width:calc(33.333% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.fiveColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fiveColumn .contentCell:first-of-type{
        font-weight:bold;
    }
    .page__content .contentTable.fiveColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.fiveColumn .contentHeader{
        width:calc(33.333% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.fiveColumn .contentHeaderRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fiveColumn .contentCell:first-of-type,
    .page__content .contentTable.fiveColumn .contentHeader:first-of-type{
        width:33.333%;
        padding-left:0px;
    }
}
@media screen and (max-width:512px){
    .page__content .contentTable.fiveColumn .contentCell{
        width:calc(50% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.fiveColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fiveColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.fiveColumn .contentHeader{
        width:calc(50% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.fiveColumn .contentHeaderRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fiveColumn .contentCell:first-of-type,
    .page__content .contentTable.fiveColumn .contentHeader:first-of-type{
        width:50%;
        padding-left:0px;
    }
}
@media screen and (max-width:350px){
    .page__content .contentTable.fiveColumn .contentCell{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.fiveColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fiveColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.fiveColumn .contentHeader{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.fiveColumn .contentHeaderRow{
        margin-bottom:15px;
    }
}
.page__content .contentTable.fourColumn .contentCell,
.page__content .contentTable.fourColumn .contentHeader{
    width:calc(25% - 10px);
    padding-left:10px;
}
.page__content .contentTable.fourColumn .contentCell:first-of-type,
.page__content .contentTable.fourColumn .contentHeader:first-of-type{
    width:25%;
    padding-left:0px;
}
@media screen and (max-width:640px){
    .page__content .contentTable.fourColumn .contentCell{
        width:calc(50% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.fourColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fourColumn .contentCell:first-of-type{
        font-weight:bold;
    }
    .page__content .contentTable.fourColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.fourColumn .contentHeader{
        width:calc(50% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.fourColumn .contentHeaderRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fourColumn .contentCell:first-of-type,
    .page__content .contentTable.fourColumn .contentHeader:first-of-type{
        width:50%;
        padding-left:0px;
    }
}
@media screen and (max-width:350px){
    .page__content .contentTable.fourColumn .contentCell{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.fourColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.fourColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.fourColumn .contentHeader{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.fourColumn .contentHeaderRow{
        margin-bottom:15px;
    }
}
.page__content .contentTable.threeColumn .contentCell,
.page__content .contentTable.threeColumn .contentHeader{
    width:calc(33.333% - 10px);
    padding-left:10px;
}
.page__content .contentTable.threeColumn .contentCell:first-of-type,
.page__content .contentTable.threeColumn .contentHeader:first-of-type{
    width:33.333%;
    padding-left:0px;
}
@media screen and (max-width:512px){
    .page__content .contentTable.threeColumn .contentCell{
        width:calc(50% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.threeColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.threeColumn .contentCell:first-of-type{
        font-weight:bold;
    }
    .page__content .contentTable.threeColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.threeColumn .contentHeader{
        width:calc(50% - 10px);
        padding-left:10px;
    }
    .page__content .contentTable.threeColumn .contentHeaderRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.threeColumn .contentCell:first-of-type,
    .page__content .contentTable.threeColumn .contentHeader:first-of-type{
        width:50%;
        padding-left:0px;
    }
}
@media screen and (max-width:350px){
    .page__content .contentTable.threeColumn .contentCell{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.threeColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.threeColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.threeColumn .contentHeader{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.threeColumn .contentHeaderRow{
        margin-bottom:15px;
    }
}
.page__content .contentTable.twoColumn .contentCell,
.page__content .contentTable.twoColumn .contentHeader{
    width:calc(50% - 10px);
    padding-left:10px;
}
.page__content .contentTable.twoColumn .contentCell:first-of-type,
.page__content .contentTable.twoColumn .contentHeader:first-of-type{
    width:50%;
    padding-left:0px;
}
@media screen and (max-width:350px){
    .page__content .contentTable.twoColumn .contentCell{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.twoColumn .contentRow{
        margin-bottom:15px;
    }
    .page__content .contentTable.twoColumn .contentCell:first-of-type{
        font-weight:bold;
    }
    .page__content .contentTable.twoColumn .contentRow:last-of-type{
        margin-bottom:0px;
    }
    .page__content .contentTable.twoColumn .contentHeader{
        width:calc(100%);
        padding-left:0px;
        margin-bottom:10px;
    }
    .page__content .contentTable.twoColumn .contentHeaderRow{
        margin-bottom:15px;
    }
}
/*SiteMap Styles*/
.siteMap.nestedLinkList__manualDropDown.nestedLinkList--d1 {
    display: none;
}

.siteMap a {
    text-decoration: none;
    display: inline-block;
}

.siteMap.nestedLinkList--d1 > li > a {
    font-weight: bold;
    font-size: 18px;
}

ul.siteMap {
    list-style: none;
    transition: all .6s;
    padding-left: 0;
}
/* Layout the nestings */
.siteMap li {
    display: grid;
    opacity: 1;
    grid:
        "arrow . parent" min-content
        ". child child" 1fr
        / 1em 1em auto;
    align-items: center;
    row-gap: 10px;
}
.siteMap input {
    grid-area: arrow;
}
.siteMap a {
    grid-area: parent;
}
.siteMap {
    grid-area: child;
    overflow: hidden;
}
.siteMap.nestedLinkList__manualDropDown {
    all: unset;
    cursor: pointer;
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Dropdown icon: chevron */
.siteMap :is(.nestedLinkList__manualDropDown, .nestedLinkList__manualDropDown:checked):after {
    content: ' ';
    display: inline-block;
    border-bottom: 2px solid #0f2269;
    border-right: 2px solid #0f2269;
    height: 12px;
    width: 12px;
    transition: transform .5s;
}
.siteMap.nestedLinkList__manualDropDown:after {
    transform: rotate(-45deg) translateX(-2px) translateY(-2px);
}
.siteMap.nestedLinkList__manualDropDown:checked:after {
    transform: rotate(45deg) translateX(-2px) translateY(-2px);
}
.nestedLinkList__manualDropDown:not(:checked) ~ ul.siteMap {
    height: 0;
}