.header-wrap {
    position: relative;
    padding: 20px 0px 19.63px 0px;
    z-index: 99999;
    width: 100%;
    transition: all .5s ease;
    background: #033450;
}

.header-wrap .page-center {
    padding: 0 20px !important;
}

.header-otr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
 
.header-col1 {
    width: 30.01%;
}

.header-col2 {
    width: 69.99%;
    margin-bottom: 20px;
}

.header-top-txt {
    margin-top: 12px;
    margin-right: 20px;
}

.header-top-txt p {
    font-size: 15px;
    text-align: right;
    color: #aad5b9;
    margin-bottom: 8px !important;
    font-weight: 300;
}
.header-top-txt p a {
    font-weight: 300;
}

.hdr-btn-otr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hdr-btn1 a {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.header-search input.hs-search-field__input {
    background: #FFFFFF !important;
    border: 1px solid #EBE4DB !important;
    border-radius: 100px !important;
    background-image: url(https://25625369.fs1.hubspotusercontent-eu1.net/hubfs/25625369/ssrs_2023/Images/General/search.png) !important;
    background-position: center left 15px !important;
    background-repeat: no-repeat !important; 
    padding-left: 45px;
}
    
.header-search ul.hs-search-field__suggestions {
    margin: 0px !important;
}

.header-menu {
    min-height: auto;
    position: relative;
    z-index: 999;
}

.header-logo {
    margin-top: 27px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.header-logo img {
    max-width: 284px !important;
}

.header-menu ul {
    margin: 0px !important;
    padding: 0px; 
    justify-content: right;
}

.header-menu ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px !important;
    margin-right: 10px;
    display: inherit;
}

.header-menu ul li:nth-child(1) {
    margin-left: 0px;
}

.header-menu > ul > li:nth-child(1) { 
    margin-left: 0px;
}
  
.header-menu ul li a {
    padding: 10px !important;
    max-width: 100% !important;
    white-space: normal !important;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase; 
}

.header-menu ul li a:hover { 
    color: #a9d5b9; 
}
 
.header-menu ul ul li a ,
.header-menu ul ul ul li a {  
}
   
.header-menu ul li.active a {   
    color: #a9d5b9;  
}

.header-menu ul li.hs-menu-item.hs-menu-depth-1:nth-child(9) a {
    background-color: #5f8e86;
    color: #fff;
    border-radius: 4px;
    padding: 12.5px 15px !important;
    margin-top: -2px;
}

.header-menu ul li.hs-menu-item.hs-menu-depth-1:nth-child(9) a:hover {
    background-color: #5f8e86;
    color: #a9d5b9 !important;  
}
 
  
.header-menu ul.hs-menu-children-wrapper {
    background: #5f8e86;
    text-align: left;
    padding: 0px;
    min-width: 200px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    top: 30px !important;
    z-index: 11;
}
 
.header-menu ul ul li a {
    color: #fff;
    padding: 8px 15px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.header-menu ul ul li {
    margin: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e2e3;
}

.header-menu .hs-item-has-children>a:after {
    position: relative;
    top: 0px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    padding-left: 10px;
    line-height: 0;
    -webkit-text-stroke: 1px #ffffff;
}

/* .header-menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
     padding-right: 20px !important;  
} */

.header-menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul a {
     padding-right: 0px !important;  
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
   
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 20px;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}
 
.header-mobmenu {
    display: none;
}
 

.toggle {
    background-color: transparent;
    border: 0px;
    font-size: 0px;
    padding: 0px;
    background-image: url(https://25625369.fs1.hubspotusercontent-eu1.net/hubfs/25625369/ssrs_2023/Images/General/search.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.close {
    background-image: url(https://25625369.fs1.hubspotusercontent-eu1.net/hubfs/25625369/ssrs_2023/Images/General/close.svg) !important;
}
 
.header-col3 .button:focus,
.header-col3 .button:hover ,
.header-col3 button:focus ,
.header-col3 button:hover {
    background-color: transparent !important;
    border: 0px !important; 
}

.header-srch-btn {
    display: none;
}















/*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}











/******** Mobile Styling *********/

@media (max-width: 1080px) {
  
.header-col1 {
    width: 100%;
}
  
.header-col2 {
    width: 100%;
}
   
.header-top-txt {
    display: none;
}
.header-logo img {
    max-width: 200px !important;
}
body.openssrs-menu { overflow: hidden; }
.header-ssrs { position: relative; z-index: 99; padding: 20px 0; }
.header-ssrs .hs-menu-wrapper ul { display: block;}
.ssrs-header-cta-area { float: left; width: 50%; text-align: right; }
.ssrs-header-logo-aera { width: 50%; float: left; }
.ssrs-headericon span:before, .ssrs-headericon span:after { position: absolute; content: ''; background-color: #ffffff; height: 2px; width: 28px; top: -10px;     transition: ease all .5s;}
.ssrs-headericon span:after { top: 10px; } 
.ssrs-headericon span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); background-color: #ffffff; height: 2px; width: 28px; }
.ssrs-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    background: #033450;
    height: 100%;
    z-index: 999;
    padding: 20px 20px;
    text-align: left;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transition: ease all .5s;
    overflow: scroll;
    padding-top: 60px;
}

.openssrs-menu .ssrs-headericon span:before ,
.openssrs-menu .ssrs-headericon span:after {  
    width: 28px; 
}


.ssrs-menu > span { width: 100%; }
.ssrs-menu a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.ssrs-menu a:hover, .ssrs-menu ul li.active > a { color: #aad5b9; }   
.ssrs-menu ul li { margin: 15px 0;  text-align: center; }
.openssrs-menu .ssrs-menu { transform: translateX(-0%); -webkit-transform: translateX(-0%); }
/* .openssrs-menu .ssrs-headericon span:after { top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }  */
/* .openssrs-menu .ssrs-headericon span:before { top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); }  */
/* .openssrs-menu .ssrs-headericon span { background: transparent; } */
.ssrs-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none !important; opacity: 0 !important; visibility: hidden !important; left: 0 !important;position: relative !important; top: auto !important; left: auto !important; }
/* .ssrs-menu ul li.hs-item-has-children .hs-menu-children-wrapper { position: relative !important; top: auto !important; left: auto !important; display: none; } */
.ssrs-menu ul li.hs-item-has-children .hs-menu-children-wrapper a {color:#fff;}
.openssrs-menu .ssrs-header-logo-aera { z-index: 99; }
.header-ssrs .childTrigger2:before { content: ""; border-left: 2px solid #fff; border-bottom: 2px solid #fff; position: absolute; width: 16px; height: 16px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: all ease-in-out .3s; }
.header-ssrs .childTrigger2.child-open:before { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.header-ssrs ul li .childTrigger2 { height: 30px; width: 30px; position: absolute; right: 20px; top: 6px; display: flex; justify-content: center; align-items: center; cursor:pointer;}
.header-ssrs ul li .childTrigger2.child-open+.hs-menu-children-wrapper { display: block !important; opacity: 1 !important; visibility: visible !important; }
.ssrs-menu ul li.hs-item-has-children .hs-menu-children-wrapper a { font-size: 14px; color: #fff;  text-transform: uppercase;border-top: 1px solid #5b5b5b; }
.ssrs-menu ul li.hs-item-has-children .hs-menu-children-wrapper li:first-child a {
    border-top: 0;
}
.ssrs-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper { margin: 5px 0 10px 0; }
.ssrs-menu ul li.active-branch > a { color: #fff; }
 
.ssrs-headericon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    z-index: 99;
}

.hdr-btn1 a, .hdr-btn2 a {
    font-size: 16px;
}
 
.hdr-btn2 a { 
    color: #fff;
}

.hdr-btn1 a { 
    color: #ffffff;
}

.mob-menu {
    width: 100%;
}

.hdr-btn-otr { 
    justify-content: left; 
    width: 100%;
}
  
.header-srch-btn {
    display: block;
}
  
  .header-menu {
      display: none;
  }
  
  .header-mobmenu {
      display: block !important;
  }
  
  .header-col4 {
      display: none !important; 
  }
  
  .header-col3 {
      width: 80%;
  }

  .header-search {
      padding-right: 80px;;
      display: none;
  }


  .header-logo {
      text-align: center;
      margin: 20px;
  }

  .header-mobmenu .ssrs-headericon {
      position: relative;
      margin: 0 auto;
      height: 34px;
      width: auto;
      color: #fff;
      text-align: center;
  }

  .header-mobmenu .ssrs-headericon span {
      height: 4px;
      width: 22px;
      position: absolute;
      left: -32px;
      right: 0;
      margin: 0 auto;
      top: 12px;
  }

  .header-mobmenu .ssrs-headericon span:before, .header-mobmenu .ssrs-headericon span:after {
      height: 4px;
      width: 22px;
      left: 0;
  }

  .header-mobmenu .ssrs-headericon span:before {
      top: -8px;
  }

  .header-mobmenu .ssrs-headericon span:after {
      top: 8px;
  }

  .header-mobmenu .ssrs-headericon:after {
      content: "Menu";
      display: inline-block;
      text-transform: uppercase;
      font-size: 16px;
      position: relative;
      left: 20px;
  }

   .ssrs-menu .bm-close:before {
        content: "×";
        font-size: 30px;
    }

    .ssrs-menu .bm-close {
        position: absolute;
        top: 30px;
        color: #000;
        right: 40px;
    }

    .ssrs-menu .mob-menu li a {
        font-size: 14px;
        display: block;
        padding: 10px;
    }

    .ssrs-menu .mob-menu li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ssrs-menu .mob-menu li .childTrigger2 {width: 19px;height: 19px;right: 0;}

    .ssrs-menu .mob-menu li .childTrigger2::before {
        height: 9px;
        width: 9px;
        border-left-width: 3px;
        border-bottom-width: 3px;
    }
    .header-wrap.header-ssrs {
        z-index: 9999;
    }
  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  

@media (max-width: 767px) {
 
  .header-col3 {
      width: 60%;
  }

  .header-search {
      padding-right: 50px; 
  }
  
}

@media (max-width: 479px) {

  
}
