/* ----------------- COLOR FOR FRONT PAGE  ----------------- */

.hs-content-id-19735647384.hs-site-page.page #position_wrapper {
  /*background-color: #F9EBE2; */
}

.hs-content-id-19735647384.hs-site-page.page .whole_menu_wrapper {

}

.hs-content-id-19735647384.hs-site-page.page .whole_menu_wrapper.dropdown_visible {

  background-image: none;
}
/*
.hs-content-id-19735647384.hs-site-page.page .menu {
  background-color: #F9EBE2;
}
*/
.hs-content-id-19735647384.hs-site-page.page .menu.dropdown_visible {
  background-color: #fbf9f7 !important;
  background-image: none;
}

/* ----------------- COLOR FOR RESOURCES PAGE  
.hs-content-id-24363690938.hs-site-page.page #position_wrapper {
  background-color: #f0eeed;
}

.hs-content-id-24363690938.hs-site-page.page .whole_menu_wrapper {
  background-color: #f0eeed;
}

.hs-content-id-24363690938.hs-site-page.page .whole_menu_wrapper.dropdown_visible {
  background-color: #fbf9f7;
  background-image: none;
}

.hs-content-id-24363690938.hs-site-page.page .menu {
  background-color: #f0eeed;
}

.hs-content-id-24363690938.hs-site-page.page .menu.dropdown_visible {
  background-color: #fbf9f7;
  background-image: none;
}
----------------- */

/* ----------------- DESKTOP  ----------------- */
body {
  margin: 0;
  padding: 0;
}

#position_wrapper {
  height: 125px;
  background-color: var(--color-white);
}

#position_wrapper.home-page {
  background-color: #f9ebe2;
}

.whole_menu_wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  transition: top 0.3s ease-in-out;
  background-color: var(--color-white);
}

.whole_menu_wrapper.home-page {
  background-color: #f9ebe2;
}

.whole_menu_wrapper.dropdown_visible {
  background-color: #fbf9f7 !important;
}


.menu_navigation {
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  height: 70px;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.menu-navigation-wrapper {
  padding: 0 40px;
}

.mobile_menu_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-right: 30px;
  margin-left: 30px;
  max-width: 626px;
}

.menu .menu_tab{

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #100C08;
  width: 70px;
}

.menu .menu_tab_link{
  color: #100c08;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 70px;
}

.menu_tab span:not(.subsubmenuParentTitle):hover{
  color: #00a7b5;
}


.menu .search_logo{
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .menu li {
    margin-right: 20px;
    margin-bottom: 0px;
    position: relative;
    height: 100%;
  }
    
  

  .menu a, .menu span {
    text-decoration: none;
    color: #100C08;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .menu span{
    cursor: default;
  }

  .menu_button{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    
    background-color: #00a7b5;
    padding: 0px 30px;
    min-width: max-content;
    width: 220px;
  }
  
  a.menu_button {
    color: white;
    font-size: 14px;
    letter-spacing: 2px;
  }
  
  .menu_button:hover .arrow-wrapper:before {
    width: 35px;
  }
  
  .arrow-wrapper svg {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  
  .menu_button .arrow-wrapper::before {
    content: "";
    width: 25px;
    height: 2px;
    background: white;
    display: inline-block;
    position: relative;
    position: relative;
    right: 0;
    transform: translateX(7px);
    transition: width 0.3s cubic-bezier(.68,-0.55,.27,1.55);
  }
  
  .menu-button-wrapper {
    padding: 8px 0px;
  }
}


/* ----------------- MOBILE DIMENSIONS  ----------------- */
@media screen and (max-width: 1024px) {

  .menu_navigation{
    height: 80px;
  }
    
  #position_wrapper {
   height: 110px;
  }

  .hs-content-id-19735647384.hs-site-page.page .menu_navigation:after {
    background: transparent;
  }


  .menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .menu > li {
    margin-bottom: 0;
  }
  
  .menu-navigation-wrapper {
  padding: 0 20px;
}

  .mobile_menu_wrapper {
    max-width: 100vw;
    display: none;
    background-color: #fbf9f7;
    position: fixed;
    inset: 0;
    top: 110px;
    width: 100vw;
    margin: 0;
    z-index: 1;
    height: calc(100vh - 110px);
    max-height: 100vh;
    overflow-y: auto;
  }

  /* ----------------- LOGO -----------------  */
  

  /* ----------------- BY INDUSTRY BUTTON ----------------- */

  .mobile_menu_button{
    padding: 30px 40px
  }

  .mobile_menu_button .menu_button div {
    height: 55px;
    width: 47px;
    flex-shrink: 0;
    justify-content: end;
  }

  .mobile_menu_button div a{
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  
  .menu_button{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%
  }
  
  a.menu_button {
    color: white;
    font-size: 14px;
    letter-spacing: 2px;
  }
  
  .menu_button:hover .arrow-wrapper:before {
    width: 35px;
  }
  
  .arrow-wrapper svg {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  
  .menu_button .arrow-wrapper::before {
    content: "";
    width: 25px;
    height: 2px;
    background: white;
    display: inline-block;
    position: relative;
    position: relative;
    right: 0;
    transform: translateX(7px);
    transition: width 0.3s cubic-bezier(.68,-0.55,.27,1.55);
  }
  
  .mobile_menu_button .menu-button-wrapper {
    padding: 0px 30px;
    background-color: #00a7b5;
  }
  
  .menu>.menu-button-wrapper {
    display: none;
  }
 

  /* ----------------- DROPDOWN ----------------- */
  .menu_tab{
    width: 100%!important;
    background-color: #fbf9f7;
    margin: 0;
    position: relative;
  }

  .menu_tab:after{
    position: absolute;
    content: '';
    border-bottom: 1px solid #cbcbcb;
    left: 40px;
    right: 40px;
    z-index: 1;
  }

  .menu_tab:before {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/6576384/Icons/arrowright.svg);
    background-repeat: no-repeat;
    height: 14px;
    width: 20px;
    right: 40px;
    position: absolute;
    margin-top: 29px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .menu_tab.tab_visible{
    background-color: #F0EEED;
  }

  .menu_tab.tab_visible:before{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu_tab.tab_visible:after{
    display: none;
  }

  .menu_tab .tabTitle{
    font-weight: 700!important;
  }

  .menu_tab span{
    color: #100c08!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 25px 40px;
  }

  .menu_tab:hover{
    color: #100c08!important;
  }

  .menu_tab ul{
    list-style: none;
    padding-left: 0;
  }

  /* ----------------- SUBMENU STYLING ----------------- */

  .submenu {
    display: none;
    background-color: #f0eeed;
    position: relative;
    width: 100%;
  }

  /* ----------------- SUBSUBMENU STYLING ----------------- */

  .subsubmenu {
    display: none;
    background-color: #DEDCDC;
    position: relative;
    width: 100%;
  }

  .dropdownShadow{
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .subsubmenuParent{
    margin-bottom: 0;
  }

  .subsubmenuParent:before {
    content: "";
    background-image: url(https://6576384.fs1.hubspotusercontent-na1.net/hubfs/6576384/Icons/add.svg);
    background-repeat: no-repeat;
    height: 14px;
    width: 20px;
    position: absolute;
    right: 35px;
    margin-top: 29px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .subsubmenuParent.subsubmenu_visible:before{
    background-image: url(https://cdn2.hubspot.net/hubfs/6576384/Icons/subtract.svg);
    transform: rotate(180deg);
  }

  .subsubmenuParentTitle{
    padding: 25px 35px 25px 70px !important;
    
  }

  .subsubmenu li{
    border-left: 1px solid #b0afae;
    margin-left: 70px;
    margin-bottom: 0;
  }

  .subsubmenu li:hover{
    border-left: #008F9C solid 2px;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
    background-color: #EBE8E8;
  }

  .subsubmenuList{
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subsubmenuList a{
    color: #100c08!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 25px 0 25px 25px;
    font-weight: 400;
  }

  .latest_styling a{
    padding: 25px 5px 25px 25px;
  }
  
  /* ----- MORE IN NEWMENU2023.css ----- */
}

/* ----------------- TOP BANNER -----------------  */

.Top_Banner_Wrapper {
  height: 30px;
}

.Top_Banner_Content {
  height: inherit;  
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.Top_Banner_Text {
  padding-left: 7px;

  font-size: 10px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
}


.clickable {
  cursor: pointer;
}

/* --- CSS FOR BUTTON ---*/
.button-17 {
  fill: currentcolor;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 1px solid #00a7b5;
  border-radius: 10px;
  box-shadow: 0 3px 5px -1pxrgba(0,0,0,.2),0 6px 10px 0rgba(0,0,0,.14),0 1px 18px 0rgba(0,0,0,.12);
  box-sizing: border-box;
  color: #00a7b5;
  cursor: pointer;
  display: inline-flex;

  font-size: 10px;
  font-weight: 500;
  height: 12px;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  line-height: normal;
  overflow: visible;
  padding:6.5px 8px;;
  position: relative;
  text-transform: none;
  touch-action: manipulation;
  transition: box-shadow .28s cubic-bezier(.4,0,.2,1),opacity 15ms linear 30ms,transform .27s cubic-bezier(0,0,.2,1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  border-style: solid;
  text-align: center; /* Center the text within the button */
}

.button-17:hover {
  background: #100C08;
  color: #c6fbff;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* ----------------- TOP BANNER END -----------------  */

/* ----------------- SECOND NAV -----------------  */

.secondaryNav{
  height: 25px;
  padding: 0 40px;
}

.secondaryNav .secondNavUrl{

  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: black;
  position: relative;
}

.secondNavWrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.secondaryNav .dropdown {
  position: relative;
  z-index: 20;
}

.secondaryNav .secondNavGap{
  margin-right: 16px;
}

.secondaryNav .index-1{
  margin-right: 0;
}

.secondaryNav .index-1 .dropbtn{
  padding-right: 0;
}

.dropbtn {
  letter-spacing: unset;
}

.secondaryNav .dropbtn{
  border: none;
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  height: 25px;
}

.secondaryNav .dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  z-index:1001;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
  white-space: nowrap;
  min-width: fit-content;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
}

.secondaryNav .index-1 .dropdown-content {
  right: -110px;
  left: unset;
}

.secondaryNav .dropdown:hover .dropdown-content {
  display: block;
}
.secondaryNav .dropdown-content a {
  display: block;
  color: #000000;
  padding: 1px 10px;
  text-decoration: none;
  font-size: 12px;
  text-align: -webkit-center;

}
.secondaryNav .dropbtn:hover {
  color: #00a7b5;
}

.secondNavWrapper a:hover{
  color: #00a7b5;
}

/* ----------------- SECOND NAV END -----------------  */

/* ----------------- LOGO -----------------  */
.menu a.targit_logo{
  width: 140px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 300px) {
  .menu a.targit_logo img {
    display: none;
  }
  
  .menu a.targit_logo {
    width: 20px;
  }
}


.targit_logo .square {
  border: 3px solid #00a7b5;
  width: 15px;
  height: 15px;
  margin-top:2px;
  margin-bottom:2px;
  margin-left:4px;
  position: relative;
}

.animate {
  -webkit-animation: scalesquare 1s;
  animation: scalesquare 1s;
}

.targit_logo img{
  width: 122px;
  height: 15px;
}

.search-icon-wrap.active .glass {
  transition-delay: 175ms;
  stroke-dashoffset: 40px
}

.nav-search .search-icon-wrap.active .close-line,

.nav-search .search-icon-wrap.active .handle {
  transition-delay: .4s;
  stroke-dashoffset: 50px
}
.search-vector .search-vector-group {
  stroke: #000;
}
.search-vector .search-vector-elem {
  transition: stroke-dashoffset .4s cubic-bezier(.6,0,.6,1) .25s;
}
.search-vector .glass {
  stroke-dasharray: 40px;
  stroke-dashoffset: 80px;
  transition-delay: 525ms;
}
.search-vector .search-line {
  stroke-dasharray: 25;
}
.search-vector .handle {
  stroke-dashoffset: 35px;
  transition-delay: .45s;
}
.search-vector .close-line {
  stroke-dashoffset: 25px;
}stroke-dashoffset: 50px;
}


@-webkit-keyframes scalesquare {
  0%   {
    height: 15px;
    width: 15px;
    margin-left:4px;
    margin-top:2px;
    margin-bottom:2px;
  }
  50%  {
    height: 19px;
    width: 19px;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
  }
  100% {
    height: 15px;
    width: 15px;
    margin-left:4px;
    margin-top:2px;
    margin-bottom:2px;
  }
}

@keyframes scalesquare {
  0%   {
    height: 15px;
    width: 15px;
    margin-left:4px;
    margin-top:2px;
    margin-bottom:2px;
  }
  50%  {
    height: 19px;
    width: 19px;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
  }
  100% {
    height: 15px;
    width: 15px;
    margin-left:4px;
    margin-top:2px;
    margin-bottom:2px;
  }
}

@-webkit-keyframes rotatesquare {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}

@keyframes rotatesquare {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}

/* ----------------- Menu button ------------*/



/* ----------------- SEARCH ----------------- */

header .nav-search {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  z-index: 10;
}

.search-icon-wrap {
  height: inherit;
  box-sizing: content-box;
  cursor: pointer;
  border: none;
  width: inherit;
  -webkit-transition: none;
  transition: none;
  z-index: 1;
  background-color: transparent;
  padding: 14px 14px;
}

.form_input_wrapper .search-icon-wrap {
  padding-right: 10px;
}

.search-icon-wrap:hover, 
.search-icon-wrap:focus {
  background-color: transparent;
  border: none;
}

.search-vector {
  width: inherit;
  height: 18.2px;
  display: block;
  overflow: visible!important;
}
.search-vector .search-vector-group {
  stroke: #000;
}

/* --- Making it look like a magnifying glass ---*/
.search-vector .glass {
  stroke-dasharray: 40px;
  stroke-dashoffset: 80px;
  transition-delay: 525ms;
}

.search-vector .search-vector-elem {
  transition: stroke-dashoffset .4s cubic-bezier(.6,0,.6,1) .25s;
}

.search-vector .handle {
  stroke-dashoffset: 35px;
  transition-delay: .45s;
}

.search-vector .search-line {
  stroke-dasharray: 25;
}

.search-vector .close-line {
  stroke-dashoffset: 25px;
}

/* ----------------- SEARCH DROPDOWN STYLING ----------------- */

.search_logo .dropdown_search_styling{
  height: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.search-dropdown-wrapper {
  top: 125px
}

.search_logo #search-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 97%;
  justify-content: center;
  background-color: transparent;
  height: auto;
  border: 1px solid #20212447;
  border-radius: 22px;
  box-shadow: #3c404326 0 2px 6px 1px;
}

.form_input_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#search-form .input-square-logo{
  width: 14px;
  height: 14px;
  margin: 0 0 0 30px;
}

.search_logo #search-form input {
  color: #33475b;
  display: block;
  height: 50px;
  padding: 9px 15px 9px 10px;
  text-align: left;
  transition: all .15s ease-out;
  vertical-align: middle;
  background-color: transparent!important;
  border: 0!important;
  /*border-bottom: 1px solid #cacaca!important;*/
  border-radius: 0;
  flex: 1;
}

.search_logo #search-form button {
  background-color: transparent;
  border: none;
  box-sizing: content-box;
  cursor: pointer;
  height: inherit;
  -webkit-transition: none;
  transition: none;
  width: 56px;
  z-index: 1;
}

::placeholder {
  color: #9F9E9C;
  opacity: 0.7;
}

#show-all-results-link{
  display: none;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
  font-family: ProximaNova;
}

#show-all-results-link svg{
  margin-left: 5px;
}

#show-all-results-link path{
  fill: #00a7b5;
}

.noResultsBox{
  list-style: none;
  height: 50px!important;
  padding: 0 30px;
  margin-right: 0!important;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #100C08;
}

/* --- QUICK LINKS ---*/

.quick_links_box{
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.quick_links_box .box_title{
  color: #100C08;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  margin-top: 70px;
  margin-bottom: 7px;
}

.quick_link{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
}

.quick_link svg{
  margin-right: 10px;
}

.quick_link a{

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #00a7b5!important;
}

/* --- SUGGESTED LINKS ---*/
.results-box{
  width: 100%;
}

.results-box .box_title{
  display: none;
  color: #100C08;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  margin-top: 70px;
  margin-bottom: 7px;
}

.results_item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 50px!important;
  padding: 0 30px;
  margin-right: 0!important;
}

.results_item:hover{
  background-color: #dedcdc;
}

.results_item svg{
  margin-right: 10px;
}

.results_item a{
  flex: 1;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #100C08;
}

.results_item a:hover{
  color: #100C08;
}

/* --- SEARCH EXTRAS ---*/
/* Hide the clear button (x) in input field */
#search-form input[type="search"]::-webkit-clear-button,
#search-form input[type="search"]::-webkit-search-cancel-button,
#search-form input[type="search"]::-webkit-search-clear-button {
  display: none;
}

#search-form input[type="search"] {
  -webkit-appearance: none; /* Remove the search icon */
}

/* ----------------- DROPDOWN ----------------- */
.DropdownImageBox a img {
  width: 100%;
}

@media (min-width: 1024px) {
  .dropdown {
    position: relative;
  }

  .dropdown_content {
    box-shadow: 0px 10px 10px 0px #00000012;
    display: none;
    min-width: calc(var(--vw, 1vw) * 100);
    position: fixed;
    left: 0;
    background-color: #FBF9F7;
    z-index: 1;
    padding: 0 40px;
    max-width: 100vw;
  }
  
  .dropdown-content a {
    font-weight: 400;
  }


  .dropdown_content_styling{
    display: flex;
    flex-wrap: nowrap;
  }


  .dropdown_content ul {
    list-style-type: none;
    padding: 0;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1200px;
  }

  .dropdown_content ul li {

  }
  
  .item_PICTURE .submenuBorder {
    width: auto;
  }
  
  .for_Resources .item_Latest {
    margin-right: 90px;
  }

  /* ----------------- SUBMENU STYLING  ----------------- */

  .submenuBorder {
    border-bottom: 2px solid #100C08;
    height: 2px;
    width: 200px;
  }

  /* ----------------- SUBSUBMENU STYLING  ----------------- */

  .subsubmenuParent:not(.latest_styling){
    width: 200px;
    margin-right:90px!important;
  }

  .subsubmenuParentTitle{
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;

  }


  .subsubmenuList{
    margin-top: 0;
  }

  .subsubmenuList.level4_visible{
    margin-bottom: 50px;
    min-height: 278px;
  }

  .subsubmenuItem{
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .subsubmenuList > .subsubmenuItem {
    height: 72px;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .subsubmenuList > .subsubmenuItem > a {
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;  
    overflow: hidden;
    align-items: flex-start;
    font-weight: normal;
  }

  .subsubmenu a:hover {
    color: #00a7b5;
  }

  /* --- Styling for individual tab type ---*/

  .byIndustry_styling{
    width: 700px!important;
  }

  .byIndustry_styling .subsubmenuList{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 380px;
  }

  .byIndustry_styling .submenuBorder {
    width: 100%;
  }

  .latest_styling{
    flex:1;
  }

  .latest_styling .submenuBorder{
    width: inherit;
  }
  
  .for_Resources .latest_styling .submenuBorder {
    width: auto;
    min-width: 200px;
    max-width: 300px;
  }

  /* ----------------- SUBSUBSUBMENU (LEVEL4) STYLING  ----------------- */

  .subsubsubmenuParent.level4_visible .subsubsubmenuParentTitle{
    color: #100c08;

    
  }

  .subsubsubmenuParent.level4_visible:hover .subsubsubmenuParentTitle{
    color: #100c08;

  }

  .level4_dropdown_content_styling a{
    padding: 18px 18px 18px 30px;
  }

  /* --- There are 3 or less links ---*/
  .subsubsubmenuParent.childrenLessThan3.level4_visible{
    width: 240px;
    z-index: 2;
    background-color: #F0EEED;
    padding-right: 0;
    left: -20px;
    padding-left: 20px;
  }

  .subsubsubmenuParent.childrenLessThan3 div{
    display: none;
    position: absolute;
    max-height: 200px;
    overflow-y: hidden;
    flex-direction: column;
    width: 240px;
    min-width: unset;
    max-width: 240px;
    background-color: #F0EEED;
  }

  .subsubsubmenuParent.childrenLessThan3 ul{
    width: auto;
    columns: 1;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* --- There are 4 or more links ---*/
  .subsubsubmenuParent.level4_visible{
    width: 300px;
    z-index: 2;
    background-color: #F0EEED;
    padding-right: 0;
    left: -20px;
    padding-left: 20px;
  }

  .level4_dropdown_content{
    display: none;
    position: absolute;
    max-height: fit-content;
    overflow-y: hidden;
    flex-direction: column;
    width: 300px;
    min-width: unset;
    max-width: 300px;
    background-color: #F0EEED;
  }

  .level4_dropdown_content_styling{
    width: 640px;
    min-height: 182px;
    columns: 2;
    display: block;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .level4_dropdown_content_styling li.item_nr_3{
    break-after: column;
    position: sticky;
  }

  /* --- Styling for individual tab type ---*/

  .byIndustry_subsubsubmenuParent.level4_visible{
    position: relative;
    width: 600px;
    z-index: 2;
    background-color: #F0EEED;
    padding-right: 0;
    /*left: -20px;
    padding-left: 20px;*/
    left: 0;
    padding-left: 0;
  }

  .byIndustry_subsubsubmenuParent .subsubsubmenuParentTitle{
    padding-left: 0;
    transition: padding-left 0.4s ease-in-out;
    align-items: baseline;
  }

  .byIndustry_subsubsubmenuParent.level4_visible .subsubsubmenuParentTitle{
    padding-left: 30px;
    margin-bottom: 10px;

  }


  .byIndustry_subsubsubmenuParent div{
    display: none;
    position: fixed;
    left: auto;
    max-height: fit-content;
    min-height: 182px;
    overflow-y: clip;
    flex-direction: column;
    width: 600px;
    min-width: 600px;
    max-width: 600px;
    background-color: #F0EEED;
  }

  .byIndustry_subsubsubmenuParent .level4_dropdown_content_styling li.item_nr_3{
    break-after: avoid-page;
    position: sticky;
  }

}

/* ----------------- CLASS ADJUSMTENTS FOR JS  ----------------- */

.lastitem{
  margin-right: 0!important;
}

.disable-hover {
  pointer-events: none; 
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
  z-index: 98; /* Should be less than the z-index of the dropdown to make it appear below the dropdown */
}

.dropdownShadow{
  -webkit-box-shadow: 0 17px 25px -14px rgba(0,0,0,.3);
  box-shadow: 0 17px 25px -14px rgba(0,0,0,.3);
  -webkit-transition: visibility 0s linear .5s,opacity .2s ease-in-out,padding-top .2s ease-in-out;
  transition: visibility 0s linear .5s,opacity .2s ease-in-out,padding-top .2s ease-in-out;
}


/* ----------------- MOBILE DIMENSIONS  ----------------- */

.ShowInMobile
{
  display:none; 
}

@media screen and (max-width: 1024px) {
  .ShowInMobile
  {
    display:block; 
  }

  .HideInMobile{
    display: none!important;
  }

  /* ----------------- TOP BANNER -----------------  */

  .Top_Banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100vw!important;
  }
  .Top_Banner_Wrapper{
    height: 30px!important;
  }

  .Top_Banner_Content{
    padding-left: 15px;
    padding-right: 15px;
  }

  .Top_Banner_Text{
    line-height: 11px!important;
  }

  .button-17{
    display: none;
    margin: 17px;
    padding-top: 7.5px;
    padding-bottom: 6.5px;
  }
}

/* ----------------- SECOND NAV -----------------  */
@media screen and (max-width: 1024px) {
  .secondaryNavMobile{
    
  }

  .secondaryNavMobile .secondNavWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 40px;
  }

  .secondaryNavMobile .secondNavUrl{
    
    font-size: 12px;
    line-height: 20px;
    color: black;
    display: inline-block;
    position: relative;
  }
  
  .secondaryNavMobile a {
    font-weight: 400;
  }

}


/* ----------------- BURGER MENU ICON -----------------  */
.navbar-toggle {
  padding-left: 25px;
  width: 45px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1010;
  float: right;
  position: relative;
  height: 46px;
}

.navbar-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  border-radius: 1px;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggle, .navbar-toggle span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggle span:first-child {
  top: 15px;
}

.navbar-toggle span:nth-child(2),
.navbar-toggle span:nth-child(3) {
  top: 22px;
}

.navbar-toggle span:nth-child(4) {
  top: 29px;
}

.navbar-toggle.open span:first-child {
  top: 22px;
  opacity: 0;
  transform: scale(0);
}

.navbar-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggle.open span:nth-child(4) {
  top: 22px;
  opacity: 0;
  transform: scale(0);
}

/* ----------------- SEARCH -----------------  */

@media screen and (max-width: 1024px) {
  .search_logo .dropdown_content{
    display: flex;
    position: fixed;
    z-index: 2;
    top: 110px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FBF9F7;
  }

  .search_logo .dropdown_search_styling{
    padding-top: 35px!important;
  }
  
  .search_logo {
    margin-left: auto;
  }

  .menu .targit_logo, .search_logo{
    margin-bottom: 0;
  }
  
  .menu .targit_logo {
    height: 20px;
  }

  #search-form{
    width: 95%!important;
  }

  #search-form .input-square-logo {
    margin: 0 0 0 30px;
  }

  .search_logo #search-form input {
    margin-left: 0;
    padding: 8px 8px 8px 8px;
    border-radius: unset;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #100C08;
  }

  .search_logo #search-form button{
    width: auto;
    margin-right: 10px;
    height: 24px;
  }


  .search_logo .dropdown_content{
    display:none;
  }

  /* --- Quick Links --- */
  .quick_links_box{
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .quick_links_list{
    width: 100%;
    padding: 0;
  }

  .quick_link {
    align-items: baseline;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .quick_link a {
    text-wrap: wrap;
    flex: 1;
  }

  /* --- Search Results --- */

  #results-box{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .results_box_list{
    width: 100%;
    padding: 0;
  }

  .results_item {
    height: auto!important;
    align-items: baseline;
  }

  .results_item_link{
    text-wrap: wrap;
    flex: 1;
  }

}

/* ----------------- SUBSUBSUBMENU (LEVEL4) STYLING  ----------------- */

@media screen and (max-width: 1024px) {

  .subsubmenuItem.subsubsubmenuParent:not(.subsubsubmenu_visible){
    border-left: 1px solid #b0afae;
    background-color: #dedcdc!important;
    box-shadow: none!important;
  }

  .subsubsubmenuParent.subsubsubmenu_visible{
    background-color: #f0eeed!important;
    border-left: 2px solid #008f9c;
    box-shadow: 4px 4px 8px rgba(0,0,0,.1);
  }

  .subsubsubmenuParentTitle {
    padding: 25px 0 25px 25px!important;
  }

  .subsubsubmenu{
    display: none;
    position: relative;
    width: 100%;
    background-color: #f0eeed;
  }

  .subsubsubmenuList{
    margin: 0;
  }

  .subsubsubmenuList li{
    margin-left: 26px!important;
    border-left: none!important;
  }

  .subsubsubmenuList li:hover{
    border-left: none!important;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
    background-color: #EBE8E8;
  }
}

/* ----------------- Hide when printing page  ----------------- */
@media print {
  .no-print {
    display: none !important;
  }
  
  .whole_menu_wrapper {
    position: absolute !important;
    top: 0;
  }
  
}


