.page-template-tpl-commemoration .banner-simple {
  margin-bottom: 50px;
}
.page-template-tpl-commemoration .commemoration-section {
  margin-left: 100px;
  margin-bottom: 120px;
}
.page-template-tpl-commemoration .commemoration-section .commemoration-section__carousel--pdf {
  margin-bottom: 45px;
}
.page-template-tpl-commemoration .commemoration-section__intro {
  max-width: 1024px;
  padding-right: 30px;
}
.page-template-tpl-commemoration .commemoration-section__intro h2 {
  font-size: 48px;
  line-height: 1.33;
}
.page-template-tpl-commemoration .commemoration-section__intro p {
  font-size: 23px;
  line-height: 1.6;
  color: #75828E;
  margin-bottom: 30px;
}

.page-template-tpl-commemoration .video-slider__wrapper,
.page-template-tpl-commemoration .flickity-enabled.is-draggable .flickity-viewport {
  cursor: url("../img/drag-cursor@2x.png") 46 46, auto !important;
}

.page-template-tpl-commemoration .video-carousel:focus,
.page-template-tpl-commemoration .pdf-carousel:focus {
  outline: none !important;
}
.page-template-tpl-commemoration .video-carousel .carousel-item,
.page-template-tpl-commemoration .pdf-carousel .carousel-item {
  position: relative;
  width: 520px;
  height: 300px;
  margin-right: 45px;
}
.page-template-tpl-commemoration .video-carousel .video-preview,
.page-template-tpl-commemoration .pdf-carousel .video-preview {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-tpl-commemoration .video-carousel .video-preview__overlay,
.page-template-tpl-commemoration .pdf-carousel .video-preview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2D2F43;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-template-tpl-commemoration .video-carousel .video-preview__play-icon,
.page-template-tpl-commemoration .pdf-carousel .video-preview__play-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #91B7DB;
  background-image: url("../img/play-icon-small.svg");
  background-size: 15px 13px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  opacity: 0.8;
}
.page-template-tpl-commemoration .video-carousel .video-preview__title,
.page-template-tpl-commemoration .pdf-carousel .video-preview__title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  font-family: "DinMediumCondensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0.39px;
  line-height: 17px;
  color: white;
  text-transform: uppercase;
  z-index: 3;
}
.page-template-tpl-commemoration .video-carousel .video-preview .video-preview__play-icon:hover,
.page-template-tpl-commemoration .pdf-carousel .video-preview .video-preview__play-icon:hover {
  background-color: #4485c2;
}

.page-template-tpl-commemoration .pdf-carousel .carousel-item {
  width: 210px;
}
.page-template-tpl-commemoration .pdf-carousel .video-preview__title {
  bottom: 24px;
  left: 20px;
  right: 20px;
  color: white;
}
.page-template-tpl-commemoration .pdf-carousel .video-preview__play-icon {
  background-color: #2D2F43;
  background-image: url("../img/pdf.svg");
  background-size: 25px 30px;
}
.page-template-tpl-commemoration .pdf-carousel .video-preview__play-icon:hover {
  background-color: #040406 !important;
}

@media screen and (min-width: 1300px) {
  .page-template-tpl-commemoration .commemoration-section {
    margin-left: 190px;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-tpl-commemoration .video-carousel .carousel-item {
    width: 450px;
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-tpl-commemoration .commemoration-section {
    margin-left: 30px;
    margin-bottom: 90px;
  }
  .pdf-carousel .carousel-item {
    width: 190px;
    height: 270px;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tpl-commemoration .video-carousel .carousel-item {
    width: 390px;
    height: 250px;
    margin-right: 20px !important;
  }
  .page-template-tpl-commemoration .video-carousel .video-preview__title {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .page-template-tpl-commemoration .pdf-carousel .video-preview__play-icon,
.page-template-tpl-commemoration .video-carousel .video-preview__play-icon {
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 550px) {
  .page-template-tpl-commemoration .video-carousel .carousel-item {
    width: 300px;
    height: 175px;
  }
  .page-template-tpl-commemoration .pdf-carousel .carousel-item {
    width: 170px;
    height: 240px;
  }
}
.hp-virtual-tour {
  padding: 300px 0;
  margin-top: 100px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.hp-virtual-tour video {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

.virtual-tour-info {
  width: 510px;
  background-color: #2D2F43;
  margin: 0 auto;
  margin-top: -145px;
  margin-bottom: 60px;
  padding: 70px 60px 65px 60px;
  text-align: center;
}
.virtual-tour-info h2 {
  font-size: 48px;
  line-height: 50px;
  color: white;
}
.virtual-tour-info .button {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .hp-virtual-tour {
    padding: 250px 0;
  }
}
@media screen and (max-width: 767px) {
  .hp-virtual-tour {
    padding: 175px 0;
  }
  .virtual-tour-info {
    width: 90vw;
    padding: 55px 45px 50px 45px;
    margin-top: -75px;
  }
  .virtual-tour-info h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media screen and (max-width: 450px) {
  .hp-virtual-tour {
    padding: 145px 0;
  }
  .virtual-tour-info {
    width: 90vw;
    padding: 35px 35px 30px 35px;
    margin-top: -45px;
  }
}
.page-template-tpl-virtual-tour .banner--full {
  border: none;
  margin-bottom: 0;
}
.page-template-tpl-virtual-tour .banner--full .banner__image {
  height: 100vh;
}
.page-template-tpl-virtual-tour .banner--full .banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: rgba(45, 47, 67, 0.9);
  opacity: 1;
  pointer-events: none;
}
.page-template-tpl-virtual-tour .banner--full .banner__overlay--top {
  display: none;
}
.page-template-tpl-virtual-tour .banner--full .banner__bottom {
  bottom: auto;
  top: 215px;
}
.page-template-tpl-virtual-tour .banner--full .banner__bottom p {
  color: white;
  font-size: 27px;
  line-height: 1.33;
}
.page-template-tpl-virtual-tour .banner--full .mobile-only {
  display: none;
}
.page-template-tpl-virtual-tour .virtual-tour-iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56%;
  margin: 0 auto;
  margin-top: -190px;
}
.page-template-tpl-virtual-tour .virtual-tour-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) and (min-height: 840px) {
  .page-template-tpl-virtual-tour .banner--full .banner__image {
    height: 860px;
  }
  .page-template-tpl-virtual-tour .virtual-tour-iframe-wrapper {
    margin-top: -290px;
  }
}
@media screen and (max-width: 1260px) {
  .page-template-tpl-virtual-tour .banner--full .banner__bottom {
    top: 185px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-tpl-virtual-tour .banner--full .banner__image {
    height: auto;
  }
  .page-template-tpl-virtual-tour .banner--full .banner__bottom {
    top: auto;
    bottom: 60px;
  }
  .page-template-tpl-virtual-tour .banner--full .banner__bottom p {
    font-size: 22px;
  }
  .page-template-tpl-virtual-tour .virtual-tour-iframe-wrapper {
    margin-top: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .page-template-tpl-virtual-tour .banner--full {
    border: solid white 10px;
  }
  .page-template-tpl-virtual-tour .banner--full .banner__overlay {
    opacity: 0;
  }
  .page-template-tpl-virtual-tour .banner--full .banner__bottom {
    top: 0;
  }
  .page-template-tpl-virtual-tour .banner--full .banner__bottom p {
    color: #2D2F43;
  }
  .page-template-tpl-virtual-tour .banner--full .mobile-only {
    display: inline-block;
  }
  .page-template-tpl-virtual-tour .virtual-tour-iframe-wrapper {
    width: 100%;
  }
}
.button--orange::before {
  background: #DF6231;
}
.button--orange:hover::before {
  background: #bf4b1e;
}

.site-id-3 .full-width-article-teaser .article-contain {
  margin-top: 150px;
  padding-top: 60px;
}
.site-id-3 .article-teaser__author {
  display: none;
}
.site-id-3 .article-slider__details a:hover, .site-id-3 .article-slider__details a:focus {
  outline: none;
}
.site-id-3.page-template-tpl-support-home .banner__bottom {
  bottom: 10px;
}
.site-id-3.page-template-tpl-support-home .banner p {
  font-size: 23px;
  line-height: 1.3;
  color: white;
}
.site-id-3.page-template-tpl-support-home .banner__overlay {
  height: 75%;
  opacity: 0.8;
}
.site-id-3.page-id-4393 .page-content a:not(.button) {
  color: #DF6231;
}
.site-id-3.page-id-4393 .page-content .button--yellow::before {
  background: #DF6231;
}
.site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video {
  margin-bottom: 80px;
  height: 47vw;
  min-height: 490px;
  max-height: 100vh;
}
.site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video__content {
  top: auto;
  bottom: 40%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video__play-icon {
  top: 28%;
}
.site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video__overlay {
  background: -o-radial-gradient(circle, rgba(45, 47, 67, 0.6) 0%, #1A1B26 100%);
  background: radial-gradient(circle, rgba(45, 47, 67, 0.6) 0%, #1A1B26 100%);
}
@media screen and (max-width: 500px) {
  .site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video {
    min-height: 520px;
  }
  .site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video .fullscreen-video__content {
    top: 100px;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video .fullscreen-video__content .intro {
    margin-top: 20px;
  }
  .site-id-3.page-template-tpl-home-bradfield-life .fullscreen-video .fullscreen-video__play-icon {
    top: auto;
    bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .site-id-3.page-template-tpl-standrews .fullscreen-video {
    height: 60vh;
  }
}
@media screen and (max-width: 550px) {
  .site-id-3.page-template-tpl-standrews .fullscreen-video {
    height: 72vh;
  }
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__overlay {
  background: -o-radial-gradient(circle, rgba(45, 47, 67, 0.6) 0%, #1A1B26 100%);
  background: radial-gradient(circle, rgba(45, 47, 67, 0.6) 0%, #1A1B26 100%);
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__play-icon .play-icon {
  background-color: rgba(163, 149, 114, 0.04);
  background-image: url("../img/play-icon-large--orange.svg");
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__play-icon .dashed-border {
  border: 1px dashed #A39572;
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__content {
  left: 30px;
  right: 30px;
  margin: 0 auto;
  text-align: left;
  max-width: 740px;
  pointer-events: auto;
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__content .intro {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-left: 0;
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__content .button--ghost {
  color: white;
}
@media screen and (max-width: 767px) {
  .site-id-3.page-template-tpl-standrews .fullscreen-video__content {
    top: 90px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__play-icon {
  right: 28%;
}
@media screen and (max-width: 650px) {
  .site-id-3.page-template-tpl-standrews .fullscreen-video__play-icon {
    bottom: 140px;
    margin-right: -62px;
  }
  .site-id-3.page-template-tpl-standrews .fullscreen-video__play-icon .dashed-border {
    width: 129px;
    height: 129px;
  }
  .site-id-3.page-template-tpl-standrews .fullscreen-video__play-icon .play-icon {
    width: 110px;
    height: 110px;
  }
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__content .title-line-one {
  font-family: "DinMediumCondensed";
  color: white;
}
.site-id-3.page-template-tpl-standrews .fullscreen-video .button:before {
  background-color: #DF6231;
}
.site-id-3.page-template-tpl-standrews .fullscreen-video .button--ghost:before {
  background-color: transparent;
  border-color: white;
}
.site-id-3.page-template-tpl-standrews .fullscreen-video .button:hover:before {
  background-color: #DF6231;
}
.site-id-3.page-template-tpl-standrews .fullscreen-video .heading-split span:nth-child(1),
.site-id-3.page-template-tpl-standrews .fullscreen-video .heading-split span:nth-child(2) {
  font-family: "DinMediumCondensed";
}
.site-id-3.page-template-tpl-standrews .fullscreen-video .heading-split span:nth-child(3) {
  display: block;
  font-family: "DinCondensed";
  color: #DF6231;
  margin-left: 190px;
}
@media screen and (max-width: 992px) {
  .site-id-3.page-template-tpl-standrews .fullscreen-video .heading-split span:nth-child(3) {
    margin-left: 130px;
  }
}
.site-id-3.page-template-tpl-standrews .fullscreen-video__play-icon {
  z-index: 8;
}
.site-id-3.page-template-tpl-standrews .video-carousel__wrapper {
  bottom: 30px;
}
.site-id-3.page-template-tpl-standrews .video-carousel__wrapper .flickity-slider {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .site-id-3.page-template-tpl-standrews .video-carousel__wrapper {
    bottom: -230px;
  }
}
.site-id-3.page-template-tpl-standrews .video-carousel .video-preview__title {
  color: #A39572;
}
.site-id-3.page-template-tpl-standrews .video-carousel .video-preview__play-icon {
  background-color: #b7ac91;
}
.site-id-3.page-template-tpl-standrews .video-carousel .video-preview__play-icon:hover {
  background-color: #A39572;
}
.site-id-3.page-template-tpl-standrews .site-footer {
  margin-top: 50px;
}
.site-id-3.page-template-tpl-standrews .simple-teasers {
  margin: 30px 0;
}
.site-id-3.page-template-tpl-standrews .simple-teaser {
  min-height: 230px;
}
.site-id-3.page-template-tpl-standrews .simple-teaser__text {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  font-family: "DinCondensed";
  font-size: 40px;
  line-height: 1.1;
  text-align: left;
}
.site-id-3.page-template-tpl-standrews .simple-teaser__text span {
  font-family: "DinMediumCondensed";
}
.site-id-3.page-template-tpl-standrews .simple-teaser__underline {
  display: none;
}
.site-id-3.page-template-tpl-standrews .st-andrews-intro {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .site-id-3.page-template-tpl-standrews .st-andrews-intro {
    margin-top: 280px;
  }
}
.site-id-3.page-template-tpl-standrews .video-teaser {
  position: relative;
  width: 100%;
  height: 615px;
  overflow: hidden;
}
.site-id-3.page-template-tpl-standrews .video-teaser video {
  min-width: 101%;
  min-height: 101%;
}
.site-id-3.page-template-tpl-standrews .video-teaser__content {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-id-3.page-template-tpl-standrews .video-teaser__content svg {
  width: 84px;
  height: 84px;
}
.site-id-3.page-template-tpl-standrews .video-teaser__content svg #Oval-4 {
  fill: #A39572;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.site-id-3.page-template-tpl-standrews .video-teaser__content .text {
  display: block;
  font-family: "DinMediumCondensed";
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  margin-top: 15px;
}
.site-id-3.page-template-tpl-standrews .video-teaser:hover .video-teaser__content svg #Oval-4 {
  opacity: 1;
}
.site-id-3.page-template-tpl-standrews .chart-section {
  background-color: #F8F8F8;
  height: 615px;
  padding: 60px;
  text-align: center;
}
.site-id-3.page-template-tpl-standrews .chart-section .button:before {
  background-color: #DF6231;
}
.site-id-3.page-template-tpl-standrews .chart-section .chart {
  position: relative;
}
.site-id-3.page-template-tpl-standrews .chart-section .chart .chart-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "DinCondensed";
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #2D2F43;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 120px;
}
.site-id-3.page-template-tpl-standrews .chart-section .chart .chart-text span {
  display: block;
  font-family: "DinMediumCondensed";
}
.site-id-3.page-template-tpl-standrews .chart-section .key {
  margin-top: 45px;
}
.site-id-3.page-template-tpl-standrews .chart-section .key-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 190px;
  margin-bottom: 30px;
}
.site-id-3.page-template-tpl-standrews .chart-section .key-list li {
  position: relative;
  font-family: "DinMediumCondensed";
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #2D2F43;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.site-id-3.page-template-tpl-standrews .chart-section .key-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
}
.site-id-3.page-template-tpl-standrews .chart-section .key-list li:nth-child(1)::before {
  background-color: #DF6231;
}
.site-id-3.page-template-tpl-standrews .chart-section .key-list li:nth-child(2)::before {
  background-color: #A39572;
}
.site-id-3.page-template-tpl-standrews .chart-section .key-list li:nth-child(3)::before {
  background-color: #2D2F43;
}
@media screen and (min-width: 590px) and (max-width: 991px) {
  .site-id-3.page-template-tpl-standrews .chart-section {
    height: auto;
    overflow: auto;
  }
  .site-id-3.page-template-tpl-standrews .chart-section .chart {
    width: 50%;
    float: left;
  }
  .site-id-3.page-template-tpl-standrews .chart-section .key {
    float: right;
    width: 50%;
    margin-top: 15%;
  }
}
@media screen and (max-width: 589px) {
  .site-id-3.page-template-tpl-standrews .chart-section {
    height: auto;
    overflow: auto;
  }
}
.site-id-3 .blog-slider {
  height: 614px;
}
.site-id-3 .blog-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.site-id-3 .blog-slider .item {
  position: relative;
  height: 100%;
  width: 100%;
}
.site-id-3 .blog-slider .item__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.site-id-3 .blog-slider .item__image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.site-id-3 .blog-slider .item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.site-id-3 .blog-slider .item__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
  max-width: 550px;
}
.site-id-3 .blog-slider .item__content h3 {
  font-size: 48px;
  line-height: 1.1;
}
.site-id-3 .blog-slider .item__content p {
  font-size: 24px;
  line-height: 32px;
  font-family: "adobe-garamond-pro", serif;
  color: white;
}
.site-id-3 .blog-slider .item__content .meta-data {
  font-family: "DinMediumCondensed";
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px;
}
.site-id-3 .blog-slider .item__content .meta-data .category {
  position: relative;
  padding-right: 24px;
}
.site-id-3 .blog-slider .item__content .meta-data .category::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 5px;
  width: 9px;
  height: 2px;
  background-color: white;
}

.simple-teaser--blue {
  background-color: #91B7DB;
}
.simple-teaser--yellow {
  background-color: #FCB849;
}
.simple-teaser--teal {
  background-color: #219296;
}
.simple-teaser--green {
  background-color: #6BBD8D;
}
.simple-teaser--red {
  background-color: #DF6231;
}
.simple-teaser--purple {
  background-color: #393771;
}
.simple-teaser--pink {
  background-color: #E29992;
}
.simple-teaser--grey {
  background-color: #A39572;
}

.button--internal, .button--external {
  padding-left: 65px;
  color: #2D2F43;
}
.button--internal:after, .button--external:after {
  position: absolute;
  content: "";
  top: 18px;
  left: 25px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button--internal::after {
  background-image: url("../img/icon__internal-link.svg");
}
.button--external::after {
  background-image: url("../img/icon__external-link.svg");
}

.post-password-form input[type=submit] {
  font-family: "DinMedium";
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: white;
}

.full-image-slider__category {
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  padding: 25px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(8.62%, rgba(0, 0, 0, 0.79)), color-stop(16.56%, rgba(0, 0, 0, 0.79)), color-stop(23.93%, rgba(0, 0, 0, 0.74)), color-stop(30.85%, rgba(0, 0, 0, 0.7)), color-stop(37.42%, rgba(0, 0, 0, 0.65)), color-stop(43.77%, rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.35)), color-stop(62.58%, rgba(0, 0, 0, 0.25)), color-stop(69.15%, rgba(0, 0, 0, 0.2)), color-stop(76.07%, rgba(0, 0, 0, 0.12)), color-stop(83.44%, rgba(0, 0, 0, 0.05)), color-stop(91.38%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.79) 8.62%, rgba(0, 0, 0, 0.79) 16.56%, rgba(0, 0, 0, 0.74) 23.93%, rgba(0, 0, 0, 0.7) 30.85%, rgba(0, 0, 0, 0.65) 37.42%, rgba(0, 0, 0, 0.55) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.35) 56.23%, rgba(0, 0, 0, 0.25) 62.58%, rgba(0, 0, 0, 0.2) 69.15%, rgba(0, 0, 0, 0.12) 76.07%, rgba(0, 0, 0, 0.05) 83.44%, rgba(0, 0, 0, 0.02) 91.38%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.79) 8.62%, rgba(0, 0, 0, 0.79) 16.56%, rgba(0, 0, 0, 0.74) 23.93%, rgba(0, 0, 0, 0.7) 30.85%, rgba(0, 0, 0, 0.65) 37.42%, rgba(0, 0, 0, 0.55) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.35) 56.23%, rgba(0, 0, 0, 0.25) 62.58%, rgba(0, 0, 0, 0.2) 69.15%, rgba(0, 0, 0, 0.12) 76.07%, rgba(0, 0, 0, 0.05) 83.44%, rgba(0, 0, 0, 0.02) 91.38%, rgba(0, 0, 0, 0) 100%);
}

.notification-box {
  padding: 35px 20px;
}
.notification-box__close {
  top: 10px;
  right: 10px;
}

.twitter-block {
  height: 100%;
  border: 1px solid #2C2F44;
  padding: 40px 50px;
}
.twitter-block__header {
  text-align: center;
  margin-bottom: 30px;
}
.twitter-block__header a {
  display: block;
  font-family: "adobe-garamond-pro", serif;
  font-size: 21px;
  line-height: 37px;
  color: #75828E;
}
.twitter-block__header img {
  width: 30px;
  height: auto;
}
.twitter-block__content {
  text-align: center;
}
.twitter-block__content p {
  font-family: "adobe-garamond-pro", serif;
  font-size: 21px;
  line-height: 28px;
  color: #212529;
}
.twitter-block__content a {
  color: #75828E;
}
.twitter-block__date {
  font-family: "DinMediumCondensed";
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.73px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #82A4C5;
}

@media (max-height: 540px) {
  .top-nav__menus {
    overflow: auto;
  }
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-wrapper table {
  margin-bottom: 0 !important;
}