.overall-style--dark {
  color: #ffffff;
}
.overall-style--dark a {
  color: #ffffff;
}
.overall-style--dark .button--square:hover {
  color: #222222;
}
.overall-style--dark .search-toggle__wond {
  stroke: #ffffff;
}
.overall-style--dark .menu__item--mobile.active .menu__link--mobile {
  color: #222222;
}
.overall-style--dark .submenu__list .menu__item--mobile.active .submenu__link--mobile {
  color: #222222;
}
.overall-style--dark .menu__link--mobile,
.overall-style--dark .submenu__link--mobile {
  color: #ffffff;
}
.overall-style--dark .breadcrumb__link {
  color: #ffffff;
}
.overall-style--dark .typography table tr:first-child {
  border-bottom: 1px solid #ffffff;
}
.overall-style--dark .typography a {
  color: #ffffff;
}
.overall-style--dark .typography a:hover,
.overall-style--dark .typography a:active,
.overall-style--dark .typography a:focus {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.overall-style--dark.ContactPage .contact-details__link {
  color: #ffffff;
  transition: border-bottom 0.2s ease;
}
.overall-style--dark.ContactPage .contact-details__link:hover {
  border-bottom: 1px solid #ffffff;
}
.overall-style--dark .related__heading {
  border-bottom: 1px solid #ffffff;
}
.overall-style--dark .related__link {
  color: #ffffff;
}
.overall-style--dark .promotion__copy .copy__container {
  color: #ffffff;
}
.overall-style--dark .card__header,
.overall-style--dark .card__contents {
  color: #ffffff;
}
.overall-style--dark .contact-details__header {
  border-bottom: 1px solid #ffffff;
}
.overall-style--dark .email__link--footer {
  transition: border-bottom 0.2s ease;
}
.overall-style--dark .email__link--footer:hover {
  border-bottom: 1px solid #ffffff;
}

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

/* Box sizing */
html {
  box-sizing: border-box;
  background-color: #ffffff;
  color: #222222;
}

body {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

a {
  color: #222222;
}

.max-width-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  position: relative;
}

main {
  display: block;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.section__spacing {
  margin-top: 60px;
  margin-bottom: 60px;
}

body {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

/* this removes the underline from all links */
body a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1,
.typography.mce-content-body h1 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 15px 0 6px;
}
@media (min-width: 576px) {
  h1,
.typography.mce-content-body h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  h1,
.typography.mce-content-body h1 {
    font-size: 3rem;
  }
}

h2,
.typography.mce-content-body h2 {
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 20px 0 10px;
}
@media (min-width: 576px) {
  h2,
.typography.mce-content-body h2 {
    font-size: 1.563rem;
  }
}
@media (min-width: 992px) {
  h2,
.typography.mce-content-body h2 {
    font-size: 2.5rem;
  }
}

h3,
.typography.mce-content-body h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 20px 0 10px;
}
@media (min-width: 992px) {
  h3,
.typography.mce-content-body h3 {
    size: 1.25rem;
  }
}
@media (min-width: 992px) {
  h3,
.typography.mce-content-body h3 {
    font-size: 2rem;
  }
}

h4,
.typography.mce-content-body h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 25px 0 10px;
}
@media (min-width: 576px) {
  h4,
.typography.mce-content-body h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  h4,
.typography.mce-content-body h4 {
    font-size: 1.5rem;
  }
}

h5,
.typography.mce-content-body h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 25px 0 10px;
}
@media (min-width: 992px) {
  h5,
.typography.mce-content-body h5 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  h5,
.typography.mce-content-body h5 {
    font-size: 1.375rem;
  }
}

h6,
.typography.mce-content-body h6 {
  font-size: 0.938rem;
  line-height: 1.27;
  margin: 25px 0 10px;
}
@media (min-width: 576px) {
  h6,
.typography.mce-content-body h6 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  h6,
.typography.mce-content-body h6 {
    font-size: 1.375rem;
  }
}

p,
.typography.mce-content-body p {
  font-size: 1rem;
  line-height: 1.5;
}

.typography em {
  font-style: italic;
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
  margin: 0 0 20px 25px;
}

.typography ul li {
  list-style-type: disc;
}

/* adds disc style bullet to the list */
.typography li {
  margin-bottom: 5px;
}

.typography a {
  color: #222222;
  border-bottom: 1px solid #222222;
}

.typography a:hover,
.typography a:active,
.typography a:focus {
  color: #222222;
  border-bottom: 1px solid #222222;
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
  border-collapse: collapse;
  /* borders are collapsed into a single border when possible */
  border-spacing: 0;
  /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
  margin: 0 0 10px;
  text-align: left;
}

.typography table tr:first-child {
  font-weight: bold;
  border-bottom: 1px solid #222222;
}

.typography table tr {
  border-bottom: 1px solid #cccccc;
}

.typography table tr.even,
.typography table th,
.typography thead td {
  background-color: #ededed;
}

.typography table td,
.typography table th {
  padding: 10px 0;
  vertical-align: top;
}

.typography table th {
  font-weight: bold;
}

.typography .page__table {
  overflow-x: auto;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .text-left {
  text-align: left;
}

.typography .text-center {
  text-align: center;
}

.typography .text-right {
  text-align: right;
}

/* IMAGES
-------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
  background: transparent url("../images/ajax-loader.gif") no-repeat center center;
}

.typography img.left {
  float: left;
  max-width: 50%;
  margin: 20px 40px 10px 0;
}

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

.typography img.right {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 20px 0 10px 40px;
}

.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}

.typography img.rightAlone {
  float: right;
  margin-left: 100%;
  margin-bottom: 10px;
  clear: both;
}

.typography .captionImage {
  width: 100%;
  margin-top: 5px;
}

.typography .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0;
}

.typography .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}

.typography .captionImage.left[style],
.typography .captionImage.right[style] {
  max-width: 50%;
  /* Overides core width to make responsive */
}

.typography .captionImage.left img,
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
}

.typography .captionImage.left img {
  margin-right: -10px;
}

.typography .captionImage.right img {
  margin-left: -10px;
}

.typography .captionImage.right p {
  margin-left: -10px;
  text-align: right;
  margin-left: -10px;
}

.typography .captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0;
}

.typography .captionImage.rightAlone {
  float: none;
  text-align: right;
  margin: 0 20px 20px auto;
}

.typography .captionImage.center {
  margin: 0 auto 20px;
}

.typography .captionImage.text-center {
  margin: 0 auto 20px;
}

.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #777777;
}

.typography .caption.right.text-center,
.typography .caption.left.text-center,
.typography .caption.center {
  text-align: center;
}

.typography .caption.right.text-left,
.typography .caption.center.text-left {
  text-align: left;
}

.typography .caption.left.text-right,
.typography .caption.center.text-right {
  text-align: right;
}

/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url("../images/blockquote.png") no-repeat 0 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}

.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}

.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}

.print-only {
  display: none;
}

@media print {
  *,
*:before,
*:after,
*:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  * {
    background-image: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    padding-left: 20px;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  /**
   * HIDE certain elements completely
   */
  .no-print,
.banner__hover-icon {
    display: none !important;
  }

  .print-only {
    display: block !important;
    font-weight: bold;
  }

  .slide__container,
.cta {
    height: auto !important;
  }

  .cta__copy-container {
    padding: 0 !important;
  }

  .section__spacing {
    margin-bottom: 0 !important;
  }

  .site__footer .contact-details {
    text-align: left !important;
  }
  .site__footer .contact-details__header {
    margin-left: 0;
  }

  .contact-details__social-links a,
.content-info__links--footer a {
    display: block;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .section__heading {
    margin-bottom: 0 !important;
  }

  .promotion--image-right {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .page__banner--subpage {
    height: auto !important;
  }

  .cards__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .card {
    width: 40%;
    display: inline-block;
    margin-right: 10px;
  }

  .card__container .copy__container {
    padding-bottom: 0;
  }

  .cards__list--image-shape-circle .card__banner {
    height: 200px;
    width: 200px !important;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page__breadcrumbs {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .page__breadcrumbs {
    padding: 20px 0 60px 0;
  }
}

.breadcrumb__link {
  font-size: 14px;
  color: #222222;
  padding-bottom: 2px;
}

.breadcrumb__arrow {
  display: inline-block;
  width: 40px;
  height: 15px;
  position: relative;
}

.breadcrumb__arrow .arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  top: 20%;
  margin: 0 10px;
}

.button--square {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 4px 28px;
}
.button--square:hover a {
  color: #ffffff;
}
.button--square:hover .button__label {
  text-decoration: none;
}

.button--back-to-top {
  width: 50px;
  height: 50px;
  background-color: #ededed;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 10;
  transition: background-color 0.2s ease;
  display: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.button--back-to-top .arrow--top {
  stroke: #000000;
}
.button--back-to-top:hover {
  background-color: #909090;
}
.button--back-to-top:hover .arrow--top {
  stroke: #ffffff;
}

.button__container--back-to-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.site-header {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.site-header__container {
  padding: 30px 0 0 0;
}

.site-header__brand {
  padding-bottom: 10px;
}

.site-header__menu {
  white-space: nowrap;
  top: 0;
}

.site-header__mobile-menu {
  z-index: 10;
  height: 34px;
}

.site-header__quick-links {
  display: none;
}
@media (min-width: 992px) {
  .site-header__quick-links {
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header--brand-left {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.site-header--brand-center {
  -ms-flex-direction: row;
      flex-direction: row;
}
.site-header--brand-center.site-header--menu-left .site-header__menu {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (min-width: 576px) {
  .site-header--brand-center.site-header--menu-left .site-header__menu {
    width: auto;
    -ms-flex-pack: initial;
        justify-content: initial;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.site-header--brand-center.site-header--menu-left .site-header__mobile-menu {
  left: 20px;
}
.site-header--brand-center.site-header--menu-left .search__toggle .toggle__close {
  right: -20px;
  left: auto;
  box-shadow: -4px -9px 9px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 576px) {
  .site-header--brand-center.site-header--menu-left .search__toggle .toggle__close {
    left: -20px;
    right: auto;
    box-shadow: 4px -10px 9px 0 rgba(0, 0, 0, 0.25);
  }
}
.site-header--brand-center.site-header--menu-right .site-header__menu {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media (min-width: 576px) {
  .site-header--brand-center.site-header--menu-right .site-header__menu {
    width: auto;
    -ms-flex-pack: initial;
        justify-content: initial;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.site-header--brand-center.site-header--menu-right .site-header__mobile-menu {
  right: 20px;
}
.site-header--brand-center.site-header--menu-right .search__toggle .toggle__close {
  left: -20px;
  right: auto;
  box-shadow: 4px -10px 9px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 576px) {
  .site-header--brand-center.site-header--menu-right .search__toggle .toggle__close {
    right: -20px;
    left: auto;
    box-shadow: -4px -9px 9px 0 rgba(0, 0, 0, 0.25);
  }
}
.site-header--brand-center .site-header__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 3;
      flex-grow: 3;
}
.site-header--brand-center .brand__tagline {
  text-align: center;
}

.site-header--brand-right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.site-header--brand-right .site-header__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.site-header--brand-right .site-header__brand a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}
.site-header--brand-right .site-header__brand .brand__tagline {
  text-align: right;
}
.site-header--brand-right .site-header__mobile-menu {
  left: 20px;
}
@media (min-width: 576px) {
  .site-header--brand-right .site-header__mobile-menu {
    left: 75px;
  }
}

.site-header--menu-left .site-header__menu {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  left: 0;
}
.site-header--menu-left .site-header__mobile-menu {
  top: 30px;
}
.site-header--menu-left .search__toggle {
  margin-right: 10px;
}
@media (min-width: 576px) {
  .site-header--menu-left .search__toggle {
    margin-right: 15px;
  }
}
.site-header--menu-left .search__toggle .toggle__close {
  left: -20px;
  box-shadow: 4px -15px 9px 0 rgba(0, 0, 0, 0.25);
}
.site-header--menu-left .button--square {
  margin-right: 10px;
}

.site-header--menu-right .site-header__menu {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  -ms-flex-align: start;
      align-items: flex-start;
}
.site-header--menu-right .site-header__mobile-menu {
  right: 20px;
}
.site-header--menu-right .search__toggle {
  margin-left: 10px;
}
@media (min-width: 576px) {
  .site-header--menu-right .search__toggle {
    margin-left: 15px;
  }
}
.site-header--menu-right .search__toggle .toggle__close {
  right: -20px;
  box-shadow: -4px -9px 9px 0 rgba(0, 0, 0, 0.25);
}
.site-header--menu-right .button--square {
  margin-left: 12px;
}

.brand__image--header {
  max-width: 160px;
}
@media (min-width: 992px) {
  .brand__image--header {
    max-width: 300px;
  }
}

.brand__tagline--header {
  display: none;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .brand__tagline--header {
    display: block;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only:focus {
  width: auto;
  height: auto;
  max-height: auto;
  margin: 0;
  overflow: visible;
  clip: unset;
}

.menu--primary {
  display: none;
}
@media (min-width: 992px) {
  .menu--primary {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.menu__list--primary {
  height: auto;
  padding-left: 0;
}

.menu__item--primary {
  border-bottom: 0;
  display: inline-block;
  line-height: 32px;
  margin-right: 10px;
  line-height: 35px;
}
.menu__item--primary:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  transition: all 0.5s ease;
}
.menu__item--primary:hover:after {
  width: 100%;
}
.menu__item--primary.active:after {
  width: 100%;
}
.menu__item--primary .menu__link {
  padding: 0 20px;
  text-decoration: none;
}

.menu--mobile {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 85vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  transition: max-height 0.2s ease-out;
}
@media (min-width: 992px) {
  .menu--mobile {
    display: none;
  }
}
.menu--mobile.hide {
  max-height: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
}
.menu--mobile.hide:focus {
  width: auto;
  height: auto;
  max-height: auto;
  margin: 0;
  overflow: visible;
  clip: unset;
}

.menu__link--mobile,
.submenu__link--mobile {
  padding: 0 20px;
  color: #222222;
}

.menu__submenu--mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.menu__submenu-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.menu__submenu-toggle.arrow-rotate .arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.menu__list--mobile {
  padding: 70px 0;
  list-style-type: none;
  margin: 0;
}

.menu__item--mobile.active > .submenu__container--mobile {
  background-color: #f0f0f0;
}

.submenu__container--mobile {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  line-height: 3.4;
}

.submenu__list--mobile {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.submenu__list--mobile.hide {
  max-height: 0;
  overflow: hidden;
}

.menu--secondary {
  display: none;
}
@media (min-width: 992px) {
  .menu--secondary {
    display: block;
    width: 260px;
    margin-right: 40px;
    margin-top: 20px;
  }
}
.menu--secondary.hide {
  max-height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.menu--secondary.hide:focus {
  width: auto;
  height: auto;
  max-height: auto;
  margin: 0;
  overflow: visible;
  clip: unset;
}
.menu--secondary .menu__submenu-toggle {
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  right: 0;
  cursor: pointer;
}

.link__container {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.link__container--level2 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 60px;
}

.menu__item {
  position: relative;
}
.menu__item.active .link__container {
  padding-left: 36px;
}
.menu__item.active--level2 .link__container--level2 {
  padding-left: 56px;
}

.menu__bottom-border {
  height: 1px;
  position: absolute;
  width: calc(100% - 40px);
  background-color: #cccccc;
  right: 0;
}

.menu__container--secondary {
  border-left: 1px solid #cccccc;
}

.menu__list--secondary {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
}

.menu__item--secondary {
  list-style: none;
}

.menu__heading--secondary {
  line-height: 1.5;
}

.menu__link {
  padding-right: 40px;
}

.menu__link--secondary {
  color: #222222;
  line-height: 2;
  margin-right: 20px;
}

.menu__link--level1 {
  font-weight: 600;
}

.submenu__list--secondary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.submenu__list--secondary.hide {
  max-height: 0;
  overflow: hidden;
}

.menu__submenu--secondary {
  transition: max-height 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.site__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-details {
  text-align: center;
  padding: 60px 0 60px 0;
  clear: both;
  background-color: #ededed;
}
@media (min-width: 992px) {
  .contact-details {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .contact-details__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.contact-details__block {
  margin-bottom: 60px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.contact-details__header {
  max-width: 200px;
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #474747;
}
@media (min-width: 992px) {
  .contact-details__header {
    margin: 0 0 20px 0;
  }
}

.contact-details__logo {
  margin-bottom: 20px;
}

.contact-details__logo-link img {
  max-width: 200px;
}

.contact-details__tagline {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .contact-details__tagline {
    margin: 0;
  }
}

.contact-details__item {
  font-style: normal;
  margin-bottom: 20px;
}

.contact-details__phone {
  font-size: 24px;
}

.email__link--footer:hover {
  border-bottom: 1px solid #222222;
}

.contact-details__item a {
  text-decoration: none;
}

.contact-details__social-links a {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .contact-details__social-links a {
    margin: 0 10px 0 0;
  }
}

.content-info--footer {
  padding: 20px;
  background-color: #474747;
}

.content-info__copyright--footer {
  color: #ffffff;
}
@media (min-width: 992px) {
  .content-info__copyright--footer {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.content-info__links--footer {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .content-info__links--footer {
    margin-top: 0;
  }
}
.content-info__links--footer a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
  transition: color 0.2s ease;
}
.content-info__links--footer a:hover {
  color: #ffffff;
}

.site-header__mobile-menu.fixed-position {
  position: fixed;
}
.site-header__mobile-menu.open .mobile-menu__toggle .hamburger__line--top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(0) translateX(2px) rotate(40deg);
          transform: translateY(0) translateX(2px) rotate(40deg);
}
.site-header__mobile-menu.open .mobile-menu__toggle .hamburger__line--middle {
  opacity: 0;
}
.site-header__mobile-menu.open .mobile-menu__toggle .hamburger__line--bottom {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(7px) translateX(-17px) rotate(-40deg);
          transform: translateY(7px) translateX(-17px) rotate(-40deg);
}

.mobile-menu__toggle {
  position: relative;
  width: 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: block;
}
@media (min-width: 992px) {
  .mobile-menu__toggle {
    display: none;
  }
}

.search__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  width: 40px;
}
@media (min-width: 992px) {
  .search__toggle {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .toggle__wond {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}
.toggle__wond.hide {
  display: none;
}

.toggle__close {
  display: none;
}
.toggle__close.show {
  display: block;
  position: absolute;
  top: -30px;
  padding: 20px 24px 20px 24px;
  background: #fff;
  z-index: 20;
}

.hamburger__line {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
          transform: rotate(0) translateY(0) translateX(0);
  transition: all 0.2s ease-out;
}

.mobile-menu__list.open {
  position: absolute;
  top: 0;
}

article {
  box-shadow: inset 0 5px 8px rgba(57, 63, 72, 0.07);
  padding-top: 10px;
}

.page__banner--subpage {
  height: 200px;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page__banner--subpage {
    height: 350px;
  }
}

.banner__overlay--subpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000, transparent);
  opacity: 0.85;
}

.banner__heading-container--subpage {
  width: calc(100% - 20px);
  z-index: 2;
  margin-top: 20px;
}

.banner__heading--subpage {
  color: #ffffff;
  font-size: 24px;
}
@media (min-width: 768px) {
  .banner__heading--subpage {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .banner__heading--subpage {
    font-size: 48px;
  }
}

.banner__subheading--subpage {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .banner__subheading--subpage {
    font-size: 19.2px;
  }
}
@media (min-width: 992px) {
  .banner__subheading--subpage {
    font-size: 23.04px;
  }
}

.section__heading {
  display: inline-block;
  margin: 0 0 60px 20px;
  font-size: 35px;
}
.section__heading:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 25%;
  margin-top: 20px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .section__heading {
    margin: 0 0 80px 0;
    text-align: center;
    display: block;
  }
  .section__heading:after {
    width: 10%;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .section__heading:after {
    width: 10%;
  }
}

.page__contentinfo {
  margin: 40px 0 60px 0;
}

.page__introduction {
  text-align: center;
}

.introduction__copy {
  font-size: 24px;
  line-height: 1.5;
}

.page__content {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  width: calc(100% - 40px);
}

.page__promotion {
  background-color: #ededed;
}
@media (min-width: 768px) {
  .page__promotion {
    display: -ms-flexbox;
    display: flex;
  }
}

.arrow__stroke {
  stroke-width: 2;
  fill: none;
}

.svg__arrow {
  width: 80px;
  height: 20px;
  transition: width 0.5s ease;
}

.link--arrow-button-hover {
  display: block;
}
.link--arrow-button-hover:hover .svg__arrow {
  width: 110px;
}

.arrow {
  width: 18px;
  height: 18px;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 576px) {
  .cards__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.card {
  margin-bottom: 60px;
  position: relative;
}

.card__link {
  height: 100%;
}
.card__link:hover .banner__overlay {
  opacity: 0.6;
}
.card__link:hover .banner__hover-icon {
  opacity: 1;
}
.card__link:hover .card__banner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card__banner {
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
}

.card__copy {
  padding: 0 20px 60px 20px;
}
@media (min-width: 576px) {
  .card__copy {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .card__copy .svg__arrow {
    position: absolute;
    bottom: 40px;
  }
}

@media (min-width: 576px) {
  .copy__container {
    padding-bottom: 40px;
  }
}

.card__header {
  font-size: 1.43rem;
  line-height: 1.5;
  color: #222222;
}
@media (min-width: 576px) {
  .card__header {
    font-size: 1.56rem;
  }
}

.card__container {
  height: 100%;
}

.card__contents {
  color: #222222;
}

.banner__holder {
  position: relative;
  overflow: hidden;
}

.banner__overlay--card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.banner__hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 55px;
  height: 55px;
}
.banner__hover-icon .hover-icon--plus {
  fill: #ffffff;
}

@media (min-width: 576px) {
  .cards__list--image-placement-top,
.cards__list--image-placement-none {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.cards__list--image-placement-top .card,
.cards__list--image-placement-none .card {
  margin-right: 20px;
}
@media (min-width: 576px) {
  .cards__list--image-placement-top .card,
.cards__list--image-placement-none .card {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .cards__list--image-placement-top .card,
.cards__list--image-placement-none .card {
    width: calc(100%/3 - 20px);
  }
}

.cards__list--image-placement-none .card__copy {
  padding: 20px 20px 30px 20px;
}
@media (min-width: 768px) {
  .cards__list--image-placement-none .card__copy {
    padding: 40px 40px 30px 40px;
  }
}

@media (min-width: 576px) {
  .cards__list--image-placement-left,
.cards__list--image-placement-right,
.cards__list--image-placement-alternating {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .cards__list--image-placement-left .card,
.cards__list--image-placement-right .card,
.cards__list--image-placement-alternating .card {
    width: 100%;
  }
  .cards__list--image-placement-left .card__container,
.cards__list--image-placement-right .card__container,
.cards__list--image-placement-alternating .card__container {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .cards__list--image-placement-left .card__container,
.cards__list--image-placement-right .card__container,
.cards__list--image-placement-alternating .card__container {
    padding: 20px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .cards__list--image-placement-left .card__container,
.cards__list--image-placement-right .card__container,
.cards__list--image-placement-alternating .card__container {
    padding: 40px;
  }
}
@media (min-width: 576px) {
  .cards__list--image-placement-left .banner__holder,
.cards__list--image-placement-right .banner__holder,
.cards__list--image-placement-alternating .banner__holder {
    -ms-flex-item-align: center;
        align-self: center;
    width: 50%;
  }
}
@media (min-width: 576px) {
  .cards__list--image-placement-left .card__copy,
.cards__list--image-placement-right .card__copy,
.cards__list--image-placement-alternating .card__copy {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .cards__list--image-placement-left .card__header,
.cards__list--image-placement-right .card__header,
.cards__list--image-placement-alternating .card__header {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .cards__list--image-placement-left .card,
.cards__list--image-placement-right .card,
.cards__list--image-placement-alternating .card {
    width: calc(100%/2 - 20px);
  }
}

@media (min-width: 1200px) {
  .card__banner--landscape {
    display: none;
  }
}

.card__banner--portrait {
  display: none;
}
@media (min-width: 1200px) {
  .card__banner--portrait {
    display: block;
  }
}

@media (min-width: 576px) {
  .cards__list--image-placement-left .card__copy,
.cards__list--image-placement-alternating .card__copy {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .cards__list--image-placement-left .card__copy,
.cards__list--image-placement-alternating .card__copy {
    padding-left: 30px;
  }
}

@media (min-width: 576px) {
  .cards__list--image-placement-right .card__container,
.cards__list--image-placement-alternating > .even .card__container,
.cards__list--image-placement-alternating .card--promo2 .card__container {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .cards__list--image-placement-right .card__copy,
.cards__list--image-placement-alternating > .even .card__copy,
.cards__list--image-placement-alternating .card--promo2 .card__copy {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .cards__list--image-placement-right .card__copy,
.cards__list--image-placement-alternating > .even .card__copy,
.cards__list--image-placement-alternating .card--promo2 .card__copy {
    padding-right: 30px;
  }
}

.cards__list--image-shape-square .card,
.cards__list--image-shape-rectangle .card {
  background-color: #ededed;
}

.cards__list--image-shape-circle .card {
  background-color: none;
}
.cards__list--image-shape-circle .banner__holder {
  border-radius: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .cards__list--image-shape-circle .banner__holder {
    width: 90%;
  }
}
.cards__list--image-shape-circle .card__copy {
  margin-top: 10px;
}
.cards__list--image-shape-circle .card__banner {
  width: 100%;
}
.cards__list--image-shape-circle .banner__overlay--card {
  border-radius: 100%;
}
.cards__list--image-shape-circle .copy__container {
  text-align: center;
}
.cards__list--image-shape-circle .svg__arrow {
  margin-left: 45%;
}
@media (min-width: 576px) {
  .cards__list--image-shape-circle .svg__arrow {
    margin-left: 35%;
  }
}

@media (min-width: 576px) {
  .cards__list--image-placement-left.cards__list--image-shape-circle .copy__container,
.cards__list--image-placement-right.cards__list--image-shape-circle .copy__container,
.cards__list--image-placement-alternating.cards__list--image-shape-circle .copy__container {
    text-align: left;
  }
  .cards__list--image-placement-left.cards__list--image-shape-circle .banner__holder,
.cards__list--image-placement-right.cards__list--image-shape-circle .banner__holder,
.cards__list--image-placement-alternating.cards__list--image-shape-circle .banner__holder {
    width: 50%;
  }
  .cards__list--image-placement-left.cards__list--image-shape-circle .svg__arrow,
.cards__list--image-placement-right.cards__list--image-shape-circle .svg__arrow,
.cards__list--image-placement-alternating.cards__list--image-shape-circle .svg__arrow {
    margin-left: 0;
  }
}

.site-header__search-form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #ffffff;
  max-width: 1200px;
  right: 50%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.site-header__search-form.open {
  max-height: 100%;
}
.site-header__search-form .header-search-form__field-holder {
  margin-bottom: 0;
}

.site-header__search-form-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 20px 35px;
}
@media (min-width: 992px) {
  .site-header__search-form-container {
    padding: 30px 35px 30px 35px;
  }
}

.header-search-form__form {
  width: 100%;
}

.search-form__button {
  border: 0;
  background: none;
  cursor: pointer;
}

.header-search-form__input {
  background: none;
  font-size: 16px;
  padding: 10px;
  line-height: 1.35;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #777777;
  width: 100%;
}
@media (min-width: 992px) {
  .header-search-form__input {
    font-size: 20.8px;
  }
}

.search-form__actions {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}

.search-form__actions--header {
  right: 40px;
}

.site-header__search-desktop-close {
  display: none;
}
@media (min-width: 992px) {
  .site-header__search-desktop-close {
    display: block;
    cursor: pointer;
    margin-right: 20px;
  }
}

.page__related {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .page__related {
    max-width: 260px;
    padding-right: 10px;
    margin-top: 20px;
  }
}

.related__heading {
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
}

.related__list {
  padding-left: 0;
}

.related__link {
  color: #222222;
}

.related__item {
  list-style: none;
  margin-bottom: 60px;
}

.related__block {
  margin-bottom: 20px;
}

.slideshow .flexslider {
  margin-bottom: 0;
}

.slide__container {
  position: relative;
  height: 430px;
}
@media (min-width: 992px) {
  .slide__container {
    height: 630px;
  }
}

.slide__container--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  text-align: center;
  background-color: #cccccc;
}

.slide__contents--image-texts {
  width: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  color: #ffffff;
  text-align: center;
  max-width: 900px;
}

.slide__contents--text {
  max-width: 1000px;
  margin: 0 auto;
}

.slide__link:hover .slide__header:after {
  width: calc(100% + 60px);
}

.slide__header {
  line-height: 2;
  display: inline-block;
  position: relative;
}
.slide__header:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slide__contents--texts {
  text-align: center;
  margin: 0 auto;
}

.slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000, transparent);
  opacity: 0.85;
}

.slide__background-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slideshow:hover .flex-direction-nav .flex-nav-prev .flex-prev {
  left: 0;
  opacity: 0.5;
}
.slideshow:hover .flex-direction-nav .flex-nav-next .flex-next {
  right: 0;
  opacity: 0.5;
}
.slideshow .flex-control-nav {
  bottom: 20px;
}
.slideshow .flex-control-nav li {
  margin: 0 3px;
}
.slideshow .flex-control-nav a {
  background-color: transparent;
  width: 40px;
  border: 1px solid #ffffff;
  border-radius: 0;
  height: 6px;
  width: 55px;
  transition: background-color 0.3s ease;
}
.slideshow .flex-control-nav a:hover {
  background-color: #ffffff;
  opacity: 0.5;
}
.slideshow .flex-control-nav a.flex-active {
  background-color: #ffffff;
}
.slideshow .flex-direction-nav {
  max-width: 1800px;
  position: absolute;
  width: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.slideshow .flex-direction-nav li {
  display: inline-block;
}
.slideshow .flex-direction-nav li.flex-nav-prev {
  float: left;
  margin-left: 10px;
}
.slideshow .flex-direction-nav li.flex-nav-prev .flex-prev {
  left: 0;
}
.slideshow .flex-direction-nav li.flex-nav-prev .flex-prev:before {
  content: url("/resources/themes/signify-factory/images/icon--prev-button.svg");
}
.slideshow .flex-direction-nav li.flex-nav-next {
  float: right;
  margin-right: 20px;
}
.slideshow .flex-direction-nav li.flex-nav-next .flex-next {
  right: 0;
}
.slideshow .flex-direction-nav li.flex-nav-next .flex-next:before {
  content: url("/resources/themes/signify-factory/images/icon--next-button.svg");
}
.slideshow .flex-direction-nav li a {
  width: 75px;
  height: 75px;
  background-color: #000000;
  opacity: 0.5;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.slideshow .flex-pauseplay {
  position: absolute;
  bottom: -5px;
  left: 50%;
}
.slideshow .flex-pauseplay a {
  left: -20px;
  width: 40px;
  height: 40px;
  color: #ffffff;
}
.slideshow .flex-pauseplay a.flex-pause:before {
  content: url("/resources/themes/signify-factory/images/icon--pause-button.svg");
}
.slideshow .flex-pauseplay a.flex-play:before {
  content: url("/resources/themes/signify-factory/images/icon--play-button.svg");
}

.section__top-border-line {
  border-top: 1px solid #ededed;
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .page__children .cards__list--image-placement-top .card,
.page__children .cards__list--image-placement-none .card {
    width: calc(100%/4 - 20px);
  }
}
@media (min-width: 576px) {
  .page__children .cards__list--image-placement-top.cards__list--image-shape-circle .svg__arrow,
.page__children .cards__list--image-placement-none.cards__list--image-shape-circle .svg__arrow {
    margin-left: 30%;
  }
}

fieldset {
  border: 0;
  margin: 50px 0 0 0;
  padding: 0;
}

.field {
  margin-bottom: 20px;
}

label {
  font-size: 16px;
  color: #474747;
  line-height: 2.5;
  padding: 10px;
}

input[type=text],
input[type=email],
input[type=password] {
  background: none;
  font-size: 16px;
  padding: 10px;
  line-height: 1.35;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #777777;
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #474747;
  opacity: 1;
}

input::-moz-placeholder {
  color: #474747;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #474747;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #474747;
  opacity: 1;
}

input::placeholder {
  color: #474747;
  opacity: 1;
}

input[type=submit] {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
  color: #474747;
  padding: 10px 40px;
  cursor: pointer;
}
input[type=submit]:hover {
  color: #ffffff;
}

textarea {
  width: 100%;
}

.field.textarea {
  margin-top: 30px;
}

.search-page__text {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .search-page__text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .search-page__text {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

.search-form--page {
  position: relative;
  max-width: 600px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .search-form--page {
    max-width: 860px;
  }
}

.search-form__actions--page {
  right: 0;
}

@media (min-width: 992px) {
  .search-page__result-content {
    max-width: 860px;
    margin-bottom: 80px;
  }
}

.card--search-result {
  border-bottom: 1px solid #cccccc;
}
.card--search-result:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .card--search-result {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .card--search-result {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .card__container--search-result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .banner__holder--search-result {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .banner__holder--search-result {
    max-width: 200px;
  }
}

.card__copy--search-result {
  padding: 0 20px 40px 0;
}
@media (min-width: 768px) {
  .card__copy--search-result {
    width: calc(70% - 40px);
    padding: 0 20px 20px 40px;
  }
}
.card__copy--search-result .svg__arrow {
  position: relative;
  bottom: 0;
}

.copy__container--search--result {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .card__header--search-result {
    margin-top: 0;
  }
}

.paginator__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
}

.paginator__numbers {
  display: -ms-flexbox;
  display: flex;
}

.paginator__number {
  font-size: 24px;
  margin: 0 10px;
  padding: 0 8px 10px 8px;
}

.paginator__prev {
  margin-right: 10px;
}

.paginator__next {
  margin-left: 10px;
}

.paginator__svg-icon--disabled {
  fill: #cccccc;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.align-centered .deck-card-banner__holder {
  text-align: center;
}
.align-centered .deck-copy__container {
  text-align: center;
}
.align-centered .svg__arrow {
  position: absolute;
  left: 45%;
  bottom: 0;
}

.deck-card-banner__holder {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.deck-card__container {
  padding-bottom: 30px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .deck-card__container {
    max-width: 380px;
  }
}
.deck-card__container.has-link {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .deck-card__container.has-link {
    margin-bottom: 100px;
  }
}

.flex-centered {
  -ms-flex-pack: center;
      justify-content: center;
}

.deck-card__introduction {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .deck-card__introduction {
    padding: 0;
    margin-bottom: 100px;
  }
}

.introduction__copy--light-font {
  font-size: 18px;
  line-height: 1.6111;
  font-weight: 300;
}

.deck-copy__container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.deck-card__header {
  font-size: 23px;
  line-height: 1.47;
}
@media (min-width: 992px) {
  .deck-card__header {
    font-size: 25px;
    line-height: 1.48;
  }
}

.app__model__elementdeckcard + .element > .section__spacing {
  margin-top: 0;
}

.ContactPage .article__introduction {
  margin-bottom: 40px;
}
.ContactPage .article__heading {
  padding-top: 50px;
  margin-top: 0;
}
.ContactPage .article__subheading {
  font-size: 24px;
}
.ContactPage .article__row {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .ContactPage .article__row {
    margin: 50px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .ContactPage .row__item {
    width: 50%;
  }
}
.ContactPage .row__item:first-child {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ContactPage .row__item:first-child {
    margin-bottom: 0;
    max-width: 530px;
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .ContactPage .row__item:first-child {
    margin-right: 100px;
  }
}
.ContactPage .row__item h2 {
  margin: 0 0 40px 0;
}
.ContactPage .contact-details__icon-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ContactPage .contact-details__icon-row:last-child {
    margin-bottom: 0;
  }
}
.ContactPage .contact-details__heading {
  margin-top: 3px;
}
.ContactPage .contact-details__heading--bold {
  font-weight: bold;
}
.ContactPage .contact-details__icon {
  margin-right: 30px;
}
.ContactPage .contact-details__icon svg {
  width: 30px;
  height: 30px;
}
.ContactPage .contact-details__link {
  text-decoration: none;
  transition: border-bottom 0.2s ease;
}
.ContactPage .contact-details__link:hover {
  border-bottom: 1px solid #222222;
}
.ContactPage .article__find-map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.ContactPage .article__find-map iframe {
  min-height: 300px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  height: 100%;
}
.ContactPage .article__content {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .ContentPage .page__container {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .ContentPage .page__wrapper {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1200px) {
  .ContentPage .page__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .ContentPage .page__content-container {
    margin-right: 60px;
    max-width: 610px;
  }
}
.ContentPage .featured__heading {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.ContentPage .featured__image {
  width: 100%;
}
.ContentPage .page__introduction {
  text-align: left;
}
.ContentPage .page__content {
  border-top: 0;
  padding-top: 0;
}

.promotion--image-right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .promotion--image-right .promotion__copy {
    margin-right: 40px;
  }
}

.promotion__banner-holder {
  background-size: cover;
  min-height: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .promotion__banner-holder {
    min-height: 350px;
    width: 50%;
  }
}

.promotion__copy {
  color: #222222;
  padding: 0 20px 50px 20px;
}
@media (min-width: 768px) {
  .promotion__copy {
    padding: 20px 20px 50px 20px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .promotion__copy {
    padding: 40px 40px 50px 40px;
  }
}

.cta {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (min-width: 768px) {
  .cta {
    margin: 0 auto;
  }
}

.cta__copy-container {
  padding: 0 20px 60px 40px;
  color: #ffffff;
  z-index: 2;
}

.cta__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000, transparent);
  opacity: 0.85;
}

.cta__title {
  line-height: 1.5;
}

.cta__text {
  max-width: 600px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=main.css.map*/