.header-wrap.sticky-class {
    position: fixed;
    top: 0px;
    background-color: #274768;
    box-shadow: 2px 2px 5px #ccc;  
    width: 100%;
    z-index: 999999;
    padding: 10px 0px;
}

.header-wrap {
    position: fixed;
    top:0px;
    padding: 10px 0px;
    background-color: #274768;
    width: 100%;
    z-index: 999999;
    min-height: 120px;
    display:flex;
}
   .body-wrapper {
    padding-top: 120px;
}

.header-wrap .page-center{
  display:flex;
}

/*.header-wrap::before{
  content:'';
  width: 313px;
  height:75px;
  position: absolute;
  left: 0px;
  bottom: -75px;
  background-image:url("https://21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/Imagery/Illustrations/nav-left-shape.png");
}*/

.header-otr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  min-width: 1280px;
}

.header-left {
   
}

.header-right {    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
    
.header-menu {
    min-height: auto;
    position: relative;
    z-index: 999;
}

.header-logo {
    margin-top: 10px;
}

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

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

.header-menu ul li {
    margin: 0px;
    margin-left: 30px;
}

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

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

.header-menu ul .hs-menu-depth-1:nth-child(6) a{
  background-color: #08D3A0;
  border-radius: 25px;
  padding:15px 30px !important;
  color: #274768;
  position: relative;
  top: -6px;
  font-weight:700;
}

.header-menu ul li a {
    padding: 10px 5px !important;
    max-width: 100% !important;
    white-space: normal !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #FFFFFF;
}

.header-menu ul li a:hover { 
    color: #08D3A0; 
}

.header-menu ul li:active a {  
    color: #08D3A0; 
}
  
.header-menu ul.hs-menu-children-wrapper {
    background: #fff !important;
    text-align: left;
    padding: 10px 20px;  
}


.header-menu ul ul li a {
    color: #274768;
    padding: 4px 5px 12px!important;
    text-transform: initial;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.header-menu ul ul li {
    margin: 0px;
    margin-bottom: 10px !important;
}

.header-menu .hs-item-has-children>a:after {
/*     position: absolute;
    right: 0px;
    top: 34%;
    margin-top: -5px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #274768;
    font-size: 18px;
    -webkit-font-smoothing: antialiased; */
}

.header-menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
/*     padding-right: 20px !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;
}
 

.header-search {
    margin-left: 30px;
}

.header-search a {
    color: #274768;
}

.header-search a img {
    /*max-width: 22px;*/
}

.side-btn-wrap {
   position: fixed;
   top: 50%;
   right: 0px;
   width: 105px;
   height: 0px;
   text-align:right;
   z-index:9999;
   margin-top:-15px;
}

.side-btn a{
   transform: rotate(90deg);
   -webkit-transform: rotate(90deg); 
   -moz-transform: rotate(90deg); 
   -o-transform: rotate(90deg); 
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   display: block; 
   background: #08D3A0; 
   text-align:center; 
   width: 165px;
   padding: 12px 16px;
   color: #274768;   
   font-size: 18px; 
   font-weight: bold; 
   text-decoration: none; 
   border-radius: 0px 0px 20px 20px; 
}

.side-btn a:hover { 
   background: #274768; 
  color: #ffffff; 
}


.search-results-wrapper a.cos-name {
    color: #274768;
    font-size: 22px;
    font-weight: 600;
}

.search-results-wrapper .search-results li { 
    margin-bottom: 0em;
    font-size: 2em;
    padding: 10px;
    background: #fff;
    line-height: 1;
}

.search-results-wrapper .search-results span {
    font-size: 16px;
    display: block;
    margin-top: 0.75em;
}








/* ==========================================================================
   cstm Menu Primary
   ========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "#000000" %} /* Set link Color */
{% set aColorHover   = "#000000" %} /* Set link Hover Color */
{% set uldropColor   = "#fff" %} /*Set dropdown menu background color */

/* Parent List */
.cstm-menu-primary .hs-menu-wrapper > ul{ 
  background:; 
}
.cstm-menu-primary .hs-menu-wrapper > ul > li{
	background:;
    float: left;
    list-style-type: none;
}
.cstm-menu-primary .hs-menu-wrapper > ul > li > a{
  	color:;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    text-align: center;  
}
.cstm-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.cstm-menu-primary .hs-menu-wrapper > ul ul{
    background:; 
    margin: 0;
    min-width: 240px;
    border: 0px solid rgba(0,0,0,0.17);
    border-top: none;
    border-radius: 14px;
}
.cstm-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
    border: none;
    border-top: 0px solid rgba(0, 0, 0, 0.17);
}
.cstm-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
      padding: 15px;
    line-height: 1;
    font-size: 0.938rem;
    font-weight: 500;
    text-decoration: none;
}
.cstm-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.cstm-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:1175px) {
      .cstm-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for cstm styling on any element when the menu is in the open position.                     
 */

.mob-trigger, .chld-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 1175px){


  /* Variables
     ========================================================================== */

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#fff" %} /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of cstm-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .cstm-menu-primary,
  .cstm-menu-primary .hs-menu-wrapper > ul,
  .cstm-menu-primary .hs-menu-wrapper > ul li,
  .cstm-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:;
  }


  /* Toggle Button
     ========================================================================== */

  .mob-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 10px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 0px 8px 0px;
    background: transparent; /* Background color */
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }
  .mob-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: transparent ; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mob-open .mob-trigger{
    color:;
    background-color: transparent; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mob-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mob-trigger i:before, .mob-trigger i:after{
    position: absolute;
    content: '';
  }
  .mob-trigger i, .mob-trigger i:before, .mob-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #274768; /* Icon color */
    display: inline-block;
  }
  .mob-trigger i:before{
    top: -7px; /* Position top line */
  }
  .mob-trigger i:after{
    top: 7px; /* Position bottom line */
  }
  
  .mob-open .mob-trigger i:before {
      top: 0px;
      transform: rotate(45deg);
      width: 25px;
  }

  .mob-open .mob-trigger i:after {
      top: 0px;
      transform: rotate(134deg);
      width: 25px;
  }
  
  .mob-open .mob-trigger i { 
    height: 0px;
  }
      
  .mob-trigger:hover i, .mob-trigger:hover i:before, .mob-trigger:hover i:after,  
  .mob-open .mob-trigger i, .mob-open .mob-trigger i:before, .mob-open .mob-trigger i:after{
      background-color: #274768; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .chld-trigger{
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 10px;
      width: 65px !important; /* Button width */
      min-width: 65px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 0px dotted rgba(255, 255, 255, .20);
      background-image: url(https://21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/OSV_2022/Images/Home/Bottom.png);
      background-repeat: no-repeat;
      background-position: 95% center;
      background-size: 13px;
  }

  .chld-trigger.chld-open {
      background-image: url(https://21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/OSV_2022/Images/Home/Top.png);
  }

  .chld-trigger:hover{
    text-decoration: none;
  }
  
  
/*  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button 
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; 
    height: 1px;
    background-color:; 
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

*/
    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .cstm-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .cstm-menu-primary.js-enabled .hs-menu-wrapper,
  .cstm-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .cstm-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .cstm-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .cstm-menu-primary .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .cstm-menu-primary .hs-menu-wrapper > ul > li{
    position: relative; 
  }
  .cstm-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 35px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .cstm-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .cstm-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:; /* link color set by global mobile-aColor variable */
  }
  .cstm-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .cstm-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .cstm-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 1rem; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .cstm-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .cstm-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}




/*! 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: 999999999999999999999999;
}

.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;
}


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

@media (max-width: 1175px) {
  
  .header-logo img {
      max-width: 190px !important;
  }

  .header-cta-otr {
      display: none; 
  }
  
  .header-top { 
      display: none;
  }

  .header-wrap { 
    padding: 15px 12px; 
  }
  
  .header-wrap.sticky-class { 
      padding: 15px 12px;
  }
   
  .header-menu ul ul { 
      display: block;  
  }
  
  .header-menu ul ul li {
      margin: 0px;
      margin-bottom: 0px !important;
  }

  .header-menu ul { 
      display: inline-block ; 
      padding: 0;
  }
    
  .header-menu.cstm-menu-primary.js-enabled ul {
      background: #fff;
      padding: 10px 0px 20px;
      border-bottom: 0px solid #ffff;
  }
  
  .header-menu.cstm-menu-primary.js-enabled ul ul {
      padding: 0px !important;
      border: 0px !important;
      background-color: transparent !important;
      width: 100% !important;
  }
  
  .header-menu .hs-menu-wrapper>ul>li.active a:before {
      display: none !important;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
      font-size: 14px;
      margin: 0px 0px;
      padding: 7px 10px 0px;
      border-bottom: 0px solid #274768;
      color: #274768; 
  }
   
  .header-menu {
      width: 100% !important;
      float: left !important;
  }
    
  .cstm-menu-primary {
      position: absolute !important; 
      top: -50px !important;
      right: 0 !important;
      width: 100% !important;
      padding: 0px !important;
      min-height: 0 !important;
      margin: 0 !important;
  }
	
  .cstm-menu-primary.js-enabled .hs-menu-wrapper {
      top: 50px !important;
  } 
  
  .header-menu li.hs-item-has-children:after {
    display: none;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
      left: 0;
      -webkit-transform: translateX(0) translatey(0);
      -moz-transform: translateX(0) translatey(0);
      -o-transform: translateX(0) translatey(0);
      -ms-transform: translateX(0) translatey(0);
      transform: translateX(0) translatey(0);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:not(:first-child) {
      margin: 0 0 0 0px;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
      margin: 0 0 0 0px;
  }
 
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      padding: 10px 10px !important;
      color: #274768; 
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
      background-color: #fff;
      border: 0px; 
  }
  
  .header-menu.cstm-menu-primary ul:before {
      content: '';
      position: absolute; 
      top: -10px;
      right: 0px;
      width: 43px;
      background-repeat: no-repeat;
  }
  
  .header-menu.cstm-menu-primary ul {
      position: relative;
  }  

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover{ background: transparent; }
   
  .header-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch>a {
      color: #274768;
  }
    
  .header-right:before ,
  .header-right:after ,
  .header-menu .hs-item-has-children>a:after {
    display: none;
    right: 0px
  }
   
  .header-menu ul li a { 
    padding: 5px 15px !important;
  }
  
  .header-right {
      width: 100%;
      position: relative;
  }

  .header-left {
      width: 100%;
  }
 
  .header-menu ul ul li a { 
      font-size: 14px !important; 
  }
  
  .header-search {
      margin-left: 30px;
      position: absolute;
      right: 70px;
      top: -32px;
  }
   
  .header-wrap .page-center { 
      padding: 0 0px!important;
  }

  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  .header-otr{
    min-width: unset;
  }
  
}  

@media (max-width: 767px) {
  .body-wrapper {
    padding-top: 120px !important; 
}
  
  .header-wrap{
  
  }
  
  .header-otr{
    min-width: unset;
  }
  
  .header-menu ul .hs-menu-depth-1:nth-child(6) a {
    padding: 0px 30px !important;
    margin-top: 20px !important;
    margin-left: 8px !important;
  }
  
    .header-menu.cstm-menu-primary.js-enabled ul {
        border-radius: 15px;
    }
    .cstm-menu-primary .hs-menu-wrapper {
        border-radius: 15px;
    }
  
    
}

@media (max-width: 479px) {

  
}

