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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* 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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.max-width-container {
  width: 100%;
  max-width: 1140px;
  margin: auto; }

header h1, header h4 {
  font-family: "Fredoka One", cursive;
  line-height: 1;
  text-align: center;
  color: #FFF;
  margin: 0; }

header h1 {
  font-size: 9vw; }

header h4 {
  font-size: 3vw; }

body {
  background-image: url(../../images/bg-main.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Tinos", serif;
  font-size: 20px;
  line-height: 1.2;
  color: #403863; }
  body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }

header {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 60px 0 0 0; }

#main-content-container {
  width: 100%;
  margin-top: 600px;
  background: #FFF;
  min-height: 900px;
  padding: 45px 30px;
  text-align: center; }

.diagonals {
  display: none;
  position: relative;
  bottom: -3px;
  left: 0; }

.diagonal-left, .diagonal-right {
  height: 130px;
  fill: #FFF; }

.diagonal-left {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  z-index: 99;
  width: 23%; }

.diagonal-right {
  position: absolute;
  bottom: 0;
  right: 0 !important;
  background: none;
  z-index: 99;
  left: auto;
  width: 77%; }

.divider {
  width: 100%;
  display: block;
  border: 1px solid #c8d8de;
  margin: 30px auto; }

p {
  margin: 0 0 15px 0; }

a {
  font-family: "Fredoka One", cursive;
  font-weight: 700;
  color: #a69edc;
  display: inline-block;
  margin: 0;
  text-decoration: none; }
  a:hover {
    color: #bbb2f8;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }

select, input, textarea {
  display: block;
  height: 50px;
  width: 100%;
  max-width: 380px;
  margin: 15px 0 45px 0;
  font-size: 18px;
  border-radius: 0px;
  padding: 0 10px 0 10px;
  font-weight: 700;
  outline: none;
  border: 1px solid #a8a8a8; }

input[type="image"] {
  border: 0; }

textarea {
  height: 200px;
  padding: 10px 10px 0 10px; }

form#contact-form select, form#contact-form input, form#contact-form textarea {
  margin-bottom: 15px; }

.form-success {
  display: block;
  width: 100%;
  max-width: 340px;
  background: #FFF;
  border: 1px solid #40ae85;
  color: #40ae85;
  font-size: 16px;
  font-weight: 700;
  padding: 15px; }

input[type="image"] {
  width: auto;
  max-width: none; }

button {
  width: 180px;
  height: 50px;
  background: #3c6c91;
  border: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  outline: none;
  cursor: pointer; }

button:hover {
  background: #549ad0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.hidden {
  display: none; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

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

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

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

strong {
  font-weight: 700; }

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

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  margin: 20px 0 0 0; }
  nav a {
    margin: 20px 10px;
    padding: 0 10px;
    font-size: 18px;
    text-transform: uppercase; }

.mobile-flyout-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.open-mobile-menu .mobile-flyout-nav-overlay {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mobile-flyout-nav {
  position: fixed;
  width: 100%;
  height: auto;
  background: #c8d8de;
  padding: 15px 0 0 0;
  top: -500px;
  left: 0;
  -webkit-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease; }
  .mobile-flyout-nav h2 {
    font-size: 30px;
    text-align: center; }
  .mobile-flyout-nav ul {
    list-style-type: none; }
    .mobile-flyout-nav ul li {
      display: inline-block;
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #CCC;
      text-align: left;
      padding: 17px 10px 10px 10px;
      background: #FFF;
      text-align: center; }
      .mobile-flyout-nav ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none; }
        .mobile-flyout-nav ul li a.nav-highlight {
          color: #CCC; }
          .mobile-flyout-nav ul li a.nav-highlight:hover {
            color: #a21d06; }
    .mobile-flyout-nav ul li:first-child {
      border-top: 1px solid #CCC; }

body.open-mobile-menu {
  top: 0;
  -webkit-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease;
  overflow: hidden; }

body.open-mobile-menu .mobile-flyout-nav {
  top: 0;
  -webkit-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease; }

.mobile-icon-container {
  display: none;
  width: 100%;
  height: 60px;
  background: #FFF;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .mobile-icon-container {
      display: block; } }

.nav-label {
  position: absolute;
  display: inline-block;
  top: 20px;
  font-size: 14px;
  color: #CCC;
  left: 50%;
  margin-left: -92px; }

.mobile-icon {
  display: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  position: relative;
  top: 6px; }
  @media (max-width: 767px) {
    .mobile-icon {
      display: inline-block; } }

#mobile-hamburger-menu-icon {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #mobile-hamburger-menu-icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #403863;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #mobile-hamburger-menu-icon span:nth-child(1) {
      top: 0px; }
    #mobile-hamburger-menu-icon span:nth-child(2) {
      top: 18px; }
    #mobile-hamburger-menu-icon span:nth-child(3) {
      top: 18px; }
    #mobile-hamburger-menu-icon span:nth-child(4) {
      top: 36px; }
  #mobile-hamburger-menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  #mobile-hamburger-menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #mobile-hamburger-menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #mobile-hamburger-menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
