/* 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;
}

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

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

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

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

.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 {
  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;
}

.card.col { margin-top: 0 }

.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;
}

.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%;
}

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


  


.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;
  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;
}

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

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

.panel-details a {
  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;
}

/* 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;}

/* 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;
}

.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;
  }

.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('/./templates/kla-day-1/assets/images/rick_company.jpg');
}

#bren_higgins {
  background-image: url('/./templates/kla-day-1/assets/images/bren_company.png');
}

#ben_tsai {
  background-image: url('/./templates/kla-day-1/assets/images/ben_company.jpg')
}

#ahmad_khan {
  background-image: url('/./templates/kla-day-1/assets/images/ahmad_khan.png')
}

#oreste_donzella {
  background-image: url('/./templates/kla-day-1/assets/images/oreste_donzella.png')
}

#bobby_bell {
  background-image: url('/./templates/kla-day-1/assets/images/bobby_bell.png')
}

#john_van_camp {
  background-image: url('/./templates/kla-day-1/assets/images/john_van_camp.png')
}

#teri_little {
  background-image: url('/./templates/kla-day-1/assets/images/teri_little.png')
}

#brian_lorig {
  background-image: url('/./templates/kla-day-1/assets/images/brian_lorig.png')
}

#amichai_steimberg {
  background-image: url('/./templates/kla-day-1/assets/images/amichai_steimberg.png')
}

#brian_trafas {
  background-image: url('/./templates/kla-day-1/assets/images/brian_trafas.png')
}


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

.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_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;
}

.profile_summary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 10px;
}

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

.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 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-input:checked ~ * .btn-share {
  /* background-color: #f2f2f2; */
  /* border-radius: 50% 50% 0 0; */
}

.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;
}
[gtm-social="facebook"]:hover i {
  background: #3B5998;
}
[gtm-social="twitter"]:hover i {
  background: #4099FF;
}
[gtm-social="linkedin"]:hover i {
  background: #0077B5;
}
/* Video Styles */
.video__container {
  width: 100%;
  height: 28rem;
}

.videoWrapper {
  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 */
.lady_with_molecule {
  /* left: -10rem;
  width: 400px; */
}

.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;
}

.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;
}

.investor-tablet {
  display: none;
}
.investor_day_text {
  font-size: 2rem;
}

/*
 *
 * Tablet Portrait Media Query
 *
 */
@media only screen and (min-width: 768px) {
  
  main { padding: 0 }

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

  hr, .hr { margin: 3rem 0 }

  .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; }

  /* 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 {
    width: 73%;
    left: -13rem;
  }

  .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("../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("../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: 37rem;
  }
  #profile_desktop .second_column.open {
    height: calc( 62rem - 20vw );
  }
  #profile_desktop .third_column.open {
    height: calc( 50rem - 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--75 { padding-bottom: 75%; }


  .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;
  }

  /* 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 {
    width: 284px;
    margin-left: -10rem;
    margin-top: -2rem;
  }

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

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

  /* Product Pages*/

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

  /* 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('/./templates/kla-day-1/assets/images/ahmad_khan_close.png')
  }
  
  #oreste_donzella {
    background-image: url('/./templates/kla-day-1/assets/images/oreste_donzella_close.png')
  }
  
  #bobby_bell {
    background-image: url('/./templates/kla-day-1/assets/images/bobby_bell_close.png')
  }
  
  #john_van_camp {
    background-image: url('/./templates/kla-day-1/assets/images/john_van_camp_close.png')
  }
  
  #teri_little {
    background-image: url('/./templates/kla-day-1/assets/images/teri_little_close.png')
  }
  
  #brian_lorig {
    background-image: url('/./templates/kla-day-1/assets/images/brian_lorig_close.png')
  }
  
  #amichai_steimberg {
    background-image: url('/./templates/kla-day-1/assets/images/amichai_steimberg_close.png')
  }
  
  #brian_trafas {
    background-image: url('/./templates/kla-day-1/assets/images/brian_trafas_close.png')
  }
  
  .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;
  }

  .investor-default {
    display: none;
  }
  .investor-tablet {
    display: block;
  }
  .investor_day_banner {
    height: calc(74px + 40vw);
    margin-bottom: 0.4rem;
  }
  
  #collaboration_banner {
    margin-left: -9rem;
    width: calc(100% + 12rem);
  }
}

@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) {

  .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 {
    padding: 4rem;
    margin-bottom: 1.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;
  }

  /* 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: 30rem;
  }
  #profile_desktop .second_column.open {
    height: 39rem;
  }
  #profile_desktop .third_column.open {
    height: 23rem;
  }
  /* 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;
  }

  /* 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;
  }

  .profile_pic {
    height: 282px;
  }

  .profile_pic_smaller {
    height: 140px;
  }

  .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;
  }

  /* 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: -11.5rem;
    margin-top: -4rem;
  }

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

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

  /* Service Page Images */
  #services_banner {
    width: 520px;
    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;
  }

  /*********************** 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;
  }

  .investor_day_banner {
    width: 113%;
    margin-bottom: 0.5rem;
    margin-left: -1rem;
  }
  .investor-tablet {
    display: none;
  }
  .investor-default {
    display: block;
  }
  #collaboration_banner {
    width: calc(100% + 8rem);
    margin: 0rem 4rem -5rem -4rem;
  }
}

@media only screen and (min-width: 1480px) {
  .inner {
    padding: 5rem 0;
    max-width: 139rem;
    margin: 0 auto;
  }
  .inner--flat {
    padding: 0;
  }
  .inner--footer {
    padding: 6rem 0
  }
  hr,
  .hr {
    margin: 5rem 0
  }
  .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;
  }

  /* 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;
  }

  .profile_pic {
    height: 420px;
  }

  .profile_pic_smaller {
    height: 210px;
  }

  /* 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: 25rem;
  }

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

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

  /* 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;
  }

  /* 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;
  }

  /* Service Page Images */ 
  #services_banner {
    width: 670px;
    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;
  }

  /*********************** 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;
  }

  .investor_day_banner {
  	margin-bottom: -1.3rem;
  }
  .investor_day_text {
    font-size: 2.2rem;
  }
  #collaboration_banner {
    margin: 0 5rem -6rem -5rem;
    width: auto;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .home-slider-img_div {
    width: 62%;
    left: -10rem;
  }
}

@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;
  }
}

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

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

  .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("../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("../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  ************************************/

}

@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-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;
}

