/* cmsms stylesheet: Custom modified: 06/24/25 12:07:24 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cd-hero-slider .cd-full-width h1, 
.cd-hero-slider .cd-full-width h2{
    text-shadow: 2px 2px 1px rgba(0,0,0,0.20);
}

.content-wrap h3{
    line-height: 1.4;
}

.promotion-banner{
    position: relative;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
    background: #4D8B40;
}
.promotion-banner .text-wrap{
    display: block;
    margin: 0 auto;
    padding: 12px 20px;
    text-align: center;
}
.promotion-banner .text-wrap p{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.promotion-banner .text-wrap p strong{
    font-weight: 700;
    color: #ffffff;
}
.promotion-banner .text-wrap p a{
    font-weight: 500;
    color: #ffffff;
}
@media screen and (max-width: 992px) {
    .promotion-banner .text-wrap{
        padding: 10px 15px;
    }
    .promotion-banner .text-wrap p{
        font-size: 15px;
    }
}

footer .newsletter-signup{
    float: left;
    margin: 35px 0 0;
    width: 400px;
}
footer .newsletter-signup h4{
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
}
footer .newsletter-signup form{
    position: relative;
    width: 100%;
}
footer .newsletter-signup form input,
footer .newsletter-signup form .btn{
    float: left;
    margin: 0;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    width: 70%;
    border: 1px solid #ddd;
    outline: 0;
}
footer .newsletter-signup form .btn{
    float: right;
    padding: 0;
    width: 28%;
    border: 0;
}
footer .newsletter-signup form .mc-field-group{
    position: relative;
}
#mc_embed_signup div.mce_inline_error{
    position: absolute;
    width: auto;
    top: -36px;
    right: 0;
}
#mce-responses{
    position: absolute;
    width: auto;
    top: -32px;
    right: 0;
}
@media screen and (max-width: 992px) {
    footer .newsletter-signup{
        float: none;
        position: relative;
        display: block;
        margin: 35px auto 50px;
        width: 95%;
    }
    footer .newsletter-signup h4{
        font-size: 17px;
        text-align: center;
    }
    footer .newsletter-signup form{
        width: 100%;
    }
    footer .newsletter-signup form input,
    footer .newsletter-signup form .btn{
        width: 60%;
    }
    footer .newsletter-signup form .btn{
        width: 38%;
    }
}

/* VIDEO UPDATES */
#video-updates{
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
#video-updates.summary-list{
    margin-top: 25px;
}
#video-updates a{
    text-decoration: none !important;
    outline: 0;
    border: 0;
}
#video-updates.summary-list .item{
    position: relative;
    display: block;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px dashed #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#video-updates.summary-list .item:first-child{
    border-top: 1px dashed #ddd;
}
#video-updates.summary-list .item h3{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 16px;
    font-weight: 700;
    color: #212121;
}
#video-updates.home-page .item h3{
    position: relative;
    margin: 0;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 4px solid #ddd;
}
#video-updates.summary-list .item h3 .fa{
    margin: 0 8px 0 0;
    color: #4D8B40;
}
#video-updates.home-page .item h3 .fa{
    color: #fff;
}
#video-updates.summary-list .item .play-video{
    float: right;
    margin: -15px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4D8B40;
    cursor: pointer;
}
#video-updates.home-page .item .play-video{
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #4D8B40;
}

.pagination{
    width: 100%;
    text-align: center;
}
.pagination .next,
.pagination .prev{
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

/* CS SUMMARY BOXES */
.cs-summary-boxes{
    
}
.cs-summary-boxes:after{
    content: '';
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
}
.cs-summary-boxes .item{
    position: relative;
    display: block;
    float: left;
    margin: 0 1% 1% 0;
    padding: 0;
    height: 250px;
    width: 32.5%;
    background: #000000;
}
.cs-summary-boxes .item:nth-child(3n){
    margin-right: 0;
}
.cs-summary-boxes .item.box-1{
    background: #668EB3;
}
.cs-summary-boxes .item.box-1 .text-wrap span{
    display: block;
    font-size: 36px;
    font-weight: 700;
}
.cs-summary-boxes .item.box-3{
    background: #64656B;
}
.cs-summary-boxes .item.box-3 .text-wrap{
    width: 85%;   
}
.cs-summary-boxes .item.box-3 .text-wrap p{
    
}
.cs-summary-boxes .item.box-3 .text-wrap p.first{
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 300;
}
.cs-summary-boxes .item.box-3 .text-wrap p.last{
    font-size: 16px;
}
.cs-summary-boxes .item.box-3 .text-wrap p.first span{
    display: block;
    font-size: 36px;
    font-weight: 700;
}
.cs-summary-boxes .item.box-5{
    background: #4D8B40;   
}
.cs-summary-boxes .item.box-5 .text-wrap{
    width: 80%;
}
.cs-summary-boxes .item.box-5 .text-wrap p.first{
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 300;
}
.cs-summary-boxes .item.box-5 .text-wrap p.last{
    font-size: 16px;
}
.cs-summary-boxes .item.box-7{
    background: #4D8B40;
}
.cs-summary-boxes .item.box-7 .text-wrap{
    width: 80%;   
}
.cs-summary-boxes .item.box-7 .text-wrap p.first{
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 300;
}
.cs-summary-boxes .item.box-7 .text-wrap p.last{
    font-size: 16px;
}
.cs-summary-boxes .item.box-7 span{
    display: block;
    font-size: 40px;
    font-weight: 700;
}
.cs-summary-boxes .item.box-8 .text-wrap{
    width: 75%;
}
.cs-summary-boxes .item.box-8 .text-wrap p{
    font-size: 17px;
}
.cs-summary-boxes .item.box-8 .text-wrap span{
    display: block;
    font-size: 26px;
    font-weight: 700;
}
.cs-summary-boxes .item.box-8 .text-wrap span span{
    display: block;
    margin-top: -4px;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
}
.cs-summary-boxes .item.box-9 .text-wrap{
    position: absolute;
    margin: 0;
    padding: 50px 15px 0;
    top: 0;
    left: auto;
    margin-top: 0;
    right: 0;
    height: auto;
    bottom: 0;
    width: 50%;
    color: #fff;
    background: #668EB3;
    text-align: center;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.cs-summary-boxes .item.box-9 .text-wrap p.first{
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.cs-summary-boxes .item.box-9 .text-wrap p.last{
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.cs-summary-boxes .item .main-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.cs-summary-boxes .item .text-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    height: auto;
    width: auto;
    color: #fff;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cs-summary-boxes .item .text-wrap p{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
}
.cs-summary-boxes .item .icon{
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
}
@media screen and (max-width: 992px) {
    .cs-summary-boxes .item{
        position: relative;
        display: block;
        float: left;
        margin: 0 0 12px 0;
        padding: 0;
        height: 200px;
        width: 100%;
    }
    .cs-summary-boxes .item.box-1 .text-wrap span{
        font-size: 28px;
    }
    .cs-summary-boxes .item.box-3 .text-wrap{
        width: 85%;   
    }
    .cs-summary-boxes .item.box-3 .text-wrap p.first span{
        font-size: 28px;
    }
    .cs-summary-boxes .item.box-5 .text-wrap{
        width: 80%;
    }
    .cs-summary-boxes .item.box-5 .text-wrap p.first{
        font-size: 21px;
    }
    .cs-summary-boxes .item.box-5 .text-wrap p.last{
        font-size: 15px;
    }
    .cs-summary-boxes .item.box-7 .text-wrap{
        width: 80%;   
    }
    .cs-summary-boxes .item.box-7 span{
        font-size: 32px;
    }
    .cs-summary-boxes .item.box-8 .text-wrap p{
        font-size: 15px;
    }
    .cs-summary-boxes .item.box-8 .text-wrap span{
        font-size: 21px;
    }
    .cs-summary-boxes .item.box-8 .text-wrap span span{
        font-size: 21px;
    }
    .cs-summary-boxes .item.box-9 .text-wrap{
        position: absolute;
        margin: 0;
        padding: 50px 15px 0;
        top: 0;
        left: auto;
        margin-top: 0;
        right: 0;
        height: auto;
        bottom: 0;
        width: 50%;
        color: #fff;
        background: #668EB3;
        text-align: center;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .cs-summary-boxes .item.box-9 .text-wrap p.first{
        display: block;
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 600;
    }
    .cs-summary-boxes .item.box-9 .text-wrap p.last{
        display: block;
        font-size: 15px;
        font-weight: 400;
    }
    .cs-summary-boxes .item .text-wrap p{
        font-size: 15px;
    }
    .cs-summary-boxes .item .icon{
        top: 12px;
        right: 12px;
        font-size: 16px;
    }
}


.job-list{
    display: block;
    font-size: 16px;
    margin-top: -4px;
}
