@charset "UTF-8";
/*!
    Theme Name: GBI
		Theme URI:
		Description: GBI Wordpress Theme
    Version: 1.0
		Author: Splendor
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
.hidden {
  display:none !important;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box; }

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  background: #013f70;
  border: 0;
  padding: 0;
  margin: 2em 0; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

/*! author: splendordesign.com  */
body {
  font-size: 24px;
  font-family: "circe", sans-serif;
  color: #3c3a3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  letter-spacing: -0.03em; }
  @media (max-width: 1439px) {
    body {
      font-size: 21px; } }
  @media (max-width: 767px) {
    body {
      font-size: 18px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "circe", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1em; }

h1 {
  font-size: 4.7em;
  font-weight: 700;
  color: #05416c;
  margin-bottom: 0.5em;
  text-align: center;
  text-transform: lowercase; }
  @media (max-width: 1639px) {
    h1 {
      font-size: 4em; } }
  @media (max-width: 1439px) {
    h1 {
      font-size: 3.5em; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 2.333em;
  font-weight: 400;
  margin-bottom: 0.6em;
  color: #013f70;
  line-height: 1.2em; }
  @media (max-width: 575px) {
    h2 {
      font-size: 1.8em; } }

h3 {
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 0.2em;
  color: #013f70; }

p,
ol,
ul {
  margin: 0 0 1.5em 0; }

ol,
ul {
  padding-left: 1em; }

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

figure {
  margin: 0; }

a {
  color: #013f70;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #cc152b; }

::-webkit-input-placeholder {
  line-height: normal; }

::-webkit-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  color: inherit; }

::-moz-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='url'],
textarea {
  border: solid 1px #000;
  padding: 12px 20px;
  font-size: 17px;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  outline: none; }

blockquote {
  max-width: 434px;
  margin: 2em 0 1.5em 0;
  padding: 1.1em 0 0 0;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #767778;
  position: relative; }
  blockquote:before {
    content: '';
    width: 160px;
    height: 12px;
    background: #cc152b;
    position: absolute;
    top: 0;
    left: 0; }
  blockquote p {
    margin: 0 0 1em 0; }
  blockquote cite {
    color: #cc152b;
    font-style: normal;
    font-size: 0.556em;
    line-height: 1em;
    display: block; }
  @media (max-width: 575px) {
    blockquote:before {
      width: 36%;
      height: 8px; } }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  margin-left: -20px;
  margin-right: -20px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }
  .alignfull img {
    width: 100%;
    height: auto;
    display: block; }

.wp-block-image {
  margin-bottom: 1.5em; }

@media (max-width: 767px) {
  .wp-block-spacer {
    height: 40px !important; } }

.container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .footer .container {
    max-width: 1002px; }

.cycle-slideshow {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .cycle-slideshow .slide {
    width: 100%; }
  .cycle-slideshow img {
    width: 100%;
    display: block; }

.arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 62px;
  height: 76px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 202;
  outline: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
  margin: 0; }
  .arrow.prev {
    background-image: url("img/thin__prev.svg");
    left: 10vw; }
  .arrow.next {
    background-image: url("img/thin__next.svg");
    right: 10vw; }
  @media (max-width: 1639px) {
    .arrow.prev {
      left: 20px; }
    .arrow.next {
      right: 20px; } }
  @media (max-width: 1023px) {
    .arrow {
      width: 45px;
      height: 55px; } }
  @media (max-width: 575px) {
    .arrow {
      width: 36px;
      height: 44px; } }

.cycle-single .arrow {
  display: none; }

.btn, .btn-red {
  background-color: #013f70;
  color: #fff;
  display: inline-block;
  zoom: 1;
  border: 0;
  font-size: 17px;
  font-weight: normal;
  padding: 23px 50px 20px 50px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  text-transform: uppercase;
  outline: none;
  border-radius: 9px;
  letter-spacing: normal; }
  .btn:hover, .btn-red:hover {
    background-color: #fff;
    color: #013f70; }
  @media (max-width: 575px) {
    .btn, .btn-red {
      font-size: 14px;
      padding: 17px 25px 14px 25px; } }

.btn-red {
  background-color: #cc152b; }
  .btn-red:hover {
    color: #fff;
    background-color: #013f70; }

.modal {
  display: none;
  max-width: 1024px !important;
  width: 100%;
  background: #fff;
  border: solid 20px #fff; }

.pagination {
  color: #aaa8a8;
  font-size: 1em;
  font-weight: 700;
  border-top: solid 1px #013f70;
  padding: 30px 0;
  margin: 2em auto; }
  .pagination .nav-links {
    display: -webkit-box;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-pack: center;
            justify-content: center; }
  .pagination a:hover {
    color: #cc152b; }
  .pagination .page-numbers {
    text-decoration: none;
    margin: 0 20px;
    color: #aaa8a8;
    line-height: 1em; }
    .pagination .page-numbers.dots {
      margin-left: -5px;
      margin-right: -5px; }
    .pagination .page-numbers.current {
      color: #cc152b; }
  @media (max-width: 575px) {
    .pagination {
      margin: 1em auto; }
      .pagination .nav-links {
        margin-left: -12px;
        margin-right: -12px; }
      .pagination .page-numbers {
        margin: 0 12px; }
        .pagination .page-numbers.dots {
          margin-left: 0;
          margin-right: 0; } }

.page-nav {
  display: -webkit-box;
  display: flex;
  margin: 3em 0; }
  .page-nav a {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    border: solid 1px #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    margin-right: -1px;
    width: 60px;
    height: 60px; }
    .page-nav a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .page-nav__prev {
    background-image: url(img/arrow__prev--dark.svg); }
  .page-nav__next {
    background-image: url(img/arrow__next--dark.svg); }
  .page-nav__back {
    background-image: url(img/close--dark.svg); }
  @media (max-width: 767px) {
    .page-nav {
      margin: 2em 0; }
      .page-nav a {
        height: 40px;
        width: 40px; }
      .page-nav__prev, .page-nav__next {
        background-size: auto 24px;
        width: 40px; } }

.social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .social a {
    background-image: url(img/social.png);
    background-size: auto 100%;
    width: 21px;
    height: 21px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0 0 0 32px;
    position: relative; }
    .social a:hover {
      opacity: 0.8; }
  .social--instagram {
    background-position: 0 0; }
  .social--twitter {
    background-position: -21px 0; }
  .social--facebook {
    background-position: -42px 0; }
  .social--linkedin {
    background-position: -63px 0; }

.hurricane {
  background: #013f70;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  letter-spacing: normal; }
  .hurricane p {
    margin: 0;
    font-size: 14px; }
  .hurricane strong {
    font-size: 18px;
    font-weight: 800; }
  .hurricane a {
    color: inherit; }
    .hurricane a:hover {
      color: #cccccc; }
  @media (max-width: 575px) {
    .hurricane strong {
      display: block; } }

.header {
  position: sticky;
  z-index:100;
  top:0px;
  background: #FFF;
  padding: 15px 0; }
  .header:before {
    content: '';
    width: calc(100vw - 20px);
    height: 1px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .header__logo {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url(img/logo.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 226px;
    height: 59px; }
  .header__nav {
    font-family: "nobel", sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 9999; }
    .header__nav > ul {
      display: -webkit-box;
      display: flex; }
      .header__nav > ul > li {
        margin-left: 40px;
        position: relative; }
        .header__nav > ul > li > a {
          color: #767778;
          text-align: center; }
          .header__nav > ul > li > a:hover, .header__nav > ul > li > a.hover {
            color: #cc152b; }
        .header__nav > ul > li.active > a, .header__nav > ul > li.current-menu-item > a, .header__nav > ul > li.current_page_parent > a {
          color: #cc152b; }
        .header__nav > ul > li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: -20px;
          background: #fff;
          width: 200px;
          font-family: "circe", sans-serif;
          font-weight: 700;
          padding: 10px 0;
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
          .header__nav > ul > li ul li a {
            display: block;
            padding: 5px 20px; }
          .header__nav > ul > li ul li.active, .header__nav > ul > li ul li.current-menu-item, .header__nav > ul > li ul li.current_page_parent {
            color: #cc152b; }
  .header__right {
    text-align: right;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: normal; }
    .header__right ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
              justify-content: flex-end; }
      .header__right ul li {
        margin-left: 10px; }
        .header__right ul li a {
          color: #fff;
          background-color: #cc152b;
          border: solid 2px #cc152b;
          border-radius: 5px;
          padding: 6px 15px 4px 15px;
          white-space: nowrap; }
          .header__right ul li a:hover {
            background-color: #fff;
            border-color: #013f70;
            color: #013f70; }
		
/*         .header__right ul li.current-menu-item a, .header__right ul li.current_page_parent a {
          background-color: #fff;
          border-color: #013f70;
          color: #013f70; } */
  @media (max-width: 1439px) {
    .header .container {
      -webkit-box-pack: justify;
              justify-content: space-between; }
    .header__nav {
      font-size: 13px;
      align-self: flex-end; }
      .header__nav > ul > li {
        margin-left: 30px; }
    .header__right {
      font-size: 11px;
      position: absolute;
      top: 20px;
      right: 20px;
      height: 30px; }
      .header__right ul li a {
        padding-top: 5px;
        padding-bottom: 4px; } }
  @media (max-width: 1023px) {
    .header .container {
      display: block;
      position: relative; }
    .header__nav, .header__right {
      display: none; } }
  @media (max-width: 575px) {
    .header__logo {
      width: 192px;
      height: 50px; } }

.hamburger {
  display: none;
  position: absolute;
  width: 35px;
  height: 29px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  outline: none; }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    background-color: #013f70;
    border-radius: 10px; }
  .hamburger__icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hamburger__icon:before {
    content: '';
    top: -12px; }
  .hamburger__icon:after {
    content: '';
    top: 12px; }
  .hamburger--open .hamburger__icon {
    background: transparent; }
  .hamburger--open .hamburger__icon:before {
    -webkit-transform: rotateZ(45deg) translate(8px, 9px);
            transform: rotateZ(45deg) translate(8px, 9px); }
  .hamburger--open .hamburger__icon:after {
    -webkit-transform: rotateZ(-45deg) translate(8px, -9px);
            transform: rotateZ(-45deg) translate(8px, -9px); }
  @media (max-width: 1023px) {
    .hamburger {
      display: block; } }

.nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999; }
  .nav nav {
    background: #013f70;
    color: #fff;
    display: none; }
    .nav nav > ul {
      font-family: "nobel", sans-serif;
      letter-spacing: normal;
      text-transform: uppercase;
      font-size: 14px; }
      .nav nav > ul > li {
        border-bottom: solid 1px #fff;
        position: relative; }
        .nav nav > ul > li > a {
          color: inherit;
          padding: 0 20px;
          display: block;
          height: 40px;
          line-height: 40px; }
          .nav nav > ul > li > a:hover {
            color: #cccccc; }
        .nav nav > ul > li.active > a, .nav nav > ul > li.current-menu-item > a, .nav nav > ul > li.current_page_parent > a {
          color: #cccccc; }
        .nav nav > ul > li em {
          border-left: solid 1px #fff;
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          line-height: 43px;
          color: #fff;
          text-align: center;
          font-family: "circe", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 30px;
          cursor: pointer; }
          .nav nav > ul > li em:before {
            content: '+'; }
          .nav nav > ul > li em.active {
            line-height: 40px; }
          .nav nav > ul > li em.active:before {
            content: '–'; }
        .nav nav > ul > li ul {
          border-top: solid 1px #fff;
          padding: 10px 0;
          font-family: "circe", sans-serif;
          font-weight: 700;
          display: none; }
          .nav nav > ul > li ul li a {
            display: block;
            padding: 5px 20px;
            color: #fff; }
            .nav nav > ul > li ul li a:hover {
              color: #cccccc; }
          .nav nav > ul > li ul li.active, .nav nav > ul > li ul li.current-menu-item, .nav nav > ul > li ul li.current_page_parent {
            color: #cccccc; }
    .nav nav aside {
      padding: 15px;
      max-width: 360px;
      letter-spacing: normal;
      text-transform: uppercase; }
      .nav nav aside ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        flex-wrap: wrap;
        font-size: 12px;
        font-weight: 700; }
        .nav nav aside ul li {
          padding: 0 5px;
          width: 50%; }
          .nav nav aside ul li a {
            color: #fff;
            background-color: #cc152b;
            border: solid 2px #cc152b;
            border-radius: 5px;
            padding: 6px 0 4px 0;
            text-align: center;
            display: block;
            width: 100%; }
            .nav nav aside ul li a:hover {
              background-color: #fff;
              border-color: #013f70;
              color: #013f70; }
          .nav nav aside ul li.current-menu-item a, .nav nav aside ul li.current_page_parent a {
            background-color: #fff;
            border-color: #013f70;
            color: #013f70; }
  @media (max-width: 1023px) {
    .nav {
      display: block; } }

.banner {
  position: relative;
  margin-top: 1px;
  background-size: cover;
  background-position: center center;
  min-height: 23.95vw;
  text-align: center;
  padding: 5.2vw 0; }
  .banner img {
    display: none; }
  .banner__text {
    font-size: 4.7em;
    font-weight: 700;
    color: #013f70;
    text-align: center;
    line-height: 1em;
    display: block;
    text-transform: lowercase; }
  @media (max-width: 1639px) {
    .banner__text {
      font-size: 4em; } }
  @media (max-width: 1439px) {
    .banner__text {
      font-size: 3.5em; } }
  @media (max-width: 767px) {
    .banner {
      min-height: 30vw; } }
  @media (max-width: 575px) {
    .banner__text {
      font-size: 2em; } }

.hero {
  background-position: center center;
  background-size: cover;
  min-height: 50vw;
  padding: 5.2vw 0; }
  .hero img {
    display: none; }
  @media (max-width: 575px) {
    .hero {
      min-height: 58vw; }
      .hero h1 br {
        display: none; } }

.txt {
  text-align: left;
  margin: 3.333em 0; }
  .txt h2 {
    font-size: 1.65em; }
  .txt > *:last-child {
    margin-bottom: 0; }
  .txt--center {
    text-align: center; }

.txt-img {
  display: -webkit-box;
  display: flex;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-right: calc(-100vw / 2 + 100% / 2); }
  .txt-img article {
    width: 40.4%;
    padding-right: 50px;
    -webkit-box-ordinal-group: 2;
            order: 1;
    align-self: center; }
    .txt-img article > *:last-child {
      margin-bottom: 0; }
  .txt-img figure {
    width: 59.6%;
    padding-left: 50px;
    -webkit-box-ordinal-group: 3;
            order: 2; }
    .txt-img figure img {
      width: 100%; }
  .txt-img h2 {
    margin-bottom: 0.4em;
    line-height: 1.1em; }
  .txt-img--img {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 100% / 2); }
    .txt-img--img figure {
      padding-left: 0;
      padding-right: 50px;
      -webkit-box-ordinal-group: 2;
              order: 1; }
    .txt-img--img article {
      padding-right: 0;
      padding-left: 50px;
      -webkit-box-ordinal-group: 3;
              order: 2; }
  @media (max-width: 1439px) {
    .txt-img article {
      padding-right: 20px;
      width: 50%; }
    .txt-img figure {
      width: 50%;
      padding-left: 20px; }
    .txt-img--img article {
      padding-right: 0;
      padding-left: 20px; }
    .txt-img--img figure {
      padding-left: 0;
      padding-right: 20px; } }
  @media (max-width: 1023px) {
    .txt-img {
      display: block;
      margin-left: 0;
      margin-right: 0; }
      .txt-img article, .txt-img figure {
        width: 100%;
        padding: 0; }
      .txt-img figure {
        margin-bottom: 2em; } }

.txt-bg {
  background-color: #eff3f6;
  padding: 3.75em 0;
  margin: 4em calc(-100vw / 2 + 100% / 2); }
  .txt-bg .container {
    max-width: 1000px; }
  .txt-bg h3 {
    color: #727171;
    font-size: 1.333em;
    margin-bottom: 1em; }
  .txt-bg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em; }
    .txt-bg ul li {
      padding-left: 55px;
      position: relative;
      margin-top: 0.75em;
      font-size: 1.083em; }
      .txt-bg ul li:before {
        background: url(img/plus.svg) no-repeat center center;
        background-size: 100% auto;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px; }
  .txt-bg > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1439px) {
    .txt-bg ul li:before {
      width: 34px;
      height: 34px; } }
  @media (max-width: 767px) {
    .txt-bg ul li {
      padding-left: 45px;
      margin-top: 0.6em; }
      .txt-bg ul li:before {
        width: 28px;
        height: 28px; } }

.sub-list ul li:before {
	background: url(img/go.svg) no-repeat center center;
	background-size: 100% auto;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
}
@media (max-width: 1439px) {
	.sub-list ul li:before {
    width: 34px;
    height: 34px; }
}
@media (max-width: 767px) {
    .sub-list ul li {
      padding-left: 45px;
      margin-top: 0.6em; }
      .sub-list ul li:before {
        width: 28px;
        height: 28px; } }

.txt-bgimg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75em 0 12.5em 0;
  margin: 4em calc(-100vw / 2 + 100% / 2);
  position: relative;
  text-align: center;
  min-height: 51vw; }
  .txt-bgimg h2 {
    margin-bottom: 0.2em;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1em; }
  .txt-bgimg h3 {
    color: #727171;
    font-size: 1.75em;
    text-align: inherit;
    margin-bottom: 1.5em;
    line-height: 1.2em; }
  @media (max-width: 1439px) {
    .txt-bgimg h2 {
      font-size: 3em; }
    .txt-bgimg h3 {
      font-size: 1.4em; } }
  @media (max-width: 767px) {
    .txt-bgimg h2 {
      font-size: 2.333em; }
    .txt-bgimg h3 {
      font-size: 1.2em; } }
  @media (max-width: 575px) {
    .txt-bgimg h2 {
      font-size: 1.8em; }
    .txt-bgimg h3 {
      font-size: 1.1em; } }

.page > .container {
  max-width: 1340px;
  margin: 3.333em auto; }

.page__content {
  margin: 4em auto;
  max-width: 960px; }

.post {
  max-width: 960px;
  margin: 0 auto; }
  .post img {
    width: 100%;
    margin: 1em auto; }

.news {
  margin: 2em 0; }
  .news__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .news__grid__item {
      width: 25%;
      padding: 0 15px;
      margin-bottom: 2.5em; }
      .news__grid__item img {
        width: 100%;
        margin-bottom: 0.5em; }
      .news__grid__item h3 {
        font-size: 1em;
        font-weight: 700;
        color: #013f70;
        margin-bottom: 0.2em; }
      .news__grid__item p {
        font-size: 0.833em;
        margin-bottom: 0.5em; }
      .news__grid__item .btn-red {
        font-weight: bold;
        font-size: 12px;
        padding: 11px 24px 8px 24px;
        border-radius: 5px; }
  @media (max-width: 1439px) {
    .news__grid__item {
      width: 33.333333%; } }
  @media (max-width: 1023px) {
    .news__grid {
      margin-left: -10px;
      margin-right: -10px; }
      .news__grid__item {
        padding: 0 10px; } }
  @media (max-width: 767px) {
    .news__grid__item {
      width: 50%; } }
  @media (max-width: 575px) {
    .news__grid__item {
      width: 100%; } }

.promo {
  background: #cc152b;
  color: #fff;
  text-align: center;
  padding: 4em 0 2.6em; }
  .promo h2 {
    font-size: 2.333em;
    color: inherit;
    text-transform: lowercase;
    margin-bottom: 0.8em; }
  .promo .btn {
    width: 248px;
    margin: 0 10px 20px 10px;
    padding-left: 0;
    padding-right: 0; }
  .promo p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .promo h2 {
      font-size: 2em; }
    .promo .btn {
      width: 220px; } }
  @media (max-width: 575px) {
    .promo .btn {
      width: 180px; } }

.footer {
  background: #013f70;
  color: #fff;
  padding-top: 50px;
  letter-spacing: normal; }
  .footer__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .footer__logo {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url(img/logo--white.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 229px;
    height: 66px;
    margin-bottom: 20px; }
  .footer aside {
    margin-bottom: 1em; }
  .footer address {
    font-style: normal;
    font-size: 18px;
    line-height: 1.2em; }
    .footer address a {
      color: inherit; }
      .footer address a[href^="tel:"] {
        font-size: 1.5em; }
      .footer address a:hover {
        color: #cccccc; }
  .footer__nav {
    position: relative;
    padding: 18px 0;
    text-align: center;
    font-size: 14px; }
    .footer__nav:before {
      content: '';
      width: calc(100vw - 20px);
      height: 1px;
      background: #556d8c;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .footer__nav ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: center;
              justify-content: center; }
      .footer__nav ul li {
        padding: 0 5px; }
        .footer__nav ul li a {
          color: inherit; }
          .footer__nav ul li a:hover {
            color: #cccccc; }
  @media (max-width: 767px) {
    .footer__inner {
      display: block; }
      .footer__inner aside {
        max-width: 377px;
        text-align: center;
        margin: 2em auto 2em auto; }
        .footer__inner aside:first-child {
          margin-top: 0; }
    .footer .social {
      -webkit-box-pack: center;
              justify-content: center; }
      .footer .social a {
        margin: 0 16px; }
    .footer__logo {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 575px) {
    .footer__logo {
      width: 192px;
      height: 55px; } }

.page .gform_wrapper, .newsletter .gform_wrapper {
  max-width: 780px; }
  .page .gform_wrapper h3.gform_title, .newsletter .gform_wrapper h3.gform_title {
    font-weight: normal;
    font-size: 1.3333em;
    letter-spacing: -0.025em; }
  .page .gform_wrapper span.gform_description, .newsletter .gform_wrapper span.gform_description {
    font-size: 1.1em;
    margin-bottom: 1.1em; }
  .page .gform_wrapper ul, .newsletter .gform_wrapper ul {
    color: inherit;
    line-height: normal; }
  .page .gform_wrapper .gfield_required, .newsletter .gform_wrapper .gfield_required {
    color: #cc152b; }
  .page .gform_wrapper .validation_message, .newsletter .gform_wrapper .validation_message {
    display: none; }
  .page .gform_wrapper label.gfield_label,
  .page .gform_wrapper legend.gfield_label, .newsletter .gform_wrapper label.gfield_label,
  .newsletter .gform_wrapper legend.gfield_label {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0 !important;
    margin-bottom: 7px;
    text-transform: uppercase; }
    .page .gform_wrapper label.gfield_label span,
    .page .gform_wrapper legend.gfield_label span, .newsletter .gform_wrapper label.gfield_label span,
    .newsletter .gform_wrapper legend.gfield_label span {
      color: inherit; }
  .page .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  .page .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
  .page .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
  .page .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  .page .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
  .page .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .newsletter .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  .newsletter .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
  .newsletter .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
  .newsletter .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  .newsletter .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
  .newsletter .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 0.75em;
    margin-bottom: 0 !important; }
  .page .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .page .gform_wrapper textarea, .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .newsletter .gform_wrapper textarea {
    border: solid 1px #000 !important;
    font-size: 18px;
    padding: 8px 15px;
    margin: 0;
    color: #000;
    line-height: 1em !important;
    min-height: 0 !important;
    outline: none;
    letter-spacing: 0.05em; }
  .page .gform_wrapper .top_label input.medium, .newsletter .gform_wrapper .top_label input.medium {
    width: 100%; }
  .page .gform_wrapper.gform_validation_error .top_label input.medium, .newsletter .gform_wrapper.gform_validation_error .top_label input.medium {
    width: 100%; }
  .page .gform_wrapper li.gfield_error, .newsletter .gform_wrapper li.gfield_error {
    width: 100%; }
    .page .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .page .gform_wrapper li.gfield_error textarea, .newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .newsletter .gform_wrapper li.gfield_error textarea {
      border: solid 1px #cc152b !important;
      color: #cc152b; }
    .page .gform_wrapper li.gfield_error .gfield_label,
    .page .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .newsletter .gform_wrapper li.gfield_error .gfield_label,
    .newsletter .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
      color: #cc152b; }
  .page .gform_wrapper textarea, .newsletter .gform_wrapper textarea {
    height: 110px !important; }
  .page .gform_wrapper div.validation_error, .newsletter .gform_wrapper div.validation_error {
    border: 0;
    padding: 0;
    text-align: left;
    color: #cc152b;
    font-size: inherit;
    font-weight: normal; }
  .page .gform_wrapper .gform_body, .newsletter .gform_wrapper .gform_body {
    width: calc(100% + 16px); }
  .page .gform_wrapper .top_label div.ginput_container, .newsletter .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important; }
  .page .gform_wrapper li.gfield div.gfield_description, .newsletter .gform_wrapper li.gfield div.gfield_description {
    color: #cc152b;
    padding-top: 5px;
    display: none; }
  .page .gform_wrapper ul.gform_fields li.gfield, .newsletter .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    background: transparent; }
  .page .gform_wrapper .gform_footer, .newsletter .gform_wrapper .gform_footer {
    margin-top: 20px !important;
    padding: 0 !important; }
    .page .gform_wrapper .gform_footer input.button, .page .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
      background-color: #cc152b;
      color: #fff;
      display: block;
      max-width: 248px;
      zoom: 1;
      border: 0;
      font-size: 17px;
      font-weight: normal;
      padding: 23px 20px 20px 20px;
      line-height: 1em;
      cursor: pointer;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all;
      text-transform: uppercase;
      outline: none;
      border-radius: 9px;
      letter-spacing: normal;
      width: 100%; }
      .page .gform_wrapper .gform_footer input.button:hover, .page .gform_wrapper .gform_footer input[type=submit]:hover, .newsletter .gform_wrapper .gform_footer input.button:hover, .newsletter .gform_wrapper .gform_footer input[type=submit]:hover {
        color: #fff;
        background-color: #013f70; }
      @media (max-width: 575px) {
        .page .gform_wrapper .gform_footer input.button, .page .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
          max-width: 220px; } }
      @media (max-width: 575px) {
        .page .gform_wrapper .gform_footer input.button, .page .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
          font-size: 14px;
          padding: 17px 25px 14px 25px;
          max-width: 180px; } }
  @media only screen and (max-width: 641px) {
    .page .gform_wrapper .gform_body, .newsletter .gform_wrapper .gform_body {
      width: 100%; } }

.newsletter {
  margin-bottom: 18px; }
  .newsletter h5 {
    font-size: 1em;
    color: inherit;
    margin-bottom: 0.3em; }
  .newsletter form {
    background: #fff;
    border: 0;
    border-radius: 9px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .newsletter img.gform_ajax_spinner {
    display: none !important; }
  .newsletter .gform_wrapper {
    margin: 0 !important; }
    .newsletter .gform_wrapper div.validation_error {
      position: absolute;
      top: 110%;
      display: none; }
    .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .newsletter .gform_wrapper textarea {
      background: transparent !important;
      border: 0 !important;
      font-size: 0.917em;
      padding: 9px 20px;
      margin: 0;
      color: #013f70;
      line-height: 1em !important;
      min-height: 0 !important;
      outline: none;
      letter-spacing: 0.05em;
      width: 333px; }
    .newsletter .gform_wrapper li.gfield_error {
      width: 100%; }
      .newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
      .newsletter .gform_wrapper li.gfield_error textarea {
        border: 0 !important;
        color: #cc152b; }
    .newsletter .gform_wrapper ul.gform_fields li.gfield {
      margin-top: 0 !important;
      padding: 0 !important; }
    .newsletter .gform_wrapper .gform_footer {
      margin: 0 !important;
      width: auto !important; }
      .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
        width: 44px;
        height: 50px;
        border: 0;
        outline: none;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url(img/go.svg) no-repeat center center !important;
        background-size: auto 75% !important;
        cursor: pointer;
        margin: 0 !important;
        padding: 0 !important; }
  @media (max-width: 767px) {
    .newsletter h5 {
      margin-bottom: 0.7em; } }
  @media (max-width: 575px) {
    .newsletter .gform_wrapper {
      width: 280px;
      margin: 0 auto !important; }
      .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
      .newsletter .gform_wrapper textarea {
        width: 236px; }
      .newsletter .gform_wrapper .gform_footer {
        width: 44px; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-height: 100%;
      width: 100%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100vmin;
        height: 0;
        padding-bottom: 56.25vmin;
        overflow: hidden;
        position: relative;
        margin: 0 auto; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(img/load.gif) no-repeat center center;
    background-size: 32px auto; }

#swipebox-prev, #swipebox-next {
  background-image: url(img/arrow__prev.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  width: 29px;
  height: 48px;
  cursor: pointer; }

#swipebox-prev {
  left: 20px; }

#swipebox-next {
  background-image: url(img/arrow__next.svg);
  right: 20px; }

#swipebox-close {
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  width: 29px;
  height: 32px;
  top: 20px;
  right: 20px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.get-a-quote-floating-button {
    color: #fff;
    background-color: #cc152b;
    border: solid 2px #cc152b;
    border-radius: 5px;
    padding: 6px 15px 4px 15px;
    white-space: nowrap;
    position: absolute;
    top: 120px;
    right: 18px;
}
.gform_wrapper .gf_progressbar {
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
}
.gform_wrapper .gf_progressbar_percentage {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    background: #cc152b!important;
}
.gform_wrapper .gf_progressbar:after {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.gform_wrapper .percentbar_blue {
    background-color: #cc152b!important;
}
.gform_wrapper .gf_progressbar_percentage span {
    line-height: 1.4!important;
}
.button {
  background-color: #cc152b;
  color: #fff;
  display: inline-block;
  zoom: 1;
  border: 0;
  font-size: .8em!important;
  font-weight: normal;
  padding: 13px 25px 10px 25px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  text-transform: uppercase;
  outline: none;
  border-radius: 9px;
  letter-spacing: normal; }
  .button:hover {
    background-color: #013f70;
    color: #fff; }
  @media (max-width: 575px) {
    .button {
      font-size: 14px;
      padding: 17px 25px 14px 25px; } }
.gform_wrapper .gform_page_footer {
    text-align: right;
}
.gform_wrapper .gfield_time_hour i {
    display: none;
}
.page .gform_wrapper li.gfield div.gfield_description, .newsletter .gform_wrapper li.gfield div.gfield_description {
    color: #cc152b;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0 !important;
    margin-bottom: 7px;
    text-transform: uppercase;
	display: block;
}
.page .gform_wrapper label.gfield_label, .page .gform_wrapper legend.gfield_label, .newsletter .gform_wrapper label.gfield_label, .newsletter .gform_wrapper legend.gfield_label {
    font-weight: bold;
}

#tolkien_iframe_wrapper {
  max-width: 553px;
  position: relative;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding-top: 20px;
  margin-top: 30px;
  max-height: 632px;
  border-radius: 10px;
}
.contact-btn {
	margin: 10px 20px 10px 0px;
}
@media only screen and (min-width: 1024px) {
			.nav-blue a {
          background-color: #013f70!important;
    	  border: solid 2px #013f70!important;
		  color: #fff;!important}
          .nav-blue a:hover  {
            background-color: #fff!important;
            border-color: #cc152b!important;
            color: #cc152b!important; }
		}
		@media only screen and (max-width: 1024px) {
			.nav nav aside {
    			padding: 15px;
				max-width: 100%;}
			.nav nav aside ul li {
    			width: 33%;
			}
		}