/*!
Theme Name: base-wp-project
Theme URI: 
Author: Every1
Author URI: http://www.helloevery1.com/us
Description: base-wp-project Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base-wp-project
Tags:
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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 {
  -webkit-box-sizing: content-box;
  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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
  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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1400px) {
    .container {
      width: 1370px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1, .col-xs-2, .col-sl-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2, .col-xs-3, .col-sl-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3, .col-xs-4, .col-sl-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4, .col-xs-5, .col-sl-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5, .col-xs-6, .col-sl-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6, .col-xs-7, .col-sl-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7, .col-xs-8, .col-sl-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8, .col-xs-9, .col-sl-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9, .col-xs-10, .col-sl-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10, .col-xs-11, .col-sl-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11, .col-xs-12, .col-sl-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12 {
    float: left; }
  .col-sl-1 {
    width: 8.33333%; }
  .col-sl-2 {
    width: 16.66667%; }
  .col-sl-3 {
    width: 25%; }
  .col-sl-4 {
    width: 33.33333%; }
  .col-sl-5 {
    width: 41.66667%; }
  .col-sl-6 {
    width: 50%; }
  .col-sl-7 {
    width: 58.33333%; }
  .col-sl-8 {
    width: 66.66667%; }
  .col-sl-9 {
    width: 75%; }
  .col-sl-10 {
    width: 83.33333%; }
  .col-sl-11 {
    width: 91.66667%; }
  .col-sl-12 {
    width: 100%; }
  .col-sl-pull-0 {
    right: auto; }
  .col-sl-pull-1 {
    right: 8.33333%; }
  .col-sl-pull-2 {
    right: 16.66667%; }
  .col-sl-pull-3 {
    right: 25%; }
  .col-sl-pull-4 {
    right: 33.33333%; }
  .col-sl-pull-5 {
    right: 41.66667%; }
  .col-sl-pull-6 {
    right: 50%; }
  .col-sl-pull-7 {
    right: 58.33333%; }
  .col-sl-pull-8 {
    right: 66.66667%; }
  .col-sl-pull-9 {
    right: 75%; }
  .col-sl-pull-10 {
    right: 83.33333%; }
  .col-sl-pull-11 {
    right: 91.66667%; }
  .col-sl-pull-12 {
    right: 100%; }
  .col-sl-push-0 {
    left: auto; }
  .col-sl-push-1 {
    left: 8.33333%; }
  .col-sl-push-2 {
    left: 16.66667%; }
  .col-sl-push-3 {
    left: 25%; }
  .col-sl-push-4 {
    left: 33.33333%; }
  .col-sl-push-5 {
    left: 41.66667%; }
  .col-sl-push-6 {
    left: 50%; }
  .col-sl-push-7 {
    left: 58.33333%; }
  .col-sl-push-8 {
    left: 66.66667%; }
  .col-sl-push-9 {
    left: 75%; }
  .col-sl-push-10 {
    left: 83.33333%; }
  .col-sl-push-11 {
    left: 91.66667%; }
  .col-sl-push-12 {
    left: 100%; }
  .col-sl-offset-0 {
    margin-left: 0%; }
  .col-sl-offset-1 {
    margin-left: 8.33333%; }
  .col-sl-offset-2 {
    margin-left: 16.66667%; }
  .col-sl-offset-3 {
    margin-left: 25%; }
  .col-sl-offset-4 {
    margin-left: 33.33333%; }
  .col-sl-offset-5 {
    margin-left: 41.66667%; }
  .col-sl-offset-6 {
    margin-left: 50%; }
  .col-sl-offset-7 {
    margin-left: 58.33333%; }
  .col-sl-offset-8 {
    margin-left: 66.66667%; }
  .col-sl-offset-9 {
    margin-left: 75%; }
  .col-sl-offset-10 {
    margin-left: 83.33333%; }
  .col-sl-offset-11 {
    margin-left: 91.66667%; }
  .col-sl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1400px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left; }
  .col-xlg-1 {
    width: 8.33333%; }
  .col-xlg-2 {
    width: 16.66667%; }
  .col-xlg-3 {
    width: 25%; }
  .col-xlg-4 {
    width: 33.33333%; }
  .col-xlg-5 {
    width: 41.66667%; }
  .col-xlg-6 {
    width: 50%; }
  .col-xlg-7 {
    width: 58.33333%; }
  .col-xlg-8 {
    width: 66.66667%; }
  .col-xlg-9 {
    width: 75%; }
  .col-xlg-10 {
    width: 83.33333%; }
  .col-xlg-11 {
    width: 91.66667%; }
  .col-xlg-12 {
    width: 100%; }
  .col-xlg-pull-0 {
    right: auto; }
  .col-xlg-pull-1 {
    right: 8.33333%; }
  .col-xlg-pull-2 {
    right: 16.66667%; }
  .col-xlg-pull-3 {
    right: 25%; }
  .col-xlg-pull-4 {
    right: 33.33333%; }
  .col-xlg-pull-5 {
    right: 41.66667%; }
  .col-xlg-pull-6 {
    right: 50%; }
  .col-xlg-pull-7 {
    right: 58.33333%; }
  .col-xlg-pull-8 {
    right: 66.66667%; }
  .col-xlg-pull-9 {
    right: 75%; }
  .col-xlg-pull-10 {
    right: 83.33333%; }
  .col-xlg-pull-11 {
    right: 91.66667%; }
  .col-xlg-pull-12 {
    right: 100%; }
  .col-xlg-push-0 {
    left: auto; }
  .col-xlg-push-1 {
    left: 8.33333%; }
  .col-xlg-push-2 {
    left: 16.66667%; }
  .col-xlg-push-3 {
    left: 25%; }
  .col-xlg-push-4 {
    left: 33.33333%; }
  .col-xlg-push-5 {
    left: 41.66667%; }
  .col-xlg-push-6 {
    left: 50%; }
  .col-xlg-push-7 {
    left: 58.33333%; }
  .col-xlg-push-8 {
    left: 66.66667%; }
  .col-xlg-push-9 {
    left: 75%; }
  .col-xlg-push-10 {
    left: 83.33333%; }
  .col-xlg-push-11 {
    left: 91.66667%; }
  .col-xlg-push-12 {
    left: 100%; }
  .col-xlg-offset-0 {
    margin-left: 0%; }
  .col-xlg-offset-1 {
    margin-left: 8.33333%; }
  .col-xlg-offset-2 {
    margin-left: 16.66667%; }
  .col-xlg-offset-3 {
    margin-left: 25%; }
  .col-xlg-offset-4 {
    margin-left: 33.33333%; }
  .col-xlg-offset-5 {
    margin-left: 41.66667%; }
  .col-xlg-offset-6 {
    margin-left: 50%; }
  .col-xlg-offset-7 {
    margin-left: 58.33333%; }
  .col-xlg-offset-8 {
    margin-left: 66.66667%; }
  .col-xlg-offset-9 {
    margin-left: 75%; }
  .col-xlg-offset-10 {
    margin-left: 83.33333%; }
  .col-xlg-offset-11 {
    margin-left: 91.66667%; }
  .col-xlg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block .visible-sl-block,
.visible-sl-inline,
.visible-sl-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 480px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 480px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 480px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sl-block {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sl-inline {
    display: inline !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sl-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 1400px) {
  .visible-xlg-block {
    display: block !important; } }

@media (min-width: 1400px) {
  .visible-xlg-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  .visible-xlg-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none; } }

@font-face {
  font-family: 'gt_walsheim_problack';
  src: url("../../fonts/gtwalsheimproblack-webfont.html") format("woff2"), url("../../fonts/gtwalsheimproblack-webfont-2.html") format("woff"), url("../../fonts/gtwalsheimproblack-webfont-3.html") format("truetype"), url("../../fonts/gtwalsheimproblack-webfont-4.html#gt_walsheim_problack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gt_walsheim_probold';
  src: url("../../fonts/gtwalsheimprobold-webfont.html") format("woff2"), url("../../fonts/gtwalsheimprobold-webfont-2.html") format("woff"), url("../../fonts/gtwalsheimprobold-webfont-3.html") format("truetype"), url("../../fonts/gtwalsheimprobold-webfont-4.html#gt_walsheim_probold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gt_walsheim_prolight';
  src: url("../../fonts/gtwalsheimprolight-webfont.html") format("woff2"), url("../../fonts/gtwalsheimprolight-webfont-2.html") format("woff"), url("../../fonts/gtwalsheimprolight-webfont-3.html") format("truetype"), url("../../fonts/gtwalsheimprolight-webfont-4.html#gt_walsheim_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gt_walsheim_proregular';
  src: url("../../fonts/gtwalsheimproregular-webfont.html") format("woff2"), url("../../fonts/gtwalsheimproregular-webfont-2.html") format("woff"), url("../../fonts/gtwalsheimproregular-webfont-3.html") format("truetype"), url("../../fonts/gtwalsheimproregular-webfont-4.html#gt_walsheim_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body,
button,
input,
select,
textarea, .c-form .gsection h2, .c-form .validation_message {
  font-family: "Helvetica", sans-serif;
  font-weight: 400; }

/*----------------------------*/
/*----------- Mixins-----------*/
/*----------------------------*/
/* @include box-shadow(1px,1px,1px,0, #fff, true); */
.u-list-reset {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important; }

.u-display-none {
  display: none !important; }

.u-display {
  display: block !important; }

.u-relative {
  position: relative; }

.u-noscroll {
  position: fixed;
  width: 100%; }

@media screen and (min-width: 768px) {
  .u-mobile-only {
    display: none !important; } }

.u-tablet-up {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .u-tablet-up {
      display: block !important; } }

.u-tablet-only {
  display: none !important; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .u-tablet-only {
      display: block !important; } }

.u-desktop-only {
  display: none !important; }
  @media screen and (min-width: 992px) {
    .u-desktop-only {
      display: block !important; } }

.u-clearfix {
  content: "";
  display: table;
  clear: both; }

.u-underline-link {
  position: relative;
  display: inline-block; }
  .u-underline-link::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #cfe9f5;
    background-color: rgba(94, 180, 223, 0.3);
    width: 100%;
    bottom: -2px; }

.u-round-corners {
  border-radius: 20px; }

.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-min-height-auto {
  min-height: inherit !important; }

.u-line-top-shadow {
  height: 20px;
  -webkit-box-shadow: inset 0 -12px 22px -12px rgba(155, 121, 105, 0.4);
  box-shadow: inset 0 -12px 22px -12px rgba(155, 121, 105, 0.4);
  margin: 20px -15px 30px;
  border: 0; }
  @media screen and (min-width: 768px) {
    .u-line-top-shadow {
      margin: 30px -15px 50px; } }
  @media screen and (min-width: 992px) {
    .u-line-top-shadow {
      margin: 45px -15px 60px; } }

.u-gradient-bg {
  background: #312783;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#312783), to(#009fe3));
  background: linear-gradient(to right, #312783 0%, #009fe3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312783', endColorstr='#009fe3',GradientType=1 );
  /* IE6-9 */ }

.u-with-overlap .c-page-header__down-indicator {
  display: none !important; }

@media screen and (min-width: 768px) {
  .u-with-overlap .m-page-header__col {
    padding-bottom: 100px; } }

@media screen and (min-width: 992px) {
  .u-with-overlap .m-page-header__col {
    padding-bottom: 120px; } }

.u-container,
.u-container.vc_row {
  margin-left: auto !important;
  margin-right: auto !important; }
  @media screen and (min-width: 768px) {
    .u-container,
    .u-container.vc_row {
      width: 750px; } }
  @media screen and (min-width: 992px) {
    .u-container,
    .u-container.vc_row {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .u-container,
    .u-container.vc_row {
      width: 1170px; } }

@media screen and (min-width: 768px) {
  .u-full-width {
    width: 99vw;
    position: relative;
    margin-left: -50vw;
    left: 50%; } }

@media screen and (min-width: 840px) {
  .u-full-width {
    width: 99.1vw; } }

@media screen and (min-width: 992px) {
  .u-full-width {
    width: 99.29vw; } }

@media screen and (min-width: 1200px) {
  .u-full-width {
    width: 99.29vw; } }

.u-page-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  display: none;
  z-index: 10999; }
  .u-page-overlay__spinner {
    margin: 40px auto 0 auto;
    width: 100px;
    height: 100%;
    text-align: center;
    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; }
    .u-page-overlay__spinner img {
      width: 70px;
      height: 70px;
      margin: 0 auto; }

.u-fade-page {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  position: relative; }
  .u-fade-page::before {
    z-index: 10999;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    top: 0;
    bottom: 0; }
  .u-fade-page::after {
    content: "";
    display: block;
    position: absolute;
    content: "Please wait...";
    width: 100px;
    height: 10px;
    text-align: center;
    background-color: red;
    top: 0;
    bottom: 0; }

.u-min-height-10 {
  min-height: 10px !important; }

.u-min-height-30 {
  min-height: 30px !important; }

.u-no-margin {
  margin: 0 !important; }

.u-neg-mar-top-10 {
  margin-top: -10px !important; }

.u-neg-mar-top-20 {
  margin-top: -20px !important; }

.u-750 {
  width: 750px;
  margin-left: auto !important;
  margin-right: auto !important; }

.u-950 {
  width: 950px;
  margin-left: auto !important;
  margin-right: auto !important; }

.u-1170 {
  width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important; }

/********* Accessibility **********/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

a {
  color: #5eb4df;
  text-decoration: none; }
  a:hover, a:focus {
    color: #5eb4df;
    -webkit-text-decoration-color: #5eb4df;
    text-decoration-color: #5eb4df; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-dots {
  position: absolute;
  bottom: -30px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  padding: 12px 15px 0 0; }
  .slick-dots li {
    margin-left: 5px; }
    .slick-dots li button {
      text-indent: -9999px;
      width: 15px;
      height: 15px;
      background-color: #424242;
      border-radius: 50%; }
      .slick-dots li button:hover {
        opacity: 0.7; }
    .slick-dots li.slick-active button {
      background-color: #ffffff; }
    .slick-dots li::before {
      content: none !important; }

@media screen and (min-width: 768px) {
  .slick-dots {
    padding-top: 13px;
    padding-right: 20px; }
    .slick-dots li button {
      width: 12px;
      height: 12px; } }

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

html {
  height: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 0;
  right: 0;
  position: relative; }

a {
  font-weight: normal;
  text-transform: none; }

.container {
  max-width: 1170px !important; }

a:active {
  outline: none !important; }

button {
  outline: 0;
  border: 0;
  cursor: pointer; }

input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0; }

.svg-menu-burger, .svg-menu-close {
  background: url("../images/sprite.html") no-repeat; }

.svg-menu-burger {
  background-position: 0 0;
  width: 43px;
  height: 31px; }

.svg-menu-close {
  background-position: 0 100%;
  width: 35px;
  height: 35px; }

.l-layout__main {
  padding-top: 20px; }

@media screen and (min-width: 992px) {
  .l-layout__main {
    padding-top: 30px;
    background-color: #ffffff; } }

@media screen and (min-width: 1200px) {
  .l-layout__main {
    padding-top: 40px; } }

.c-button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 15px 20px 15px 20px;
  letter-spacing: 0px;
  position: relative;
  margin: 0;
  width: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  z-index: 10;
  border-radius: 6px;
  background-color: #5eb4df; }
  .c-button:focus {
    color: #5eb4df; }
  .c-button:hover {
    color: #ffffff;
    background-color: #33a0d7;
    text-decoration: none; }
  .c-button--header {
    padding: 8px 20px 8px 20px;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35); }
  @media (min-width: 768px) {
    .c-button {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem; } }

/*----------------------------*/
/*---------Typography ---------*/
/*----------------------------*/
body,
button,
input,
select,
textarea {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-transform: none;
  letter-spacing: 0.01em;
  padding: 5px 0 20px 0;
  margin: 0;
  font-weight: 700;
  color: #5eb4df;
  text-align: left; }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em {
    color: #424242;
    font-style: normal; }

p {
  margin: 0;
  padding-bottom: 15px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  border: 0;
  padding-top: 75px;
  font-weight: normal;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }
  blockquote p {
    width: auto;
    font-weight: normal; }
  blockquote:before {
    content: '"';
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 50%;
    top: 60px;
    margin-left: -25px;
    font-size: 130px;
    font-size: 13rem; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #ffffff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #5eb4df;
  cursor: help; }

mark,
ins {
  background: #ffffff;
  text-decoration: none; }

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem; }

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem; }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem; }

h4 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem; }

.centered h1,
.centered h2,
.centered h3,
.centered h4,
.centered h5,
.centered h6,
.centered p {
  text-align: center; }

.lead-large {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem; }

.first {
  color: #5eb4df;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem; }

.internal-page .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem; }

.wpb_text_column h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-weight: 700;
  padding-top: 10px; }

.wpb_text_column a {
  color: #5eb4df; }
  .wpb_text_column a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    line-height: 2.3rem; }
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 28px;
    line-height: 2.8rem; }
  .home h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem; }
  .wpb_text_column h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem; } }

.cookie-container .ctcc-more-info-link {
  padding-right: 10px;
  padding-left: 10px; }

.cookie-container button#catapultCookie {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 15px 75px 15px 30px;
  letter-spacing: 0px;
  position: relative;
  margin: 0;
  margin-left: 10px;
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  text-align: left;
  height: 50px;
  color: #ffffff;
  text-transform: none;
  z-index: 10;
  border-radius: 25px;
  background-color: #5eb4df; }
  .cookie-container button#catapultCookie:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 15px;
    right: 30px; }
  .cookie-container button#catapultCookie:hover {
    color: #ffffff;
    background-color: #5eb4df; }

::-webkit-input-placeholder {
  color: #ffffff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

:-ms-input-placeholder {
  color: #ffffff; }

select::-ms-expand {
  display: none; }

select {
  color: #ffffff; }

.c-form {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 30px;
  /**################*/
  /*   Checkboxes   */
  /**################*/
  /**################*/
  /*       Radios    */
  /**################*/
  /**######################*/
  /*   Validation Errors   */
  /**######################*/ }
  .c-form form {
    margin: 0 auto;
    padding-bottom: 20px;
    padding: 15px 0 20px;
    background-color: transparent; }
  .c-form label {
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    color: #000000;
    padding: 6px 12px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem; }
  .c-form .gform_fields {
    margin-top: 0; }
  .c-form input {
    border-radius: 6px;
    width: 100%;
    height: 48px;
    padding: 0 25px 0 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    background-color: #bfbfbf;
    color: #ffffff; }
    .c-form input::-ms-clear {
      display: none; }
  .c-form textarea {
    width: 100%;
    padding: 15px 15px 0 14px;
    border-radius: 10px;
    height: 170px;
    color: #424242;
    -webkit-appearance: none;
    background-color: #bfbfbf;
    border: none; }
  .c-form select {
    width: 100%;
    padding: 2px 15px 0 24px;
    border: 2px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-appearance: none;
    outline-style: none;
    height: 60px;
    background-image: url("../images/filter-arrow.svg");
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #424242; }
  .c-form .select label {
    display: none; }
  .c-form .select .ginput_container {
    position: relative; }
  .c-form .gform_body {
    margin-top: 0; }
  .c-form .gform_title {
    text-align: left;
    background-color: #5eb4df;
    color: #ffffff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 6px;
    padding: 15px; }
  .c-form .gform_description {
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem; }
  .c-form li.gfield.gf_left_half {
    width: 100%; }
  .c-form li.gfield.gf_right_half {
    width: 100%; }
  .c-form li.gfield.gf_left_third {
    width: 100%; }
  .c-form li.gfield.gf_middle_third {
    width: 100%; }
  .c-form li.gfield.gf_right_third {
    width: 100%; }
  .c-form .gfield_visibility_hidden {
    display: none !important; }
  .c-form .gfield {
    position: relative;
    min-height: 54px;
    margin-bottom: 20px;
    padding: 0; }
    .c-form .gfield .gfield_label {
      color: #5eb4df;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22px;
      line-height: 2.2rem; }
    .c-form .gfield.hidden_label .gfield_label {
      display: none; }
    .c-form .gfield::before {
      background-image: none; }
    .c-form .gfield.is-focused label {
      top: -16px; }
    .c-form .gfield.is-focused input,
    .c-form .gfield.is-focused select {
      border: 2px solid #5eb4df; }
    .c-form .gfield .ginput_container {
      margin-top: 5px;
      position: relative; }
  .c-form .gfield_html p {
    padding-bottom: 0; }
  .c-form .gfield_html.gfield_label p {
    font-weight: 500;
    color: #5eb4df;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem; }
  .c-form .gfield_required {
    color: #ff7f7f; }
  .c-form .gsection {
    margin-bottom: 15px;
    min-height: inherit; }
    .c-form .gsection h2 {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 23px;
      line-height: 2.3rem;
      font-weight: 700;
      margin-bottom: 0;
      padding-bottom: 0; }
  .c-form .gform_footer {
    position: relative;
    margin-top: 0;
    float: left; }
    .c-form .gform_footer input {
      height: 45px; }
  .c-form .gform_button {
    color: #ffffff;
    border: none;
    margin-top: 0;
    border-radius: 6px;
    background-color: #5eb4df;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
    padding: 6px 20px 6px 20px;
    height: 54px;
    position: relative;
    font-weight: 700; }
    .c-form .gform_button:hover {
      color: #ffffff;
      background-color: #33a0d7;
      text-decoration: none;
      border-color: #5eb4df; }
  .c-form ul {
    list-style: none;
    padding-left: 0; }
  .c-form .ginput_container_checkbox {
    background-image: none;
    height: auto; }
    .c-form .ginput_container_checkbox input[type="checkbox"] {
      -webkit-appearance: inherit;
      position: absolute;
      opacity: 0;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 19px;
      line-height: 1.9rem; }
    .c-form .ginput_container_checkbox input[type="checkbox"] + label::before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      line-height: 13px;
      margin: -3px 12px 0 -30px;
      background: url(../images/checkbox-sprite.svg);
      vertical-align: middle;
      background-size: 100%;
      padding: 0; }
    .c-form .ginput_container_checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.5;
      cursor: default; }
    .c-form .ginput_container_checkbox input[type="checkbox"]:not(:checked):hover + label::before {
      background-position: 0 -15px; }
    .c-form .ginput_container_checkbox input[type="checkbox"]:checked + label::before {
      background-position: 0 -30px; }
    .c-form .ginput_container_checkbox .gfield_checkbox li {
      padding-left: 0;
      position: relative; }
      .c-form .ginput_container_checkbox .gfield_checkbox li::before {
        content: none !important;
        background-image: none; }
    .c-form .ginput_container_checkbox .gfield_checkbox label {
      display: block;
      color: #000000;
      vertical-align: middle;
      cursor: pointer;
      padding-left: 20px;
      position: absolute;
      top: 14px;
      left: 12px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem; }
      .c-form .ginput_container_checkbox .gfield_checkbox label a {
        color: #2f3e3b;
        font-weight: 700;
        text-decoration: underline; }
    @media \0screen {
      .c-form .ginput_container_checkbox input[type="checkbox"] {
        position: static; } }
  .c-form .ginput_container_radio {
    background-image: none;
    height: auto; }
    .c-form .ginput_container_radio input[type="radio"] {
      -webkit-appearance: inherit;
      position: absolute;
      opacity: 0; }
    .c-form .ginput_container_radio input[type="radio"] ~ label::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 25px;
      height: 25px;
      line-height: 13px;
      margin: 0 12px 0 -30px;
      background-image: url("../images/radio-sprite.svg");
      background-repeat: no-repeat;
      background-position: 0;
      background-size: 100%;
      vertical-align: middle;
      padding: 0;
      left: 15px;
      border-radius: 50%;
      background-color: #ffffff;
      margin-top: -4px; }
    .c-form .ginput_container_radio input[type="radio"]:disabled ~ label {
      opacity: 0.5;
      cursor: default; }
    .c-form .ginput_container_radio input[type="radio"]:not(:checked):hover ~ label::before {
      background-position: 0 -25px; }
    .c-form .ginput_container_radio input[type="radio"]:checked ~ label::before {
      background-position: 0 -50px;
      border: none !important; }
    .c-form .ginput_container_radio .gfield_radio li {
      padding-left: 0;
      position: relative;
      display: inline-block;
      width: 50%;
      height: 66px; }
      .c-form .ginput_container_radio .gfield_radio li::before {
        content: none !important;
        background-image: none; }
    .c-form .ginput_container_radio .gfield_radio label {
      display: block;
      color: #000000;
      vertical-align: middle;
      cursor: pointer;
      padding-left: 20px;
      position: absolute;
      top: 14px;
      left: 12px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem; }
      .c-form .ginput_container_radio .gfield_radio label a {
        color: #2f3e3b;
        font-weight: 700;
        text-decoration: underline; }
    .c-form .ginput_container_radio .gfield_radio .LV_validation_message {
      display: none !important; }
    @media \0screen {
      .c-form .ginput_container_radio input[type="radio"] {
        position: static; } }
  .c-form .validation_error {
    color: #ed2025;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: 500;
    margin-top: 15px; }
  .c-form .validation_message {
    color: #ff7f7f;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
    padding-top: 5px; }
  .c-form .gform_validation_container {
    display: none; }
  .c-form .gform_confirmation_message {
    color: #5eb4df;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem; }
  .c-form .gform_validation_error .gfield label {
    top: -16px; }
  .c-form .gfield.gfield_error {
    margin-bottom: 40px; }
    .c-form .gfield.gfield_error input {
      border: 2px solid #ff7f7f; }
  .c-form .gfield_description.validation_message {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    width: 100%;
    top: -4px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.3);
    box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.3); }
    .c-form .gfield_description.validation_message::before {
      width: 12px;
      height: 12px;
      content: "";
      display: block;
      position: absolute;
      -webkit-box-shadow: 0px 0px 22px 0 rgba(5, 5, 155, 0.3);
      box-shadow: 0px 0px 22px 0 rgba(5, 5, 155, 0.3);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -7px;
      right: 24px;
      background-color: #ffffff;
      z-index: -1; }
    .c-form .gfield_description.validation_message::after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      top: -9px;
      right: 3px;
      border-left: 27px solid transparent;
      border-right: 27px solid transparent;
      border-bottom: 25px solid #ffffff; }
  .c-form input.LV_invalid_field,
  .c-form select.LV_invalid_field {
    border-color: #ff7f7f !important; }
  .c-form .LV_validation_message {
    right: 18px;
    top: 17px;
    display: block !important;
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    border-radius: 30px; }
    .c-form .LV_validation_message.LV_invalid {
      background-color: #ff7f7f;
      background-image: url("../images/input-invalid.svg"); }
    .c-form .LV_validation_message.LV_valid {
      background-color: #5eb4df;
      background-image: url("../images/input-valid-tick.svg"); }
  .c-form--newsletter {
    padding-top: 0; }
    .c-form--newsletter form {
      border: 0;
      padding-top: 2px;
      max-width: inherit; }
    .c-form--newsletter .gform_body {
      margin-top: 5px; }
    .c-form--newsletter .gform_fields {
      margin-top: 0; }
    .c-form--newsletter .gfield {
      margin-bottom: 3px; }
    .c-form--newsletter input {
      padding: 0 15px 0 10px;
      height: 45px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 2rem; }
    .c-form--newsletter .gform_button {
      background-color: #ffffff;
      color: #5eb4df; }
  @media screen and (min-width: 992px) {
    .c-form .gfield.textarea {
      float: left;
      width: 100%; }
    .c-form li.gfield.gf_left_half {
      width: 49%;
      float: left; }
    .c-form li.gfield.gf_right_half {
      width: 49%;
      float: left;
      margin-left: 2%; }
    .c-form .gform_footer {
      width: 49%;
      margin-top: 5px;
      float: left; }
    .c-form--newsletter .gform_footer {
      float: right; } }

.c-skip-links a {
  position: absolute;
  left: -9999em;
  display: inline-block;
  margin: 0.75em 0 0 30px; }
  .c-skip-links a:focus {
    left: 97px;
    top: -11px;
    z-index: 1;
    background-color: #ffbf47;
    outline: 3px solid #ffbf47; }

.c-breadcrumbs {
  display: none; }
  .c-breadcrumbs__nav {
    padding-bottom: 0;
    color: #5eb4df;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-align: left;
    font-weight: 500; }
    .c-breadcrumbs__nav > div span[itemprop="itemListElement"]:first-child a {
      font-weight: 500;
      display: inline-block;
      position: relative; }
  .c-breadcrumbs .current-item {
    font-weight: 400; }
  .c-breadcrumbs a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #5eb4df;
    font-weight: 500; }
  .c-breadcrumbs i {
    width: 15px;
    height: 20px;
    position: relative;
    display: inline-block; }
    .c-breadcrumbs i::before {
      content: "";
      display: block;
      position: absolute;
      /*
			@extend .svg-breadcrumb-seperator;
			@extend .svg-breadcrumb-seperator-dims;
*/
      top: 4px;
      left: 0px; }
  @media (min-width: 768px) {
    .c-breadcrumbs {
      display: block;
      padding: 10px 0 0; } }

.c-site-header {
  position: relative;
  margin-top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 60px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 0;
  background-color: #424242;
  content: "";
  display: table;
  clear: both;
  -webkit-transition: all 600ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 600ms cubic-bezier(0.7, 0, 0.3, 1); }
  .c-site-header .container {
    padding: 0; }
  .c-site-header__cta {
    display: none; }
  .c-site-header__contact-icons {
    position: absolute;
    right: 74px;
    top: 30px; }
    .c-site-header__contact-icons a {
      background: transparent url("../images/mobile-icons.png") no-repeat left top;
      display: block;
      text-indent: -5000px; }
    .c-site-header__contact-icons .tel-icon {
      width: 32px;
      height: 28px;
      float: left;
      background-position: -32px 0px !important;
      margin-right: 15px; }
    .c-site-header__contact-icons .email-icon {
      width: 30px;
      height: 28px;
      float: left; }
  .c-site-header__inner {
    height: 80px;
    position: relative;
    z-index: 99991;
    -webkit-transition: all 600ms 0.3s ease;
    transition: all 600ms 0.3s ease; }
  .c-site-header__logo {
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    width: 120px;
    z-index: 9999;
    position: absolute; }
    .c-site-header__logo a {
      display: block; }
      .c-site-header__logo a img {
        height: auto;
        width: 120px; }
  @media screen and (min-width: 992px) {
    .c-site-header {
      background-color: transparent;
      height: 120px;
      position: relative; }
      .c-site-header .container {
        padding: 0 15px; }
      .c-site-header__cta {
        display: block;
        width: 400px;
        position: absolute;
        right: 15px;
        background-color: transparent;
        padding: 15px;
        text-align: right; }
        .c-site-header__cta a {
          font-size: 20px;
          font-size: 2rem;
          line-height: 28px;
          line-height: 2.8rem;
          font-weight: 700;
          margin-top: 10px; }
        .c-site-header__cta span {
          color: #e0e0e0;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          line-height: 2.4rem;
          text-align: center;
          padding-bottom: 6px;
          font-weight: 700; }
      .c-site-header__contact-icons {
        display: none; }
      .c-site-header__logo {
        height: auto;
        height: auto;
        width: 280px;
        margin-top: 2px;
        margin-left: 0; }
        .c-site-header__logo a img {
          height: auto;
          width: 280px; }
      .c-site-header__inner {
        position: static;
        height: 150px;
        background-color: #424242;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px; }
        .c-site-header__inner::before {
          content: none; }
      .c-site-header__top-links {
        border-bottom: 3px solid #5eb4df; }
      .c-site-header__top span {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        line-height: 1.8rem; } }
  @media screen and (min-width: 1200px) {
    .c-site-header__cta {
      right: auto;
      margin-left: 732px; } }

.u-menu-active .c-site-header {
  background-size: 1000px; }

.c-site-footer {
  padding-top: 30px; }
  .c-site-footer__bottom {
    position: relative;
    background-color: #e0e0e0;
    padding: 30px 0; }
  .c-site-footer__logo {
    margin-bottom: 20px;
    margin-top: 20px; }
  .c-site-footer__menu h4 {
    color: #424242;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    padding-bottom: 6px; }
  .c-site-footer__menu-col {
    margin-bottom: 25px; }
  .c-site-footer__links {
    list-style: none;
    padding-left: 0; }
    .c-site-footer__links li {
      margin-bottom: 0;
      border-bottom: 1px solid #ababab; }
      .c-site-footer__links li a {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        padding: 8px 0 7px; }
      .c-site-footer__links li.title {
        list-style: none;
        margin-top: 25px;
        padding-bottom: 5px;
        margin-left: -17px; }
        .c-site-footer__links li.title:first-of-type {
          margin-top: 0; }
        .c-site-footer__links li.title a {
          cursor: inherit;
          color: #3c3c3c; }
    .c-site-footer__links a:not([href="#"]) {
      color: #3c3c3c; }
  .c-site-footer__copyright {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #3c3c3c; }
  @media (min-width: 768px) {
    .c-site-footer__menu {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .c-site-footer__menu {
      margin-top: 30px; }
    .c-site-footer__links li a {
      padding: 12px 0 9px; } }

.c-site-nav {
  margin-right: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 600ms 0.3s ease;
  transition: all 600ms 0.3s ease; }
  .c-site-nav__navbar {
    height: 74px;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    border: none;
    position: relative; }
  .c-site-nav__navbar-header {
    height: 100%;
    position: relative;
    z-index: 9999; }
  .c-site-nav__navbar-collapse {
    height: 0;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out; }
    .c-site-nav__navbar-collapse.is-active {
      z-index: 1000;
      width: 100%;
      min-height: calc(100vh - 40px);
      background: #5eb4df; }
      .c-site-nav__navbar-collapse.is-active .c-site-nav__menu-section {
        position: relative;
        width: 100%;
        overflow: auto;
        left: 0;
        top: 0; }
  .c-site-nav__button-container {
    height: auto;
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 9999;
    padding: 13px 15px 0 0; }
    .c-site-nav__button-container.is-active {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      padding: 0 30px 0 0;
      margin-top: -2px; }
  .c-site-nav__button-toggle {
    border-color: #000000;
    margin-right: 30px;
    background-color: transparent !important;
    border: 0;
    border-bottom: 3px solid white;
    border-top: 3px solid white;
    font-size: 14px;
    cursor: pointer;
    height: 20px;
    margin: 0;
    outline: 0;
    position: relative;
    -webkit-transition: border-color 150ms ease-out;
    transition: border-color 150ms ease-out;
    width: 34px;
    display: block;
    border-radius: 0;
    padding: 8px; }
    .c-site-nav__button-toggle::after, .c-site-nav__button-toggle::before {
      border-bottom: 3px solid white;
      bottom: 6px;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      right: 0;
      -webkit-transition: transform 200ms ease-out;
      -webkit-transition: -webkit-transform 200ms ease-out;
      transition: -webkit-transform 200ms ease-out;
      transition: transform 200ms ease-out;
      transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }
    .c-site-nav__button-toggle span {
      font-size: 10px;
      font-size: 1rem;
      line-height: 11px;
      line-height: 1.1rem;
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -18px;
      color: white; }
    .c-site-nav__button-toggle.is-active {
      border-color: transparent;
      transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg);
      -moz-transform: rotateZ(90deg); }
      .c-site-nav__button-toggle.is-active::after, .c-site-nav__button-toggle.is-active::before {
        -webkit-transition: transform 200ms ease-out;
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
        transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }
      .c-site-nav__button-toggle.is-active::after {
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        border-bottom: 3px solid white; }
      .c-site-nav__button-toggle.is-active::before {
        transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        border-bottom: 3px solid white; }
  .c-site-nav__navbar-collapse {
    display: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }
    .c-site-nav__navbar-collapse.in {
      display: block; }
  .c-site-nav__nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    margin: 0;
    width: auto;
    overflow: auto;
    background-color: #5eb4df; }
  .c-site-nav__item {
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 1px solid #ffffff;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.27);
    background-clip: padding-box; }
    .c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link {
      position: absolute;
      top: 5px;
      right: 0;
      background-color: transparent;
      bottom: 5px;
      width: 40px;
      border-color: #ffffff;
      border-color: rgba(255, 255, 255, 0.27);
      background-clip: padding-box;
      cursor: pointer;
      text-indent: -9999px; }
      .c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link::before {
        content: "";
        display: block;
        position: absolute;
        background-image: url("../images/sub-menu-arrow--white.svg");
        background-repeat: no-repeat;
        width: 10px;
        height: 6px;
        right: 11px;
        top: 20px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: transform 0.2s ease;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .c-site-nav__item.is-open.menu-item-has-children {
      border-bottom: 0; }
      .c-site-nav__item.is-open.menu-item-has-children > .c-site-nav__dropdown-submenu-link {
        color: #000000;
        position: absolute;
        top: 10px;
        right: 0;
        background-color: transparent;
        bottom: 10px;
        width: 50px;
        font-size: 24px;
        font-size: 2.4rem; }
        .c-site-nav__item.is-open.menu-item-has-children > .c-site-nav__dropdown-submenu-link::before {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          background-image: url("../images/sub-menu-arrow.svg"); }
    .c-site-nav__item--dropdown .c-site-nav__dropdown-submenu-link::before {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    .c-site-nav__item--dropdown.has-children .c-site-nav__dropdown-submenu-link {
      width: 95px; }
      .c-site-nav__item--dropdown.has-children .c-site-nav__dropdown-submenu-link::before {
        right: 48px; }
    .c-site-nav__item--dropdown.is-open.has-children > .c-site-nav__dropdown-submenu-link::before {
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg); }
    .c-site-nav__item--dropdown--level-two {
      background-color: #e5e5e5; }
  .c-site-nav__link {
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 14px 0 12px 5px;
    display: block; }
    .c-site-nav__link:hover {
      color: #ffffff;
      background-color: transparent; }
  .c-site-nav__dropdown-submenu-link {
    display: block;
    height: 44px; }
  .c-site-nav__dropdown {
    display: none;
    margin-left: -15px;
    margin-right: -15px; }
    .c-site-nav__dropdown h3, .c-site-nav__dropdown-link {
      color: #fff; }
  .c-site-nav__dropdown-list {
    padding-left: 0;
    padding-bottom: 0;
    list-style: none;
    background-color: #555555; }
  .c-site-nav__menu-item-description {
    display: none; }
  .c-site-nav__dropdown .c-site-nav__item--dropdown {
    border: 0;
    padding: 0 15px; }
    .c-site-nav__dropdown .c-site-nav__item--dropdown:last-of-type .c-site-nav__link {
      border-bottom: 0; }
    .c-site-nav__dropdown .c-site-nav__item--dropdown .c-site-nav__link {
      color: #ffffff;
      font-size: 12px;
      font-size: 1.2rem;
      border-bottom: 1px solid #5eb4df; }
  .c-site-nav__contact {
    background-color: #5eb4df;
    text-align: center;
    padding: 35px 15px; }
    .c-site-nav__contact span {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.6rem;
      color: #ffffff;
      text-transform: uppercase; }
    .c-site-nav__contact a {
      display: block;
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 24px;
      line-height: 2.4rem;
      color: #ffffff; }
  @media screen and (max-width: 991px) {
    .c-site-nav__dropdown--wide--list, .c-site-nav__dropdown--wide--list-2 {
      padding: 0;
      background-color: #5eb4df;
      list-style: none; }
    .c-site-nav__dropdown-list .c-site-nav__item {
      background-color: #e0e0e0;
      border-bottom: 1px solid #424242; }
    .c-site-nav__dropdown-list .c-site-nav__link {
      border-bottom: 0 !important;
      color: #5eb4df !important; }
    .c-site-nav__item-dropdown {
      padding: 0 15px;
      width: 100%;
      position: relative;
      display: block;
      background-color: #e0e0e0;
      border-bottom: 1px solid #424242; }
    .c-site-nav__link-dropdown {
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase;
      padding: 14px 0 12px 5px;
      display: block; }
    .c-site-nav .level2 {
      display: none; } }
  @media screen and (min-width: 992px) {
    .c-site-nav {
      position: relative;
      text-align: left;
      height: 60px;
      z-index: 12;
      width: auto;
      background-color: #424242;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: -60px;
      margin-right: 0;
      margin-left: 15px; }
      .c-site-nav > .c-button {
        width: 170px;
        height: 56px;
        padding: 24px 30px; }
      .c-site-nav__menu-section {
        width: 100%;
        padding: 0; }
      .c-site-nav__menu-tab-nav {
        display: none; }
      .c-site-nav__button-container {
        display: none; }
      .c-site-nav__navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        height: auto;
        position: relative; }
      .c-site-nav__nav {
        padding: 0;
        display: block;
        -webkit-transition: all 600ms 0.3s ease;
        transition: all 600ms 0.3s ease;
        overflow: inherit;
        background-color: transparent !important;
        text-align: right; }
      .c-site-nav__item {
        display: inline-block;
        border-bottom: 0;
        width: auto;
        position: inherit; }
        .c-site-nav__item.current_page_item .c-site-nav__link {
          color: #5eb4df; }
        .c-site-nav__item.current_page_item .c-site-nav__dropdown-submenu-link::before {
          background-image: url("../images/sub-menu-arrow--white.svg") !important; }
        .c-site-nav__item.menu-item-has-children {
          padding-right: 10px !important;
          background-repeat: no-repeat;
          background-position: right 20px;
          background-size: 9px; }
          .c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link {
            display: none; }
          .c-site-nav__item.menu-item-has-children.is-active {
            position: relative;
            color: #5eb4df; }
            .c-site-nav__item.menu-item-has-children.is-active .c-site-nav__dropdown-submenu-link::before {
              background-image: url("../images/sub-menu-arrow--white.svg"); }
            .c-site-nav__item.menu-item-has-children.is-active > .c-site-nav__dropdown {
              display: block; }
            .c-site-nav__item.menu-item-has-children.is-active::before:not(.wide) {
              content: "";
              display: block;
              position: absolute;
              width: 0;
              height: 0;
              border-left: 5px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 5px solid #5eb4df;
              left: 0;
              right: 0;
              margin: 0 auto;
              bottom: -11px;
              z-index: 9; }
          .c-site-nav__item.menu-item-has-children.is-active.wide {
            position: inherit; }
      .c-site-nav__link {
        color: #e0e0e0;
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
        line-height: 1.8rem;
        padding: 6px 15px 6px 15px;
        font-weight: normal;
        text-transform: inherit;
        text-decoration: none !important;
        letter-spacing: 0;
        font-weight: 600; }
        .c-site-nav__link:hover {
          text-decoration: underline; }
      .c-site-nav__dropdown {
        position: absolute;
        background-color: transparent;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-left: 0;
        width: 240px;
        margin-top: 0;
        display: none; }
        .c-site-nav__dropdown .level2 {
          display: none; }
      .c-site-nav__dropdown .c-site-nav__item--dropdown {
        float: none;
        position: static;
        padding: 0;
        display: block;
        text-align: left; }
        .c-site-nav__dropdown .c-site-nav__item--dropdown .c-site-nav__link {
          padding: 14px 14px 14px 20px;
          color: #ffffff;
          position: relative;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 20px;
          line-height: 2rem;
          border-radius: 0;
          font-weight: normal;
          text-transform: inherit;
          border: 0;
          letter-spacing: 0;
          background-color: #5eb4df; }
          .c-site-nav__dropdown .c-site-nav__item--dropdown .c-site-nav__link::before {
            content: "";
            display: block;
            position: absolute;
            right: 25px;
            top: 21px; }
          .c-site-nav__dropdown .c-site-nav__item--dropdown .c-site-nav__link:hover {
            text-decoration: none;
            color: #ffffff;
            font-weight: normal;
            background-color: #ed2025; }
        .c-site-nav__dropdown .c-site-nav__item--dropdown:hover {
          background-color: #323232;
          color: #ffffff; }
      .c-site-nav__dropdown--wide {
        margin-left: 0;
        width: 100%;
        z-index: 9999;
        position: absolute;
        left: 0;
        right: auto;
        padding-top: 11px; }
        .c-site-nav__dropdown--wide--inner {
          padding: 0;
          margin: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background-color: #ffffff;
          border-top: 1px solid #5eb4df;
          border-bottom: 1px solid #5eb4df;
          border-right: 1px solid #5eb4df; }
      .c-site-nav__dropdown--wide--list {
        width: 350px;
        padding: 0;
        background-color: #5eb4df;
        list-style: none; }
      .c-site-nav__dropdown--wide--list-2 {
        width: 480px;
        padding: 0 0 0 30px;
        list-style: none;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
      .c-site-nav__link-dropdown {
        padding: 15px;
        color: #ffffff;
        position: relative;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 20px;
        line-height: 2rem;
        border-radius: 0;
        font-weight: normal;
        text-transform: inherit;
        border: 0;
        letter-spacing: 0;
        background-color: #5eb4df;
        display: block;
        position: relative;
        height: 50px; }
        .c-site-nav__link-dropdown:hover {
          background-color: #ed2025;
          color: #ffffff; }
          .c-site-nav__link-dropdown:hover::before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 15px solid #ed2025;
            top: 0;
            right: -14px; }
      .c-site-nav__dropdown-list {
        height: auto;
        padding-left: 0;
        padding-bottom: 0;
        margin-top: 11px;
        background-color: #5eb4df; }
      .c-site-nav__dropdown-sub-container {
        padding: 20px 0;
        padding-top: 15px;
        margin-left: 20px;
        width: 100%;
        background-color: #ffffff; }
      .c-site-nav__item-dropdown-2 .c-site-nav__link-dropdown {
        color: #5eb4df;
        background-color: transparent;
        padding: 8px 0;
        height: 40px;
        line-height: 17px;
        line-height: 1.7rem; }
        .c-site-nav__item-dropdown-2 .c-site-nav__link-dropdown:hover {
          text-decoration: underline; }
        .c-site-nav__item-dropdown-2 .c-site-nav__link-dropdown::before {
          content: none; }
      .c-site-nav__contact {
        display: none; } }
  @media screen and (min-width: 1200px) {
    .c-site-nav__menu-link-nav a {
      padding: 21px 12px 18px;
      font-size: 17px;
      font-size: 1.7rem; }
    .c-site-nav__menu-section {
      margin-left: 0; }
    .c-site-nav__link {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 2rem;
      padding: 10px 20px 10px 20px; } }

.c-side-nav h3 {
  background-color: #e0e0e0;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: left;
  padding: 10px 15px 8px;
  font-weight: 700;
  margin-bottom: 0; }

.c-side-nav__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0; }
  .c-side-nav__list li {
    border-bottom: 1px solid #e0e0e0; }
    .c-side-nav__list li.current_page_parent a, .c-side-nav__list li.current_page_item a {
      background-color: #e1e1e1; }
    .c-side-nav__list li.current_page_parent > ul, .c-side-nav__list li.current_page_item > ul {
      display: block; }
      .c-side-nav__list li.current_page_parent > ul li, .c-side-nav__list li.current_page_item > ul li {
        border-bottom: 1px solid #e0e0e0; }
        .c-side-nav__list li.current_page_parent > ul li.current_page_item a, .c-side-nav__list li.current_page_item > ul li.current_page_item a {
          background-color: #f3f3f3; }
        .c-side-nav__list li.current_page_parent > ul li a, .c-side-nav__list li.current_page_item > ul li a {
          background-color: #ffffff; }
    .c-side-nav__list li a {
      text-transform: none;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      line-height: 2rem;
      color: #000000;
      padding: 7px 5px 7px 15px;
      display: block; }
      .c-side-nav__list li a:hover {
        background-color: #cbcbcb; }
    .c-side-nav__list li > ul {
      list-style: none;
      padding-left: 0;
      display: none; }
      .c-side-nav__list li > ul li {
        border-bottom: 0; }
        .c-side-nav__list li > ul li:last-of-type {
          border-bottom: 0; }
        .c-side-nav__list li > ul li a {
          padding-left: 20px;
          text-transform: inherit; }
          .c-side-nav__list li > ul li a:hover {
            background-color: #f3f3f3; }

.c-sidebar--cta {
  background-color: #ed2025;
  padding: 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .c-sidebar--cta hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    outline: 0; }
  .c-sidebar--cta span {
    text-transform: uppercase;
    color: #ffffff; }
    .c-sidebar--cta span:first-of-type {
      font-size: 29px;
      font-size: 2.9rem;
      line-height: 29px;
      line-height: 2.9rem;
      display: inline-block; }
    .c-sidebar--cta span:last-of-type {
      font-size: 20px;
      font-size: 2rem;
      line-height: 22px;
      line-height: 2.2rem;
      display: block; }
  .c-sidebar--cta a {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 29px;
    line-height: 2.9rem;
    color: #ffffff;
    display: block;
    font-weight: 700;
    padding-top: 5px; }

.c-sidebar--claims-process {
  display: block;
  margin-bottom: 15px; }
  .c-sidebar--claims-process img {
    width: 100%; }

.c-homepage-banner {
  border: 1px solid #c0c0c0;
  padding: 6px;
  border-radius: 10px;
  margin-bottom: 15px; }
  .c-homepage-banner img {
    width: 100%;
    display: block; }
  @media screen and (min-width: 768px) {
    .c-homepage-banner {
      margin-bottom: 0; } }

.c-newsletter-signup {
  background-color: #5eb4df;
  padding: 30px 0; }
  .c-newsletter-signup h4 {
    color: #424242;
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem; }
    .c-newsletter-signup h4 .small {
      color: #ffffff; }
  .c-newsletter-signup p {
    color: #ffffff; }
  @media screen and (min-width: 768px) {
    .c-newsletter-signup h4 {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 30px;
      line-height: 3rem;
      margin-top: 10px;
      padding-bottom: 6px; } }

.c-page-header {
  margin-top: 15px; }
  .c-page-header img {
    width: 100%; }

.c-post__title h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem; }

.c-post__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 700;
  display: block;
  color: #424242; }
  .c-post__date--single {
    margin-bottom: 20px; }

.c-post__link:hover {
  text-decoration: underline; }

.c-post__read-more {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 700;
  display: block;
  color: #424242;
  display: inline; }
  .c-post__read-more:hover {
    text-decoration: underline; }

.c-post--news {
  padding-bottom: 40px; }
  .c-post--news__item {
    padding-bottom: 15px;
    padding-top: 5px;
    border-bottom: 1px solid #5eb4df; }
    .c-post--news__item:last-of-type {
      border-bottom: 0; }

.c-post--latest-news > h3 {
  color: #5eb4df;
  padding-bottom: 10px;
  padding-left: 15px; }

.c-post--latest-news__item {
  background-color: #e0e0e0;
  padding: 15px; }
  .c-post--latest-news__item:nth-child(odd) {
    background-color: #ffffff; }

.c-post--latest-news__excerpt {
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem; }

.c-content__body {
  padding-bottom: 20px; }

@media screen and (min-width: 768px) {
  .c-content__body {
    padding-bottom: 30px; } }

.c-slider__carousel {
  width: 100%; }
  .c-slider__carousel .slick-dots {
    position: absolute;
    bottom: -39px;
    text-align: right;
    left: 0;
    right: 0;
    background-color: #5eb4df;
    height: 40px;
    margin: 0 auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    .c-slider__carousel .slick-dots li button:hover {
      opacity: 0.7; }
  .c-slider__carousel .slick-disabled {
    opacity: 0.1; }

.c-slider__arrows {
  display: none; }

.c-slider__carousel-item {
  text-align: center;
  position: relative; }
  .c-slider__carousel-item h3 {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin-top: 28px;
    padding-bottom: 0; }
  .c-slider__carousel-item p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem; }
  .c-slider__carousel-item.slick-active::before, .c-slider__carousel-item.slick-current::before {
    content: none; }

@media screen and (min-width: 768px) {
  .c-slider__carousel-item {
    text-align: left; } }

.m-image-slider {
  margin-bottom: 20px;
  padding-bottom: 40px;
  overflow: hidden; }
  .m-image-slider__wrapper {
    position: relative; }
  .m-image-slider__image-wrapper {
    position: relative; }
  .m-image-slider__image-image img {
    width: 100%; }
  .m-image-slider__text {
    margin: 0 auto;
    z-index: 91;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
    background-color: #424242;
    padding: 15px 15px 20px;
    text-align: left; }
  .m-image-slider__link {
    background-color: #424242;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 15px 15px 25px; }
    .m-image-slider__link a {
      letter-spacing: 0.2em;
      color: #ffffff; }
  .m-image-slider__main-text {
    padding: 25px 15px 5px;
    text-align: center;
    max-width: 595px;
    margin-left: auto;
    margin-right: auto; }
    .m-image-slider__main-text p {
      font-family: "Helvetica", sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 33px;
      line-height: 3.3rem; }
  @media (min-width: 768px) {
    .m-image-slider__text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 91;
      color: #ffffff;
      background-color: #424242;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 2rem;
      max-width: 100%;
      padding-left: 35px;
      padding-right: 35px; }
    .m-image-slider__link {
      position: absolute;
      bottom: 10px;
      z-index: 9;
      left: 0;
      right: 0;
      background-color: transparent; }
      .m-image-slider__link a {
        color: #ffffff; }
        .m-image-slider__link a::before {
          left: 0;
          right: 0; }
        .m-image-slider__link a:hover {
          color: #ffffff; }
    .m-image-slider__image-image {
      height: 370px;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain; }
    .m-image-slider__main-text {
      padding: 40px 15px 5px; } }
  @media (min-width: 992px) {
    .m-image-slider {
      margin: 0 auto 40px; }
      .m-image-slider__image-image {
        height: 360px; } }
  @media (min-width: 1200px) {
    .m-image-slider {
      margin: 0 auto 50px; }
      .m-image-slider__image-image {
        height: 435px; }
      .m-image-slider__text {
        height: 112px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.4rem; } }

/*# sourceMappingURL=style.min.css.map */
