/*
 * Theme Name:   Salt and Malt
 * Theme URI:    http://fiascodesign.co.uk
 * Description:  Salt and Malt theme
 * Version:      0.1
 * Author:       Fiasco Design
 * Author URI:   http://fiascodesign.co.uk
 * Tags:         Salt & Malt, Salt and Malt, Bristol, Restaurant
 * Run: stylus -w -u nib wp-content/themes/salt-and-malt/css/stylus/style.styl -o wp-content/themes/salt-and-malt
 * Text Domain:  salt-and-malt
 */
/*
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: $grey;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3782c4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2f6ea7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.nav:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #303030;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3782c4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #3782c4;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3782c4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadownone: !important;
    text-shadow: none !important;
    filternone: !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html,
body,
#lightbox,
#lightbox-2 {
  -webkit-animation: fadein 1s ease-in 1;
  -moz-animation: fadein 1s ease-in 1;
  -o-animation: fadein 1s ease-in 1;
  -ms-animation: fadein 1s ease-in 1;
  animation: fadein 1s ease-in 1;
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-moz-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-moz-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-o-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-moz-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-o-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-moz-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-webkit-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-o-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-moz-keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-webkit-keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-o-keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-moz-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-webkit-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-o-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-moz-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-o-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-moz-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-o-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-webkit-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-o-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-moz-keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-o-keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-moz-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-o-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-moz-keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-webkit-keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-o-keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@font-face {
  font-family: 'Swiss924BTWXX-Regular';
  src: url("./fonts/3777DB_0_0.eot");
  src: url("./fonts/3777DB_0_0.eot?#iefix") format('embedded-opentype'), url("./fonts/3777DB_0_0.woff2") format('woff2'), url("./fonts/3777DB_0_0.woff") format('woff'), url("./fonts/3777DB_0_0.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ModernEra';
  src: url("./fonts/ModernEra-Regular.eot");
  src: url("./fonts/ModernEra-Regular.eot?#iefix") format('embedded-opentype'), url("./fonts/ModernEra-Regular.woff2") format('woff2'), url("./fonts/ModernEra-Regular.woff") format('woff'), url("./fonts/ModernEra-Regular.svg#ModernEra-Regular") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ModernEra';
  src: url("./fonts/ModernEra-Bold.eot");
  src: url("./fonts/ModernEra-Bold.eot?#iefix") format('embedded-opentype'), url("./fonts/ModernEra-Bold.woff2") format('woff2'), url("./fonts/ModernEra-Bold.woff") format('woff'), url("./fonts/ModernEra-Bold.svg#ModernEra-Bold") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ModernEra';
  src: url("./fonts/ModernEra-Italic.eot");
  src: url("./fonts/ModernEra-Italic.eot?#iefix") format('embedded-opentype'), url("./fonts/ModernEra-Italic.woff2") format('woff2'), url("./fonts/ModernEra-Italic.woff") format('woff'), url("./fonts/ModernEra-Italic.svg#ModernEra-Italic") format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'fiascons';
  src: url("./fonts/fiascons.eot");
  src: url("./fonts/fiascons.eot?#iefix") format('embedded-opentype'), url("./fonts/fiascons.woff2") format('woff2'), url("./fonts/fiascons.woff") format('woff'), url("./fonts/fiascons.ttf") format('truetype'), url("./fonts/fiascons.svg#fiascons") format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  color: #13306c;
  font-weight: 400;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
h1 {
  font-size: 4em;
  line-height: 1.05em;
  margin: 1em 0 0;
}
h2 {
  font-size: 3em;
  line-height: 1.3em;
  margin: 0.6em 0 0.3em;
}
h3 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.6em 0 0.3em;
}
h4 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 0.6em 0 0.3em;
}
h5 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0.6em 0 0.3em;
}
body,
p {
  font-family: 'ModernEra', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #13306c;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p a,
p a:link,
p a:visited {
  color: inherit;
  border-bottom: 1px solid #13306c;
}
.post-content p a:after,
.post-content p a:link:after,
.post-content p a:visited:after {
  display: none;
}
b,
strong {
  display: inline-block;
  font-family: 'ModernEra', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: #13306c;
}
i {
  display: inline-block;
}
u {
  display: inline-block;
}
blockquote {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 60px auto;
  padding-top: 38px;
  position: relative;
}
blockquote:before {
  display: block;
  content: '\201c';
  color: #13306c;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  font-size: 70px;
  position: absolute;
  top: -5px;
  left: 0px;
  line-height: 100%;
}
blockquote p {
  font-size: 28px;
  line-height: 31px;
  margin: 0 !important;
  color: #13306c;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
}
blockquote cite {
  display: block;
  width: 100%;
  color: #516ca3;
  font-size: 16px;
  font-family: $headongFont;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.mono {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
  color: #13306c;
}
.mono a,
.mono a:link {
  color: $pink !important;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.mono a:hover,
.mono a:link:hover,
.mono a:focus,
.mono a:link:focus {
  color: $dark-pink !important;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.intro-text {
  font-family: 'ModernEra', sans-serif;
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5.5em;
    margin: 1em 0 0;
  }
  h2 {
    font-size: 4em;
    margin: 0.8em 0 0.3em;
  }
  h3 {
    font-size: 3em;
    margin: 0.8em 0 0.3em;
  }
  h4 {
    font-size: 1.6em;
    margin: 0.8em 0 0.3em;
  }
  h5 {
    font-size: 1.4em;
    margin: 0.8em 0 0.3em;
  }
}
:root {
  --element-width: 200px;
}
*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
html.overflow-hide {
  overflow: hidden !important;
}
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  color: #13306c;
  font-family: 'ModernEra', sans-serif;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
  font-size: 16px;
}
body.overflow-hide {
  overflow: hidden !important;
}
#adminmenu .wp-menu-image img {
  width: 20px;
  height: auto;
}
::selection {
  background: #ef7c26;
  color: #fff;
}
::-moz-selection {
  background: #ef7c26;
  color: #fff;
}
a {
  color: #13306c;
  outline: none;
}
a:link,
a:visited {
  color: #13306c;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.wrapper {
  display: block;
  min-height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.main-ontent {
  margin: 0 30px 60px;
  max-width: 700px;
  padding-top: 60px;
}
.post-content {
  padding: 4em 0 0;
  height: auto;
  *zoom: 1;
}
.post-content:before,
.post-content:after {
  content: "";
  display: table;
}
.post-content:after {
  clear: both;
}
.post-content .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.inner-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.clear-both {
  content: "";
  display: block;
  clear: both;
}
*:after {
  clear: both;
  content: "";
  display: block;
}
b:after,
strong:after,
i:after,
em:after,
u:after {
  display: none;
}
#nav {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 99;
}
.nav .page-nav {
  display: block;
  margin: 0;
  height: 100px;
  position: relative;
  background-color: #fff;
}
.nav .page-nav.mobile {
  display: block;
}
.nav .page-nav.desktop {
  display: none;
}
.nav .page-nav.desktop .inner {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  margin: 0 25px;
}
.nav .page-nav.desktop .inner .logo {
  left: 0;
}
.nav .page-nav.desktop .inner .menu {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: auto;
  margin: 0 auto;
  white-space: nowrap;
}
.nav .page-nav.desktop .inner .menu .menu-item {
  display: inline-block;
  margin: 0 8px;
  font-size: 19px;
  line-height: 100%;
  position: relative;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav .page-nav.desktop .inner .menu .menu-item a,
.nav .page-nav.desktop .inner .menu .menu-item a:link {
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item {
  color: #fff;
  background-color: #13306c;
  padding: 10px 20px;
  margin-left: 14px;
}
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item:hover {
  background-color: #ef7c26;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item:hover a,
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item:hover a:link,
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item:hover a:visited {
  color: #fff;
}
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item.current_page_item a:before,
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item.current_page_item a:link:before,
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item.current_page_item a:visited:before {
  display: none;
}
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item a,
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item a:link,
.nav .page-nav.desktop .inner .menu .menu-item.button-nav-item a:visited {
  color: #fff;
}
.nav .page-nav.desktop .inner .menu .menu-item:last-of-type {
  margin-right: 0;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover a,
.nav .page-nav.desktop .inner .menu .menu-item:hover a:link {
  color: #ef7c26;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover .sub-menu {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover .sub-menu a,
.nav .page-nav.desktop .inner .menu .menu-item:hover .sub-menu a:link {
  color: #13306c;
}
.nav .page-nav.desktop .inner .menu .menu-item.current_page_item a:link,
.nav .page-nav.desktop .inner .menu .menu-item.current-page-ancestor a:link,
.nav .page-nav.desktop .inner .menu .menu-item.current_page_parent a:link,
.nav .page-nav.desktop .inner .menu .menu-item.current_page_item a:visited,
.nav .page-nav.desktop .inner .menu .menu-item.current-page-ancestor a:visited,
.nav .page-nav.desktop .inner .menu .menu-item.current_page_parent a:visited {
  position: relative;
}
.nav .page-nav.desktop .inner .menu .menu-item.current_page_item a:link:before,
.nav .page-nav.desktop .inner .menu .menu-item.current-page-ancestor a:link:before,
.nav .page-nav.desktop .inner .menu .menu-item.current_page_parent a:link:before,
.nav .page-nav.desktop .inner .menu .menu-item.current_page_item a:visited:before,
.nav .page-nav.desktop .inner .menu .menu-item.current-page-ancestor a:visited:before,
.nav .page-nav.desktop .inner .menu .menu-item.current_page_parent a:visited:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ef7c26;
}
.nav .page-nav.desktop .inner .menu .menu-item.menu-item-has-children a:link:before,
.nav .page-nav.desktop .inner .menu .menu-item.menu-item-has-children a:visited:before {
  display: none;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu {
  margin: 0;
  padding: 5px 20px;
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  background-color: #fff;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item {
  display: block;
  font-size: 1em;
  margin: 10px 0;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:visited {
  color: #13306c;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:before,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link:before,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:visited:before {
  display: none;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:visited:hover {
  color: #ef7c26;
}
.nav .page-nav .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 140px;
  height: auto;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  z-index: 99;
}
.nav .page-nav .logo:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.nav .page-nav .nav-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  outline: 0;
  display: inline-block;
  width: 30px;
  height: 25px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
}
.nav .page-nav .nav-icon span {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  background: #fff;
  display: block;
  height: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.nav .page-nav .nav-icon span:before,
.nav .page-nav .nav-icon span:after {
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.nav .page-nav .nav-icon span:before {
  top: -9px;
  transition: top 300ms 300ms, transform 300ms 0ms;
  -moz-transition: top 300ms 300ms, transform 300ms 0ms;
  -webkit-transition: top 300ms 300ms, transform 300ms 0ms;
  -o-transition: top 300ms 300ms, transform 300ms 0ms;
}
.nav .page-nav .nav-icon span:after {
  bottom: -9px;
  transition: bottom 300ms 300ms, transform 300ms 0ms;
  -moz-transition: bottom 300ms 300ms, transform 300ms 0ms;
  -webkit-transition: bottom 300ms 300ms, transform 300ms 0ms;
  -o-transition: bottom 300ms 300ms, transform 300ms 0ms;
}
.nav .page-nav .nav-icon.dark span {
  background: #13306c;
}
.nav .page-nav .nav-icon.dark span:before,
.nav .page-nav .nav-icon.dark span:after {
  background: #13306c;
}
.nav .page-nav .nav-icon.active span {
  -webkit-transform: translateX(-40px) rotate(0deg);
  -moz-transform: translateX(-40px) rotate(0deg);
  -o-transform: translateX(-40px) rotate(0deg);
  -ms-transform: translateX(-40px) rotate(0deg);
  transform: translateX(-40px) rotate(0deg);
  background: transparent;
  transition: transform 300ms 300ms;
  -moz-transition: transform 300ms 300ms;
  -webkit-transition: transform 300ms 300ms;
  -o-transition: transform 300ms 300ms;
}
.nav .page-nav .nav-icon.active span:before {
  -webkit-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(-45deg);
  transform: translateX(40px) translateY(0px) rotate(-45deg);
  top: 0;
  transition: top 300ms, transform 300ms 300ms;
  -moz-transition: top 300ms, transform 300ms 300ms;
  -webkit-transition: top 300ms, transform 300ms 300ms;
  -o-transition: top 300ms, transform 300ms 300ms;
  background: #13306c;
}
.nav .page-nav .nav-icon.active span:after {
  -webkit-transform: translateX(40px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(45deg);
  transform: translateX(40px) translateY(0px) rotate(45deg);
  bottom: 0;
  transition: bottom 300ms, transform 300ms 300ms;
  -moz-transition: bottom 300ms, transform 300ms 300ms;
  -webkit-transition: bottom 300ms, transform 300ms 300ms;
  -o-transition: bottom 300ms, transform 300ms 300ms;
  background: #13306c;
}
.nav .page-nav .nav-overlay {
  visibility: hidden;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: 40% auto;
  background-size: 40% auto;
  background-position: -23% 124%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  z-index: 99;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nav .page-nav .nav-overlay.active {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.nav .page-nav .nav-overlay.open {
  visibility: visible;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item a,
.nav .page-nav .nav-overlay.open .menu .menu-item a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item a:visited {
  transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -o-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(1) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(1) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(1) a:visited {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(2) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(2) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(2) a:visited {
  transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(3) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(3) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(3) a:visited {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(4) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(4) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(4) a:visited {
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(5) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(5) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(5) a:visited {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(6) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(6) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(6) a:visited {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(7) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(7) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(7) a:visited {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(8) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(8) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(8) a:visited {
  transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(9) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(9) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(9) a:visited {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(10) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(10) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(10) a:visited {
  transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(11) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(11) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(11) a:visited {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.nav .page-nav .nav-overlay.open ul.social {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s 1s;
  -moz-transition: opacity 0.8s 1s;
  -webkit-transition: opacity 0.8s 1s;
  -o-transition: opacity 0.8s 1s;
}
.nav .page-nav .nav-overlay .inside {
  display: inline-block;
  width: auto;
  height: initial;
  margin: 0;
  text-align: center;
}
.nav .page-nav .nav-overlay .menu-main-container,
.nav .page-nav .nav-overlay .menu-venues-menu-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.nav .page-nav .nav-overlay .menu {
  display: inline-block;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav .page-nav .nav-overlay .menu .menu-item {
  display: block;
  width: auto;
  color: #13306c;
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
  position: relative;
  letter-spacing: 0;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  text-transform: uppercase;
  z-index: 1;
  margin: 15px 0;
  *zoom: 1;
}
.nav .page-nav .nav-overlay .menu .menu-item:before,
.nav .page-nav .nav-overlay .menu .menu-item:after {
  content: "";
  display: table;
}
.nav .page-nav .nav-overlay .menu .menu-item:after {
  clear: both;
}
.nav .page-nav .nav-overlay .menu .menu-item.label {
  font-size: 0.9em;
  text-transform: none;
  font-weight: 400;
}
.nav .page-nav .nav-overlay .menu .menu-item a,
.nav .page-nav .nav-overlay .menu .menu-item a:link,
.nav .page-nav .nav-overlay .menu .menu-item a:visited {
  display: block;
  color: #13306c;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -o-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
}
.nav .page-nav .nav-overlay .menu .menu-item a:hover,
.nav .page-nav .nav-overlay .menu .menu-item a:link:hover,
.nav .page-nav .nav-overlay .menu .menu-item a:visited:hover,
.nav .page-nav .nav-overlay .menu .menu-item a:active,
.nav .page-nav .nav-overlay .menu .menu-item a:link:active,
.nav .page-nav .nav-overlay .menu .menu-item a:visited:active,
.nav .page-nav .nav-overlay .menu .menu-item a.active,
.nav .page-nav .nav-overlay .menu .menu-item a:link.active,
.nav .page-nav .nav-overlay .menu .menu-item a:visited.active {
  color: #ef7c26;
  transition: color 0.25s, opacity 0s, transform 0s !important;
  -moz-transition: color 0.25s, opacity 0s, transform 0s !important;
  -webkit-transition: color 0.25s, opacity 0s, transform 0s !important;
  -o-transition: color 0.25s, opacity 0s, transform 0s !important;
}
.nav .page-nav .nav-overlay .menu .menu-item.current_page_item a:link,
.nav .page-nav .nav-overlay .menu .menu-item.current_page_item a:visited {
  color: #ef7c26;
}
.nav.central .page-nav.desktop .logo {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav.central .page-nav.desktop .menu.left {
  left: 25px;
  right: auto;
}
.nav.central .page-nav.desktop .menu.right {
  left: auto;
  right: 25px;
}
.nav.light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.nav.light .page-nav {
  background-color: transparent;
}
.nav.light .page-nav.desktop .menu .menu-item {
  color: #fff;
}
.nav.light .page-nav.desktop .menu .menu-item.button-nav-item {
  color: #13306c;
  background-color: #fff;
}
.nav.light .page-nav.desktop .menu .menu-item.button-nav-item a,
.nav.light .page-nav.desktop .menu .menu-item.button-nav-item a:link,
.nav.light .page-nav.desktop .menu .menu-item.button-nav-item a:visited {
  color: #13306c;
}
.nav.light .page-nav.desktop .menu .menu-item a,
.nav.light .page-nav.desktop .menu .menu-item a:link,
.nav.light .page-nav.desktop .menu .menu-item a:visited {
  color: #fff;
}
.nav.light .page-nav.desktop .menu .menu-item a:hover,
.nav.light .page-nav.desktop .menu .menu-item a:link:hover,
.nav.light .page-nav.desktop .menu .menu-item a:visited:hover {
  color: #fff;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
@media (min-width: 768px) {
  .nav .page-nav {
    height: 100px;
  }
  .nav .page-nav .logo {
    width: 170px;
  }
  .nav .page-nav.mobile .nav-icon {
    right: 35px;
  }
  .nav .page-nav .nav-icon {
    right: 25px;
  }
  .nav .page-nav .nav-overlay {
    overflow: hidden;
  }
  .nav .page-nav .nav-overlay .menu .menu-item {
    font-size: 40px;
    letter-spacing: 0;
    margin: 20px 0;
  }
}
@media (min-width: 1024px) {
  .nav .page-nav.mobile {
    display: none;
  }
  .nav .page-nav.desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .nav.central .page-nav.desktop .menu.left {
    left: 120px;
  }
  .nav.central .page-nav.desktop .menu.right {
    right: 120px;
  }
}
@media (min-width: 1400px) {
  .nav .page-nav.desktop .inner .menu .menu-item {
    margin: 0 14px;
  }
}
footer {
  width: 100%;
  height: auto;
  display: block;
  padding: 60px 20px;
  background: #13306c;
  position: relative;
}
footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-image: url("./img/wave-mask-dark.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  top: -9px;
  left: 0;
}
footer label {
  display: none;
}
footer .row {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
footer .row .column {
  display: inline-block;
  width: 100%;
}
footer .row .column.address {
  position: relative;
  margin: 70px 0;
}
footer .row .column.address:nth-of-type(2) h5 {
  -webkit-transform: translate(-50%, -100%) rotate(-35deg);
  -moz-transform: translate(-50%, -100%) rotate(-35deg);
  -o-transform: translate(-50%, -100%) rotate(-35deg);
  -ms-transform: translate(-50%, -100%) rotate(-35deg);
  transform: translate(-50%, -100%) rotate(-35deg);
  height: 85px;
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(2) {
  text-indent: 2px;
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(3) {
  text-indent: 2px;
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(4) {
  text-indent: 2px;
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(6) {
  text-indent: -2px;
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(10) {
  -webkit-transform: rotate(51deg);
  -moz-transform: rotate(51deg);
  -o-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  transform: rotate(51deg);
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(11) {
  -webkit-transform: rotate(57deg);
  -moz-transform: rotate(57deg);
  -o-transform: rotate(57deg);
  -ms-transform: rotate(57deg);
  transform: rotate(57deg);
  text-indent: -2px;
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(12) {
  -webkit-transform: rotate(62deg);
  -moz-transform: rotate(62deg);
  -o-transform: rotate(62deg);
  -ms-transform: rotate(62deg);
  transform: rotate(62deg);
  text-indent: -2px;
}
footer .row .column.address:nth-of-type(2) h5 .letter:nth-child(13) {
  -webkit-transform: rotate(67deg);
  -moz-transform: rotate(67deg);
  -o-transform: rotate(67deg);
  -ms-transform: rotate(67deg);
  transform: rotate(67deg);
  text-indent: -1px;
}
footer .row .column.address h5,
footer .row .column.address p {
  text-align: center;
}
footer .row .column.address h5 {
  font-size: 20px;
  line-height: 100%;
  margin: 0;
  width: 110px;
  height: 80px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-44%, -100%) rotate(-30deg);
  -moz-transform: translate(-44%, -100%) rotate(-30deg);
  -o-transform: translate(-44%, -100%) rotate(-30deg);
  -ms-transform: translate(-44%, -100%) rotate(-30deg);
  transform: translate(-44%, -100%) rotate(-30deg);
  position: absolute;
  top: 0;
  left: 50%;
}
footer .row .column.address h5 .letter {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  height: 112px;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
footer .row .column.address h5 .letter:nth-child(1) {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
footer .row .column.address h5 .letter:nth-child(2) {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
footer .row .column.address h5 .letter:nth-child(3) {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
footer .row .column.address h5 .letter:nth-child(4) {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
footer .row .column.address h5 .letter:nth-child(5) {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
footer .row .column.address h5 .letter:nth-child(6) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
footer .row .column.address h5 .letter:nth-child(7) {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
footer .row .column.address h5 .letter:nth-child(8) {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
footer .row .column.address h5 .letter:nth-child(9) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .row .column.address h5 .letter:nth-child(10) {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
footer .row .column.address h5 .letter:nth-child(11) {
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
footer .row .column.address h5 .letter:nth-child(12) {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
footer .row .column.address h5 .letter:nth-child(13) {
  -webkit-transform: rotate(65deg);
  -moz-transform: rotate(65deg);
  -o-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
}
footer .row .column.address h5 .letter:nth-child(14) {
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
footer .row .column.address h5 .letter:nth-child(15) {
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}
footer .row .column.address h5 .letter:nth-child(16) {
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
footer .row .column.address h5 .letter:nth-child(17) {
  -webkit-transform: rotate(85deg);
  -moz-transform: rotate(85deg);
  -o-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
}
footer .row .column.address h5 .letter:nth-child(18) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
footer .row .column.address h5 .letter:nth-child(19) {
  -webkit-transform: rotate(95deg);
  -moz-transform: rotate(95deg);
  -o-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  transform: rotate(95deg);
}
footer .row .column.address h5 .letter:nth-child(20) {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
}
footer .row .column.address p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
footer .row .column.address a.social-icons {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-family: 'fiascons' !important;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 25px auto 10px;
  text-indent: 2px;
  background-color: transparent;
  transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
}
footer .row .column.address a.social-icons:hover {
  background-color: #fff;
  color: #13306c;
  transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
}
footer .row .column.copyright p {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}
footer .row .column.social {
  margin: 20px 0;
}
footer .row .column.social p {
  margin: 0;
  text-align: center;
}
footer .row .column.social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-family: 'fiascons' !important;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 5px;
  text-indent: 2px;
  background-color: transparent;
  transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
}
footer .row .column.social a:hover {
  background-color: #fff;
  color: #13306c;
  transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
}
footer .row .column h5,
footer .row .column p,
footer .row .column a {
  color: #fff;
}
@media (min-width: 768px) {
  footer {
    padding: 150px 20px 50px;
  }
  footer .row.top-row {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
  }
  footer .row .column.social {
    width: auto;
    float: left;
    margin: 0;
  }
  footer .row .column.social p {
    text-align: left;
  }
  footer .row .column.copyright {
    width: auto;
    float: right;
  }
  footer .row .column.copyright p {
    vertical-align: middle;
    text-align: right;
    margin-top: 3px;
  }
  footer .row .column.address {
    width: 220px;
    float: left;
    margin: 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 150px 120px 50px;
  }
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.alm-load-more-btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #13306c !important;
  font-family: 'Swiss924BTWXX-Regular', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-align: center;
  font-size: 25px !important;
  width: 100% !important;
  min-width: 250px;
  max-width: 400px;
  height: 100px !important;
  line-height: 93px;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
  background-color: #cce1ff !important;
  border: none;
  transition: background-color 0.25s, color 0.25s !important;
  -moz-transition: background-color 0.25s, color 0.25s !important;
  -webkit-transition: background-color 0.25s, color 0.25s !important;
  -o-transition: background-color 0.25s, color 0.25s !important;
  margin: 50px auto 5px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.alm-load-more-btn:hover {
  background-color: #ef7c26 !important;
  color: #fff !important;
  transition: background-color 0.25s, color 0.25s !important;
  -moz-transition: background-color 0.25s, color 0.25s !important;
  -webkit-transition: background-color 0.25s, color 0.25s !important;
  -o-transition: background-color 0.25s, color 0.25s !important;
}
.alm-load-more-btn.done {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.alm-load-more-btn.loading {
  padding-left: 20px !important;
}
.alm-load-more-btn.loading:before {
  display: none !important;
}
a.button,
.button,
input[type='button'],
input[type='submit'] {
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  width: auto;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
  background-color: #ef7c26;
  border: none;
  transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  margin: 15px auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.button:hover,
.button:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background-color: #13306c;
  color: #fff;
  transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
}
a.button.disabled,
.button.disabled,
input[type='button'].disabled,
input[type='submit'].disabled,
a.button:disabled,
.button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  pointer-events: none;
}
a.button.failed,
.button.failed,
input[type='button'].failed,
input[type='submit'].failed {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 55px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #ef7c26;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent;
}
a.button.success,
.button.success,
input[type='button'].success,
input[type='submit'].success {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 55px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #6ac259;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent;
}
a.button.download,
.button.download,
input[type='button'].download,
input[type='submit'].download {
  position: relative;
  text-align: left;
  padding: 0 30px;
}
a.button.download:after,
.button.download:after,
input[type='button'].download:after,
input[type='submit'].download:after {
  display: block;
  content: "f";
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 25px;
  text-align: center;
  color: #fff;
  font-family: 'fiascons' !important;
  font-size: 15px;
}
a.button.ticket,
.button.ticket,
input[type='button'].ticket,
input[type='submit'].ticket {
  position: relative;
  text-align: left;
  padding: 0 30px;
}
a.button.ticket:after,
.button.ticket:after,
input[type='button'].ticket:after,
input[type='submit'].ticket:after {
  display: block;
  content: "E";
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 25px;
  text-align: center;
  color: #fff;
  font-family: 'fiascons' !important;
  font-size: 20px;
}
a.button.arrow,
.button.arrow,
input[type='button'].arrow,
input[type='submit'].arrow {
  position: relative;
  text-align: left;
  padding: 0 30px;
}
a.button.arrow:after,
.button.arrow:after,
input[type='button'].arrow:after,
input[type='submit'].arrow:after {
  display: block;
  content: "j";
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 15px;
  text-align: center;
  color: #fff;
  font-family: 'fiascons' !important;
  font-size: 15px;
  transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  -o-transition: color 0.25s, transform 0.25s;
}
a.button.arrow:hover:after,
.button.arrow:hover:after,
input[type='button'].arrow:hover:after,
input[type='submit'].arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  -o-transition: color 0.25s, transform 0.25s;
}
a.button.rounded,
.button.rounded,
input[type='button'].rounded,
input[type='submit'].rounded {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}
a.button.pill,
.button.pill,
input[type='button'].pill,
input[type='submit'].pill {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  padding: 0 25px;
}
a.button.border,
.button.border,
input[type='button'].border,
input[type='submit'].border {
  background-color: transparent !important;
  border: 2px solid #ef7c26;
  color: #13306c;
  transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, border-color 0.25s;
}
a.button.border.download:after,
.button.border.download:after,
input[type='button'].border.download:after,
input[type='submit'].border.download:after {
  color: #13306c;
}
a.button.border:hover,
.button.border:hover,
input[type='button'].border:hover,
input[type='submit'].border:hover {
  border-color: #13306c;
  transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, border-color 0.25s;
}
.play-icon {
  display: block;
  width: 70px;
  height: 70px;
  background: $dark-green;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, box-shadow 0.25s;
  -webkit-transition: background 0.25s, box-shadow 0.25s;
  -o-transition: background 0.25s, box-shadow 0.25s;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 0 rgba(0,0,0,0.4);
}
.play-icon img {
  width: 40%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.play-icon:hover {
  -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 60px rgba(0,0,0,0.4);
  box-shadow: 0 0 60px rgba(0,0,0,0.4);
  background: #ef7c26;
  transition: background 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, box-shadow 0.25s;
  -webkit-transition: background 0.25s, box-shadow 0.25s;
  -o-transition: background 0.25s, box-shadow 0.25s;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
label,
.label {
  font-family: 'ModernEra', sans-serif;
  font-size: 13px;
  line-height: 100%;
  text-transform: none;
  font-weight: 400;
  color: #13306c;
}
input.show {
  display: inline-block !important;
}
input[type='button'] {
  width: 100%;
  max-width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
input[type='submit'] {
  width: 100%;
  max-width: 300px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type='password'],
input[type='number'],
input[type='date'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #d8d8d8;
  text-align: left;
  width: 100%;
  max-width: 300px;
  background: #fff;
  outline: none;
  font-size: 20px;
  color: #13306c;
  height: 55px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'ModernEra', sans-serif;
  line-height: 55px;
  padding: 0 20px;
  margin: 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type='checkbox'] {
  display: inline-block;
  position: relative;
  width: 13px !important;
  height: 13px !important;
  min-width: auto !important;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -o-border-radius: 1px !important;
  border: 1px solid #d8d8d8;
  background: #fff;
  margin: 0 8px 0 0 !important;
}
input[type='checkbox']:focus {
  outline: none;
}
input[type='checkbox']:after {
  display: block;
  background: transparent !important;
  width: 7px;
  height: 7px;
  content: "l";
  font-family: 'fiascons' !important;
  font-size: 6px;
  line-height: 100%;
  vertical-align: middle;
  color: #13306c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
}
input[type='checkbox']:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
input:focus {
  border-color: #262626;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
input.not-empty {
  border-color: #6ac259;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
input.empty {
  border-color: #ef7c26;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  text-align: left;
  width: 100%;
  max-width: 400px;
  background: transparent;
  outline: none;
  font-size: 20px;
  color: #262626;
  height: 240px;
  font-weight: 400;
  font-family: 'ModernEra', sans-serif;
  line-height: 1.25em;
  padding: 20px 20px;
  margin: 0;
}
textarea:focus {
  border-color: #262626;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
textarea.not-empty {
  border-color: #6ac259;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
textarea.empty {
  border-color: #ef7c26;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
*::-webkit-input-placeholder {
  color: #516ca3;
}
*input:-moz-placeholder {
  color: #516ca3 !important;
}
input::-webkit-input-placeholder {
  color: #516ca3;
}
input:-moz-placeholder {
  color: #516ca3;
}
select,
.wpcf7 select {
  display: inline-block;
  font-family: 'ModernEra', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f2f2f2;
  width: 100%;
  outline: none;
  font-size: 20px;
  color: #262626;
  height: 60px;
  font-weight: 400;
  font-family: 'ModernEra', sans-serif;
  line-height: 60px;
  padding: 0 30px;
  margin: 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  float: left;
  line-height: 13px;
}
.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip {
  width: 100%;
  font-family: 'ModernEra', sans-serif;
  font-size: 14px;
  color: #ef7c26;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
  font-family: 'ModernEra', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
  max-width: 474px;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  font-family: 'ModernEra', sans-serif;
  font-size: 13px;
  border: 0px solid #f7e700 !important;
  color: #ef7c26;
}
.wpcf7-mail-sent-ok {
  font-family: 'ModernEra', sans-serif;
  font-size: 13px;
  border: 0px solid #2bb24f !important;
  color: #2bb24f;
}
.thumb,
.placeholder {
  width: 100%;
  height: auto;
}
.slider {
  margin: 0 auto 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.slider .intro-block {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0 5%;
  padding: 20px;
  max-width: 90%;
  bottom: 30%;
  background: #516ca3;
  z-index: 3;
}
.slider .intro-block h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.4em;
  font-size: 2.4em;
}
.slider .intro-block p {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}
.slider .outer-wrapper {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.slider .outer-wrapper .background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.slider .outer-wrapper .scroll-down {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 18px;
  height: 25px;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
  -moz-transform: translate(-50%, 0) rotate(0deg);
  -o-transform: translate(-50%, 0) rotate(0deg);
  -ms-transform: translate(-50%, 0) rotate(0deg);
  transform: translate(-50%, 0) rotate(0deg);
  background-image: url("./img/scroll-arrow.png");
  -webkit-background-size: 18px;
  background-size: 18px;
  -webkit-animation-name: bounceSpin;
  -moz-animation-name: bounceSpin;
  -o-animation-name: bounceSpin;
  -ms-animation-name: bounceSpin;
  animation-name: bounceSpin;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
  -ms-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  visibility: visible;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-initialized .slick-slide {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
.slick-slide {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  float: left;
  height: 100%;
  min-height: 100vh;
  display: none;
  cursor: pointer;
  margin: 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slide {
  text-align: center;
}
.slide .background-image {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
}
.slide h2 {
  font-size: 2em;
  margin: 0 auto;
  padding: 0;
}
.slide p {
  padding: 0;
  margin: 0;
}
.slide h2,
.slide p {
  text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}
.slide .inner-wrapper {
  display: block;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}
[dir="rtl"] .slick-slide {
  float: right;
  height: auto;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  top: 50%;
  width: 80px;
  height: 40px;
  text-indent: -99999px;
  background-color: transparent;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
.slick-prev:after,
.slick-next:after {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'fiascons' !important;
  font-size: 1.6em;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
}
.slick-prev {
  left: 25px;
}
.slick-prev:after {
  content: "g";
}
.slick-next {
  right: 25px;
}
.slick-next:after {
  content: "h";
  text-align: right;
}
.slick-active {
  cursor: default;
}
.slick-dots {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.slick-dots li {
  width: 6px;
  height: 6px;
  background: #cce1ff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0 5px;
}
.slick-dots li.slick-active {
  background: #13306c;
}
.slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  text-indent: -999999px;
  height: inherit;
  width: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
@media (min-width: 480px) {
  .slide .inner-wrapper {
    max-width: 400px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .slide h2 {
    font-size: 3em;
  }
  .slider .intro-block {
    max-width: 600px;
  }
  .slick-dots {
    bottom: 50px;
  }
}
@media (min-width: 768px) {
  .slider .intro-block {
    max-width: 800px;
  }
}
.preloader {
  display: none;
  visibility: hidden;
  background: #13306c;
  color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
.preloader.active {
  display: block;
  visibility: visible;
}
.preloader .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.preloader .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .inner .loading-img {
  width: 800px;
  height: auto;
}
.pace {
  display: block;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.pace .pace-progress {
  background: #ef7c26;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.pace-inactive {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
}
.pace-done #nav {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s ease-out 1s;
  -moz-transition: opacity 0.8s ease-out 1s;
  -webkit-transition: opacity 0.8s ease-out 1s;
  -o-transition: opacity 0.8s ease-out 1s;
}
.pace-done .wrapper {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s ease-out 1.6s;
  -moz-transition: opacity 0.8s ease-out 1.6s;
  -webkit-transition: opacity 0.8s ease-out 1.6s;
  -o-transition: opacity 0.8s ease-out 1.6s;
}
.hero-large {
  width: 100%;
  height: 90vh;
  min-height: 90vh;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #13306c;
  position: relative;
}
.hero-large:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 0;
}
.hero-large.home-hero .hero-slide h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}
.hero-large.home-hero .hero-slide h1:after {
  display: none;
}
.hero-large .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-large .hero-slide:after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-image: url("./img/wave-mask.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2,
.hero-large .hero-slide h3,
.hero-large .hero-slide h4,
.hero-large .hero-slide p {
  color: #fff;
  width: 100%;
  max-width: 640px;
  text-align: center;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2 {
  margin: 0 auto;
}
.hero-large .hero-slide h3,
.hero-large .hero-slide h4 {
  font-weight: 400;
}
.hero-large .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'ModernEra', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.hero-large .hero-slide h1 {
  position: relative;
  font-size: 60px;
  line-height: 100%;
}
.hero-large .hero-slide h1:after {
  display: block;
  content: "";
  width: 52px;
  height: 6px;
  overflow: hidden;
  background-image: url("./img/wave-line-one.svg");
  background-position: 0% center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -26px;
}
.hero-large .hero-slide.fade-in p {
  -webkit-animation: fadeInSlowUp 1s 1.2s forwards;
  -moz-animation: fadeInSlowUp 1s 1.2s forwards;
  -o-animation: fadeInSlowUp 1s 1.2s forwards;
  -ms-animation: fadeInSlowUp 1s 1.2s forwards;
  animation: fadeInSlowUp 1s 1.2s forwards;
}
.hero-large .hero-slide.fade-in:before {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.5s 1.6s;
  -moz-transition: opacity 0.5s 1.6s;
  -webkit-transition: opacity 0.5s 1.6s;
  -o-transition: opacity 0.5s 1.6s;
}
.hero-large .hero-slide.fade-in:after {
  max-height: 60px;
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  transform: translate3d(-50%, 0px, 0);
  transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -moz-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -webkit-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -o-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
}
.hero-large.slider .slick-list,
.hero-large.slider .slick-track,
.hero-large.slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-large.slider .slick-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-large.slider .clay-slide-prev,
.hero-large.slider .clay-slide-next {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'fiascons' !important;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.hero-large.slider .clay-slide-prev {
  left: 25px;
}
.hero-large.slider .clay-slide-next {
  right: 25px;
}
.hero-large.video {
  overflow: hidden;
}
.hero-large.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-medium {
  width: 100%;
  height: 550px;
  min-height: 550px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #13306c;
  position: relative;
}
.hero-medium:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-medium .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-medium .hero-slide:after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-image: url("./img/wave-mask.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.hero-medium .hero-slide h1,
.hero-medium .hero-slide h2,
.hero-medium .hero-slide h3,
.hero-medium .hero-slide h4,
.hero-medium .hero-slide p {
  color: #fff;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-medium .hero-slide h1,
.hero-medium .hero-slide h2 {
  margin: 0 auto;
}
.hero-medium .hero-slide h3,
.hero-medium .hero-slide h4 {
  font-weight: 400;
}
.hero-medium .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'ModernEra', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.hero-medium .hero-slide p.sub-text {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  height: auto;
  margin: 10px auto 15px;
  padding: 0 20px;
  z-index: 1;
}
.hero-medium .hero-slide h1 {
  font-size: 60px;
  line-height: 100%;
  position: relative;
}
.hero-medium .hero-slide h1:after {
  display: block;
  content: "";
  width: 52px;
  height: 6px;
  overflow: hidden;
  background-image: url("./img/wave-line-one.svg");
  background-position: 0% center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -26px;
}
.hero-medium.slider .slick-list,
.hero-medium.slider .slick-track,
.hero-medium.slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-medium.slider .slick-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-medium.slider .clay-slide-prev,
.hero-medium.slider .clay-slide-next {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'fiascons' !important;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.hero-medium.slider .clay-slide-prev {
  left: 25px;
}
.hero-medium.slider .clay-slide-next {
  right: 25px;
}
.hero-medium.video {
  overflow: hidden;
}
.hero-medium.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-small {
  width: 100%;
  height: 380px;
  min-height: 380px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #13306c;
  position: relative;
}
.hero-small:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-small .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-small .hero-slide:after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-image: url("./img/wave-mask.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3,
.hero-small .hero-slide h4,
.hero-small .hero-slide p {
  color: #fff;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3 {
  margin: 0 auto;
}
.hero-small .hero-slide h4 {
  font-weight: 400;
}
.hero-small .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  height: auto;
  margin: 10px auto 15px;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}
.hero-small .hero-slide p:after {
  display: block;
  content: "";
  width: 52px;
  height: 6px;
  overflow: hidden;
  background-image: url("./img/wave-line-one.svg");
  background-position: 0% center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -26px;
}
.hero-small .hero-slide h1 {
  font-size: 60px;
  line-height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .hero-large.slider .clay-slide-prev,
  .hero-medium.slider .clay-slide-prev,
  .hero-large.slider .clay-slide-next,
  .hero-medium.slider .clay-slide-next {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero-large .hero-slide h1,
  .hero-medium .hero-slide h1,
  .hero-small .hero-slide h1 {
    font-size: 80px;
  }
  .hero-large.home-hero .hero-slide h1,
  .hero-medium.home-hero .hero-slide h1,
  .hero-small.home-hero .hero-slide h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
section {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 1s 0.5s;
  -moz-transition: opacity 1s 0.5s;
  -webkit-transition: opacity 1s 0.5s;
  -o-transition: opacity 1s 0.5s;
}
section.animateIn {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 1s 0.5s;
  -moz-transition: opacity 1s 0.5s;
  -webkit-transition: opacity 1s 0.5s;
  -o-transition: opacity 1s 0.5s;
}
.main-section {
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
}
.error404 .hero-small {
  height: 550px;
  min-height: 550px;
}
.error404 .hero-small .hero-slide:after {
  background-image: url("./img/wave-mask-dark.svg");
}
.error404 .hero-small h2 {
  max-width: 700px;
}
.error404 .hero-small p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.error404 .hero-small a {
  position: relative;
  color: #13306c;
  border-bottom: 1px solid #ef7c26;
}
.error404 .hero-small a:after {
  display: none;
}
@media (min-width: 1024px) {
  .error404 .inner-wrapper h2 span {
    font-size: 3em;
  }
}
.terms-and-conditions .main-section,
.privacy-policy .main-section {
  padding: 0px 0 100px;
}
.standard-page {
  padding: 80px 0 100px !important;
  text-align: center;
}
.standard-page h2,
.standard-page h3,
.standard-page h4,
.standard-page h5,
.standard-page p,
.standard-page ul,
.standard-page ol {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.standard-page img {
  width: auto;
  max-width: 600px;
  height: auto;
  margin: 2em auto;
  float: none;
}
.filters {
  display: inline-block;
  width: auto;
  margin: 80px auto 30px;
  padding: 0;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.filters li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0px 0 10px;
  list-style: none;
  text-transform: uppercase;
}
.filters li.current-cat a {
  color: #ef7c26;
}
.filters li a {
  display: inline-block;
  width: auto;
  color: #13306c;
}
#blog {
  padding: 80px 0 100px;
}
#blog .news-posts {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
}
#blog .news-posts .row {
  display: block;
}
#blog .news-posts .row .tile {
  vertical-align: bottom;
  margin: auto 0 20px;
}
#blog .news-posts .book-table-cta {
  text-align: center;
}
#blog .news-posts .book-table-cta p {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 0;
  color: #516ca3;
  clear: both;
}
#blog .news-posts .book-table-cta p span {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  position: relative;
}
#blog .news-posts .book-table-cta p span:before,
#blog .news-posts .book-table-cta p span:after {
  display: block;
  width: 25px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  background-color: #516ca3;
}
#blog .news-posts .book-table-cta p span:before {
  left: -30px;
}
#blog .news-posts .book-table-cta p span:after {
  right: -30px;
}
#blog .news-posts .book-table-cta .button {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 100px;
  line-height: 96px;
  margin: 28px auto 0;
  clear: both;
  font-size: 25px;
}
@media (min-width: 1200px) {
  #blog .news-posts {
    max-width: 1200px;
  }
  #blog .news-posts .row {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    height: auto;
  }
  #blog .news-posts .row .tile {
    margin: auto 0 60px;
  }
}
@media (min-width: 1240px) {
  #blog .news-posts {
    padding: 0;
  }
}
.single footer:before {
  z-index: 2;
}
.single .title-section {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  background-color: transparent;
  position: relative;
  padding: 40px 20px 190px;
  text-align: center;
}
.single .title-section .category.event {
  color: #ef7c26;
}
.single .title-section .event-info {
  margin: 15px auto 0;
  color: #516ca3;
}
.single .title-section h1 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 60px;
  text-align: center;
}
.single .post-content {
  padding: 0 0 150px;
  position: relative;
  z-index: 2;
  background-color: #cce1ff;
}
.single .post-content .header-image {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  margin-top: -100px;
  text-align: center;
  position: relative;
}
.single .post-content .header-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}
.single .post-content:before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-image: url("./img/wave-mask-blue.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  top: -9px;
  left: 0;
}
.single .post-content .book-table-cta,
.single .post-content .back-to-news-cta {
  text-align: center;
  padding: 0 20px;
}
.single .post-content .book-table-cta .button,
.single .post-content .back-to-news-cta .button {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 100px;
  line-height: 96px;
  margin: 0 auto 0;
  clear: both;
  font-size: 25px;
}
.single .post-content .content-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 50px 20px 0;
  margin: 0 auto;
  text-align: center;
}
.single .post-content .content-wrapper h1,
.single .post-content .content-wrapper h2,
.single .post-content .content-wrapper h3,
.single .post-content .content-wrapper h4,
.single .post-content .content-wrapper h5,
.single .post-content .content-wrapper p {
  max-width: 600px;
  margin: 1em auto;
  text-align: left;
}
.single .post-content .content-wrapper ul,
.single .post-content .content-wrapper ol {
  max-width: 600px;
  margin: 2em auto;
  padding: 0 0 0 20px;
  text-align: left;
}
.single .post-content .content-wrapper p a,
.single .post-content .content-wrapper p a:link {
  border-bottom: 1px solid #13306c;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.single .post-content .content-wrapper p a:hover,
.single .post-content .content-wrapper p a:link:hover {
  color: #ef7c26;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.single .post-content .content-wrapper p a:after,
.single .post-content .content-wrapper p a:link:after {
  display: none;
}
.single .post-content .content-wrapper i:after,
.single .post-content .content-wrapper u:after,
.single .post-content .content-wrapper strong:after {
  display: none;
}
.single .post-content .content-wrapper .fluid-width-video-wrapper {
  display: inline-block;
  margin: 2.6em 0;
}
.single .post-content .content-wrapper img.aligncenter,
.single .post-content .content-wrapper img.alignnone {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 2em auto;
}
.single .post-content .content-wrapper .wp-caption,
.single .post-content .content-wrapper .wp-caption.alignright,
.single .post-content .content-wrapper .wp-caption.alignleft,
.single .post-content .content-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 2.6em auto;
}
.single .post-content .content-wrapper .wp-caption img,
.single .post-content .content-wrapper .wp-caption.alignright img,
.single .post-content .content-wrapper .wp-caption.alignleft img {
  margin: 0;
}
.single .post-content .content-wrapper .wp-caption {
  position: relative;
}
.single .post-content .content-wrapper .wp-caption .wp-caption-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: auto;
  margin: 0;
  color: #516ca3;
  font-size: 13px;
  line-height: 100%;
  font-family: 'ModernEra', sans-serif;
  background-color: transparent;
  padding: 0 0 5px 10px;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.single .post-content .content-wrapper .wp-caption .wp-caption-text:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 2.5px 0 2.5px;
  border-color: #516ca3 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 40%;
}
.single .post-content .content-wrapper article {
  padding: 0;
}
@media (min-width: 1024px) {
  .single .post-content .content-wrapper .wp-caption .wp-caption-text {
    font-size: 0.9em;
    line-height: 1.3em;
  }
  .single .post-content .content-wrapper .wp-caption.alignright,
  .single .post-content .content-wrapper img.alignright {
    display: inline-block;
    float: right;
    margin: 40px 60px;
    margin-right: -60px;
    max-width: 40%;
    word-wrap: normal;
  }
  .single .post-content .content-wrapper .wp-caption.alignleft,
  .single .post-content .content-wrapper img.alignleft {
    display: inline-block;
    float: left;
    margin: 40px 60px;
    margin-left: -60px;
    max-width: 40%;
    word-wrap: normal;
  }
}
@media (min-width: 1200px) {
  .single .title-section h1 {
    font-size: 80px;
  }
}
.share-wrapper {
  display: block;
  width: 100%;
  padding: 100px 25px 100px;
  margin: 0 auto;
  height: inherit;
  text-align: center;
  background-color: transparent;
  position: relative;
}
.share-wrapper h4 {
  text-align: center;
  display: block;
  margin-top: 0;
  margin-bottom: 0.7em;
  font-size: 1.3em;
  display: none;
}
.share-wrapper .share-icons {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background: transparent;
}
.share-wrapper .share-item {
  display: inline-block;
  float: left;
  transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  font-size: 1.3em;
  color: #13306c;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #13306c;
  text-align: center;
  line-height: 36px;
  margin: 0 10px 0 0;
}
.share-wrapper .share-item:last-of-type {
  font-size: 1.2em;
  margin: 0;
}
.share-wrapper .share-item:hover {
  background-color: #13306c;
  color: #fff;
}
.hero-large.holding-page {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-large.holding-page:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-large.holding-page .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.hero-large.holding-page .hero-slide h1,
.hero-large.holding-page .hero-slide h2,
.hero-large.holding-page .hero-slide h3,
.hero-large.holding-page .hero-slide h4,
.hero-large.holding-page .hero-slide p {
  width: 100%;
  max-width: 420px;
  color: #fff;
}
.hero-large.holding-page .hero-slide h1,
.hero-large.holding-page .hero-slide h2,
.hero-large.holding-page .hero-slide h3,
.hero-large.holding-page .hero-slide h4 {
  text-align: center;
}
.hero-large.holding-page .hero-slide h1,
.hero-large.holding-page .hero-slide h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.hero-large.holding-page .hero-slide h1,
.hero-large.holding-page .hero-slide h2 {
  max-width: 500px;
}
.hero-large.holding-page .hero-slide h4 {
  margin-bottom: 80px;
}
.hero-large.holding-page .hero-slide p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.hero-large.holding-page .hero-slide .holding-logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}
.hero-large.holding-page .hero-slide .social-links {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0 20px;
  height: 40px;
  text-align: center;
  margin-top: 40px;
}
.hero-large.holding-page .hero-slide .social-icons {
  display: inline-block;
  float: left;
  font-family: 'fiascons' !important;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-indent: 2px;
  transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -webkit-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
}
.hero-large.holding-page .hero-slide .social-icons:last-of-type {
  margin-right: 0;
}
.hero-large.holding-page .hero-slide .social-icons:hover {
  background: #13306c;
  color: #fff;
  transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -webkit-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
}
.hero-large.holding-page .hero-slide #mc_embed_signup {
  width: 100%;
  max-width: 100%;
}
.hero-large.holding-page .hero-slide input[type="email"] {
  width: 100%;
  max-width: 100%;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  border-color: transparent;
}
.hero-large.holding-page .hero-slide input[type="submit"] {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .hero-large.holding-page .hero-slide #mc_embed_signup {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .hero-large.holding-page .hero-slide p {
    max-width: 420px;
  }
  .hero-large.holding-page .hero-slide #mc_embed_signup {
    width: 420px;
    max-width: 420px;
  }
  .hero-large.holding-page .hero-slide input {
    display: inline-block;
    float: left;
    margin: 0;
  }
  .hero-large.holding-page .hero-slide input[type="email"] {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }
  .hero-large.holding-page .hero-slide input[type="submit"] {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
}
#map {
  width: auto;
  height: 300px;
  min-height: 300px;
  margin: 50px 20px;
}
#map.full {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  #map {
    margin: 50px 25px;
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #map {
    margin: 50px 120px;
    height: 600px;
  }
}
.title-section {
  width: 100%;
  height: auto;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 40px 20px 0;
}
.title-section h2 {
  color: #13306c;
  margin: 0;
  font-size: 60px;
  line-height: 62px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.title-section h2:after {
  display: block;
  content: "";
  width: 52px;
  height: 6px;
  overflow: hidden;
  background-image: url("./img/wave-line-one-dark.svg");
  background-position: 0% center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -26px;
  transition: background-position 0.4s ease-in-out;
  -moz-transition: background-position 0.4s ease-in-out;
  -webkit-transition: background-position 0.4s ease-in-out;
  -o-transition: background-position 0.4s ease-in-out;
}
.title-section p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 100%;
  color: #516ca3;
}
.title-section.align-left {
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 768px) {
  .title-section {
    padding: 60px 25px 0;
  }
}
@media (min-width: 1200px) {
  .title-section {
    padding: 100px 120px 0;
  }
}
.tile {
  margin-bottom: 30px;
  padding: 0 20px;
}
.tile .tile-image {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 0;
  width: 100%;
  padding-top: 75%;
}
.tile .tile-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  bottom: 7px;
  text-align: center;
  background: transparent;
  color: #fff;
  z-index: 1;
}
.tile .tile-content:before {
  display: block;
  content: "";
  background: rgba(0,0,0,0.3);
  background: -moz-linear-gradient(top, rgba(19,21,29,0) 20%, rgba(19,21,29,0.4) 60%, #13151d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(19,21,29,0)), color-stop(60%, rgba(19,21,29,0.4)), color-stop(100%, #13151d));
  background: -webkit-linear-gradient(top, rgba(19,21,29,0) 20%, rgba(19,21,29,0.4) 60%, #13151d 100%);
  background: -o-linear-gradient(top, rgba(19,21,29,0) 20%, rgba(19,21,29,0.4) 60%, #13151d 100%);
  background: -ms-linear-gradient(top, rgba(19,21,29,0) 20%, rgba(19,21,29,0.4) 60%, #13151d 100%);
  background: linear-gradient(to bottom, rgba(19,21,29,0) 20%, rgba(19,21,29,0.4) 60%, #13151d 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
}
.tile .tile-content .category {
  display: inline-block;
  text-align: center;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 100%;
  font-family: 'ModernEra', sans-serif;
}
.tile .tile-content .category.news {
  color: #cce1ff;
}
.tile .tile-content .category.event {
  color: #ef7c26;
}
.tile .tile-content h4 {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 25px;
  padding: 0 20px 0;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.tile:hover .tile-content:before {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
}
.tile:hover .tile-content:after {
  color: #ef7c26;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.tile.square .tile-image {
  padding-top: 100%;
}
.tile.portrait .tile-image {
  padding-top: 125%;
}
@media (min-width: 768px) {
  .tile:nth-of-type(2n+1) {
    clear: both;
  }
  .tile .tile-content h4 {
    padding: 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .tile:nth-of-type(2n+1) {
    clear: none;
  }
  .tile:nth-of-type(3n+1) {
    clear: both;
  }
  .tile .tile-content h4 {
    padding: 0 50px 0;
  }
}
@media (min-width: 1400px) {
  .tile:nth-of-type(3n+1) {
    clear: none;
  }
  .tile:nth-of-type(4n+1) {
    clear: both;
  }
}
#signup {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  padding: 50px 20px;
}
#signup .signup-inner {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#signup .signup-inner .signup-left {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#signup .signup-inner .signup-right {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  background-color: #cce1ff;
}
#signup #mc_embed_signup {
  width: 100%;
  position: relative;
}
#signup input {
  display: block;
  margin: 10px 0;
  width: 100%;
  max-width: 320px;
}
#signup input[type="checkbox"] {
  float: left;
  margin: 0 !important;
}
#signup label {
  display: inline-block;
  margin-top: 15px;
}
#signup label span {
  width: calc(100% - 20px);
  padding-left: 10px;
  float: left;
}
#signup label span a {
  text-decoration: underline;
}
#signup h2 {
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  font-size: 30px;
  max-width: 450px;
  line-height: 100%;
}
#signup p {
  max-width: 400px;
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  #signup {
    padding: 100px 20px;
  }
  #signup .signup-inner .signup-left {
    display: inline-block;
    width: 40%;
    height: 400px;
    padding-top: 0;
    float: left;
  }
  #signup .signup-inner .signup-right {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 400px;
    float: left;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  #signup {
    padding: 100px 0;
  }
  #signup .signup-inner .signup-left {
    width: 370px;
  }
  #signup .signup-inner .signup-right {
    width: calc(100% - 370px);
    padding: 40px 70px;
  }
  #signup h2 {
    font-size: 40px;
  }
  #signup input {
    display: inline-block;
    float: left;
    max-width: 260px;
    width: 260px;
    min-width: 260px;
  }
  #signup input[type='submit'] {
    max-width: 125px;
    width: 125px;
    min-width: 125px;
    margin-left: 15px;
  }
  #signup label {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #signup {
    padding: 100px 0 150px;
  }
}
.three-columns {
  width: auto;
  margin: 0 20px;
}
.three-columns .column {
  display: inline-block;
  margin: 40px 0;
  width: 100%;
  padding: 0 15px;
}
.three-columns .three-col-image {
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 20px;
}
.three-columns h3 {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  margin: 20px 0 20px;
}
.three-columns p {
  text-align: center;
  max-width: 350px;
  margin: 1em auto;
  font-size: 18px;
  line-height: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .three-columns {
    margin: 0 25px;
  }
  .three-columns .row {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .three-columns .column {
    width: 33.3333333333%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .three-columns {
    margin: 0 120px;
  }
  .three-columns .column {
    margin: 0;
  }
  .three-columns h3 {
    font-size: 30px;
  }
  .three-columns p {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .three-columns {
    margin: 0 150px;
  }
}
@media (min-width: 1700px) {
  .three-columns {
    margin: 0 300px;
  }
}
.two-columns {
  width: auto;
  margin: 0 20px;
  padding: 100px 0;
}
.two-columns .row {
  margin: 0;
}
.two-columns .column {
  margin: 20px 0;
  padding: 0;
}
.two-columns .two-col-image {
  margin-bottom: 30px;
}
.two-columns .col-sm-6 {
  padding: 0;
}
.two-columns .left-aligned .column-left {
  height: 0;
  padding-top: 60%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.two-columns .right-aligned .column-right {
  height: 0;
  padding-top: 60%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .two-columns {
    margin: 0 25px;
    padding: 50px 0;
  }
  .two-columns .row {
    padding: 50px 0;
  }
  .two-columns .left-aligned .column-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
  }
  .two-columns .right-aligned .column-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
  }
  .two-columns .col-sm-6.column-right {
    padding-left: 55px;
    float: right;
  }
  .two-columns .col-sm-6.column-left {
    padding-right: 55px;
  }
}
@media (min-width: 1200px) {
  .two-columns {
    margin: 0 120px;
  }
  .two-columns .column {
    margin: 0;
  }
  .two-columns h3,
  .two-columns p {
    max-width: 360px;
  }
  .two-columns .two-col-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .two-columns h3,
  .two-columns p {
    max-width: 450px;
  }
}
.social-section {
  background-color: #f2f2f2;
}
.social-section .row {
  margin: 0 5px;
}
.social-section .row .social-tile {
  text-align: left;
  margin-bottom: 60px;
}
.social-section .row .social-tile .social-meta {
  padding: 25px;
  min-height: 22px;
  line-height: 22px;
  background-color: #fff;
}
.social-section .row .social-tile .social-meta a,
.social-section .row .social-tile .social-meta a:link {
  display: inline-block;
  float: left;
  color: #999;
}
.social-section .row .social-tile .social-meta img {
  display: inline-block;
  float: right;
  width: 22px;
  height: auto;
}
.social-section .row .social-tile .social-content {
  display: inline-block;
  padding: 10px 25px 25px;
  background-color: #fff;
}
.social-section .row .social-tile .social-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1da1f2;
}
.social-section .row .social-tile p {
  color: #13306c;
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 1em;
}
.social-section .row .social-tile p a,
.social-section .row .social-tile p a:link {
  color: #13306c;
}
.social-section .row .social-tile p a:after,
.social-section .row .social-tile p a:link:after {
  display: none;
}
.social-section .row .social-tile img.emoji {
  height: 20px;
  width: auto;
  display: inline-block;
}
.social-section .row .social-tile.instagram p a,
.social-section .row .social-tile.instagram p a:link {
  color: #efb33d;
}
.social-section .row .social-tile.twitter p a,
.social-section .row .social-tile.twitter p a:link {
  color: #1565c0;
}
.social-section.square .row .social-tile {
  position: relative;
  margin-bottom: 30px;
}
.social-section.square .row .social-tile p {
  font-size: 1.25em;
  line-height: 1.4em;
}
.social-section.square .row .social-tile .social-meta {
  display: none;
}
.social-section.square .row .social-tile .social-image:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: 'fiascons' !important;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 27px;
  right: 40px;
  z-index: 1;
}
.social-section.square .row .social-tile.instagram .social-content {
  display: none;
}
.social-section.square .row .social-tile.instagram .social-image:after {
  content: "y";
}
.social-section.square .row .social-tile.twitter .social-content {
  position: absolute;
  width: auto;
  height: auto;
  top: 50px;
  left: 40px;
  right: 60px;
  bottom: 40px;
  padding: 0;
  background: transparent;
}
.social-section.square .row .social-tile.twitter .social-content p {
  color: #fff;
}
.social-section.square .row .social-tile.twitter .social-content a,
.social-section.square .row .social-tile.twitter .social-content a:link {
  color: #1565c0;
}
.social-section.square .row .social-tile.twitter .social-image:after {
  content: "z";
}
@media (min-width: 768px) {
  .social-section .row {
    margin: 0 10px;
  }
  .social-section .row .social-tile:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .social-section .row .social-tile:nth-of-type(2n+1) {
    clear: none;
  }
  .social-section .row .social-tile:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .social-section .row {
    margin: 0 105px;
  }
  .social-section .row .social-tile:nth-of-type(3n+1) {
    clear: none;
  }
  .social-section .row .social-tile:nth-of-type(4n+1) {
    clear: both;
  }
  .social-section.square .row .social-tile p {
    font-size: 0.93em;
  }
}
@media (min-width: 1600px) {
  .social-section.square .row .social-tile p {
    font-size: 1.1em;
  }
}
@media (min-width: 1800px) {
  .social-section.square .row .social-tile p {
    font-size: 1.25em;
  }
}
.post-slider {
  margin: 0;
  width: auto;
  padding: 100px 20px 125px;
  overflow: hidden;
}
.post-slider .slick-list {
  overflow: visible;
}
.post-slider .tile {
  cursor: default;
  pointer-events: none;
}
.post-slider .tile.slick-slide {
  clear: none !important;
  min-height: auto;
  flex-direction: column;
  text-align: left;
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
}
.post-slider .tile.slick-slide .tile-image {
  width: 100%;
}
.post-slider .tile.slick-slide .tile-content p {
  margin-bottom: 0;
}
.post-slider .tile.slick-slide.slick-active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  cursor: pointer;
  pointer-events: auto;
}
.post-slider .slick-dots {
  bottom: -30px;
}
.post-slider .slick-prev:after,
.post-slider .slick-next:after {
  color: #262626;
}
.post-slider .slick-prev {
  left: -50px;
}
.post-slider .slick-next {
  right: -50px;
}
@media (min-width: 768px) {
  .post-slider {
    padding: 100px 25px 125px;
  }
}
@media (min-width: 1400px) {
  .post-slider {
    padding: 100px 120px 125px;
  }
}
.event-tile .tile-image {
  padding-top: 60%;
}
.event-tile .event-meta {
  display: block;
  margin-bottom: 20px;
}
.event-tile .event-meta .date,
.event-tile .event-meta .venue {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 18px;
}
.event-tile .event-meta .venue {
  margin-left: 20px;
}
.event-tile .date-icon,
.event-tile .venue-icon {
  display: inline-block;
  width: auto;
  font-family: 'fiascons' !important;
  color: #13306c;
  font-size: inherit;
  line-height: 16px;
  vertical-align: text-top;
  margin-right: 6px;
}
.event-tile .date-icon:after,
.event-tile .venue-icon:after {
  display: none;
}
.event-tile.square .tile-content .date-icon,
.event-tile.square .tile-content .venue-icon {
  color: #fff;
}
.events-filters {
  display: block;
  width: auto;
  margin: 30px 5px 0;
}
.events-filters .filter {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  background-color: #f2f2f2;
  height: 0;
  overflow: hidden;
}
.events-filters .filter.show {
  height: auto;
}
.events-filters .filter .filter-title {
  display: none;
  width: auto;
  margin: 0 20px 0 0;
  font-weight: 600;
  font-size: 1.05em;
}
.events-filters .filter li {
  display: block;
  font-size: 1em;
  margin: 10px 0;
}
.events-filters .filter li a,
.events-filters .filter li a:link {
  color: $textColour;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.events-filters .filter li a:hover,
.events-filters .filter li a:link:hover {
  color: #ef7c26;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.events-filters .filter li.active a,
.events-filters .filter li.active a:link {
  color: #ef7c26;
}
.events-filters .cat-wrapper,
.events-filters .date-wrapper {
  display: block;
  width: 100%;
  padding: 3px 0;
}
.events-filters .mobile-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  color: #13306c;
  padding: 15px;
  position: relative;
  text-align: left;
}
.events-filters .mobile-toggle:after {
  display: block;
  content: "k";
  font-family: 'fiascons' !important;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #13306c;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#events {
  padding: 40px 0 100px;
}
#events .row {
  width: auto;
  margin: 0 5px;
  min-height: 400px;
}
#events .row #no-results {
  display: block;
  float: left;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  font-size: 1em;
  padding-left: 15px;
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 0;
}
#events .row #no-results.show {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
}
#events .row #no-results .tile-image {
  background-color: #d8d8d8;
  padding-top: 60%;
}
#events .row #no-results .tile-image h4 {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 2em;
  text-align: center;
  width: auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
#events .row #no-results p {
  margin: 0;
  font-size: 1.1em;
}
@media (min-width: 480px) {
  .events-filters .cat-wrapper,
  .events-filters .date-wrapper {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 15px;
  }
  .events-filters .cat-wrapper {
    padding-left: 0;
  }
  .events-filters .date-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  #events .row {
    width: auto;
    margin: 0 5px;
  }
  .events-filters .cat-wrapper {
    padding-left: 15px;
  }
  .events-filters .date-wrapper {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  #events .row {
    margin: 0 10px;
  }
  .events-filters {
    margin: 60px 10px 0;
  }
}
@media (min-width: 1024px) {
  .events-filters .filter {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0 15px;
  }
  .events-filters .filter.categories {
    float: left;
    width: auto;
    margin-right: 50px;
  }
  .events-filters .filter.dates {
    float: left;
    width: auto;
  }
  .events-filters .filter .filter-title {
    display: inline-block;
  }
  .events-filters .filter li {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
  }
  .events-filters .filter li:last-of-type {
    margin-right: 0;
  }
  .events-filters .cat-wrapper,
  .events-filters .date-wrapper {
    padding: 0;
    width: auto;
  }
  .events-filters .mobile-toggle {
    display: none;
  }
}
@media (min-width: 1400px) {
  #events .row {
    margin: 0 105px;
  }
  .events-filters {
    margin: 60px 105px 0;
  }
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #d8d8d8;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar .event-details {
  max-width: 660px;
  margin: 0 auto;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar p {
  font-size: 1em;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul {
  list-style: none;
  padding: 0;
  font-size: 1em;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li {
  text-align: left;
  padding: 0 0 10px;
  margin: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  list-style: none;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li time {
  display: inline-block;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li:last-of-type {
  border-bottom: none;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li a,
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li a:link {
  display: inline-block;
  float: none;
  color: #13306c;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li a:after,
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li a:link:after {
  display: none;
}
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li a:hover,
.single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar ul li a:link:hover {
  color: #ef7c26;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
@media (min-width: 1024px) {
  .single-event .post-content.with-sidebar .content-wrapper aside.single-sidebar {
    border-top: 0;
    margin-top: 5px;
    padding-top: 0;
  }
}
.fish-spacer {
  display: block;
  margin: 50px 0;
  width: 100%;
  height: 285px;
  background-image: url("./img/fish-bg.png");
  background-repeat: repeat-x;
  background-position: top left;
}
.two-col-cta {
  display: block;
  width: 100%;
  padding: 40px 20px;
}
.two-col-cta .left-side,
.two-col-cta .right-side {
  display: block;
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 70%;
  margin: 20px 0;
}
.two-col-cta .left-side a,
.two-col-cta .right-side a {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 60px;
  line-height: 62px;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.two-col-cta .left-side a:before,
.two-col-cta .right-side a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}
.two-col-cta .left-side a:hover span:after,
.two-col-cta .right-side a:hover span:after {
  background-position: 100% center;
  transition: background-position 0.4s ease-in-out;
  -moz-transition: background-position 0.4s ease-in-out;
  -webkit-transition: background-position 0.4s ease-in-out;
  -o-transition: background-position 0.4s ease-in-out;
}
.two-col-cta .left-side a span,
.two-col-cta .right-side a span {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
.two-col-cta .left-side a span:after,
.two-col-cta .right-side a span:after {
  display: block;
  content: "";
  width: 52px;
  height: 6px;
  overflow: hidden;
  background-image: url("./img/wave-line-one.svg");
  background-position: 0% center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -26px;
  transition: background-position 0.4s ease-in-out;
  -moz-transition: background-position 0.4s ease-in-out;
  -webkit-transition: background-position 0.4s ease-in-out;
  -o-transition: background-position 0.4s ease-in-out;
}
@media (min-width: 480px) {
  .two-col-cta .left-side,
  .two-col-cta .right-side {
    padding-top: 60%;
  }
}
@media (min-width: 768px) {
  .two-col-cta {
    padding: 60px 50px;
  }
  .two-col-cta .left-side,
  .two-col-cta .right-side {
    display: inline-block;
    width: calc(50% - 25px);
    float: left;
    padding-top: 40%;
    margin: 0;
  }
  .two-col-cta .left-side {
    margin-right: 25px;
  }
  .two-col-cta .right-side {
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  .two-col-cta .left-side,
  .two-col-cta .right-side {
    padding-top: 35%;
  }
}
@media (min-width: 1200px) {
  .two-col-cta {
    padding: 100px 120px;
  }
  .two-col-cta .left-side,
  .two-col-cta .right-side {
    width: calc(50% - 30px);
  }
  .two-col-cta .left-side a,
  .two-col-cta .right-side a {
    font-size: 80px;
    line-height: 82px;
  }
  .two-col-cta .left-side {
    margin-right: 30px;
  }
  .two-col-cta .right-side {
    margin-left: 30px;
  }
}
.home .two-col-cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home .two-col-cta .left-side,
.home .two-col-cta .right-side {
  width: 100%;
  margin: 0;
}
.home .two-col-cta:after {
  display: none;
}
@media (min-width: 480px) {
  .home .two-col-cta {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .home .two-col-cta .left-side,
  .home .two-col-cta .right-side {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .home .two-col-cta {
    padding: 60px 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .home .two-col-cta .left-side,
  .home .two-col-cta .right-side {
    width: 100%;
    margin: 0;
    padding: 60% 20px;
  }
  .home .two-col-cta .left-side {
    margin-right: 0px;
  }
  .home .two-col-cta .right-side {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .home .two-col-cta {
    gap: 60px;
  }
  .home .two-col-cta .left-side,
  .home .two-col-cta .right-side {
    padding: 55% 40px;
  }
}
@media (min-width: 1200px) {
  .home .two-col-cta {
    padding: 100px 120px;
  }
  .home .two-col-cta .left-side,
  .home .two-col-cta .right-side {
    width: 100%;
  }
  .home .two-col-cta .left-side a,
  .home .two-col-cta .right-side a {
    font-size: 80px;
    line-height: 82px;
  }
  .home .two-col-cta .left-side {
    margin-right: 0px;
  }
  .home .two-col-cta .right-side {
    margin-left: 0px;
  }
}
.tiled-section {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.tiled-section .news-posts {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tiled-section .news-posts {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .tiled-section .news-posts {
    padding: 0;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
}
.home-slider {
  display: block;
  width: 100%;
  padding: 80px 0;
}
.home-slider .slick-dots {
  bottom: 315px;
}
.home-slider .home-slide {
  width: 100%;
  height: 800px;
  min-height: 800px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-slider .home-slide .home-slide-inner {
  display: block;
  width: 100%;
  max-width: 370px;
  height: 460px;
  margin: 50px 20px;
  position: relative;
  float: none;
  background-color: #fff;
  border: 1px solid #cce1ff;
  padding: 40px;
  -webkit-box-shadow: 0 0 0 12px #fff;
  -moz-box-shadow: 0 0 0 12px #fff;
  box-shadow: 0 0 0 12px #fff;
}
.home-slider .home-slide .home-slide-inner h3 {
  color: #13306c;
  margin: 0 0 20px;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  padding: 0 20px;
}
.home-slider .home-slide .home-slide-inner p {
  color: #516ca3;
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}
.home-slider .home-slide .home-slide-inner .home-slide-stamp {
  display: block;
  width: 100px;
  height: auto;
  position: absolute;
  bottom: -40px;
  right: 40px;
  pointer-events: none;
}
.home-slider .home-slide .home-slide-inner .button {
  position: absolute;
  bottom: 105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 500px) {
  .home-slider .home-slide .home-slide-inner {
    margin: 50px auto;
  }
}
@media (min-width: 1200px) {
  .home-slider .slick-prev {
    left: 120px;
  }
  .home-slider .slick-next {
    right: 120px;
  }
}
.instagram-module {
  display: block;
  width: auto;
  padding: 50px 20px 0;
  margin: 30px 0 30px;
}
.instagram-module h2 {
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.instagram-module p {
  color: #516ca3;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  text-align: center;
}
.instagram-module #instagram {
  display: block;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-height: inherit;
  margin: 30px auto 50px;
}
.instagram-module #instagram .insta-item {
  display: inline-block;
  width: 50%;
  height: auto;
  position: relative;
  z-index: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
}
.instagram-module #instagram .insta-item a {
  display: block;
  width: 100%;
}
.instagram-module #instagram .insta-item img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.instagram-module #instagram .insta-item .like-info {
  width: 100%;
}
.instagram-module #instagram .insta-item:hover img {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.instagram-module #instagram .insta-item:hover a {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.instagram-module #instagram .insta-item:hover a .like-info {
  display: none;
}
@media (min-width: 768px) {
  .instagram-module #instagram {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 50px auto 50px;
  }
  .instagram-module #instagram .insta-item {
    width: calc(25% - 50px);
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .instagram-module {
    padding: 100px 20px 0;
  }
}
.single_column_text .single_column_text-inner {
  width: 100%;
  padding: 0 20px;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.single_column_text .single_column_text-inner h2,
.single_column_text .single_column_text-inner h3,
.single_column_text .single_column_text-inner h4,
.single_column_text .single_column_text-inner h5,
.single_column_text .single_column_text-inner p {
  text-align: center;
}
.single_column_text .single_column_text-inner p {
  font-size: 24px;
  line-height: 34px;
}
.single_full_width_image img {
  display: block;
  width: 100%;
  height: auto;
}
.column_with_icon .icon-columns {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.column_with_icon .icon-columns .icon-column {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 0 50px;
  text-align: center;
}
.column_with_icon .icon-columns .icon-column .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #cce1ff;
  line-height: 66px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.column_with_icon .icon-columns .icon-column .icon img {
  display: inline-block;
  width: 25px;
  height: auto;
  margin: auto;
}
.column_with_icon .icon-columns .icon-column .icon-column-content {
  display: inline-block;
  width: 100%;
}
.column_with_icon .icon-columns .icon-column .icon-column-content h5 {
  width: 100%;
  max-width: 370px;
  font-size: 26px;
  line-height: 100%;
  margin: 0 auto;
  text-align: center;
}
.column_with_icon .icon-columns .icon-column .icon-column-content p {
  font-size: 16px;
  line-height: 26px;
  max-width: 370px;
  margin: 1em auto;
  text-align: center;
}
.menu_columns h2 {
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 50px;
  position: relative;
}
.menu_columns h2:after {
  display: block;
  content: "";
  width: 52px;
  height: 6px;
  overflow: hidden;
  background-image: url("./img/wave-line-one-dark.svg");
  background-position: 0% center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -26px;
}
.menu_columns .menu-columns-inner {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1240px;
  margin: 0 auto;
}
.menu_columns .menu-columns-inner .menu-opening-block {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 370px;
  height: 460px;
  margin: 50px 20px;
  position: relative;
  float: none;
  background-color: #cce1ff;
  border: 1px solid #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 0 12px #cce1ff;
  -moz-box-shadow: 0 0 0 12px #cce1ff;
  box-shadow: 0 0 0 12px #cce1ff;
  text-align: center;
}
.menu_columns .menu-columns-inner .menu-opening-block .opening-times {
  display: inline-block;
  margin: auto;
}
.menu_columns .menu-columns-inner .menu-opening-block .opening-times .opening-time {
  display: inline-block;
  width: 100%;
  margin: 15px 0 15px;
}
.menu_columns .menu-columns-inner .menu-opening-block .opening-times .opening-time p {
  margin: 0;
  margin-bottom: 5px;
}
.menu_columns .menu-columns-inner .menu-opening-block .opening-times .opening-time p:last-of-type {
  margin-bottom: 0;
}
.menu_columns .menu-columns-inner .menu-opening-block h4 {
  margin: 0 auto auto;
}
.menu_columns .menu-columns-inner .menu-opening-block h4,
.menu_columns .menu-columns-inner .menu-opening-block p {
  text-align: center;
}
.menu_columns .menu-columns-inner .menu-opening-block .button {
  width: 100%;
  min-width: 100%;
  margin: auto auto 0;
}
.location_slides .location-slides {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.location_slides .location-slides .slick-dots li {
  background: #fff;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.location_slides .location-slides .slick-dots li.slick-active {
  background: #fff;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.location_slides .location-slides .location-slide {
  height: auto;
  min-height: 600px;
}
.location_slides .location-slides .location-slide:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.location_slides .location-slides .location-slide .location-slide-content {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.location_slides .location-slides .location-slide .location-slide-content span,
.location_slides .location-slides .location-slide .location-slide-content h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.location_slides .location-slides .location-slide .location-slide-content span {
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
.location_slides .location-slides .location-slide .location-slide-content h2 {
  display: block;
  max-width: 600px;
  font-size: 60px;
  line-height: 100%;
  margin: 10px auto 40px;
  padding-bottom: 10px;
  position: relative;
}
.location_slides .location-slides .location-slide .location-slide-content h2:after {
  display: block;
  content: "";
  width: 52px;
  height: 6px;
  overflow: hidden;
  background-image: url("./img/wave-line-one.svg");
  background-position: 0% center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -26px;
}
.location_slides .location-slides .location-slide .location-slide-content .button {
  display: inline-block;
  width: auto;
  min-width: 170px;
  background-color: #fff;
  color: #13306c;
  margin-top: 40px;
}
.location_slides .location-slides .location-slide .location-slide-content .button:hover {
  background-color: #ef7c26;
  color: #fff;
}
@media (min-width: 1024px) {
  .column_with_icon .icon-columns .icon-column {
    width: 50%;
    float: left;
    margin: 0 0 100px;
    padding-left: 100px;
    position: relative;
    text-align: left;
  }
  .column_with_icon .icon-columns .icon-column:nth-of-type(2n+1) {
    clear: both;
  }
  .column_with_icon .icon-columns .icon-column .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: -20px 0 0;
  }
  .column_with_icon .icon-columns .icon-column .icon-column-content h5 {
    margin-top: 23px;
    margin: 0 auto 20px 0;
    text-align: left;
  }
  .column_with_icon .icon-columns .icon-column .icon-column-content p {
    margin: 1em auto 0 0;
    text-align: left;
  }
  .menu_columns .menu-columns-inner .menu-opening-block {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin: 40px 20px 0;
  }
}
@media (min-width: 1200px) {
  .menu_columns .menu-columns-inner .menu-opening-block {
    width: calc(33.3333333333% - 60px);
    margin: 60px 30px 0;
  }
  .location_slides .location-slides .location-slide .location-slide-content h2 {
    font-size: 80px;
  }
}
.sticky-nav {
  background-color: #13306c;
  width: 100%;
  max-width: 100vw;
  height: 50px;
  text-align: center;
  overflow-y: hidden;
  overflow-x: scroll;
}
.sticky-nav ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  width: auto;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}
.sticky-nav ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  line-height: 50px;
  vertical-align: middle;
  font-family: 'Swiss924BTWXX-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  list-style: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}
.sticky-nav ul li:hover {
  background: transparent;
  color: #fff;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.sticky-nav ul li:hover a {
  color: #fff;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.sticky-nav ul li.current_page_item {
  color: #fff;
}
.sticky-nav ul li.current_page_item a {
  color: #fff;
}
.sticky-nav ul li a {
  color: #cce1ff;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.menus {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 40px 0 80px;
  position: relative;
}
.info-flash {
  display: none;
  width: 160px;
  height: 160px;
  background-image: url("./img/info-flash-bg.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  right: 7%;
}
.info-flash p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
}
.menu_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.menu_section .menu_section_inner {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 20px;
  text-align: left;
}
.menu_section .menu_section_inner h2 {
  font-size: 40px;
  line-height: 100%;
  margin: 20px 0 10px;
}
.menu_section .menu_section_inner p.description {
  margin: 0 0 15px;
  color: #516ca3;
  font-size: 13px;
  font-style: italic;
  line-height: 100%;
}
.menu_section .menu_section_inner .menu {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.menu_section .menu_section_inner .menu .menu-item {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  color: #516ca3;
  margin: 0 0 10px;
}
.menu_section .menu_section_inner .menu .menu-item:after {
  display: block;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cce1ff;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  z-index: -1;
}
.menu_section .menu_section_inner .menu .menu-item span {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  line-height: 20px;
  float: left;
}
.menu_section .menu_section_inner .menu .menu-item span span {
  display: inline-block;
  width: auto;
  padding: 0;
  float: none;
  text-shadow: -1px 1px #fff, -2px 2px #fff, -3px 3px #fff, -4px 4px #fff, -5px 5px #fff, 1px -1px #fff, 2px 2px #fff, 3px 3px #fff, 4px 4px #fff, 5px 5px #fff;
}
.menu_section .menu_section_inner .menu .menu-item span.dish {
  max-width: 230px;
  word-break: break-word;
}
.menu_section .menu_section_inner .menu .menu-item span.dish .key-icon {
  display: inline-block;
  width: 20px;
  font-size: 11px;
  line-height: 19px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 0;
  float: none;
  text-shadow: none;
  text-index: 1px;
  margin-right: 0;
}
.menu_section .menu_section_inner .menu .menu-item span.dish .key-icon:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #13306c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 4px 0px 3px #fff, 4px 4px 0 1px #fff;
  -moz-box-shadow: 0 4px 0px 3px #fff, 4px 4px 0 1px #fff;
  box-shadow: 0 4px 0px 3px #fff, 4px 4px 0 1px #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.menu_section .menu_section_inner .menu .menu-item span.price {
  font-size: 14px;
  float: right;
  font-weight: 600;
  padding-right: 0;
  padding-left: 6px;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
.key-icon {
  display: inline-block;
  width: 20px;
  font-size: 11px;
  line-height: 19px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 0;
  float: none;
  text-shadow: none;
  text-index: 1px;
  margin-right: 5px;
}
.key-icon:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #13306c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.pull_out_section {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 20px;
}
.pull_out_section .pull_out_section_inner {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  background-color: #ef7c26;
  padding: 20px 30px;
  margin: 20px auto;
}
.pull_out_section .pull_out_section_inner p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.menu-key {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
}
.menu-key .menu-key-inner {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}
.menu-key .menu-key-inner p {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  margin: 20px 0;
  text-align: left;
  color: #516ca3;
}
.menu-key .menu-key-inner p.key-one,
.menu-key .menu-key-inner p.key-two {
  display: inline-block;
  width: auto;
  line-height: 20px;
  margin: 0 20px 0 0;
}
@media (min-width: 480px) {
  .menu_section .menu_section_inner .menu .menu-item span.dish {
    max-width: 350px;
  }
}
@media (min-width: 600px) {
  .menu_section .menu_section_inner .menu .menu-item span.dish {
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .info-flash {
    display: block;
  }
}
@media (min-width: 1400px) {
  .info-flash {
    right: 12%;
  }
}
@media (min-width: 1600px) {
  .info-flash {
    right: 14%;
  }
}
@media (min-width: 1800px) {
  .info-flash {
    right: 16%;
  }
}
#contact-info {
  width: 100%;
  padding: 0 20px;
}
#contact-info .address {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 100px 0;
}
#contact-info .address:nth-of-type(2) {
  padding: 0 0 140px;
}
#contact-info .address .left-side,
#contact-info .address .right-side {
  display: inline-block;
  width: 100%;
  margin: 0;
}
#contact-info .address .left-side p,
#contact-info .address .right-side p {
  width: 100%;
  max-width: 250px;
}
#contact-info .address .left-side p.map-info,
#contact-info .address .right-side p.map-info {
  font-size: 13px;
  line-height: 21px;
}
#contact-info .address .left-side h3 {
  margin-top: 0;
}
#contact-info .address .right-side {
  margin-top: 50px;
}
#contact-info .address .right-side .acf-map {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .contact-us .two-columns .column-left,
  .contact-us .two-columns .column-right {
    width: calc(50% - 30px);
  }
  .contact-us .two-columns .column-left {
    margin-right: 30px;
  }
  .contact-us .two-columns .column-right {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  #contact-info .address .left-side {
    width: 35%;
    float: left;
  }
  #contact-info .address .right-side {
    width: 65%;
    float: left;
    margin-top: 0;
  }
  #contact-info .address .right-side .acf-map {
    height: 500px;
  }
  .contact-us .two-columns .column-right {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  #contact-info {
    padding: 0 155px;
  }
  .contact-us .two-columns {
    padding: 70px 0 200px;
  }
}
.booking-app {
  display: block;
  width: 300px;
  margin: 100px 20px 0 5px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media (min-width: 340px) {
  .booking-app {
    margin: 100px auto 50px;
  }
}
@media (min-width: 768px) {
  .booking-app {
    width: 600px;
  }
}
.has-cookie-bar #catapult-cookie-bar {
  padding: 8px 20px 8px !important;
}
#catapult-cookie-bar a {
  border-bottom: 1px solid #fff;
}
button#catapultCookie {
  font-family: 'Swiss924BTWXX-Regular', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 16px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  padding: 10px 30px !important;
  transition: color 0.25s, background 0.25s !important;
  -moz-transition: color 0.25s, background 0.25s !important;
  -webkit-transition: color 0.25s, background 0.25s !important;
  -o-transition: color 0.25s, background 0.25s !important;
}
button#catapultCookie:hover {
  background: #ef7c26 !important;
  color: #fff !important;
  transition: color 0.25s, background 0.25s !important;
  -moz-transition: color 0.25s, background 0.25s !important;
  -webkit-transition: color 0.25s, background 0.25s !important;
  -o-transition: color 0.25s, background 0.25s !important;
}
@media (min-width: 768px) {
  .post-content {
    padding: 6em 0 0;
  }
}
.no-js {
  display: block;
}
.ie .slick-next {
  cursor: e-resize;
}
.ie .slick-prev {
  cursor: w-resize;
}
.ie .nav .page-nav.desktop .inner .language-button {
  display: block;
  height: 19px;
  margin-top: -1px;
}
.ie .nav .page-nav.desktop .inner .language-button .flag-img {
  display: block;
}
.ie .news #blog .row .news-post:hover .img-wrapper:after {
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
