/*---------------------------------

WE NEED THESE TO REFERENCE VARIABLES, MIXINS AND SUCH. DO NOT REMOVE!
Thanks, Friend :)

---------------------------------*/
/*---------------------------------

YOUR CUSTOM STYLES GO UNDER HERE.
You're doing great.

---------------------------------*/
.head-section {
  display: none !important;
}

.contact-us {
  position: relative;
}
.contact-us__header {
  background: #0077C8 url(../../../content/dam/illumina-marketing/images/banners/contact-us-web-banner.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
}
.contact-us__header .display-heading {
  font-size: 3.5rem;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  .contact-us__header .display-heading {
    font-size: 2.75rem;
  }
}
.contact-us__statement {
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  .contact-us__statement {
    font-size: 1rem;
  }
}
.contact-us__country-label {
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  .contact-us__country-label {
    font-size: 1rem;
  }
}
.contact-us__country-select, .contact-us__country-select:focus {
  -moz-text-align-last: center;
  text-align-last: center;
  background-color: #9393D9;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-us__message {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  .contact-us__message {
    font-size: 0.75rem;
  }
}
.contact-us .card {
  display: block !important;
}
.contact-us .nav-tabs {
  margin-bottom: -1px;
}
.contact-us .nav-tabs .nav-item {
  padding: 0;
  background: none;
  margin-right: 0.5rem;
  border: 0;
}
.contact-us .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.contact-us .nav-tabs .nav-item:not(.active):hover {
  background: none;
}
.contact-us .nav-link {
  min-height: 100%;
  padding: 1rem 2rem;
  color: #444648;
  background-color: #eaeaeb;
  -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767.98px) {
  .contact-us .nav-link {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .contact-us .nav-link {
    padding: 0.5rem 0.25rem;
    font-size: 80%;
  }
}
.contact-us .nav-link:hover {
  border-color: #e5e5e5;
  background-color: #eaeaeb;
}
.contact-us .nav-link.active, .contact-us .nav-link.active:hover {
  border-color: transparent;
  background-color: #fff;
}
.contact-us__card {
  height: 100%;
}
.contact-us__card *:last-child {
  margin-bottom: 0;
}
.contact-us__card .contact-phone li {
  font-size: 1.5rem;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
.contact-us__card .contact-phone li span {
  font-size: 1rem;
  color: #999;
}
.contact-us__card a.chevron-cta[href^=mailto]::after {
  display: none;
}
@media (max-width: 767.98px) {
  .contact-us__card:first-child {
    margin-bottom: 1.5rem;
  }
}

.contact-us .country-title {
  display: inline-block;
  color: #bbbbbb;
}

.location-promo {
  overflow: hidden;
}

.map-outer {
  position: relative;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.map-outer .map-wrapper {
  background: #444648 url("../../../content/dam/illumina-marketing/images/company/map.png") no-repeat -50px center;
  background-size: 45%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 3000px;
  text-indent: -9999px;
}

.flag-icon {
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.we-chat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.we-chat-container img {
  width: 33%;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#mainContent {
  opacity: 0;
}

#mainContent.fade-in {
  -webkit-animation: 500ms fadein 1 forwards;
  -moz-animation: 500ms fadein 1 forwards;
  animation: 500ms fadein 1 forwards;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}