/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

pre {
  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; }

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

small {
  font-size: 80%; }

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

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, input {
  overflow: visible; }

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: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[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; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.selectric .button, .selectric .label {
  height: 38px;
  line-height: 38px;
  display: block; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a; }

.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: #BBB;
  border-bottom: none; }

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

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

.selectric-hover .selectric .button {
  color: #a2a2a2; }

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

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

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

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

.selectric-disabled {
  opacity: .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: 0 !important;
  border: none !important;
  background: 0 0 !important; }

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

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  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 li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  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, .selectric-items li:focus {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  opacity: .5;
  cursor: default !important;
  background: 0 0 !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: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444; }

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

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

/* 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !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-ajax-holder .mfp-content, .mfp-inline-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-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -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: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

.mfp-preloader a:hover, .mfp-preloader a:focus {
  color: #fff; }

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

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

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

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: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

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

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

.mfp-iframe-holder .mfp-close, .mfp-image-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: .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:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

.mfp-arrow-right:before {
  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; }

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; }

.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; }
/*** Gotham ***/
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-book-webfont.eot");
  src: local(""), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham-book-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-medium-webfont.eot");
  src: local(""), url("../fonts/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham-medium-webfont.ttf") format("truetype"), url("../fonts/gotham-medium-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.page-mobile * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background: white; }
  html.nav-visible {
    overflow: hidden; }

html.nav-visible body {
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  font: 14px/24px "Gotham", sans-serif;
  color: #6f6f6f;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1; }

a {
  color: #496080;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: none; }
  a:hover, a:focus {
    color: #ED3124;
    text-decoration: none; }

p, ul, ol, dl {
  margin: 0 0 44px; }

ul, ol {
  padding: 0;
  margin-left: 28px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 6px; }

address {
  font-style: normal; }

hr {
  margin: 44px 0;
  border-color: #979797; }

/* ==========================================================================
   GENERAL CLASSES
   ========================================================================== */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

.center {
  text-align: center; }

.hidden {
  display: none; }

.hidden-mobile {
  display: none; }
/* ========== HEADING ========= */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  line-height: normal; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
  .h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
    margin-top: 0; }
  h1 + .table, h1 + .table-scroll, h1 + .table-responsive, h2 + .table, h2 + .table-scroll, h2 + .table-responsive, h3 + .table, h3 + .table-scroll, h3 + .table-responsive, h4 + .table, h4 + .table-scroll, h4 + .table-responsive, h5 + .table, h5 + .table-scroll, h5 + .table-responsive, h6 + .table, h6 + .table-scroll, h6 + .table-responsive,
  .h1 + .table,
  .h1 + .table-scroll,
  .h1 + .table-responsive, .h2 + .table, .h2 + .table-scroll, .h2 + .table-responsive, .h3 + .table, .h3 + .table-scroll, .h3 + .table-responsive, .h4 + .table, .h4 + .table-scroll, .h4 + .table-responsive, .h5 + .table, .h5 + .table-scroll, .h5 + .table-responsive, .h6 + .table, .h6 + .table-scroll, .h6 + .table-responsive {
    margin-top: 28px; }
  h1.green, h2.green, h3.green, h4.green, h5.green, h6.green,
  .h1.green, .h2.green, .h3.green, .h4.green, .h5.green, .h6.green {
    color: #007566; }
  h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue,
  .h1.blue, .h2.blue, .h3.blue, .h4.blue, .h5.blue, .h6.blue {
    color: #5f76aa; }
  h1.pulled, h2.pulled, h3.pulled, h4.pulled, h5.pulled, h6.pulled,
  .h1.pulled, .h2.pulled, .h3.pulled, .h4.pulled, .h5.pulled, .h6.pulled {
    margin-top: -12px; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 35px; }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 14px;
  font-weight: normal; }

h3.heading {
  margin: 0 0 17px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4a4a4a;
  letter-spacing: .028em; }
  h3.heading.red {
    color: #ED3124;
  }

/* ========== BUTTONS ========= */
.btn {
  max-width: 350px;
  margin: 0 auto;
  padding: 14px;
  background: #003d75;
  border: 1px solid #003d75;
  color: white;
  display: block;
  font: 500 14px/16px "Gotham", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }
  .btn:hover, .btn:focus {
    background-color: #ED3124;
    border-color: #ED3124;
    color: white;
    outline: none; }
    .btn:hover .svg-inline path, .btn:focus .svg-inline path {
      fill: #ED3124; }
  .btn + .btn {
    margin-top: 24px; }
  .btn .icon, .btn .svg, .btn .svg-inline {
    margin: -3px -3px -1px 5px;
    display: inline-block;
    vertical-align: middle; }
  .btn .svg-inline path {
    fill: #003d75;
    -webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .btn-green {
    border-color: #007566;
    background: #007566; }
    .btn-green .svg-inline path {
      fill: #007566; }
    .btn-green.btn-outlined {
      color: #007566;
      background: transparent; }
  .btn-blue {
    border-color: #5f76aa;
    background: #5f76aa; }
    .btn-blue .svg-inline path {
      fill: #5f76aa; }
    .btn-blue.btn-outlined {
      color: #5f76aa;
      background: transparent; }
  .btn-outlined {
    color: #003d75;
    background: transparent; }
    .btn-outlined:hover, .btn-outlined:focus {
      background-color: transparent;
      color: #ED3124; }
  .btn-spacer {
    background-color: transparent;
    border: none; }
    .btn-spacer:hover {
      background-color:transparent;
      border: none; }

/* ==========================================================================
   WRAPPER
   ========================================================================== */

  .wrapper:after {
    content: '';
    display: table;
    clear: both; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  z-index: 100; }
  .header .brand {
    width: 145px;
    height: 28px;
    margin: 0 auto;
    display: block;
    position: relative;
    background: url("../img/logo.svg") no-repeat;
    background-size: contain;
    text-indent: -1000px;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .header .brand a {
      width: 100%;
      height: 100%;
      display: block; }
    .header .brand img {
      width: 100%;
      height: auto;
      display: block; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  width: 100%;
  padding: 60px 15px 37px 15px;
  position: relative;
  z-index: 80;
  color: #ababab;
  text-align: center;
  background: #1d1d1d;
  cursor: default;
  /*&:before {
      width: 160px;
      height: 70px;
      margin: 0 auto;
      display: block;
      content: '';
      position: relative;
      background: url('../img/logo-white.svg') no-repeat;
      background-size: cover;
  }*/ }
  .footer:after {
    content: '';
    display: table;
    clear: both; }
  .footer a {
    color: #ababab; }
    .footer a:hover, .footer a:focus {
      color: white; }
  .footer .social {
    max-width: 280px;
    margin: 16px auto 0; }
    .footer .social li {
      width: 28px;
      height: 28px;
      margin: 20px 20px 0; }
      .footer .social li a {
        border: none;
        background: #6f6f6f; }
        .footer .social li a:hover, .footer .social li a:focus {
          background-color: #a9a9a9; }
      .footer .social li img, .footer .social li svg {
        width: 18px;
        height: 18px; }
    .footer .social img {
      width: 18px;
      height: 18px; }
  .footer .menu {
    max-width: 250px;
    padding: 29px 0 0;
    margin: 38px auto 0;
    border-top: 1px solid rgba(111, 111, 111, 0.15);
    list-style: none;
    font-size: 10px;
    line-height: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .menu li {
      padding: 0 10px;
      margin: 5px 0;
      position: relative; }
      .footer .menu li:after {
        content: '';
        display: block;
        overflow: hidden;
        width: 1px;
        height: 10px;
        margin: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #ababab;
        opacity: .7; }
      .footer .menu li:first-child {
        padding-left: 0; }
      .footer .menu li:last-child {
        padding-right: 0; }
      .footer .menu li:last-child:after {
        display: none; }
      .footer .menu li a {
        color: #ababab;
        text-decoration: none;
        opacity: .7;
        -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .footer .menu li a:hover, .footer .menu li a:focus {
          color: #f0f0f0;
          opacity: 1; }
  .footer .copyright {
    margin: 28px 0 0;
    font-size: 9px;
    line-height: 12px; }
  .footer .service {
    margin: 30px 0 0 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500; }
    .footer .service a {
      font-weight: normal;
      cursor: default; }
  .footer .heading {
    margin-bottom: 11px;
    color: #ED3124;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.footer .heading img {
    width: 280px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
  min-width: 320px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .nav-visible .nav {
    height: 100vh; }
  .nav-done .nav {
    opacity: 1; }
  html:not(.nav-visible) .page-header-start:not(.nav-visible) .nav, html:not(.nav-visible) .page-header-hidden .nav {
    -webkit-transform: translate3d(0, -68px, 0);
            transform: translate3d(0, -68px, 0); }
  .nav .heading {
    margin-top: 0;
    margin-bottom: 38px;
    color: #ababab;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500; }
.nav .heading img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
  .nav-overlay {
    background: #f9fafb url("../img/stripes-mobile.png") 0 0 no-repeat;
    background-size: auto 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: -1; }
    .nav-visible .nav-overlay {
      display: block; }
    .nav-done .nav-overlay {
      opacity: 1; }
  .nav-space {
    padding: 15px;
    display: none;
    overflow-y: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .nav-visible .nav-space {
      display: block; }
    .nav-done .nav-space {
      opacity: 1; }
  .nav-area {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .nav-done .nav-area {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .nav .menu {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    z-index: 1;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center; }
    .nav .menu li + li {
      margin-top: 28px; }
    .nav .menu li a {
      padding: 0px 30px;
      display: inline-block;
      position: relative;
      color: #333; }
      body.page-loaded .nav .menu li a {
        -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .nav .menu li a:hover, .nav .menu li a:focus {
        color: #ED3124; }
      .nav .menu li a:before {
        content: '';
        display: block;
        overflow: hidden;
        width: 6px;
        position: absolute;
        top: -3px;
        left: 0;
        bottom: -7px;
        background: #6f6f6f;
        -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0; }
  .nav .toggle {
    width: 56px;
    height: 60px;
    padding: 0;
    margin: auto 0 auto auto;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: none;
    outline: none;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            transform: translate3d(0, 0, 0), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .loaded .nav .toggle {
      display: block; }
    .nav .toggle:before, .nav .toggle:after, .nav .toggle span {
      content: '';
      display: block;
      overflow: hidden;
      width: 30px;
      height: 3px;
      margin: auto;
      position: absolute;
      top: 1px;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #ED3124;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .nav .toggle span {
      -webkit-transition: opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .nav-done .nav .toggle span {
        opacity: 0;
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s; }
    .nav .toggle:before {
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0); }
      .nav-done .nav .toggle:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .nav .toggle:after {
      -webkit-transform: translate3d(0, 10px, 0);
              transform: translate3d(0, 10px, 0); }
      .nav-done .nav .toggle:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

/* ==========================================================================
   SOCIAL
   ========================================================================== */
.social {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social li {
    width: 46px;
    height: 46px;
    margin: 0 20px 0 0; }
    .social li a {
      width: 100%;
      height: 100%;
      border: 1px solid #003d75;
      border-radius: 50%;
      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;
      background: white;
      -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .social li a:hover, .social li a:focus {
        border-color: #ED3124; }
        .social li a:hover svg path, .social li a:focus svg path {
          fill: #ED3124; }
    .social li img, .social li svg {
      width: 26px;
      height: auto;
      display: block;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .social li img.svg {
      opacity: 0; }
    .social li svg path {
      fill: #003d75;
      -webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .social-blue li a {
    border-color: #5f76aa; }
  .social-blue li svg path {
    fill: #5f76aa; }
  .social-green li a {
    border-color: #007566; }
  .social-green li svg path {
    fill: #007566; }
  .social-teal li a {
    border-color: #437c8d; }
  .social-teal li svg path {
    fill: #437c8d; }

/* ==========================================================================
   INDEX
   ========================================================================== */
.index {
  min-height: 500px;
  padding: 88px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #333;
  cursor: default;
  position: relative;
  z-index: 1; }
  .index:before {
    content: '';
    display: block;
    overflow: hidden;
    width: 100vw;
    min-width: 320px;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    z-index: -1;
    background: #c2ccd8 url("../img/home-masthead-mobile.png") no-repeat center 6%;
    background-size: cover; }
  .index .space {
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 15px;
    line-height: 20px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .index .subheading {
    padding: 0 20px;
    margin-bottom: 40px;
    color: #ED3124;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500; }
  .index .subheading img {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .index .heading {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase; }
  .index .text {
    max-width: 100%;
    padding: 0;
    margin: 15px auto 0; }
  .index .btn {
    margin: 20px auto;
  }

/* ==========================================================================
   BRANDS
   ========================================================================== */
.brands {
  padding: 100px 0;
  text-align: center;
  cursor: default;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  z-index: 1; }
  .brands .heading {
    margin: 0 0 17px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4a4a4a;
    letter-spacing: .028em; }
  .brands-tabs {
    margin-top: 92px; }
    .brands-tabs .tab-list {
      width: 100vw;
      height: 124px;
      padding: 124px 0 0 0;
      margin: 0 0 94px -50vw;
      list-style: none;
      position: relative;
      left: 50%;
      font-size: 14px;
      line-height: 29px;
      font-weight: 500;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .brands-tabs .tab-list.open li {
        display: block; }
        .brands-tabs .tab-list.open li.active a:before {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .brands-tabs .tab-list li {
        background: #4a4a4a;
        display: none; }
        .brands-tabs .tab-list li a {
          width: 100%;
          height: 100%;
          padding: 35px 60px 30px;
          -webkit-box-shadow: inset 0 1px 0 0 rgba(235, 235, 235, 0.5);
                  box-shadow: inset 0 1px 0 0 rgba(235, 235, 235, 0.5);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: relative;
          color: #dfdfdf;
          text-transform: uppercase;
          letter-spacing: .025em;
          outline: none; }
        .brands-tabs .tab-list li.active {
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          z-index: 10; }
          .brands-tabs .tab-list li.active a {
            color: black;
            background-color: #ebebeb;
            cursor: default; }
            .brands-tabs .tab-list li.active a:before {
              content: '';
              display: block;
              overflow: hidden;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 14px 12px 0 12px;
              border-color: #4a4a4a transparent transparent transparent;
              margin: auto;
              position: absolute;
              top: 0;
              right: 35px;
              bottom: 0;
              -webkit-backface-visibility: hidden; }
            .brands-tabs .tab-list li.active a .line {
              display: inline-block;
              vertical-align: top;
              position: relative; }
              .brands-tabs .tab-list li.active a .line:after {
                content: '';
                display: block;
                overflow: hidden;
                display: none;
                height: 1px;
                margin: 0 auto;
                background-color: #ED3124;
                position: absolute;
                bottom: -5px;
                left: 0;
                right: 0; }
    .brands-tabs .tab-hidden {
      display: none; }
    .brands-tabs .title {
      margin: 0 0 17px 0;
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 500;
      color: #4a4a4a;
      letter-spacing: .028em; }
    .brands-tabs p {
      margin-bottom: 22px; }
    .brands-tabs .btn {
      min-width: 184px; }
  .brands .logo {
    margin: 0 0 68px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .brands .logo img {
      width: 190px;
      height: 190px;
      margin: 0 auto;
      display: block; }
      .brands .logo img.logo-mobile-visible {
        display: block; }
      .brands .logo img.logo-mobile-hidden {
        display: none; }

/* ==========================================================================
   BRANDS-NEW
   ========================================================================== */
.brands-new {
  padding: 100px 0;
  text-align: center;
  cursor: default;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  z-index: 1; }
  .brands-new .heading {
    margin: 0 0 13px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4a4a4a;
    letter-spacing: .028em; }
    .brands-new .heading + p {
      max-width: 850px;
      margin: 0 auto; }
  .brands-new-list {
    padding: 25px 0;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    .brands-new-list .entry {
      width: 100%;
      max-width: 380px;
      padding: 0 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 28%;
              flex: 0 0 28%;
      margin: 0px auto;
      position: relative;
      z-index: 3; }
      .brands-new-list .entry + .entry {
        margin-top: 50px; }

      .brands-new-list .entry .logo {
        margin-bottom: 50px;
        padding-top: 0px; } }

@media (min-width: 750px) {
}

    .brands-new-list .space {
      max-width: 300px;
      min-height: 400px;
      padding: 40px 10px 10px;
      border: 1px solid #cecece;
      border-radius: 16px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      background: white;
      -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .brands-new-list .space {
        border-color: #CECECE;
        box-shadow: 0 2px 2px 0 rgba(122, 122, 122, 0.5); }
    .brands-new-list .buttons {
      width: 100%;
      margin-bottom: 0px;
      padding: 0px 0px 30px; }
      .brands-new-list .buttons:before {
        content: '';
        height: 1px;
        width: 100%;
        background: #979797;
        display: inline-block;
        margin-bottom: 30px; }
      .brands-new-list .buttons .btn {
        max-width: 230px;
        margin: 0 auto;
        display: block; }
        .brands-new-list .buttons .btn + .btn {
          margin-top: 15px; }

@media (min-width: 750px) {
      .brands-new-list .buttons .btn {
        max-width: 270px; }
      .brands-new-list .buttons {
        margin-bottom:0px;
        padding: 0px 0px 20px; } }
@media (min-width: 750px) {
      .brands-new-list .entry-3 .buttons .btn {
        margin-top: 36px;
        margin-bottom: 35px; }
}
@media (min-width: 667px) {
      .footer .social {
        max-width: none;
        margin-top: 30px; } }

@media (min-width: 750px) {
    body {
      font-size: 18px;
      line-height: 40px; }
    p, ul, ol, dl {
      margin-bottom: 60px; }
    h4, .h4 {
      margin-top: 60px;
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 34px; }
    .btn {
      max-width: none;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
      .btn + .btn {
        margin-top: 0; }
      .btn-outlined.btn-wide {
        padding-right: 25px;
        padding-left: 25px; }
    .btn-wide {
      padding-right: 26px;
      padding-left: 26px; }


    section.container-spaced{
      max-width: 1440px;
      padding: 0 30px;
      margin: 0 auto;
    }
    .section-container-bg{
        background: radial-gradient(circle at 75% 25%, #F9FAFB, #E9ECEF) !important;
    }

    .header {
      top: 25px; }
      .header .brand {
        width: 230px;
        height: 45px; }
    .footer {
      min-height: 395px; }
      .footer .social {
        margin-top: 60px; }
        .footer .social li {
          width: 33px;
          height: 33px;
          margin: 0 25px; }
          .footer .social li:first-child {
            margin-left: 0; }
          .footer .social li:last-child {
            margin-right: 0; }
          .footer .social li img, .footer .social li svg {
            width: 21px;
            height: 21px; }
        .footer .social img {
          width: 21px;
          height: 21px; }
      .footer .menu {
        max-width: none;
        padding: 19px 0 0;
        margin: 19px 0 0;
        font-size: 14px;
        line-height: 14px; }
        .footer .menu li {
          padding: 0 28px;
          margin: 0; }
          .footer .menu li:after {
            height: 12px; }
      .footer .copyright {
        margin-top: 64px;
        font-size: 11px;
        line-height: 14px; }
      .footer .service {
        margin-top: 40px;
        font-size: 14px; }
        .footer .service + .social {
          margin-top: 40px; }
        .footer .service a {
          font-size: 16px; }
      .footer .heading {
        font-size: 25px;
        line-height: 41px; }
      .footer .heading img {
        width: 100%;
        max-width: 380px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        display: block;
      }
    html:not(.nav-visible) .page-header-start:not(.nav-visible) .nav, html:not(.nav-visible) .page-header-hidden .nav {
      -webkit-transform: translate3d(0, -92px, 0);
              transform: translate3d(0, -92px, 0); }
      .nav-overlay {
        background-image: url("../img/stripes.png");
        background-position: -400px 0; }
        .nav .menu li + li {
          margin-top: 18px; }
        .nav .menu li a {
          padding-top: 15px;
          padding-bottom: 15px;
          padding-left: 70px; }
      .nav .toggle {
        top: 10px;
        right: 15px;
        left: auto; }
      .index:before {
        background-image: url("../img/home-masthead.png");
        background-position: center center;
        margin-left: -50vw;
        left: 50%;
        right: auto; }
      .index .space {
        font-size: 19px;
        line-height: 26px; }
      .index .subheading {
        font-size: 25px;
        line-height: 41px; }
      .index .heading {
        font-size: 35px;
        line-height: 41px; }
      .index .text {
        max-width: 786px; }
    .brands {
      padding: 124px 0 100px; }
      .brands-tabs {
        margin-top: 112px; }
        .brands-tabs .tab-list {
          height: auto;
          padding-top: 0;
          margin-bottom: 98px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
          .brands-tabs .tab-list li {
            width: 33.3%;
            display: block; }
            .brands-tabs .tab-list li a {
              padding-right: 15px;
              padding-left: 15px;
              -webkit-box-shadow: none;
                      box-shadow: none;
              -webkit-transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
              -o-transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
              transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
            .brands-tabs .tab-list li.active {
              height: auto;
              position: relative;
              top: auto;
              left: auto;
              right: auto; }
                .brands-tabs .tab-list li.active a:before {
                  display: none; }
        .brands-tabs .btn {
          margin: 0 25px; }
        .brands .logo img {
          width: auto;
          max-width: 100%;
          height: 51px; }
          .brands .logo img.logo-mobile-visible {
            display: none; }
          .brands .logo img.logo-mobile-hidden {
            display: block; }
      .brands-new-list {
        padding: 60px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center; }
          .brands-new-list .entry + .entry {
            margin-top: 0; }
        .brands-new-list .entry {
          width: 33.3%; }
        .brands-new-list .space {
          max-width: none; } }

@media (min-width: 750px) and (max-width: 992px) {
      .brands-new-list .logo {
        width: 150px;
        height: auto;
        display: block; } }

@media (min-width: 992px) {
  .hidden-mobile {
    display: block; }

  span.hidden-mobile {
    display: inline-block; }

  .hidden-desktop {
    display: none; }
    .brands-new {
      padding-top: 96px; }
      .brands-new-list {
        padding: 25px 0; }
        .brands-new-list .space {
          min-height: 400px;
          padding: 50px 20px 20px; }
            .brands-new-list .buttons .btn + .btn {
              margin-top: 25px; } }

@media (min-width: 1200px) {
      .nav .heading {
        margin-bottom: 56px;
        font-size: 30px;
        line-height: 40px; }
      .nav-overlay {
        background-position: -90px 0; }
      .nav-area {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .nav .menu {
        font-size: 35px;
        line-height: 40px; }
        .nav .menu li a {
          padding: 10px;
          display: block; }
          .nav .menu li a:before {
            width: auto;
            height: 2px;
            top: auto;
            right: 10px;
            bottom: 1px;
            left: 10px;
            background: #6f6f6f; }
    .index {
      min-height: 766px;
      padding-top: 201px;
      padding-bottom: 35px; }
                  .brands-tabs .tab-list li.active a .line:after {
                    display: block; }
        .brands-new-list .entry {
          padding: 0 20px; }
          .brands-new-list .entry:first-child .space {
            padding-top: 50px; }
        .brands-new-list .buttons {
          margin-top: 0px; } }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@media (max-width: 812px) and (orientation: landscape) {
      .nav .heading {
        margin-bottom: 20px; }
        .nav .menu li + li {
          margin-top: 10px; }
        .nav .menu li a {
          padding-top: 5px;
          padding-bottom: 5px; }
      .index:before {
        background-position: 100% 25%; } }


.homepage-cta {
  margin: 27px auto 0;
  width: 100%;
}

.homepage-cta a {
  max-width: 230px;
  margin: 0 auto;
  padding: 14px;
  background: #ED3124;
  border: 1px solid #ED3124;
  color: white;
  display: block;
  font: 500 14px/16px "Gotham", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }
  .homepage-cta a:hover, .homepage-cta a:focus {
    background-color: #003d75;
    border-color: #003d75;
    color: white;
    outline: none; }

@media (min-width: 750px) {
  .homepage-cta a {
    max-width: 270px; } }

h2.homepage-intro-subheading {
    margin-top: 12px !important;
}

@media (min-width: 750px){
  .homepage-intro-text {
    max-width: 900px !important;
  }
  .homepage-intro-subheading{
    margin-top: 0 !important;
  }
  br.desktop-hide-br{
    display: none !important;
  }
  section.absolut-bg:after {
    background: radial-gradient(circle at 75% 25%, #F9FAFB, #E9ECEF);
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 40;
    top: -40px;
  }
  .absolut-bg {
    z-index: 0;
    position: absolute;
    left: 0;
  }
  .section-container-training {
    background: url(../img/bkg_training.png) no-repeat top left !important;
    background-size: cover !important;
  }
  .wrapper {
    padding: 0;
  }
  .section-container_brands{
    padding: 100px 0 81px;
  }
  .nav-visible .nav{
    position: fixed !Important;
  }
  .about_content.home-about_content {
    margin-right: 80px !important;
  }
}

/* .nav-fixed button {
  display: none;
}
.nav-fixed.nav-fixed-postition button {
  display: block;
} */

@media (max-width: 749px){
  .nav-fixed-bg {
    background: rgba(255, 255, 255, 0.71);
  }
  .nav-fixed {
    width: 100% !important;
    height: 60px !important;
    position: absolute;
    top: 0;
  }
  .nav-visible .nav {
    position: fixed !important;
  }
  p.heading_text{
    width: 80% !important;
  }
  .space.hero_space {
    margin-top: 70px;
  }
  p.heading.hero_heading_sub {
    margin: 6px 0 3px;
  }
  section.training {
    background: url(../img/bkg_training.png) no-repeat top left !important;
    background-size: cover !important;
  }
  .section-container-bg{
    background: radial-gradient(circle at 75% 25%, #F9FAFB, #E9ECEF) !important;
  }
  .section-container {
    padding: 0 15px;
  }
  .hero_index:before{
    left: 0 !important;
  }
}

button.nav-fixed-postition, .nav-fixed-postition{
  position: fixed !important;
  width: 100%;
  top: 0;
}

@media(min-width: 1900px){
  .index:before{
    background-position: center -50px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .brands-new-list {
    justify-content: space-between;
  }
}


@media(min-width: 751px) and (max-width: 850px){
  section.excellence div.textcontent{
    padding: 25px 35px 100px !important;
  }
  p.training_text {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media(min-width: 600px) and (max-width: 750px){
  .index:before{
    background-position: 100% 8% !important;
  }
  .space.hero_space {
    margin-top: 130px !important;
  }
}
