/* new pagebuilder modules 2022 */
.cta-text-image-module {
    margin-bottom: 80px;
}
.content-image-text .group {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.content-image-text .inset {
    width: 400px;
    margin-right: 76px;
}
.content-image-text .inset img {
    width: 100%;
}
.content-image-text .desc {
    width: 100%;
    padding-right: 40px;
}

@media screen and (max-width: 720px) {
    .content-image-text .group {
        display: block;
    }
        .content-image-text .inset {
        width: 280px;
        margin-right: 0;
        margin-bottom: 26px;
    }
}
/*section a {
    color: #77ABD2;
    text-decoration: underline;
}
------------------------------------------------------------- Edits by LIMB Jan. 2024
.group.video-two-column {
    position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 400px
}

@media (min-width: 1367px) {
   .group.vimeo-embeds {
       height: calc(400px + (400 - 600) * (100vw - 1367px)/ (1367 - 2560));
   }
}
.presentation-container {
   position: relative;
   width: 50%;
   z-index: 1;
   overflow: hidden;
}
.presentation-container img {
   object-fit: cover;
   object-position: center;
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
}
.presentation-container .play-button-container {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 140px;
   z-index: 1;
   background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#011934));
   background-image: linear-gradient(to bottom,transparent 0,#011934 100%)
}

.presentation-container button.play-button {
   position: absolute;
   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;
   bottom: 30px;
   right: 30px;
   width: 64px;
   height: 64px;
   border-radius: 50%;
   cursor: pointer
} */

/*------------------------------------------------------------- Edits by LIMB Aug. 2024 */

.heading-with-logo-section .section-content .description {
    padding-left: 70px;
}


/*------------------------------------------------------------- two-column-video */

.video-title {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 260px;
    line-height: 22px;
}

img.aligncenter {
    margin: auto;
    display: block;
}
.cta-text-image-module {
    margin-bottom: 80px;
}
.content-image-text .group {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.content-image-text .inset {
    width: 400px;
    margin-right: 76px;
}
.content-image-text .inset img {
    width: 100%;
}
.content-image-text .desc {
    width: 100%;
    padding-right: 40px;
}

.group.video-two-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 400px*/
    gap: 50px;
}

.presentation-container {
    position: relative;
    width: 50%;
    z-index: 1;
    overflow: hidden;
    height: 300px;
 }
 .presentation-container img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
 }
 .presentation-container .play-button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#011934));
    background-image: linear-gradient(to bottom,transparent 0,#011934 100%); */
    background-color: rgba(1, 25, 52, 0.5);
 }
 
 .presentation-container button.play-button {
    position: absolute;
    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;
    bottom: 30px;
    right: 30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer
 }
 .presentation-container span.border.stretch {
     border-radius: 50%;
     border: 1px solid #77ABD2;
     -webkit-transition: -webkit-transform 1s ease;
     transition: -webkit-transform 1s ease;
     transition: transform 1s ease;
     transition: transform 1s ease,-webkit-transform 1s ease
 }




@media screen and (max-width: 720px) {
    .content-image-text .group {
        display: block;
    }
        .content-image-text .inset {
        width: 280px;
        margin-right: 0;
        margin-bottom: 26px;
    }
    .presentation-container {
        width: 100%;
        margin-bottom: 20px;
     }
}
@media screen and (max-width: 980px) {
    .video-title {
        top: 20px;
        width: auto;
    }
    .group.video-two-column {
        gap: 20px;
    }

}

/*------------------------------------------------------------- page intro text why */

.internal-page-header-section + .page-intro-text-why-section {
    padding: 90px 0;
}
.page-intro-text-why-section {
    padding: 0 0 90px 0;
}
.page-intro-text-why-section .section-content hr {
    margin: 56px 0;
}
.page-intro-text-why-section .section-content .intro-text {
    margin-bottom: 56px;
}


/*------------------------------------------------------------- mission why */

.mission-section {
    padding: 30px 0 0 0;
    margin-bottom: 80px;
}
.mission-section .mission-title {
    text-align: center;
    text-transform: uppercase;
    font-family: Noah, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 6px;
    color: #77ABD2;
    margin-bottom: 26px;
}
.mission-section .mission-content {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

/*------------------------------------------------------------- vision why */

.vision {
    height: 310px;
    position: relative;
    margin-bottom: 104px;
}

.vision .section-background-overlay-container {
    transform: translate(-520px, 0px) !important;
}

.vision .section-content {
    color: #fff;
}

.vision .vistion-title {
    text-transform: uppercase;
    font-family: Noah, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 6px;
    margin-bottom: 26px;
    width: 40%;
    margin-top: 14px;

}
.vision .vistion-content {
    width: 60%;
}

.vision .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start !important;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) {
    .vision .section-background-overlay-container {
        transform: translate(-410px, 0px) !important;
    }

}
@media screen and (max-width: 720px) {
    .vision .section-background-overlay-container {
        transform: translate(-299px, 0px) !important;
    }

}

/*------------------------------------------------------------- vision values */


.values-why-section {
    margin-bottom: 80px;
}
.values-why-section .value-flex {
    display: flex;
    gap: 30px;
}
.values-why-section .values-title {
    text-align: center;
    text-transform: uppercase;
    font-family: Noah, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 6px;
    color: #77ABD2;
    margin-bottom: 66px;
}

.values-why-section .values-col-group {
    width: 33%;
}

.values-why-section .values-col-title {
    background-color: #0A3E68;
    color: #fff;
    text-align: center;
    font-family: Noah, sans-serif;
    font-weight: bold;
    font-size: 17px;
    padding: 0 26px;
    text-transform: uppercase;
    letter-spacing: .75px;
    height: 72px;
    align-content: center;

}

.values-why-section .values-icon {
    width: 46px;
}
.values-why-section .values-item {
    border-bottom: 1px solid #77ABD2;    
    min-height: 150px;
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 22px;
    background-image: url(../images/vlaues-icon.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 0 20px;
}

.values-item:first-child {
    border-top: 1px solid #77ABD2; 
    margin-top: 12px;
}

.co-founders-section {
    margin-bottom: 80px;
}

@media screen and (max-width: 980px) {
    .values-why-section .value-flex {
        display: block;
    }
    .values-why-section .values-col-group {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .values-why-section .values-item {  
        min-height: 120px;
    }
    

}


/*------------------------------------------------------------- eee */

.eee-why-section {
    margin-bottom: 120px;
}

.eee-why-section .eee-flex {
    display: flex;
    gap: 40px;
}

.eee-why-section .eee-col-title {
    background-color: #DEEBF4;
    color: #0A3E68;
    font-size: 24px;
    text-align: center;
    padding: 10px 20px;
    font-family: OrpheusPro, serif;
    margin-bottom: 42px;
}

.characteristics-title {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 16px 0 14px 15px;
    font-weight: 700;
    background-color: #0A3E68;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05em; 

}


.eee-why-section .eee-flex .eee-left {
    padding-bottom: 42px;
    flex-grow: 1;
    position: relative;
    text-align: center;
    border-bottom: 4px solid #DEEBF4;
}
.eee-why-section .eee-flex .eee-left:after {
    content: '';
    height: 100%;
    width: 1px;
    border-right: 1px solid #77ABD2;
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}

.eee-why-section .eee-flex .eee-right {
    padding-bottom: 42px;
    flex-grow: 1;
    text-align: center;
    border-bottom: 4px solid #DEEBF4;
}

@media screen and (max-width: 980px) {
    .eee-why-section .eee-flex {
        display: block;
    }
    .eee-why-section .eee-flex .eee-left:after {
        border-right: 0;
    }
    
}


/*------------------------------------------------------------- main nav update */


.header-container .header .main-menu {
    padding: 0 40px 0 0;
}
.header-container .header .main-menu>.menu-item {
    border-left: 0;
}
.header-container .header .main-menu .menu-item {
    display: table;
    padding: 0 36px;
  }

.header-container .header .main-menu .menu-item a  {    
    max-width: 200px;
    line-height: 20px;
    text-align: left;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    width: 70px;
}
.header-container .header .sub-menu .menu-item a  {    
     display: inline;
}
.header-container .header .sub-menu .menu-item {
    display: list-item;
}

.header-container .header .main-menu .menu-item .sub-menu {
    left: 0;
    width: 360px;

}
.header-container .header .main-menu .menu-item.menu-item-has-children>a::after {   
    position: absolute;   
    top: 44%;
    right: 16px;
}

@media screen and (max-width: 1640px) {
    .header-container .header .main-menu .menu-item a  {        
        font-size: 12px;
    }
    .header-container .header .main-menu .menu-item {
        padding: 0 32px;
    }
    .header-container .header .main-menu {
        padding: 0 30px 0 0;
    }
    .header-container .header .main-menu .menu-item.menu-item-has-children>a::after {   
        position: absolute;   
        top: 44%;
        right: 14px;
    }

}

@media screen and (max-width: 1440px) {
    .header-container .header .main-menu .menu-item a  {        
        font-size: 11.5px;
    }
    .header-container .header .main-menu .menu-item {
        padding: 0 22px;
    }
    .header-container .header .main-menu {
        padding: 0 20px 0 0;
    }
    .header-container .header .main-menu .menu-item.menu-item-has-children>a::after {   
        position: absolute;   
        top: 44%;
        right: 10px;
    }


}
@media screen and (max-width: 1240px) {
    .header-container .header .main-menu .menu-item a  {        
        font-size: 10px;
    }
    .header-container .header .main-menu .menu-item {
        padding: 0 17px;
    }
    .header-container .header .main-menu {
            padding: 0 12px 0 0;
        }
        .header-container .header .main-menu .menu-item.menu-item-has-children>a::after {   
            position: absolute;   
            top: 44%;
            right: 6px;
        }
}

.header-container .header .menu-button {
    display: none;
}
.header-container .header .invlog-button {
    width: 122px;
    color: #fff;
    padding-top: 6px;
    text-transform: uppercase;
    border-left: 1px solid #0A3E68;
    text-align: center;
}

.header-container .header .invlog-button img {
    margin-bottom: 6px;
}
.header-container .header .invlog-button a {
    height: 100%;
    width: 100%;
}
.header-container .header .invlog-button .invlog-text {
    font-size: 10px;
    line-height: 14px;
}
@media screen and (max-width: 1240px) {
    .header-container .header .invlog-button .invlog-text {
        font-size: 9px;
        line-height: 12px;
    }
    .header-container .header .invlog-button {
        padding-top: 8px;
    }
    
}
@media screen and (max-width: 1024px) {
    .header-container .header .menu-button {
        display: block;
    }
    .header-container .header .invlog-button {
        display: none;
    }

}

/*------------------------------------------------------------- wwd */

.what-we-do-section .copytext {
    margin-bottom: 80px;
}
.what-we-do-section .copytext {
    margin: 65px 0 0 210px;
    max-width: 690px;
}

.what-we-do-section.sectors-of-focus-section .section-content .sectors-container .sector {
    height: 444px;
}
.what-we-do-section.sectors-of-focus-section .section-content .sectors-container {
    margin-top: 70px;
    margin-bottom: 90px;
}
.what-we-do-section.sectors-of-focus-section .section-content .sectors-container .sector::before {
    padding: 0;
    height: 444px;
}

.what-we-do-section .description {
    font-size: 14px;
}
.what-we-do-section .description ul {
    list-style-type: disc;
    padding: 0 12px 0 28px;
}

.what-we-do-section .description ul li {
    margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .what-we-do-section .copytext {
    margin: 45px 0 0 40px;
}
}

/*------------------------------------------------------------- team and structure */

.team-structure-section {
    margin-bottom: 80px;

}

.team-structure-section .ts-title {
    margin-bottom: 40px;

}
.team-structure-section .items {
    display: flex;
    margin: 80px 0 60px 0; 
    justify-content: space-between;
    padding: 0 80px;
    flex-wrap: wrap;
    gap: 38px;
}

.team-structure-section .item {
    width: 190px;
    max-width: 190px;
    text-align: center;
    font-size: 11px;
    color: #133F69;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin: 0 auto 24px auto;
}
.team-structure-section .item img {
    display: block;
    margin: auto;
    margin-bottom: 14px;
    height: 84px;
}

/*------------------------------------------------------------- indent option for page into */
.page-intro-text-section .no-indent {
    max-width: 100% !important;
    margin: 30px 0 0 0 !important;
}

/*------------------------------------------------------------- alternating_2_col_text_+_image */


.alternating_2_col-section .section-content {
    margin-bottom: 66px;
}
.alternating_2_col-section .section-content .bottomrule {
    margin-top: 60px;
}
.alternating_2_col-section .section-content .toprule {
    margin-bottom: 70px;
}
.alternating_2_col-section .pretitle {    
    text-transform: uppercase;
    font-family: Noah, sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 6px;
    color: #77ABD2; 
    margin-bottom: 24px;
}
.alternating_2_col-section .text-upper-25 {
    margin-bottom: 24px;
}

.alternating_2_col-section .row {
    clear:both;
    margin-bottom: 38px;
    display: flex;
    column-gap: 50px;
    row-gap: 20px;
}
.alternating_2_col-section .row-flip {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.alternating_2_col-section .insetimage {
    width: 322px;
}

.alternating_2_col-section .contentcol {
    padding-top: 40px;
}

@media screen and (max-width: 800px) {
    .alternating_2_col-section .row {
        flex-wrap: wrap;
    }
    .alternating_2_col-section .contentcol {
        padding-top: 10px;
    }
  }

  /*------------------------------------------------------------- Triple Column Icon Text */

.tci-section  {
    margin-bottom: 80px;
  }

  
.tci-section .tci-flex {
    display: flex;
    text-align: center;
    gap: 60px;
    justify-content: space-between;
  }
  
.tci-section .tci-flex .tci-item {
    width: 100%;
    padding: 0 10px;
}

.tci-section .tci-flex .tci-item img {
    height: 176px;
}

.tci-section .tci-flex .tci-item .tci-title {
    margin: 42px 0 20px 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #133F69;
}

.tci-section .tci-flex .tci-item .tci-text {
   font-size: 16px;
   line-height: 24px;
}
.tci-section .tci-flex .tci-item .tci-text p {
    margin-bottom: 20px;
 }
@media screen and (max-width: 980px) {
    .tci-section .tci-flex {
        flex-wrap: wrap;
      }
      
  }
  .tci-section hr {
    margin-top: 60px;
  }

/*------------------------------------------------------------- ep request form */

.ep-request-form-section {
    margin-bottom: 80px;
}

.ep-request-form-section .epf-title {
    margin-bottom: 58px;
    letter-spacing: .042em;
}

.ep-request-form-section .epf-address {
    margin-bottom: 56px;
    line-height: 24px;
}

.ep-request-form-section .epf-flex {
    display: flex;
}

.ep-request-form-section .epf-flex .epf-photo {
    width: 50%;    
    height: 336px;
    background-position: center top;
    background-size: cover;
}

.ep-request-form-section .epf-flex .epf-form {
    width: 50%;
    padding: 0 0 0 52px;
}

.ep-request-form-section .epf-flex .epf-form input, .ep-request-form-section .epf-flex .epf-form textarea {
    border: 1px solid #EAEAEA;
    width: 100%;
    padding: 10px 20px;
    margin: 6px 0 12px 0;
}

.ep-request-form-section .epf-flex .epf-form textarea {
    height: 120px;
}


.ep-request-form-section .epf-flex .epf-form label {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3.3px;
    line-height: 20px;
}

.ep-request-form-section .formflex { 
    display: flex;
    gap: 20px;
}
.ep-request-form-section .formcol { 
    width: 50%;
}
.ep-request-form-section .epf-flex .epf-form input[type="submit"] {
    width: auto;
    font-size: 12px;
    border: 1px solid #77ABD2;
    border-radius: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3.3px;
    line-height: 20px;
    background-color: #fff;
    padding: 17px 30px 15px 34px;
    line-height: 0px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    transition: all .5s ease;
}

.ep-request-form-section .epf-flex .epf-form input[type="submit"]:hover {
    background-color: #efefef;
}


@media screen and (max-width: 980px) {
    .ep-request-form-section .epf-flex {
        flex-wrap: wrap;
      }
    .ep-request-form-section .epf-flex .epf-photo {
        width: 100%;    
    }
    .ep-request-form-section .epf-flex .epf-form {
        width: 100%;
        padding: 42px 0 0 0;
    }
  
  .ep-request-form-section .epf-flex .epf-photo {
    background-position: center center;
  }
}

/*------------------------------------------------------------- ep contact info */
.ep-contact-info-section a {
    color: #77ABD2;
    text-decoration: underline;
}


.ep-contact-info-section {
    margin-bottom: 80px;
}
.ep-contact-info-section .epc-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.ep-contact-info-section .left-col {
    width: 50%;
}

.ep-contact-info-section .right-col {
    width: 50%;
}

.ep-contact-info-section .epc-title {
    margin-bottom: 56px;
}

.ep-contact-info-section .epc-group {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.ep-contact-info-section .epc-group .epc-label {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3.6px;
    color: #011934;
    font-family: Noah, sans-serif;
    width: 90px;
    text-transform: uppercase;
    padding-left: 4px;
}

.ep-contact-info-section .epc-group .epc-content {
    
}

@media screen and (max-width: 1280px) {
    .ep-contact-info-section .epc-flex {
        flex-wrap: wrap;
    }
    .ep-contact-info-section .left-col {
        width: 100%;
    }
    
    .ep-contact-info-section .right-col {
        width: 100%;
    }
}

/*------------------------------------------------------------- ep accordion */

.ep-accordion-section {
    
}

.ep-accordion-section a {
    color: #77ABD2;
    text-decoration: underline;
}

.ep-accordion-section .epa-item {
    padding: 20px 0 24px 56px; 
    position: relative;
}

.ep-accordion-section .epa-item .epa-switch {
    height: 36px;
    width: 36px;
    background-image: url(../images/acc-plus.svg);
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 0;
    cursor: pointer;
}

.ep-accordion-section .epa-title {
    font-size: 18px;
    line-height: 24px;
    color: #161616;
    font-weight: bold;
    margin-top: 6px;
}

.ep-accordion-section .epa-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}


.ep-accordion-section .bottomrule {
    margin-bottom: 70px;
}

/*------------------------------------------------------------- news and insights update */

.news-section .section-content .years-filter {
    display: none;
}

.yeardd {
    display: flex;
    align-items: baseline;
    position: absolute;
    right: 0;
}


.yeardd-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.yeardd select {
    width: 106px;
    margin: 0 0 0 20px;
    height: 60px;
    border: 0;
    background-color: #77ABD2;
    padding: 0 24px;
    color: #fff;
    font-family: Noah, sans-serif;
    font-size: 16px;
    -moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: .8px;
    }

.yeardd:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    top: 24px;
    right: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}


@media screen and (max-width: 1100px) {
    .news-section .section-content .years-filter {
        display: inherit;
    }
    .yeardd {
        display: none;
    }
}

.search-results-section {
    margin-top: 60px;
    margin-bottom: 80px;
}

.search-results-section .text-upper-25 {
      margin-bottom: 42px;
}


.searchbar {
    display: flex;
    align-items: baseline;
    margin-top: 40px;
}
.searchbar .sb-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-right: 22px;
}

.searchbar input {
    border: 0;
    border-bottom: 1px solid #77ABD2;
    width: 360px;
    font-size: 16px;
}
.searchbar button {
    background-image: url(../images/header-icon-search.svg);
    background-size: cover;
    height: 14px;
    width: 14px;
    margin-left: 4px;
    cursor: pointer;
}
.news-section {
    margin: 46px 0 90px;
}

@media screen and (max-width: 768px) {
    .searchbar {
        display: none;
    }
}

.searchbar-mobile {
    display: none;
    align-items: baseline;
    margin-bottom: 40px;
}
.searchbar-mobile .sb-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-right: 22px;
}
.searchbar-mobile form {
    position: relative;
}

.searchbar-mobile input {
    border: 0;
    border-bottom: 1px solid #77ABD2;
    width: 360px;
    font-size: 16px;
}
.searchbar-mobile button {
    background-image: url(../images/header-icon-search.svg);
    background-size: cover;
    height: 14px;
    width: 14px;
    margin-left: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px) {
    .searchbar-mobile {
        display: flex;
    }
}

.s-results {
    min-height: calc(100vh - 273px);
}

.news-section .section-content.noflex {
    display: block;
}