/* Backgrounds */


html, body {
  display: flex;
}

html {
  height: auto!important;
}

body {
  flex-direction: column;
  flex: 1 1;
  position: static !important;
  min-height: 100vh !important;
  top: auto !important;
  background-image:
    radial-gradient(75% 70rem at 50% 0%, #fff 0%, rgba(255, 255, 255, 0.00) 96%),
    linear-gradient(-180deg, #F5F5F7 0%, #CDCDCF 100%);
  overflow-x: hidden;
}

body.landing-simple { background: white; }
body.media-room { background: white; }

.no-scroll {
  overflow-y: hidden;
  position: fixed;
  top: 0; left: 0; right: 0;
}

.post-password-form { padding: 3rem 2rem; }

main {
  flex: 1 1 auto;
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}

/* Multi-language Helper Classes */
[lang="ko"] [class*="lang_"]:not(.lang_ko),
[lang="en"] [class*="lang_"]:not(.lang_en),
[lang="zh-hans"] [class*="lang_"]:not(.lang_zh-hans) {
  display: none;
}

.bg--purple,
.card.bg--purple {
  background-color: #41007F
}

.bg--web-blue,
.card.bg--web-blue {
  background-color: #007BC6
}




.bg--blue {
  background-color: #00A7E1;
  color: white;
  padding: 20px;
  border: 1px solid #979797;
  border-top: 0;
}

.bg--blue h1 {
  color: white;
  font-size: 4rem;
  line-height: 1.25;
}

.nano-landing .bg--blue h1 {
  font-size: 3.5rem;
}

header.simple {
  background: url('/images/2019/zeta-landing-banner.jpg');
  min-height: 250px;
  position: relative;
}

.zeta-landing .bg--white,
.indenter-landing .bg--white {
  padding: 20px;
  background-color: white;
}

.form.alt:after,
header.simple:after {
  content: 'Submit your info today for a demo!';
  background: #FF6400;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -90px;
  right: -30px;
  color: white;
  text-align: center;
  padding: 2.4rem;
  font-size: 2.4rem;
  z-index: 1;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.zeta-landing .form,
.indenter-landing .form {
  background: white;
  padding: 40px 20px 20px;
  position: relative;
  margin: 40px -21px -40px;
  min-width: calc(100% + 42px);
}

.swiper-pagination { margin-bottom: 40px !important; }

.zeta-landing-product-image,
.indenter-landing-product-image {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  display: block;
  pointer-events: none;
}

header.alt {
  background: linear-gradient(#007BC6, #071495);
  color: white;
}
header.alt p { text-shadow: 0 2px 8px black; position: absolute; bottom: 0; left: 20px; right: 17px; font-weight: bold; font-size: 1.8rem; }

.indenter-landing .main-header .logo { display: none; }

.indenter-landing header.alt p  {
  left: 0; right: 0; margin: 0;
  padding: 1rem 17px 1rem 20px;
  background-color: #400468;
  font-family: 'OpenSans', sans-serif;
  font-weight: normal;
  text-shadow: none !important;
}
[lang="ko"] .indenter-landing header.alt p  {
  font-family: 'NotoSans', sans-serif;
}
.indenter-landing header.alt .lt p { background-color: #400468; }
.indenter-landing header.alt .rt p { background-color: #590a84; }
header.alt div { width: 50%; height: 250px; background-size: cover; background-position: center; }
header.alt div:first-child { background-image: url('/images/2019/zeta-graphene.jpg') }
header.alt div:last-child { background-image: url('/images/2019/zeta-step-height.png') }
header.alt div.alt:first-child { background-image: url('/images/2019/zeta-true-color.jpg') }
header.alt div.alt:last-child { background-image: url('/images/2019/zeta-zdot.png') }
.indenter-landing header.alt div.alt:first-child { background-image: url('/images/2020/indenter-landing/indentation-array.jpg'); }
.indenter-landing header.alt div.alt:last-child { background-image: url('/images/2020/indenter-landing/hardness-map.jpg'); }
.nano-landing header.alt div.alt:first-child { background-image: url('/images/2019/KLA_Image_Nanoindenter_0419.jpg'); background-position: right center; }
.nano-landing header.alt div.alt:last-child { background-image: url('/images/2019/nanoblitz-map.jpg'); background-position: right bottom;}
header.alt:after { display: none; }

.nano-landing header.alt div.alt:last-child:before { content: ''; background: rgba(0,0,0,0.2); position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.form.alt:after {
  bottom: auto;
  top: -100px;
}

.indenter-landing .form:before,
.indenter-landing .form:after {
  background: #41007F !important;
  font-family: 'OpenSans-Light', sans-serif;
  padding-top: 3.4rem;
}

[lang="ko"] .indenter-landing .form:before,
[lang="ko"] .indenter-landing .form:after {
  font-family: 'NotoSans', sans-serif;
}

.grecaptcha-badge {
  z-index: 2;
}





.bg--norepeat { background-repeat: no-repeat; }

.bg--cover { background-size: cover; }
.bg--contain { background-size: contain; }

.bg--top { background-position: top; }
.bg--right { background-position: right; }
.bg--bottom { background-position: bottom; }
.bg--left { background-position: left; }
.bg--center { background-position: center; }

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

/* Inner Container */

.inner { position: relative; }
.inner--footer { padding: 2rem }

hr,
.hr {
  margin: 2rem 0;
  border: 0;
  height: 1px;
  background-color: #DBDBDC;
}

/* Typography */

.external-light:after {
  content: url("../images/icons/external-light.svg");
  width: 1.3rem;
  height: 1.2rem;
  position: relative;
  top: 0.15em;
}

.external-dark-a:after {
  content: url("../images/icons/external-blue.svg");
  width: 1.3rem;
  height: 1.2rem;
  left: 10px;
  position: relative;
}

.external-dark-a:hover:after {
  content: url("../images/icons/external-blue-h.svg");
}

.text-block { margin-bottom: 2rem; }

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5,
a:focus h1, a:focus h2, a:focus h3, a:focus h4, a:focus h5 {
  color: #02588D;
}

a:hover img,
a:hover .img-wrapper {
  opacity: 0.85;
}

/* banner */

.hero.card > .flex {
  height: 100%;
}

.w-100 {
  width: 100%;
}

/* Cards */

.card {
  background: white;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

.home-swiper.card { padding: 2rem; margin-bottom: 2rem; }

.card.col { margin-top: 0 }

.shadow { box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); }
.shadow_alt { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); }

.card .edge-image {
  max-width: calc(100% + 4rem);
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}

.car-tablet-center {
  padding: 20px;
}

.edge-image.last-image_mobile { margin-bottom: -2.5rem; }

.card--bottom-link { margin-top: auto }


/* Home Page Slider Images */
.home-slider-img_div, .home-slider-lady_shaking_hands {
  width: 100%;
}

.home-slider-img_div img {
  width: auto;
  height: calc(100px + 40vw);
  margin: 0 auto 2rem auto;
  display: block;
}

/* Video container*/

.video__container {
  width: 100%;
  height: 20rem;
}

.swiper-slide {
  opacity: 0;
  transition: opacity 0.3s;
  height: auto;
}

.swiper-slide.swiper-slide-active {
  opacity: 1
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  margin: 0 1rem !important;
  background: #02A5E0 !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 1px white;
}

.swiper-pagination-bullet-active {
  background: #43007E !important;
}


/* Card category styles */
.tech.card { padding: 0; }

.tech.card img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.tech_grid .col {
  margin-bottom: 2rem;
}

.news-detail {
  margin-bottom: 2rem;
}

.news-detail h5 {
  font: 1.4rem/2.0rem 'OpenSans', sans-serif;
  text-transform: uppercase;
}

[lang="ko"] .news-detail h5 {
  font: 1.4rem/2.0rem 'NotoSans', sans-serif;
}

.panel-details {
  width: 61%;
  margin-right: auto;
  height: 100%;
  display: flex;
  flex-flow: column;
}

[lang="ko"] .panel-details { width: 58%; }

.panel-details h2 {
  white-space: nowrap;
}

.panel-details div:last-child {
  white-space: nowrap;
  margin-top: auto;
}

.panel-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
  width: 100px;
}


.panel-img.centered {
  top: 50%;
  transform: translateY(-50%);
}

.panel-img img {
  height: 100%;
  width: auto;
  margin-left: auto;
  vertical-align: middle;
  max-width: none;
}

/* company panel on home page */

#company_panel {
  display: flex;
  flex-direction: column-reverse
}

#company_panel .company_panel_img img {
  display: block;
  height: 100%;
}

#company_panel .name {
  margin-bottom: 0;
  font-weight: 700;
}

/* icon wrapper stuff */

.icon_wrapper {
  text-align: center;
  padding: 0 5rem;
}

.icon_container {
  margin: 0 auto;
  border-bottom: 5px solid rgba(151, 151, 151, .2);
  position: relative;
  padding-bottom: 12rem;
}

.icon_container img {
  margin-bottom: -0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: 100%;
}

.icon_details {
  margin-top: 1.5rem;
}

.icon_details h1 {
  font-size: 6rem;
  font-weight: 700;
  margin-top:2rem;
}

.deep_science .icon_details {
  text-align: left;
}

.deep_science .icon_wrapper:first-of-type { margin-top: 10px; }

.deep_science .icon_details h3 {
  margin-top: 1rem;
}

.icon_details h1,
.icon_details h4 { color: white; }
.icon_details h4 { margin-bottom: 0; font-family: 'OpenSans', sans-serif; }
.icon_details h1 {font-family: 'OpenSans-SemiBold', sans-serif; margin-top: 1rem;}

[lang="ko"] .icon_details h4 { margin-bottom: 0; font-family: 'NotoSans', sans-serif; }
[lang="ko"] .icon_details h1 {font-family: 'NotoSans-Bold', sans-serif; margin-top: 1rem;}


/* Card image stuffs */

.title-image~.col { margin-bottom: 2rem; }

a.icon-link {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
}

.icon-link svg {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
}

.mr-2 { margin-right: 2rem; }

.links { margin-top: auto; }

.links a {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}

/* panels stuff */
.panels .card {
  min-height: 356px;
}

/* Contact scroll */

.columns-wrapper { padding: 0 !important; }
.contact-nav input { display: none; }
.contact-nav label { font-size: 17px; }

.contact-nav {
  background: #41007F;
  width: 100%;
  min-width: 100%;
  color: #fff;
  padding: 20px;
  position: relative;
  font-family: 'OpenSans-Light', sans-serif;
}

.contact-submenu a {
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: block;
}

.contact-submenu a:visited,
.contact-submenu a:visited:hover { color: #fff; }

/* Full Width Banner */

/* .bg--split { background: linear-gradient(to right, #41007F 50%, #007BC6 50%);} */

.bg--gradient {
  background-image: linear-gradient(-90deg, #007BC6 0%, #41007F 100%);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.bg--gradient-purple {
  background-image: linear-gradient(-90deg,  #AA1DD5 0%, #41007F 100%);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.full-width-bg {
  overflow: hidden;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
.full-width-img {
  background-size: cover;
  max-width: 100%;
}

.talent.full-width-img{
  background-image: url("/images/2018/day1/talent_banner_desktop.png");
}

.orbotech.full-width-img {
  background-image: url("/images/2018/day1/orbotech_banner_desktop.png");
}

.automotive-home.full-width-img {
  background-image: url("/images/2018/day1/automotive-landing_page_banner.jpg");
  background-position: top 65% right 0;
}


[lang="en"] .automotive-home.full-width-img {
  background-image: url("/images/2021/michigan/ann-arbor-cta-banner.jpeg");
  background-position: top 50% left 0;
}

.full-width-content {
padding: 2rem;
}

.full-width-img {
min-height: 250px;
}

.automotive.full-width-img {
  background-image: url("/images/automotive/i-pat.png");
}

.toolmonitor2018.full-width-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #fff;
  background-image: url("/images/2018/day1/toolmonitor-banner-mobile.png");
}

/* Product/"Ratio" Images */

.img-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 20rem;
}

.img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  /* min-width: 450px; */
}

.img--product img {
  max-width: 90%;
  max-height: 90%;
  min-width: auto;
}

.img-wrapper .bottom {
  transform: none;
  min-width: 0;
  left: 0;
  top: auto;
}

.img-wrapper img.reset {
  width: auto;
  min-width: 0;
  max-height: 100%;
  max-width: 100%;
}



/* Profilers/Nanomechanical Testers Desktop Desktop Gallery */
.gallery-items {
    display: none;
    flex-flow: row nowrap;
    align-items: flex-start;
    max-height: 8rem;
    margin-bottom: 4rem;
}

.gallery-items>*:not(:last-child) {
    margin-right: 1rem;
}

.gallery-items>* {
    width: calc(100% - (4 * 1rem) / 5);
    max-width: calc(20% - 0.8rem);
    margin-top: .5rem;
}

.gallery-items img {
    pointer-events: none;
}

.gallery-items .active {
    border: 1px solid #AA1DD5;
    opacity: 0.5;
}

.gallery-items .img-wrapper {
    padding-bottom: 0;
    height: 6vw;
    max-height: 78px;
}

.gallery-items .img-wrapper:hover {
    opacity: 0.75;
    cursor: pointer;
}

/* Profile Images */

#profile_mobile h3 {
  margin-bottom: 2rem;
}

.profile_pic {
  width: 100%;
  height: 100vw;
  padding: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.profile_swiper-container {
  position: relative;
}

#rick_wallace {
  background-image: url('/wp-content/themes/kla-wp/assets/images/rick_company.jpg');
}

#bren_higgins {
  background-image: url('/wp-content/themes/kla-wp/assets/images/bren_company.png');
}

#ben_tsai {
  background-image: url('/wp-content/themes/kla-wp/assets/images/ben_company.jpg')
}

#ahmad_khan {
  background-image: url('/wp-content/themes/kla-wp/assets/images/ahmad_khan.png')
}

#oreste_donzella {
  background-image: url('/wp-content/themes/kla-wp/assets/images/oreste_donzella.png')
}

#bobby_bell {
  background-image: url('/wp-content/themes/kla-wp/assets/images/bobby_bell.png')
}

#john_van_camp {
  background-image: url('/wp-content/themes/kla-wp/assets/images/john_van_camp.png')
}

#teri_little {
  background-image: url('/wp-content/themes/kla-wp/assets/images/teri_little.png')
}

#brian_lorig {
  background-image: url('/wp-content/themes/kla-wp/assets/images/brian_lorig.png')
}

#amichai_steimberg {
  background-image: url('/wp-content/themes/kla-wp/assets/images/amichai_steimberg.png')
}

#brian_trafas {
  background-image: url('/wp-content/themes/kla-wp/assets/images/brian_trafas.png')
}

#marybeth_wilkinson {
  background-image: url('/wp-content/themes/kla-wp/assets/images/marybeth_wilkinson.jpg')
}

.profile_pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.profile.profile_underline,
.profile_1.profile_underline,
.profile_2.profile_underline,
.swiper-slide.profile_underline {
  border-bottom: 4px solid #D395E8;
}

.profile_swiper-container .swiper-slide {
  height: auto;
}

.profile_details {
  position: relative;
}



.profile_details span {
  position: absolute;
  top: 0;
  right: 1rem;
  transform: rotate(90deg);
}

.profile_details .arrow:after, .profile_details .arrow_1:after, .profile_details .arrow_2:after  {
  content: url('../images/icons/arrow-company.svg');
  width: calc(1ch + 13px);
}

.profile_summaries {
  position: relative;
  height: 0;
}

#profile_desktop .profile_summaries.open {
  height: 30rem;
}

#profile_mobile .profile_summaries.open {
  height: 86rem;
}

[lang="zh-hans"] #profile_mobile .profile_summaries.open {
  height: 63rem;
}

.profile_summary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 10px;
  z-index: -1;
}

.profile_summary.active_summary {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}

.indicator-line hr {
  margin: 0 -2rem 2rem -2rem;
}

.swiper-button-disabled {
  opacity: 0 !important;
}


.profile_swiper-container .swiper-button-next,
.profile_swiper-container .swiper-button-prev {
    top: 35% !important;
    width: 20px !important;
    height: 30px !important;
    border: 1px solid rgba(0,123,198,0.2);
    background-size: 20px 20px !important;
}
.profile_swiper-container .swiper-button-prev {
  left: -1.5rem !important;
}
.profile_swiper-container .swiper-button-next {
  right: -1.5rem !important;
}


.arrow.activated_arrow, .arrow_1.activated_arrow, .arrow_2.activated_arrow {
  transform: rotate(270deg);
  transition: transform 0.3s ease-in-out;
}

/* Social Media Share Links */
.social-share-wrapper { position: absolute; align-items: baseline; right: 2rem; bottom: 1.5rem; }
.social-share-wrapper * + * { margin-left: 1.5rem; }
.social-share-wrapper span { cursor: pointer; }
.social-share-wrapper .fa { width: 4rem; height: 4rem; color: #FFF; font-size: 2.4rem; transition: all 0.2s ease; display: inline-flex; align-items: center; justify-content: center; }

.social-follow-list .fa { width: 4rem; height: 4rem; color: #FFF; font-size: 2.4rem; transition: all 0.2s ease; display: inline-flex; align-items: center; justify-content: center; }

/* Social Media Box */
#share-input:checked ~ * .share-links-wrapper {
  max-width: 20rem;
  min-width: 15rem;
  top: 100%;
  z-index: 2;
  padding: 10px 0 10px 10px;
  background-color: #C3C3C3;
}

.share-button-wrapper,.m-share-icon {
  position: relative;
  align-self: flex-start;
}

.share-links-wrapper {
  display: inline-flex;
  position: absolute;
  top: -8px;
  right: 0px;
  transition: 0.2s top ease-in-out;
  min-width: 0;
  max-width: 0;
  overflow: hidden;
}

.share-links-wrapper span {
  transition: 0.3s transform ease-in-out;
  cursor: pointer;
}

.share-links-wrapper span:nth-child(1) {transform: translateX(92px);}
.share-links-wrapper span:nth-child(2) {transform: translateX(47px);}
.share-links-wrapper span:nth-child(3) {transform: translateX(2px);}

.share-links-wrapper span * { pointer-events: none }

#share-input:checked ~ * .share-links-wrapper span {
  transform: translateX(0);
}

.m-share-icon .share-links-wrapper {
  background: rgba(0,0,0,0.15);
  /* border-radius: 0.8rem; */
}

.share-links-wrapper .fa {
  width: 4rem;
  height: 4rem;
  color: #FFF;
  font-size: 2.4rem;
  transition: all 0.2s ease;
  background-color: #DBDBDC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.social-media__icon[data-follow]:hover svg * { fill: #fff; }
[data-follow*="facebook"]:hover i {
  background: #3B5998;
}
[data-follow*="twitter"]:hover i {
  background: #4099FF;
}
[data-follow*="linkedin"]:hover i {
  background: #0077B5;
}
[data-follow*="youtube"]:hover i {
  background: #FF0000;
}

[data-gtm*="facebook"]:hover i {
  background: #3B5998;
}
[data-gtm*="twitter"]:hover i {
  background: #4099FF;
}
[data-gtm*="linkedin"]:hover i {
  background: #0077B5;
}
[data-gtm*="youtube"]:hover i {
  background: #FF0000;
}

/* Video Styles */
.video__container {
  width: 100%;
  height: 28rem;
}

.videoWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: 1;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Product Image Slider */

.product-swiper-pagination {
  position: relative !important;
  transform: translate3d(-50%,0,0) !important;
  left: 50%;
  top: 1rem;
  margin-bottom: -2rem;
}

.gallery-items + .swiper-container { box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); }

.long-img {
  min-height: 100%;
  width: auto;
}

.wide-img {
  height: auto;
  min-width: 100%;
}

/* Search Form Styles */
#searchForm .btn--search {
  margin-bottom: 2rem;
}
.tooltip {
  display: none !important;
}

.sup-short {
  line-height: 1rem;
}

/********************** START CUSTOM IMAGE CSS **********************/

/* Home page images */

.wafer {
  right: 2rem;
}

.two_men_pointing_left {
  height: 60%;
  right: 4rem;
}

.scientist_holding_up_glass_circle {
  height: 70%;
  right: 3.5rem;
}

.drone-img {
  height: 73%;
  right: 13rem;
}

/* Vision Page Images */
#vision_banner {
  width: 82%;
}


/* Company Page Images */
.edge-image.girl_magnifying_glass {
  width: 90%;
  margin-left: 10%;
}

.lady_shaking_hands {
  margin: 0 auto 2rem auto;
  display: block;
  margin-top: -2.1rem;
  margin-left: -3rem;
  height: calc(131px + 40vw);
  width: auto;
  max-width: none;
}

.car_banner {
  width: 100vw;
  height: auto;
  margin-left: -4rem;
}

.men_shaking_hands {
  margin: 0 auto 2rem auto;
  display: block;
  margin-top: -2.1rem;
  height: calc(131px + 40vw);
  width: auto;
}

.team_holding_award {
  margin-left: -5rem;
}

.pwg {
  margin-left: -2rem;
}

/*********************** END CUSTOM IMAGE CSS ***********************/

.metrology-mram-link .flex {
  padding: 2rem;
}

.infographic-note {
  padding-bottom: 1.5rem;
}

.infographic-shift-down {
  margin-top: 2.7rem !important;
}

.tax-forms-state {
  padding: 4px 0;
}

.reliability {
  display: none;
}

.michigan-video {
  position: absolute;
  top: 0;
  left: 0;
  max-height: calc(97vh - 6rem);
}

.download-brochure {
  margin-top: 2rem;
  margin-bottom: 0 !important;
}
.pn-shifted {
  margin-top: 2rem;
  margin-bottom: 0 !important;
}
.lt-shifted {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.profile_pic_smaller__center {
  background-position: center center;
  background-size: cover;
}
.dd-h-sd, .dd-h-tablet {
  display: none;
}

.br-DesktopHD {
  display: none;
}

.sup {
  vertical-align: super;
  font-size: smaller;
}

.bottom-spacing { margin-bottom: 2rem; }

#share-input + .category-buttons  a {
  margin: 0 1rem 1rem 0;
}


/* Cookie Banner - Bar */
#cookie-law-info-bar { padding:30px 10px; }
#cookie-law-info-bar span { margin:0 1rem; }
#cookie-law-info-bar p { margin-right:auto; }
#cookie-law-info-bar .cli_settings_button { text-decoration:underline; }
/* Cookie Banner - Modal */
.cli-modal {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity:0 !important;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  display: flex !important;
  align-items: center;
  pointer-events:none !important;
  visibility:hidden !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cli-show { opacity:1 !important; visibility:visible !important; pointer-events:auto !important; }
.cli-modal-content { position:relative; padding:2rem; margin:0 auto; max-width:90vw; max-height:90vh; overflow:auto; overflow-x:hidden; background-color:#fefefe; box-shadow:0 8px 12px rgba(0, 0, 0, 0.15); }
.cli-modal { background:none !important; }
.cli-show + .cli-modal-backdrop { opacity:.5 !important; }
.cli-modal-dialog { max-width:none !important; animation:none !important; }
.cli-modal.cli-blowup .cli-modal-dialog { width:100%; }
.cli-privacy-overview { margin-bottom:1.25rem; padding-bottom:2.25rem; border-bottom:1px solid #dbdbdc; }
.cli-necessary-caption,
.cli-tab-container .cli-row { max-height:none; }
.cli-tab-section-container { margin-left:0 !important; }
.cli-tab-section { margin-top:0; cursor:pointer; }
.cli-tab-section + .cli-tab-section { margin-top:1rem; }
/* Header */
.cli-tab-header { background:#41007f; }
.cli-tab-header a:before { border-right-color:#fff; border-bottom-color:#fff; }
.cli-tab-header a.cli-nav-link { color:#fff; }
.cli-tab-header span.cli-necessary-caption { color:#fff; }
/* Enable/Disable Switch */
.cli-switch .cli-slider:after { top:2px; color:#fff; }
.cli-switch .cli-slider { height:21px; background-color:#c7c7c7; }
.cli-switch input:checked + .cli-slider { background-color:rgb(0, 123, 198); }
.cli-switch input:checked + .cli-slider:before { transform:translate(18px,-1px); }
/* Content */
.cookie-table table { width:100%; }
.cookie-table th { padding:4px 10px; font-size:13px; background:#e4e4e4; border-radius:4px; }
.cookie-table td { padding:4px 10px; font-size:12px; background:#f5f5f5; }
.cookie-table tbody > :last-child > :first-child { border-radius:0 0 0 4px; }
.cookie-table tbody > :last-child > :last-child { border-radius:0 0 4px 0; }
/* Close Button */
.cli-modal .cli-modal-close { z-index:100; position:absolute; right:0; top:0; width:70px; padding:0; height:70px; display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:20px; }
.cli-modal .cli-modal-close svg { width:30px; height:30px; transform:rotate(0); transition:transform .15s ease-in; }
.cli-modal .cli-modal-close:hover svg { transform:rotate(-90deg); }
.cli-modal .cli-modal-close path:not([fill="none"]) { fill:rgb(0, 123, 198); }

/* Fix error on IE11 (br renders a Latin space character for Korean font) */
[lang="ko"] br {
  font-family: initial;
}

[data-pagename="home"] .advance-posts .inner { padding-top: 0; }
[data-pagename="home"] .advance-posts .card { margin-bottom: 0; }


/* formidable upgrade fixes */
.frm_forms legend,
.frm_pos_none,
.frm_none_container .frm_primary_label {
  display: none !important;
}

.brochure-download-btn {
  margin-top: 10px;
  margin-right: 1rem;
  text-transform: capitalize;
}

/* MEDIA QUERIES (MIN WIDTH)
------------------------------ */
/*
 *
 * Tablet Portrait Media Query
 *
 */
@media only screen and (min-width: 768px) {

  main { padding: 0 }

  .post-password-form { padding: 3rem 2rem; }
  
  .inner { padding: 3rem 2rem; }
  .inner--flat { padding: 0; }
  .inner--footer { padding: 3rem 2rem }

  hr, .hr { margin: 3rem 0 }

  .home-swiper.card,
  .card { padding: 3rem; margin-bottom: 1rem; }

  .card .edge-image { margin: 0rem 3rem -3.8rem -3rem; }

  .hero.card { height: 380px; }

  .hero .col.col-t-1-2, .home-swiper .banner .col.col-t-1-2 {
    max-width: calc( (100% / 2 ) - 3rem);
  }

  .banner.card .edge-image { margin-top: -3rem; }

  .home-swiper { height: 380px; }

  .home-swiper .edge-image { margin-top: -3rem; }

  .card .col.align-right { margin-right: -5rem; }
  .links a { margin-right: 2rem; margin-bottom: 0; }

  /* Social Media Share Links */
  .social-share-wrapper { right: 3rem; bottom: 3rem; }

  /* Home Page Slider Images */
  .home-slider-img_div, .home-slider-lady_shaking_hands {
    position: absolute;
    bottom: -3.5rem;
    left: -5rem;
    width: 56%;
  }

  .home-slider-img_div, .home-slider-lady_shaking_hands.metrology-banner {
    bottom: -8.5rem;
    left: -6rem;
  }

  .home-slider-img_div {
    width: 54vw;
    left: -8vw;
  }

  .home-slider-img_div img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .home-slider-details {
    margin-left: auto;
  }

  /* Contact scroll */

  #rick_wallace,
  #bren_higgins,
  #ben_tsai {
    background-size: cover;
  }

  .contact-nav label {
      display: inline-block;
      width: 100%;
      font-size: 30px;
  }
  .contact-nav label:after {
      content: url("/wp-content/themes/kla-wp/assets/images/contact-scroll-down.svg");
      float: right;
      display: inline-block;
      width: 3rem;
      height: 3rem;
  }
  .columns-wrapper { display: flex; }
  #contact-main-arrow { display: none; }

  .contact-nav {
    background: linear-gradient(-180deg, #41007F 1%, #007BC6 100%);
    width: 33%;
    min-width: 350px;
    padding: 50px;
  }
  .nav-content {
    /*height: calc(100vh - 50px);*/
    height: 770px;
    position: absolute;
    overflow-y: auto;
    width: calc(100% - 60px);
    -ms-overflow-style: none;
  }
  .nav-content.top-position {
    position: absolute;
    top: auto;
    bottom: auto;
    width: calc(100% - 60px) !important;
  }
  .nav-content.bottom-position {
    position: absolute;
    top: auto;
    bottom: 50px;
    width: calc(100% - 60px) !important;
  }
  .nav-content.middle-position {
    position: fixed;
    top: 50px;
  }
  .contact-submenu {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s max-height;
    margin: -10px 0 20px 0;
  }
  .contact-submenu a { font-size: 16px; }

  #asia:checked~.asia-menu .contact-submenu,
  #europe:checked~.europe-menu .contact-submenu,
  #usa:checked~.usa-menu .contact-submenu {
    max-height: 570px;
  }
  #asia:checked~.asia-menu label:after,
  #europe:checked~.europe-menu label:after,
  #usa:checked~.usa-menu label:after {
    content: url("/wp-content/themes/kla-wp/assets/images/contact-scroll-up.svg");
  }
  .inactive {
    max-height: 0 !important;
  }
  .nav-content>div:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav-content label {
    padding: 30px 0;
  }
  /* Full Width Banner */
  /* .full-width-2 {
      flex-basis: 56%;
      width: 56%;
      padding-left: 4rem;
  }
  .full-width-1 {
      flex-basis: 44%;
      width: 44%;
      margin-top: 0 !important;
      overflow: hidden;
  }
  .full-width--section .f-w {
      flex-wrap: nowrap;
  } */

  .full-width-bg {
    margin-bottom: 0;
  }
  .full-width-content {
    padding: 3rem 3rem 3rem 5rem;
  }

  .full-width-img {
    flex: 4;
    flex-basis: calc(40% - 2rem);
  }

  .talent.full-width-img {
    background-image: url("/images/2018/day1/talent_banner_mobile.png");
  }

  .orbotech.full-width-img {
    background-image: url("/images/2018/day1/orbotech_banner_mobile.png");
  }

  .toolmonitor2018.full-width-img {
    background-image: url("/images/2018/day1/toolmonitor-banner-mobile.png");
  }

  .full-width-first {
    flex: 8;
     flex-basis: calc(60% - 2rem);
     max-width: calc(60% - 2rem);
  }

  .img-wrapper img {
    min-width: 0;
  }

  .long-img {
    min-height: 0;
    height: 100%;
  }

  .wide-img {
    min-width: 0;
    width: 100%;
  }

  /* Vision - Technology Grid */
  .tech_grid .col:not(:last-of-type) {
    margin-right: 3rem;
  }

  /* Profiler/Nanomechanical Tester Gallery (Desktop) */
  .gallery-items {
    display: flex;
    margin-bottom: 0;
  }

  /* panels stuff */
  .panels .card {
    min-height: 392px;
  }

  /* company panel */

  #company_panel {
    display: block;
  }

  #company_panel .company_panel_details {
    width: 30%;
  }

  .company_panel_img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90%;
  }

  #company_panel a {
    margin-top: auto;
  }
  .links {
    white-space: nowrap;
  }

  #profile_desktop .profile_summaries.open {
    height: 41rem;
  }
  #profile_desktop .second_column.open {
    height: calc( 57rem - 20vw );
  }
  #profile_desktop .third_column.open {
    height: calc( 56rem - 20vw );
  }

  .profile_pic {
    height: calc((100vw - 14rem) / 3);
    background-position: bottom right;
  }
  .profile_pic_smaller {
    height: 120px;
  }

  #bren_higgins {
    background-size: cover;
  }

  /* Icon wrapper */

  .icon_wrapper {
    padding: 0 1rem;
  }

  .deep_science .icon_details h3 {
    margin-top: 2rem;
  }

  .img--48 { padding-bottom: 48%; }
  .img--55 { padding-bottom: 55%; }
  .img--65 { padding-bottom: 65%; }
  .img--75 { padding-bottom: 75%; }
  .img--96 { padding-bottom: 96%; }

  .img--48--no-height { height: 0; padding-bottom: 48%; }
  .img--55--no-height { height: 0; padding-bottom: 55%; }
  .img--75--no-height { height: 0; padding-bottom: 75%; }

  .metrology-mram-link h3 {
    margin-bottom: 1.5rem;
  }
  .metrology-mram-link .flex {
    align-items: center;
    flex-direction: column;
    padding: 3rem;
  }

  /********************** START CUSTOM IMAGE CSS **********************/

  .default_width {
    max-width: none !important;
  }

  /* Home Page Images */
  .lady_with_molecule, .two_men_pointing_right {
    left: -10rem;
    width: 400px;
  }

  .lady_shaking_hands {
    margin: 0 0 -1.3rem -17rem;
    height: calc(65px + 40vw);
  }

  .lady_shaking_hands.mram {
    margin: 0 0 -0.3rem -19rem;
    /*height: calc(75px + 40vw);*/
    height: calc(167px + 30vw);
  }

  .men_shaking_hands {
    height: calc(100px + 30vw);
    margin: 0 0 0 -1rem;
  }

  .team_holding_award {
    height: calc(75px + 29vw);
    margin: 0 0 -1.3rem -17rem;
  }

  .two_men_pointing_left {
    right: 5.5rem;
  }

  .pwg {
    margin: 0 auto;
    height: calc(65px + 29vw);
  }

  .drone-img {
    right: 14rem;
  }

  .power-of-optimism_div {
    padding: 0 !important;
  }

  .edge-image.power_of_optimism {
    width: 280px;
    margin-right: 0;
  }

  #company_panel .company_panel_img img {
    margin-left: auto;
  }

  .home-slider-intel_award {
    top: -3.5rem;
    bottom: auto;
  }

  .home-slider-intel_award + .home-slider-details {
    z-index: 10;
  }

  .intel_award {
    height: calc(162px + 29vw);
  }

  /* Vision Page Images */

  #vision_banner {
    width: 380px;
  }

  /* Company Page Images */

  #company_banner {
    width: 414px;
    margin-left: -10rem;
  }

  .edge-image.girl_magnifying_glass {
    width: 335px;
    margin-left: -8rem;
  }

  .edge-image.csr_img {
    width: 415px;
    margin-top: 7rem;
    margin-left: -6rem;
    position: relative;
    right: -3rem;
  }

  .edge-image.supplier_references_img {
    margin-left: -5rem;
    margin-top: -2rem;
  }

  /* Product Page Images */
  #products_banner {
    width: 420px;
    margin-left: -7rem;
  }

  /* Services Page Images */
  #services_banner {
    width: 538px;
    margin-left: -17rem;
  }

  /* Product Pages*/

  .edge-image.stamp_of_approval {
    margin-top:-3rem;
    margin-left: 4.5rem;
    width: 400px;
  }

  /* Advanced Patterning Control Page Images */
  #advanced-patterning-control_landing_page_banner {
    margin-left: -25rem;
  }

  #tool-monitor_landing_page_banner {
    width: 440px;
    margin-left: -10rem;
  }

  /*********************** END CUSTOM IMAGE CSS ***********************/

.grecaptcha-badge.bottom {
    bottom: 220px !important;
}

  .automotive-row-two {
    justify-content: center;
  }

  .automotive-row-first {
    margin-right: 4rem !important;
    max-width: 33%;
  }

  .automotive-row-second {
    margin-left: 4rem !important;
    max-width: 33%;
  }

  .infographic-note {
    padding-bottom: 0;
  }

  /*[href*="tel:"] {
    pointer-events: none;
  }*/

  .future_img {
      margin: -3.5rem !important;
  }

  .recruiters-img.edge-image {
    margin: -8rem 3rem -23.5rem -3rem;
    width: calc(134%);
    max-width: none !important;
  }

  .holding_tablet {
    height: calc(65px + 26vw);
    margin-bottom: 12rem;
    margin-left: 0vw;
  }

  .share-shifted {
    margin-top: 2rem;
  }
  /* media 767 */
  .customer-response-table-div {
      display: flex;
      justify-content: space-between;
  }

  .customer-response-table-div div table{
      table-layout: fixed;
      width: 22rem;
  }
  .customer-response-table-wrapper {
      padding-left: 1rem;
  }
  .customer-response-table-div div table tbody tr td {
      font-size: 1.5rem;
  }
  .customer-response-table-div__mobile {
    display: none;
  }
  #ahmad_khan {
    background-image: url('/wp-content/themes/kla-wp/assets/images/ahmad_khan_close.png')
  }

  #oreste_donzella {
    background-image: url('/wp-content/themes/kla-wp/assets/images/oreste_donzella_close.png')
  }

  #bobby_bell {
    background-image: url('/wp-content/themes/kla-wp/assets/images/bobby_bell_close.png')
  }

  #john_van_camp {
    background-image: url('/wp-content/themes/kla-wp/assets/images/john_van_camp_close.png')
  }

  #marybeth_wilkinson {
    background-image: url('/wp-content/themes/kla-wp/assets/images/marybeth_wilkinson_close.jpg')
  }

  #teri_little {
    background-image: url('/wp-content/themes/kla-wp/assets/images/teri_little_close.png')
  }

  #brian_lorig {
    background-image: url('/wp-content/themes/kla-wp/assets/images/brian_lorig_close.png')
  }

  #amichai_steimberg {
    background-image: url('/wp-content/themes/kla-wp/assets/images/amichai_steimberg_close.png')
  }

  #brian_trafas {
    background-image: url('/wp-content/themes/kla-wp/assets/images/brian_trafas_close.png')
  }

  #marybeth_wilkinson {
    background-image: url('/wp-content/themes/kla-wp/assets/images/marybeth_wilkinson_close.jpg')
  }

  .vr_lady {
    margin-bottom: 0.5rem;
    height: calc(65px + 41vw);
    margin-left: 1rem;
  }
  .dd-h-default {
    display: none;
  }
  .dd-h-tablet {
    display: block;
  }
  .profile_details h4 {
    max-width: 12rem;
  }
  .car-tablet-center {
    top: 50%;
    transform: translateY(-62%);
  }
  .car_banner {
    width: auto;
    margin-left: 0;
  }

  .bg--blue {
    margin-right: 50px;
  }

  .zeta-landing .bg--blue,
  .zeta-landing .bg--white,
  .indenter-landing .bg--blue,
  .indenter-landing .bg--white {
    padding: 40px;
  }

  .zeta-landing .form,
  .indenter-landing .form {
    min-width: 0;
    box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    top: -40px;
    right: -131px;
    padding: 40px;
    margin: 0;
    margin-left: -80px;
    max-width: calc((100% / 2) + 6rem);
  }

  .zeta-landing .form.alt,
  .indenter-landing .form.alt {
    margin-left: -85px;
    max-width: calc((100% / 2) + 6.5rem);
  }

  .form.alt:after,
  header.simple:after {
    width: 140px;
    height: 140px;
    bottom: -70px;
    right: -10px;
    font-size: 1.8rem;
  }

  .bottom-spacing { margin-bottom: 3rem; }

  /* Instruments Slider Images */
  .instruments-main-swiper {
    height: auto;
    min-height: 380px;
  }

  .video_chat-wrapper {
    top: 50%;
    transform: translateY(-62%);
  }

  .video_chat {
    margin-left: -10.5rem;
    margin-bottom: 9rem;
    height: calc(65px + 26vw);
    width: auto;
  }

  .web_sessions {
    margin-left: 2rem;
    margin-bottom: -5%;
  }

  .general_manager {
    height: calc(65px + 32vw);
    margin-bottom: -2rem;
  }
	
  .upgrade_package {
    margin-bottom: 6rem;
  }

  .filmetrics-f54 {
    height: calc(65px + 22vw);
    margin-bottom: 8rem;
  }
	
  .home-slider-lady_shaking_hands.advantage_instr-wrapper {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }

  .advantage_instr {
    margin-left: 0;
  }


  /* Modal */
  .cli-modal-content { padding:3rem; width:690px; }

  /* landing page */
  .indenter-landing .form:after {
    content: 'Contact KLA to learn more' !important;
  }

}

@media only screen and (min-width: 773px) {
  .recruiters-img.edge-image {
    margin: -8rem 3rem -21rem -3rem;
    width: calc(134%);
  }
}

@media only screen and (min-width: 890px) {
  .holding_tablet {
        margin-bottom: 9rem;
  }
  .vr_lady {
        margin-bottom: 0.5rem;
    height: calc(65px + 36vw);
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 950px) {
  .profile_details h4 {
    max-width: 17rem;
  }
  /* Amichai BR Show */
  .amichai_br {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .post-password-form {
    max-width: 95.8rem;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .inner {
    padding: 4rem 0;
    max-width: 95.8rem;
    margin: 0 auto;
  }
  .inner--flat {
    padding: 0;
  }
  .inner--footer {
    padding: 5rem 0
  }
  hr,
  .hr {
    margin: 4rem 0
  }
  .hero.card { height: 400px; }
  .card,
  .swiper-container.card {
    padding: 4rem;
    margin-bottom: 3.8rem
  }
  .card .edge-image {
    max-width: calc(100% + 8rem);
    width: calc(100% + 8rem);
    margin: 0rem 4rem -5rem -4rem;
  }

  .banner.card .edge-image {
    margin-top: -4rem;
  }

  /* Social Media Share Links */
  .social-share-wrapper { right: 4rem; bottom: 4rem; }

  /* Banner text column */
  .banner .flex .col:last-of-type {
    /* padding: 1.5rem 2rem 0 4rem; */
  }

  .home-swiper {
    height: 400px;
  }

  .home-swiper .edge-image {margin-top: -4rem; }
  a.icon-link {
    margin-top: 4rem;
  }
  .max-50 {
    max-width: 40rem
  }
  /* .full-width-2 {
      flex-basis: 65%;
      width: 65%;
      padding: 5rem;
  }
  .full-width-1 {
      flex-basis: 35%;
      width: 35%;
      overflow: visible;
  }
  .full-width-1 img {
      position: absolute;
      top: 0;
      width: auto;
  } */

  /* full width banner */
  .full-width-first {
    flex: 8;
    flex-basis: calc(60% - 4rem);
    max-width: calc(60% - 2.5rem);
  }
  .full-width-content {
    margin-left: calc((100vw - 95.8rem) / 2);
    padding: 4rem;
  }

  .full-width-img {
    flex: 4;
    flex-basis: calc(40% - 4rem);
  }

  .talent.full-width-img {
    background-image: url("/images/2018/day1/talent_banner_desktop.png");
  }

  .orbotech.full-width-img {
    background-image: url("/images/2018/day1/orbotech_banner_desktop.png");
  }

  .toolmonitor2018.full-width-img {
    background-image: url("/images/2018/day1/toolmonitor-banner-desktop.png");
  }

  .w-80-d {
    width: 80%;
  }

  .icon_container {
    padding-bottom: 13.6rem;
  }

  #profile_desktop .profile_summaries.open {
    height: 34rem;
  }
  #profile_desktop .second_column.open {
    height: 34rem;
  }
  #profile_desktop .third_column.open {
    height: 32rem;
  }
  /* Home Page Slider Images */

  .home-slider-img_div, .home-slider-lady_shaking_hands {
    bottom: -4.5rem;
    left: -6rem;
  }

  .home-slider-img_div {
    width: 63%;
    left: -9rem;
  }

  .home-slider-details p {
    margin-bottom: 3rem;
  }

  .home-slider-details {
    margin-bottom: 2rem;
  }

  .petronas_towers {
    width: 105%;
    margin-left: 2rem;
    height: auto !important;
    transform: translateX(-10px) !important;
  }

  /* Vision - Technology Grid */
  .tech_grid .col:not(:last-of-type) {
    margin-right: 0;
  }

  /* panels stuff */
  .panels .card {
    min-height: 356px;
  }

  .panel-img.small {
    height: 70%;
  }

  .panel-img.medium {
    height: 80%;
  }

  .panel-img.large {
    height: 90%;
  }

  /* Company */
  #company_panel {
    height: 100%;
  }
  #company_panel .company_panel_details {
    width: 60%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #company_panel .company_panel_img {
    height: 60%;
    right: -4rem;
  }

  #company_panel .company_panel_img img {
    height: 100%;
    width: auto;
    vertical-align: middle;
  }

  .card.profile_pic {
    height: 282px;
    margin-bottom: 1.8rem;
  }

  .profile_pic_smaller {
    height: 140px;
    margin-bottom: 1.8rem;
  }

  .links a {
    margin-right: 5rem;
  }
  /* Video Styles */
  .video__container {
    width: 100%;
    height: 65rem;
  }

  /* Icons */

  .icon_wrapper {
    padding: 0 2rem;
  }

  .nav-content {
    /*height: calc(100vh - 50px);*/
    position: absolute;
    overflow-y: auto;
    width: calc(100% - 80px);
    -ms-overflow-style: none;
  }
  .nav-content.top-position {
    position: absolute;
    top: auto;
    bottom: auto;
    width: calc(100% - 80px) !important;
  }
  .nav-content.bottom-position {
    position: absolute;
    top: auto;
    bottom: 50px;
    width: calc(100% - 80px) !important;
  }

  /********************** START CUSTOM IMAGE CSS **********************/


  /* Home page images */
  .lady_with_molecule, .two_men_pointing_right {
    left: -9rem;
    width: 500px;
  }

  .lady_shaking_hands {
    margin-left: -6rem;
    width: 128%;
    height: auto;
  }

  .lady_shaking_hands.mram {
    margin: 0 0 -1.3rem -6rem;
    width: 128%;
    height: auto;
  }

  .lady_shaking_hands.orbotech {
    margin-left: -12rem;
  }

  .men_shaking_hands {
    margin: 0;
    width: 110%;
    height: auto;
  }

  .lady_shaking_hands.team_holding_award {
    margin: 0 0 -1.3rem -2rem;
    width: 117%;
  }

  .pwg {
    width: 105%;
    margin-left: 2rem;
  }

  .scientist_holding_up_glass_circle {
    height: 90%;
    right: 8.5rem;
  }

  .wafer {
    right: 7rem;
  }

  .two_men_pointing_left {
    height: 80%;
    right: 9.5rem;
  }

  .drone-img {
    right: 15rem;
  }

  .edge-image.power_of_optimism {
    width: 280px;
  }

  .instruments-announcement {
    width: 115%;
    margin-left: 0;
  }

  /* Vision Page Images */
  #vision_banner {
    width: 400px;
  }

  /* Company Page Images */
  #company_banner {
    width: 550px;
    margin-left: -8rem;
  }

  .edge-image.girl_magnifying_glass {
    width: 335px;
    margin-left: -8rem;
    margin-top: -2rem;
  }

  .edge-image.csr_img {
    width: 415px;
    margin-top: 6rem;
    margin-left: -6rem;
    right: -3rem;
    position: relative;
  }

  .edge-image.supplier_references_img {
    width: 440px;
    margin-left: -6.5rem;
    margin-top: -4rem;
  }

  /* Product Page Images */
  #products_banner {
    width: 460px;
  }

  .edge-image.stamp_of_approval {
    margin-top:-4rem;
    width: 395px;
  }

  /* Service Page Images */
  #services_banner {
    width: 568px;
    margin-left: -9rem;
  }

  /* Advanced Patterning Control Page Images */
  #advanced-patterning-control_landing_page_banner {
    margin-left: -10rem;
  }

  #tool-monitor_landing_page_banner {
    width: 550px;
    margin-left: -10rem;
  }

  .home-slider-intel_award {
    top: -4.5rem;
  }

  .intel_award {
    width: 115%;
    margin-left: auto;
  }

  /*********************** END CUSTOM IMAGE CSS ***********************/

.grecaptcha-badge.bottom {
    bottom: 280px !important;
}
  .metrology-mram-link .flex {
    padding: 4rem;
    flex-direction: row;
  }

  .metrology-mram-link h3 {
    margin-right: 4rem;
    margin-bottom: 0;
  }

  .future_img {
      margin-bottom: -4.5rem !important;
  }

  .across-midwest {
    max-width: calc((200% / 3) - 4rem) !important;
  }

  .reliability {
    display: block;
  }
  .recruiters-img.edge-image {
    max-width: calc(100% + 8rem);
    width: calc(100% + 8rem);
    margin: 0rem 4rem -5rem -4rem;
  }

  .holding_tablet {
    margin-left: -1rem;
    width: 114%;
    margin-bottom: 3rem;
  }
  /* media 1024 */
  .customer-response-table-div{
      display: flex;
      justify-content: flex-start;
  }

  .customer-response-table-div div table{
      table-layout: fixed;
      width: 27rem;
  }
  .customer-response-table-wrapper {
      padding-left: 5rem;
  }

  .customer-response-table-div__mobile {
    display: none;
  }
  .vr_lady {
    width: 106%;
    margin-bottom: 0.5rem;
    margin-left: 2rem;
  }
  .dd-h-tablet {
    display: none;
  }
  .dd-h-sd {
    display: block;
  }

  .car-tablet-center {
    top: 0;
    transform: none;
  }

  .zeta-landing .bg--blue,
  .zeta-landing .bg--white,
  .indenter-landing .bg--blue,
  .indenter-landing .bg--white {
    padding: 80px;
  }

  .zeta-landing .form,
  .indenter-landing .form {
    top: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
    margin: 0;
    position: absolute;
  }

  .zeta-landing .form.alt,
  .indenter-landing .form.alt {
    margin-left: 0;
    max-width: 400px;
  }



  header.simple {
    max-width: 840px;
  }

  header.alt {
    max-width: 560px;
  }

  header.simple:after {
    width: 180px;
    height: 180px;
    bottom: -90px;
    right: 260px;
    font-size: 2.4rem;
  }

  .bottom-spacing { margin-bottom: 4rem; }

  /* Instruments Slider Images */
  .instruments-main-swiper {
    height: 510px;
    min-height: none; 
  }
	
  [data-pagename="products-instruments"] .instruments-main-swiper {
    height: 584px;
  }


  .instruments-main-swiper .home-slider-details {
    padding-right: 0 !important;
  }

  .video_chat {
    width: 100%;
    margin-left: 0;
  }

  .web_sessions {
    margin-bottom: auto;
    margin-left: 0;
  }
	
  .live_webinars {
    margin-left: -6rem;
    width: 115%;
  }


  .general_manager {
    margin-left: 0;
  }

  .upgrade_package-wrapper {
    overflow: hidden;
  }

  .upgrade_package {
    margin-left: -33rem;
    width: 168%;
    margin-bottom: 0;
  }

  .filmetrics-f54 {
    width: 100%;
    margin-left: 2rem;
  }

  .instr-adjust {
    margin-left: 0;
  }



  /* Modal */
  .cli-modal-content { padding:4rem; width:850px; }
  /* Cookie Bar */
  #cookie-law-info-bar span { margin:0 auto; max-width:95.8rem; display:flex; align-items:center; }
  #cookie-law-info-bar p { margin-bottom:0; }

}

@media only screen and (min-width: 1480px) {
  .post-password-form {
    max-width: 139rem;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .inner {
    padding: 5rem 0;
    max-width: 139rem;
    margin: 0 auto;
  }
  .inner--flat {
    padding: 0;
  }
  .inner--footer {
    padding: 6rem 0
  }
  hr,
  .hr {
    margin: 5rem 0
  }
  .home-swiper.card,
  .card {
    padding: 5rem;
    margin-bottom: 3rem
  }
  .card .edge-image {
    max-width: 100%;
    margin: 0 5rem -6rem -5rem;
    width: auto;
  }
  .card .col.align-right {
    margin-right: -10rem;
  }

  .hero.card {
      height: 500px;
  }

  .banner.card .edge-image {
    margin-top: -5rem;
  }
  /* Banner text column */
  .banner .flex .col:last-of-type {
    padding: 3rem 7rem 0 6.5rem;
  }

  .home-swiper { height: 500px; }

  .home-swiper .edge-image {margin-top: -5rem; }
  a.icon-link {
    margin-top: 5rem;
  }
  .max-50 {
    max-width: 64.5rem
  }
  .icon_container {
    padding-bottom: 20rem;
  }

  #company_panel .company_panel_img {
    height: 75%;
    right: -2rem;
  }

  /* Social Media Share Links */
  .social-share-wrapper { right: 5rem; bottom: 5rem; }

  /* full-width banner */
  .full-width-first {
    flex: 8;
    flex-basis: calc(60% - 5rem);
    max-width: calc(60% - 3rem);
  }
  .full-width-content {
    margin-left: calc((100vw - 139rem) / 2);
    padding: 5rem;
  }

  .full-width-img {
    flex: 4;
    flex-basis: calc(40% - 5rem);
  }

  /* panels stuff */
  .panels .card {
      min-height: 382px;
  }

  .card.profile_pic {
    height: 420px;
    margin-bottom: 3rem;
  }

  .card.profile_pic_smaller {
    height: 210px;
    margin-bottom: 3rem;
  }

  /* Video Styles */
  .video__container {
    width: 100%;
    height: 80rem;
  }

   /* Home Page Slider Images */
  .home-slider-lady_shaking_hands {
    bottom: -3.7rem;
    left: -5rem;
  }

  .home-slider-img_div {
    bottom: -6rem;
    width: 56%;
  }

  .lady_with_molecule {
    bottom: -5.7rem;
  }

  .home-slider-details p {
    margin-bottom: 4rem;
  }

  .home-slider-details {
    margin-bottom: 5rem;
  }

  #profile_desktop .profile_summaries.open {
    height: 31rem;
  }

  #profile_desktop .second_column.open {
    height: 31rem;
  }

  #profile_desktop .third_column.open.open {
    height: 25rem;
  }

  .profile_details h4 {
    max-width: 18rem;
  }

  /* Icons */

  .icon_details {
    margin-top: 2rem;
  }

  .nav-content {
    /*height: 325px;*/
    height: 795px;
    position: absolute;
    overflow-y: auto;
    width: calc(100% - 100px);
    -ms-overflow-style: none;
  }
  .nav-content.top-position {
    position: absolute;
    top: auto;
    bottom: auto;
    width: calc(100% - 100px) !important;
  }
  .nav-content.bottom-position {
    position: absolute;
    top: auto;
    bottom: 50px;
    width: calc(100% - 100px) !important;
  }

  /********************** START CUSTOM IMAGE CSS **********************/

  /* Home page images */
  .lady_with_molecule, .two_men_pointing_right {
    width: 48%;
  }

  .lady_shaking_hands,
  .lady_shaking_hands.orbotech,
  .lady_shaking_hands.mram {
    /* margin-bottom: -1.6rem; */
    margin-left: -1.2rem;
    height: 100%;
    width: auto;
  }

  .men_shaking_hands {
    height: 100%;
    width: auto;
    margin-bottom: -1.5rem;
    margin-left: 3rem;
  }

  .wafer {
    right: 13rem;
  }

  .two_men_pointing_left {
    right: 17.5rem;
  }

  .pwg {
    margin-left: 0;
    margin-bottom: -2rem;
  }

  .scientist_holding_up_glass_circle {
    right: 14rem;
  }

  .drone-img {
    height: 80%;
    right: 23.5rem;
  }

  .edge-image.power_of_optimism {
    width: 400px;
  }

  .instruments-announcement {
    width: auto;
    margin-bottom: 0;
  }

  /* Vision Page Images */
  #vision_banner {
    width: 540px;
  }

  /* Product Page Images */
  #products_banner {
    width: 580px;
  }

  .edge-image.stamp_of_approval {
    margin-top:-5rem;
    margin-left: 2rem;
  }

  /* company page images */

  #company_banner {
    width: 700px;
    margin-left: -5rem;
  }

  .edge-image.girl_magnifying_glass {
    width: 383px;
    margin-top: -3rem;
  }

  .edge-image.edge-image.csr_img {
    width: 562px;
    margin-top: 0.5rem;
    margin-left: -3rem;
  }

  .edge-image.supplier_references_img {
    width: 570px;
    margin-left: -5rem;
    margin-top: -4rem;
    margin-right: 12rem;
  }

  /* Service Page Images */
  #services_banner {
    width: 709px;
    margin-top: 0;
  }

  /* Automotive Page Images */
  #automotive_banner {
    max-width: none;
  }

  /* Advanced Patterning Control images */
  #advanced-patterning-control_landing_page_banner {
    margin-left: 0;
  }

  #tool-monitor_landing_page_banner {
    width: 690px;
    margin-left: -5rem;
  }

  .home-slider-intel_award {
    bottom: auto;
    top: -5rem;
  }

  .intel_award {
    height: 500px !important;
    width: auto;
    margin-left: 1rem;
  }

  .fortune_award {
    margin-left: 0;
  }


  /*********************** END CUSTOM IMAGE CSS ***********************/

  .grecaptcha-badge.bottom {
    bottom: 300px !important;
  }

  .metrology-mram-link .flex {
    padding: 5rem;
  }

  .future_img {
      margin: 0 5rem -5.5rem 7rem !important;
  }

  .across-midwest {
    max-width: calc((200% / 3)) !important;
  }


  .reliability {
    display: none;
  }

  .recruiters-img.edge-image {
        max-width: 100% !important;
    margin: 0 5rem -6rem -5rem;
    width: auto ;
  }

  .holding_tablet {
        margin-bottom: -1rem;
    margin-left: -2rem;
  }

  /* media @ 1480 */
  .customer-response-table-div{
      display: flex;
      justify-content: flex-start;
  }

  .customer-response-table-div div table{
      table-layout: fixed;
      width: 30rem;
  }

  .customer-response-table-wrapper {
      padding-left: 15rem;
  }
  .customer-response-table-div__mobile {
      display: none;
  }

  .vr_lady {
    height: 500px;
    margin-bottom: -1.3rem;
    margin-left: -3rem;
  }
  .dd-h-sd {
    display: none;
  }
  .dd-h-default {
    display: block;
  }
  /* Amichai BR Show */
  .amichai_br {
    display: none;
  }

  .br-DesktopHD {
    display: block;
  }

  .zeta-landing .bg--blue,
  .zeta-landing .bg--white,
  .indenter-landing .bg--blue,
  .indenter-landing .bg--white {
    padding: 120px;
  }

  .zeta-landing .form.alt,
  .zeta-landing .form,
  .indenter-landing .form.alt,
  .indenter-landing .form {
    max-width: 550px;
  }

  header.simple:after {
    right: -30px;
  }

  header.alt {
    max-width: 840px;
  }

  header.alt div,
  header.simple {
    min-height: 350px;
  }

  .bottom-spacing { margin-bottom: 5rem; }

  #cookie-law-info-bar span {
    max-width: 139rem;
  }

  /* Instruments Slider Images */
  .instruments-main-swiper {
    height: 620px;
  }
	
  [data-pagename="products-instruments"] .instruments-main-swiper {
    height: 735px;
  }


  .instruments-main-swiper .home-slider-details {
    padding-right: 7rem !important;
  }

  .video_chat {
    height: 124%;
    margin-left: 4rem;
    margin-top: -4rem;
  }

  .profilm_banner {
    margin-left: 4rem;
    margin-bottom: 0rem;
  }
	
  .upgrade_package-wrapper {
    overflow: visible;
  }

  .upgrade_package {
    margin-left: -26rem;
    width: 144%;
  }

  .filmetrics-f54 {
    width: 90%;
    margin-bottom: 9rem;
    margin-left: 2rem;
  }


  #share-input + .category-buttons a {
    margin: 0 1.5rem 0 0;
  }

  /* Modal */
  .cli-modal-content { padding:5rem; width:1130px; }

}


/* MEDIA QUERIES (MAX WIDTH)
------------------------------ */

@media only screen and (max-width: 1023px) {

  .profile:not(:first-of-type), .profile_1:not(:first-of-type), .profile_2:not(:first-of-type) {
    margin-left: 3rem;
  }

}


@media only screen and (max-width: 550px) {
  .customer-response-table-div__mobile {
    display: flex;
    /* Un comment if you want two columns */
    /* justify-content: space-around; */
    /* un comment if you wan to have a single column */
    flex-direction: column;
    align-items: center;
  }
  .customer-response-table-div__mobile div:first-child {
    min-width: 224px;
  }
  /* Cookie Banner - Bar */
  #cookie-law-info-bar span { display:block; }
  #cookie-law-info-bar p { padding-bottom:1.5rem; border-bottom:1px solid rgba(255,255,255,.2); }
  /* Cookie Banner - Modal */
  /* Content */
  .cli-tab-section .cli-tab-content { padding-left:0; padding-right:0; }
  .cookie-group p { padding:0 20px; }
  .cookie-table { max-height:500px; overflow:auto; }
  .cookie-table table { display:block; }
  .cookie-table thead { display:none; }
  .cookie-table tbody { display:block; }
  .cookie-table tbody tr { padding:3px 0; display:block; background:#f5f5f5; }
  .cookie-table tbody tr + tr { margin-top:.375rem; }
  .cookie-table td { padding:3px 12px; display:flex; }
  .cookie-table tr > td:before { margin-right:12px; display:inline-block; font-weight:600; color:#41007f; }
  .cookie-table tr > td:nth-of-type(1):before { content:'Name:'; }
  .cookie-table tr > td:nth-of-type(2):before { content:'Provider:'; }
  .cookie-table tr > td:nth-of-type(3):before { content:'Purpose:'; }
  .cookie-table tr > td:nth-of-type(4):before { content:'Expires:'; }
}

/*
 *
 * Mobile ONLY
 *
 */
@media only screen and (max-width: 767px) {

  .bg--gradient {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .metrology-mram-link {
    padding-top: 0;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    top: calc(90px + 40vw);
    height: 100px;
  }

  .contact-nav label {
    margin: 20px 0 5px 0;
    display: inline-block;
  }
  .asia-menu label {
    margin-top: 0;
  }
  .contact-nav {
    padding: 10px 20px;
  }
  .contact-nav:after {
    content: url("/wp-content/themes/kla-wp/assets/images/contact-scroll-down-lite.svg");
    position: absolute;
    top: 11px;
    right: 20px;
  }
  .contact-nav:before {
    content: 'Choose region...';
  }
  /* contact menu is opened */
  .contact-nav.contact-open {
    position: absolute;
    height: 100vh;
    max-height: 685px;
    overflow: auto;
    padding: 20px;
  }
  .contact-nav.contact-open:after {
    content: url("/wp-content/themes/kla-wp/assets/images/contact-scroll-up-lite.svg");
  }
  .contact-nav.contact-open:before {
    content: "\00a0";
  }
  .contact-nav.contact-open .nav-content {
    display: block;
  }
  .nav-content {
    display: none;
  }
  .details_paragraph {
    margin-bottom: 2rem;
  }
  .image-margin_mobile-only {
    margin-top: 2rem;
  }

  .contact-cta h2 {
    margin-bottom: 2rem;
  }

  .contact-cta a {
    max-width: 150px;
  }

  /* image one-offs stuff */

  .img-wrapper img.stretch {
    min-width: 450px;
  }

 .img-wrapper-alt { margin-bottom: 2rem; }

  /* special card rules */

  .card--special .flex .col:nth-child(1) .links {
    position: absolute;
    bottom: 2rem;
  }

  .card--special .flex .col:nth-child(2){
    margin-left: 10rem;
  }

  .card--special .flex .col:nth-child(2) img{
    margin-left: 5rem;
  }
  /* full width banner */
  .full-width-first {
    margin-bottom: 0;
  }
  .full-width-img {
    background-position: center;
  }

  .long-img, .wide-img {
    width: 100%;
  }

  /**************** Custom Image CSS  ************************************/
  #company_panel .company_panel_img img {
      margin: 0 auto 2rem;
  }

  .power-of-optimism_div {
    margin-left: 0 !important;
    height: 17.5rem;
  }

  .power_of_optimism {
    margin-left: 0 !important;
    width: auto !important;
    position: absolute;
    right: 2rem;;
    bottom: 0;
  }

  /* Advanced Patterning Control Page Images */
  #advanced-patterning-control_landing_page_banner {
  margin: 0 auto;
  display: block;
  }

  /* Automotive Page Images */
  #automotive_banner {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  /* media phone */
  .customer-response-table-div {
      display: none;
  }
  .customer-response-table-div__mobile {
    display: flex;
    /* Un comment if you want two columns */
    justify-content: space-around;
    /* un comment if you wan to have a single column */
    /* flex-direction: column; */
    /* align-items: center; */
  }
  /**************** End Custom Image CSS  ************************************/

  .form.alt:after,
  header.simple:after { display: none; }

  .form:before {
    content: 'Submit your info today for a demo!';
    background: #FF6400;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -50px;
    right: 30px;
    color: white;
    text-align: center;
    padding: 2.4rem;
    font-size: 1.6rem;
    z-index: 1;
  }
  .form { padding-top: 80px }

  header.alt,
  header.alt div { height: 350px }

  .indenter-landing .form:before {
    content: 'Contact KLA to learn more' !important;
  }


}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* .full-width-1 img {
      width: auto;
  } */

  .edge-image.csr_img {
    margin-left: -3rem;
  }

}

@media all and (min-width: 1024px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* .profile, .profile_1, .profile_2 {
    margin-left: 4rem !important;
  } */

  #company_panel .company_panel_img {
      right: -2rem;
    }

}

@media all and (min-width: 1480px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* .profile, .profile_1, .profile_2 {
    margin-left: 4rem !important;
  } */

  #company_panel .company_panel_img {
      right: 2rem;
    }

}







.tabs [type="radio"] {
  display: none;
}

.tabs {
  border-bottom: .1rem solid #41007F;
  font-size: 2rem;
  line-height: 4.8rem;
}

.tabs .active {
  border-bottom: .3rem solid #41007F;
  color: #41007F;
  pointer-events: none;
}

.tabs label {
  padding-bottom: 1rem;
}

.tabs label:hover {
  border-bottom: .3rem solid #484D50;
  color: rgb(98, 102, 104);
}

.tabs label:not(:last-of-type) {
  margin-right: 2rem;
}







.gallery-items + .swiper-container .swiper-wrapper {
  max-width: calc(100vw - 4rem);
}

.sup-text-top { vertical-align: text-top; }

.in-situ-list { list-style: disc; }
.in-situ-list li { list-style: disc; padding-top: 1rem; margin-left: 2rem;}
.in-situ-list li:first-child { padding-top: 0; }

.hide { display:none; }
.hide-children > font {
  display: inherit;
}

.max-100 {
  max-width: 100%;
}

.img-shadow {
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.customer-response-div {
  max-width: 100% !important
}



/* .customer-response-table-div div table{
  table-layout: fixed;
  width: 30rem;
} */

.customer-response-table-td-country{
  font-weight: bold;
  font-family: sans-serif;
  min-width: 95px;
  box-sizing: content-box;
  padding-right: 5rem;
}

.customer-response-table-div div table tbody tr td{
  padding-bottom: 2rem;
}

.customer-response-table-td-number {
  text-align: left;
}

.home-slider-details-car {
  z-index: 2;
}



#zetaLanding .btn-wrapper button,
#indenterLanding .btn-wrapper button {
  margin: 0 auto 80px;
  display: block;
}

#zetaLanding h4,
#indenterLanding h4 {
  font-size: 3rem;
  margin-bottom: 40px;
  font-family: 'OpenSans-Light';
}

#zetaLanding label,
#indenterLanding label {
  font-size: 1.6rem;
}

#zetaLanding .form-info,
#indenterLanding .form-info {
  float: right;
}

.zeta-landing-product-image,
.indenter-landing-product-image { margin-bottom: 20px }

#zetaLanding .styled-select,
#indenterLanding .styled-select {
  padding-bottom: 0;
}

.nano-landing .zeta-landing-product-image,
.nano-landing .indenter-landing-product-image {
  max-height: 300px;
}

@media only screen and (min-width: 768px) {
  #zetaLanding .btn-wrapper button,
  #indenterLanding .btn-wrapper button {
    margin: 0 auto;
  }

  #zetaLanding .bg--blue p,
  #zetaLanding .bg--blue li,
  #indenterLanding .bg--blue p,
  #indenterLanding .bg--blue li {
    font-size: 1.8rem;
  }

  .petronas_towers {
    height: 50vw;
    transform: translateX(-112px);
  }

  .nano-landing .zeta-landing-product-image,
  .nano-landing .indenter-landing-product-image {
    max-height: 480px;
  }
}

.landing-simple .entry-content-page > .inner { padding-top: 0 }
.media-room .entry-content-page > .inner { padding-top: 0 }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .f-w-to > .col-t-1-2:nth-child(2n + 3) {
    margin-left: 0;
  }

  .instruments-main-swiper h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1479px) {
  .mo_hd_only { display: none }
}

/* custom media query for extra long text in the hero section */
@media only screen and (min-width: 768px) and (max-width: 898px) {
  h1.plus-violet {
    margin-bottom: 1rem;
  }
  h1.plus-violet + p {
    margin-bottom: 0.5rem;
  }
  p.btn-margin-top.last {
    margin-top: 0;
  }
}




/* WPML Dev Banner */
.otgs-development-site-front-end {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}
