@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.42em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*----------------------
	GENERAL
-----------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

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

body, html {
  min-height: 100%;
  overflow-x: hidden; }

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

body {
  font-size: 16px;
  /*font-feature-settings: "onum" 1;*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  color: #444; }

a {
  color: #0D62AF; }

.ucase {
  text-transform: uppercase; }

.lcase {
  text-transform: none; }

body::before {
  content: "small";
  display: none; }

@media (min-width: 661px) {
  body::before {
    content: "form"; } }

@media (min-width: 800px) {
  body::before {
    content: "large"; } }

/*----------------------
	TYPOGRAPHY 
----------------------*/
span.numbers {
  letter-spacing: -2px; }

p,
ul,
ol {
  margin: 0 0 15px 0;
  line-height: 1.5;
  padding: 0; }

ul,
ol {
  padding-left: 20px; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  padding: 0;
  color: #011F3B; }

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0.6em; }

h2 {
  margin-bottom: 10px;
  color: #013A6D;
  font-size: 1.625rem; }

h3 {
  font-size: 1.3125rem;
  margin: 0 0 8px 0; }

h4 {
  text-transform: uppercase;
  font-size: 1.3125rem;
  margin: 0 0 0.5em 0;
  font-weight: 400; }

h5 {
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0 0 .7em 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #011F3B; }

h6 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin: 0 0 .7em 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #011F3B; }

h6 + ul,
p + ul {
  margin-top: -5px; }

li > ol {
  margin-bottom: 5px; }

address {
  font-style: normal; }

.lines-across {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .lines-across b {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    font-weight: 400;
    background: #fff; }
  .lines-across::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    background: rgba(1, 31, 59, 0.7);
    z-index: 1; }

.section--grey .lines-across b {
  background: #F1F1F1; }

.note {
  font-size: 0.9375rem; }

.red {
  color: #DF2036; }

dl.contact {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  dl.contact dd,
  dl.contact dt {
    margin: 0;
    padding: 0;
    display: inline-block; }
  dl.contact dt {
    min-width: 60px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #8D8D8D; }
    dl.contact dt::after {
      content: " :"; }

address + .contact {
  margin-top: 15px; }

@media (min-width: 800px) {
  h1 {
    font-size: 2.25rem; }
  h4 {
    font-size: 1.5rem; } }

/*----------------------
	BUTTONS
-----------------------*/
button,
.button {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: none;
  box-shadow: none;
  background: #0D62AF;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: -0.5px;
  padding: 14px 30px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-align: center; }

.button--red {
  border: 2px solid #DF2036;
  background: none;
  color: #DF2036;
  padding: 10px 15px;
  border-radius: 4px; }

.button--coming-soon {
  border: 2px solid rgba(241, 241, 241, 0.7);
  background: none;
  color: #F1F1F1;
  padding: 10px 15px;
  border-radius: 4px;
  opacity: 0.5; }

.buttons .button {
  margin: 0 5px; }

.button.reverse {
  border: 2px solid #0D62AF;
  background: none;
  color: #0D62AF;
  padding: 10px 15px;
  border-radius: 4px; }

/*----------------------
	ICONS
-----------------------*/
/* ICONS SVG */
.icon {
  position: relative;
  padding-left: 45px; }
  .icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -30px;
    margin-top: -3px; }

.icon-only {
  font-size: 0; }
  .icon-only::before {
    content: '';
    display: inline-block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }

a.icon,
a.m-icon {
  text-decoration: none; }

.icon--facebook::before {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-facebook.svg"); }

.icon--twitter::before {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-twitter.svg"); }

p.m-icon--arrow-left {
  line-height: 1.3;
  color: #8D8D8D;
  margin: 0; }

p.m-icon--arrow-left {
  padding-left: 0;
  padding-top: 25px; }
  p.m-icon--arrow-left::before {
    margin: 0 auto;
    margin-top: -25px;
    left: 0;
    right: 0;
    border-radius: 100px;
    border: 1px solid #8D8D8D;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #8D8D8D;
    opacity: 0.5;
    font-size: 18px; }

/* MATERIAL ICONS */
.m-icon {
  padding-left: 45px;
  position: relative; }
  .m-icon::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px;
    position: absolute;
    margin-left: -30px;
    margin-top: -3px;
    display: inline-block; }

.m-icon.after {
  position: relative; }
  .m-icon.after::before {
    display: none; }
  .m-icon.after::after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px;
    position: absolute;
    display: inline-block; }

.m-icon-only {
  font-size: 0;
  text-decoration: none; }
  .m-icon-only::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px; }

.m-icon--close::before {
  content: 'close';
  font-size: 30px;
  color: #0D62AF; }

.m-icon--email::before {
  content: 'email'; }

.m-icon--phone::before {
  content: 'phone'; }

.m-icon--arrow::after {
  content: 'keyboard_arrow_down';
  color: #0D62AF; }

/*----------------------
	FORM
-----------------------*/
form {
  margin: 0;
  padding: 0; }

label {
  display: block;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #444;
  margin: 0 0 3px 0; }
  label.mandatory::after {
    content: " *";
    color: #DF2036; }

label.copy {
  font-size: 1rem;
  text-transform: none;
  line-height: 1.4; }

input::placeholder {
  color: rgba(141, 141, 141, 0.5); }

input,
textarea {
  background: #fff;
  border: 1px solid #C2CED9;
  padding: 10px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  width: 100%; }

textarea {
  min-height: 100px; }

input + input {
  margin-top: 15px; }

/* SELECT */
select {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C2CED9;
  padding: 12px 30px 12px 10px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  width: 100%; }

.m-icon-field select,
.icon-field select {
  padding-left: 40px; }

.select__wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }
  .select__wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #013A6D transparent transparent transparent;
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 18px; }

.select__wrapper.m-icon::before,
.select__wrapper.icon::before {
  top: 10px;
  left: 8px;
  color: #ccc;
  font-size: 23px; }

.select--qty {
  max-width: 80px; }

.select--small {
  max-width: 140px; }

/* RADIO BUTTON */
.radio-button__wrapper {
  position: relative;
  display: inline-block;
  margin-right: 10px; }
  .radio-button__wrapper input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden; }
  .radio-button__wrapper label {
    position: relative;
    padding-left: 35px;
    font-size: 1rem;
    text-transform: none;
    padding: 2px 15px 20px 30px;
    display: inline-block; }
    .radio-button__wrapper label::before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "radio_button_unchecked";
      top: -1px;
      left: 0;
      position: absolute;
      font-size: 24px; }
  .radio-button__wrapper input[type="radio"]:checked + label::before {
    content: "radio_button_checked";
    color: #0D62AF; }

/* CHECKBOX */
.checkbox__wrapper {
  position: relative;
  display: inline-block; }
  .checkbox__wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden; }
  .checkbox__wrapper label {
    position: relative;
    padding-left: 35px;
    font-size: 1rem;
    text-transform: none;
    padding: 2px 15px 20px 30px;
    display: inline-block; }
    .checkbox__wrapper label::before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "check_box_outline_blank";
      top: -1px;
      left: 0;
      position: absolute;
      font-size: 24px; }
  .checkbox__wrapper input[type="checkbox"]:checked + label::before {
    content: "check_box";
    color: #0D62AF; }

/*----------------------
	LAYOUT
-----------------------*/
.wrapper {
  max-width: 1230px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }

.wrapper--medium {
  max-width: 920px; }

.wrapper--small {
  max-width: 700px; }

.center {
  text-align: center; }

/*----------------------
	SUBSCRIBE
-----------------------*/
.subscribe-actions span {
  display: block;
  padding: 10px; }

.subscribe-actions .button--facebook {
  display: inline-flex;
  padding: 0;
  height: 45px;
  border: 1px solid #C2CED9;
  border-radius: 4px; }
  .subscribe-actions .button--facebook span {
    background: #fff;
    color: #0D62AF;
    display: inline-flex;
    align-items: center;
    border-radius: 3px 0 0 3px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%); }
  .subscribe-actions .button--facebook i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 50px; }
    .subscribe-actions .button--facebook i::before {
      margin: 0; }

.form--email {
  display: flex;
  align-items: stretch;
  max-width: 400px;
  margin: 0 auto 10px auto;
  height: 45px; }
  .form--email input {
    display: block;
    height: auto;
    width: 80%;
    border-radius: 4px 0 0 4px; }
  .form--email input + input{
    margin-top: 0; }
  .form--email .button {
    border-radius: 0 4px 4px 0;
    width: 20%;
    min-width: 144px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin: 0; 
    font-size: 0.8rem; }

@media (min-width: 720px) {
    .subscribe-actions .forms {
      display: flex; 
      margin: 0 auto; 
      justify-content: center;} 
    .subscribe-actions .form--email {
      margin: 0 10px; } }

/*
@media (min-width: 980px) {
  .subscribe-actions {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between; }
    .subscribe-actions .forms {
      margin: 0;
      width: 80%;}
    .subscribe-actions span {
      padding-left: 20px;
      padding-right: 20px; } }
*/

/*----------------------
	HEADER
-----------------------*/
.header {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.header__main {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 50px; }
  .header__main .logo {
    width: 100%;
    max-width: 90px;
    padding: 5px 5px 0 5px; }
    .header__main .logo a {
      display: inline-block;
      width: 100%; }
      .header__main .logo a img {
        width: 100%; }

.header__top {
  background: #013A6D; }
  .header__top .wrapper {
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center; }
  .header__top .nav--social {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0; }
    .header__top .nav--social a.icon--facebook {
      height: 35px;
      width: 45px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
      .header__top .nav--social a.icon--facebook::before {
        height: 20px; }
      .header__top .nav--social a.icon--facebook:hover {
        opacity: 0.8; }
    .header__top .nav--social a.m-icon--email {
      width: 45px;
      height: 35px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
      .header__top .nav--social a.m-icon--email::before {
        font-size: 22px;
        position: relative;
        top: 1px; }

.toll-phone a {
  display: inline-block;
  align-items: center;
  color: #fff;
  padding-left: 40px; }
  .toll-phone a .m-hide {
    display: none; }
  .toll-phone a .phone {
    margin-left: -3px; }
  .toll-phone a::before {
    margin-top: 0px; }

.phone {
  font-size: 120%;
  position: relative;
  display: inline-block; }

@media (min-width: 480px) {
  .toll-phone a .m-hide {
    display: inline-block;
    margin-right: 7px; } }

@media (min-width: 720px) {
  .header {
    position: relative;
    width: 100%; }
    .header::after {
      content: "";
      width: 182px;
      height: 19px;
      background: url(../img/bg-tab.png) no-repeat 0 0;
      position: absolute;
      top: 21px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 2; }
  .header__top .wrapper {
    height: 40px; }
  .header__top .nav--social a.icon--facebook,
  .header__top .nav--social a.m-icon--email {
    height: 40px; }
  .header__top .nav--social a.m-icon--email {
    border: none; }
  .header__main {
    padding-top: 10px;
    padding-bottom: 10px; }
    .header__main .logo {
      position: relative;
      z-index: 22;
      padding: 0;
      max-width: 107px;
      margin: -10px 0 0 0; } }

/*----------------------
	FOOTER
-----------------------*/
.footer {
  background: #484848; }
  .footer .wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer .copyright {
    background: #353535;
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.875rem;
    margin: 0;
    text-align: center; }

.footer__nav {
  display: flex;
  margin: 0 -10px;
  justify-content: space-between;
  width: 100%; }
  .footer__nav .nav--main {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer__nav .nav--main a {
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      text-decoration: none;
      font-size: 0.875rem;
      display: inline-block;
      padding: 10px 5px;
      margin: 0 5px; }
      .footer__nav .nav--main a:hover {
        text-decoration: underline;
        color: rgba(255, 255, 255, 0.5); }
  .footer__nav .nav--social {
    list-style: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: nowrap; }
    .footer__nav .nav--social a {
      color: #fff;
      text-decoration: none;
      padding: 0;
      display: inline-flex;
      background-color: #353535;
      margin: 0 10px;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center; }
      .footer__nav .nav--social a:hover {
        background-color: rgba(53, 53, 53, 0.6); }

@media (min-width: 560px) {
  .footer__nav .nav--main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 370px;
    align-items: flex-start; }
    .footer__nav .nav--main li:nth-child(1) {
      order: 1;
      width: 210px; }
    .footer__nav .nav--main li:nth-child(2) {
      order: 3;
      width: 210px; }
    .footer__nav .nav--main li:nth-child(3) {
      order: 5;
      width: 210px; }
    .footer__nav .nav--main li:nth-child(4) {
      order: 2;
      width: 150px; }
    .footer__nav .nav--main li:nth-child(5) {
      order: 4;
      width: 150px; } }

@media (min-width: 800px) {
  .footer .wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 40px;
    align-items: flex-start; }
  .footer__nav {
    max-width: 920px;
    margin: 0 auto; }
    .footer__nav .nav--main a {
      padding-top: 10px;
      padding-bottom: 7px; } }

/*----------------------
	CARD
----------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.card {
  width: 280px;
  color: #444;
  padding: 15px;
  margin: 0 15px 10px 15px; }
  .card *:last-child {
    margin-bottom: 0; }

/*----------------------
	NEWS
----------------------*/
.news {
  text-align: left;
  margin: 0 20px 10px 20px; }
  .news .news__image {
    margin: 0 0 10px 0; }
  .news .news__date {
    font-size: 0.875rem;
    color: #011F3B;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #011F3B;
    padding-bottom: 3px;
    margin-bottom: 10px; }
  .news h4 {
    margin-bottom: 5px; }
  .news p {
    margin-bottom: 5px;
    font-size: 0.9375rem; }
  .news > a {
    text-decoration: none;
    font-size: 0.9375rem; }
    .news > a::before {
      content: "» "; }

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .news-list h4 {
    font-size: 1.125rem;
    margin-bottom: 5px;
    line-height: 1.3; }
  .news-list .news {
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
    width: 100%; }
  .news-list .news__date {
    position: absolute;
    left: 0;
    top: 3px; }

h4 + .news-list {
  margin-top: 30px; }

@media (min-width: 720px) {
  .news-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; }
    .news-list .news {
      width: calc(50% - 30px);
      margin: 0 15px 30px 15px; } }

/*----------------------
	BANNER
----------------------*/
.banners h2 {
  display: none; }

figure.banner {
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #fff;
  min-height: 80px; }
  figure.banner .banner__img {
    height: 100%;
    background-position: center center;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover; }
    figure.banner .banner__img img {
      display: none; }
  figure.banner figcaption {
    position: relative;
    z-index: 1;
    background: rgba(1, 58, 109, 0.85);
    padding: 20px 10px 16px 10px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    max-width: 660px; }
    figure.banner figcaption.wide {
      max-width: 880px; }
    figure.banner figcaption h1 {
      margin: 0 0 10px 0;
      padding: 0;
      text-transform: uppercase;
      color: #fff;
      font-size: 2.75rem;
      line-height: 1; }
    figure.banner figcaption p {
      line-height: 1.3; }
    figure.banner figcaption > *:last-child {
      margin-bottom: 0; }

figure.banner--page-title figcaption {
  padding: 18px 10px 14px 10px; }
  figure.banner--page-title figcaption h1 {
    font-size: 2rem; }

@media (min-width: 560px) {
  figure.banner {
    padding-top: 50px;
    min-height: 150px; }
    figure.banner figcaption {
      padding: 30px 15px 25px 15px; }
  figure.banner--page-title figcaption {
    padding: 20px 15px 15px 15px; } }

@media (min-width: 720px) {
  .banners {
    display: flex;
    position: relative; }
    .banners h2 {
      display: block;
      position: absolute;
      z-index: 100;
      text-align: center;
      width: 100%;
      color: #fff;
      top: 50px; }
  figure.banner {
    padding-top: 80px;
    display: inline-flex;
    border: none;
    min-height: 180px; }
    figure.banner figcaption {
      padding: 40px 15px 35px 15px; }
  figure.banner--page-title figcaption {
    padding: 30px 15px 25px 15px; }
  .banners figure.banner {
    width: 50%; }
    .banners figure.banner figcaption {
      margin-right: 0;
      max-width: 400px;
      display: flex;
      position: relative;
      padding-bottom: 80px;
      align-items: center; }
  .banners .banner + .banner figcaption {
    margin-left: 0;
    margin-right: auto;
    position: relative; }
    .banners .banner + .banner figcaption::before {
      content: "";
      width: 2px;
      height: calc(100% - 80px);
      background: rgba(255, 255, 255, 0.6);
      display: block;
      position: absolute;
      left: -1px;
      top: 40px;
      z-index: 100; } 
    figure.banner .buttons {
        position: absolute;
        bottom: 20px;
        margin: 0 auto;
        text-align: center;
        width: 100%; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 720px) {
  .banners figure.banner figcaption {
      display: block; 
  }
}

@media (min-width: 880px) {
  .banners h2 {
    top: 215px; }
  figure.banner {
    padding-top: 250px;
    min-height: 200px; }
    figure.banner figcaption p br {
      display: none; }
  figure.banner--page-title {
    padding-top: 200px; }
    figure.banner--page-title figcaption h1 {
      font-size: 2.25rem; } }

/*----------------------
	PANEL
----------------------*/
.panel {
  background: #fff;
  padding: 20px;
  text-align: left; }

.customer {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px; }

.customer__image {
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 10px; }

.customer__name {
  display: inline-block;
  color: #011F3B;
  border-bottom: 2px solid #011F3B;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 5px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

.customer__excerpt p {
  margin: 0;
  line-height: 1.4; }

@media (min-width: 560px) {
  .panel {
    padding: 30px; }
  .customer__image {
    margin-right: 20px; } }

@media (min-width: 720px) {
  .panel {
    padding: 40px; }
  .customer {
    margin-top: 30px; } }

@media (min-width: 880px) {
  .panel {
    padding: 50px; } }

/*----------------------
	SECTION
----------------------*/
.section {
  padding-top: 30px;
  padding-bottom: 30px; }

.section--grey {
  background: #eeeeee; }

.section--testimonials {
  background: url(../img/bg-testimonials.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 15px; }

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

@media (min-width: 720px) {
  .section {
    padding-top: 50px;
    padding-bottom: 60px; } }

/*----------------------
	MODAL
----------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  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;
  -moz-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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: 50px;
  height: 50px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #0D62AF;
  font-style: normal;
  font-size: 50px;
  font-weight: normal;
  font-family: Arial, Baskerville, monospace; }

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #0D62AF;
  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.9;
  filter: alpha(opacity=9);
  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 .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 .mfp-a {
	    border-top-width: 13px;
	    border-bottom-width: 13px;
	    top: 8px; 
	  }
	  
	  .mfp-arrow .mfp-b {
	    border-top-width: 21px;
	    border-bottom-width: 21px;
	    opacity: 1; 
	  }

	  .mfp-arrow-left .mfp-a {
	    border-right: 17px solid $color-secondary;
	    margin-left: 31px; 
	  }
	  
	  .mfp-arrow-left .mfp-b {
	    margin-left: 25px;
	    border-right: 27px solid $color-secondary; 
	  }

		
	  
	  .mfp-arrow-right .mfp-a {
	    border-left: 17px solid $color-secondary;
	    margin-left: 39px;
	  }

	  .mfp-arrow-right .mfp-b{
	  	border-left: 27px solid $color-secondary; 
	  }
	  */
.mfp-arrow-left {
  left: 0; }

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

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 75px;
  color: #0D62AF; }

.mfp-arrow-right:before {
  content: "keyboard_arrow_right"; }

.mfp-arrow-left:before {
  content: "keyboard_arrow_left"; }

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

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

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

.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%;
  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;
  -moz-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;
  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-header__nav mobilep-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-header__nav mobile.mfp-img {
    padding: 0; }
  .mfp-img-header__nav mobilep-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-header__nav mobilep-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-header__nav mobilep-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;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-header__nav mobilep-bottom-bar:empty {
    padding: 0; }
  .mfp-img-header__nav mobilep-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-header__nav mobilep-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; }

.lightbox-wrapper {
  max-width: 520px;
  background: #fff;
  padding: 25px 20px;
  margin: 0 auto; }

/*----------------------
	MODAL
----------------------*/
.mfp-popup {
  background: #fff;
  max-width: 780px;
  padding: 37px 20px 20px;
  margin: 0 auto;
  position: relative; }
  .mfp-popup > *:nth-last-child(2) {
    margin-bottom: 0; }
  .mfp-popup.mfp-popup--medium {
    max-width: 600px; }

.mfp-popup--full {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: transparent; }

@media (min-width: 480px) {
  .mfp-popup {
    padding: 50px 30px; } }

@media (min-width: 720px) {
  .mfp-popup {
    padding: 50px 40px; } }

/* SLIDE */
.mfp-slide {
  margin: 0 auto;
  position: relative;
  max-width: 700px; }
  .mfp-slide img {
    width: 100%; }
  .mfp-slide button.mfp-close {
    top: -50px;
    border-radius: 0;
    font-size: 50px; }

/* IFRAME */
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 800px;
  max-height: 1000px;
  height: 100%; }
