/* RIO */
.masthead-sentinel {
  height: 0px !important;
  margin-top: -65px;
}

.hero-image-container {
  padding: 200px 50px 50px 50px !important;
}

@media screen and (max-width: 650px) {
		.hero-image-container {
  padding: 200px 30px 30px 30px !important;
}
}
		

/* colors 
dark-blue: #054163
light-blue: #0099d8
*/

.dark-blue {
  color: #054163 !important;
}

.light-blue {
  color: #0099d8 !important;
}

/* 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;
}

@media screen and (max-width: 650px) {
  .top-bar-link {
    font-size: 12px;
  }
}

/* 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: 35px;
  }
}

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;
}

ol {
  font-size: 13px;
  margin-left: 24px;
  font-weight: 400;
}

ol[type="a"] {
  font-size: 13px;
  font-weight: 400;
  list-style-type: lower-alpha;
  margin-left: 24px;
}

/* buttons / links */

.blue-to-white-link {
  color: #0099d8;
  transition: 0.5s;
}

.blue-to-white-link:hover {
  color: #ffffff;
  transition: 0.5s;
}

.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;
  line-height: 3;
  transition: 0.5s;
}

.blue-to-gray-button:hover {
  background-color: #cccccc !important;
  color: #0099d8 !important;
  transition: 0.5s;
}

.blue-to-gray-block-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: 1.5;
  transition: 0.5s;
  display: block;
  text-align: center;
}

.blue-to-gray-block-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;
  line-height: 3;
  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);
}

.white-frosting {
  background: rgba(255, 255, 255, 0.75);
  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-weight: 600;
  line-height: 1.2;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title {
  font-size: 14px !important;
  line-height: 1.5;
}

.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;
  font-family: 'Outfit' !important;
  direction: ltr;
}

.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;
}

body.location-saudi-arabia .solutions-describer,
body.location-iraq .solutions-describer {
  direction: rtl;
}

/* 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,
.customer-challenge-frosted {
  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;
}

.customer-challenge-frosted {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  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;
}

/* 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 ul,
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 .top-bar-link {
  font-family: "Noto Sans Arabic";
  line-height: 1.5;
  direction: rtl;
}

body.location-iraq #primary-menu.menu {
  font-family: "Noto Sans Arabic";
  line-height: 1.5;
  direction: ltr;
}

body.location-iraq ul {
  margin-right: 24px;
}

/* 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 ul,
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 .top-bar-link {
  font-family: "Noto Sans Arabic";
  line-height: 1.5;
  direction: rtl;
}

body.location-saudi-arabia #primary-menu.menu {
  font-family: "Noto Sans Arabic";
  line-height: 1.5;
  direction: ltr;
}

body.location-saudi-arabia ul {
  margin-right: 24px;
}

/* 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";
  line-height: 1.3;
}

/* 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";
  line-height: 1.3;
} */

/* 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;
}

body.location-vietnam p,
body.location-vietnam h1,
body.location-vietnam h2,
body.location-vietnam h3,
body.location-vietnam h4,
body.location-vietnam h5,
body.location-vietnam h6,
body.location-vietnam #primary-menu.menu,
body.location-vietnam .top-bar-link {
  font-family: "Noto Sans Tai Viet";
  line-height: 1.2;
}

/* 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;
}

/* Counter */

.e3-counter-wrap {
  width: 100%;
}

.e3-counter {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* COLORS */

/* background gradients */

.convergint-gradient-light-mode {
  background: linear-gradient(90deg,rgba(221, 231, 239, 1) 0%, rgba(240, 240, 240, 1) 100%);
}

.convergint-gradient-dark-mode {
  background: linear-gradient(45deg,rgba(0, 0, 0, 1) 0%, rgba(21, 62, 94, 1) 50%, rgba(60, 147, 206, 1) 100%);
}

/* svg & png colorizers */

.white-svg-colorizer {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(195deg) brightness(107%) contrast(101%);
}

.white-png-colorizer {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7434%) hue-rotate(46deg) brightness(116%) contrast(90%);
}

/* legal */

.page-id-388 #masthead.site-header.layout-default.sticky-menu,
.page-id-384 #masthead.site-header.layout-default.sticky-menu,
.page-id-19105 #masthead.site-header.layout-default.sticky-menu,
.page-id-19106 #masthead.site-header.layout-default.sticky-menu,
.page-id-19107 #masthead.site-header.layout-default.sticky-menu,
.page-id-19108 #masthead.site-header.layout-default.sticky-menu,
.page-id-19109 #masthead.site-header.layout-default.sticky-menu,
.page-id-19110 #masthead.site-header.layout-default.sticky-menu,
.page-id-20606 #masthead.site-header.layout-default.sticky-menu,
.page-id-1864 #masthead.site-header.layout-default.sticky-menu,
.page-id-20604 #masthead.site-header.layout-default.sticky-menu,
.page-id-19111 #masthead.site-header.layout-default.sticky-menu {
  display: none !important;
}

.page-id-384 #topbar,
.page-id-19105 #topbar,
.page-id-19106 #topbar,
.page-id-19107 #topbar,
.page-id-19108 #topbar,
.page-id-19109 #topbar,
.page-id-19110 #topbar,
.page-id-388 #topbar,
.page-id-20606 #topbar,
.page-id-1864 #topbar,
.page-id-20604 #topbar,
.page-id-19111 #topbar {
  display: none;
}

.page-id-384 #colophon,
.page-id-19105 #colophon,
.page-id-19106 #colophon,
.page-id-19107 #colophon,
.page-id-19108 #colophon,
.page-id-19109 #colophon,
.page-id-19110 #colophon,
.page-id-388 #colophon,
.page-id-20606 #colophon,
.page-id-1864 #colophon,
.page-id-20604 #colophon,
.page-id-19111 #colophon {
  display: none;
}

/* HTML5 ANIMATE */

.animate-embed {
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* adjust if needed */
  margin: 0 auto;
  /* center horizontally */
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.animate-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.animate-embed iframe {
  background: transparent;
}

@media (max-width: 768px) {
  .animate-embed {
    max-width: 100%;
    aspect-ratio: 4 / 4;
  }

  .animate-embed iframe {
    transform: scale(1.45) translateX(-10%) translateY(12%);
    transform-origin: center;
  }
}

/* RANDOM */

.sow-carousel-item-title {
  display: none;
}

/* recaptcha */

.grecaptcha-badge {
  visibility: hidden;
}

.lsow-piechart .lsow-percentage span {
  margin-top: 28px;
  font-size: 80px;
}

/* Motorola Landing Page 0226 */

/* === Equal-height slides (works for most “carousel” sliders) === */

#motorola-case-study-slider .slick-track,
#motorola-case-study-slider .swiper-wrapper,
#motorola-case-study-slider .splide__list,
#motorola-case-study-slider .owl-stage {
  display: flex !important;
  align-items: stretch !important;
}

#motorola-case-study-slider .slick-slide,
#motorola-case-study-slider .swiper-slide,
#motorola-case-study-slider .splide__slide,
#motorola-case-study-slider .owl-item {
  height: auto !important;
  display: flex !important;
}

/* Ensure the slide’s immediate inner wrapper stretches */

#motorola-case-study-slider .slick-slide > div,
#motorola-case-study-slider .owl-item > div,
#motorola-case-study-slider .swiper-slide > div,
#motorola-case-study-slider .splide__slide > div {
  display: flex !important;
  flex: 1 1 auto !important;
}

/* Make the SiteOrigin row(s) inside each slide fill the height */

#motorola-case-study-slider .panel-grid,
#motorola-case-study-slider .panel-row-style {
  height: 100% !important;
}

/* ===============================
   Motorola Case Study Buttons
   =============================== */

/* Container */

.slider-nav-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 14px 0;
  padding: 0;
}

/* Buttons */

.slider-nav-buttons .slider-tab {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 !important;
  /* remove theme spacing */
  padding: 10px 20px;
  text-decoration: none;
  background-color: #0099d8 !important;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.5s;
}

/* Hover */

.slider-nav-buttons .slider-tab:hover {
  background-color: #cccccc !important;
  color: #0099d8 !important;
}

/* Active */

.slider-nav-buttons .slider-tab.active {
  background-color: #cccccc !important;
  color: #0099d8 !important;
}

/* ===============================
   Mobile: 2 per row, 5px gaps
   =============================== */

@media (max-width:768px) {
  .slider-nav-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .slider-nav-buttons .slider-tab {
    width: 100%;
    text-align: center;
  }
}

/* ===== Hot Spot Tool Tip Module ===== */

.cvg-hotspot-wrap {
  position: relative !important;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

/* Aspect ratio spacer: 1047 / 1920 * 100 = 54.53125% */

.cvg-ar-1920x1047 .cvg-ar-spacer {
  display: block;
  width: 100%;
  padding-top: 54.53125%;
}

/* Image fills the canvas, no squish */

.cvg-hotspot-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

/* Hotspot button */

.cvg-hotspot {
  position: absolute !important;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 5;
}

/* Theme hover junk kill */

.cvg-hotspot:hover,
.cvg-hotspot:focus,
.cvg-hotspot:active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Active above neighbors */

.cvg-hotspot:hover,
.cvg-hotspot:focus,
.cvg-hotspot:focus-visible {
  z-index: 50;
}

/* Pulse ring */

.cvg-hotspot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 999px;
  border: 3px solid #0099d8;
  opacity: 0.9;
  animation: cvgPulse 1.9s ease-out infinite;
  z-index: 0;
}

@keyframes cvgPulse {
  0% {
    transform: scale(0.55);
    opacity: 0.9;
  }

  60% {
    transform: scale(1.35);
    opacity: 0.35;
  }

  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

/* White circle */

.cvg-hotspot-dot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  font-size: 0;
  line-height: 0;
  z-index: 1;
}

/* Plus */

.cvg-hotspot-dot:before,
.cvg-hotspot-dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #0099d8;
}

.cvg-hotspot-dot:before {
  width: 30px;
  height: 8px;
  margin-left: -15px;
  margin-top: -4px;
}

.cvg-hotspot-dot:after {
  width: 8px;
  height: 30px;
  margin-left: -4px;
  margin-top: -15px;
}

/* Tooltip wrapper (FADE ONLY) */

.cvg-tip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: -2px;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
  /* fade */
  transition: opacity 0.25s ease;
}

/* Show tooltip */

.cvg-hotspot:hover .cvg-tip,
.cvg-hotspot:focus .cvg-tip,
.cvg-hotspot:focus-visible .cvg-tip {
  opacity: 1;
  pointer-events: auto;
}

/* Tooltip box (LOCKED width = stable while resizing) */

.cvg-tip-inner {
  display: block;
  width: 320px;
  max-width: 320px;
  box-sizing: border-box;
  background: #fff;
  color: #111;
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(0,0,0,0.2);
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  z-index: 70;
}

.cvg-tip-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 6px 0;
  text-transform: none;
  color: #0099d8;
}

.cvg-tip-body {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  text-transform: none;
}

/* Edge pinning */

.cvg-tip-pin-left .cvg-tip {
  left: 0;
  transform: none;
}

.cvg-tip-pin-right .cvg-tip {
  left: auto;
  right: 0;
  transform: none;
}

/* Mobile sizing */

@media (max-width: 768px) {
  .cvg-hotspot {
    width: 36px;
    height: 36px;
  }

  .cvg-hotspot:before {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
  }

  .cvg-hotspot-dot:before {
    width: 20px;
    height: 7px;
    margin-left: -10px;
    margin-top: -3.5px;
  }

  .cvg-hotspot-dot:after {
    width: 7px;
    height: 20px;
    margin-left: -3.5px;
    margin-top: -10px;
  }

  .cvg-tip-inner {
    width: 280px;
    max-width: 280px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.35;
  }

  .cvg-tip-title {
    font-size: 14px;
  }

  .cvg-tip-body {
    font-size: 13px;
  }
}

/* Slider Nav */

.slider-nav-buttons {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}

.slider-tab {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #0099d8 !important;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.5s;
}

.slider-tab:hover {
  background-color: #cccccc !important;
  color: #0099d8 !important;
  transition: 0.5s;
}

.slider-tab.active {
  background-color: #cccccc !important;
  color: #0099d8 !important;
}

.slider-nav-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

@media (max-width: 768px) {
  .slider-nav-buttons {
    flex-direction: column;
    align-items: stretch;
    /* makes buttons full width */
  }

  .slider-nav-buttons .slider-tab {
    display: block;
    width: 100%;
    text-align: center;
    /* optional */
  }
}

/* Pardot */

form.form p.email-pref,
form.form p.no-label {
  margin: -30px 0px -20px 10px;
  padding: 0px;
  font-size: 10px;
}

form.form p.errors {
  display: none;
}

form.form p {
  margin: 30px 0;
  color: #000000;
}

form.form p label {
  width: 30%;
  color: #054163;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Outfit', sans-serif !important;
  margin-bottom: 10px;
}

form.form input.text {
  width: 50%;
  padding: 5px 0px 5px 10px;
  border: 1px solid #d5d5d5;
  color: #000000;
}

form.form select {
  width: 61%;
  height: 80px;
  border: 1px solid #d5d5d5;
  color: #000000;
}

form.form select option {
  margin: 0;
}

form.form select[multiple] {
  height: auto;
  overflow-y: auto;
  padding: 20px;
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Outfit', sans-serif !important;
  color: #054163;
}

form.form p.required label,
form.form span.required label {
  background: url(/lose-it/) no-repeat top right;
}

form.form p.required label::before,
form.form span.required label::before {
  content: "* ";
}

@media screen and (max-width: 1080px) {
  form.form p.required label,
  form.form span.required label {
    background-position: left;
    padding: 0 0 0 0px;
  }

  form.form p label {
    width: 100%;
    text-align: left;
  }

  form.form input.text {
    width: 98.5%;
    height: 25px;
  }

  form.form select {
    width: 100%;
    height: 30px;
  }
}

form.form p.submit {
  margin: 20px auto 20px 0px;
}

form.form p.submit input {
  border: none;
  font-family: 'Outfit', sans-serif !important;
  background-color: #0099d8 !important;
  padding: 0px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 3;
  transition: 0.5s;
  display: inline-block;
}

form.form p.submit input:hover {
  background-color: #cccccc !important;
  color: #0099d8 !important;
  transition: 0.5s;
}

/* End Pardot */