/************************************************************
 *
 * Shared variables
 *
 ************************************************************/
/************************************************************
 *
 * Shared functions and common styling classes
 *
 ************************************************************/
.button {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .button {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button:hover {
  background-color: #b2202a;
}
.button-large {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
  font-size: 22px;
  padding: 17px 24px;
}
@media (max-width: 767px) {
  .button-large {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button-large:hover {
  background-color: #b2202a;
}
.button-secondary {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
  background-color: #1e3063;
}
@media (max-width: 767px) {
  .button-secondary {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button-secondary:hover {
  background-color: #b2202a;
}
.button-secondary:hover {
  background-color: #0f1831;
}
.button-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0.25rem 0.5rem;
  background: #1e3063 url(../../base/images/footer-arrow-white.svg) no-repeat center;
  background-size: 1.5rem;
}
@media (max-width: 767px) {
  .button-next {
    height: 30px;
    width: 30px;
    background-size: 1rem;
  }
}
.button-back {
  color: #9B9B9B;
  padding: 10px 0 10px 40px;
  background: url(../../base/images/icon-overview.svg) no-repeat left center;
  background-size: 30px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 150ms;
}
.button-back:hover {
  color: #c72127;
}
.max-width {
  max-width: 850px;
}
.read-more {
  display: inline-block;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  color: #c72127;
  padding-right: 24px;
  background: url(../../base/images/icon-more.svg) no-repeat center right 5px;
  transition: 150ms;
  text-decoration: none;
  text-transform: uppercase;
}
.read-more:hover {
  color: #b2202a;
  background-position: center right;
}
.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1605px) {
  .center {
    width: 980px;
  }
}
@media (max-width: 1210px) {
  .center {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .center {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .center .center {
    margin-left: 0;
    margin-right: 0;
  }
}
.remove-tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.background-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.underline {
  position: relative;
}
.underline:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: #c72127;
  left: 0;
  bottom: 0;
}
@media (max-width: 1605px) {
  .underline:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .underline:after {
    width: 19px;
    height: 3px;
  }
}
.paragraph-padding {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  .paragraph-padding {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .paragraph-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph-margin {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1210px) {
  .paragraph-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.paragraph img {
  width: 100%;
  height: auto;
  display: block;
}
/************************************************************
 *
 * Team detail
 *
 ************************************************************/
body.page-node-type-team #main,
body.page-node-type-edition #main {
  padding-top: 90px;
}
@media (max-width: 1605px) {
  body.page-node-type-team #main,
  body.page-node-type-edition #main {
    padding-top: 80px;
  }
}
@media (max-width: 1210px) {
  body.page-node-type-team #main,
  body.page-node-type-edition #main {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-team #main,
  body.page-node-type-edition #main {
    padding-top: 40px;
  }
}
body.page-node-type-team #main[data-background="molecules"],
body.page-node-type-edition #main[data-background="molecules"] {
  background: url(../../base/images/bg-molecule.svg) no-repeat;
  background-size: contain;
}
body.page-node-type-team .field--name-field-team-introduction p:first-child,
body.page-node-type-edition .field--name-field-team-introduction p:first-child {
  font-size: 1.125em;
}
/*# sourceMappingURL=teams.css.map */