.main-slider-wrapper {
  position: relative;
  width: 100%;
  height: 90vh;
  max-height: 1024px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (min-height: 420px) {
    .main-slider-wrapper {
      height: 96vh; } }
  @media only screen and (min-width: 1023px) and (min-height: 420px) {
    .main-slider-wrapper {
      height: 100vh; } }
  .main-slider-wrapper .main-slider {
    height: 100%;
    width: 100%; }
    .main-slider-wrapper .main-slider > li {
      height: 100%;
      width: 100%; }
    .main-slider-wrapper .main-slider .button {
      font-size: 1.25rem; }

.main-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .main-slider > li.visible {
    position: relative;
    z-index: 2;
    opacity: 1; }
  .main-slider > li:first-of-type {
    background-color: #1a6ea6;
    background-image: url(../../images/backgrounds/background-01.jpg); }
  .main-slider > li:nth-of-type(2) {
    background-color: #1a6ea6;
    background-image: url(../../images/backgrounds/background-06.jpg); }
  .main-slider > li:nth-of-type(3) {
    background-color: #1a6ea6;
    background-image: url(../../images/backgrounds/background-03.jpg); }
  .main-slider > li:nth-of-type(4) {
    background-color: #1a6ea6;
    background-image: url(../../images/backgrounds/background-04.jpg); }
  .main-slider > li:first-of-type, .main-slider > li:nth-of-type(2), .main-slider > li:nth-of-type(3), .main-slider > li:nth-of-type(4) {
    background-size: cover; }
  .main-slider > li > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .main-slider > li > div > div {
      width: 100%;
      max-width: 1024px;
      margin: 0 auto;
      padding: 0 16px; }
      @media only screen and (min-width: 768px) and (min-height: 420px) {
        .main-slider > li > div > div {
          padding: 0 32px; } }
      @media only screen and (min-width: 1023px) and (min-height: 420px) {
        .main-slider > li > div > div {
          padding: 0 32px; } }
  .main-slider > li h1, .main-slider > li h2, .main-slider > li h3, .main-slider > li h4, .main-slider > li h5, .main-slider > li h6 {
    font-weight: 500;
    line-height: 1.6em;
    text-shadow: 1px 1px 0px rgba(45, 45, 45, 0.4);
    color: #FFFFFF; }
    .main-slider > li h1.title, .main-slider > li h2.title, .main-slider > li h3.title, .main-slider > li h4.title, .main-slider > li h5.title, .main-slider > li h6.title {
      font-weight: 600; }
  .main-slider > li .arrow {
    position: absolute;
    width: 100px;
    margin-top: 8px;
    margin-left: -250px; }
  .main-slider > li .note {
    margin-top: 8px;
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 500;
    text-shadow: 1px 1px 0px rgba(45, 45, 45, 0.4); }
  .main-slider > li .slider-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: .25em;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }

.no-touch .main-slider > li .slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.main-slider-navigation {
  position: absolute;
  bottom: 32px;
  right: auto;
  margin: 0;
  padding: 0;
  z-index: 3;
  text-align: center;
  width: 100%; }
  .main-slider-navigation::after {
    clear: both;
    content: "";
    display: table; }
  .main-slider-navigation li {
    display: inline-block;
    margin-right: 20px; }
    .main-slider-navigation li:last-of-type {
      margin-right: 0; }
  .main-slider-navigation a {
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #d1e2ed;
    z-index: 11;
    box-shadow: 0px 2px 8px rgba(45, 45, 45, 0.4);
    color: #1a6ea6; }
    .main-slider-navigation a .mdi {
      font-size: 1.5rem;
      line-height: 48px;
      color: #14547e; }
    .main-slider-navigation a span {
      display: block;
      width: 100%;
      margin-top: 8px;
      font-size: 0.75rem;
      text-align: center; }
    .main-slider-navigation a:hover {
      background-color: #1a6ea6; }
      .main-slider-navigation a:hover .mdi {
        color: #FFFFFF; }

.main-slider-navigation {
  z-index: 150; }
  .main-slider-navigation li.selected:first-of-type a,
  .main-slider-navigation li.selected:nth-of-type(2) a,
  .main-slider-navigation li.selected:nth-of-type(3) a,
  .main-slider-navigation li.selected:nth-of-type(4) a {
    background-color: #14547e;
    cursor: default; }
    .main-slider-navigation li.selected:first-of-type a .mdi,
    .main-slider-navigation li.selected:nth-of-type(2) a .mdi,
    .main-slider-navigation li.selected:nth-of-type(3) a .mdi,
    .main-slider-navigation li.selected:nth-of-type(4) a .mdi {
      color: #FFFFFF; }
  .main-slider-navigation em {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    padding: 8px 10px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    font-size: 1.3rem;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(3px);
    -moz-transform: translateX(-50%) translateY(3px);
    -ms-transform: translateX(-50%) translateY(3px);
    -o-transform: translateX(-50%) translateY(3px);
    transform: translateX(-50%) translateY(3px);
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s, -webkit-transform 0.2s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s, -moz-transform 0.2s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s, transform 0.2s 0s; }
    .main-slider-navigation em::after {
      content: '';
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -10px;
      height: 0;
      width: 0;
      border: 5px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.7); }

.slider-svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0; }
  .slider-svg-cover path {
    fill: #003d5b; }
  .slider-svg-cover.is-animating {
    z-index: 4;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s; }

.slider-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/waves.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none; }
