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

.hero {
  background-size: cover;
  background-position: center;
}

.hero__title {
  font-size: 2em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 3.4375em;
  }
}

.hero__title--lg {
  font-size: 2.75em;
}
@media only screen and (min-width: 320px) {
  .hero__title--lg {
    font-size: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .hero__title--lg {
    font-size: 3.4375em;
  }
}

.hero__subtitle {
  font-size: 0.875em;
  text-transform: lowercase;
}

.hero__txt {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .hero__txt {
    margin-bottom: 56px;
  }
}

.hero__info {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.hero__control__body {
  transition: 0.3s;
}

.no-touchevents.no-overflowscrolling.no-hiddenscroll .hero__control--down:hover .hero__control__body, .no-touchevents.no-overflowscrolling.no-hiddenscroll .hero__control--down:focus .hero__control__body {
  -ms-transform: translateY(16px);
      transform: translateY(16px);
}

.headroom {
  transition: 0.3s;
}
.overlay-open .headroom {
  transition: none;
}

.headroom--pinned {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.headroom--unpinned {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.headroom--unpinned.header--menu-open {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
@media only screen and (min-width: 1022px) {
  .headroom--unpinned.header--menu-open {
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
  }
}

.logoflexcontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.logo {
  transition: 0.3s;
}

.header--menu-open .logo {
  background-color: #0e2a48;
}
@media only screen and (min-width: 1022px) {
  .header--menu-open .logo {
    background-color: transparent;
  }
}

.nav__footer {
  background: #e4c230;
  color: #fff;
  text-transform: uppercase;
  padding: 16px;
  text-align: center;
  font-size: 1.25em;
}
.nav__footer button {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
}
.nav__footer button:focus {
  outline: 0;
}

.mobileoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: visibility 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 1022px) {
  .mobileoverlay {
    display: none;
  }
}

.mobileoverlay--visible {
  z-index: 5;
  visibility: visible;
  opacity: 0.5;
}

@media (max-height: 500px) and (max-width: 1022px) {
  .menu__item a {
    font-size: 1.25em;
  }
  .menu__item a::after {
    font-size: 14px;
  }
  .nav__footer {
    font-size: 1em;
  }
}
.cover {
  background-size: cover;
  background-position: center;
}

.cover--left,
.cover--right {
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .cover--left,
  .cover--right {
    padding: 24px 24px 24px 32px;
  }
}
@media only screen and (min-width: 900px) {
  .cover--left,
  .cover--right {
    padding: 32px 32px 32px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .cover--left,
  .cover--right {
    padding: 32px 64px 32px 96px;
  }
}
.cover--left .cover__col,
.cover--left .cover__content,
.cover--right .cover__col,
.cover--right .cover__content {
  height: 100%;
}
.cover--left .cover__content,
.cover--right .cover__content {
  max-width: 400px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (min-width: 900px) {
  .cover--left .cover__subtitle,
  .cover--right .cover__subtitle {
    margin-top: 130px;
  }
}
.cover--left .cover__txt,
.cover--right .cover__txt {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .cover--left {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .cover__title--wide {
    margin-right: -194px;
  }
}
@media only screen and (min-width: 900px) {
  .cover__title--wide {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1024px) {
  .cover__title--wide {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1150px) {
  .cover__title--wide {
    margin-right: -46px;
  }
}
@media only screen and (min-width: 1200px) {
  .cover__title--wide {
    margin-right: -110px;
  }
}

.cover__subtitle {
  margin: 0 0 0.5em;
}

.cover__txt ~ .cover__body {
  margin-top: 1em;
}
.cover__txt p {
  margin: 0;
}

.cover__list {
  margin: 0;
  padding: 0;
}

.cover__list__item {
  display: table-row;
}
.cover__list__item svg,
.cover__list__item span {
  display: table-cell;
}
.cover__list__item span {
  padding: 1em 0 1em 2em;
}

.cover__footer {
  margin: 32px 0 0;
  display: block;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.cover__footer a {
  text-decoration: none;
  transition: 0.3s;
}
.cover__footer a:hover {
  color: inherit;
}

.noscroll {
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
}
.hero .overlay {
  color: #0e2a48;
  background-color: #e2e2e2;
}

.overlay--open {
  display: block;
  z-index: 100;
}
.overlay--open:focus {
  outline: 0;
}

.overlay__kill {
  position: absolute;
  color: inherit;
  top: 0;
  right: 0;
  margin: 8px;
  border: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.3s;
}
.overlay__kill:before, .overlay__kill:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: currentColor;
}
.overlay__kill:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.overlay__kill:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.overlay__kill:focus {
  outline: 0;
}
.overlay__kill:hover, .overlay__kill:focus {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.overlay__kill:active {
  -ms-transform: scale(1);
      transform: scale(1);
}

.overlay__body {
  text-align: center;
  height: 100%;
}
@supports (object-fit: contain) {
  .overlay__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.overlay__body img {
  max-width: 100%;
}
@supports (object-fit: contain) {
  .overlay__body img {
    object-fit: contain;
  }
}

.blurb {
  margin: 32px 0;
  color: #5e5e5e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.blurb--stat {
  font-weight: bold;
}
.blurb--stat .blurb__heading {
  font-size: 2em;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  .blurb--stat .blurb__heading {
    font-size: 3.25em;
  }
}
.blurb--stat .blurb__txt {
  margin-bottom: 0;
}
.blurb--stat .blurb__icon {
  min-height: 60px;
}

.blurb__heading {
  color: #0e2a48;
  margin: 0;
  transition: 0.3s;
  height: 100%;
  padding-bottom: 0.5em;
}

.blurb__whitetext {
  color: #fff;
}

.blurb--link:link, .blurb--link:visited {
  color: currentColor;
  text-decoration: none;
}

.blurb__txt {
  color: inherit;
  margin: 16px 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  transition: 0.3s;
}

.blurb__icon {
  min-height: 88px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s;
}

.blurb__body {
  font-size: 0.875em;
  margin-top: 16px;
}
.blurb__body > span {
  display: block;
  color: #0e2a48;
}
.blurb__body .icon {
  margin: -8px auto 0;
}
.blurb__body svg,
.blurb__body img {
  max-width: 100%;
}
.blurb__body img {
  height: auto;
}
.blurb__body ol,
.blurb__body ul {
  padding-left: 1.25em;
}

.section {
  background-size: cover;
  background-position: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.section img {
  max-width: 100%;
  height: auto;
}

.section--dark {
  color: #fff;
  background-color: #2b2c2d;
}

@media only screen and (min-width: 768px) {
  .section--heading {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--heading {
    padding: 48px 0;
  }
}

@media only screen and (min-width: 768px) {
  .section--padded {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--padded {
    padding: 64px 0;
  }
}

.section__bg,
.section__fill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.section__bg {
  background-size: cover;
  background-position: center;
}

.section__heading {
  margin: 0 0 0.5em;
}

.section--flat-top {
  padding-top: 0;
}

.section--flat-btm {
  padding-bottom: 0;
}

.section--banner img {
  display: block;
}

.section__label {
  font-weight: 400;
  margin: 0 0 32px;
}
.section__label ~ .section__heading {
  margin-top: -32px;
}

.section__label--lg {
  font-size: 1.125em;
}

.section__descr {
  max-width: 840px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .section__table {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .flexbox .section__table--reverse .section__table__col--1 {
    padding-right: 0;
    padding-left: 32px;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .flexbox .section__table--reverse .section__table__col--1 {
    padding-left: 56px;
  }
}

@media only screen and (min-width: 768px) {
  .section__table__col {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
}

.section__table__col--1 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section__table__col--1 {
    padding-right: 32px;
    width: 40%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section__table__col--1 {
    padding-right: 56px;
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .section__table__col--2 {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .section__table__col--2 {
    width: 68%;
  }
}

.section__action {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  width: 25%;
  max-width: 116px;
}
@media only screen and (min-width: 768px) {
  .section__action {
    width: 14%;
  }
}
.section__action a,
.section__action .icon,
.section__action svg {
  width: 100%;
  display: block;
}
.section__action svg {
  height: auto;
}
.section__action a:hover {
  color: #fff;
}

.section__content {
  margin-top: 16px;
}
@media only screen and (min-width: 320px) {
  .section__content {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .section__content {
    margin-top: 32px;
  }
}

.section__footer {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section__footer {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .section__footer {
    margin-top: 64px;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

.carousel {
  position: relative;
}

.carousel__slide img {
  margin-right: 8px;
  height: auto;
}

.owl-dots {
  text-align: center;
  margin-top: 8px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 8px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.001);
  z-index: 2;
  cursor: pointer;
}
.owl-prev::before,
.owl-next::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.owl-prev:hover svg,
.owl-next:hover svg {
  fill: #7394ba;
}
.owl-prev svg,
.owl-next svg {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .owl-prev svg,
  .owl-next svg {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-prev svg,
  .owl-next svg {
    width: 50px;
  }
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .owl-dot {
    width: 16px;
    height: 16px;
    margin: 6px;
  }
}
.owl-dot.active {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.video__controls {
  width: 64px;
  height: 64px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .video__controls {
    width: 86px;
    height: 86px;
  }
}

.vidcontrol__btn {
  background: rgba(0, 0, 0, 0.001);
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.vidcontrol__btn:hover, .vidcontrol__btn:focus {
  outline: 0;
}
.vidcontrol__btn:hover .vidcontrol__btn__bg, .vidcontrol__btn:focus .vidcontrol__btn__bg {
  opacity: 1;
}
.vidcontrol__btn .icon,
.vidcontrol__btn svg {
  width: 100%;
  height: 100%;
}

.vidcontrol__btn__icon {
  position: relative;
  z-index: 2;
}

.vidcontrol__btn__bg {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  margin-top: -25%;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url("//vjs.zencdn.net/font/1.5.1/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
  content: "\f11e";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -ms-flex: auto;
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.vjs-tooltip-progress-bar {
  visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: 0.5em;
}

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.video {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.video__wrap {
  width: 100%;
}
.video__wrap .video-js,
.video__wrap .vjs-poster {
  background-color: inherit;
}
.video__wrap .vjs-poster {
  background-size: cover;
}
.video__wrap .video__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -35px;
  margin-top: -35px;
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) {
  .video__wrap .video__controls {
    margin-left: -43px;
    margin-top: -43px;
  }
}

.container--flatsides {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 320px) {
  .container--flatsides {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container--flatsides {
    padding-left: 0;
    padding-right: 0;
  }
}

.grid {
  margin: 0 auto;
}
.flexbox .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexboxtweener .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .grid .clearfix:nth-of-type(odd) {
    display: none;
  }
}

.grid--limitwidth {
  max-width: 2000px;
}

.row--border .col {
  position: relative;
}
.row--border .col:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, currentColor 30%, currentColor 70%, transparent 100%);
  opacity: 0.2;
}

.row--offset-right {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
  margin-right: 0 !important;
}
@supports (display: flex) {
  .row--offset-right {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media only screen and (min-width: 768px) {
  .row--offset-right {
    width: 88%;
  }
}

@media only screen and (min-width: 768px) {
  .col--3-2 {
    width: 66.4%;
  }
}

@media only screen and (min-width: 320px) {
  .col--4--logo {
    width: 49.9%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .col--4--logo {
    width: 33.2%;
  }
}

.section {
  background-size: cover;
  background-position: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.section img {
  max-width: 100%;
  height: auto;
}

.section--dark {
  color: #fff;
  background-color: #2b2c2d;
}

@media only screen and (min-width: 768px) {
  .section--heading {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--heading {
    padding: 48px 0;
  }
}

@media only screen and (min-width: 768px) {
  .section--padded {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--padded {
    padding: 64px 0;
  }
}

.section__bg,
.section__fill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.section__bg {
  background-size: cover;
  background-position: center;
}

.section__heading {
  margin: 0 0 0.5em;
}

.section--flat-top {
  padding-top: 0;
}

.section--flat-btm {
  padding-bottom: 0;
}

.section--banner img {
  display: block;
}

.section__label {
  font-weight: 400;
  margin: 0 0 32px;
}
.section__label ~ .section__heading {
  margin-top: -32px;
}

.section__label--lg {
  font-size: 1.125em;
}

.section__descr {
  max-width: 840px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .section__table {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .flexbox .section__table--reverse .section__table__col--1 {
    padding-right: 0;
    padding-left: 32px;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .flexbox .section__table--reverse .section__table__col--1 {
    padding-left: 56px;
  }
}

@media only screen and (min-width: 768px) {
  .section__table__col {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
}

.section__table__col--1 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section__table__col--1 {
    padding-right: 32px;
    width: 40%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section__table__col--1 {
    padding-right: 56px;
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .section__table__col--2 {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .section__table__col--2 {
    width: 68%;
  }
}

.section__action {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  width: 25%;
  max-width: 116px;
}
@media only screen and (min-width: 768px) {
  .section__action {
    width: 14%;
  }
}
.section__action a,
.section__action .icon,
.section__action svg {
  width: 100%;
  display: block;
}
.section__action svg {
  height: auto;
}
.section__action a:hover {
  color: #fff;
}

.section__content {
  margin-top: 16px;
}
@media only screen and (min-width: 320px) {
  .section__content {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .section__content {
    margin-top: 32px;
  }
}

.section__footer {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section__footer {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .section__footer {
    margin-top: 64px;
  }
}

.hero--our-hyphen-pda {
  background-image: url("/assets/images/full/texture-b1-420.jpg");
}
@media only screen and (min-width: 320px) {
  .hero--our-hyphen-pda {
    background-image: url("/assets/images/full/texture-b1-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .hero--our-hyphen-pda {
    background-image: url("/assets/images/full/texture-b1-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .hero--our-hyphen-pda {
    background-image: url("/assets/images/full/texture-b1-1280.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .hero--our-hyphen-pda {
    background-image: url("/assets/images/full/texture-b1-1620.jpg");
  }
}
@media only screen and (min-width: 1600px) {
  .hero--our-hyphen-pda {
    background-image: url("/assets/images/full/texture-b1-1920.jpg");
  }
}
@media only screen and (min-width: 2000px) {
  .hero--our-hyphen-pda {
    background-image: url("/assets/images/full/texture-b1-2420.jpg");
  }
}
.hero--our-hyphen-pda {
  background-position: center 0;
}

.hero__bg--our-hyphen-pda {
  background-color: rgba(14, 42, 72, 0.3);
}

.section--offer {
  background-image: url("/assets/images/full/texture-lb1-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--offer {
    background-image: url("/assets/images/full/texture-lb1-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--offer {
    background-image: url("/assets/images/full/texture-lb1-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--offer {
    background-image: url("/assets/images/full/texture-lb1-1280.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--offer {
    background-image: url("/assets/images/full/texture-lb1-1620.jpg");
  }
}
@media only screen and (min-width: 1600px) {
  .section--offer {
    background-image: url("/assets/images/full/texture-lb1-1920.jpg");
  }
}
@media only screen and (min-width: 2000px) {
  .section--offer {
    background-image: url("/assets/images/full/texture-lb1-2420.jpg");
  }
}

.section--statements {
  background-image: url("/assets/images/full/texture-b2-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--statements {
    background-image: url("/assets/images/full/texture-b2-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--statements {
    background-image: url("/assets/images/full/texture-b2-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--statements {
    background-image: url("/assets/images/full/texture-b2-1280.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--statements {
    background-image: url("/assets/images/full/texture-b2-1620.jpg");
  }
}
@media only screen and (min-width: 1600px) {
  .section--statements {
    background-image: url("/assets/images/full/texture-b2-1920.jpg");
  }
}
@media only screen and (min-width: 2000px) {
  .section--statements {
    background-image: url("/assets/images/full/texture-b2-2420.jpg");
  }
}

.section--reporting {
  background-image: url("/assets/images/full/texture-y1-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--reporting {
    background-image: url("/assets/images/full/texture-y1-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--reporting {
    background-image: url("/assets/images/full/texture-y1-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--reporting {
    background-image: url("/assets/images/full/texture-y1-1280.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--reporting {
    background-image: url("/assets/images/full/texture-y1-1620.jpg");
  }
}
@media only screen and (min-width: 1600px) {
  .section--reporting {
    background-image: url("/assets/images/full/texture-y1-1920.jpg");
  }
}
@media only screen and (min-width: 2000px) {
  .section--reporting {
    background-image: url("/assets/images/full/texture-y1-2420.jpg");
  }
}

.section--debtOne {
  background-image: url("/assets/images/half/texture-w1-a-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--debtOne {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--debtOne {
    background-image: url("/assets/images/half/texture-w1-a-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--debtOne {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--debtOne {
    background-image: url("/assets/images/half/texture-w1-a-1280.jpg");
  }
}
.section--debtOne .section__bg {
  background-image: url("/assets/images/half/texture-w1-a-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--debtOne .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--debtOne .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--debtOne .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--debtOne .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-1280.jpg");
  }
}
.section--debtOne .section__fill {
  background-color: rgba(255, 255, 255, 0.7);
}
.section--debtOne:hover .section__fill {
  opacity: 0;
}

.monitorHolder {
  overflow: hidden;
  padding-left: 0;
}

.monitor_login {
  max-width: 600px !important;
}

.hideMonitor {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hideMonitor {
    display: inherit;
  }
}

.blurb--counsellors {
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .blurb--counsellors::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -2%;
    height: 100%;
    width: 10%;
    background-size: 100%;
  }
}

.blurb__icon {
  padding-bottom: 5px;
}

.blurb__txt {
  padding: 0 20% 0 20%;
}
@media only screen and (min-width: 1200px) {
  .blurb__txt {
    padding: 0 60px;
  }
}

.btn--emphasised-custom {
  background: #e4c230;
  color: #0e2a48;
  border: 2px solid #e4c230;
}

.btn--emphasised-custom:hover:not(:disabled),
.btn--emphasised-custom:focus:not(:disabled) {
  color: #0e2a48;
  background-color: transparent;
  border: 2px solid #0e2a48;
}

.flex_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

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

.pad-top-2 {
  padding-top: 64px;
}

.mgleft--auto {
  margin-left: auto;
}

.pd-top--0 {
  padding-top: 0;
}

.icon-chev-blue {
  padding-top: 19px;
}

.btn--primary i.btn__icon {
  margin: 0 0 3px 12px;
}
.btn--primary:hover i.btn__icon svg {
  color: #0e2a48;
  fill: #0e2a48;
}
.btn--primary:hover i.btn__icon svg path {
  fill: #0e2a48;
}

.hero__bg--debicheck {
  background-image: url("/assets/images/full/debicheck_hero_image-420.jpg");
}
@media only screen and (min-width: 320px) {
  .hero__bg--debicheck {
    background-image: url("/assets/images/full/debicheck_hero_image-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .hero__bg--debicheck {
    background-image: url("/assets/images/full/debicheck_hero_image-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .hero__bg--debicheck {
    background-image: url("/assets/images/full/debicheck_hero_image-1280.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .hero__bg--debicheck {
    background-image: url("/assets/images/full/debicheck_hero_image-1620.jpg");
  }
}
@media only screen and (min-width: 1600px) {
  .hero__bg--debicheck {
    background-image: url("/assets/images/full/debicheck_hero_image-1920.jpg");
  }
}
@media only screen and (min-width: 2000px) {
  .hero__bg--debicheck {
    background-image: url("/assets/images/full/debicheck_hero_image-2420.jpg");
  }
}
.hero__bg--debicheck {
  background-position: center 0;
}

.cover__head {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .cover__head {
    height: 117px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    text-align: left;
  }
}

.blurb--holder {
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .blurb--holder {
    margin-bottom: 0px;
  }
}

.flex-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.blurb--icon {
  display: none;
  padding-top: 65px;
}
@media only screen and (min-width: 768px) {
  .blurb--icon {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.download--btn--debicheck {
  color: #0e2a48;
  background-color: transparent;
  border: 2px solid #0e2a48;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.download--btn--debicheck svg {
  fill: #0e2a48;
}
.download--btn--debicheck svg path {
  fill: #0e2a48;
}
.download--btn--debicheck:hover {
  background: #0e2a48;
  color: #fff;
}
.download--btn--debicheck:hover .btn__label {
  color: #fff;
}
.download--btn--debicheck:hover svg {
  fill: #fff;
}
.download--btn--debicheck:hover svg path {
  fill: #fff;
}

.section--counsellor,
.section--consumer {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.section--counsellor:hover .section__bg,
.section--consumer:hover .section__bg {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  filter: blur(3px);
}
.no-touchevents.no-overflowscrolling.no-hiddenscroll .section--counsellor:hover .cover__body--fx,
.no-touchevents.no-overflowscrolling.no-hiddenscroll .section--counsellor:hover .cover__footer__sub,
.no-touchevents.no-overflowscrolling.no-hiddenscroll .section--consumer:hover .cover__body--fx,
.no-touchevents.no-overflowscrolling.no-hiddenscroll .section--consumer:hover .cover__footer__sub {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.section--counsellor .cover,
.section--consumer .cover {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.section--counsellor {
  background-image: url("/assets/images/half/texture-b1-a-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--counsellor {
    background-image: url("/assets/images/half/texture-b1-a-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--counsellor {
    background-image: url("/assets/images/half/texture-b1-a-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--counsellor {
    background-image: url("/assets/images/half/texture-b1-a-640.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--counsellor {
    background-image: url("/assets/images/half/texture-b1-a-1280.jpg");
  }
}
.section--counsellor .section__bg {
  background-image: url("/assets/images/half/texture-b1-a-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--counsellor .section__bg {
    background-image: url("/assets/images/half/texture-b1-a-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--counsellor .section__bg {
    background-image: url("/assets/images/half/texture-b1-a-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--counsellor .section__bg {
    background-image: url("/assets/images/half/texture-b1-a-640.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--counsellor .section__bg {
    background-image: url("/assets/images/half/texture-b1-a-1280.jpg");
  }
}
.section--counsellor .section__fill {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.section--counsellor:hover .section__fill {
  opacity: 1;
}

.section--consumer {
  background-image: url("/assets/images/half/texture-w1-a-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--consumer {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--consumer {
    background-image: url("/assets/images/half/texture-w1-a-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--consumer {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--consumer {
    background-image: url("/assets/images/half/texture-w1-a-1280.jpg");
  }
}
.section--consumer .section__bg {
  background-image: url("/assets/images/half/texture-w1-a-420.jpg");
}
@media only screen and (min-width: 320px) {
  .section--consumer .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 600px) {
  .section--consumer .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-960.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .section--consumer .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-640.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .section--consumer .section__bg {
    background-image: url("/assets/images/half/texture-w1-a-1280.jpg");
  }
}
.section--consumer .section__fill {
  background-color: rgba(255, 255, 255, 0.7);
}
.section--consumer:hover .section__fill {
  opacity: 0;
}

.align-left {
  text-align: left;
}

.hero--vid {
  background-color: #948779;
  background-position: 85% 0;
}

.hero__bg--vid {
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 900px) {
  .hero__bg--vid {
    display: none;
  }
}

.video__controls_debicheck {
  top: -225px;
}
@media screen and (max-width: 375px) {
  .video__controls_debicheck {
    top: -201px;
  }
}