/* ----------------- 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-family: "proxima-nova", sans-serif;
  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-family: "proxima-nova", sans-serif;
  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;
}

.secondaryNav .secondNavUrl {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: black;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

.secondaryNav .dropbtn {
  border: none;
  background: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.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%);

}

.secondaryNav .dropdown:hover .dropdown-content,
.secondaryNav .dropdown:focus-within .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 li.targit_logo {
  width: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}


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

.logo.animated .square {
  -webkit-animation: scalesquare 1s;
  animation: scalesquare 1s;
}

.logo img {
  width: 122px;
  height: 15px;
  margin-top: 2px;
}

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

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

header .nav-search {
  width: 65px;
  top: 0;
  height: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
}

.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_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-family: "proxima-nova", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
}

#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-family: "proxima-nova", sans-serif;
  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-family: "proxima-nova", sans-serif;
  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-family: "proxima-nova", sans-serif;
  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-family: "proxima-nova", sans-serif;
  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-family: "proxima-nova", sans-serif;
  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 ----------------- */
@media (min-width: 767px) {
  .dropdown {
    position: relative;
  }

  .dropdown_content {
    display: none;
    min-width: calc(var(--vw, 1vw) * 100);
    position: fixed;
    left: 0;
    background-color: #FBF9F7;
    z-index: 1;
  }


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


  .dropdown_content ul {
    list-style-type: none;
    padding: 0;
    padding-bottom: 20px;
  }

  .dropdown_content ul li {}

  /* The line under the menu when dropdown is open */
  .menu_navigation.dropdown_visible:after {
    height: 1px;
    background: #9F9E9C;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
  }

  /* ----------------- 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-family: "proxima-nova", sans-serif;
    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;
  }

  .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: 600px !important;
  }

  .latest_styling {
    flex: 1;
  }

  .latest_styling .submenuBorder {
    width: inherit;
  }

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

  .subsubsubmenuParent.level4_visible .subsubsubmenuParentTitle {
    color: #100c08;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;

  }

  .subsubsubmenuParent.level4_visible:hover .subsubsubmenuParentTitle {
    color: #100c08;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
  }

  .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;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
  }


  .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: 767px) {
  .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: 48px !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: 767px) {
  .secondaryNavMobile {
    margin-bottom: 20vh;
  }

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

  .secondaryNavMobile .secondNavUrl {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: black;
    display: inline-block;
    position: relative;
  }

}


/* ----------------- BURGER MENU ICON -----------------  */
.navbar-toggle {
  width: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1010;
  float: right;
  position: relative;
  height: 100%;
  margin-top: 25px;
}

.navbar-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  border-radius: 1px;
  opacity: 1;
  left: 10px;
  -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: 20px;
}

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

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

.navbar-toggle.open span:first-child {
  top: 27px;
  width: 0;
  left: 50%;
}

.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: 27px;
  width: 0;
  left: 50%;
}

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

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

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

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

  #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-family: "proxima-nova", sans-serif;
    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: 49px;
  }

  .search_logo {
    margin-left: 15vw !important;
  }

  .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: 767px) {

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

}