/*
.mobile-header .top-menu svg{
    width: 25px;
}
.mobile-header .top-menu {
    background: linear-gradient(#ffffff 28%, #013565 22%);
    text-align: center;
}
.mobile-header .top-menu__container{
    display: flex;
    justify-content: space-between;
    padding: 24px 30px !important;
}
.mobile-header .btn.yellow-cta {
    margin: -8px 0 38px;
}
.mobile-header .top-menu img{
    position: relative;
    top: -12px;
}

.top-bar .logo img{
    max-width: 267px;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 21px;
}
.top-bar__container{
    display: flex;
    padding: 21px 15px;
    align-items: center;
    justify-content: space-between;
}
.nav {
    display: flex;
    gap: 60px;
}
.nav .menu-main-menu-container{
    display: flex;
    align-items: center;
}
.nav li{display:inline;}
.nav li a{
    font-size: 14px;
    color: #1c2036;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19px;
    padding: 10px 20px;
}
.nav .schedule {
    font-size: 18px;
    font-weight: bold;
    background: #ffce08;
    padding: 13px 35px;
    border-radius: 90px;
    text-transform: uppercase;
    color: #013565;
}

.bottom-bar{background: #013565;}
.bottom_bar__container {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
}

#menu-secondary-menu {
    padding: 0;
    display: flex;
    gap: 10px;
    text-decoration: none;
}
#menu-secondary-menu li{
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    font-size: 14px;
    font-weight: bold;
}
#menu-item-31162 a{color:#FFCE04 !important;}
#menu-secondary-menu li a{
    color: #fff;
    padding: 13px;
    display: inline-block;
}
--> 
.bottom-bar svg{
    width: 17.5px;
    color: #fff;
}
.bottom-bar a.phone{
    font-weight: bold;
    color: #fff;
    display: flex;
    gap: 8px;
    margin-left: 14px;
}




.nav-content{display:none;}
.mobile-nav-block .logo{display: inline-block;padding: 10px;}
.mobile-nav-block {position:relative;right: 0;top: 0;width: 100%;height: 100%;}
.mobile-nav-block ul {padding: 0;}
.mobile-nav-block ul ul {display: none;}
.mobile-nav-block ul li {
    list-style: none;
    position: relative;
    width: 100%;
    background-color: #ffce04;
    padding: 0;
}
.mobile-nav-block ul li:first-child {border: none;}
.mobile-nav-block ul li a {
    text-align: left;
    font-size: 14px;
    color: #013666;
    font-weight: 800;
    padding: 9px 30px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #f2c304;
}
.mobile-nav-block ul li a:hover{color: #fff;}
em.first-em {position: absolute;top: 0px;right: 0px;height: 42px;width: 50px;cursor: pointer;}
em.first-em:before {position: absolute;content: "";height: 18px;width: 2px;background-color: #013565;top: 50%;transform: translate(0,-50%);right: 0px;left: 0;margin: 0 auto;}
em.first-em:after {position: absolute;content: "";height: 2px;width: 18px;background-color: #013565;top: 50%;transform: translate(0,-50%);right: 0px;left: 0;margin: 0 auto;}
*/

/* first sub menu */
/*
.nav-content > ul li.open > em:before{content:none;}
.mobile-nav-block ul ul ul {display: none;}
.mobile-nav-block ul ul li {border: none !important;list-style: none;width: 100%; background-color: #013566;padding: 0;}
.mobile-nav-block ul ul li a {font-size: 14px;color: #fff;padding: 10px 30px;display: inline-block;text-transform: capitalize;border: none;}
.mobile-nav-block ul ul ul li {background-color: #393a3b;padding-left: 15px;}
.mobile-nav-block ul ul ul li:nth-child(1) {border-top: none;}
.mobile-nav-block ul ul ul li a {color: #fff;font-size: 13px;line-height: 1.2;}
*/
/* second sub menu */
/*
em.second-em {position: absolute;top: 0px;right: 0px;height: 35px;width: 50px;cursor: pointer;}
em.second-em:before {position: absolute;content: "";height: 16px;width: 2px;background-color: #fff;top: 50%;transform: translate(0,-50%);right: 0px;left: 0;margin: 0 auto;}
em.second-em:after {position: absolute;content: "";height: 2px;width: 16px;background-color: #fff;top: 50%;transform: translate(0,-50%);right: 0px;left: 0;margin: 0 auto;}

.mobile-nav-block {
    z-index: 999;
}


header.new-header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
}

#menu-main-menu{
    display: flex;
}
.sub-menu{display:none;}
.desktop-header ul li:hover > .sub-menu{display:block;}
.desktop-header ul li {
    position: relative;
}
.desktop-header ul .sub-menu{
    padding: 0;
    position: absolute;
    width: 170px;
    left: 20px;
}
.desktop-header ul .sub-menu li a{
    width: 100%;
    display: inline-block;
    background: #ffce08;
}
.desktop-header #menu-secondary-menu .sub-menu li a{
    color:#013565 !important;
}
.desktop-header ul ul ul {
    left: 100% !important;
    top: 0;
}
*/


.container{max-width:1170px;margin:0 auto;padding:0 15px}

.body-copy.wysiwyg p:last-child{margin-bottom:0;}
.wysiwyg p a,
.wysiwyg ul a{color:#303030;}

.inner-banner{
    background-size: cover !important;
    background-position: center center !important;
    min-height: 461px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner:before {
    content: '';
    background: #004D8D;
    opacity: 0.8;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
}
.inner-banner__container{
    position:relative;
}
.inner-banner h1 {
    z-index: 2;
    text-align: center;
    margin-top: -65px;
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
    color: #fff;
    max-width: 798px;
}
.inner-banner .yellow-bar {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    transform: translateZ(0);
    right: 0;
    padding: 0;
    margin: 0;
    display: block;
}

@media screen and (max-width:767px){
    .inner-banner .yellow-bar {
        position: absolute;
        bottom: -1px;
        left: 0px;
        width: calc(100% + 2px);
        max-width: calc(100% + 25px);
        transform: translateZ(0);
        right: 0;
        padding: 0;
        margin: 0;
        display: block;
    }
}

.text-image-combo{
    padding: 90px 0px;
}
.text-image-combo .text-image-combo__container{
    display: flex;
    gap: 120px;
    justify-content: space-between;
}
.text-image-combo .text-side,
.text-image-combo .image-side{
    width: 50%;
}
.text-image-combo .text-side{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-image-combo .image-side img{
    border-radius: 15px;
}
.text-image-combo .image-side .image{
    position: relative;
}
.text-image-combo .flip .image-side .image:before {
    left: -30px;
}
.text-image-combo .image-side .image:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    border: 6px solid #f8c909;
    border-radius: 15px;
    top: -30px;
    left: 30px;
}
.text-image-combo .flip {
    flex-direction: row-reverse;
}

.richtext{
    padding: 75px 0;
}
.richtext.has-bkg-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 77 142 / 85%);
    position: absolute;
    top: 0;
    left: 0;
}
.richtext.has-bkg-image .body-copy,
.richtext.has-bkg-image h2,
.richtext.has-bkg-image .btn{color:#fff;}

.richtext.bkg-lightblue{
    background: #e6edf4;
}
.richtext .richtext__container {
    max-width: 893px;
    font-family: "Open Sans", serif;
    z-index: 1;
    position: relative;
}
.richtext .headline, .text-image-combo .headline, .accordion-wdget .headline{
    font-size: 55px;
    color: #004d8e;
    margin: 0 0 25px;
    font-family: "Open Sans", serif;
}
.bkg-yellowbkg .richtext .headline{
    color:#013565;
}
.bkg-yellowbkg .btn.yellow-cta {
    background: #004d8e;
    color: #fff !important;
}

.body-copy.wysiwyg{
    font-family: "Open Sans", serif;
    font-size:16px;
    line-height:24px;
}
.content-left .body-copy.wysiwyg{
    text-align: left;
}

.accordion-wdget {
    padding: 70px 0;
}
.accordion-wdget .headline {
    text-align: center;
    max-width: 991px;
    margin: 0 auto 30px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  display: none;
  overflow: hidden;
  padding: 7px 0;
    max-width: calc(100% - 30px);
}

.accordion:after {
  content: '';
    width: 17px;
    height: 17px;
    background-position: center center !important;
    background-size: cover !important;
  background: url(https://morrisjenkins.com/wp-content/uploads/2025/02/unnamed-file-1.png);
}

.active:after {
    content: '';
    width: 17px;
    height: 20px;
    background-position: center center !important;
    background-size: cover !important;
    background: url(https://morrisjenkins.com/wp-content/uploads/2025/02/unnamed-file.png);
}

.accordion-wdget .accordion {
    font-family: "Open Sans", serif;
    font-size: 25px;
    line-height: 16.8px;
    color: #004d8e;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 0;
    padding: 20px 0;
    width: 100%;
    display: flex;
    background: none !important;
    justify-content: space-between;
    margin: 5px 0;
}
.accordion-container{
    border-bottom:2px solid #004D8D;
}

.section-button a{
    font-size: 15px;
}

.accordion-wdget .section-button{
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", serif;
}

.btn{margin-top:25px;}
.section-button{
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", serif;
}

.btn.yellow-cta {
    background: #FFCE04;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 90px;
    padding: 13px 26px;
    color: #083a61 !important;
}



.main-footer{
    background: #013565;
    color: #fff;
}
.main-footer .top-footer{
    display: flex;
    padding: 80px 0;
    justify-content: space-between;
}
.main-footer .top-footer .client-info{
    max-width: 350px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.main-footer .site-info{
    display: flex;
    gap: 80px;
}
.main-footer .site-info .contact {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 220px;
    width: 100%;
}
.main-footer .site-info span.heading{
    font-size:20px;
    font-weight:bold;
    line-height:27px;
}
a.footer-cta {
    background: #ffce04;
    max-width: 220px;
    font-weight: 700;
    text-align: center;
    border-radius: 90px;
    font-size: 18px;
    padding: 10.5px;
    width: 220px;
}
ul.social{
    padding: 0;
    display: flex;
    gap: 10px;
}
ul.social li{
    display: inline-block;
}
ul.social li a{color:#fff;}
ul.social li a:hover{color:#ffce04;}
ul.social li svg{
    width:28px;
}
.main-footer .site-info .quick-links{
    display: flex;
    flex-direction: column;
    gap: 26px;
}
#menu-quick-links{max-width:180px;padding-left:0;}
#menu-quick-links li{
    width:100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
#menu-quick-links li a {
    color: #fff;
    padding: 2px 0;
    display: inline-block;
}

.copyright{
    text-align: center;
    color: #F7F4F3;
    font-size:16px;
    padding: 20px 0;
    border-top: 1px solid #27527b;
}
.copyright p{
    opacity: .6;
}
.mobile-header{display:none !important;}
.bkg-yellowbkg{background:url('/wp-content/uploads/2024/12/bk-yellow.webp');}

.services-widget.light-blue{
    background: #e6edf4;
}
.services-widget{
            padding: 75px 0;
        }
        .services-widget h2 {
            font-size: 55px;
            color: #013565;
            text-align: center;
            margin: 0;
            margin-bottom: 40px;
        }

        
        .services-widget .slick-track {
            display: flex;
            gap:35.5px;
        }
        
        .services-widget .services{
            display: flex;
            align-items: center;
        }
        .services-widget  .slick-initialized .slick-slide{width:33.3333%;}
        .services-widget.light-blue .topper{background:#e6edf4;}
        .services-widget .topper{background:#fff;}
        .services-widget .slick-prev{transform: scaleX(-1);}
        .services-widget .slick-arrow:hover, .services-widget .slick-disabled{opacity: .4;}
        .services-widget .slick-arrow {
            background: url(https://morrisjenkins.com/wp-content/uploads/2025/03/right.png) !important;
            height: 56px;
            width: 57px;
            border: none;
            color: transparent !important;
        }
        
        .services-widget .slick-slide:last-child {
          display: none !important;
        }
         
        .service {
            background: #053663;
            border-bottom-right-radius: 23px;
            border-bottom-left-radius: 23px;
        }
        .service .icon img{
            margin: 20px auto 35px;
            width: 117px;
        }
        .service h3{
            color: #fff;
            text-align: center;
            font-size: 26px;
            line-height: 28px;
            font-weight: 900;
            text-transform: uppercase;
        }
        .service .description{
            color: #fff;
            text-align: center;
            padding: 0 30px 60px;
            font-size: 16px;
            line-height: 20px;
        }
        .service.schedule-service{display:none;}


.reviews-wdget{
                font-family: 'Open Sans';
                padding:100px 0;
            }
.reviews-wdget h2 {
    font-size: 55px;
    line-height: 60px;
    text-align: center;
    color: #013462;
    max-width: 1031px;
    margin: 0 auto 20px;
}

            .reviews-wdget .description{
                font-size: 20px;
                line-height: 28px;
                text-align: center;
                color: #013565;
                font-weight: 600;
                margin-bottom: 40px;
            }
.video-review__container{margin-top:30px;}
.videos-container{
    display: flex;
    gap: 26px;
}
.video {
    position: relative;
    width: 25%;
    border-radius: 23px;
    overflow: hidden;
    min-height: 415px;
}
.video .play{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 42%;
    bottom: 44%;
    z-index: 1;
}
.video .play:hover{opacity:.4;}
.video .video-description{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    padding: 0 23px 40px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.video .thumbnail{
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.video .video-description .heading{
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}
.video .video-description .desc{
    font-size: 16px;
    line-height: 20px;
}
.video .video-overlay {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}



@media screen and (max-width:1070px) and (min-width:992px){
    .text-image-combo {padding: 90px 30px;}
}

@media screen and (max-width:1190px) and (min-width:1025px){
    .nav {
        display: flex;
        gap: 0px;
    }
    .nav li a {
        padding: 10px 10px;
    }
}

@media screen and (max-width:1024px){
    .desktop-header{display:none !important;}
    .new-header .mobile-header{display:block !important;}
    .bkg-yellowbkg{background:url('/wp-content/uploads/2024/12/bk-yellow-mobile.jpg')}
}


.richtext.content-center .body-copy.wysiwyg{
    text-align: center;
}
.richtext.content-left .body-copy.wysiwyg{
    text-align: left;
}
@media screen and (max-width:767px){
    /*
    .desktop-header{display:none !important;}
    */
    .services-widget  .slick-initialized .slick-slide{width:100%;}
    .container { padding: 0 30px !important;}
    .inner-banner {
        min-height: 255px;
    }
    .inner-banner h1 {
        font-size: 41px;
        line-height: 51px;
        margin: 0;
    }
    .inner-banner .subheading {
        font-size: 17px !important;
        line-height: 28px !important;
        max-width: 75% !important;
        margin: 0 auto;
    }
    .richtext .headline, .text-image-combo .headline, .accordion-wdget .headline {
        font-size: 28px;
    }
    .body-copy.wysiwyg {
        font-size: 14px;
        line-height: 24px;
    }
    
    .text-image-combo {
        padding: 55px 0px !important; 
    }
    .richtext {
        padding: 55px 0px !important;
    }
    .richtext.bkg-lightblue{padding:60px 0;}
    .text-image-combo .text-image-combo__container {
        gap: 30px;
        flex-direction: column-reverse;
    }
    .text-image-combo .text-side, .text-image-combo .image-side {
        width: 100%;
    }
    .text-image-combo .image-side .image:before {
        top: -15px;
        left: 15px;
    }
    .text-image-combo .flip .image-side .image:before {
        left: -15px;
    }
    .accordion-wdget .accordion {font-size: 16px;}
    
    .main-footer .top-footer {
        flex-direction: column;
    }
    .main-footer .top-footer {
        padding: 35px 0;
        align-items: center;
    }
    .main-footer .top-footer .client-info {
        align-items: center;
        text-align:center;
    }
    
    .main-footer .site-info {
        flex-direction: column;
        width: 100%;
        text-align: center;
        align-items: center;
        gap: 0;
    }
    
    ul.social {
        justify-content: center;
        margin-bottom: 30px;
    }
    a.footer-cta{
        color: #003565;
        padding: 13px 26px;
    }
    #menu-quick-links {
        max-width: 220px;
        padding-left: 0;
    }
    
    .copyright {
        padding: 40px 0;
    }
    
    .seperator{
        border-bottom: 1px solid #F7F4F3;
        width: 100%;
        opacity: .18;
        margin-bottom: 25px;
    }
    
    
    .reviews-wdget h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .reviews-wdget .description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    
    .videos-container {
        flex-direction: column;
    }
    
    .video {
        width: 100%;
        min-height: auto;
    }
    .video .video-overlay {
        width: 100%;
    }
    
    .steps-widget h2 {
        font-size: 32px !important;
        line-height: 38px !important;
        margin: 0 0 70px;
        width: 100%;
        max-width: 310px !important;
        margin: 0 auto 45px !important;
    }
    .steps-widget .steps{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    
    .steps-widget .steps .step {
        width: 100% !important;
        max-width: 264px;
    }
    .steps-widget .steps .step .desc {
        font-size: 17px !important;
    }
    .steps-widget .below-description {
        font-size: 17px !important;
        line-height: 24px !important;
    }
    .steps-widget .steps .step .step-num{display:none;}
    
    .services-widget .services {
        display: grid !important;
        align-items: center;
        grid-template-columns: auto auto;
        gap: 25px;
    }
    .services-widget .service {
        width: 100% !important;
        text-align: center !important;
    }
    .service .description{display:none;}
    .schedule-service{color:#053663;}
    .service .icon img {
        margin: 0;
        width: 65px;
    }
    .service h3 {
        font-size: 22px !important;
        line-height: 28px !important;
        display: inline-block;
    }
    .schedule-service .service h3{
        color: #053663;
    }
    .service-container{
        height: 123px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
    }
    .service.schedule-service h3{color: #053663 !important;}
    .service.schedule-service{display:block !important;}
    .accordion-wdget .section-button {padding: 8px 0 !important;}
}



@media screen and (min-width:992px){
.text-image-combo .image-side img{
    height: 512px;
    width: 100%;
    max-width: 500px;
    object-fit: cover;
    object-position: center center;
}
}