/**
 * Red theme page styling.
 */
/**
 * Red theme common styles.
 */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/**
 * Red theme variables.
 */
/**
 * Red theme footer styling.
 */
.footer-red {
  min-height: 400px;
  background: #D32027;
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-red__inner {
  max-width: 1420px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright {
  margin-bottom: 28px;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.footer-social-icon-group {
  display: inline-block;
  min-width: 20px;
  margin-right: 7px;
  margin-left: 7px;
}

.footer-social-icon-group--instagram {
  margin-left: 0;
}

.footer-social-icon-group--first {
  margin-left: 0;
}

.footer-menu-row {
  position: relative;
  display: grid;
  grid-template-columns: 250px auto;
  grid-column-gap: 20px;
  margin-bottom: 150px;
}

:root .footer-menu-level-1-link--has-children {
  color: white;
  text-decoration: none !important;
}

:root .footer-menu-level-1-link--open {
  color: white !important;
}
:root .footer-menu-level-1-link--open:visited {
  color: white !important;
}
:root .footer-menu-level-1-link--open:hover {
  color: black !important;
}

.footer-menu-level-1-link,
.footer-menu-level-2-link {
  font-family: sans-serif;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}
.footer-menu-level-1-link:hover, .footer-menu-level-1-link:active,
.footer-menu-level-2-link:hover,
.footer-menu-level-2-link:active {
  text-decoration: none;
  color: black;
}
.footer-menu-level-1-link:visited,
.footer-menu-level-2-link:visited {
  text-decoration: none;
  color: white;
}

.footer-menu-level-2-link {
  line-height: 20px;
}

.footer-logo-row {
  text-align: center;
  margin-bottom: 122px;
}

.footer-social-icon--youtube svg {
  width: 27px;
  height: 27px;
  position: relative;
  left: -3px;
  top: 2px;
}

.footer-logo-wrapper {
  display: inline-block;
}
.footer-logo-wrapper svg {
  display: block;
}

.ze-button {
  display: none;
}

@media screen and (max-width: 1366px) {
  .footer-menu-row {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer-social {
    text-align: center;
    margin-bottom: 60px;
  }
  .footer-menu-level-2-link {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .footer-menu-level-2-link:active {
    text-decoration: none;
    color: black;
  }
  .footer-social-icon-group {
    display: inline-block;
  }
  .footer-logo-row {
    margin-bottom: 60px;
  }
  .footer-menu-level-1-item::after {
    border-top: 1px solid white;
  }
}
/**
 * Footer menu styling.
 */
.footer-menu-level-1-item,
.footer-menu-level-2-item,
.footer-menu-level-1-link,
.footer-menu-level-2-link {
  color: white;
  text-decoration: none;
}

.footer-menu-level-1-link {
  line-height: 24px;
}

.footer-menu-level-2-link {
  line-height: 17px;
}

.footer-menu-level-1-item,
.footer-menu-level-2-item,
.footer-menu-level-1-link,
.footer-menu-level-2-link {
  display: block;
}

.footer-menu-level-1-link,
.footer-menu-level-2-link {
  margin-bottom: 12px;
}

.footer-menu-level-1-item,
.footer-menu-level-1-link {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.footer-menu-level-2-item,
.footer-menu-level-2-link {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (min-width: 1366px) {
  .footer-menu-root-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .footer-menu-level-1-item {
    width: 200px;
    display: block;
  }
}
.footer-menu-level-2-link {
  line-height: 28px !important;
}

@media screen and (max-width: 1366px) {
  .footer-menu-level-2-list {
    display: none;
    margin-bottom: 5px;
  }
  .footer-menu-level-2-item {
    display: block;
  }
  .footer-menu-level-2-item > * {
    line-height: 28px;
  }
  .footer-menu-level-1-item {
    display: block;
    width: 100%;
    position: relative;
  }
  .footer-menu-level-1-item::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    border-top: 1px solid grey;
    left: 0;
    width: 100%;
  }
  .footer-menu-level-1-link {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 50px;
  }
  .footer-menu-level-1-link--has-children::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 30px;
  }
  .footer-menu-level-1-link--open::after {
    content: "-";
  }
  .footer-menu-level-1-link--open + .footer-menu-level-2-list {
    display: block;
  }
  .footer-menu-level-2-link {
    padding-bottom: 5px;
  }
}
/**
 * Red theme header styling.
 */
.header-red-top-row {
  height: 60px;
  background: #D32027;
  position: relative;
}

.header-red-top-row__inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: grid;
  grid-template-columns: calc(100% - 300px) 300px;
}

.header-red-top-row-social-col,
.header-red-top-row-icon-link-col {
  display: flex;
  align-items: center;
}

.header-red-top-row-social-col {
  justify-content: flex-end;
}

.header-red-top-row-icon-link-col {
  justify-content: left;
}

.header-red-top-icon-group {
  margin-right: 210px;
}

.header-red-top-icon-group__link {
  padding-top: 3px;
  font-family: sans-serif;
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: inline-grid;
  grid-template-columns: 30px auto;
  grid-column-gap: 10px;
}
.header-red-top-icon-group__link:hover {
  color: white;
  text-decoration: none;
}
.header-red-top-icon-group__link:active {
  text-decoration: none;
  color: black;
}

.header-red-top-icon-group__link--phone {
  grid-template-columns: 25px auto;
}

.header-red-top-icon-group--last {
  margin-right: 0;
}

.header-red-social-icon-wrapper--youtube svg {
  width: 30px;
  position: relative;
  top: 1px;
  height: 30px;
  left: -2px;
}

.header-red-social-icon-group {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  text-align: center;
}

.header-red-top-icon-group__icon-wrapper {
  padding-top: 3px;
}

.header-red-social-icon__link {
  padding-top: 5px;
  display: inline-block;
}

.header-red-top-icon-group__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

.header-red-bottom-row {
  height: 180px;
  background: white;
  border-bottom: 1px solid lightgrey;
  position: relative;
}

.single-product-modal-header {
  min-height: 15px;
}

.header-red-bottom-row__inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}

.header-red-bottom-row-logo-wrapper {
  margin-right: 45px;
}

.menu-red-level-1-link {
  font-size: 18px;
  color: #303339;
  margin-right: 60px;
}

.main-menu-red {
  display: inline-block;
}

.header-red-bottom-row-logo-link {
  display: block;
}

@media screen and (max-width: 1630px) {
  .header-red-bottom-row,
  .header-red-top-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header-red-bottom-row__inner {
    display: block;
  }
  .header-red-bottom-row-logo-wrapper {
    text-align: center;
    margin: 0;
  }
  .header-red-bottom-row-logo-wrapper svg {
    display: inline-block;
    margin-top: 40px;
  }
  .main-menu-red {
    text-align: center;
    width: 100%;
  }
  .menu-red-level-1-link {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .menu-red-level-1-link:hover {
    color: black;
  }
}
@media screen and (max-width: 768px) {
  .header-red-top-row {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .header-red-top-row__inner {
    grid-template-columns: 50% 50%;
  }
  .header-red-top-icon-group {
    margin-right: 15px;
    display: block;
    width: 100%;
  }
  .header-red-top-row-icon-link-col {
    justify-content: left;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
/**
 * Red theme splash section styling.
 */
.red-splash {
  height: 600px;
  background: #D32027;
  display: grid;
  grid-template-columns: 57% auto;
  margin-bottom: 135px;
}

.red-splash__image-wrapper {
  background: url("/wp-content/themes/custom/images/red-theme/couple.png");
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.red-splash__text-wrapper {
  margin: 80px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: left;
}

.red-splash-text {
  font-size: 95px;
  line-height: 95px;
  background: none;
}

span.red-text-spaced {
  display: inline-block;
  margin-top: 30px;
}

.red-splash-text--small {
  position: absolute;
  left: 40px;
  bottom: 60px;
  font-size: 45px;
}

.be-part-of-our-family-img {
  max-height: 90%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .red-splash {
    display: block;
    height: auto;
  }
  .red-splash__image-wrapper {
    width: 100%;
    padding-bottom: 60%;
  }
  .be-part-of-our-family-img {
    position: initial;
    max-width: 80%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .red-splash__text-wrapper {
    margin-top: 40px;
    margin-left: 40px;
  }
  .red-splash-text {
    margin-bottom: 40px;
    text-align: left;
    font-size: 60px;
    line-height: 60px;
  }
  .red-splash-text--small {
    font-size: 30px;
    left: 25px;
    bottom: 82px;
  }
}
/**
 * Career listing page specific styles.
 */
.career-listing {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 470px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

.career-not-found {
  font-size: 28px;
  color: #D32027;
  text-transform: uppercase;
  margin-bottom: 160px;
  margin-top: 80px;
  text-align: center;
}

.careers-slider-control {
  border: none;
  padding: 0;
  background: none;
}
.careers-slider-control:active, .careers-slider-control:focus {
  background: none;
  outline: none;
}
.careers-slider-control svg:hover .to-fill {
  fill: black;
}

.careers-slide {
  padding-left: 3px;
  padding-right: 3px;
}

.career-listing-entry {
  height: 220px;
  border: 1px solid lightgrey;
  padding: 50px 42px 20px;
  display: grid;
  grid-template-columns: 37% 37% auto;
}

.single-career-link {
  text-decoration: none;
}
.single-career-link:hover {
  text-decoration: none;
}

.career-listing-title {
  color: #D32027;
  font-size: 26px;
  margin: 0;
  padding: 0 60px 20px 0;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 40px;
}

.career-listing__single-career-title {
  color: #D32027;
  font-size: 22px;
  padding-right: 20px;
}

.careers-slider-control {
  position: absolute;
  top: -100px;
}

.careers-slider-control--prev {
  right: 40px;
}

.careers-slider-control--next {
  right: 0;
}

.career-listing-icon-group-link {
  text-decoration: none;
  display: block;
}

.career-listing-icon-group__text {
  color: #4E5055;
  font-size: 16px;
}

.career-listing-entry__button {
  text-align: center;
  min-width: 120px;
  max-width: 200px;
  border: 1px solid #D32027;
  border-radius: 10px;
  padding: 15px 40px;
  color: #D32027;
  position: relative;
  top: 20px;
}
.career-listing-entry__button:hover {
  border-color: black;
  color: black;
  cursor: pointer;
}

.career-listing-icon-group {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 15px;
}

@media screen and (max-width: 1366px) {
  .career-listing {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 992px) {
  .career-listing {
    margin-left: 15px;
    margin-right: 15px;
  }
  .career-listing-entry {
    display: block;
    margin-bottom: 40px;
  }
  .career-listing-entry__col {
    margin-bottom: 20px;
  }
  .career-listing-entry {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
  .career-listing-entry__button {
    top: 0;
  }
  .career-listing-entry__col--last {
    margin-bottom: 0;
  }
}
/**
 * Single career template styling.
 */
.career-single {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 129px;
}

.career-metadata {
  margin-bottom: 38px;
}

.other-careers__title {
  padding: 26px 40px;
  border: 1px solid lightgrey;
}

.other-careers__title-text {
  color: #D32027;
  font-size: 23px;
}

.other-career-single {
  border: 1px solid lightgrey;
  border-bottom: 5px solid #D32027;
}

.other-career-single__link {
  padding: 20px 40px;
  display: block;
  margin-bottom: 17pxf;
  text-decoration: none;
  color: #4E5055;
}
.other-career-single__link:hover {
  text-decoration: none;
  color: #4E5055;
}

.other-career-location {
  margin-bottom: 20px;
}

.other-career-position {
  font-size: 14px;
  color: #4E5055;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

.other-career-short-text {
  font-size: 14px;
  color: #4E5055;
}

.other-career-single__title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 17px;
  text-transform: uppercase;
  color: #4E5055;
}

.other-career-location {
  display: grid;
  grid-template-columns: 25px auto;
  text-transform: uppercase;
}

.other-career-location-icon svg {
  width: 15px;
  position: relative;
  top: 2px;
  height: auto;
}

.career-single-metadata {
  font-size: 22px;
  margin-bottom: 12px;
}

.career-single-content {
  font-size: 22px;
}

.career-single__inner {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

.career-single-title {
  font-size: 30px;
  color: #D32027;
  margin-top: 0;
  padding: 0;
  margin-bottom: 48px;
  background: none;
}

.linkedin-share svg {
  width: 35px;
  height: 35px;
  position: relative;
  top: 2px;
}

.career-single-content {
  margin-bottom: 90px;
}

.career-apply-button {
  text-decoration: none;
  background: #D32027;
  color: white;
  padding: 20px 80px;
  font-size: 22px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.career-apply-button:hover, .career-apply-button:active, .career-apply-button:visited {
  text-decoration: none !important;
  color: white !important;
}

.career-single__inner {
  display: grid;
  grid-template-columns: auto 450px;
  grid-column-gap: 100px;
}

.other-careers__more {
  color: white;
  text-decoration: none;
  text-align: center;
  background: white;
  border: 1px solid grey;
  height: auto;
}

.share-this-career__text {
  font-size: 22px;
  color: #D32027;
  margin-bottom: 24px;
  text-align: right;
  margin-top: 7px;
}

.share-this-career-social {
  text-align: right;
  margin-bottom: 180px;
  margin-right: 4px;
}

.share-this-career-icon {
  display: inline-block;
  width: 32px;
  margin-left: 25px;
}
.share-this-career-icon:hover {
  cursor: pointer;
}

.other-careers-more-link {
  padding: 18px 30px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
  background: #D32027;
}
.other-careers-more-link:link, .other-careers-more-link:hover, .other-careers-more-link:active, .other-careers-more-link:visited {
  text-decoration: none !important;
  color: white !important;
}

@media screen and (max-width: 992px) {
  .career-single__inner {
    display: block;
  }
}
@media screen and (max-width: 1650px) {
  .career-single__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
 * Red theme page specific styling.
 */
.red-page-main {
  display: block;
  min-height: 600px;
}

/*# sourceMappingURL=red-page.css.map */
