@import url(https://use.typekit.net/nay5oty.css);@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999999999999999;
  background-color: white;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#site-loader:before {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loader-fade infinite 1s;
          animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

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

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #0f111f;
  color: white;
}
::-moz-selection, ::selection {
  background: #0f111f;
  color: white;
}

::-moz-selection {
  background: #0f111f;
  color: white;
}

::selection {
  background: #0f111f;
  color: white;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9;
  height: auto;
}

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-down:before {
  content: "\E922";
}

.icon-angle-double-left:before {
  content: "\E923";
}

.icon-angle-double-right:before {
  content: "\E924";
}

.icon-angle-double-up:before {
  content: "\E925";
}

.icon-angle-down:before {
  content: "\E926";
}

.icon-angle-left:before {
  content: "\E927";
}

.icon-angle-right:before {
  content: "\E928";
}

.icon-angle-up:before {
  content: "\E929";
}

.icon-arrow-circle-down:before {
  content: "\E92A";
}

.icon-arrow-circle-left:before {
  content: "\E92B";
}

.icon-arrow-circle-o-down:before {
  content: "\E92C";
}

.icon-arrow-circle-o-left:before {
  content: "\E92D";
}

.icon-arrow-circle-o-right:before {
  content: "\E92E";
}

.icon-arrow-circle-o-up:before {
  content: "\E92F";
}

.icon-arrow-circle-right:before {
  content: "\E930";
}

.icon-arrow-circle-up:before {
  content: "\E931";
}

.icon-bars:before {
  content: "\E932";
}

.icon-behance:before {
  content: "\F1B4";
}

.icon-behance-square:before {
  content: "\F1B5";
}

.icon-calendar2:before {
  content: "\E933";
}

.icon-check2:before {
  content: "\E934";
}

.icon-chevron-circle-down:before {
  content: "\E935";
}

.icon-chevron-circle-left:before {
  content: "\E936";
}

.icon-chevron-circle-right:before {
  content: "\E937";
}

.icon-chevron-circle-up:before {
  content: "\E938";
}

.icon-chevron-down:before {
  content: "\E939";
}

.icon-chevron-left:before {
  content: "\E93A";
}

.icon-chevron-right:before {
  content: "\E93B";
}

.icon-chevron-up:before {
  content: "\E93C";
}

.icon-commenting:before {
  content: "\F27A";
}

.icon-commenting-o:before {
  content: "\F27B";
}

.icon-envelope-o:before {
  content: "\E93D";
}

.icon-facebook:before {
  content: "\E93F";
}

.icon-facebook-square:before {
  content: "\E93E";
}

.icon-file:before {
  content: "\E940";
}

.icon-file-excel-o:before {
  content: "\F1C3";
}

.icon-file-image-o:before {
  content: "\F1C5";
}

.icon-file-photo-o:before {
  content: "\F1C5";
}

.icon-file-picture-o:before {
  content: "\F1C5";
}

.icon-file-pdf-o:before {
  content: "\F1C1";
}

.icon-file-powerpoint-o:before {
  content: "\F1C4";
}

.icon-file-word-o:before {
  content: "\F1C2";
}

.icon-google:before {
  content: "\F1A0";
}

.icon-google-plus:before {
  content: "\E942";
}

.icon-google-plus2:before {
  content: "\F0D5";
}

.icon-google-plus-square:before {
  content: "\E941";
}

.icon-google-plus-square2:before {
  content: "\F0D4";
}

.icon-info-circle:before {
  content: "\E943";
}

.icon-instagram:before {
  content: "\E944";
}

.icon-instagram2:before {
  content: "\F16D";
}

.icon-linkedin:before {
  content: "\E946";
}

.icon-linkedin-square:before {
  content: "\E945";
}

.icon-map3:before {
  content: "\F279";
}

.icon-map-marker:before {
  content: "\E947";
}

.icon-map-o:before {
  content: "\F278";
}

.icon-minus-circle:before {
  content: "\E948";
}

.icon-phone-diagonal:before {
  content: "\E949";
}

.icon-pinterest:before {
  content: "\F0D2";
}

.icon-pinterest2:before {
  content: "\E94B";
}

.icon-pinterest-square:before {
  content: "\E94A";
}

.icon-pinterest-square2:before {
  content: "\F0D3";
}

.icon-play:before {
  content: "\E94C";
}

.icon-plus-circle:before {
  content: "\E94D";
}

.icon-question-circle:before {
  content: "\E94E";
}

.icon-safari:before {
  content: "\F267";
}

.icon-search:before {
  content: "\E950";
}

.icon-search-plus:before {
  content: "\E94F";
}

.icon-shopping-cart:before {
  content: "\E951";
}

.icon-sort:before {
  content: "\E952";
}

.icon-tags:before {
  content: "\E953";
}

.icon-times2:before {
  content: "\E954";
}

.icon-toggle-off:before {
  content: "\F204";
}

.icon-toggle-on:before {
  content: "\F205";
}

.icon-tripadvisor:before {
  content: "\F262";
}

.icon-tumblr:before {
  content: "\F173";
}

.icon-tumblr2:before {
  content: "\E957";
}

.icon-tumblr-square:before {
  content: "\F174";
}

.icon-tumblr-square2:before {
  content: "\E956";
}

.icon-twitter:before {
  content: "\F099";
}

.icon-twitter2:before {
  content: "\E959";
}

.icon-twitter-square:before {
  content: "\E958";
}

.icon-twitter-square2:before {
  content: "\F081";
}

.icon-user:before {
  content: "\E95A";
}

.icon-vimeo-square:before {
  content: "\E95B";
}

.icon-vine:before {
  content: "\F1CA";
}

.icon-youtube:before {
  content: "\E95E";
}

.icon-youtube-play:before {
  content: "\F16A";
}

.icon-youtube-play2:before {
  content: "\E95C";
}

.icon-youtube-square:before {
  content: "\E95D";
}

.icon-home:before {
  content: "\E900";
}

.icon-newspaper:before {
  content: "\E901";
}

.icon-image:before {
  content: "\E902";
}

.icon-file-empty:before {
  content: "\E903";
}

.icon-file-text2:before {
  content: "\E904";
}

.icon-phone:before {
  content: "\E905";
}

.icon-phone-hang-up:before {
  content: "\E906";
}

.icon-pin:before {
  content: "\E955";
}

.icon-location:before {
  content: "\E907";
}

.icon-location2:before {
  content: "\E908";
}

.icon-compass:before {
  content: "\E909";
}

.icon-map:before {
  content: "\E90A";
}

.icon-map2:before {
  content: "\E90B";
}

.icon-alarm:before {
  content: "\E90F";
}

.icon-bell:before {
  content: "\E910";
}

.icon-stopwatch:before {
  content: "\E911";
}

.icon-calendar:before {
  content: "\E91E";
}

.icon-display:before {
  content: "\E91F";
}

.icon-laptop:before {
  content: "\E920";
}

.icon-mobile:before {
  content: "\E912";
}

.icon-mobile2:before {
  content: "\E913";
}

.icon-tablet:before {
  content: "\E914";
}

.icon-tv:before {
  content: "\E915";
}

.icon-plus2:before {
  content: "\E91A";
}

.icon-minus2:before {
  content: "\E91B";
}

.icon-checkmark:before {
  content: "\E91C";
}

.icon-checkmark2:before {
  content: "\E91D";
}

.icon-thin-search:before {
  content: "\E921";
}

.icon-substract:before {
  content: "\E90C";
}

.icon-add:before {
  content: "\E90D";
}

.icon-cross:before {
  content: "\E90E";
}

.icon-left-arrow:before {
  content: "\E916";
}

.icon-right-arrow:before {
  content: "\E917";
}

.icon-left-arrow2:before {
  content: "\E918";
}

.icon-arrow-pointing-to-right:before {
  content: "\E919";
}

.icon-ico-cart-secure:before {
  content: "\E96F";
}

.icon-ico-cart-edit:before {
  content: "\E970";
}

.icon-ico-nav:before {
  content: "\E98A";
}

.icon-ico-search:before {
  content: "\E98D";
}

.icon-ico-download:before {
  content: "\E96E";
}

.icon-ico-heart:before {
  content: "\E963";
}

.icon-ico-edit:before {
  content: "\E964";
}

.icon-ico-secure:before {
  content: "\E965";
}

.icon-ico-user:before {
  content: "\E966";
}

.icon-ico-question:before {
  content: "\E967";
}

.icon-ico-map:before {
  content: "\E968";
}

.icon-ico-mail:before {
  content: "\E969";
}

.icon-ico-phone:before {
  content: "\E96A";
}

.icon-ico-zoom:before {
  content: "\E96B";
}

.icon-ico-cart:before {
  content: "\E96C";
}

.icon-ico-menu:before {
  content: "\E96D";
}

.icon-search2:before {
  content: "\E971";
}

.icon-menu:before {
  content: "\E972";
}

/*********************************************
:: Typography
********************************************/
html,
body {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
legend,
h3,
h4,
h5,
h6 {
  font-family: "aktiv-grotesk", sans-serif;
  margin: 0 0 20px;
}

h1 {
  font-size: 28px;
  line-height: 32px;
  color: #0f111f;
}

@media (min-width: 1025px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
}


h2,
legend {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 1025px) {
  
  h2,
  legend {
    font-size: 26px;
  }
}

h3 {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1025px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h6 {
    font-size: 16px;
  }
}

/*******************************************/
p,
li,
td,
th,
a,
mark,
time,
dl,
label,
address {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

p a,
p li,
p p,
p mark,
p cite,
p time,
li a,
li li,
li p,
li mark,
li cite,
li time,
td a,
td li,
td p,
td mark,
td cite,
td time,
th a,
th li,
th p,
th mark,
th cite,
th time,
a a,
a li,
a p,
a mark,
a cite,
a time,
mark a,
mark li,
mark p,
mark mark,
mark cite,
mark time,
time a,
time li,
time p,
time mark,
time cite,
time time,
dl a,
dl li,
dl p,
dl mark,
dl cite,
dl time,
label a,
label li,
label p,
label mark,
label cite,
label time,
address a,
address li,
address p,
address mark,
address cite,
address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #0f111f;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: black;
}

small {
  font-size: 70%;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #a8bdc9;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}

dt:after {
  content: ":";
}

dt:after {
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code,
pre,
samp,
kbd,
var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2d747e;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #e9a22e;
}

@media (min-width: 1025px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  text-align: left;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}

.wysiwyg ul {
  margin: 28px 0 20px;
  padding: 0;
}

.wysiwyg ul li {
  list-style-type: none;
  position: relative;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 25px;
}

.wysiwyg ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e9a22e;
  position: absolute;
  left: 0;
  top: 8px;
}

.wysiwyg ol {
  margin: 28px 0 20px;
  padding: 0 0 0 10px;
}

.wysiwyg ol li {
  position: relative;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 25px;
}

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

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

.wysiwyg .text-justify {
  text-align: justify;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black;
}

@media (min-width: 1025px) {
  .leadcopy {
    font-size: 17px;
  }
}

table {
  border-collapse: collapse;
}

table tr td {
  border: 1px solid #e4e4e3;
  border-collapse: collapse;
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons                             
********************************************/
button {
  outline: none;
  cursor: pointer;
}

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  height: 40px;
  min-width: 120px;
  padding: 0px 12px;
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  color: #0f111f;
  background: transparent;
  border: 1px solid #0f111f;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.button:hover, .button:focus, .button:active,
a.button:hover,
a.button:focus,
a.button:active,
button.button:hover,
button.button:focus,
button.button:active {
  color: #0f111f;
}

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #bed630;
}

.button-underline:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 138px;
  height: 5px;
  margin: auto;
  background: #bed630;
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}

table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #888888;
  text-align: left;
}

table th {
  font-weight: 700;
  background: #e4e4e3;
}

table thead {
  width: 100%;
  background: #e4e4e3;
}

table thead td, table thead th {
  padding: 5px 10px 5px 10px;
}

table tfoot {
  border-bottom: 1px solid #888888;
  border-top: 1px solid #888888;
}

table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}

.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #888888;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #a8bdc9;
}

.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************************/
.main {
  min-height: calc(100vh - 405px);
  padding-top: 80px;
}

@media (min-width: 1025px) {
  .main {
    min-height: calc(100vh - 536px);
  }
}

@media (min-width: 1025px) {
  .main {
    padding-top: 0;
  }
}

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1280px) {
  .content-max-width {
    padding: 0;
  }
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 780px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
@media (min-width: 1025px) {
  .mob,
  .mobile {
    display: none !important;
  }
}

@media (max-width: 1025px) {
  .desk,
  .desktop {
    display: none !important;
  }
}

/*******************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flex.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: black;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 42px;
  -webkit-box-shadow: solid 0 1px 3px #dadfe8;
          box-shadow: solid 0 1px 3px #dadfe8;
  border-radius: 4px;
  border: 1px solid #b2b5bb;
  background-color: #ffffff;
  padding: 10px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 20px;
}

input:hover, input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  -webkit-box-shadow: 0 0 4px #a3beca, inset 0 1px 3px #c8c8c8;
          box-shadow: 0 0 4px #a3beca, inset 0 1px 3px #c8c8c8;
}

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "aktiv-grotesk-thin", sans-serif;
  color: #0f111f;
}
*::-moz-placeholder {
  font-family: "aktiv-grotesk-thin", sans-serif;
  color: #0f111f;
}
*::-ms-input-placeholder {
  font-family: "aktiv-grotesk-thin", sans-serif;
  color: #0f111f;
}
*::placeholder {
  font-family: "aktiv-grotesk-thin", sans-serif;
  color: #0f111f;
}

textarea,
select[multiple] {
  height: 157px;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
}

/*******************************************/
.form-field {
  width: 100%;
}

/*******************************************/
.form-fields-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 16px);
  margin: 0 -8px;
}

@media (min-width: 768px) {
  .form-fields-stack {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.form-fields-stack .form-field {
  margin-left: 8px;
  margin-right: 8px;
}

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #0f111f;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #cccccc;
}

label.error,
label.error-SumoSelect-label,
.php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #0f111f !important;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important;
  }
}

/*********************************************
:: Modules
********************************************/
.title-section {
  padding: 20px 0;
  background: #a8bdc9;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: auto;
}

@media (min-width: 1025px) {
  .title-section {
    padding: 40px 0;
    height: 146px;
  }
}

.title-section h1 {
  min-width: 100%;
  min-height: 46px;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin: 18px 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  .title-section h1 {
    min-width: 640px;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    display: inline-block;
  }
}

.breadcrumbs {
  padding-top: 28px;
  padding-bottom: 55px;
}

.breadcrumbs a {
  min-width: 1000px;
  min-height: 15px;
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
}

.breadcrumbs span {
  min-width: 1000px;
  min-height: 15px;
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/
}

@media (min-width: 1025px) {
  .pagination-module {
    background: white;
  }
}

.pagination-module ul {
  width: auto;
  display: inline-block;
  height: 34px;
  padding: 0;
  margin: 6px;
  text-align: center;
  background: #bed630;
  border-radius: 17px;
}

@media (min-width: 1025px) {
  .pagination-module ul {
    margin: 0px;
  }
}

.pagination-module ul li {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 3px;
}

.pagination-module ul li a {
  line-height: 28px;
  text-align: center;
  color: #0f111f;
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-size: 1.25em;
}

.pagination-module ul li span {
  color: #0f111f;
  vertical-align: sub;
  font-size: 26px;
}

.pagination-module ul li.active {
  background: #0f111f;
  border-radius: 50%;
}

.pagination-module ul li.active a {
  color: white;
}

/********************************************/
.site-header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 999;
  background-color: #0f111f;
}

.site-header.is-home {
  background-color: transparent;
  position: absolute;
}

.site-header.is-home .btn-header {
  border-color: #888888 !important;
}

.site-header.is-home .logo {
  left: 25px;
}

@media (min-width: 1025px) {
  .site-header {
    position: relative;
    height: 111px;
  }
}

.site-header .logo {
  position: absolute;
  top: 23px;
  left: 3%;
  bottom: 5px;
  -webkit-transition: none;
  transition: none;
  width: 100px;
}

@media (min-width: 1025px) {
  .site-header .logo {
    left: 20px;
    width: 150px;
  }
}

@media (min-width: 1280px) {
  .site-header .logo {
    left: 0;
    width: 172px;
  }
}

.site-header nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(100% - 80px);
  height: 100vh;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

@media (min-width: 1025px) {
  .site-header nav {
    position: absolute;
    top: 17px;
    right: 0;
    display: block !important;
    width: auto;
    height: auto;
    text-align: right;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.site-header nav ul {
  padding: 30px 15px 0 20px;
}

@media (min-width: 1025px) {
  .site-header nav ul {
    padding: 0;
    margin-top: 20px;
  }
}

.site-header nav li {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  margin-bottom: 0;
}

@media (max-width: 1025px) {
  .site-header nav li {
    width: 100%;
    margin: 0;
    padding: 13px 0;
    margin-left: 0;
  }
}

.site-header nav li.btn-header {
  width: 117px;
  height: 46px;
  border: 1.5px solid #7c5926;
  text-align: center;
  padding-top: 11px;
  position: relative;
  margin-left: 54px;
  top: -5px;
}

@media (max-width: 1025px) {
  .site-header nav li.btn-header {
    margin-left: 0;
    top: 20px;
    margin-left: 0;
  }
}

.site-header nav li.btn-header a {
  margin: 0;
  position: relative;
  top: 0;
}

.site-header nav a {
  display: inline-block;
  margin-left: 0;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  top: -4px;
  letter-spacing: 0.8px;
}

.site-header nav a:hover {
  opacity: 0.7;
}

.site-header nav a.selected {
  color: #bed630;
}

.site-header nav a.selected:hover {
  opacity: 1;
}

.site-header nav a.selected:active {
  opacity: 1;
}

.site-header .tel-mob {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 3%;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  color: #0f111f;
}

@media (min-width: 1025px) {
  .site-header .tel-mob {
    display: none;
  }
}

.site-header .hamburger {
  position: absolute;
  top: 35px;
  right: 3%;
  width: 25px;
  height: 15px;
  font-size: 0;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

.site-header .hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header .hamburger span:nth-of-type(2) {
  top: 50%;
}

.site-header .hamburger span:nth-of-type(3) {
  top: 100%;
}

.site-header .hamburger:focus {
  outline: none;
}

.site-header.open nav {
  background-color: transparent;
}

@media (max-width: 1025px) {
  .site-header.open nav {
    position: fixed;
    right: 0;
    background-color: #091e2b;
  }
}

.site-header.open .hamburger {
  position: fixed;
  right: 20px;
  z-index: 999;
}

.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}

.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header.open .top {
  margin-top: 50px;
}

.site-header.open .top li {
  padding-bottom: 0px !important;
}

.site-footer {
  position: relative;
  width: 100%;
  min-height: 325px;
  padding: 70px 0;
  background-color: #000000;
}

@media (min-width: 1025px) {
  .site-footer {
    min-height: 425px;
  }
}

.site-footer .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-footer .logo {
  min-width: 100%;
  text-align: center;
}

@media (min-width: 1025px) {
  .site-footer .logo {
    text-align: left;
    min-width: auto;
    width: 34%;
  }
}

.site-footer .logo a {
  display: block;
  text-align: center;
}

@media (min-width: 1025px) {
  .site-footer .logo a {
    text-align: left;
  }
}

.site-footer .logo a img {
  width: 140px;
  display: inline-block;
}

.site-footer .links-container {
  min-width: 100%;
  text-align: center;
  width: 100%;
}

@media (min-width: 1025px) {
  .site-footer .links-container {
    min-width: 383px;
    text-align: left;
    width: 40%;
  }
}

.site-footer .links-container .links {
  width: 50%;
}

@media (max-width: 1025px) {
  .site-footer .links-container .links {
    width: 100%;
  }
}

.site-footer .links-container .links ul {
  margin: 0;
  padding: 0;
}

.site-footer .links-container .links ul li {
  margin: 5px 3px 3px;
}

@media (min-width: 1025px) {
  .site-footer .links-container .links ul li {
    margin: 0;
    padding: 0;
  }
}

.site-footer .links-container .links ul li a {
  color: #e4e4e3;
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.9;
  letter-spacing: 0.3px;
}

.site-footer .contacts {
  padding-top: 5px;
  min-width: 100%;
  text-align: center;
  width: 100%;
}

@media (min-width: 1025px) {
  .site-footer .contacts {
    text-align: left;
    min-width: auto;
    width: 26%;
  }
}

.site-footer .contacts .phone {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 1025px) {
  .site-footer .contacts .phone {
    text-align: right;
  }
}

.site-footer .contacts .phone a {
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
}

.site-footer .contacts .email {
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 43px;
}

@media (min-width: 1025px) {
  .site-footer .contacts .email {
    text-align: right;
  }
}

.site-footer .contacts .email a {
  color: #a8bdc9;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}

.site-footer .contacts .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 1025px) {
  .site-footer .contacts .social-media {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}

.site-footer .contacts .social-media .facebook {
  float: none;
}

@media (min-width: 1025px) {
  .site-footer .contacts .social-media .facebook {
    float: right;
  }
}

.site-footer .contacts .social-media .facebook img {
  width: 10px;
}

.site-footer .contacts .social-media .instagram {
  margin-left: 20px;
  float: none;
}

@media (min-width: 1025px) {
  .site-footer .contacts .social-media .instagram {
    float: right;
  }
}

.site-footer .contacts .social-media .instagram img {
  width: 22px;
}

.site-footer .footer-legal {
  padding: 20px 0;
}

.site-footer .footer-legal p,
.site-footer .footer-legal a {
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #9b9b9b;
}

@media (min-width: 1025px) {
  .site-footer .footer-legal p,
  .site-footer .footer-legal a {
    width: auto;
  }
}

.site-footer .footer-legal p.copyright {
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .site-footer .footer-legal p.copyright {
    margin-bottom: 0px;
    margin-right: auto;
  }
}

@media (min-width: 1025px) {
  .site-footer .footer-legal a.attribution {
    margin-left: auto;
  }
}

/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page                   
********************************************/
.page-home {
  padding-top: 0;
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

@media (min-width: 1025px) {
  .page-home {
    padding-top: 160px;
    padding-top: 0;
  }
}

.page-home .hero-container {
  position: relative;
}

.page-home .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.page-home .hero-slideshow {
  height: 690px;
  margin-bottom: 0 !important;
  position: relative;
}

.page-home .hero-slideshow article {
  height: 690px;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.page-home .hero-slideshow article .caption {
  height: 100%;
  position: relative;
}

.page-home .hero-slideshow article .caption .caption-container {
  position: absolute;
  bottom: 15.5%;
  left: 0;
  padding: 0 20px;
  z-index: 3;
}

@media (min-width: 1025px) {
  .page-home .hero-slideshow article .caption .caption-container {
    padding: 0;
  }
}

.page-home .hero-slideshow article .caption .caption-container .title {
  width: 100%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .page-home .hero-slideshow article .caption .caption-container .title {
    width: 530px;
  }
}

.page-home .hero-slideshow article .caption .caption-container .description {
  width: 100%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  .page-home .hero-slideshow article .caption .caption-container .description {
    width: 400px;
  }
}

.page-home .hero-slideshow article .caption .caption-container .link a {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.4px;
  position: relative;
}

.page-home .hero-slideshow article .caption .caption-container .link a img {
  width: 10px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  left: 2px;
  top: 2px;
}

.page-home .body-container {
  height: auto;
  background-color: #00243a !important;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .page-home .body-container {
    height: 639px;
  }
}

.page-home .body-container::before {
  content: "";
  width: 26.2%;
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 0;
  height: auto;
}

@media (min-width: 1025px) {
  .page-home .body-container::before {
    height: 637px;
    content: "";
    width: 26.2%;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #a8bdc9;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1920px) {
  .page-home .body-container::before {
    height: 637px;
    content: "";
    width: 36.5%;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #a8bdc9;
    position: absolute;
    right: 0;
  }
}

.page-home .body-container .content {
  padding: 80px 0 0;
}

@media (min-width: 1025px) {
  .page-home .body-container .content {
    padding: 152px 0;
  }
}

.page-home .body-container .content h2, .page-home .body-container .content legend {
  width: 100%;
  min-height: 112px;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.6;
  margin-bottom: 65.5px;
}

@media (min-width: 1025px) {
  .page-home .body-container .content h2, .page-home .body-container .content legend {
    width: 401px;
  }
}

.page-home .body-container .content .description {
  width: 100%;
  min-height: 55px;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.6;
  margin-left: 0;
  position: relative;
  top: -6px;
}

@media (min-width: 1025px) {
  .page-home .body-container .content .description {
    width: 460px;
    margin-left: 195px;
  }
}

.page-home .body-container .content .description::before {
  content: "";
  width: 156px;
  height: 3px;
  background-color: #f3b981;
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
}

@media (min-width: 1025px) {
  .page-home .body-container .content .description::before {
    left: -195px;
    margin-bottom: 0;
    top: 3px;
  }
}

.page-home .body-container .content .signature-container {
  margin-top: 27px;
  margin-left: 7px;
}

.page-home .body-container .content .signature-container .signature {
  width: 206px;
}

.page-home .body-container .left {
  width: 100%;
  padding: 0 20px 80px;
}

@media (min-width: 1025px) {
  .page-home .body-container .left {
    padding: 0;
    width: 50%;
  }
}

.page-home .body-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 30px 20px 30px;
  background-color: #a8bdc9;
}

@media (min-width: 1025px) {
  .page-home .body-container .right {
    width: 50%;
    margin-top: 0;
    padding: 0 0 80px;
    background-color: transparent;
  }
}

.page-home .body-container .right .image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 400px;
}

@media (min-width: 1280px) {
  .page-home .body-container .right .image-container {
    width: 507px;
    height: 454px;
    position: relative;
    right: 0;
    top: -2px;
    margin-top: 35px;
  }
}

.page-home .body-container .right .image-container::before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #e9a22e;
  z-index: 99;
  position: absolute;
  top: -13px;
  left: -13px;
}

@media (min-width: 1025px) {
  .page-home .body-container .right .image-container::before {
    top: -25px;
    left: -25px;
  }
}

.page-home .boxes {
  margin-bottom: 50px;
}

.page-home .boxes .boxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .page-home .boxes .boxes-container {
    display: table;
  }
}

.page-home .boxes .box {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #000;
  margin-bottom: 0;
  display: table-cell;
  padding: 30px;
  min-height: 270px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-home .boxes .box {
    margin-bottom: 50px;
    padding: 42px 70px 70px;
  }
}

.page-home .boxes .box h2, .page-home .boxes .box legend {
  width: 100%;
  min-height: 23px;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .page-home .boxes .box h2, .page-home .boxes .box legend {
    width: 100%;
  }
}

.page-home .boxes .box .heading {
  width: 100%;
  min-height: 54px;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 32px;
}

@media (min-width: 1025px) {
  .page-home .boxes .box .heading {
    width: 100%;
  }
}

.page-home .boxes .box .btn-link img {
  width: 18px;
  height: 16px;
}

.page-home .boxes .box.left {
  width: 100%;
  background-color: #000 !important;
}

@media (min-width: 1025px) {
  .page-home .boxes .box.left {
    width: 50%;
    margin-bottom: 0;
  }
}

.page-home .boxes .box.right {
  width: 100%;
  margin-bottom: 30px;
  background-color: #426a7d !important;
}

@media (min-width: 1025px) {
  .page-home .boxes .box.right {
    width: 50%;
    margin-bottom: 0;
  }
}

.page-home .boxes .box.right .image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 400px;
}

@media (min-width: 1280px) {
  .page-home .boxes .box.right .image-container {
    width: 507px;
    height: 454px;
    position: relative;
    right: 0;
    top: -2px;
    margin-top: 35px;
  }
}

.page-home .boxes .box.right .image-container::before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #e9a22e;
  z-index: 99;
  position: absolute;
  top: -13px;
  left: -13px;
}

@media (min-width: 1025px) {
  .page-home .boxes .box.right .image-container::before {
    top: -25px;
    left: -25px;
  }
}

/*********************************************
:: About Page                   
********************************************/
.page-about {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-about .body-container {
  min-height: 620px;
  position: relative;
}

.page-about .body-container::before {
  content: "";
  width: 26.2%;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
}

@media (min-width: 1025px) {
  .page-about .body-container::before {
    content: "";
    width: 26.2%;
    min-height: 620px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #091e2b;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1920px) {
  .page-about .body-container::before {
    height: 637px;
    content: "";
    width: 36.5%;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #a8bdc9;
    position: absolute;
    right: 0;
  }
}

.page-about .body-container .get-in-touch a {
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
}

.page-about .body-container .get-in-touch a img {
  width: 10px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  left: 3px;
  top: 2px;
}

.page-about .left {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .page-about .left {
    width: 55%;
    margin-bottom: 0px;
  }
}

.page-about .left .lead-copy {
  margin-bottom: 27px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-about .left .lead-copy {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-about .left .lead-copy {
    width: 640px;
  }
}

.page-about .left .lead-copy p {
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31.6px;
  letter-spacing: 0.5px;
}

.page-about .left .content {
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-about .left .content {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-about .left .content {
    width: 640px;
  }
}

.page-about .left .content p {
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.page-about .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .page-about .right {
    width: 44%;
    margin-bottom: 0;
  }
}

.page-about .right .image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 400px;
}

@media (min-width: 1280px) {
  .page-about .right .image-container {
    width: 530px;
    height: 400px;
    position: relative;
    right: -13px;
    top: -2px;
  }
}

.page-about .right .image-container::before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #e9a22e;
  z-index: 99;
  position: absolute;
  bottom: -13px;
  left: -13px;
}

@media (min-width: 1025px) {
  .page-about .right .image-container::before {
    bottom: -15px;
    left: -25px;
  }
}

/*********************************************
:: About Page                   
********************************************/
.page-what-makes-us-different {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-what-makes-us-different .body-container {
  min-height: 620px;
  position: relative;
}

.page-what-makes-us-different .body-container::before {
  content: "";
  width: 26.2%;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .body-container::before {
    content: "";
    width: 26.2%;
    min-height: 620px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #e4e4e3;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1920px) {
  .page-what-makes-us-different .body-container::before {
    height: 637px;
    content: "";
    width: 36.5%;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #a8bdc9;
    position: absolute;
    right: 0;
  }
}

.page-what-makes-us-different .body-container .get-in-touch a {
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
}

.page-what-makes-us-different .body-container .get-in-touch a img {
  width: 10px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  left: 3px;
  top: 2px;
}

.page-what-makes-us-different .primary-content .left {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .primary-content .left {
    width: 55%;
    margin-bottom: 0px;
  }
}

.page-what-makes-us-different .primary-content .left .lead-copy {
  margin-bottom: 27px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .primary-content .left .lead-copy {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-what-makes-us-different .primary-content .left .lead-copy {
    width: 640px;
  }
}

.page-what-makes-us-different .primary-content .left .lead-copy p {
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31.6px;
  letter-spacing: 0.5px;
}

.page-what-makes-us-different .primary-content .left .content {
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .primary-content .left .content {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-what-makes-us-different .primary-content .left .content {
    width: 640px;
  }
}

.page-what-makes-us-different .primary-content .left .content p {
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.page-what-makes-us-different .primary-content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .primary-content .right {
    width: 44%;
    margin-bottom: 0;
  }
}

.page-what-makes-us-different .primary-content .right .image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 454px;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .primary-content .right .image-container {
    width: 507px;
    height: 454px;
    position: relative;
    right: -13px;
    top: -7px;
  }
}

.page-what-makes-us-different .primary-content .right .image-container::before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #e9a22e;
  z-index: 99;
  position: absolute;
  top: -13px;
  left: -13px;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .primary-content .right .image-container::before {
    top: -25px;
    left: -25px;
  }
}

.page-what-makes-us-different .secondary-container {
  background-color: #091e2b;
  padding: 125px 0;
}

.page-what-makes-us-different .secondary-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-what-makes-us-different .secondary-content .left {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .secondary-content .left {
    width: 50%;
    margin-bottom: 0px;
    padding: 0 10px;
  }
}

.page-what-makes-us-different .secondary-content .left * {
  color: #fff !important;
}

.page-what-makes-us-different .secondary-content .left .lead-copy {
  margin-bottom: 27px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .secondary-content .left .lead-copy {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-what-makes-us-different .secondary-content .left .lead-copy {
    width: 591px;
  }
}

.page-what-makes-us-different .secondary-content .left .lead-copy p {
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 31.6px;
  letter-spacing: 0.5px;
}

.page-what-makes-us-different .secondary-content .left .content {
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .secondary-content .left .content {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-what-makes-us-different .secondary-content .left .content {
    width: 591px;
  }
}

.page-what-makes-us-different .secondary-content .left .content p {
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.page-what-makes-us-different .secondary-content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .secondary-content .right {
    width: 50%;
    margin-bottom: 0;
  }
}

.page-what-makes-us-different .secondary-content .right .image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 454px;
}

@media (min-width: 1280px) {
  .page-what-makes-us-different .secondary-content .right .image-container {
    width: 507px;
    height: 454px;
    position: relative;
  }
}

.page-what-makes-us-different .secondary-content .right .image-container::before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #e9a22e;
  z-index: 99;
  position: absolute;
  bottom: -13px;
  right: -13px;
}

@media (min-width: 1025px) {
  .page-what-makes-us-different .secondary-content .right .image-container::before {
    bottom: -25px;
    right: -25px;
  }
}

/*********************************************
:: About Page                   
********************************************/
.page-distributor {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-distributor .breadcrumbs {
  padding-bottom: 25px;
}

.page-distributor .body-container {
  min-height: 620px;
  position: relative;
}

.page-distributor .left {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .page-distributor .left {
    width: 55%;
    margin-bottom: 0px;
  }
}

.page-distributor .left .box {
  width: 100%;
  margin: 10px 0;
  background-color: #06334b;
  position: relative;
  z-index: 99;
  padding: 40px 30px 40px;
}

@media (min-width: 1025px) {
  .page-distributor .left .box {
    width: 860px;
    min-height: 355px;
    margin: 58px 0 90px;
    padding: 89px 60px 40px;
  }
}

.page-distributor .left .box::before {
  content: "";
  width: 2px;
  height: 150px;
  background-color: #e9a22e;
  z-index: 2;
  position: absolute;
  bottom: -90px;
  right: 43px;
}

@media (min-width: 1025px) {
  .page-distributor .left .box::before {
    bottom: -90px;
    right: 43px;
    background-color: #e9a22e;
  }
}

.page-distributor .left .box ul li {
  color: #fff;
}

.page-distributor .left .lead-copy {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-distributor .left .lead-copy {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-distributor .left .lead-copy {
    width: 734px;
  }
}

.page-distributor .left .lead-copy p {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31.6px;
  letter-spacing: 0.5px;
}

.page-distributor .left .content {
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-distributor .left .content {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-distributor .left .content {
    width: 734px;
  }
}

.page-distributor .left .content p {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.page-distributor .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .page-distributor .right {
    width: 44%;
    margin-bottom: 0;
  }
}

.page-distributor .right .image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 475px;
}

@media (min-width: 1280px) {
  .page-distributor .right .image-container {
    width: 530px;
    height: 475px;
    position: relative;
    right: -13px;
    top: -2px;
  }
}

.page-distributor .faqs .faqs-container {
  width: 100%;
  margin: auto auto 80px;
}

@media (min-width: 1025px) {
  .page-distributor .faqs .faqs-container {
    width: 859px;
  }
}

.page-distributor .faqs .faqs-container .faq {
  width: 100%;
  padding: 30px 0 0;
  border-bottom: 1px solid #e4e4e3;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .page-distributor .faqs .faqs-container .faq {
    width: 859px;
  }
}

.page-distributor .faqs .faqs-container .faq:last-child {
  border: 0px;
}

.page-distributor .faqs .faqs-container .faq .icons {
  width: 24px;
  position: absolute;
  right: 0;
}

.page-distributor .faqs .faqs-container .faq .icons img {
  width: 24px;
  height: 24px;
}

.page-distributor .faqs .faqs-container .faq .icons .icon-minus {
  height: 3px;
  position: relative;
  top: 11px;
}

.page-distributor .faqs .faqs-container .faq .question {
  min-height: 31px;
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-distributor .faqs .faqs-container .faq .answer {
  display: none;
  min-height: 57px;
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 67px;
  cursor: default;
}

/*********************************************
:: About Page                   
********************************************/
.page-dealer {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-dealer .breadcrumbs {
  padding-bottom: 25px;
}

.page-dealer .body-container {
  min-height: 620px;
  position: relative;
}

.page-dealer .left {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .page-dealer .left {
    width: 55%;
    margin-bottom: 0px;
  }
}

.page-dealer .left .box {
  width: 100%;
  margin: 10px 0;
  background-color: #091e2b;
  position: relative;
  z-index: 99;
  padding: 40px 30px 40px;
}

@media (min-width: 1025px) {
  .page-dealer .left .box {
    width: 860px;
    min-height: 355px;
    margin: 58px 0 90px;
    padding: 89px 60px 40px;
  }
}

.page-dealer .left .box::before {
  content: "";
  width: 2px;
  height: 150px;
  background-color: #bc4620;
  z-index: 2;
  position: absolute;
  bottom: -90px;
  right: 43px;
}

@media (min-width: 1025px) {
  .page-dealer .left .box::before {
    bottom: -90px;
    right: 43px;
    background-color: #bc4620;
  }
}

.page-dealer .left .box ul li, .page-dealer .left .box ol li {
  color: #fff;
}

.page-dealer .left .lead-copy {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-dealer .left .lead-copy {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-dealer .left .lead-copy {
    width: 734px;
  }
}

.page-dealer .left .lead-copy p {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31.6px;
  letter-spacing: 0.5px;
}

.page-dealer .left .content {
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-dealer .left .content {
    width: 90%;
  }
}

@media (min-width: 1160px) {
  .page-dealer .left .content {
    width: 734px;
  }
}

.page-dealer .left .content p {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.page-dealer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .page-dealer .right {
    width: 44%;
    margin-bottom: 0;
  }
}

.page-dealer .right .image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 475px;
}

@media (min-width: 1280px) {
  .page-dealer .right .image-container {
    width: 530px;
    height: 475px;
    position: relative;
    right: -13px;
    top: -2px;
  }
}

.page-dealer .faqs .faqs-container {
  width: 100%;
  margin: auto auto 80px;
}

@media (min-width: 1025px) {
  .page-dealer .faqs .faqs-container {
    width: 859px;
  }
}

.page-dealer .faqs .faqs-container .faq {
  width: 100%;
  padding: 30px 0 0;
  border-bottom: 1px solid #e4e4e3;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .page-dealer .faqs .faqs-container .faq {
    width: 859px;
  }
}

.page-dealer .faqs .faqs-container .faq:last-child {
  border: 0px;
}

.page-dealer .faqs .faqs-container .faq .icons {
  width: 24px;
  position: absolute;
  right: 0;
}

.page-dealer .faqs .faqs-container .faq .icons img {
  width: 24px;
  height: 24px;
}

.page-dealer .faqs .faqs-container .faq .icons .icon-minus {
  height: 3px;
  position: relative;
  top: 11px;
}

.page-dealer .faqs .faqs-container .faq .question {
  min-height: 31px;
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-dealer .faqs .faqs-container .faq .answer {
  display: none;
  min-height: 57px;
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 67px;
  cursor: default;
}

/*********************************************
:: About Page                   
********************************************/
.page-endorsements {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-endorsements .body-container {
  min-height: 620px;
  position: relative;
}

.page-endorsements .lead-copy {
  margin-bottom: 7px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-endorsements .lead-copy {
    width: 610px;
  }
}

.page-endorsements .lead-copy p {
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31.6px;
  letter-spacing: 0.5px;
}

.page-endorsements .endorsements {
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 600px) {
  .page-endorsements .endorsements {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.page-endorsements .endorsements .endorsement {
  padding-top: 57px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5e1e4;
}

.page-endorsements .endorsements .endorsement:last-child {
  border: 0;
}

.page-endorsements .endorsements .endorsement:first-child {
  padding-top: 52px;
  padding-bottom: 26px;
}

.page-endorsements .endorsements .endorsement .endorser {
  width: 100%;
}

@media (min-width: 600px) {
  .page-endorsements .endorsements .endorsement .endorser {
    width: 31%;
  }
}

.page-endorsements .endorsements .endorsement .endorser .name {
  color: #bc4620;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}

.page-endorsements .endorsements .endorsement .endorser .location {
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.page-endorsements .endorsements .endorsement .endorsement-container {
  position: relative;
  width: 100%;
  position: relative;
  top: -5px;
}

@media (min-width: 600px) {
  .page-endorsements .endorsements .endorsement .endorsement-container {
    width: 60%;
  }
}

.page-endorsements .endorsements .endorsement .endorsement-container .quote {
  width: 13px;
  height: 16px;
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 3px;
}

@media (min-width: 1025px) {
  .page-endorsements .endorsements .endorsement .endorsement-container .quote {
    top: -9px;
    left: 3px;
  }
}

.page-endorsements .endorsements .endorsement .endorsement-container p {
  width: 90%;
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-left: 38px;
  margin-top: 3px;
  line-height: 21px;
}

@media (min-width: 1025px) {
  .page-endorsements .endorsements .endorsement .endorsement-container p {
    width: 750px;
  }
}

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-contact .body-container {
  min-height: 620px;
  position: relative;
}

.page-contact .body-container .details {
  width: 100%;
}

@media (min-width: 1280px) {
  .page-contact .body-container .details {
    width: 660px;
  }
}

.page-contact .body-container .contact-form {
  width: 100%;
}

@media (min-width: 1280px) {
  .page-contact .body-container .contact-form {
    width: 640px;
  }
}

.page-contact .lead-copy {
  margin-bottom: 7px;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-contact .lead-copy {
    width: 478px;
  }
}

.page-contact .lead-copy p {
  color: #091e2b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31.6px;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}

.page-contact .details {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .page-contact .details {
    margin-bottom: 0;
  }
}

.page-contact .phone {
  margin-bottom: 9px;
}

.page-contact .phone a {
  color: #bc4620;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-contact .email {
  margin-top: 31px;
  margin-bottom: 30px;
}

.page-contact .email a {
  color: #06334b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.page-contact .address p {
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.page-contact form .contact .form-field {
  width: 100%;
}

@media (min-width: 1025px) {
  .page-contact form .contact .form-field {
    width: 38%;
    padding: 0 0 23px 19px;
  }
  .page-contact form .contact .form-field:first-child {
    width: 62%;
    padding: 0;
  }
}

.page-contact form .name .form-field {
  width: 100%;
}

@media (min-width: 1025px) {
  .page-contact form .name .form-field {
    width: 51%;
    padding: 0 0 23px 19px;
  }
  .page-contact form .name .form-field:first-child {
    width: 49%;
    padding: 0;
  }
}

.page-contact form textarea {
  height: 128px;
}

.page-contact .button {
  margin-top: 27px;
  width: 117px;
  height: 46px;
  border: 1.5px solid #cc9999;
  color: #000000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  float: right;
}

.page-contact .map-container {
  padding: 30px 0 0;
}

@media (min-width: 1025px) {
  .page-contact .map-container {
    padding: 0;
  }
}

.page-contact .map-container .map {
  height: 300px;
}

.page-contact .clear {
  clear: both;
}

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  color: black;
  text-align: center;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #CCCCCC;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #999999;
}

.selectric-hover .selectric {
  border-color: #b3b2b2;
}

.selectric-hover .selectric .button {
  color: black;
}

.selectric-hover .selectric .button:after {
  border-top-color: white;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #b3b2b2;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b2b2;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\2192";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 95%;
  left: 0;
  right: 20px;
  bottom: 16.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1280px) {
  .slick-dots {
    max-width: 1300px;
    right: 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #d8d8d8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #d8d8d8;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.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-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
