@charset "UTF-8";
/*
Theme Name: Iceland
Version: 1.0
Author: Creed Comms
*/
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/*
@font-face {
	font-family: 'Calibri';src: url('webfonts/340843_3_0.eot');src: url('webfonts/340843_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/340843_3_0.woff2') format('woff2'),url('webfonts/340843_3_0.woff') format('woff'),url('webfonts/340843_3_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';src: url('webfonts/340843_2_0.eot');src: url('webfonts/340843_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/340843_2_0.woff2') format('woff2'),url('webfonts/340843_2_0.woff') format('woff'),url('webfonts/340843_2_0.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*-----------------------------------*\

  $TOAST-GRID

  An insane grid.
  You'd be mad to use it.

  Usage
  =====

  Assuming default values:

  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>


  Customisation
  =============

  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.

  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.

  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.

  That's it. Have fun.

\*-----------------------------------*/
.grid {
  list-style: none;
  margin-left: -20px;
}
.grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--8-of-8, .grid__col--12-of-12, .grid__col--24-of-24 {
  width: 100%;
}
.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6, .grid__col--4-of-8, .grid__col--6-of-12, .grid__col--12-of-24 {
  width: 50%;
}
.grid__col--1-of-3, .grid__col--2-of-6, .grid__col--4-of-12, .grid__col--8-of-24 {
  width: 33.3333333333%;
}
.grid__col--2-of-3, .grid__col--4-of-6, .grid__col--8-of-12, .grid__col--16-of-24 {
  width: 66.6666666667%;
}
.grid__col--1-of-4, .grid__col--2-of-8, .grid__col--3-of-12, .grid__col--6-of-24 {
  width: 25%;
}
.grid__col--3-of-4, .grid__col--6-of-8, .grid__col--9-of-12, .grid__col--18-of-24 {
  width: 75%;
}
.grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-8-of-8, .grid__col--push-12-of-12, .grid__col--push-24-of-24 {
  margin-left: 100%;
}
.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6, .grid__col--push-4-of-8, .grid__col--push-6-of-12, .grid__col--push-12-of-24 {
  margin-left: 50%;
}
.grid__col--push-1-of-3, .grid__col--push-2-of-6, .grid__col--push-4-of-12, .grid__col--push-8-of-24 {
  margin-left: 33.3333333333%;
}
.grid__col--push-2-of-3, .grid__col--push-4-of-6, .grid__col--push-8-of-12, .grid__col--push-16-of-24 {
  margin-left: 66.6666666667%;
}
.grid__col--push-1-of-4, .grid__col--push-2-of-8, .grid__col--push-3-of-12, .grid__col--push-6-of-24 {
  margin-left: 25%;
}
.grid__col--push-3-of-4, .grid__col--push-6-of-8, .grid__col--push-9-of-12, .grid__col--push-18-of-24 {
  margin-left: 75%;
}
.grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-8-of-8, .grid__col--pull-12-of-12, .grid__col--pull-24-of-24 {
  margin-left: -100%;
}
.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6, .grid__col--pull-4-of-8, .grid__col--pull-6-of-12, .grid__col--pull-12-of-24 {
  margin-left: -50%;
}
.grid__col--pull-1-of-3, .grid__col--pull-2-of-6, .grid__col--pull-4-of-12, .grid__col--pull-8-of-24 {
  margin-left: -33.3333333333%;
}
.grid__col--pull-2-of-3, .grid__col--pull-4-of-6, .grid__col--pull-8-of-12, .grid__col--pull-16-of-24 {
  margin-left: -66.6666666667%;
}
.grid__col--pull-1-of-4, .grid__col--pull-2-of-8, .grid__col--pull-3-of-12, .grid__col--pull-6-of-24 {
  margin-left: -25%;
}
.grid__col--pull-3-of-4, .grid__col--pull-6-of-8, .grid__col--pull-9-of-12, .grid__col--pull-18-of-24 {
  margin-left: -75%;
}
.grid__col--1-of-5 {
  width: 20%;
}
.grid__col--push-1-of-5 {
  margin-left: 20%;
}
.grid__col--pull-1-of-5 {
  margin-left: -20%;
}
.grid__col--2-of-5 {
  width: 40%;
}
.grid__col--push-2-of-5 {
  margin-left: 40%;
}
.grid__col--pull-2-of-5 {
  margin-left: -40%;
}
.grid__col--3-of-5 {
  width: 60%;
}
.grid__col--push-3-of-5 {
  margin-left: 60%;
}
.grid__col--pull-3-of-5 {
  margin-left: -60%;
}
.grid__col--4-of-5 {
  width: 80%;
}
.grid__col--push-4-of-5 {
  margin-left: 80%;
}
.grid__col--pull-4-of-5 {
  margin-left: -80%;
}
.grid__col--1-of-6 {
  width: 16.6666666667%;
}
.grid__col--push-1-of-6 {
  margin-left: 16.6666666667%;
}
.grid__col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}
.grid__col--5-of-6 {
  width: 83.3333333333%;
}
.grid__col--push-5-of-6 {
  margin-left: 83.3333333333%;
}
.grid__col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}
.grid__col--1-of-8 {
  width: 12.5%;
}
.grid__col--push-1-of-8 {
  margin-left: 12.5%;
}
.grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}
.grid__col--3-of-8 {
  width: 37.5%;
}
.grid__col--push-3-of-8 {
  margin-left: 37.5%;
}
.grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}
.grid__col--5-of-8 {
  width: 62.5%;
}
.grid__col--push-5-of-8 {
  margin-left: 62.5%;
}
.grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}
.grid__col--7-of-8 {
  width: 87.5%;
}
.grid__col--push-7-of-8 {
  margin-left: 87.5%;
}
.grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}
.grid__col--1-of-12 {
  width: 8.3333333333%;
}
.grid__col--push-1-of-12 {
  margin-left: 8.3333333333%;
}
.grid__col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}
.grid__col--2-of-12 {
  width: 16.6666666667%;
}
.grid__col--push-2-of-12 {
  margin-left: 16.6666666667%;
}
.grid__col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}
.grid__col--5-of-12 {
  width: 41.6666666667%;
}
.grid__col--push-5-of-12 {
  margin-left: 41.6666666667%;
}
.grid__col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}
.grid__col--7-of-12 {
  width: 58.3333333333%;
}
.grid__col--push-7-of-12 {
  margin-left: 58.3333333333%;
}
.grid__col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}
.grid__col--10-of-12 {
  width: 83.3333333333%;
}
.grid__col--push-10-of-12 {
  margin-left: 83.3333333333%;
}
.grid__col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}
.grid__col--11-of-12 {
  width: 91.6666666667%;
}
.grid__col--push-11-of-12 {
  margin-left: 91.6666666667%;
}
.grid__col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}
.grid__col--1-of-24 {
  width: 4.1666666667%;
}
.grid__col--push-1-of-24 {
  margin-left: 4.1666666667%;
}
.grid__col--pull-1-of-24 {
  margin-left: -4.1666666667%;
}
.grid__col--2-of-24 {
  width: 8.3333333333%;
}
.grid__col--push-2-of-24 {
  margin-left: 8.3333333333%;
}
.grid__col--pull-2-of-24 {
  margin-left: -8.3333333333%;
}
.grid__col--3-of-24 {
  width: 12.5%;
}
.grid__col--push-3-of-24 {
  margin-left: 12.5%;
}
.grid__col--pull-3-of-24 {
  margin-left: -12.5%;
}
.grid__col--4-of-24 {
  width: 16.6666666667%;
}
.grid__col--push-4-of-24 {
  margin-left: 16.6666666667%;
}
.grid__col--pull-4-of-24 {
  margin-left: -16.6666666667%;
}
.grid__col--5-of-24 {
  width: 20.8333333333%;
}
.grid__col--push-5-of-24 {
  margin-left: 20.8333333333%;
}
.grid__col--pull-5-of-24 {
  margin-left: -20.8333333333%;
}
.grid__col--7-of-24 {
  width: 29.1666666667%;
}
.grid__col--push-7-of-24 {
  margin-left: 29.1666666667%;
}
.grid__col--pull-7-of-24 {
  margin-left: -29.1666666667%;
}
.grid__col--9-of-24 {
  width: 37.5%;
}
.grid__col--push-9-of-24 {
  margin-left: 37.5%;
}
.grid__col--pull-9-of-24 {
  margin-left: -37.5%;
}
.grid__col--10-of-24 {
  width: 41.6666666667%;
}
.grid__col--push-10-of-24 {
  margin-left: 41.6666666667%;
}
.grid__col--pull-10-of-24 {
  margin-left: -41.6666666667%;
}
.grid__col--11-of-24 {
  width: 45.8333333333%;
}
.grid__col--push-11-of-24 {
  margin-left: 45.8333333333%;
}
.grid__col--pull-11-of-24 {
  margin-left: -45.8333333333%;
}
.grid__col--13-of-24 {
  width: 54.1666666667%;
}
.grid__col--push-13-of-24 {
  margin-left: 54.1666666667%;
}
.grid__col--pull-13-of-24 {
  margin-left: -54.1666666667%;
}
.grid__col--14-of-24 {
  width: 58.3333333333%;
}
.grid__col--push-14-of-24 {
  margin-left: 58.3333333333%;
}
.grid__col--pull-14-of-24 {
  margin-left: -58.3333333333%;
}
.grid__col--15-of-24 {
  width: 62.5%;
}
.grid__col--push-15-of-24 {
  margin-left: 62.5%;
}
.grid__col--pull-15-of-24 {
  margin-left: -62.5%;
}
.grid__col--17-of-24 {
  width: 70.8333333333%;
}
.grid__col--push-17-of-24 {
  margin-left: 70.8333333333%;
}
.grid__col--pull-17-of-24 {
  margin-left: -70.8333333333%;
}
.grid__col--19-of-24 {
  width: 79.1666666667%;
}
.grid__col--push-19-of-24 {
  margin-left: 79.1666666667%;
}
.grid__col--pull-19-of-24 {
  margin-left: -79.1666666667%;
}
.grid__col--20-of-24 {
  width: 83.3333333333%;
}
.grid__col--push-20-of-24 {
  margin-left: 83.3333333333%;
}
.grid__col--pull-20-of-24 {
  margin-left: -83.3333333333%;
}
.grid__col--21-of-24 {
  width: 87.5%;
}
.grid__col--push-21-of-24 {
  margin-left: 87.5%;
}
.grid__col--pull-21-of-24 {
  margin-left: -87.5%;
}
.grid__col--22-of-24 {
  width: 91.6666666667%;
}
.grid__col--push-22-of-24 {
  margin-left: 91.6666666667%;
}
.grid__col--pull-22-of-24 {
  margin-left: -91.6666666667%;
}
.grid__col--23-of-24 {
  width: 95.8333333333%;
}
.grid__col--push-23-of-24 {
  margin-left: 95.8333333333%;
}
.grid__col--pull-23-of-24 {
  margin-left: -95.8333333333%;
}
.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .grid__col[class*="grid__col--m-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .grid__col[class*="grid__col--s-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}
.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid__col--d-first {
  float: left;
}
.grid__col--d-last {
  float: right;
}
.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}
.grid--no-gutter .grid__col {
  padding-left: 0;
}
.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}
.grid__col--ab {
  vertical-align: bottom;
}
.grid__col--am {
  vertical-align: middle;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  font-family: 'tondo', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3C3C3B;
}
.cf {
  display: block;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.embed-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  max-width: 100%;
  overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .grid__col--d-first {
    float: none;
  }
}
h1, .h1 {
  font-size: 8rem;
  font-family: 'breakers', sans-serif;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 700px) {
  h1, .h1 {
    font-size: 6rem;
  }
}
h2, .h2 {
  font-size: 4.5rem;
  font-family: 'breakers', sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 15px;
}
p {
  margin-bottom: 15px;
}
ul {
  margin-bottom: 25px;
  margin-left: 15px;
  list-style: disc;
  list-style-position: outside;
}
ul li {
  margin-bottom: 5px;
}
ol {
  margin-bottom: 25px;
  margin-left: 15px;
  list-style: decimal;
  list-style-position: outside;
}
ol li {
  margin-bottom: 5px;
}
nav ul, .reset {
  margin: 0;
  list-style: none;
}
nav ul li, .reset li {
  margin: 0;
}
nav ul li a, .reset li a {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.page-wrapper {
  background-color: #fff;
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px;
}
.block--red {
  color: #fff;
  background-color: #cc0e27;
}
.block--red-to-white {
  background: white;
  background: linear-gradient(0deg, white 10%, #cc0e27 80%);
}
.block--blue {
  color: #fff;
  background-color: #084C61;
}
.block:focus {
  outline: 0;
}
.block__heading {
  color: #cc0e27;
  /*
	&:after {
		margin-top: 15px;
		display: block;
		width: 20px;
		height: 1px;
		content: "";
		
		background-color: $color-brand;
	}
*/
}
.block__heading--white {
  color: #fff;
}
.block__heading--red {
  color: #cc0e27;
}
.block__heading--sm-margin {
  margin-bottom: 5px;
}
.block__heading--lg-margin {
  margin-block: 50px;
}
.block__heading--centered {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
.block__heading--centered:after {
  margin: 15px auto 0 auto;
}
.block__intro {
  margin-bottom: 40px;
}
.block__intro--centered {
  text-align: center;
}
.block__intro--short {
  max-width: 60%;
}
@media only screen and (max-width: 700px) {
  .block__intro--short {
    max-width: 100%;
  }
}
.block__intro--long {
  max-width: 80%;
}
@media only screen and (max-width: 700px) {
  .block__intro--long {
    max-width: 100%;
  }
}
.block__intro--white {
  color: #fff;
}
.block-outer {
  padding: 100px 0;
  /*
	&--image-bg {
		background-image: url('img/image-bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
*/
}
@media only screen and (max-width: 700px) {
  .block-outer {
    padding: 50px 0;
  }
}
.block-outer--no-pt {
  padding-top: 0;
}
.block-outer--no-pb {
  padding-bottom: 0;
}
.block-inner {
  /*
	&--large {
		max-width: 1030px;
	}
	
	&--medium {
		max-width: 980px;
	}
	
	&--small {
		max-width: 900px;
	}
	
	&--xsmall {
		max-width: 880px;
	}
*/
}
/*
.break-line {
	margin: 0 auto;
	max-width: 970px;
	width: 90%;
    height: 1px;
    
    background: #e6e6e6;
	border: 0;
}
*/
.featherlight {
  padding: 20px;
}
.lightbox {
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  display: none;
  max-width: 600px;
}
.button {
  margin-bottom: 25px;
  padding: 20px 40px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #cc0e27;
  border-radius: 5px;
  /*
	&:hover {
		opacity: .8;
	}
*/
}
.button--no-margin {
  margin-bottom: 0;
}
.btn-outline {
  padding: 5px 35px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
}
.btn-outline:hover {
  color: #cc0e27;
  background: #fff;
}
.btn-outline--large {
  padding: 15px 50px;
  font-size: 22px;
}
.page-content {
  margin-bottom: 50px;
  background: #fff;
}
.page-hero {
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #084C61;
}
@media only screen and (max-width: 767px) {
  .page-hero {
    min-height: 0;
    background-image: none !important;
  }
}
@media print {
  .page-hero {
    display: none;
  }
}
.page-hero--center-right {
  background-position: center right;
}
.page-hero .hero-mobile-img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-hero .hero-mobile-img {
    width: 100%;
    display: block;
  }
}
.page-hero-gradient {
  min-height: 700px;
  background: #084c61;
  background: linear-gradient(0deg, #084c61 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .page-hero-gradient {
    min-height: 0;
    background: none;
  }
}
.page-hero .hero-inside {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .page-hero .hero-inside {
    font-size: 1.5rem;
  }
}
.page-hero .hero-content {
  padding-top: 120px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-hero .hero-content {
    padding: 60px 0;
  }
}
.page-hero .hero-content--more-top-padding {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .page-hero .hero-content--more-top-padding {
    padding: 60px 0;
  }
}
.page-hero .hero-content__image {
  display: block;
  width: 100%;
}
.page-hero .hero-content__special-intro {
  margin-top: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
.page-hero .hero-content__special-intro p {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.page-hero .hero-content--centered {
  text-align: center;
}
.alt-hero {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #cc0e27;
}
.alt-hero .hero-content {
  margin: 0 auto 80px auto;
  max-width: 680px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.site-header {
  padding-top: 20px;
  padding-bottom: 15px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .site-header {
    border-bottom: 3px solid #cc0e27;
  }
}
.site-branding {
  margin-right: 30px;
  display: inline-block;
}
.site-branding__logo {
  width: 250px;
  left: -5px;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-branding__logo:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1060px) {
  .site-branding {
    margin-right: 0;
    display: block;
  }
}
.site-nav {
  float: right;
  vertical-align: middle;
}
@media only screen and (max-width: 1060px) {
  .site-nav {
    float: none;
  }
}
.site-nav ul {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .site-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.site-nav ul li {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-nav ul li {
    margin: 0;
    width: 50%;
  }
}
.site-nav ul li ul.sub-menu {
  padding-top: 25px;
  position: absolute;
  top: 30px;
  left: -15px;
  width: 250px;
  background: #fff;
  border-bottom: 4px solid #cc0e27;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  vertical-align: top;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  opacity: 0;
  z-index: -1;
  box-shadow: 10px 9px 13px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 9px 13px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 9px 13px -8px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .site-nav ul li ul.sub-menu {
    padding-top: 10px;
    width: auto;
    left: -17px;
  }
}
.site-nav ul li ul.sub-menu li {
  margin: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .site-nav ul li ul.sub-menu li {
    width: 100%;
  }
}
.site-nav ul li ul.sub-menu li a {
  display: block;
  padding: 10px 18px;
}
.site-nav ul li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  z-index: 1;
}
.site-nav ul li a {
  padding: 10px 0;
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
}
.site-nav ul li a:hover {
  color: #cc0e27;
}
.site-nav ul li a i {
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .site-nav ul li a {
    padding: 7px 0;
  }
}
.site-nav ul li a.site-nav__help {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-image: url('img/questions-shape.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-nav ul li a.site-nav__help span {
  position: absolute;
  top: 6px;
  left: 16px;
}
@media only screen and (max-width: 690px) {
  .site-nav ul li a.site-nav__help {
    padding: 0;
    position: absolute;
    top: 40px;
    right: 15px;
    min-width: 0 !important;
    background-color: transparent;
    border-radius: 0;
  }
}
.site-nav ul li.current-menu-item a {
  color: #cc0e27;
}
.site-nav ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .site-nav ul li {
    margin-right: 0;
    display: block;
  }
}
.page-nav {
  width: 100%;
  text-align: center;
  background-color: #cc0e27;
}
.page-nav__btn {
  padding: 20px;
  display: none;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.page-nav__btn:before {
  margin-right: 10px;
  content: "";
  font-family: "FontAwesome";
}
.page-nav__btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1040px) {
  .page-nav__btn {
    display: block;
  }
}
.page-nav ul {
  padding: 20px 0 5px 0;
  width: 100%;
}
.page-nav ul li {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  line-height: 1.4;
}
.page-nav ul li a {
  display: block;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}
.page-nav ul li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1040px) {
  .page-nav ul li br {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .page-nav ul li br {
    display: block;
  }
}
@media only screen and (max-width: 1040px) {
  .page-nav ul li {
    margin-bottom: 25px;
    width: 24.5%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page-nav ul li {
    width: 32.9%;
  }
}
@media only screen and (max-width: 640px) {
  .page-nav ul li {
    width: 49%;
  }
}
@media only screen and (max-width: 1040px) {
  .page-nav ul {
    display: none;
    position: absolute;
    background-color: #cc0e27;
  }
}
.page-nav ul.open {
  display: block !important;
}
@media only screen and (max-width: 1040px) {
  .page-nav {
    text-align: left;
  }
}
.site-footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #fff;
  border-top: 3px solid #cc0e27;
}
.site-footer .site-nav {
  margin-top: 15px;
}
.site-footer .site-nav ul li:nth-child(4) {
  margin-right: 0;
}
.site-footer .site-nav__help {
  display: none;
}
.list-slider .owl-prev, .list-slider .owl-next {
  margin: 20px 5px !important;
  padding: 0 !important;
  width: 28px;
  height: 28px;
  font-size: 0 !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  border: 1px solid #fff;
}
.list-slider .owl-prev:after, .list-slider .owl-next:after {
  font-family: "FontAwesome";
  font-size: 1.7rem;
  line-height: 28px;
  color: #fff;
}
.list-slider .owl-prev:hover, .list-slider .owl-next:hover {
  opacity: 0.8;
}
.list-slider .owl-prev {
  left: 0;
}
.list-slider .owl-prev:after {
  padding-right: 2px;
  content: "";
}
.list-slider .owl-next {
  right: 0;
}
.list-slider .owl-next:after {
  padding-left: 2px;
  content: "";
}
.list-slider__slide {
  padding: 40px 15px 15px 15px;
  text-align: center;
  color: #3C3C3B;
  background-color: #ececec;
  border-bottom: 10px solid #084C61;
}
.list-slider__heading {
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 3.8rem;
  color: #fff;
  background-color: #cc0e27;
  border-radius: 50px;
}
.list-slider__heading span {
  display: inline-block;
  line-height: 90px;
}
.list-slider__icon {
  margin: 0 auto 20px auto;
  display: block;
  max-width: 150px;
}
.ordered-list-slider {
  margin: 65px auto 0 auto;
}
.ordered-list-slider .owl-prev, .ordered-list-slider .owl-next {
  margin: 20px 5px !important;
  padding: 0 !important;
  width: 28px;
  height: 28px;
  font-size: 0 !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  border: 1px solid #fff;
}
.ordered-list-slider .owl-prev:after, .ordered-list-slider .owl-next:after {
  font-family: "FontAwesome";
  font-size: 1.7rem;
  line-height: 28px;
  color: #fff;
}
.ordered-list-slider .owl-prev:hover, .ordered-list-slider .owl-next:hover {
  opacity: 0.8;
}
.ordered-list-slider .owl-prev {
  left: 0;
}
.ordered-list-slider .owl-prev:after {
  padding-right: 2px;
  content: "";
}
.ordered-list-slider .owl-next {
  right: 0;
}
.ordered-list-slider .owl-next:after {
  padding-left: 2px;
  content: "";
}
.ordered-list-slider .owl-nav {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.ordered-list-slider .owl-dots {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}
.ordered-list-slider .owl-dots .owl-dot span {
  position: relative;
  margin: 0 0.5rem;
  width: 12px !important;
  height: 12px !important;
  border-radius: 100rem;
  background: #084C61 !important;
}
.ordered-list-slider .owl-dots .owl-dot span:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 100rem;
}
.ordered-list-slider .owl-dots .owl-dot.active span {
  background: #fff !important;
}
.ordered-list-slider--no-dots .owl-nav {
  display: block;
}
.ordered-list-slider__slide {
  padding: 40px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #cc0e27;
}
@media only screen and (max-width: 600px) {
  .ordered-list-slider__slide {
    display: block;
    text-align: center;
  }
}
.ordered-list-slider__slide-pause {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .ordered-list-slider__slide-count {
    margin-block: 2rem;
  }
}
.ordered-list-slider__slide-number {
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 6rem;
  font-family: 'breakers', sans-serif;
  font-weight: 900;
  line-height: 95px;
  text-align: center;
  color: #cc0e27;
  background: #fff;
  border-radius: 100px;
}
.ordered-list-slider__slide-content {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .ordered-list-slider__slide-content {
    margin-left: 0;
  }
}
.ordered-list-slider__slide-content p:last-of-type {
  margin-bottom: 0;
}
.ordered-list-slider__heading {
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 3.8rem;
  color: #fff;
  background-color: #cc0e27;
  border-radius: 50px;
}
.ordered-list-slider__heading span {
  display: inline-block;
  line-height: 90px;
}
.ordered-list-slider--white {
  margin-top: 0;
}
.ordered-list-slider--white .owl-prev, .ordered-list-slider--white .owl-next {
  border: 1px solid #084C61;
}
.ordered-list-slider--white .owl-prev:after, .ordered-list-slider--white .owl-next:after {
  color: #084C61;
}
.ordered-list-slider--white .ordered-list-slider__slide {
  padding: 40px 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3C3C3B;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  .ordered-list-slider--white .ordered-list-slider__slide {
    padding-right: 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .ordered-list-slider--white .ordered-list-slider__slide-count {
    margin-block: 2rem;
  }
}
.ordered-list-slider--white .ordered-list-slider__slide-number {
  width: 110px;
  height: 110px;
  font-size: 7rem;
  line-height: 115px;
  color: #fff;
  background: #cc0e27;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);
}
.blue-to-red-gradient-separator {
  display: block;
  width: 100%;
  height: 300px;
  background: #cc0e27;
  background: linear-gradient(0deg, #cc0e27 15%, #084c61 100%);
}
.heading-slider {
  margin: 25px auto 0 auto;
}
.heading-slider .owl-prev, .heading-slider .owl-next {
  margin: 20px 5px !important;
  padding: 0 !important;
  width: 28px;
  height: 28px;
  font-size: 0 !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  border: 1px solid #fff;
}
.heading-slider .owl-prev:after, .heading-slider .owl-next:after {
  font-family: "FontAwesome";
  font-size: 1.7rem;
  line-height: 28px;
  color: #fff;
}
.heading-slider .owl-prev:hover, .heading-slider .owl-next:hover {
  opacity: 0.8;
}
.heading-slider .owl-prev {
  left: 0;
}
.heading-slider .owl-prev:after {
  padding-right: 2px;
  content: "";
}
.heading-slider .owl-next {
  right: 0;
}
.heading-slider .owl-next:after {
  padding-left: 2px;
  content: "";
}
.heading-slider .owl-nav {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.heading-slider .owl-dots {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}
.heading-slider .owl-dots .owl-dot span {
  position: relative;
  margin: 0 0.5rem;
  width: 12px !important;
  height: 12px !important;
  border-radius: 100rem;
  background: #084C61 !important;
}
.heading-slider .owl-dots .owl-dot span:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 100rem;
}
.heading-slider .owl-dots .owl-dot.active span {
  background: #fff !important;
}
.heading-slider__slide {
  padding: 55px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #cc0e27;
}
@media only screen and (max-width: 700px) {
  .heading-slider__slide {
    padding-right: 30px;
    padding-left: 30px;
    display: block;
  }
}
.heading-slider__slide-heading {
  flex-basis: 40%;
}
.heading-slider__slide-heading h1 {
  margin-bottom: 0;
  font-size: 6.5rem;
}
@media only screen and (max-width: 700px) {
  .heading-slider__slide-heading h1 {
    margin-bottom: 25px;
    font-size: 6rem;
  }
}
.heading-slider__slide-content {
  margin-left: 5%;
  flex-basis: 55%;
}
@media only screen and (max-width: 700px) {
  .heading-slider__slide-content {
    margin-left: 0;
  }
}
.heading-slider__slide-content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .heading-slider__slide-content p:last-of-type {
    margin-bottom: 25px;
  }
}
.wym-grid {
  margin-top: 50px;
}
.wym-grid .wym-item {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .wym-grid .wym-item {
    text-align: center;
  }
}
.wym-grid .wym-item__icon {
  margin-bottom: 10px;
  width: 100%;
  max-width: 120px;
}
.wym-grid .wym-item__content {
  margin-right: 8px;
}
.wym-photo {
  width: 100%;
  margin-top: 50px;
}
.note-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.note-cards .note-item {
  margin-bottom: 10px;
  padding: 20px 25px;
  display: flex;
  flex-basis: 49.55555%;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #084C61;
}
@media only screen and (max-width: 700px) {
  .note-cards .note-item {
    flex-basis: 100%;
  }
}
.note-cards .note-item p {
  margin-bottom: 0;
}
.multi-slider {
  position: relative;
}
.multi-slider .owl-nav {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.multi-slider .owl-dots {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}
.multi-slider .owl-prev, .multi-slider .owl-next {
  margin: 20px 5px !important;
  padding: 0 !important;
  width: 28px;
  height: 28px;
  font-size: 0 !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  border: 1px solid #084C61;
}
.multi-slider .owl-prev:after, .multi-slider .owl-next:after {
  font-family: "FontAwesome";
  font-size: 1.7rem;
  line-height: 28px;
  color: #084C61;
}
.multi-slider .owl-prev:hover, .multi-slider .owl-next:hover {
  opacity: 0.8;
}
.multi-slider .owl-prev {
  left: 0;
}
.multi-slider .owl-prev:after {
  padding-right: 2px;
  content: "";
}
.multi-slider .owl-next {
  right: 0;
}
.multi-slider .owl-next:after {
  padding-left: 2px;
  content: "";
}
.multi-slider .owl-dots {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}
.multi-slider .owl-dots .owl-dot span {
  position: relative;
  margin: 0 0.5rem;
  width: 12px !important;
  height: 12px !important;
  border-radius: 100rem;
  background: #fff !important;
}
.multi-slider .owl-dots .owl-dot span:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #084C61;
  border-radius: 100rem;
}
.multi-slider .owl-dots .owl-dot.active span {
  background: #084C61 !important;
}
.multi-slider__slide {
  display: flex;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .multi-slider__slide {
    display: block;
  }
}
.multi-slider__text, .multi-slider__image {
  width: 50%;
}
.multi-slider__text {
  margin-right: 10px;
  padding: 60px 20px 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 325px;
  font-weight: bold;
  font-size: 2.2rem;
  color: #fff;
  background: #cc0e27;
}
@media only screen and (max-width: 600px) {
  .multi-slider__text {
    min-height: 250px;
    width: 100%;
  }
}
.multi-slider__text p:last-of-type {
  margin-bottom: 0;
}
.multi-slider__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 600px) {
  .multi-slider__image {
    display: block;
    width: 100%;
    height: 250px;
  }
}
/*
.multi-slider--red.multi-slider {
	background-color: #fff;
	
	&__slide {
		background-color:purple;
	}
}
*/
.tab-boxes {
  margin-bottom: 5px;
}
.tab-boxes .box {
  margin-bottom: 20px;
  text-align: center;
  background-color: #f9f9f9;
}
.tab-boxes .box__heading {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  background-color: #cc0e27;
}
.tab-boxes .box__heading span {
  display: block;
}
.tab-boxes .box__content {
  padding: 20px 15px;
}
.tab-boxes .box__content p {
  margin-bottom: 15px;
  line-height: 1.4;
}
.tab-boxes .box__content p:last-of-type {
  margin-bottom: 0;
}
.tab-boxes--large {
  padding-right: 45px;
  padding-left: 45px;
}
.tab-boxes--large .box__heading {
  background-color: #cc0e27;
  font-size: 5rem;
  letter-spacing: 4px;
}
.tab-boxes--large .box__content {
  padding: 30px;
}
.tab-boxes--large .box {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .tab-boxes--large .box {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-boxes--large {
    padding-right: 0;
    padding-left: 0;
  }
}
.cta {
  margin-bottom: 40px;
  padding: 100px 20px 80px 20px;
  text-align: center;
  color: #fff;
  background-color: #cc0e27;
}
.cta__heading {
  margin-bottom: 35px;
  line-height: 1.4;
  color: #fff;
}
.video-wrapper {
  margin-top: 100px;
}
.exit-interview {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .exit-interview {
    display: block;
  }
}
.exit-interview__content {
  padding-right: 60px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .exit-interview__content {
    padding-right: 0;
    width: 100%;
  }
}
.exit-interview__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .exit-interview__image {
    width: 100%;
  }
}
.exit-interview__img {
  display: block;
  width: 100%;
}
.ordered-list-item {
  margin-bottom: 40px;
  display: flex;
}
.ordered-list-item__count-number {
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 6rem;
  font-family: 'breakers', sans-serif;
  font-weight: 900;
  line-height: 95px;
  text-align: center;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #cc0e27;
  border-radius: 100px;
}
.ordered-list-item__heading {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.ordered-list-item__content {
  padding-left: 20px;
  max-width: 900px;
}
.ordered-list-item__content p:last-of-type {
  margin-bottom: 0;
}
.be-iceland {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .be-iceland {
    display: block;
  }
}
.be-iceland__content {
  padding: 5%;
  flex-basis: 35%;
  color: #fff;
  background: #084C61;
}
.be-iceland__list li {
  margin-bottom: 15px;
  font-weight: bold;
}
.be-iceland__list li:last-child {
  margin-bottom: 0;
}
.be-iceland__images {
  flex-basis: 65%;
}
@media only screen and (max-width: 700px) {
  .be-iceland__images {
    height: 350px;
  }
}
.be-iceland__images .cycle-slideshow {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.be-iceland__images .cycle-slideshow img {
  display: block;
  position: absolute;
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-popup__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  text-decoration: none;
}
.video-popup__play-btn {
  display: inline-block;
  font-size: 10rem !important;
  color: #cc0e27;
}
.timeline {
  margin: 0 8rem;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  border-left: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  .timeline {
    margin: 0 0 0 3rem;
    font-size: 1.8rem;
  }
}
.timeline__step {
  margin-bottom: 10rem;
  padding-left: 15rem;
  min-height: 100px;
  max-width: 90rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .timeline__step {
    padding-left: 5rem;
    min-height: 0px;
  }
}
.timeline__step--final:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -5px;
  width: 5px;
  height: 100%;
  background: #084C61;
}
.timeline__content--margin-top {
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .timeline__content--margin-top {
    padding-top: 1.5rem;
  }
}
.timeline__image {
  margin-bottom: 2rem;
  width: 100%;
}
.timeline__icon {
  max-width: 12rem;
  position: absolute;
  left: -6.2rem;
}
@media only screen and (max-width: 767px) {
  .timeline__icon {
    max-width: 6rem;
    left: -3.1rem;
  }
}
.timeline-outro {
  padding-left: 8rem;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .timeline-outro {
    padding-left: 0;
    font-size: 1.8rem;
  }
}
