@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

@media (min-width: 768px) {
  .small-text {
    font-size: 1.063rem;
    line-height: 1.5882352941;
  }
}

.font-weight-semi-bold {
  font-weight: 600;
}

a {
  font-weight: 600;
  transition: color 0.3s ease;
}

.underline-link-list__item {
  margin-bottom: 12px;
}
.underline-link-list__item:last-of-type {
  margin-bottom: 0;
}

.underline-link {
  color: #ffffff;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.underline-link:after {
  background-color: #FFDA54;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.underline-link--dark {
  color: #002956;
}

.color-white {
  color: #ffffff !important;
}

.color-yellow {
  color: #FFDA54 !important;
}

.page-body {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .page-body {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .content-offset {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .content-offset__right-col {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .row.small-gutters {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .row.small-gutters > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .row.medium-gutters {
    margin-left: -37px;
    margin-right: -37px;
  }
}
@media (min-width: 768px) {
  .row.medium-gutters > [class*=col-] {
    padding-left: 37px;
    padding-right: 37px;
  }
}

@media (min-width: 992px) {
  .row.large-gutters {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media (min-width: 992px) {
  .row.large-gutters > [class*=col-] {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 992px) {
  .row.xl-gutters {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media (min-width: 1200px) {
  .row.xl-gutters {
    margin-left: -86px;
    margin-right: -86px;
  }
}
@media (min-width: 992px) {
  .row.xl-gutters > [class*=col-] {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  .row.xl-gutters > [class*=col-] {
    padding-left: 86px;
    padding-right: 86px;
  }
}

.btn {
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px 30px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.btn:focus {
  outline: none;
}
.btn--small {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 20px;
}
.btn__icon {
  display: inline-block;
  margin-right: 7px;
  margin-top: -4px;
  vertical-align: middle;
  width: 18px;
}

.btn-primary {
  background-color: #FFDA54;
  border-color: #FFDA54;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #002956;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0079CA;
  border-color: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.5);
}

h1, .h1 {
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}

h2, .h2 {
  font-size: 25px;
  line-height: 35px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 50px 0 25px 0;
  }
}

@media (max-width: 767.98px) {
  .h2--small-mobile {
    font-size: 20px;
    line-height: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
  line-height: 35px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0 12px 0;
}

.control-label {
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  margin: 0 0 5px 0;
  position: relative;
}
.control-label--required {
  padding-right: 16px;
}
.control-label--required:after {
  background-color: #FFDA54;
  border-radius: 100%;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 6px;
}

.form-group--additional-space {
  margin-bottom: 40px;
}

.wpcf7-not-valid-tip {
  color: #FFDA54;
  font-weight: 500;
}

.wpcf7 form .wpcf7-response-output {
  border-color: #FFDA54;
  color: #FFDA54;
  font-weight: #ffffff;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #FFDA54;
  border-radius: 100%;
  display: block;
  height: 12px;
  overflow: hidden;
  padding: 0;
  text-indent: 999px;
  transition: background-color 0.3s ease;
  width: 12px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #FFDA54;
}

.slick-arrow {
  background-color: transparent;
  border: 0;
  color: #FFDA54;
  display: block;
  height: 44px;
  padding: 0;
  transition: color 0.3s ease;
  width: 44px;
}
.slick-arrow__svg-arrow {
  fill: #002956;
  transition: fill 0.3s ease;
}
.slick-arrow:hover {
  color: #0079CA;
}
.slick-arrow:hover .slick-arrow__svg-arrow {
  fill: #ffffff;
}
.slick-arrow:focus {
  outline: none;
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header.scrolled .header__logo {
  top: 15px;
  width: 143px;
}
.header.scrolled .header__inner {
  background-color: #ffffff;
}
.header__inner {
  background-color: #ffffff;
  height: 70px;
  position: relative;
  transition: background-color 0.4s ease;
}
@media (min-width: 992px) {
  .header__inner {
    background-color: transparent;
  }
}
.header__logo-holder {
  max-width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .header__logo-holder {
    padding: 0;
  }
}
.header__logo {
  display: block;
  transition: top 0.4s ease, width 0.5s ease;
  width: 143px;
}
@media (min-width: 992px) {
  .header__logo {
    position: absolute;
    top: 130px;
    width: 275px;
  }
}
.header__nav-toggle {
  background-color: #002956;
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 20;
}
.header__nav-toggle__icon {
  display: block;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  transition: margin 0.5s ease;
  width: 25px;
}
.header__nav-toggle.open .header__nav-toggle__icon--burger {
  margin-top: -70px;
}

.navigation {
  height: 100%;
  left: 100vw;
  padding-top: 70px;
  position: fixed;
  top: 0;
  transition: left 0.5s ease;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .navigation {
    min-height: 70px;
    left: auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .navigation:before {
    background-color: #002956;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.navigation.open {
  left: 0;
}
.navigation__inner {
  background-color: #002956;
  background-image: url("../images/nav-bg.svg");
  background-repeat: repeat;
  height: 100%;
  padding-bottom: 98px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .navigation__inner {
    background-image: none;
    padding: 0;
  }
}
.navigation__nav__item {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .navigation__nav__item {
    display: inline-block;
    margin: 0;
  }
}
.navigation__nav__item:hover .navigation__nav__item__dropdown-icon, .navigation__nav__item:focus .navigation__nav__item__dropdown-icon {
  color: #002956;
}
.navigation__nav__item:hover .navigation__nav__link, .navigation__nav__item:focus .navigation__nav__link {
  background-color: #FFDA54;
  color: #002956;
}
@media (min-width: 992px) {
  .navigation__nav__item--has-sub .navigation__nav__link {
    padding-right: 35px;
  }
}
.navigation__nav__item__dropdown-icon {
  color: #FFDA54;
  height: 14px;
  line-height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: color 0.3s ease;
  width: 14px;
}
.navigation__nav__link {
  color: #FFDA54;
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
@media (min-width: 992px) {
  .navigation__nav__link {
    background-color: #002956;
    color: #ffffff;
    font-size: 16px;
    height: 70px;
    line-height: 20px;
    padding: 0 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .navigation__nav__link {
    font-size: 20px;
    line-height: 24px;
    padding: 0 15px;
  }
}
.navigation__submenu {
  background-color: #FFDA54;
  display: none;
  left: 0;
  position: absolute;
  width: 352px;
}
.navigation__submenu__inner {
  padding: 0 0 38px 0;
}
.navigation__submenu__list {
  margin-top: 11px;
}
.navigation__submenu__item {
  border-bottom: 1px solid #E3C148;
}
.navigation__submenu__link {
  background-color: #FFDA54;
  color: #002956;
  display: block;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 15px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.navigation__submenu__link:hover, .navigation__submenu__link:focus {
  background-color: #002956;
  color: #FFDA54;
}
.navigation__social-link {
  margin-top: -15px;
  position: absolute;
  right: -60px;
  top: 50%;
}

.footer {
  padding-bottom: 68px;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer__top {
  background-color: #002956;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .footer__top {
    padding: 58px 0 50px 0;
  }
}
.footer__top__header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__top__header {
    margin-bottom: 40px;
  }
}
.footer__bottom {
  background-color: #FFDA54;
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .footer__bottom {
    padding: 20px 0;
  }
}
.footer__bottom__item, .footer__bottom__link {
  color: #002956;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.footer__bottom__item {
  display: inline-block;
}
.footer__bottom__item:after {
  content: "|";
  margin: 0 6px;
}
.footer__bottom__item:last-of-type:after {
  content: none;
}
.footer__bottom__link:hover, .footer__bottom__link:focus {
  color: #002956;
  text-decoration: underline;
}
.footer__bottom__legal {
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .footer__bottom__legal {
    margin: 0;
  }
}
.footer__logo {
  margin: 0 auto 20px auto;
  max-width: 100%;
  width: 204px;
}
@media (min-width: 768px) {
  .footer__logo {
    margin: 0;
  }
}
.footer__tag-line {
  color: #ffffff;
  font-family: 500;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}
.footer__social-links {
  margin: 0;
}
.footer__social-links__item {
  display: inline-block;
  margin: 0 6px;
}
.footer__contact-links {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 200;
}
@media (min-width: 992px) {
  .footer__contact-links {
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
}
.footer__contact-links__link {
  background-color: #0079CA;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 68px;
  line-height: 18px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__contact-links__link {
    background-color: transparent;
    height: auto;
    line-height: 25px;
    margin-top: 20px;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__contact-links__link {
    font-size: 17px;
  }
}
.footer__contact-links__link--first {
  border-right: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .footer__contact-links__link--first {
    border: 0;
  }
}
.footer__contact-links__icon {
  color: #ffffff;
  display: block;
  margin: 0 auto 5px auto;
  width: 25px;
}
@media (min-width: 992px) {
  .footer__contact-links__icon {
    color: #FFDA54;
    display: inline-block;
    margin: 0 15px 0 0;
  }
}
.footer__menu__title {
  margin: 0 0 20px 0;
}
.footer__menu__item {
  margin-bottom: 6px;
}
.footer__menu__link {
  color: #ffffff;
  font-family: "ballinger", proxima-nova, helvetica, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}
.footer__logos {
  background-color: #002956;
  border-top: 1px solid #ffffff;
  padding: 41px 0 44px 0;
}
.footer__logos__logo {
  display: block;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.footer__logos__logo:hover {
  opacity: 1;
}
.footer__logos__logo img {
  max-height: 50px;
}

.social-link {
  color: #FFDA54;
  display: block;
  width: 30px;
}
.social-link:hover, .social-link:focus {
  color: #0079CA;
}

.color-block {
  background-color: #002956;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .color-block:before {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    left: -100vw;
    position: absolute;
    width: 200vw;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .color-block:before {
    width: 100vw;
  }
}
.color-block--light-blue {
  background-color: #0079CA;
}
.color-block--white {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .color-block--right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .color-block--right:before {
    left: 0;
  }
}
.color-block__inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .large-gutters .color-block {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .large-gutters .color-block--right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .large-gutters .color-block--leave-gap {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .large-gutters .color-block--right.color-block--leave-gap {
    margin-left: 0;
    margin-right: -48px;
  }
}

@media (min-width: 992px) {
  .xl-gutters .color-block {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  .xl-gutters .color-block {
    margin-left: -86px;
    margin-right: -86px;
    padding-left: 86px;
    padding-right: 86px;
  }
}
@media (min-width: 992px) {
  .xl-gutters .color-block--right {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .xl-gutters .color-block--right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .xl-gutters .color-block--leave-gap {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .xl-gutters .color-block--leave-gap {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .xl-gutters .color-block--right.color-block--leave-gap {
    margin-left: 0;
    margin-right: -48px;
  }
}
@media (min-width: 1200px) {
  .xl-gutters .color-block--right.color-block--leave-gap {
    margin-left: 0;
    margin-right: -86px;
  }
}

.text-block p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-block h3 {
    margin: 30px 0;
  }
}
.text-block > *:first-child {
  margin-top: 0;
}
.text-block ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.text-block ul li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.text-block ul li:last-of-type {
  margin-bottom: 0;
}
.text-block ul li:before {
  background-image: url("../images/bullet.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
}

.two-col-page {
  overflow: hidden;
}
.two-col-page__left-content-col {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .two-col-page__image-spacer {
    height: 992px;
  }
}
@media (min-width: 992px) {
  .two-col-page__image-spacer--inline {
    height: 890px;
  }
}

.breadcrumbs {
  background-color: #0079CA;
  display: inline-block;
  padding: 6px 0 6px 50px;
  position: relative;
  width: 100%;
}
.breadcrumbs:before {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.breadcrumbs__list {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.breadcrumbs__item {
  color: #ffffff;
  display: inline-block;
}
.breadcrumbs__item:after {
  content: "/";
  font-size: 14px;
  line-height: 18px;
  margin: 0 10px;
}
.breadcrumbs__item:last-of-type:after {
  content: none;
}
.breadcrumbs__link, .breadcrumbs__current {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.article-card {
  background-color: #ffffff;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0);
  border-bottom: 5px solid #FFDA54;
  display: block;
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  z-index: 10;
}
.article-card:hover, .article-card:focus {
  box-shadow: 0 16px 15px 0 rgba(0, 0, 0, 0.5);
  transform: translateY(-20px);
}
.article-card--service {
  border-color: #002956;
}
.article-card--case_study, .article-card--sector {
  border-color: #0079CA;
}
.article-card__image {
  background-color: #002956;
  background-position: center;
  background-size: cover;
  padding-bottom: 66.67%;
  width: 100%;
}
.article-card__image--contained {
  background-color: #ffffff;
  position: relative;
}
.article-card__image--contained__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 40px;
  left: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.article-card__content {
  padding: 20px 20px 40px 20px;
}
.article-card__excerpt {
  color: #626567;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 12px;
}
@media (min-width: 576px) {
  .article-card--large .article-card__image {
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .article-card--large .article-card__content {
    padding-top: 30px;
  }
}

.video-embed {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  width: 100%;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-sharing-link {
  background-color: #ffffff;
  border: 1px solid #0079CA;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 20px;
  padding: 12px 10px 13px 10px;
  transition: border-color 0.3s ease;
}
.social-sharing-link:last-of-type {
  margin-bottom: 0;
}
.social-sharing-link:hover, .social-sharing-link:focus {
  border-color: #002956;
  color: #002956;
}
.social-sharing-link__icon {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
}

.pagination {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 10px;
  }
}
.pagination__item {
  margin: 0 10px;
}
.pagination__current, .pagination__link {
  color: #002956;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}
.pagination__current:before {
  border: 2px solid #FFDA54;
  border-radius: 100%;
  content: "";
  height: 28px;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  top: 0;
  width: 28px;
}
.pagination__arrow-link {
  color: #FFDA54;
  width: 28px;
}
.pagination__arrow-link:hover, .pagination__arrow-link:focus {
  color: #0079CA;
}
.pagination__arrow-link:hover .pagination__arrow-link__arrow, .pagination__arrow-link:focus .pagination__arrow-link__arrow {
  fill: #ffffff;
}
.pagination__arrow-link__arrow {
  fill: #002956;
  transition: fill 0.3s ease;
}

.team-member__header {
  color: #626567;
  display: block;
}
.team-member__header:hover {
  color: #626567;
}
.team-member__header:hover .team-member__image-wrapper:after {
  opacity: 1;
}
.team-member__image-wrapper {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 576px) {
  .team-member__image-wrapper {
    min-height: 340px;
  }
}
.team-member__image-wrapper:before, .team-member__image-wrapper:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  max-height: 354px;
  position: absolute;
  width: 100%;
}
@media (min-width: 576px) {
  .team-member__image-wrapper:before, .team-member__image-wrapper:after {
    max-height: 255px;
  }
}
.team-member__image-wrapper:before {
  background-color: #0079CA;
  z-index: 1;
}
.team-member__image-wrapper:after {
  background-color: #002956;
  background-image: url("../images/team-member-hover-bg.svg");
  background-repeat: repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.team-member__image {
  position: relative;
  z-index: 5;
}
.team-member__role {
  font-size: 20px;
  line-height: 30px;
}
.team-member__socials {
  margin: 12px 0 0 0;
}
.team-member__socials__item {
  display: inline-block;
  margin-right: 17px;
}
@media (min-width: 576px) {
  .team-member__socials__item {
    margin-right: 12px;
  }
}
.team-member__socials__item:last-of-type {
  margin-right: 0;
}
.team-member__socials__link {
  color: #FFDA54;
  display: block;
  width: 42px;
}
@media (min-width: 576px) {
  .team-member__socials__link {
    width: 30px;
  }
}
.team-member__socials__link:hover, .team-member__socials__link:focus {
  color: #0079CA;
}

.team-member-modal {
  background-color: #002956;
  border: 4px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
}
.team-member-modal__content {
  padding: 40px 20px;
}
@media (min-width: 576px) {
  .team-member-modal__content {
    padding: 40px 10px 50px 40px;
  }
}
.team-member-modal__bio {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 20px;
}
.team-member-modal__socials {
  margin: 30px 0 0 0;
}
.team-member-modal__image {
  margin-top: -56px;
}
.team-member-modal__close {
  background-color: transparent;
  border: 0;
  color: #FFDA54;
  display: block;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: color 0.3s ease;
  width: 25px;
}
.team-member-modal__close:hover, .team-member-modal__close:focus {
  color: #0079CA;
  outline: none;
}

.quote {
  font-family: "ballinger", proxima-nova, helvetica, sans-serif;
  font-style: italic;
  font-weight: 500;
}
.quote__icon {
  display: block;
  margin: 0 0 10px 0;
  width: 55px;
}
.quote__author {
  color: #626567;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .quote__author {
    margin-top: 25px;
  }
}

.faq {
  border-bottom: 2px solid #FFDA54;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq__question {
  color: #002956;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5555555556;
  position: relative;
}
.faq__question:after {
  background-image: url("../images/icons/down-arrow.svg");
  background-position: center;
  background-size: contain;
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(180deg);
  width: 14px;
}
.faq__question.collapsed:after {
  transform: rotate(0);
}
.faq__answer {
  font-size: 1rem;
  line-height: 1.625;
  padding: 22px 0 13px 0;
}

.skip-to-content-link {
  background: #FFDA54;
  color: #002956;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  transform: translateY(-100%);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s;
  z-index: 600;
}
.skip-to-content-link:hover {
  background-color: #0079CA;
  color: #ffffff;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
}

.two-col-masthead-title {
  padding: 20px 0;
  position: relative;
  z-index: 3;
}
.two-col-masthead-title--with-arrow {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .two-col-masthead-title {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .two-col-masthead-title {
    padding: 255px 0 100px 0;
  }
}
.two-col-masthead-title--white {
  background: #ffffff;
}
@media (min-width: 992px) {
  .two-col-masthead-title--white {
    padding-bottom: 70px;
  }
}
.two-col-masthead-title--white:before {
  background-color: #ffffff;
  content: "";
  height: 100%;
  left: -100vw;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: 1;
}
@media (min-width: 992px) {
  .two-col-masthead-title--white:before {
    left: auto;
    right: 0;
  }
}
.two-col-masthead-title__content {
  position: relative;
  z-index: 2;
}
.two-col-masthead-title__arrow {
  color: #ffffff;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  top: -28px;
  width: 56px;
}
.two-col-masthead-title__arrow:hover, .two-col-masthead-title__arrow:focus {
  color: #ffffff;
}
@media (min-width: 992px) {
  .two-col-masthead-title__arrow {
    color: #002956;
    left: auto;
    margin-left: 0;
    margin-top: -28px;
    right: -28px;
    top: 50%;
  }
}

@media (min-width: 992px) {
  .xl-gutters .two-col-masthead-title--white:before {
    margin-right: -48px;
  }
}
@media (min-width: 1200px) {
  .xl-gutters .two-col-masthead-title--white:before {
    margin-right: -86px;
  }
}
@media (min-width: 992px) {
  .xl-gutters .two-col-masthead-title__arrow {
    right: -76px;
  }
}
@media (min-width: 1200px) {
  .xl-gutters .two-col-masthead-title__arrow {
    right: -114px;
  }
}

.two-col-masthead-image {
  height: 321px;
  width: 100%;
}
@media (min-width: 768px) {
  .two-col-masthead-image {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .two-col-masthead-image {
    height: 992px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.two-col-masthead-image__content {
  height: 391px;
  overflow: hidden;
  padding-top: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .two-col-masthead-image__content {
    height: 570px;
  }
}
@media (min-width: 992px) {
  .two-col-masthead-image__content {
    height: 100%;
    position: relative;
  }
}
.two-col-masthead-image__btn-holder {
  padding: 40px 0;
}
.two-col-masthead-image__btn {
  margin: 0 17px 0 0;
}
.two-col-masthead-image__btn:last-of-type {
  margin-right: 0;
}
.two-col-masthead-image__bg-holder {
  background-color: #0079CA;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .two-col-masthead-image__bg-holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.two-col-masthead-image__bg-holder--yellow {
  background-color: #FFDA54;
}
.two-col-masthead-image__bg-holder__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.two-col-masthead-image__bg, .two-col-masthead-image__bg-slider {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1.05);
  width: 100%;
  z-index: 1;
}
.two-col-masthead-image__bg--left, .two-col-masthead-image__bg-slider--left {
  background-position: left;
}
.two-col-masthead-image__bg--right, .two-col-masthead-image__bg-slider--right {
  background-position: right;
}
.two-col-masthead-image__bg, .two-col-masthead-image__bg-slider__slide.slick-active {
  animation-name: bannerfade;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-play-state: running;
  transform: scale(1.05);
}
.two-col-masthead-image__bg-slider .slick-list {
  height: 100%;
  width: 100%;
}
.two-col-masthead-image__bg-slider .slick-track {
  height: 100%;
}
.two-col-masthead-image__bg-slider__slide {
  background-size: cover;
  display: block;
  height: 100%;
  transform: scale(1.05);
  width: 100%;
}
.two-col-masthead-image__bg-slider__slide--left {
  background-position: left;
}
.two-col-masthead-image__bg-slider__slide--right {
  background-position: right;
}
.slick-initialized .two-col-masthead-image__bg-slider__slide {
  transform: scale(1);
}
@media (min-width: 992px) {
  .two-col-masthead-image--inline {
    height: 890px;
  }
}
.two-col-masthead-image__inline-bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 90%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .two-col-masthead-image__inline-bg {
    background-position: right bottom;
    z-index: -1;
  }
}

@keyframes bannerfade {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.page-link-grid {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .page-link-grid {
    padding: 50px 0 100px 0;
  }
}
@media (min-width: 768px) {
  .page-link-grid__title {
    margin-bottom: 40px;
  }
}
.page-link-grid__item {
  border: 1px solid #626567;
  display: block;
  margin-bottom: 10px;
  padding: 13px 20px;
}
.page-link-grid__item:last-of-type {
  margin-bottom: 0;
}
.page-link-grid__item__toggle {
  color: #ffffff;
}
.page-link-grid__item__logo {
  display: block;
  margin-right: 20px;
  width: 40px;
}
.page-link-grid__reveal {
  color: #ffffff;
  padding: 6px 0 0 60px;
}
@media (min-width: 768px) {
  .page-link-grid__reveal {
    font-size: 17px;
    line-height: 27px;
  }
}
.page-link-grid__reveal__btn {
  margin-top: 20px;
}

.case-study-slider {
  overflow: hidden;
  margin: 0 0 40px 0;
  position: relative;
}
.case-study-slider__bg {
  background-color: #0079CA;
  background-position: center;
  background-size: cover;
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.case-study-slider__inner {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.case-study-slider__title {
  margin: 0 0 68px 0;
  text-shadow: 0px 0px 4px black;
}
.case-study-slider__slide-holder {
  background-color: #002956;
  padding: 50px 40px 70px 40px;
  width: 100%;
}
.case-study-slider__counter {
  font-size: 10px;
  line-height: 27px;
}
.case-study-slider__counter__current {
  font-size: 17px;
}
.case-study-slider__slide__title {
  margin: 0 0 30px 0;
}
.case-study-slider__slide__btn {
  margin-top: 40px;
}
.case-study-slider__slide__testimonial {
  font-family: "ballinger", proxima-nova, helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}
.case-study-slider__slide__author {
  margin: 30px 0 0 0;
}
.case-study-slider__nav {
  margin-top: 30px;
}

.card-slider {
  margin: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .card-slider {
    margin: 40px 0 70px 0;
  }
}
@media (min-width: 768px) {
  .card-slider--extra-margin {
    margin: 70px 0;
  }
}
.card-slider__inner {
  position: relative;
}
.card-slider__btn {
  margin-top: 40px;
}
.card-slider__slider-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .card-slider__slider-wrapper {
    margin-top: 20px;
    position: static;
  }
}
.card-slider__slide {
  max-width: 100vw;
  width: 100%;
}
.card-slider .slick-track {
  padding-top: 20px;
}
@media (min-width: 576px) {
  .card-slider .slick-track {
    display: flex !important;
  }
}
.card-slider .slick-track .slick-slide {
  height: inherit !important;
}
@media (min-width: 768px) {
  .card-slider__nav {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.card-slider__nav .slick-arrow {
  position: absolute;
  margin-top: -22px;
  top: 50%;
}
@media (min-width: 768px) {
  .card-slider__nav .slick-arrow {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
  }
}
.card-slider__nav .slick-arrow--prev {
  left: -20px;
}
@media (min-width: 768px) {
  .card-slider__nav .slick-arrow--prev {
    left: auto;
  }
}
.card-slider__nav .slick-arrow--next {
  right: -20px;
}
@media (min-width: 768px) {
  .card-slider__nav .slick-arrow--next {
    right: auto;
  }
}

.content-block {
  margin: 0 0 40px 0;
}
.content-block:last-of-type {
  margin-bottom: 0;
}
.content-block--image {
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .content-block--image {
    margin: 50px 0;
  }
}
.content-block__numbered-list__list {
  padding-left: 18px;
}
.content-block__numbered-list__list > li {
  color: #002956;
  font-weight: 600;
  margin-bottom: 20px;
}
.content-block__numbered-list__list > li:last-of-type {
  margin-bottom: 0;
}
.content-block__numbered-list__content {
  color: #626567;
  font-weight: normal;
}
.content-block__numbered-list__content ol {
  list-style: lower-roman;
  padding-left: 20px;
}
.content-block__numbered-list__content ol li {
  margin-bottom: 20px;
}
.content-block__numbered-list__content ol li:last-of-type {
  margin-bottom: 0;
}

.image-banner {
  margin-bottom: 70px;
  min-height: 500px;
  padding-top: 50px;
  position: relative;
}
.image-banner__bg {
  background-color: #0079CA;
  background-position: center;
  background-size: cover;
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.image-banner__content-holder {
  background-color: #002956;
  display: block;
  padding: 47px 40px 70px 40px;
  position: relative;
  z-index: 2;
}
.image-banner__title {
  margin: 0 0 30px 0;
}
.image-banner__btn {
  margin-top: 40px;
}

.masthead {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .masthead {
    padding-top: 70px;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .masthead--extra-padding {
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  .masthead__bg, .masthead__bg-slider {
    margin-top: 135px;
  }
}
.masthead__bg {
  background-color: #002956;
  background-position: center;
  background-size: cover;
  display: block;
  height: 312px;
  width: 100%;
}
@media (min-width: 768px) {
  .masthead__bg {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .masthead__bg--small {
    height: 450px;
  }
}
.masthead__bg-slider {
  height: 312px;
}
@media (min-width: 768px) {
  .masthead__bg-slider {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .masthead__bg-slider--small {
    height: 450px;
  }
}
.masthead__bg-slider__slide {
  background-position: center;
  background-size: cover;
  height: 312px;
  width: 100%;
}
@media (min-width: 768px) {
  .masthead__bg-slider__slide {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .masthead__bg-slider--small .masthead__bg-slider__slide {
    height: 450px;
  }
}

.map {
  position: relative;
  z-index: 0;
}
.map__address {
  background-color: #0079CA;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-left: -20px;
  margin-right: -20px;
  padding: 47px 20px 70px 20px;
}
@media (min-width: 768px) {
  .map__address {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    max-width: 358px;
    padding: 47px 40px 70px 40px;
    position: absolute;
    top: 120px;
    width: 356px;
    z-index: 2;
  }
}
.map__address__contact-links {
  margin-top: 20px;
}
.map__address__link {
  color: #ffffff;
}
.map__address__link:hover, .map__address__link:focus {
  color: #FFDA54;
}
.map__logo {
  margin-bottom: 30px;
  width: 204px;
}
.map__map-holder {
  height: 756px;
  width: 100%;
}

.homepage__sector-list {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .homepage__sector-list {
    padding: 50px 0 70px 0;
  }
}
.homepage__content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .homepage__content {
    padding: 60px 0 100px 0;
  }
}
.homepage__content__btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .homepage__content__btn {
    margin-top: 40px;
  }
}

.service__content {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .service__content {
    padding: 70px 0;
  }
}
.service__list-block {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .service__list-block {
    padding: 50px 0;
  }
}
.service__list-block__btn {
  margin-top: 40px;
}
.service__form {
  padding: 20px 0 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .service__form {
    padding: 50px 0 53px 0;
  }
}
.service__form__reveal {
  padding-bottom: 20px;
  padding-top: 40px;
}
.service__form__btn {
  margin-top: 20px;
}
.service__form__reveal-trigger {
  bottom: -28px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  transform: rotate(180deg);
  width: 56px;
  z-index: 2;
}
.service__form__reveal-trigger.collapsed {
  transform: rotate(0);
}
.service__form__reveal-trigger:hover {
  color: #ffffff;
}

.service-listing {
  padding: 20px 0 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .service-listing {
    padding: 70px 0 30px 0;
  }
}
@media (min-width: 992px) {
  .service-listing:before {
    background-color: #ffffff;
    content: "";
    height: 400px;
    left: 0;
    position: absolute;
    top: -160px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .service-listing__filter {
    margin-left: auto;
    max-width: 280px;
  }
}
.service-listing__grid {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .service-listing__grid {
    margin-top: 30px;
  }
}
.service-listing__grid__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-listing__grid__item {
    margin-bottom: 40px;
  }
}

.article {
  overflow: hidden;
}
.article__content-block {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .article__content-block {
    padding: 70px 0 100px 0;
  }
}
.article__sidebar {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .article__sidebar {
    padding-top: 40px;
  }
}
.article__author {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .article__author {
    margin-top: 0;
  }
}
.article__author__image {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .article__author__image {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .article__author__name {
    font-size: 25px;
    line-height: 25px;
  }
}
.article__author__post-date {
  font-size: 15px;
  line-height: 23px;
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  .article__author__post-date {
    margin-top: 10px;
  }
}
.article__author__socials {
  margin: 10px 0 0 0;
}
.article__author__socials__item {
  display: inline-block;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .article__author__socials__item {
    margin-right: 7px;
  }
}
.article__author__socials__item:last-of-type {
  margin-right: 0;
}
.article__author__socials__link {
  color: #FFDA54;
  display: block;
  width: 40px;
}
@media (min-width: 992px) {
  .article__author__socials__link {
    width: 20px;
  }
}
.article__author__socials__link:hover, .article__author__socials__link:focus {
  color: #0079CA;
}
.article__quote {
  margin: 50px 0;
}

.listing-page {
  overflow: hidden;
}
.listing-page__intro {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .listing-page__intro {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .listing-page__intro {
    padding: 70px 0 300px 0;
  }
}
.listing-page__filters {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .listing-page__filters {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .listing-page__filters__filter {
    max-width: 358px;
  }
}
.listing-page__grid {
  margin: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .listing-page__grid {
    margin: 50px 0 70px 0;
  }
}
@media (min-width: 992px) {
  .listing-page__grid {
    margin-top: -230px;
  }
}
.listing-page__grid__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .listing-page__grid__item {
    margin-bottom: 40px;
  }
}

.case-study {
  overflow: hidden;
}
.case-study__details {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .case-study__details {
    margin: 30px 0 40px 0;
  }
}
.case-study__details__detail {
  color: #002956;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-right: 25px;
}
.case-study__content-block {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .case-study__content-block {
    padding: 70px 0 100px 0;
  }
}
.case-study__sidebar {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .case-study__sidebar {
    padding: 30px 0 0 0;
  }
}
.case-study__related-slider {
  position: relative;
}
.case-study__related-slider .slick-track {
  padding: 30px 0 10px 0;
}
.case-study__related-slider__nav .slick-arrow {
  position: absolute;
  margin-top: -22px;
  top: 50%;
}
.case-study__related-slider__nav .slick-arrow--prev {
  left: -22px;
}
.case-study__related-slider__nav .slick-arrow--next {
  right: -22px;
}

.sector__content {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .sector__content {
    padding: 70px 0 88px 0;
  }
}
.sector__form-wrapper {
  position: relative;
}
.sector__form {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .sector__form {
    padding: 50px 0 70px 0;
  }
}
.sector__form__wrapper {
  margin-top: 40px;
}
.sector__form__btn {
  margin-top: 20px;
}
.sector__services {
  z-index: 5;
}
@media (min-width: 992px) {
  .sector__services {
    margin-top: 50px;
  }
}
.sector__services__inner {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .sector__services__inner {
    padding: 50px 0;
  }
}
.sector__services__btn {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .sector__testimonials {
    margin-top: -70px;
    position: relative;
    z-index: 0;
  }
}

.sector-listing__subtitle {
  position: relative;
  z-index: 2;
}
.sector-listing__subtitle__inner {
  font-family: "ballinger", proxima-nova, helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .sector-listing__subtitle__inner {
    padding: 50px 0 70px 0;
  }
}
@media (min-width: 992px) {
  .sector-listing__subtitle__inner {
    margin-top: -100px;
    padding: 50px 0 150px 0;
  }
}
.sector-listing__grid {
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .sector-listing__grid {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .sector-listing__grid {
    margin-top: -100px;
  }
}
.sector-listing__grid__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sector-listing__grid__item {
    margin-bottom: 40px;
  }
}

.about {
  overflow: hidden;
}
.about__content-holder {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .about__content-holder {
    padding: 66px 0 100px 0;
  }
}
@media (max-width: 767.98px) {
  .about__content-holder--history {
    padding-bottom: 0;
  }
}
.about__content-holder--team {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .about__content-holder--team {
    padding-bottom: 60px;
  }
}
.about__history-block {
  margin-bottom: 40px;
}
.about__history-block:last-of-type {
  margin-bottom: 0;
}
.about__history-block__image {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .about__history-block__image {
    margin: 0;
  }
}
.about__member-grid {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .about__member-grid {
    margin-top: 40px;
  }
}
.about__member-grid__item {
  margin-bottom: 40px;
}
.about__sidebar {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .about__sidebar {
    margin: 60px 0 20px 0;
  }
}
.about__menu {
  margin-bottom: 40px;
}
.about__menu:last-of-type {
  margin-bottom: 0;
}
.about__menu__title {
  font-size: 30px;
  line-height: 45px;
  margin: 0 0 40px 0;
}
.about__menu__link--file {
  padding-right: 40px;
}
.about__menu__link--file:before {
  background-image: url("../images/icons/pdf-icon.svg");
  background-position: center;
  background-size: contain;
  content: "";
  height: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
}

.contact__extensions {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .contact__extensions {
    padding: 50px 0 70px 0;
  }
}
@media (min-width: 768px) {
  .contact__extensions__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact__extensions__contact-buttons a:first-of-type {
    margin-bottom: 20px;
  }
}
.contact__extensions__list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contact__extensions__list {
    margin-top: 50px;
  }
}
.contact__extensions__list__title {
  margin: 0 0 20px 0;
}
.contact__extensions__list__item {
  margin-bottom: 12px;
}
.contact__extensions__list__item:last-of-type {
  margin-bottom: 0;
}
.contact__extensions__list__item__link {
  color: #ffffff;
}
.contact__extensions__list__item__link:hover, .contact__extensions__list__item__link:focus {
  color: #FFDA54;
}
.contact__opening-hours {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .contact__opening-hours {
    padding: 70px 0;
  }
}
.contact__opening-hours__list {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contact__opening-hours__list {
    margin: 30px 0 0 0;
  }
}
.contact__opening-hours__day {
  font-size: 17px;
  padding: 7px 20px;
}
@media (min-width: 768px) {
  .contact__opening-hours__day {
    padding: 7px 25px;
  }
}
.contact__opening-hours__day--current {
  background-color: #002956 !important;
  color: #ffffff;
}
.contact__opening-hours__day--current .contact__opening-hours__day__title {
  color: #ffffff;
}
.contact__opening-hours__day:nth-child(odd) {
  background-color: #F7F9FB;
}
.contact__opening-hours__day__title {
  color: #002956;
}
@media (min-width: 992px) {
  .contact__form-holder {
    margin-bottom: -200px;
  }
}
.contact__form {
  padding: 50px 0 70px 0;
}

.content-page {
  overflow: hidden;
}
.content-page__content-block {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .content-page__content-block {
    padding: 70px 0 100px 0;
  }
}
@media (min-width: 992px) {
  .content-page__content-block {
    margin-bottom: 70px;
  }
}

.quality-assurance {
  overflow: hidden;
}
.quality-assurance__content-block {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .quality-assurance__content-block {
    padding: 70px 0 100px 0;
  }
}
@media (min-width: 992px) {
  .quality-assurance__content-block {
    margin-bottom: 70px;
  }
}
.quality-assurance__sidebar {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .quality-assurance__sidebar {
    padding: 60px 0 0 0;
  }
}
.quality-assurance__quote {
  color: #002956;
  font-family: "ballinger", proxima-nova, helvetica, sans-serif;
  font-weight: 500;
  margin: 0 0 40px 0;
}
.quality-assurance__quote:last-of-type {
  margin-bottom: 0;
}

.faqs {
  overflow: hidden;
}
.faqs__content-block {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .faqs__content-block {
    padding: 70px 0 100px 0;
  }
}
.faqs__questions {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .faqs__questions {
    margin-top: 30px;
  }
}
.faqs__category-title {
  margin: 60px 0 40px 0;
}

/*# sourceMappingURL=style.css.map */
