@charset "UTF-8";

/* Interior Pages and Posts CSS */
#header {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

#header .header-holder {
    background-color: #111F34;
}

.main-frame {
    background-color: #f8f8f8;
    color: #2B3034;
    padding-top: clamp(30px, 4.167vw, 80px );
}

#inner-content .entry-add a:not(.btn) {
    text-decoration: underline;
}

.main-frame .container {
    position: relative;
}

.breadcrumb {
    padding: 5px 0 0;
}

.bar.bar-title {
    background: #f8f8f8;
    border: none;
    padding: 0;
    background-size: 100vw;
    background-repeat: no-repeat;
}

.bar.bar-title::after {
    display: none;
}

.bar.bar-title .container {
    padding: 20px 0;
    border-bottom: 2px solid #ececec
}

.bar.bar-title a {
    color: #111F34;
}

.breadcrumbs-block {
    font-weight: 400;
    color: #202722;
}

.bar.bar-title h1,
.bar.bar-title h2 {
    color: #111F34;
    font-weight: 400;
    font-family: 'plus jakarta sans', sans-serif;
    text-transform: capitalize;
}

.bar.bar-title h1::after {
    display: none;
}

.page-template-flexible #inner-content {
    padding: 0;
}

.page-template-flexible #inner-content .container {
    width: 100%;
    padding: 0;
}

.int_video {
    position: relative;
    width: 100%;
    height: clamp( 200px, 31.875vw, 612px );
    overflow: hidden;
    margin-bottom: clamp( 30px, 3.125vw, 60px );
}

.int_video .bgImg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.int_video .bgImg img {
    position: relative;
    display: block;
    box-shadow: none;
    object-fit: cover;
}

.int_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.int_video a.popVideo {
    display: grid;
    position: absolute;
    width: clamp(40px, 2.292vw, 44px);
    height: clamp(40px, 2.292vw, 44px);
    right: min(1.667vw, 32px);
    bottom: min(3.125vw, 60px);
    z-index: 8;
    text-align: center;
    font-size: clamp(14px, 0.833vw, 16px);
    color: #fff;
    text-decoration: none;
    border: 2px solid;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    letter-spacing: clamp(-4px, -0.208vw, -2px);
}

a.popVideo:hover {
    text-decoration: none;
}

.entry {
    padding-top: 0;
    padding-bottom: clamp( 60px, 4.167vw, 80px );
}

.page-id-15597 form > p input {
    padding: min(15px, 0.781vw) min(32px, 1.667vw);
    text-shadow: none;
    color: #f8f8f8;
    border: 0;
    margin: 0;
    background-color: #3B696A;
    border-radius: 28px;
    z-index: 1;
    font-size: clamp(16px, 0.938vw, 18px);
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: clamp(0.87px, 0.09vw, 1.74px);
    line-height: clamp(24px, 1.25vw, 24px);
}

.entry-add .int_head h1.itty,
.entry-add .int_head h2.itty {
    font-size: clamp( 14px, 0.833vw, 16px );
    letter-spacing: clamp( 0.52px, 0.080vw, 1.54px );
    line-height: clamp( 22px, 1.250vw, 24px );
    font-weight: 600;
    text-transform: uppercase;
}

.entry.entry-add h1,
.entry.entry-add h2,
.entry.entry-add h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(30px, 1.875vw, 36px);
    font-weight: 600;
    text-transform: unset;
    letter-spacing: normal;
    line-height: clamp(34px, 2.083vw, 40px);
    color: #111F34;
}

.beefy {
    font-weight: 600;
}

.entry.entry-add h4 {
     font-size: clamp(20px, 1.146vw, 22px);
}

.main-frame h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}

.entry-add h2,
.fullContent.entry-add h2 {
    color: #111F34;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(26px, 1.771vw, 34px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: clamp( .34px, 0.035vw, .68px );
    line-height: clamp(36px, 2.083vw, 40px);
}

.page-offer h3, .page-offer h2 {
    color: #303030;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(30px, 1.875vw, 36px);
    font-weight: 600;
    text-transform: unset;
    letter-spacing: normal;
    line-height: clamp(36px, 2.083vw, 40px);
}

.page-offer {
    padding: 20px 0;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}

.entry.entry-add p,
.entry.entry-add ul li {
    font-size: clamp(16px, 0.938vw, 18px);
    line-height: clamp(24px, 1.667vw, 26px);
    letter-spacing: normal;
    color: #111F34;
}

.entry img {
    box-shadow: 0px 20px 40px #0000000D;
}

.entry .icon img {
    box-shadow: none;
}

#newButton3.btn.btn-orange {
    margin: 0;
}

/** SIDEBAR STUFF **/

.rtSide {
    position: relative;
    display: block;
    background-color: #E1EDF1;
    color: #f8f8f8;
    padding: 20px 15px;
    border-radius: 0;
    margin-bottom: 80px;
    box-shadow: 0px 30px 60px #0000000D;
    overflow: visible;
    z-index: 10;
}

#sidebar .no-pad.row {
    margin: 0 -15px 15px;
}

.widget {
    padding: 30px 0 0;
    margin: 0;
}

.widget.widget-location, .widget.widget-choose {
    padding: 30px 28px;
}

.cInfo form input:not([type=submit]), 
.cInfo form textarea,
.wrap-form-question form input:not([type=submit]),
.wrap-form-question form textarea {
    font-size: 16px;
    border-bottom: none;
}

.widget.widget-form form .top label, .widget.widget-form form .top span {
    font-size: 16px;
}

.personal-info {
    padding: 0 20px;
    text-align: center;
}

.personal-info .img {
    float: right;
    margin-left: 3px;
}

.personal-info h5,
.widget.widget-form .head,
.widget.widget-location h4,
.widget.widget-choose h3 {
    color: #111F34;
    font-family: 'plus jakarta sans', sans-serif;
    text-transform: none;
    font-size: clamp(18px, 1.146vw, 22px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(28px, 1.667vw, 32px);
    text-align: center;
}

.widget.widget-form .head {
    padding: 10px 10px 0;
    margin: 0;
}

.widget.widget-choose h3 {
    margin: 0 0 24px;
}

.personal-info h5 a {
    color: #1b2436;
}

.personal-info h5{
    width: fit-content;
    margin: 0 auto 24px;
    text-align: left;
}

.widget.widget-form .head p::after,
.widget.widget-location h4::after,
.widget.widget-choose h3::after,
.personal-info h5::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 12px auto 16px;
    border-bottom: 0;
    background: linear-gradient(90deg, #5CC0E8 0%, #005596 100%) 0% 0%;
}

.personal-info h5::after {
    margin: 8px 0 16px;
    display: none;
}

.personal-info .description {
    text-align: left;
    width: 67%;
}

.widget.widget-form .personal-info .description p { /* JRF */
    font-size: 16px;
    line-height: 24px;
    color: #111F34;
    margin-bottom: 38px;
}

.widget.widget-form form {
    background-color: transparent;
    color: #1b2436;
}

.widget.widget-form form .top {
    color: #111F34;
    margin-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.wrap-form-question form .top p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.widget.widget-form .wrap-form-question input[type="submit"] {
    background: linear-gradient(107deg, #6AB7D6 0%, #0D5891 100%) 0% 0%;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 600;
    padding: 16px 24px;
    line-height: normal;
    border-radius: 0;
}

.widget.widget-form .wrap-form-question input[type="submit"]:hover {
    margin: 5px 0 15px;
}

.widget.widget-location h4 {
    text-align: center;
    margin-bottom: 24px;
}

.map-block.widget-map {
    height: 565px;
}

.widget-location .row-location {
    text-align: center;
}

.widget-location .row-location a {
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
    display: block;
}

.widget .box {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0;
}

.list-check li {
    padding-left: 26px;
    font-size: 16px;
}

.list-check li a {
    color: #111F34;
}

.list-check li::before {
    color: #6AB7D6;
    font-size: 14px;
}

.personal-info .img img {
    border: none;
}

.entry.entry-add ul {
    margin-bottom: 0;
}

.entry.entry-add ul li {
    margin-bottom: 24px;
}

.entry ul > li::before {
    background-color: #6AB7D6;
    top: 8px;
}

.navigation .al,
.navigation .ar,
.navigation .next,
.navigation .prev,
.navigation-comments .al,
.navigation-comments .ar,
.navigation-comments .next,
.navigation-comments .prev,
.pagination .al,
.pagination .ar,
.pagination .next,
.pagination .prev {
    background: linear-gradient(101deg, #6AB7D6 0%, #0D5891 100%) 0% 0%;
    text-decoration: none !important;
}

 .page-numbers.current,
.navigation-comments .page-numbers.current,
.pagination .page-numbers.current {
    background: #0d5891;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
    background: linear-gradient(101deg, #6AB7D6 0%, #0D5891 100%) 0% 0%;
    text-decoration: none !important;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
    background: #6AB7D6;
}

@media ( max-width: 1366px ) {
    .rtSide {
        width: 30%;
        margin-left: 3.3333333%;
    }
}

@media ( max-width: 1024px ) {
    
    #mobLogo {
        /* display: none; */
    }

    .rtSide::after {
        display: none;
    }

    .mob-logo-section img {
        filter: none;
    }
    
    .bar.bar-title {
        padding: 15px 10px;
    }

    #rSlider {
        overflow: hidden;
    }

    .rtSide {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

    .personal-info h5, .widget.widget-form .head, .widget.widget-location h4, .widget.widget-choose h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
        line-height: 36px;
    }

    .personal-info .img img {
        width: 115px;
    }
}

@media ( max-width: 567px ) {
    .entry.entry-add .alignright {
        margin: 0 0 20px 0px;
    }

    .page-id-15597 form > p input {
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 600;
    }
}