.custom-module.header-global {
  overflow: visible;
  position: absolute;
  left: 0;
  z-index: 9999999999;
/*     height: 145px;
background-color: red !important; */
}

/* .header-spacer {
  display: none;
} */

{#
.page-modules .hs_cos_wrapper_type_widget_container > div:first-child .header-spacer:first-child,
.blog-banner .header-spacer:first-child, 
body.w-sidebar .body-container > div:first-child .banner-inner > .header-spacer:first-child {
  display: block; 	
}
#}

.header-global.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
  transition: margin 0.4s ease;
}

.header-global.sticky.scroll {
  margin-top: -41px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

.header-global.sticky .overcol {
  transition: opacity 0.3s ease;
}

.header-global.sticky.scroll .cell-wrapper {
  padding: 25px 0 !important;
}

.header-global.sticky.scroll .overcol[style*='opacity: 0.0'] {
  opacity: 0.95 !important;
}

.header-global.sticky.scroll .cell-wrapper[style*='color: #fff'] {
  color: inherit !important;
}

.custom-module.header-global .cell-wrapper {
  max-width: 100%;
  padding: 16px 0;
  transition: padding 0.3s ease;
}

.header-global .logo-nav {
  display: table;
  width: 100%;
}

.mfp-wrap + .header-container-wrapper .header-global.sticky {
  z-index: 1;
}

/* LOGO */
.header-global .logo {
  display: table-cell;	
  vertical-align: middle;
  width: 22.5%;
  transition: height 0.3s ease;
}

.header-global .logo a {
  position: relative;
  z-index: 1;
}

.header-global .logo img {
  vertical-align: middle;
  width: auto;
  height: 100%;
  max-width: 100%;
}

/* NAV */
.header-global li.hs-menu-depth-1 {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.header-global li.hs-menu-depth-1:last-child {
  margin-right: 0;
}

.header-global .hs-menu-depth-1 > a {
  display: block;
  margin: 10px 0;
  overflow: visible !important;
  position: relative;
  transition: color 0.2s ease;
}

.header-global .hs-menu-depth-1 > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  transition: all .2s ease;
}

.header-global .hs-menu-depth-1:hover > a:after, 
.header-global .hs-menu-depth-1.active-branch > a:after {
  left: 0;
  width: 100%;
}

.header-global .hs-menu-depth-1.hs-item-has-children:hover > a:after {
  content: none;
}

.header-global .hs-menu-children-wrapper {
  left: -30px !important;
  min-width: 200px;
}

.header-global .hs-menu-depth-2 .hs-menu-children-wrapper {
  top: -9px !important;
  left: 99.5% !important;
}

.header-global .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.8);
}

.header-global .hs-menu-children-wrapper {
  top: auto !important;
  background: rgba(0,0,0,0.8);
  padding: 9px 0;
  border-radius: 2px;
}

.header-global .hs-menu-children-wrapper a {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.2px;
  position: relative;
  color: #cdcdcd;
  padding: 9px 30px 7px;
  transition: background 0.3s ease, color 0.3s ease;
}

.header-global .hs-menu-children-wrapper a:hover, 
.header-global .hs-menu-children-wrapper .active-branch > a {
  background: #000;
  color: #fff;
}

.header-global .hs-menu-depth-1 > .fas {
  color: rgba(255,255,255,.8);
}

/* center */
.header-global .nav-center {
  display: table-cell;	
  vertical-align: middle;
  width: 55%;
  text-align: center;
}

.header-global .nav-center .hs_cos_wrapper_type_menu, 
.header-global .nav-center .hs_cos_wrapper_type_simple_menu {
  display: table;
  width: 100%;
  height: 100%;
}

.header-global .nav-center .hs-menu-flow-horizontal {
  display: table-cell;
  vertical-align: middle;
}

/* right */
.header-global .nav-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.header-global .nav-right .inner {
  display: none;
  width: 100%;
  height: 100%;
}

.header-global .nav-right .hs-menu-flow-horizontal {
  display: block;
}

.header-global .nav-right .hs_cos_wrapper_type_simple_menu,
.header-global .nav-right .hs_cos_wrapper_type_menu, 
.header-global .nav-right .cta-container {
  display: table-cell;
  vertical-align: middle;
}

/* TOP BAR */
.topbar {
  background: #001F60;
  color: #fff;
  position: relative;
}

.topbar > ul {
  width: 90%;
  padding: 0;
  margin: 0 auto !important;
  text-align: right;
}

.topbar > ul > li {
  display: inline-block;
  vertical-align: top;
  border-right: 0.25px solid #fff;
}

.topbar > ul > li:first-child {
  border-left: 0.25px solid #fff;
}

.topbar > ul > li > a {
  display: block;
  font-family: 'Decima_Pro';
  line-height: 41px;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
}

.topbar > ul > li > a:hover {
  text-decoration: none;
}

.topbar > ul > li:first-child a {
  padding: 0 10px 0 20px;
}

.topbar > ul > li:nth-child(2) a {
  padding: 0 20px;
}

.topbar > ul > li:nth-child(3) a {
  padding: 0 20px 0 20px;
}
.topbar img {
  vertical-align: middle;
}

.topbar a img[src*='phone'] {
  width: 30px;
  height: 30px;
  margin: -2px 0 0 5px;
}

.topbar a img[src*='angle'] {
  width: 18px;
  height: 18px;
  margin: -2px 0 0 10px;
}

.topbar a img[src*='search'] {
  width: 18px;
  height: 18px;
  margin: -2px 0 0 10px;
}

/* language switcher */
.topbar > ul > li > span {
  display: block;
  font-family: 'Decima_Pro';
  line-height: 41px;
  color: #fff;
  padding: 0 20px;
}

.topbar .hs_cos_wrapper_type_language_switcher {
  display: none;
}

.globe_class {
  background-image: url(https://insights.everlightradiology.com/hubfs/globe-white.png)!important;
}

.topbar > ul > li:nth-child(3) ul {
  position: absolute;
  visibility: hidden;
  top: 41px;
  min-width: 180px;
  text-align: left;
  opacity: 0;
  z-index: 2;
  background: rgba(0,0,0,0.8);
  color: #fff;
  list-style: none;
  padding: 9px 0;
  margin: 0;
  border-radius: 2px;  
}

.topbar > ul > li:nth-child(3) > a {
  visibility: hidden; 
}

.topbar > ul > li:nth-child(3):hover ul {
  visibility: visible;
  opacity: 1;
}

.topbar > ul > li:nth-child(3) ul a {
  display: block;
  font-family: 'Decima_Pro';
  letter-spacing: .2px;
  color: #fff;
  padding: 7px 20px 9px;
  transition: background .3s ease,color .3s ease;
  text-decoration: none;
}

.topbar > ul > li:nth-child(3) ul a:hover {
  background: #000;
  text-decoration: none;
}

/* SEARCH */
.header-global .site-search {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  transition: height 0.3s ease;
}

.header-global .site-search .inner {
  display: table;
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
  height: 100%;
}

.header-global .site-search form {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.header-global input.hs-search-field__input {
  padding: 6.5px 40px;
  width: 100%;
  background: none;
  border: none;
}

.header-global form .fa-search {
  font-size: 21px;
  color: #0f0f0f;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10.5px;
}

.header-global form .fa-times {
  font-size: 21px;
  color: #0f0f0f;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10.5px;
}

/* CTA */
.header-global .cta {
  display: table-cell;
  vertical-align: middle;
  width: 22.5%;
  text-align: right;
}

.header-global .cta .hs-cta-wrapper {
  display: none;
}

.header-global .cta_button[title] {
  line-height: normal;
  padding: 10px 20px 11px;
  margin: 0 0 0 24px;
  text-transform: none;
  position: relative;
}

.header-global .nav-right .cta_button[title] {
  margin: 0 0 0 40px;
}

.header-global .cta-container > svg {
  display: none;
}

.header-global .cta_button[title] svg {
  height: 1.1em;
  vertical-align: bottom;
  fill: #fff;
  margin-left: 7px;
}

/* MOBILE NAV */
.mobile-nav-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  display: block;
  color: #cdcdcd;
  margin-top: -15px;
  display: none;
}

.mobile-nav-toggle i {
  font-size: 28px;
  color: #000;
}

.body-container-wrapper.push, .footer-container-wrapper.push {
  position: relative;
}

.header-global[style*='right: 440px'], 
.header-global[style*='right: 80%'] {
  left: auto;
}

#mobile-nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  position: fixed;
  right: -440px;
  width: 440px;
  background: #333;
  border-color: #2b2b2b;
  color: #D6D6D6;
  padding: 20px 0;
  overflow: scroll;
  z-index: 99999999999;
  box-sizing: border-box;
  box-shadow: inset 1px 0 8px 0 rgba(0,0,0,.3);
  appearance: none;
}

#mobile-nav .hs-menu-depth-1 {
  float: none !important;
}

#mobile-nav .hs-menu-depth-1.active-branch {
  background: rgba(0,0,0,.1);
}

#mobile-nav .hs-menu-depth-1 > a {
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 10px 0 9px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d6d6d6;
  border-bottom: 1px solid #2b2b2b;
  appearance: none;
}

#mobile-nav .hs-menu-children-wrapper {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#mobile-nav .hs-menu-depth-1 > .hs-menu-children-wrapper {
  padding: 20px 20px 17px;
  background: rgba(0,0,0,.1);
  display: none;
}

#mobile-nav a {
  font-size: 15px;
  color: #d6d6d6;
}

#mobile-nav li.hs-item-has-children {
  position: relative;
}

#mobile-nav .hs-menu-depth-1 > .fas {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 47px;
  border-left: 1px solid #2b2b2b;
  text-align: center;
  cursor: pointer;
}

#mobile-nav .fa-angle-down {
  background: rgba(0,0,0,.1);
}

#mobile-nav .fa-angle-down + a {
  border-bottom: none;
}

#mobile-nav .hs-menu-children-wrapper li {
  margin: 12px 0 0;
}

#mobile-nav .hs-menu-children-wrapper li.hs-menu-depth-2:first-child {
  margin: 0;
}

#mobile-nav .hs-menu-depth-2 > a {
  display: inline-block;
  line-height: 22px;
}

#mobile-nav .hs-menu-depth-2 > ul {
  margin: 7px 0 15px 10px;
}

#mobile-nav .hs-menu-depth-3:before {
  content: "•";
  vertical-align: top;
  font-size: 15px;
  line-height: 22px;
  margin: 0 5px 0 0;
}

#mobile-nav .hs-menu-depth-3 > a {
  display: inline-block;
  line-height: 22px;
}

#mobile-nav .hs-menu-depth-3 > ul {
  margin: 7px 0 15px 10px;
}

#mobile-nav .hs-menu-depth-4:before {
  content: ">";
  vertical-align: top;
  font-size: 10px;
  line-height: 22px;
  margin: 0 5px 0 0;
}

#mobile-nav .hs-menu-depth-4 > a {
  display: inline-block;
  line-height: 22px;
}

#mobile-nav p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #858585;
  margin: 0 0 10px;
}

#mobile-nav .mobile-search {
  padding: 0 20px;
  position: relative;
}

#mobile-nav .mobile-search .fa-search {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

#mobile-nav input.hs-search-field__input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
  color: #d6d6d6;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  padding: 10px 25px 9px 0;
}

#mobile-nav ::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}

#mobile-nav ::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}

#mobile-nav :-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}

#mobile-nav :-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}

#mobile-nav .cta-container {
  display: block;
  padding: 0 20px;
  margin: 20px 0 0;
}

#mobile-nav .cta_button[title] {
  text-align: center;
  padding: 10px 15px 8px;
}

{#
/* BROWSERS */
/* IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-global.sticky {
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  }
  .header-global.sticky.scroll {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  }
}

/* IE 9 & 10 */
@media screen and (min-width:0\0) {
  .header-global.sticky {
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  }
  .header-global.sticky.scroll {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  }
}
#}

/* RESPONSIVE */
@media screen and (min-width: 1921px) {
  .header-global.sticky {
    box-shadow: 0 0 0.052vw 0 rgba(0,0,0,0.1);
  }
  .header-global.sticky.scroll {
    box-shadow: 0 0 0.16vw 0 rgba(0,0,0,0.2);
  }
  .header-global.sticky.scroll .cell-wrapper {
    padding: 1.04vw 0 !important;
  }
  .header-global li.hs-menu-depth-1 {
    margin: 0 1.25vw;
  }
  .header-global .hs-menu-depth-1 > a {
    margin: 0.52vw 0;
  }
  .header-global .hs-menu-children-wrapper {
    left: -1.56vw !important;
  }
  .header-global .hs-menu-depth-2 .hs-menu-children-wrapper {
    top: -0.47vw !important;
  }
  .header-global .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
    top: -0.36vw;
    left: 2.08vw;
    border-left: 0.36vw solid transparent;
    border-right: 0.36vw solid transparent;
    border-bottom: 0.36vw solid rgba(0,0,0,0.8);
  }
  .header-global .hs-menu-children-wrapper {
    padding: 0.47vw 0;
    border-radius: 0.104vw;
  }
  .header-global .hs-menu-children-wrapper a {
    letter-spacing: 0.0104vw;
    padding: 0.47vw 1.56vw 0.36vw;
  }
  .header-global .site-search .inner {
    max-width: 1920px;
  }
  .header-global .search-icon {
    padding: 0 0 0 2.08vw;
  }
  .header-global .search-icon .fa-search {
    padding: 0.104vw;
  }
  .header-global input.hs-search-field__input {
    padding: 0.34vw 2.08vw;
  }
  .header-global form .fa-search {
    font-size: 1.09vw;
    margin-top: -0.55vw;
  }
  .header-global form .fa-times {
    font-size: 1.09vw;
    margin-top: -0.55vw;
  }
  .header-global .cta_button[title] {
    padding: 0.52vw 1.04vw 11px;
    margin: 0 0 0 1.25vw;
  }
  .header-global .nav-right .cta_button[title] {
    margin: 0 0 0 2.08vw;
  }
  .header-global .cta_button[title] svg {
    margin-left: 0.36vw;
  }
  .custom-module.header-global .cell-wrapper {
    padding: 1.823vw 0;
  }
  .header-global li.hs-menu-depth-1 {
    margin: 0 1.042vw;
  }
  .topbar > ul > li {
    border-right: 0.013vw solid #fff;
  }
  .topbar > ul > li:first-child {
    border-left: 0.013vw solid #fff;
  }
  .topbar > ul > li > a {
    line-height: 2.135vw;
    padding: 0 1.042vw;
  }
  .topbar > ul > li:first-child a {
    padding: 0 0.521vw 0 1.042vw;
  }
  .topbar > ul > li:last-child a {
    padding: 0 0.781vw 0 1.042vw;
  }
  .topbar a img[src*='phone'] {
    width: 1.563vw;
    height: 1.563vw;
    margin: -0.104vw 0 0 0.260vw;
  }
  .topbar a img[src*='angle'] {
    width: 0.938vw;
    height: 0.938vw;
    margin: -0.104vw 0 0 0.521vw;
  }
  .topbar a img[src*='search'] {
    width: 0.938vw;
    height: 0.938vw;
    margin: -0.104vw 0 0 0.521vw;
  }
  .topbar > ul > li:nth-child(2) ul {
    top: 2.135vw;
    min-width: 9.375vw;
    padding: 0.469vw 0;
    border-radius: 0.104vw;  
  }
  .topbar > ul > li:nth-child(2) ul a {
    letter-spacing: 0.010vw;
    padding: 0.365vw 1.042vw 0.469vw;
  }
}

@media (max-width: 1024px) {
  .custom-module.header-global .cell-wrapper {
    display: block;
    overflow: hidden;
  }
  .header-global .logo {
    display: block;
    width: auto;
    float: left;
  }
  .header-global .nav-center, 
  .header-global .nav-right, 
  .header-global .cta, 
  .header-global .site-search {
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .topbar > ul {
    width: 100%;
  }
  .topbar > ul > li:nth-child(4) > a,
  .topbar > ul > li:nth-child(1) > a {
    font-size: 0px!important;
  }
  .topbar > ul > li > a {
    padding: 0px 15px;
  }
  .topbar > ul > li > span {
    padding: 0 15px;
  }
  .topbar > ul > li:nth-child(2) a {
    padding: 0 15px;
  }
  .topbar > ul > li:first-child a {
    padding: 0px 15px;
  }
  .topbar a img[src*='search'] {
    margin: 0 auto;
  }
  .topbar > ul {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .custom-module.header-global .cell-wrapper {
    padding: 16px 0;
  }
  .header-global .logo {
    width: 30%;
    height: auto !important;
  }
  .header-global .logo img {
    height: auto;
  }
  .custom-module.header-global.sticky.scroll .logo {
    height: auto !important;
  }
  .mobile-nav-toggle {
    height: 23px;
    margin-top: -11.5px;
  }
  .mobile-nav-toggle i {
    font-size: 22px;
  }
  #mobile-nav, #mobile-nav .hs-menu-depth-1 > a {
    -webkit-text-size-adjust: none;
  }
}

@media (max-width: 375px) {
  .topbar a img[src*='phone'] {
    display: inline-block;
  }
  .topbar a img[src*='search'] {
    display: inline-block;
  }
  .topbar a img[src*='angle'] {
    width: 14px;
    height: 14px;
  }
  .topbar > ul > li:first-child a, 
  .topbar > ul > li:last-child a {
    padding: 0 15px;
  }
}

/* BROWSERS */
{#
@media screen 
  and (-ms-high-contrast: active), (-ms-high-contrast: none)
  and (max-width: 600px) {
    .header-global .logo img {
      width: 100%;
    }
}
#}

@media (max-width: 360px) {
  .topbar > ul > li > a {
    padding: 0px 10px!important;
  }
  .topbar > ul > li > span {
    padding: 0 10px;
  }
  .topbar > ul > li:nth-child(2) a {
    padding: 0 10px;
  }
  .topbar > ul > li:first-child a {
    padding: 0px 10px;
  }
}

@media (max-width: 320px) {
  .topbar > ul > li > a {
    padding: 0px 10px!important;
  }
  .topbar > ul > li > span {
    padding: 0 10px;
  }
  .topbar > ul > li:nth-child(2) a {
    padding: 0 10px;
  }
  .topbar > ul > li:first-child a {
    padding: 0px 10px;
  }
}