/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body.admin-bar #wpadminbar{
    opacity: 1 !important;
    background: red !important;
}

.nhp{
    background-color: #f8f8f8;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 0 !important;
}

.nhp *{
    margin: 0;
    padding: 0;
}

.nhp h1,
.nhp h2,
.nhp h3,
.nhp p,
.nhp span,
.nhp a{
    display: block;
}

.nhp-center{
    max-width: 1321px;
    margin: 0 auto;
}

.nhp-heading-slider_slide{
/*     display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */

}

.nhp-heading-slider_slide {
    display: none;
}

.nhp-heading-slider_slide:first-child {
    display: block;
}

.nhp-header .secondary-menu{
    position: absolute;
    top: unset;
    bottom: unset;
    background-color: transparent;
}

.nhp-header:before{
    display: none;
}

.home .mtsnb{
    display: none !important;
}

a.nhp-btn{
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}


/* HEADING */
.nhp-heading{
    position: relative;
}

.nhp-heading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #01365d;
    background: transparent linear-gradient(180deg, #01365DE0 0%, #01365DBE 27%, #01365D40 100%) 0% 0% no-repeat padding-box;
    opacity: .75;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
}

.nhp-heading video,
.nhp-heading_bg-img {
    position: absolute;
    z-index: 0;
    visibility: visible;
    width: 100%; /* before: 2000px */
    max-width: 100%;
    height: 1000px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}

.nhp-heading-content{
    padding: 232px  0 166px;
    position: relative;
    z-index: 1;
}

.nhp-heading-slider{
    width: 90%;
    max-width: 872px;
    margin: 0 auto;
}

.nhp-heading-slider_slide h2,
.nhp-heading-slider_slide h1 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 44px;
}

.nhp-menu-title h1,
.nhp-menu-title .h1 {
    font-size: 40px;
    font-weight: 300 !important;
    line-height: 1.4;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.nhp-menu-title h1:before,
.nhp-menu-title .h1:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("https://demo.ssiaeration.com/wp-content/uploads/2020/07/icon-dots.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
}

.nhp-heading-slider_slide .nhp-btn{
    margin: 0 auto;
    background-color: #A2C02F;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 120px;
    transition: ease-in-out .3s;
    max-width: 158px;
}

.nhp-heading-slider_slide .nhp-btn:hover{
    background-color: #8aa524;
}

.nhp-heading-slider_dots{
    display: flex;
    justify-content: center;
}

.nhp-heading-slider_dots ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.nhp-heading-slider_dots ul li{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    margin-right: 16px;
}

.nhp-heading-slider_dots ul li:last-child{
    margin-right: 0;
}

.nhp-heading-slider_dots ul li button{
    border: none;
    font-weight: 600;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    color: transparent;
    background-color: #fff;
}

.nhp-heading-slider_dots ul li button:focus{
    outline: none;
}

.nhp-heading-slider_dots ul li.slick-active button{
    background-color: #A2C02F;
}


/* INFOS */
.nhp-info{
    background-color: #01365D;
    position: relative;
    padding: 158px 0 74px;
}

.nhp-info .nhp-center{
    position: relative;
    z-index: 1;
}

.bg-dots-1,
.bg-dots-2{
    position: absolute;
    max-width: 100%;
    z-index: 0;
}

.bg-dots-1{
    top: 0;
    left: 0;
}

.bg-dots-2{
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.nhp-infoimagebuttons{
    display: flex;
    position: absolute;
    width: 100%;
    top: -260px;
    z-index: 99999;
}

.nhp-infoimagebutton{
    width: 20%;
    display: block;
    height: 184px;
    position: relative;
    text-decoration: none;
}

.nhp-infoimagebutton img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
}

.nhp-iib_overlay{
    background-color: #292728;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .41;
    z-index: 1;
    transition: ease-in-out .3s;
}

.nhp-infoimagebutton:hover .nhp-iib_overlay{
    background-color: #A2C02F;
    opacity: .6;
}

.nhp-infoimagebutton p{
    color: #fff;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 100%;
    font-size: 28px;
    z-index: 2;
}

.nhp-info-stats{
    display: flex;
}

.nhp-info-stat{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nhp-info-stats .slick-slide{
    display: flex;
}

.nhp-info-stats img{
    width: 62px;
    height: 62px;
    margin: 0 auto;
    margin-bottom: 26px;
    -o-object-position: center;
    object-position: center;
}

.nhp-info-stats p{
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 14px;
}

.nhp-info-stats span{
    font-size: 20px;
    color: #A2C02F;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.nhp-info-stats .slick-dots,
.nhp-infoimagebuttons .slick-dots,
.nhp-latest-wrap .slick-dots,
.nhp-about .slick-dots{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    list-style: none;
    bottom: -30px;
}

.nhp-infoimagebuttons .slick-dots{
    bottom: 0;
}

.nhp-info-stats .slick-dots li button,
.nhp-infoimagebuttons .slick-dots li button,
.nhp-latest-wrap .slick-dots li button,
.nhp-about .slick-dots li button{
    background-color: #E9E9EA;
    border: none;
    box-shadow:  none;
    width: 8px;
    height: 8px;
    color: transparent;
    border-radius: 50px;
    margin: 0 5px;
}

.nhp-latest-wrap .slick-dots li button{
    background-color: #fff;
}

.nhp-infoimagebuttons .slick-dots li.slick-active button,
.nhp-info-stats .slick-dots li.slick-active button,
.nhp-latest-wrap .slick-dots li.slick-active button,
.nhp-about .slick-dots li.slick-active button{
    background-color: #A2C02F;
}

.nhp-info-stats .slick-dots li button:focus,
.nhp-infoimagebuttons .slick-dots li button:focus{
    outline: none;
}

/* TESTIMONIALS */
.nhp-testimonials{
    position: relative;
    background-color: #fff;
}

.nhp-testimonials-images{
    display: flex;
    justify-content: flex-end;
}

.nhp-testimonials-images img{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}

.nhp-testimonials-images_slider{
    width: 36%;
    justify-self: flex-end;
}

.nhp-testimonials-images_slider .slick-slide{
    border: none;
    width: 100%;
    height: 598px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: center;
       object-position: center;
}

.nhp-testimonials-images_slider .slick-slide div{
    height: 100%;
}

.nhp-testimonials-content{
    width: 100%;
    position: absolute;
    top: 0;
}

.nhp-testimonials-content_wrapper{
    display: flex;
    flex-wrap: wrap;
    max-width: 1322px;
    margin: 0 auto;
}

.nhp-testimonials-slider{
    width: 822px;
    align-items: center;
    display: flex;
}

.nhp-testimonials-slider .slick-slide{
    display: flex;
    height: 598px;
    background-color: #fff;
}

.nhp-testimonials-slider_wrapper{
    width: 100%;
    padding: 86px 66px 86px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.slick-slide:focus{
    outline: none;
}

.nhp-testimonials-slider_wrapper h3{
    color: #00ACDD;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 46px;
}

.nhp-testimonials-slider_wrapper h3::before{
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background-image: url("https://ssiaeration.com/wp-content/uploads/2020/07/icon-dots.png");
    display: inline-block;
}

.nhp-testimonials-slider_wrapper p{
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 40px;
    color: #292728;
    width: 100%;
}

.nhp-testimonials-slider_wrapper span{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #292728;
}

.nhp-testimonials-slider_wrapper span b{
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
}

.nhp-testimonials-slider_wrapper .nhp-btn{
    margin-top: 54px;
    background-color: #A2C02F;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: ease-in-out .3s;
}

.nhp-testimonials-slider_wrapper .nhp-btn:hover{
    background-color: #8aa524;
}

.nhp-testimonials-slider_dots{
    display: flex;
    justify-content: center;
    width: 18px;
    padding-right: 64px;
    align-items: center;
    display: flex;
    background-color: #fff;
}

.nhp-testimonials-slider_dots ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.nhp-testimonials-slider_dots ul li{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-bottom: 16px;
}

.nhp-testimonials-slider_dots ul li:last-child{
    margin-bottom: 0;
}

.nhp-testimonials-slider_dots ul li button{
    border: none;
    font-weight: 600;
    cursor: pointer;
    background-color: #E9E9EA;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    color: transparent;
}

.nhp-testimonials-slider_dots ul li button:focus{
    outline: none;
}

.nhp-testimonials-slider_dots ul li.slick-active button{
    background-color: #A2C02F;
}


/* LATEST */
.nhp-latest{
    background-color: #E9E9EA;
    padding: 84px 0;
}

.nhp-latest h2{
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #005F8C;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 60px;
    align-items: center;
}

.nhp-latest h2:before{
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background-image: url("https://ssiaeration.com/wp-content/uploads/2020/07/icon-dots.png");
    display: inline-block;
}

.nhp-latest-wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 46px;
    flex-wrap: wrap;
}

.nhp-latest-post{
    width: 29%;
    margin: 2%;
    max-width: 420px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #fff;
    transition: ease-in-out .3s;
    box-shadow: 3px 3px 20px #00000015;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.nhp-latest-post:hover{
    transform: scale(1.025);
}

.nhp-latest-post img{
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 10px 10px 0 0;
}

.nhp-latest-post_content{
    padding: 30px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nhp-latest-post span{
    text-transform: uppercase;
    color: #00ACDD;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
}

.nhp-latest-post h3{
    margin-bottom: 16px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #292728;
    transition: ease-in-out .3s;
}

.nhp-latest-post p{
    margin-bottom: 30px;
    font-size: 18px;
    height: 82px;
    line-height: 1.6em;
    font-weight: 400;
    overflow: hidden;
    color: #292728;
}

.nhp-latest-post span:last-child{
    color: #A2C02F;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: auto;
}

.nhp-latest-post:hover span img{
    transform: translateX(3px);
}

.nhp-latest-post span:last-child img{
    width: 14px;
    height: 11px;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: cover;';
    margin-left: 10px;
    border-radius: 0;
    transition: ease-in-out .3s;
}

.nhp-latest .nhp-btn{
    margin-top: 54px;
    background-color: #A2C02F;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: ease-in-out .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    max-width: 120px;
}

.nhp-latest .nhp-btn:hover{
    background-color: #8aa524;
}


/* ABOUT */
.nhp-about{
    background-color: #fff;
    position: relative;
    padding: 68px 0 80px;
}

.nhp-about .nhp-center{
    position: relative;
    z-index: 1;
}

.nhp-about .dots-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
}

.nhp-tablinks button{
    text-transform: uppercase;
    color: #00ACDD;
    font-size: 17px;
    font-family: inherit;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    transition: ease-in-out .3s;
    cursor: pointer;
}

.nhp-tablinks button:focus{
    outline: none;
}

.nhp-tablinks button.nhp-active-tab{
    background-color: #E9E9EA;
    color: #005F8C;
}

.nhp-tabcontent{
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nhp-tabcontent_left{
    width: 59%;
    max-width: 768px;
}

.nhp-tabcontent_right{
    width: 40%;
    max-width: 451px;
    position: relative;
}

.nhp-tabcontent_right:before{
    content: "";
    display: block;
    border: solid 1.5px #A8DBF0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    right: 0;
}

.nhp-tabcontent_right img{
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    position: relative;
}

.nhp-tabcontent h2,
.nhp-panel h2{
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #005F8C;
    display: flex;
    align-items: center;
}

.nhp-tabcontent h2:before,
.nhp-panel h2:before{
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background-image: url("https://ssiaeration.com/wp-content/uploads/2020/07/icon-dots.png");
    display: inline-block;
}

.nhp-tabcontent p,
.nhp-panel p{
    font-size: 18px;
    margin-bottom: 36px;
    color: #292728;
    line-height: 1.6em;
    font-weight: 400;
}

.nhp-tabcontent ul,
.nhp-panel ul{
    font-size: 18px;
    margin-bottom: 36px;
    color: #292728;
    line-height: 1.6em;
    padding-left: 20px;
}

.nhp-panel p{
    margin-top: 20px;
}

.nhp-about .nhp-btn{
    margin-top: 54px;
    background-color: #A2C02F;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: ease-in-out .3s;
    display: inline-block;
}

.nhp-about .nhp-btn:hover{
    background-color: #8aa524;
}

.nhp-about-mobile{
    display: none;
}

.nhp-panel {
    padding: 40px 20px;
    background-color: white;
    /* border: solid 1px #f8f8f8; */
    box-shadow: 3px 3px 20px #00000015;
    margin: 20px;
    transition: max-height 0.2s ease-out;
    border-radius: 5px;
}

.nhp-panel h2{
    margin-top: 40px;
}

.nhp-panel a{
    margin-bottom: 40px;
}

/* LOGOS */
.nhp-logos{
    background-color: #E9E9EA;
    padding: 60px 0;
}

.nhp-logos-wrapper{
    display: flex;
    justify-content: space-between;
}

.nhp-logos a{
    width: 200px;
    height: 100px;
}

.nhp-logos img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
    -o-object-position: center;
       object-position: center;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .56;
    transition: ease-in-out .3s;
}

.nhp-logos a:hover img{
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
    transform: scale(1.025);
}


.nhp .slick-next,
.nhp .slick-prev{
    background-color: transparent;
    box-shadow: none;
    border: none;
    background-image: url("https://ssiaeration.com/wp-content/uploads/2020/07/icon-arrow-big.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
}

.nhp-logos .slick-next,
.nhp-logos .slick-prev{
    background-image: url("https://ssiaeration.com/wp-content/uploads/2020/07/icon-arrow-gray.png");
}

.nhp .slick-prev{
    transform: rotate(180deg);
}

.nhp .slick-next:focus,
.nhp .slick-prev:focus{
    outline: none;
}

@media (max-width:1370px){
    .nhp-testimonials-slider_wrapper{
        padding-left: 20px;
    }

    .nhp-center{
        padding-left: 40px;
        padding-right: 40px;
    }

    .nhp-info .nhp-center{
        padding: 0;
    }

    .nhp-info{
        padding: 74px 20px;
    }

    .nhp-info .nhp-info-stat{
        margin: 0 20px;
    }

    .nhp-infoimagebuttons{
        top: -218px;
    }
}

@media (max-width:1270px){
    .nhp-info-stats p{
        font-size: 46px;
    }
}

@media (max-width:1080px){
    .nhp-testimonials-slider,
    .nhp-testimonials-images_slider{
        width: 100%;
    }

    .nhp-testimonials-slider{
        order: 2;
    }

    .nhp-testimonials-slider_dots{
        padding: 10px 0;
        order: 1;
        position: absolute;
        right: 20px;
        top: 40px;
    }

    .nhp-testimonials-slider_dots ul li:last-child{
        margin-right: 0;
    }

    .nhp-testimonials-content{
        position: relative;
    }

    .nhp-testimonials-images_slider .slick-slide{
        height: 200px;
    }

    .nhp-testimonials-slider_wrapper{
        padding: 40px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .nhp-testimonials-slider .slick-slide{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .nhp-tabcontent_left{
        padding-right: 2%;
        width: 57%;
    }

    .nhp-latest-post{
        margin: 10px;
        width: 48%;
    }

    .nhp-infoimagebuttons{
        flex-wrap: wrap;
        justify-content: center;
        top: unset;
        position: relative;
        margin-top: -160px;
        margin-bottom: 40px;
    }

    .nhp-infoimagebutton{
        width: 30%;
    }
}

@media (max-width:1024px){
    .nhp-info-stats{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nhp-info .nhp-info-stat{
        width: 46%;
        margin: 0 0 20px 0;
        flex-direction: row;
        justify-content: flex-start;
        border: solid 1px #a2c02f;
        align-items: center;
        padding: 10px;
        border-radius: 5px;
    }

    .nhp-info-stat img{
        height: auto;
/*         border: solid 1px red; */
        margin: 0;
    }

    .nhp-info-stat div{
/*         border: solid 1px red; */
        display: flex;
        align-items: center;
    }

    .nhp-info-stat div p,
    .nhp-info-stat div span{
        text-align: left;
/*         border: solid 1px red; */
        margin: 0;
        margin-left: 20px;
    }

    .nhp-info-stat div p{
        font-size: 40px;
    }

    .nhp-info-stat div span{
        font-size: 20px;
    }
}

@media (max-width:960px){
    .nhp-info-stat div p{
        font-size: 26px;
    }

    .nhp-info-stat div span{
        font-size: 16px;
    }
}

@media (max-width:768px){
    .nhp-info .nhp-info-stat{
        width: 44%;
        flex-direction: column;
    }

    .nhp-float-search #search{
        width: 90% !important;
    }

    .nhp-info .nhp-info-stat div{
        display: block;
    }

    .nhp-info-stat div p,
    .nhp-info-stat div span{
        text-align: center;
        margin: 0;
    }

    .nhp-btn{
        text-align:  center;
    }

    .nhp-tabcontent_left{
        width: 100%;
        padding: 0;
        order: 2;
    }

    .nhp-tabcontent_left h2,
    .nhp-tabcontent_left p{
        text-align: center;
    }

    .nhp-tabcontent_left .nhp-btn{
        margin: 0 auto;
    }

    .nhp-tabcontent_right{
        width: 100%;
        max-width: unset;
        order: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .nhp-tabcontent_right img{
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain;';
    }

    .nhp-tablinks{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .nhp-tablinks button{
        border-radius: 0;
        border-bottom: solid 1px #f8f8f8;
    }

    .nhp-about-mobile{
        display: block;
        font-size: 18px;
        font-weight: 700;
    }

    .nhp-about-mobile .slick-track{
        display: flex !important;
    }

    .nhp-about-mobile .slick-slide{
/*         height: inherit !important; */
    }

    .nhp-about-mobile .slick-prev,.nhp-about-mobile .slick-next{
        position: absolute;
        top: 300px;
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .nhp-about-mobile .slick-prev{
        left: 0;
    }

    .nhp-about-mobile .slick-next{
        right: 0;
    }


    .nhp-testimonials-images,
    .nhp-tabs{
        display: none;
    }

    .nhp-heading-slider_slide h2,
    .nhp-heading-slider_slide h1 {
        font-size: 34px;
    }

    .nhp-panel{
        margin: 20px 40px;
    }

    .nhp-heading-slider_slide .nhp-btn,
    .nhp-testimonials-slider_wrapper .nhp-btn,
    .nhp-about .nhp-btn,
    .nhp-latest .nhp-btn{
        font-size: 14px;
        margin-bottom: 40px;
        padding: 15px 20px;
    }

    .nhp-latest .nhp-btn{
        margin-bottom: 0;
    }

    .nhp-latest .slick-track{
        display: flex !important;
    }

    .nhp-latest .slick-slide{
        height: inherit !important;
    }

    .nhp-infoimagebutton p,
    .nhp-testimonials-slider_wrapper p,
    .nhp-latest-post h3{
        font-size: 18px;
    }

    .nhp-info-stats p{
        font-size:30px;
        margin-bottom: 0;
    }

    .nhp-info-stats span,
    .nhp-testimonials-slider_wrapper span b,
    .nhp-latest-post span,
    .nhp-latest-post p,
    .nhp-latest-post span:last-child{
        font-size: 14px;
    }

    .nhp-info-stats img,
    .nhp-latest-post h3,
    .nhp-latest-post p{
        margin-bottom: 8px;
    }

    .nhp-testimonials-slider_wrapper h3{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .nhp-testimonials-slider_wrapper p{
        margin-bottom: 20px;
    }

    .nhp-latest h2,
    .nhp-panel h2{
        font-size: 26px;
        display: inline;
    }

    .nhp-center{
        padding: 0 20px;
    }

    .nhp-logos img{
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain;';
    }

    .nhp-testimonials-slider_dots{
        bottom: 20px;
        right: 10px;
    }

    .nhp-testimonials-slider_dots ul li button{
        width: 12px;
        height: 12px;
    }

    .nhp-testimonials-slider_wrapper .nhp-btn{
        margin-bottom: 0;
        margin-top: 20px;
    }

    .nhp-about .nhp-center{
        padding: 0;
    }

    .nhp-about .nhp-btn{
        margin: 0 auto;
    }

    .nhp-latest-post p{
        line-height: 1.6em;
        margin-bottom: 20px;
    }

    .nhp-latest-wrap{
        margin-top: 40px;
    }

    .nhp-latest .nhp-btn{
        margin-top: 60px;
    }

    .nhp-infoimagebutton{
        width: 48%;
    }
}

@media (max-width:430px){
    .nhp-info .nhp-info-stat{
        width: 100%;
        flex-direction: column;
    }

    .nhp-infoimagebutton{
        width: 100%;
    }
}


/* NHP HEADER */
body {
    padding-top: 0 !important;
}

.nhp-header{
/*     border: solid 2px red; */
    background-color: #01365D;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.home .nhp-header{
    background-color: transparent;
}

.nhp-header_wrapper{
/*     border: solid 2px green; */
    max-width: 1324px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
   position: relative;
}

.nhp-header .nhp-logo{
    /* border: solid 2px yellow; */
    width: 184px;
    height: 84px;
    display: block;
}

.nhp-header-fixed .nhp-logo_darkbg {
    display: none;
}
    
.nhp-header .nhp-logo .nhp-logo_lightbg{
    display: none;
}

.nhp-logo img{
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
}

.nhp-header-right{
    /* border: solid 2px pink; */
    display: flex;
    align-items: center;
}

@media (min-width:1090px){

    .nhp-header-right_bottom>a{
        /* border: solid 1px red !important;  */
        position: relative;
        top: 14px;
    }
    .ubermenu .ubermenu-item.ubermenu-item-level-0>a{
        /* border: solid 1px red !important; */
        position: relative;
        /* top: 14px; */
        height: unset !important;
        padding: 44px 0 16px !important;
        border-bottom: solid 5px transparent !important;
    }
}

.nhp-header-right_top{
/*     border: solid 2px orange; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
    display: none;
}

.nhp-header-right_top form#search{
    border: solid 1px #000;
    width: 200px;
    display: block !important;
    position: unset;
    top: 8px;
    right: 200px;
    border-radius: 0;
    border-bottom: solid 1px #005F8C !important;
}

.nhp-header-right_bottom{
/*     border: solid 2px purple; */
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
/*     position: relative; */
}

.nhp-header-right_top-phone,
.nhp-header-right_bottom-phone{
    color: #BFD730;
    font-size: 17px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
    margin-right: 13px;
    border-bottom: solid 5px transparent;
}

.nhp-header-right_top-phone:before,
.nhp-header-right_bottom-phone:before{
    content: "";
    display: block;
    width: 14px;
    height: 17px;
    background-image: url("https://ssiaeration.com/wp-content/uploads/2020/07/icon-phone-nhp.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    height: 100px;
}

.nhp-header-right_bottom-search{
    margin-left: 13px;
}

.nhp-header-right_bottom-search svg{
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.nhp-header-right_bottom-search:hover svg{
    fill: #BFD730;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.nhp-float-search{
    background-color: #000000d1;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 1000vw;
    display: none;
    top: 0;
    padding-top: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nhp-float-search_close{
    background-color: #A2C02F;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    z-index: 99;
    right: 20px;
    text-decoration: none;
}

.nhp-float-search_close:hover svg{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nhp-float-search_close svg{
    fill: #fff;
    width: 20px;
    height: 20px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.nhp-float-search_on{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
}

.nhp-float-search #search{
    display: block !important;
    position: relative;
    right: unset;
    width: 60%;
    padding: 0;
    left: unset;
    top: unset;
}

/* Fixed */
.nhp-header-fixed{
    background-color: #fff !important;
    box-shadow: 0px 3px 20px #00000029;
}

.nhp-header-right_top-phone{
    margin-right: 60px;
    position: relative;
    top: 4px;
}

.nhp-header-fixed .nhp-logo .nhp-logo_lightbg,
.nhp-header-fixed .nhp-header-right_bottom-phone,
.nhp-header-fixed .nhp-header-right_bottom-search{
    display: none;
}

.nhp-header-fixed .nhp-header-right_top-search,
.nhp-header-fixed .nhp-header-right_top-search form,
.nhp-header-fixed .nhp-header-right_top-search input,
.nhp-header-fixed .nhp-header-right_top-search fieldset{
    height: 26px !important;
    border: none !important;
}


.nhp-header-fixed .nhp-header-right_top-search{
    border-radius: 0 !important;
}

.nhp-header-fixed .nhp-header-right_top-search input{
    width: 90% !important;
    color: #005F8C;
    line-height: normal !important;
}

.nhp-header-fixed .nhp-header-right_top-search input::-webkit-input-placeholder{
    color: #005F8C !important;
}

.nhp-header-fixed .nhp-header-right_top-search input::-moz-placeholder{
    color: #005F8C !important;
}

.nhp-header-fixed .nhp-header-right_top-search input:-ms-input-placeholder{
    color: #005F8C !important;
}

.nhp-header-fixed .nhp-header-right_top-search input::-ms-input-placeholder{
    color: #005F8C !important;
}

.nhp-header-fixed .nhp-header-right_top-search input::placeholder{
    color: #005F8C !important;
}

.nhp-header-fixed .nhp-header-right_top-search form fieldset input[type=submit]{
    padding: 10px !important;
    background-size: 80% !important;
    height: 26px !important;
    width: 18px !important;
    color: transparent;
    background-image: url("https://ssiaeration.com/wp-content/uploads/2020/07/icon-search-blue.png") !important;
}

.nhp-header-fixed .nhp-header-right_top-phone:before{
    height: 17px;
}

.nhp-header-fixed .nhp-logo .nhp-logo_lightbg{
    display: block;
    top: -20px;
    position: relative;
}

.nhp-header-fixed .nhp-header-right{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
    align-items: flex-end;
}

.nhp-header-fixed .nhp-header-right_top{
/*     border: solid 2px orange; */
    margin-top: 10px;
    display: flex;
    align-items: center;
}

@media (max-width:1324px){
    .nhp-header_wrapper{
        padding: 0 20px;
    }
}

@media (max-width:1256px){
    .nhp-header-right_top-phone,
    .nhp-header-right_bottom-phone{
        display: none;
    }
}

@media (max-width:1148px){
    .nhp-header-right_bottom-search,
    .nhp-logo_darkbg{
        display: none;
    }
}

@media (max-width:1114px){
    .nhp-header_wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 0 0;
    }

    .nhp-header-right{
        width: 100%;
        margin-top: 0;
    }

    .nhp-header-right_bottom{
        width: 100%;
        position: unset;
    }

    .nhp-header{
        position: relative;
    }

    .nhp-logo_lightbg,
    .home .nhp-logo_darkbg {
        display: none!important;
    }

    .nhp-logo_darkbg,
    .home .nhp-logo_lightbg {
        display: block!important;
    }

    .nhp-heading-content{
        padding-top: 80px;
    }

    .nhp-header-right_bottom{
        display: block;
    }
}

@media (max-width: 690px) {
    .nhp-header {
        position: fixed;
        z-index: 9999;
    }

    .nhp-heading-content {
        margin-top: 80px;
    }
    
    .home .nhp-header-fixed .nhp-logo .nhp-logo_lightbg {
        top: 0;
    }
}

.ubermenu-responsive-default.ubermenu-responsive {
    max-height: none!important;
}

/* FOOTER */
#footer.nhp-footer{
    background-color: #01365D;
    padding: 60px 0 74px 0;
}

#footer.nhp-footer .nhp-footer_wrapper{
    max-width: 1324px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer .nhp-footer_section-1 #additional-locations li{
    display: flex;
}

#footer .nhp-footer_section-1 #additional-locations li svg{
    width: 12px;
    margin-right: 10px;
    height: auto;
    fill: #bfd730;
}

#footer .nhp-footer_section-1,
#footer .nhp-footer_section-2,
#footer .nhp-footer_section-3,
#footer .nhp-footer_section-4{
    width: 20%;
}

#footer .nhp-footer_section-2,
#footer .nhp-footer_section-3,
#footer .nhp-footer_section-4{
    margin-top: 20px;
}

.nhp-footer_logo{
    width: 186px;
    height: 84px;
    margin-bottom: 30px;
}

.nhp-footer_logo img{
    width: 100%;
    height: auto;
}

#footer .nhp-footer_section-1 a,
#footer .nhp-footer_section-2 a:not(.resp-sharing-button__link),
#footer .nhp-footer_section-3 a,
#footer .nhp-footer_section-4 a {
    color: #A2C02F;
    display: block;
    font-size: 17px;
}

#footer .nhp-footer_section-1 p,
#footer .nhp-footer_section-2 p,
#footer .nhp-footer_section-3 p,
#footer .nhp-footer_section-4 p{
    font-size: 17px;
    line-height: 1.3em;
}

.nhp-footer_heading{
    margin-bottom: 30px;
    font-size: 17px;
    text-transform: uppercase;
}

#footer .nhp-footer_section-1 p:last-child{
    margin-bottom: 30px;
}

#footer .nhp-footer_section-1 a svg{
    transform: rotate(180deg);
}

#footer .nhp-footer_section-1 a:after{
    display: none;
}

#footer .nhp-footer_section-2 a,
#footer .nhp-footer_section-3 a{
    margin-bottom: 18px;
}

#footer .nhp-footer_section-2 a:not(.resp-sharing-button__link) {
    display: flex;
}

#footer .nhp-footer_section-2 a svg{
    margin-right: 14px;
}

#footer .nhp-footer_section-4 a{
    margin-top: 30px;
}

.nhp-baktop{
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width:1324px){
    #footer.nhp-footer .nhp-footer_wrapper{
        padding: 0 20px;
    }

    #footer .nhp-footer_section-1,
    #footer .nhp-footer_section-2,
    #footer .nhp-footer_section-3,
    #footer .nhp-footer_section-4{
        width: 24%;
    }
}

@media(max-width:954px){
    #footer.nhp-footer .nhp-footer_wrapper{
        flex-wrap:  wrap;
    }

    #footer .nhp-footer_section-1,
    #footer .nhp-footer_section-2,
    #footer .nhp-footer_section-3,
    #footer .nhp-footer_section-4{
        width: 49%;
        text-align: left;
    }

    #footer .nhp-footer_section-1,
    #footer .nhp-footer_section-2{
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: solid 1px #024f88;
    }

    #footer .nhp-footer_section-2,
    #footer .nhp-footer_section-3,
    #footer .nhp-footer_section-4{
        margin-top: 0;
    }
}

@media(max-width:540px){
    #footer .nhp-footer_section-1,
    #footer .nhp-footer_section-2,
    #footer .nhp-footer_section-3,
    #footer .nhp-footer_section-4{
        width: 100%;
    }

    #footer .nhp-footer_section-3{
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: solid 1px #024f88;
    }
}

html {
  scroll-behavior: smooth;
}

/* start footer social icons */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.3em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0 0.5em 0 0.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
  display: block;
  width: 100%;
}

#footer .nhp-footer_section-2 .resp-sharing-button__link svg {
    margin-right: 0;
}

.resp-sharing-button--youtube {
  background-color: #bd081c
}

.resp-sharing-button--youtube:hover {
  background-color: #8c0615
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--youtube {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--youtube:hover,
.resp-sharing-button--youtube:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

/* end footer social icons */

/* top header */
.nhp-top-header{
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999999999999999999;
    /*     background-color: #e0e0e0; */
    position: relative;
    top: 34px;
}

.nhp-top-header_wrapper{
/*     background-color: yellow; */
    width: 100%;
    display: flex;
    justify-content: flex-end;
    max-width: 1324px;
}



.nhp-top-header a.nhp-contactus,
.nhp-top-header a.nhp-quote{
    background-color: #01365d;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
}

.nhp-top-header a.nhp-contactus{
    background-color: #a2c02f;
    margin-right: 10px;
}

.nhp-top-header a.nhp-quote{
    background-color: #00ADDE;
    margin-right: 0;
}

/* header phone */
.nhp-header_phone{
    color: #a2c02f;
    display: none;
    padding: 8px 0;
    font-size: 16px;
    align-items: center;
    transition: ease-in-out .3s;
    margin-right: 20px;
}

.nhp-header_phone svg{
    width: 12px;
    height: 12px;
    fill: #a2c02f;
    margin-right: 4px;
}

.nhp-header_phone:hover{
    color: #a2c02f;
}

.nhp-header_phone:hover svg{
    fill: #a2c02f;
}

.nhp-logo{
    align-self: flex-start;
    margin-left:10px;
}

.nhp-top-header_search{
    color: #afaba3;
    padding: 8px 0;
    display: none;
    font-size: 16px;
    align-items: center;
    transition: ease-in-out .3s;
}

.nhp-header-fixed .nhp-top-header_search svg{
    fill: #01365d47;
}

.nhp-top-header_search svg{
    fill: #fff;
}

@media (max-width:1324px){
    .nhp-top-header_wrapper{
        padding: 0 44px 0 20px;
    }
}

.nhp-header-fixed .nhp-header_phone,
.nhp-header-fixed .nhp-top-header_search{
    display: inline-flex;
}

.nhp-header-fixed .nhp-top-header_search{
    margin-left: 10px;
}

@media (max-width:1284px){
    .nhp-header_phone,
    .nhp-top-header_search{
        display: inline-flex;
    }

    .nhp-header-right_top-phone,
    .nhp-header-right_bottom-phone,
    .nhp-header-right_bottom-search{
        display: none;
    }

    .nhp-top-header a.nhp-quote{
        margin-right: 10px;
    }
}

@media (max-width:1114px){
    .nhp-top-header_search svg{
        fill: #01365d47;
    }

    .nhp-top-header{/*         background-color: red; */top: 46px;position: absolute;}

    .nhp-top-header_wrapper{
/*         background-color: yellow; */
        padding-right: 10px;
    }
}

@media (max-width:690px){
    .nhp-top-header{
        background-color: red;
        top: unset;
        position: relative;
    }

    .nhp-top-header_wrapper{
        background-color: #efefef;
        padding: 0;
        padding: 10px;
    }

    .nhp-logo{
        -ms-grid-row-align: center;
        align-self: center;
    }

    .nhp-header_wrapper{
        padding-top: 0;
    }
}

@media (max-width:514px){
    .nhp-top-header_wrapper{
        padding: 0 !important;
    }

    .nhp-top-header a.nhp-quote,
    .nhp-top-header a.nhp-contactus,
    .nhp-top-header_search,
    .nhp-header_phone{
        margin: 0 !important;
        border-radius: 0;
        padding: 5px 10px;
        font-size: 12px;
    }
}

@media (max-width:454px){
    .nhp-top-header_wrapper{
        flex-wrap: wrap;
    }

    .nhp-top-header a.nhp-quote,
    .nhp-top-header a.nhp-contactus,
    .nhp-top-header_search,
    .nhp-header_phone{
        padding: 5px 10px !important;
        text-align: center;
        font-size: 10px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .nhp-top-header a.nhp-quote{
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
               /* order: 3;
        width: 44%; */
    }

    .nhp-top-header a.nhp-contactus{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
               /* order: 1;
        width: 100%; */
    }

    .nhp-top-header_search{
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
               /* order: 4;
        width: 12%; */
    }

    .nhp-header_phone{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
               /* order: 2;
        width: 44%; */
    }
}

/* Acordion */
.nhp-about-mobile{
    padding: 0 20px;
}

.accordion {
    background-color: #fff;
    border: solid 1px #e9e9ea;
    color: #01365d;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 700;
    text-transform: uppercase;
}

.active, .accordion:hover {
    background-color: #01365d;
    color: #fff;
}

.accordion:after {
    content: '\002B';
    color: #bfd730;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    background-color: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 20px;
}

.panel p{
    font-size: 15px;
    font-weight: 400;
    color: #01365d;
    margin-bottom: 10px;
}

.panel li{
    font-size: 14px;
    font-weight: 400;
    color: #01365d;
    margin-bottom: 10px;
}

.panel ul{
    margin-left: 30px;
    margin-bottom: 20px;
}

.panel a{
    margin-top: 10px !important;
}

.panel-wrapper{
    padding: 20px;
}

/* Language Widget Issue Fixes */
#lang_sel {
    background-color: rgba(0,0,0,0);
}

#lang_sel a.lang_sel_sel:after {
    content: "" !important;
}
@media (max-width: 959px) {
    body.home #lang_sel a.lang_sel_sel {
        transform: none;
    }
    body.home #lang_sel {
        top: 160px !important;
        width: 100%;
        z-index: 8 !important;
    }
    body.home #lang_sel>ul>li {
        width: 100%;
    }
    body.home #lang_sel>ul>li ul {
        top: initial !important;
        left: initial !important;
    }
    #lang_sel>ul>li ul {
        width: 100% !important;
        top: 40px !important;
        min-height: initial !important;
        text-align: center;
        padding-bottom: 10px;
    }
    .nhp-logo {
        margin-bottom: 25px;
    }

}
@media (max-width: 454px) {
    body.home #lang_sel {
        top: 114px !important;
    }
    .nhp-top-header_wrapper {
        flex-wrap: nowrap;
    }
}
/* Make Mobile Menu Smaller */
@media (max-width: 1114px) {
    .ubermenu-responsive-toggle {
        padding: 5px 0 !important;
    }
}
@media (max-width: 690px) {
    .nhp-logo img {
        width: auto;
        height: 30px;
        margin: 0 auto;
    }
    .nhp-header .nhp-logo{
        width: 50%;
        height: initial;
        padding: 10px 0;
        z-index: 10;
    }
    .home .nhp-header .nhp-logo {
        background-color: #fff;
    }
    .nhp-logo {
        margin-left: 0;
        margin-bottom: 0;
    }
    .nhp-header-right {
        width: 50%;
        margin-top: 0;
    }
    .nhp-header-right_bottom {
        height: 100%;
    }
    .ubermenu-responsive-toggle {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #ubermenu-main-327-home-menu-2 {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .nhp-header_wrapper {
        flex-direction: row;
        align-items: stretch;
    }
    body.home #lang_sel {
        top: 80px!important;
    }
}

@media (min-width: 1024px) {
    ul.ubermenu-tab-content-panel.ubermenu-column.ubermenu-column-2-3.ubermenu-submenu.ubermenu-submenu-id-12238.ubermenu-submenu-type-tab-content-panel.ubermenu-autoclear {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
    }
}