/* colors 
dark-blue: #054163
light-blue: #0099d8
*/

/* header */

#masthead .site-branding img {
  width: 128px;
}

body.responsive #masthead .container {
  max-width: none;
  padding: 0px 50px;
}

@media screen and (max-width: 650px) {
  body.responsive #masthead .container {
    padding: 0px 30px;
  }
}

#masthead .site-branding .site-title a {
  font-size: 18px;
  font-weight: 700;
}

#primary-menu.menu {
  font-size: 14px;
  margin-bottom: 0px;
}

.main-navigation ul .sub-menu a {
  color: #000000;
}

.main-navigation ul .sub-menu li a {
  font-size: 14px;
}

.menu-item {
  margin-bottom: 0px;
}

.main-navigation ul .sub-menu {
  border-width: 0px;
}

.main-navigation a:not(.ubermenu-responsive-toggle) {
  padding-left: 30px;
  padding-right: 30px;
}

#mobile-navigation ul li a {
  font-size: 14px;
}

body.responsive #masthead,
.page-layout-menu-overlap:not(.sticky-menu) #masthead,
.page-layout-menu-overlap #masthead:not(.floating) {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.60);
  border-top: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
  margin-top: 0px;
}

/*.main-navigation ul .menu-item-has-children > a:after,
.main-navigation ul .page_item_has_children > a:after {
	content: "\2228";
	font-size: 8px;
	line-height: normal;
	padding-left: 6px;
	position: relative;
	top: 1px;
}
*/

/* topbar nav */

.top-bar-link {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}

.top-bar-link:hover {
  color: #0099d8;
}

body.responsive #topbar,
.page-layout-menu-overlap:not(.sticky-menu) #topbar {
  background-color: rgba(0, 0, 0, 0.50);
  height: 35px !important;
}

#topbar #topbar-widgets {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* footer */

#colophon .site-info {
  text-align: left;
  font-size: 10px;
  display: none;
}

#colophon .widgets {
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
}

#colophon a {
  text-decoration: none;
}

#colophon .widgets aside:last-child {
  padding: 0px;
}

/* typography */

a {
  text-decoration: none;
  color: #0099d8;
}

p {
  line-height: 1.4;
  font-size: 15px;
}

h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 20px;
}

@media screen and (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
}

@media screen and (max-width: 650px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
		margin-bottom: 0px;
}

ul {
  font-size: 13px;
  list-style: circle;
  margin-left: 24px;
  font-weight: 400;
}

li {
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: 400;
}

/* buttons */

.blue-to-white-button {
  background-color: #0099d8 !important;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 3;
  transition: 0.5s;
}

.blue-to-white-button:hover {
  background-color: #ffffff !important;
  color: #0099d8 !important;
  transition: 0.5s;
}

.blue-to-gray-button {
  background-color: #0099d8 !important;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  transition: 0.5s;
}

.blue-to-gray-button:hover {
  background-color: #cccccc !important;
  color: #0099d8 !important;
  transition: 0.5s;
}

.white-to-gray-button {
  background-color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #0099d8 !important;
  font-weight: 400;
  font-size: 14px;
  transition: 0.5s;
}

.white-to-gray-button:hover {
  background-color: #cccccc !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.black-button {
  background-color: #000000 !important;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 13px;
  transition: 0.5s;
}

.black-button:hover {
  background-color: #666666 !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.white-tombstone {
  background: rgba(255, 255, 255, 0.5);
  padding: 100px 30px 30px 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.5s;
}

.white-tombstone:hover {
  background: #0099d8;
  color: #ffffff;
  transition: all 0.5s;
}

.white-tombstone-nolink {
  background: rgba(255, 255, 255, 0.5);
  padding: 100px 30px 30px 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* forms */

.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 0px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 0px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 0px;
}

.wpcf7 input.wpcf7-form-control.wpcf7-text {
  padding: 10px;
  background: #ffffff;
  border: solid 0px #cccccc;
  color: #000000;
  border-radius: 4px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #ffffff;
  padding: 10px 20px !important;
  border-radius: 0px;
  text-decoration: none;
  color: #555555;
  border: none;
  font-weight: 400;
  font-size: 12px;
  margin-top: -20px;
  text-transform: none;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #333333;
  color: #ffffff;
  transition: 0.5s;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.0);
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0px;
  margin: 0px 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #000000;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: 15px;
}

/* posts and case studies */

body.responsive .container {
  max-width: none;
  padding: 0px;
}

.entry-header {
  max-width: 1200px;
  padding: 30px;
  margin: 50px auto 0px auto;
}

.entry-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  font-style: normal;
}

.single-post .entry-content {
  max-width: 1200px;
  padding: 30px;
  margin: 0px auto 50px auto;
}

.single-post .entry-content a {
  text-decoration: none;
  color: #0099d8;
  transition: color 0.5s;
}

.single-post .entry-content a:hover {
  text-decoration: underline;
  color: #054163;
  transition: color 0.5s;
}

.entry-footer {
  display: none;
}

blockquote {
  background-color: #054163;
  margin: 30px 0px;
  padding: 50px;
}

blockquote p {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  font-style: normal;
  margin: 0px;
}

.entry-thumbnail {
  width: 100%;
  /* Ensures the container takes up full available width */
  overflow: hidden;
  /* Hides any overflowing parts of the image */
  position: relative;
  /* Needed for absolute positioning of the image */
  height: 400px;
  /* Adjust this height as needed for your design */
}

.entry-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post #primary.content-area {
  margin-top: -110px !important;
}

.lsow-entry-text-wrap .entry-title {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.lsow-entry-text-wrap {
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  height: 200px;
  border-left: .5px solid #cccccc;
  border-right: .5px solid #cccccc;
  border-bottom: .5px solid #cccccc;
  margin-top: 0px !important;
  transition: 0.5s;
}

.lsow-entry-text-wrap:hover {
  border-left: .5px solid #555555;
  border-right: .5px solid #555555;
  border-bottom: .5px solid #555555;
  transition: 0.5s;
}

.post.type-post.status-publish.format-standard.has-post-thumbnail {
  margin-bottom: 0px;
}

.lsow-project-image {
  object-fit: cover;
  width: 100%;
  /* Flexible width */
  aspect-ratio: 16 / 7;
}

.lsow-terms a {
  font-size: 10px;
  text-align: left;
  color: #bfbfbf !important;
}

.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a {
  text-decoration: none;
  font-size: 14px !important;
}

.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
  border-bottom: 3px solid #0099d8 !important;
}

.meta-icon,
north-icon-calendar,
.entry-meta .posted-by {
  display: none !important;
}

.entry-meta {
  margin-bottom: 0px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.entry-meta .posted-on a {
  pointer-events: none;
  cursor: default;
}

/* History */

.timeline-bullet {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.history-text-box {
  background: #f2f2f2;
  -webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.2);
}

/* Maps */

.e3-follow-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-9999px, -9999px);
  padding: 10px 20px;
  color: #000000;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Flip Cards */

.flipcard {
  width: 100%;
  height: 250px;
  perspective: 1000px;
  position: relative;
}

.flipcard-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background-size: cover;
}

.flipcard:hover .flipcard-inner {
  transform: rotateY(180deg);
}

.flipcard-front,
.flipcard-back {
  position: absolute;
  inset: 0;
  display: flex;
  /* enables vertical positioning */
  flex-direction: column;
  justify-content: flex-start;
  /* pushes content to the bottom */
  padding: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.flipcard-front {
  background-color: rgba(5, 65, 99, 0.75);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.flipcard-back {
  background: #0099d8;
  transform: rotateY(180deg);
  justify-content: flex-end !important;
}

/* solutions */

.solutions-link {
  text-decoration: none;
  display: block;
  font-size: 12px;
  line-height: 1.2 !important;
  background: #ffffff;
  color: #0099d8;
  padding: 5px 10px;
  transition: 0.5s;
}

.solutions-link:hover {
  background: #054163;
  color: #ffffff;
  transition: 0.5s;
}

.solutions-no-link {
  text-decoration: none;
  display: block;
  font-size: 12px;
  line-height: 1.2 !important;
  background: rgba(255,255,255,1);
  color: #0099d8;
  padding: 5px 10px;
  transition: 0.5s;
}

.solutions-describer {
  font-size: 12px;
  line-height: 1.2 !important;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  margin-top: -20px;
}

/* COLUMN CONTAINER */

.customer-challenge-column {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Mobile: add spacing only between customer-challenge columns */

@media (max-width: 780px) {
  /* reset – all these columns, no top margin by default */

  .customer-challenge-column {
    margin-top: 0 !important;
  }

  /* any customer-challenge-column that directly follows another customer-challenge-column */

  .customer-challenge-column + .customer-challenge-column {
    margin-top: 10px !important;
  }
}

/* Remove SiteOrigin widget spacing */

.customer-challenge-column .so-panel {
  margin: 0 !important;
}

/* Ensure normal height calculation */

.customer-challenge-column {
  display: block;
}

/* Base panel styling */

.customer-challenge,
.convergint-delivers {
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  transition: transform 0.5s ease;
}

/* Default panel */

.customer-challenge {
  background: #054163;
  top: 0;
  z-index: 2;
}

/* Hidden panel */

.convergint-delivers {
  background: #0099d8;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1;
}

.customer-challenge-title {
  padding: 10px 20px;
  background: rgba(255,255,255,0.25);
}

.customer-challenge-copy {
  padding: 0px 20px 20px 20px;
}

/* Hover swap */

.customer-challenge-column:hover .convergint-delivers {
  transform: translateY(0);
}

.customer-challenge-column:hover .customer-challenge {
  transform: translateY(-100%);
}

/* Mobile active state (tap instead of hover) */

.customer-challenge-column.cc-active .convergint-delivers {
  transform: translateY(0);
}

.customer-challenge-column.cc-active .customer-challenge {
  transform: translateY(-100%);
}

/* Lightweight left-aligned downward arrow cue */

.customer-challenge::after {
  content: "↓";
  /* light down arrow */
  position: absolute;
  left: 16px;
  /* left aligned */
  bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  /* light weight */
  color: #ffffff;
  opacity: 0.7;
  line-height: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hide arrow when panel is open */

.customer-challenge-column:hover .customer-challenge::after,
.customer-challenge-column.cc-active .customer-challenge::after {
  opacity: 0;
  transform: translateY(5px);
}

/* -------- FLIP CARD VARIANT -------- */

/* Change to: */

.flip-challenge-column {
  perspective: 1400px;
  /* increased depth */
}

.flip-challenge-column .customer-challenge,
.flip-challenge-column .convergint-delivers {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* Add inside flip variant faces: */

.flip-challenge-column .customer-challenge,
.flip-challenge-column .convergint-delivers {
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  /* subtle card depth */
  transform-origin: center center;
  /* ensure rotation axis */
}

/* Front */

.flip-challenge-column .customer-challenge {
  transform: rotateY(0deg);
}

/* Back */

.flip-challenge-column .convergint-delivers {
  transform: rotateY(180deg);
}

/* Hover flip */

.flip-challenge-column:hover .customer-challenge {
  transform: rotateY(180deg);
}

.flip-challenge-column:hover .convergint-delivers {
  transform: rotateY(360deg);
}

/* Mobile tap flip */

.flip-challenge-column.cc-active .customer-challenge {
  transform: rotateY(180deg);
}

.flip-challenge-column.cc-active .convergint-delivers {
  transform: rotateY(360deg);
}

/* Maps */

.e3-map-wrap {
  width: 100%;
  position: relative;
}

.e3-map {
  display: block;
  width: 100%;
  height: auto;
  max-height: 800px;
  fill: rgba(0,0,0,0.1);
  stroke: #ffffff;
  stroke-width: 0.6;
}

/* Baseline for all countries */

.e3-map-north-america {
  fill: rgba(0,153,216,0.25);
  animation: myAnimOpacity 2s ease 1s 1 normal forwards;
}

.e3-map-latin-america {
  fill: rgba(0,153,216,0.45);
  animation: myAnimOpacity 2s ease 1.5s 1 normal forwards;
}

.e3-map-europe {
  fill: rgba(0,153,216,0.45);
  animation: myAnimOpacity 2s ease 1s 1 normal forwards;
}

.e3-map-asia-pacific {
  fill: rgba(0,153,216,0.45);
  animation: myAnimOpacity 2s ease 1s 1 normal forwards;
}

.e3-map-middle-east {
  fill: rgba(0,153,216,0.25);
  animation: myAnimOpacity 2s ease 1s 1 normal forwards;
}

.e3-map-light {
  fill: rgba(0,153,216,0.25);
  animation: myAnimOpacity 2s ease 1s 1 normal forwards;
}

.e3-map-dark {
  fill: rgba(0,153,216,0.45);
  animation: myAnimOpacity 2s ease 1.5s 1 normal forwards;
}

.e3-country-button {
  opacity: 0;
  transition: fill 0.5s;
}

.e3-country-button:hover {
  fill: #0099d8;
  transition: fill 0.5s;
}

@keyframes myAnimOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.map-cta {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  margin-bottom: 10px;
  transition: background 0.5s;
  background: rgba(0,153,216,0.75);
}

.map-cta:hover {
  background: rgba(0,153,216,1);
  transition: background 0.5s;
}

/* location swappers */

/* global turn off */

.canada-top-bar,
.canada-footer {
  display: none;
}

.belgium-top-bar,
.belgium-footer,
.france-top-bar,
.france-footer,
.germany-top-bar,
.germany-footer,
.netherlands-top-bar,
.netherlands-footer,
.poland-top-bar,
.poland-footer,
.romania-top-bar,
.romania-footer,
.spain-top-bar,
.spain-footer,
.sweden-top-bar,
.sweden-footer,
.switzerland-top-bar,
.switzerland-footer,
.united-kingdom-top-bar,
.united-kingdom-footer {
  display: none;
}

.brazil-top-bar,
.brazil-footer,
.chile-top-bar,
.chile-footer,
.colombia-top-bar,
.colombia-footer,
.costa-rica-top-bar,
.costa-rica-footer,
.mexico-top-bar,
.mexico-footer,
.paraguay-top-bar,
.paraguay-footer,
.peru-top-bar,
.peru-footer {
  display: none;
}

.united-arab-emirates-top-bar,
.united-arab-emirates-footer,
.iraq-top-bar,
.iraq-footer,
.saudi-arabia-top-bar,
.saudi-arabia-footer,
.south-africa-top-bar,
.south-africa-footer {
  display: none;
}

.new-zealand-top-bar,
.new-zealand-footer,
.thailand-top-bar,
.thailand-footer,
.china-top-bar,
.china-footer,
.india-top-bar,
.india-footer,
.australia-top-bar,
.australia-footer,
.vietnam-top-bar,
.vietnam-footer,
.indonesia-top-bar,
.indonesia-footer,
.malaysia-top-bar,
.malaysia-footer,
.philippines-top-bar,
.philippines-footer,
.japan-top-bar,
.japan-footer,
.south-korea-top-bar,
.south-korea-footer,
.singapore-top-bar,
.singapore-footer {
  display: none;
}

/* canada */

body.location-canada .global-top-bar,
body.location-canada .global-footer {
  display: none !important;
}

body.location-canada .canada-top-bar,
body.location-canada .canada-footer {
  display: block !important;
}

/* belgium */

body.location-belgium .global-top-bar,
body.location-belgium .global-footer {
  display: none !important;
}

body.location-belgium .belgium-top-bar,
body.location-belgium .belgium-footer {
  display: block !important;
}

/* france */

body.location-france .global-top-bar,
body.location-france .global-footer {
  display: none !important;
}

body.location-france .france-top-bar,
body.location-france .france-footer {
  display: block !important;
}

/* germany */

body.location-germany .global-top-bar,
body.location-germany .global-footer {
  display: none !important;
}

body.location-germany .germany-top-bar,
body.location-germany .germany-footer {
  display: block !important;
}

/* netherlands */

body.location-netherlands .global-top-bar,
body.location-netherlands .global-footer {
  display: none !important;
}

body.location-netherlands .netherlands-top-bar,
body.location-netherlands .netherlands-footer {
  display: block !important;
}

/* poland */

body.location-poland .global-top-bar,
body.location-poland .global-footer {
  display: none !important;
}

body.location-poland .poland-top-bar,
body.location-poland .poland-footer {
  display: block !important;
}

/* romania */

body.location-romania .global-top-bar,
body.location-romania .global-footer {
  display: none !important;
}

body.location-romania .romania-top-bar,
body.location-romania .romania-footer {
  display: block !important;
}

/* spain */

body.location-spain .global-top-bar,
body.location-spain .global-footer {
  display: none !important;
}

body.location-spain .spain-top-bar,
body.location-spain .spain-footer {
  display: block !important;
}

/* sweden */

body.location-sweden .global-top-bar,
body.location-sweden .global-footer {
  display: none !important;
}

body.location-sweden .sweden-top-bar,
body.location-sweden .sweden-footer {
  display: block !important;
}

/* switzerland */

body.location-switzerland .global-top-bar,
body.location-switzerland .global-footer {
  display: none !important;
}

body.location-switzerland .switzerland-top-bar,
body.location-switzerland .switzerland-footer {
  display: block !important;
}

/* united kingdom */

body.location-united-kingdom .global-top-bar,
body.location-united-kingdom .global-footer {
  display: none !important;
}

body.location-united-kingdom .united-kingdom-top-bar,
body.location-united-kingdom .united-kingdom-footer {
  display: block !important;
}

/* brazil */

body.location-brazil .global-top-bar,
body.location-brazil .global-footer {
  display: none !important;
}

body.location-brazil .brazil-top-bar,
body.location-brazil .brazil-footer {
  display: block !important;
}

/* chile */

body.location-chile .global-top-bar,
body.location-chile .global-footer {
  display: none !important;
}

body.location-chile .chile-top-bar,
body.location-chile .chile-footer {
  display: block !important;
}

/* colombia */

body.location-colombia .global-top-bar,
body.location-colombia .global-footer {
  display: none !important;
}

body.location-colombia .colombia-top-bar,
body.location-colombia .colombia-footer {
  display: block !important;
}

/* costa rica */

body.location-costa-rica .global-top-bar,
body.location-costa-rica .global-footer {
  display: none !important;
}

body.location-costa-rica .costa-rica-top-bar,
body.location-costa-rica .costa-rica-footer {
  display: block !important;
}

/* mexico */

body.location-mexico .global-top-bar,
body.location-mexico .global-footer {
  display: none !important;
}

body.location-mexico .mexico-top-bar,
body.location-mexico .mexico-footer {
  display: block !important;
}

/* paraguay */

body.location-paraguay .global-top-bar,
body.location-paraguay .global-footer {
  display: none !important;
}

body.location-paraguay .paraguay-top-bar,
body.location-paraguay .paraguay-footer {
  display: block !important;
}

/* peru */

body.location-peru .global-top-bar,
body.location-peru .global-footer {
  display: none !important;
}

body.location-peru .peru-top-bar,
body.location-peru .peru-footer {
  display: block !important;
}

/* united arab emirates */

body.location-united-arab-emirates .global-top-bar,
body.location-united-arab-emirates .global-footer {
  display: none !important;
}

body.location-united-arab-emirates .united-arab-emirates-top-bar,
body.location-united-arab-emirates .united-arab-emirates-footer {
  display: block !important;
}

body.location-united-arab-emirates p,
body.location-united-arab-emirates h1,
body.location-united-arab-emirates h2,
body.location-united-arab-emirates h3,
body.location-united-arab-emirates h4,
body.location-united-arab-emirates h5,
body.location-united-arab-emirates h6,
body.location-united-arab-emirates #primary-menu.menu,
body.location-united-arab-emirates .top-bar-link {
  font-family: "Noto Sans Arabic";
}

/* iraq */

body.location-iraq .global-top-bar,
body.location-iraq .global-footer {
  display: none !important;
}

body.location-iraq .iraq-top-bar,
body.location-iraq .iraq-footer {
  display: block !important;
}

body.location-iraq p,
body.location-iraq h1,
body.location-iraq h2,
body.location-iraq h3,
body.location-iraq h4,
body.location-iraq h5,
body.location-iraq h6,
body.location-iraq #primary-menu.menu,
body.location-iraq .top-bar-link {
  font-family: "Noto Sans Arabic";
}

/* saudi arabia */

body.location-saudi-arabia .global-top-bar,
body.location-saudi-arabia .global-footer {
  display: none !important;
}

body.location-saudi-arabia .saudi-arabia-top-bar,
body.location-saudi-arabia .saudi-arabia-footer {
  display: block !important;
}

body.location-saudi-arabia p,
body.location-saudi-arabia h1,
body.location-saudi-arabia h2,
body.location-saudi-arabia h3,
body.location-saudi-arabia h4,
body.location-saudi-arabia h5,
body.location-saudi-arabia h6,
body.location-saudi-arabia #primary-menu.menu,
body.location-saudi-arabia .top-bar-link {
  font-family: "Noto Sans Arabic";
}

/* south africa */

body.location-south-africa .global-top-bar,
body.location-south-africa .global-footer {
  display: none !important;
}

body.location-south-africa .south-africa-top-bar,
body.location-south-africa .south-africa-footer {
  display: block !important;
}

/* new zealand */

body.location-new-zealand .global-top-bar,
body.location-new-zealand .global-footer {
  display: none !important;
}

body.location-new-zealand .new-zealand-top-bar,
body.location-new-zealand .new-zealand-footer {
  display: block !important;
}

/* thailand */

body.location-thailand .global-top-bar,
body.location-thailand .global-footer {
  display: none !important;
}

body.location-thailand .thailand-top-bar,
body.location-thailand .thailand-footer {
  display: block !important;
}

body.location-thailand p,
body.location-thailand h1,
body.location-thailand h2,
body.location-thailand h3,
body.location-thailand h4,
body.location-thailand h5,
body.location-thailand h6,
body.location-thailand #primary-menu.menu,
body.location-thailand .top-bar-link {
  font-family: "Noto Sans Thai";
}

/* china */

body.location-china .global-top-bar,
body.location-china .global-footer {
  display: none !important;
}

body.location-china .china-top-bar,
body.location-china .china-footer {
  display: block !important;
}

body.location-china p,
body.location-china h1,
body.location-china h2,
body.location-china h3,
body.location-china h4,
body.location-china h5,
body.location-china h6,
body.location-china #primary-menu.menu,
body.location-china .top-bar-link {
  font-family: "Noto Sans SC";
}

/* india */

body.location-india .global-top-bar,
body.location-india .global-footer {
  display: none !important;
}

body.location-india .india-top-bar,
body.location-india .india-footer {
  display: block !important;
}

body.location-india p,
body.location-india h1,
body.location-india h2,
body.location-india h3,
body.location-india h4,
body.location-india h5,
body.location-india h6,
body.location-india #primary-menu.menu,
body.location-india .top-bar-link {
  font-family: "Noto Sans Devanagari";
}

/* australia */

body.location-australia .global-top-bar,
body.location-australia .global-footer {
  display: none !important;
}

body.location-australia .australia-top-bar,
body.location-australia .australia-footer {
  display: block !important;
}

/* viet nam */

body.location-vietnam .global-top-bar,
body.location-vietnam .global-footer {
  display: none !important;
}

body.location-vietnam .vietnam-top-bar,
body.location-vietnam .vietnam-footer {
  display: block !important;
}

/* indonesia */

body.location-indonesia .global-top-bar,
body.location-indonesia .global-footer {
  display: none !important;
}

body.location-indonesia .indonesia-top-bar,
body.location-indonesia .indonesia-footer {
  display: block !important;
}

/* malaysia */

body.location-malaysia .global-top-bar,
body.location-malaysia .global-footer {
  display: none !important;
}

body.location-malaysia .malaysia-top-bar,
body.location-malaysia .malaysia-footer {
  display: block !important;
}

/* philippines */

body.location-philippines .global-top-bar,
body.location-philippines .global-footer {
  display: none !important;
}

body.location-philippines .philippines-top-bar,
body.location-philippines .philippines-footer {
  display: block !important;
}

/* japan */

body.location-japan .global-top-bar,
body.location-japan .global-footer {
  display: none !important;
}

body.location-japan .japan-top-bar,
body.location-japan .japan-footer {
  display: block !important;
}

body.location-japan p,
body.location-japan h1,
body.location-japan h2,
body.location-japan h3,
body.location-japan h4,
body.location-japan h5,
body.location-japan h6,
body.location-japan #primary-menu.menu,
body.location-japan .top-bar-link {
  font-family: "Noto Sans JP";
}

/* south korea */

body.location-south-korea .global-top-bar,
body.location-south-korea .global-footer {
  display: none !important;
}

body.location-south-korea .south-korea-top-bar,
body.location-south-korea .south-korea-footer {
  display: block !important;
}

body.location-south-korea p,
body.location-south-korea h1,
body.location-south-korea h2,
body.location-south-korea h3,
body.location-south-korea h4,
body.location-south-korea h5,
body.location-south-korea h6,
body.location-south-korea #primary-menu.menu,
body.location-south-korea .top-bar-link {
  font-family: "Noto Sans KR";
}

/* singapore */

body.location-singapore .global-top-bar,
body.location-singapore .global-footer {
  display: none !important;
}

body.location-singapore .singapore-top-bar,
body.location-singapore .singapore-footer {
  display: block !important;
}

/* recaptcha */

.grecaptcha-badge {
  visibility: hidden;
}