/**
 * CUSTOM STYLES
 */

.field-name-field-image-caption {
  clear: both;
  margin: .5em 0 1em 0;
}


/**
CAPTCHAS FOR WEBFORM
 */
.captcha.form-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 20px;
}
.captcha.form-wrapper legend {
  display: none;
}



/**
 * MEGA MENU
 */
@media screen and (min-width: 768px) {
  #nav-wrapper .menu-name-main-menu > ul.menu > li > .submenu .submenu-col > ul.menu li a::before {
    transform: translateY(-50%);
    top: 50% !important;
    margin-left: 20px;
  }

  #nav-wrapper .menu-name-main-menu > ul.menu > li.menu-products-solutions .submenu-col > .menu > li .menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  #nav-wrapper .menu-name-main-menu > ul.menu > li.menu-products-solutions .submenu-col > .menu > li .menu li a::before {
    margin-left: 0;
  }
}



/**
 * PRODUCT PDF
 */
.generate-pdf-wrapper {
  text-align: center;
}

.generate-pdf-wrapper .generate-pdf {
  max-width: 467px;
  width: 100%;
}



/**
 * CONTACT WIDGET
 */
.contact-widget .link-contact,
.mac-os.webkit .contact-widget .link-contact {
  transition: all .3s;
  border-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
  line-height: 1.25;
  height: 50px;
  min-height: unset;
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  padding: .25em 1em 0 1em;
  text-align: center;
  text-transform: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.contact-widget .link-contact:hover,
.contact-widget .link-contact:focus,
.mac-os.webkit .contact-widget .link-contact:hover,
.mac-os.webkit .contact-widget .link-contact:focus {
  background-color: #003a79;
  color: white !important;
}


@media screen and (min-width: 480px) {
  .contact-widget .link-contact,
  .mac-os.webkit .contact-widget .link-contact {
    height: 60px;
    font-size: 1.5em;
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .contact-widget .link-contact,
  .mac-os.webkit .contact-widget .link-contact {
    font-size: 1em;
    height: 40px;
    max-width: 200px;
  }
}


.contact-widget .link-contact::after {
  display: none;
}

.page-node-1494 .contact-widget,
.page-node-3 .contact-widget,
.page-node-1498 .contact-widget{
  display: none;
}



/* 37937 */
.video-transcript-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}

.video-transcript-toggle svg {
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  fill: currentColor;
  margin-left: .75em;
  height: 1.2em;
  width: 1.2em;
}

.video-transcript-toggle.is-deployed svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.video-transcript {
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  font-style: italic;
  width: 100%;
}

.video-transcript.fading {
  opacity: 0;
}

.video-transcript-content {
  height: 200px;
  overflow-y: scroll;
  padding: .5em;
}
/* /37937 */



[type=checkbox]:checked+label:after {
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%20fill%3D%22%23003b79%22%2F%3E%3C%2Fsvg%3E");
}


.page-careers .link-contact-container {
  padding-top: 20px;
}
.page-careers .link-contact {
  padding-top: 8px;
  font-size: 18px;
  white-space: nowrap;
}
.page-careers .left-head .link-contact {
  padding-bottom: 8px;
}
.page-careers .link-contact::after{
  display: none;
}
.page-careers .img-intro img{
  width: 100%;
  height: auto;
}

.page-careers .jobs-title{
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #003b79;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-careers #container-careers-wrapper{
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .page-careers .link-contact-container {
    padding-top: 55px;
  }
}
