.main_content-header {
    background: #ffffff;
    width: 100%;
    min-height: 102px;
    position: fixed;
    top: 0px;
    left: 0px;
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
}

.header-wrapper {
  padding: 0 30px;
  position: relative;
  z-index:100;
}

.header-col-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-links-container {
  display: flex;
}

.top-links-container {
}

.tp-links {
  padding: 0 12px;
  position: relative;
  display: flex;
}
.drop-widgets.ty-social.it-5 {}

.drop-widgets.ty-social .drop-link {
  display: flex;
  padding: 9px 15px;
}
.drop-widgets.ty-social .drop-link >a {
  width: 34px;
  height: 22px;
  padding: 0;
  margin: 0 0px;
  transition: all ease-in-out 0.2s;
}
.drop-widgets.ty-social .drop-link >a:hover {
  background: transparent;
}
.drop-widgets.ty-social .drop-link >a svg {
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.2s;
}

.drop-widgets.ty-social .drop-link >a:hover svg{
  fill:#ca4f00;
}
.tp-links:last-child {
  padding-right: 0;
}

.tp-links:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  right: 0;
  top: 0;
}

.tp-links a {
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}
.tp-links a:hover{
  text-decoration: none;
}

.tp-link-icon {
  line-height: 0;
  margin-left: 4px;
}

.tp-links a:hover {
  color: #ca4f00;
}

.tp-link-icon svg path {
  fill: #96b5ad;
}

.tp-links:hover .tp-link-icon svg path {
  fill: #ca4f00;
}

.tp-links:last-child:after {
  display: none;
}

.tp-link-icon:first-child {
  margin-left: 0;
}

.tp-links.has-sublinks {
  position: relative;
}
.sublink-group {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px #00000040;
  opacity: 0;
  visibility: hidden;
  display: none;
  left: 0;
  z-index: 150;
  overflow: hidden;
  overflow-y: auto;
  max-height: 250px;
}
.tp-links.has-sublinks:hover .sublink-group,
.tp-links.has-sublinks .sublink-group.show{
  opacity: 1;
  visibility: visible;
  display: block;
}

.sublink-link-item a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
}
.tp-links.has-sublinks:hover > a {
  color: #ca4f00;
}
.sublink-link-item.sublink-first-item > a {
  color: #707070;
  pointer-events: none;
}

.header-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  visibility: hidden !important;
}

.header-button a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000000;
  padding: 11px 19px;
  white-space: nowrap;
  transition: all .3s ease;
  font-weight: 400;
}

.header-button a:hover {
  background: #CA4F00;
  color: #ffffff;
  text-decoration: none;
}

.header-button {
  margin-left: 40px;
}

.header-search .hs-search-field {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #96b5ad;
  box-shadow: 0 0 15px #00000040;
  left: -87px;
  top: 100%;
  transition: all .3s ease;
  width: 107%;
  z-index: 10;
  padding: 12px 15px;
}

.header-search .header-search-button:hover .hs-search-field {
  opacity: 1;
  visibility: visible;
}

.header-search form {
  position: relative;
  height: 50px;
}

.header-search form .hs-search-field__input {
  color: #818181;
  height: 100%;
  outline: 0;
  border: 1px solid #96B5AD;
  padding-left: 60px;
  transition: all .3s ease;
  font-size: 1rem;
}

.header-search form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.5;
}
.header-search form ::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5;
}
.header-search form :-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5;
}
.header-search form :-moz-placeholder { /* Firefox 18- */
  opacity: 0.5;
}

.header-search form button {
  align-items: center;
  background-color: #96b5ad;
  background-image: url(https://3454910.fs1.hubspotusercontent-na1.net/hubfs/3454910/↳Color.png);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  width: 40px;
}

.header-search form button:after {
  display: block;
  content: '';
  width: 1px;
  height: 68%;
  background: #707070;
  position: absolute;
  right: -12px;
}

.header-search form .hs-search-field__input:focus {
  border-color: #CA4F00;
}

.header-search form .hs-search-field__input:focus + input + input + input + button {
  background-color: #CA4F00;
}

.header-top {
  margin: 0;
  position: relative
}

.header-right {
  display: flex;
  flex-direction: row;
  position: relative;
  width: calc(100% - 87px);
  padding-left: 50px;
  align-items: center;
  justify-content: space-between;
}

.mega-items-container > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-items-container > ul > li {
  margin: 0 9px;
}

.mega-items-container > ul > li:first-child {
  margin-left: 0;
}

.mega-items-container > ul > li:last-child {
  margin-right: 0;
}

.mega-items-container > ul > li > a {
  letter-spacing: 0.54px;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  padding: 39px 10px;
  display: inline-block;
  transition: all .3s ease;
}

ul.child-menu-wrapper {
  position: absolute;
  left: 50px;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
  width: 100%;
  max-width: 650px;
  top: 100%;
  box-shadow: 0px 0px 15px #00000040;
  background: #fff;
}

.header-menu {
  padding-right: 25px;
}

.header-search {}

.mega-items-container > ul > li:hover > a,
.mega-items-container > ul > li:focus > a{
  box-shadow: 0px 0px 15px #00000040;
  /*   font-weight: bold; */
  text-shadow: 0 0 .65px #000000, 0 0 .65px #000000;
}

.mega-items-container > ul > li:hover > ul,
.mega-items-container > ul > li:focus > ul,
.mega-items-container > ul > li:focus > ul.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.drop-top-col-holder {
  display: flex;
}

.drop-top-col-holder > * {
  width: 33.33%;
  border-right: 1px solid #96B5AD;
}

.drop-top-col-holder .drop-widgets {
  margin-bottom: 0;
}

.drop-widgets.ty-logo a {
  padding: 15px 20px;
  min-height: 106px;
  display: flex;
  align-items: center;
}

.drop-long a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: rgb(0 0 0 / 60%);
  transition: all .3s ease;
}

.drop-long a h4 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0;
}

.drop-long a p {
  margin: 0;
}

.drop-long a:hover {
  background: rgb(242 106 38 / 16%);
}

.drop-link a {
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: rgb(0 0 0 / 60%);
  transition: all .3s ease;
}

.drop-link a h4 {
  margin: 0;
  font-size: 16px;
}
.drop-top-col-holder * {
  color: #000000;
}
.drop-link a:hover {
  background: rgb(150 181 173 / 30%);
}

.drop-top-col-holder > *:last-child {
  border: 0;
}

.drop-bottom {
  border-top: 1px solid #96B5AD;
  padding: 30px 20px;
}

.drop-bottom-holder {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}

.drop-bottom-holder > * {
  padding: 0 15px;
  width: calc(100% - 36.33%);
}

/* .btm-cnt {
font-weight: bold;
} */

.btm-button a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  letter-spacing: 1.3px;
  padding: 9px 20px;
  border: 1px solid #000000;
  transition: all .3s ease;
}

.btm-button {
  margin-top: 16px;
}

.btm-button a:hover {
  background: #ca4f00;
  color: #fff;
  border-color: #ca4f00;
  text-decoration: none;
}

.drop-bottom-img {
  width: 36.33%;
}

.drop-widgets:last-child {
  margin-bottom: 30px;
}

.drop-widgets.ty-link:first-child {
  margin-top: 70px;
}
.drop-title {
  margin-top: 13px;
  padding: 10px 20px;
}

.drop-title h3 {
  margin: 0;
  font-size: 18px;
}
.mega-items-container > ul > li > a:after {
  width: 100%;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  bottom: 0;
  background: #fff;
  z-index: 999;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
}

.mega-items-container > ul > li > a {
  position: relative;
}

.mega-items-container > ul > li:hover > a:after {
  opacity: 1;
}
.drop-top-col:nth-child(2):last-child {
  width: 66.66%;
}
.header-logo {
  position: relative;
  cursor: pointer;
}

div#hs_cos_wrapper_linked_image_hover {
  position: absolute;
  top: -21px;
  left: -12px;
  right: -27px;
  opacity: 0;
  transition: all .3s ease;
}

.header-logo video{
  height: auto;
  max-width: 100%;
  width: 102px;
}

.header-logo:hover div#hs_cos_wrapper_linked_image_hover {
  opacity: 1;
}

.header-search-button .search-icon svg {
  fill: #fff;
  width: 20px;
}

.header-search-button .search-icon {
  display: inline-block;
  background-color: #96b5ad;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 2.5;
  cursor: pointer;
}

.header-search form .hs-search-field__input {
  padding: 6px 16px;
  padding-right: 60px;
  width: 93%;
  margin-left: auto;
  display: block;
  margin-right: 0;
}

.header-search form button:after {
  display: none;
}

.header-search form button svg {
  width: 30px;
}

.header-container {
  min-height: 101px;
}

.header-col-holder {
  background: #fff;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
  width: 100%;
  max-width: 1440px;
}

.header-wrapper.sticky .header-col-holder {
  {# transform: translateY(-100%); #}
}

.header-mega-menu ul li ul.child-menu-wrapper.show{
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header-wrapper .hs-search-field.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header-mega-menu ul li.active > a{
  box-shadow: 0 0 15px #00000040;
  text-shadow: 0 0 .65px #000, 0 0 .65px #000;
}

@media (min-width:1101px){
  .header-right {
    display: flex !important;
  }
  .header-search form button {
    background-image: none;
    background-color: #ffffff;
    left: auto;
    right: 0;
    top: 2px;
    cursor: pointer;
  }
  .header-search .header-search-button {
    background-color: transparent;
    padding: 33px 0;
    transition: all .3s ease;
  }
  .header-search .header-search-button:hover {
    background-color: #96b5ad;
  }
  .header-search form .hs-search-field__input:focus + input + input + input + button {
    background-color: #ffffff;
  }
}

@media (max-width:1300px){
  .header-right {
    padding-left: 30px;
  }

  ul.child-menu-wrapper {
    left: 30px;
  }

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

  .header-button a {
    font-size: 14px;
  }

  .header-search form {
    height: 41px;
  }

  .header-search .hs-search-field {
    top: 91%;
  }

  .mega-items-container > ul > li {
    margin: 0 2px;
  }

  .header-search form button {
    height: 38px;
  }

  .mega-items-container > ul > li > a {
    padding: 39px 5px;
    font-size: 14px;
  }
}
.mobile-trigger {
  display: none;
}
.header-menu .child-trigger {
  display: none;
}
.header-top .tp-link-text {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width:1100px){
  .header-container {
    min-height: 85px;
  }
  .header-right {
    position: absolute;
    padding: 0;
    top: 100%;
    z-index: 10;
    /*     background: #fff; */
    background: #F4F3F4;
    width: 100%;
    left: 0px;
    /*     box-shadow: 0px 3px 10px #0000001C; */
    box-shadow: 0px 7px 10px #0000001C;
    display: none;
    flex-direction: column-reverse;
    padding: 0;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
  }
  a#hs-link-linked_image_hover_ img {
    width: 118px !important;

  }
  .header-wrapper {
    position: relative;
    padding: 10px 20px;
    z-index: 100;
  }

  .header-col-holder {
    padding: 10px 20px;
    /*     position: relative; */
  }

  .mobile-trigger {
    display: block;
    width: 24px;
    cursor: pointer;
  }

  .mobile-trigger span {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
  }

  .mobile-trigger span + span {
    margin-top: 9px;
  }
  .mobile-trigger span {
    transition: all .3s ease;
    transform-origin: left;
  }

  .mobile-trigger.active span:first-child {
    transform: rotate(45deg);
  }

  .mobile-trigger.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-trigger.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: 4px;
  }
  .header-top {
    padding: 20px 17px;
    position: static;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .top-links-container {
    justify-content: center;
    flex-wrap: wrap;
  }

  .tp-links a,
  .tp-link-text.true.tp-link-text-states{
    font-size: 14px;
  }

  .header-bottom {
    flex-direction: column;
    width:100%;
    padding-top: 85px;
  }

  .header-menu {
    width: 100%;
    padding-right: 0;
  }

  .header-search {
    max-width: 100%;
    width: 100%;
    order: -1;
    padding: 0 17px 15px;
  }

  .mega-items-container > ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .mega-items-container > ul > li {
    margin: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.04);
  }

  .mega-items-container > ul > li > a {
    padding: 12px 17px;
    width: 100%;
  }

  .header-button {
    margin: 0;
    width: 100%;
    padding: 20px 17px;
  }

  ul.child-menu-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transition: none;
    pointer-events: all;
    display: none;
    max-width: 100%;
  }

  .drop-top-col-holder {
    flex-direction: column;
  }

  .drop-top-col-holder > * {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #96B5AD;
  }

  .drop-top-col.it-3 {
    background: transparent !important;
  }

  .drop-bottom {
    border-bottom: 1px solid #96B5AD;
    margin-bottom: 0;
  }

  .drop-logo img {
    width: 100%;
    max-width: 150px !important;
  }

  .drop-widgets.ty-link {
  }

  .drop-widgets.ty-link:first-child {
    margin-top: 15px;
  }

  .drop-top-col:nth-child(2):last-child {
    width: 100%;
    background: transparent !important;
  }

  .mega-items-container > ul > li:hover > a, .mega-items-container > ul > li:focus > a, .mega-items-container > ul > li.child-active > a {
    background-color: #EAEDE1;
  }

  .mega-items-container > ul > li:hover > a:after {
    display: none;
  }

  .header-menu .child-trigger {
    display: block;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
  }
  .header-menu .child-trigger i{
    position: relative;
    display: block;
  }
  .header-menu .child-trigger i:before{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000; /* Icon color */
    display: block;
    position: absolute;
    right: 28px;
    top: 24px;
  }
  .header-menu .child-trigger i:after{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000; /* Icon color */
    display: block;
    position: absolute;
    right: 28px;
    top: 24px;
  }
  .header-menu .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header-menu .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mega-items-container > ul > li.first-level.it-1,
  .mega-items-container > ul > li a.first-level-link {
    /*     font-size: 0px !important;
    line-height: 0px !important;
    padding:0px !important;
    margin:0px !important; */
  }
  .header-logo #video{
    display: none;
  }
  .header-search .hs-search-field {
    top: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    left: 0;
    width: 100%;
    position: static;
  }
  .header-search {
    position: relative;
  }
  .header-search-button .search-icon {
    display: none;
  }
  .header-search form {
    height: 38px;
  }
  .header-search form .hs-search-field__input {
    width: 100%;
    padding: 6px;
    padding-left: 60px;
    padding-right: 0;
    font-size: 13.333px;
  }
  .header-search form button svg {
    display: none;
  }
  .header-search form button:after {
    display: block;
  }
  .top-links-container .tp-links:first-child{
    padding-left: 0;
  }
  .mega-items-container > ul > li > a:after{
    z-index: 100;
  }
}
.drop-long a:hover{
  text-decoration: none!important;
}


/* .container-fluid .row-fluid .search-result-wrap .hs-search-results__listing li .hs-search-results__title,body>:not(.header-container-wrapper):not(.footer-container-wrapper) a:not([class]) {
color: #07212d;
display: inline;
text-decoration: underline;
-webkit-text-decoration-color: #56741b;
text-decoration-color: #56741b;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
font-weight: bold;
font-style: italic;
text-decoration: none;
border-bottom: 1.75pt solid #56741b;
padding: 0 6px;
}

.container-fluid .row-fluid .search-result-wrap .hs-search-results__listing li .hs-search-results__title:hover,
body>:not(.header-container-wrapper):not(.footer-container-wrapper) a:not([class]):hover {
background: #56741b;
color: #fff!important;
text-decoration: none
}


body>:not(.header-container-wrapper):not(.footer-container-wrapper) a.dark-bg {
color: #fff;
display: inline;
text-decoration: underline;
-webkit-text-decoration-color: #b7c378;
text-decoration-color: #b7c378;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease
font-weight: bold;
font-style: italic;
text-decoration: none;
border-bottom: 1.75pt solid #b7c378;
padding: 0 6px;
}

body>:not(.header-container-wrapper):not(.footer-container-wrapper) a.dark-bg:hover {
background: #b7c378;
color: #07212d!important;
text-decoration: none
}



.hs-tools-menu a {
background: transparent !important;
border: 0 !important;
font-style: initial !important;
}
body > *:not(.header-container-wrapper):not(.footer-container-wrapper) a[role]:not([class]) {
background: transparent;
}
.kore-module .simple a {
background-image: unset !important;
display: inline-block !important;
}
.hs_cos_wrapper_type_linked_image a {
background: unset !important;
display: inline-block !important;
} */