/* ============================================================================================== */
/* !CSS RESET */
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

IMG {
  vertical-align: bottom;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

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

.img-responsive {
  height: auto;
  max-width: 100%;
}

HTML,
BODY {
  height: 100%;
  width: 100%;
}

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ============================================================================================== */
/* !VARIABLES */
/* ============================================================================================== */
/* !MIXINS */
/* ============================================================================================== */
/* !Flickity v2.2.0 */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 479px) {
  .flickity-page-dots {
    display: none;
  }
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-button {
  background: rgba(255, 255, 255, 0.25);
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-size: 15px;
}

section {
  width: 100%;
  overflow: hidden;
}

section.container-1920,
section.container-1280 {
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: auto;
}

section.container-1920 .container-item,
section.container-1280 .container-item {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  min-height: auto;
}

section.container-1280 .container-item {
  max-width: 1280px;
}

section.container-1500 {
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: auto;
  padding-top: calc(800 / 1500 * 100%);
}

section.container-1500 .container-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.container {
  position: relative;
  max-width: 600px;
  text-align: center;
  display: inline-block;
  padding: 70px 20px 50px;
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 60px 20px 45px;
  }
}

.container span {
  display: inline-block;
  margin-top: 20px;
}

.container-heading {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: table;
  width: 100%;
}

.container-carousel {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .container-carousel {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .container-carousel {
    padding-bottom: 10px;
  }
}

.container-carousel .carousel {
  margin: 0 auto 40px;
  max-width: 1920px;
}

.container-carousel .carousel .carousel-cell {
  width: 100%;
  /* full width */
}

.container-carousel .carousel .carousel-cell img {
  width: 100%;
  /* full width */
}

@media only screen and (max-width: 767px) {
  .container-carousel .carousel {
    margin: 0 auto;
  }
}

h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 5px solid black;
  line-height: 1.6;
  position: relative;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 1.6;
    border-bottom: none;
  }
  h2::before {
    content: "";
    display: inline-block;
    width: 100px;
    position: absolute;
    border-bottom: 4px solid black;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid black;
  line-height: 1.4;
}

p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  p {
    margin-top: 20px;
  }
}

a {
  color: black;
}

#back-to-top {
  cursor: pointer;
}

/* ============================================================================================== */
/* !HEADER */
#mainHeader--navigation-toggle {
  z-index: 999;
  position: relative;
  font-size: 3rem;
  color: transparent;
}

#mainHeader--navigation-toggle .open {
  display: block;
  height: 26px;
  overflow: hidden;
  color: #f4f4f4;
}

#mainHeader--navigation-toggle .open:hover {
  color: #f0005b;
}

#mainHeader--navigation-toggle .close {
  display: none;
  color: #f0005b;
}

#mainHeader--navigation-toggle .close:hover {
  color: #041f70;
}

.mainNavigation--open {
  overflow-y: hidden;
}

.mainNavigation--open #mainHeader {
  display: block;
}

.mainNavigation--open #mainHeader--container {
  background: #ffffff;
}

.mainNavigation--open #mainHeader--navigation-toggle .open {
  display: none;
}

.mainNavigation--open #mainHeader--navigation-toggle .close {
  display: block;
}

#mainHeader {
  position: fixed;
  width: 100%;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  z-index: 999;
  -webkit-transition: background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

#mainHeader #mainHeader--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 20px;
  margin: auto;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

#mainHeader #mainHeader--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ============================================================================================== */
/* !NAVIGATION */
nav a {
  text-decoration: none;
}

#mainNavigation {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  z-index: 999;
  background: #ffffff;
  color: #041f70;
}

#mainNavigation .nav-ul {
  line-height: normal;
}

#mainNavigation .nav-ul > li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}

#mainNavigation #mainNavigation--ul {
  padding-top: 60px;
}

#mainNavigation a {
  color: #9a9a9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 20px 40px;
}

#mainNavigation a:hover {
  color: #041f70;
}

#mainNavigation .level--0 {
  font-weight: 600;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}
