/*!
Theme Name: pfp-wp
Theme URI: 
Author: Every1
Author URI: http://www.helloevery1.com/us
Description: pfp 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: pfp-wp
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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

@media (max-width: 767px) {
  .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;
  }
}

body,
button,
input,
select,
textarea, .c-form .gsection h2, .c-form .validation_message {
  font-family: "Maven Pro", 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: #b3e2f7;
  background-color: rgba(0, 159, 227, 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: #009FE3;
  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: #009FE3;
  text-decoration: none;
}

a:hover, a:focus {
  color: #009FE3;
  -webkit-text-decoration-color: #009FE3;
  text-decoration-color: #009FE3;
}

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 {
  list-style: none;
  padding-left: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  margin-left: 8px;
  background-color: #E7E7E7;
  text-indent: -9999px;
  width: 50px;
  border-radius: 10px;
  height: 6px;
  -webkit-appearance: none;
}

.slick-dots li:first-child button {
  margin-left: 0;
}

.slick-dots li.slick-active button {
  background-color: #009FE3;
}

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

html {
  height: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

a:active {
  outline: none !important;
}

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

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

::-webkit-input-placeholder {
  color: #7F7F7F;
}

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

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

:-ms-input-placeholder {
  color: #7F7F7F;
}

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

.vc_row {
  margin: 0 !important;
}

.wpb_single_image.svg img {
  width: 100%;
}

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

.wpb_wrapper .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_wrapper .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.svg-breadcrumb-seperator, .c-breadcrumbs i::before, .svg-button-arrow--blue, .c-button.c-button--white::before, .svg-button-arrow--white, .c-button::before, .c-button.c-button--white:hover::before, .c-button.c-button--trans-white:hover::before, .c-button.c-button--trans-white::before, .c-form .gform_footer::before, .svg-lang-tick, .c-lang-switcher .wpml-ls-current-language a::before, .svg-location-icon, .c-site-footer__address__map::before {
  background: url("../images/sprite.svg") no-repeat;
}

.svg-breadcrumb-seperator, .c-breadcrumbs i::before {
  background-position: 69.23076923076923% 84.61538461538461%;
}

.svg-breadcrumb-seperator-dims, .c-breadcrumbs i::before {
  width: 12px;
  height: 12px;
}

.svg-button-arrow--blue, .c-button.c-button--white::before {
  background-position: 100% 0;
}

.svg-button-arrow--blue-dims, .c-button.c-button--white::before {
  width: 6px;
  height: 10px;
}

.svg-button-arrow--white, .c-button::before, .c-button.c-button--white:hover::before, .c-button.c-button--trans-white:hover::before, .c-button.c-button--trans-white::before, .c-form .gform_footer::before {
  background-position: 100% 66.66666666666667%;
}

.svg-button-arrow--white-dims, .c-button::before, .c-button.c-button--white:hover::before, .c-button.c-button--trans-white:hover::before, .c-button.c-button--trans-white::before, .c-form .gform_footer::before {
  width: 6px;
  height: 10px;
}

.svg-lang-tick, .c-lang-switcher .wpml-ls-current-language a::before {
  background-position: 75% 0;
}

.svg-lang-tick-dims, .c-lang-switcher .wpml-ls-current-language a::before {
  width: 14px;
  height: 11px;
}

.svg-location-icon, .c-site-footer__address__map::before {
  background-position: 0 0;
}

.svg-location-icon-dims, .c-site-footer__address__map::before {
  width: 18px;
  height: 25px;
}

.c-button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 15px 40px 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: "Maven Pro", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  z-index: 10;
  border-radius: 6px;
  background-color: #009FE3;
  border: 2px solid #009FE3;
}

.c-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 13px;
}

.c-button:focus {
  color: #009FE3;
}

.c-button:hover {
  color: #ffffff;
  background-color: #2C2F7C;
  text-decoration: none;
  border-color: #2C2F7C;
}

@media (min-width: 768px) {
  .c-button {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.c-button.c-button--white {
  background-color: transparent;
  color: #009FE3;
}

.c-button.c-button--white:hover {
  background-color: #009FE3;
  color: #ffffff;
  border-color: #009FE3;
}

.c-button.c-button--trans-white {
  background-color: transparent;
  color: #ffffff;
  border-color: transparent;
}

.c-button.c-button--trans-white:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
  border-color: transparent;
}

/*----------------------------*/
/*---------Typography ---------*/
/*----------------------------*/
body,
button,
input,
select,
textarea {
  color: #7F7F7F;
  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;
  font-family: "Maven Pro", sans-serif;
  text-transform: none;
  letter-spacing: 0.01em;
  padding: 5px 0 20px 0;
  margin: 0;
  font-weight: normal;
  color: #373736;
  text-align: left;
  color: #2C2F7C;
}

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 #009FE3;
  cursor: help;
}

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

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  color: #2C2F7C;
  font-weight: 500;
}

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

.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;
  color: #009FE3;
  font-weight: 700;
  padding-top: 10px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
  h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
  }
  .wpb_text_column h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

::-webkit-input-placeholder {
  color: #7F7F7F;
}

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

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

:-ms-input-placeholder {
  color: #7F7F7F;
}

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

select {
  color: #7F7F7F;
}

.c-form {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}

.c-form form {
  margin: 0 auto;
  max-width: 470px;
  padding-bottom: 20px;
}

.c-form .gform_body {
  margin-top: 40px;
}

.c-form .gform_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.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 .top_label li.gfield.gf_left_half {
  width: 100%;
}

.c-form .top_label li.gfield.gf_right_half {
  width: 100%;
}

.c-form .top_label li.gfield.gf_left_third {
  width: 100%;
}

.c-form .top_label li.gfield.gf_middle_third {
  width: 100%;
}

.c-form .top_label 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: #2C2F7C;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.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 #009FE3;
}

.c-form .gfield.gfield_error {
  margin-bottom: 40px;
}

.c-form .gfield.gfield_error input {
  border: 2px solid #FF7F7F;
}

.c-form .gfield .ginput_container {
  margin-top: 5px;
  position: relative;
}

.c-form .gfield.line {
  margin-bottom: 0;
  min-height: inherit;
}

.c-form .gfield.line hr {
  border: none;
  height: 1px;
  background-color: #CBCBCB;
  margin: 70px 0 40px;
}

.c-form .gfield_html p {
  padding-bottom: 0;
}

.c-form .gfield_html.gfield_label p {
  font-weight: 500;
  color: #2C2F7C;
  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;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.c-form .gform_footer input {
  height: 48px;
}

.c-form .gform_footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 30px;
  z-index: 99;
}

.c-form .gform_footer:hover::before {
  right: 20px;
}

.c-form .gform_button {
  color: #ffffff;
  border: none;
  margin-top: 0;
  border-radius: 6px;
  background-color: #009FE3;
  border: 2px solid #009FE3;
  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: 12px 40px 15px 20px;
  height: 54px;
  position: relative;
  font-weight: 500;
}

.c-form .gform_button:hover {
  color: #ffffff;
  background-color: #2C2F7C;
  text-decoration: none;
  border-color: #2C2F7C;
}

.c-form ul {
  list-style: none;
  padding-left: 0;
}

.c-form .validation_error {
  color: #FF7F7F;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  font-weight: 500;
}

.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: #009FE3;
  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_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 label {
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  color: #7F7F7F;
  padding: 6px 12px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.c-form input {
  border-radius: 10px;
  width: 100%;
  height: 58px;
  border: 2px solid #CBCBCB;
  padding: 0 25px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  background-color: #ffffff;
  color: #7F7F7F;
}

.c-form input::-ms-clear {
  display: none;
}

.c-form textarea {
  width: 100%;
  padding: 15px 15px 0 14px;
  border-radius: 10px;
  height: 170px;
  color: #7F7F7F;
  -webkit-appearance: none;
  border: 2px solid #CBCBCB;
}

.c-form select {
  width: 100%;
  padding: 2px 15px 0 24px;
  border: 2px solid #CBCBCB;
  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: #7F7F7F;
}

.c-form .select label {
  display: none;
}

.c-form .select .ginput_container {
  position: relative;
}

.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: .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: #7F7F7F;
  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 .gfield.long-checkbox .gfield_label {
  display: none;
}

.c-form .gfield.long-checkbox .ginput_container_checkbox .gfield_checkbox label {
  width: 100%;
  padding: 17px 20px 21px;
  height: 58px;
  border: 2px solid #CBCBCB;
  border-radius: 6px;
  left: 0;
  font-weight: 700;
  color: #7F7F7F;
}

.c-form .gfield.long-checkbox .ginput_container_checkbox input[type="checkbox"] + label::before {
  width: 25px;
  height: 25px;
  vertical-align: top;
  line-height: 13px;
  margin: -2px 12px 0 -7px;
  background: url(../images/checkbox-sprite--ticks.svg);
}

.c-form .gfield.long-checkbox .ginput_container_checkbox input[type="checkbox"]:not(:checked):hover + label::before {
  background-position: 0 -25px;
}

.c-form .gfield.long-checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label::before {
  background-position: 0 -50px;
}

.c-form .gfield.long-checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label {
  border: 2px solid #009FE3;
}

.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: .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: 100%;
  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: #7F7F7F;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 0;
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
}

.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 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: #009FE3;
  background-image: url("../images/input-valid-tick.svg");
}

.c-form--newsletter {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.c-form--newsletter .gform_fields {
  margin-top: 0;
}

.c-form--newsletter .gfield_label {
  display: none;
}

.c-form--newsletter .gfield {
  margin-bottom: 0;
}

.c-form--newsletter .gfield input {
  height: 54px;
  border-color: #009FE3;
}

.c-form--newsletter .gform_footer {
  max-width: 110px;
}

.c-form--newsletter .gform_footer input {
  height: 54px;
}

.c-form--newsletter .gform_footer::before {
  right: 16px;
}

.c-form--samples {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.c-form--samples .validation_error {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c-form form {
    max-width: 670px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 45px 50px 50px;
    -webkit-box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.4);
    box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.4);
  }
  .c-form .gform_title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .c-form .gsection {
    min-height: inherit !important;
    height: auto;
  }
  .c-form input {
    height: 66px;
  }
  .c-form select {
    height: 66px;
  }
  .c-form textarea {
    height: 260px;
  }
  .c-form .gform_wrapper .gfield {
    width: 100%;
    min-height: 66px;
  }
  .c-form .gform_wrapper .gfield.textarea-field {
    padding-left: 15px;
  }
  .c-form .gform_wrapper .gfield.adjustment-field {
    margin-top: 0;
  }
  .c-form .gform_wrapper .gfield .ginput_container {
    margin-top: 10px;
  }
  .c-form .gform_wrapper .gfield .gfield_label {
    color: #2C2F7C;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .c-form .gform_wrapper .gfield.line hr {
    margin-left: -50px;
    margin-right: -50px;
  }
  .c-form .gform_wrapper .gfield.long-checkbox {
    margin-bottom: 10px;
  }
  .c-form .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    list-style-type: none;
  }
  .c-form .gform_wrapper li.gfield.gf_left_half {
    width: 50%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-form .gform_wrapper li.gfield.gf_right_half {
    width: 50%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-form .gform_wrapper li.gfield.gf_right_half,
  .c-form .gform_wrapper li.gfield.gf_left_half {
    padding-left: 15px;
  }
  .c-form .gform_wrapper li.gfield.gf_left_half {
    padding-left: 0;
  }
  .c-form .ginput_container_radio .gfield_radio li {
    width: 50%;
  }
  .c-form .ginput_container_radio .gfield_radio li label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .c-form .ginput_container_radio .gfield_radio li label:hover {
    color: #009FE3;
  }
  .c-form .LV_validation_message {
    top: 21px;
  }
  .c-form--newsletter {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }
  .c-form--newsletter form {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .c-form--newsletter .gform_body {
    width: 70%;
    float: left;
    margin-top: 0;
  }
  .c-form--newsletter .gform_footer {
    float: left;
    margin-top: 2px;
    margin-left: 10px;
  }
  .c-form--newsletter .gform_wrapper .gfield input {
    height: 54px;
  }
  .c-form--newsletter .gform_wrapper .gfield .ginput_container {
    margin-top: 2px;
  }
  .c-form--newsletter .LV_validation_message {
    top: 15px;
  }
  .c-form--samples {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) {
  .c-form form {
    padding: 60px 80px 80px;
    max-width: 830px;
  }
  .c-form label {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .c-form .gfield {
    margin-bottom: 40px;
  }
  .c-form .gfield.c-form__signature {
    margin-bottom: 10px;
  }
  .c-form .gfield.c-form__signature .gfield_label {
    margin-bottom: 0;
  }
  .c-form .gfield.c-form__signature .gfield_description {
    position: absolute;
    top: 14px;
    left: 131px;
  }
  .c-form textarea {
    margin-bottom: 10px;
  }
  .c-form__check-box {
    max-width: inherit;
  }
  .c-form .gsection {
    min-height: inherit !important;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .c-form .gform_wrapper li.gfield.gf_right_half {
    padding-left: 30px;
  }
  .c-form .gform_wrapper .gfield.textarea-field {
    padding-left: 30px;
  }
  .c-form .gform_wrapper .gfield.line hr {
    margin-left: -80px;
    margin-right: -80px;
  }
  .c-form--newsletter {
    margin-left: 0;
  }
  .c-form--newsletter form {
    max-width: inherit;
    padding: 6px 0 0;
  }
  .c-form--newsletter .gform_body {
    max-width: 370px;
  }
  .c-form--newsletter .gfield {
    margin-bottom: 0;
  }
  .c-form--newsletter .gform_fields {
    margin-bottom: 0;
  }
}

.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: #2C2F7C;
  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: #009FE3;
  font-weight: 500;
}

.c-breadcrumbs i {
  width: 15px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.c-breadcrumbs i::before {
  content: "";
  display: block;
  position: absolute;
  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: 74px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 0;
  background-color: #ffffff;
  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::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-shadow: inset 0 12px 22px -19px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 12px 22px -19px rgba(0, 0, 0, 0.42);
  bottom: -24px;
  width: 100%;
  height: 18px;
}

.c-site-header__inner {
  height: 74px;
  position: relative;
  z-index: 99991;
  background-color: #ffffff;
  -webkit-transition: all 600ms 0.3s ease;
  transition: all 600ms 0.3s ease;
}

.c-site-header__inner::before {
  content: "";
  display: block;
  position: absolute;
  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 */
  bottom: -6px;
  width: 100%;
  height: 6px;
}

.c-site-header__logo {
  margin-top: 20px;
  margin-left: 15px;
  height: 36px;
  width: auto;
  z-index: 9999;
  position: absolute;
}

.c-site-header__logo a {
  display: block;
}

.c-site-header__logo a svg {
  height: 36px;
}

@media screen and (min-width: 455px) {
  .c-site-header__logo a svg path.logo-type {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .c-site-header {
    background-color: #ffffff;
    height: 120px;
    position: relative;
  }
  .c-site-header::before {
    content: "";
    display: block;
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#312783+0,009fe3+100 */
    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 */
    bottom: -6px;
    width: 100%;
    height: 6px;
  }
  .c-site-header__logo {
    height: auto;
    width: 147px;
  }
  .c-site-header__logo a svg {
    height: 40px;
  }
  .c-site-header__inner {
    position: static;
  }
  .c-site-header__inner::before {
    content: none;
  }
}

@media screen and (min-width: 1400px) {
  .c-site-header {
    height: 100px;
  }
  .c-site-header__inner {
    height: 100px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-site-header__logo {
    height: 60px;
  }
  .c-site-header__logo a svg {
    height: 60px;
  }
}

.c-site-footer {
  position: relative;
}

.c-site-footer::before {
  content: "";
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#312783+0,009fe3+100 */
  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 */
  bottom: -6px;
  width: 100%;
  height: 6px;
}

.c-site-footer__address {
  margin-bottom: 20px;
}

.c-site-footer__address h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-top: 10px;
}

.c-site-footer__address__map {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: relative;
  font-weight: 500;
  padding-left: 25px;
}

.c-site-footer__address__map::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
}

.c-site-footer__address__tel, .c-site-footer__address__email {
  display: block;
  font-weight: 500;
  color: #2C2F7C;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  padding-bottom: 2px;
}

.c-site-footer__address p {
  color: #7F7F7F;
  padding-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.c-site-footer__address hr {
  background-color: #009FE3;
  height: 1px;
  width: 37px;
  border: 0;
  margin-left: 0;
  margin-bottom: 25px;
}

.c-site-footer__bottom {
  background-color: #F0FAFE;
  padding: 15px 0;
}

.c-site-footer__bottom__html {
  text-align: center;
}

.c-site-footer__bottom__html a {
  display: block;
}

.c-site-footer__bottom__nav {
  text-align: center;
}

.c-site-footer__bottom__nav li {
  display: inline-block;
}

.c-site-footer__bottom__nav .c-site-nav__link {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 2px 0;
  color: #353C43;
  font-weight: 700;
}

.c-site-footer__bottom__nav .c-site-nav__link:hover {
  color: #009FE3;
}

.c-site-footer__bottom__nav .c-site-nav__link:visited {
  color: #353C43;
}

.c-site-footer__bottom__nav--linkedin {
  margin-top: 10px;
}

.c-site-footer__bottom__nav--linkedin a svg {
  width: 35px;
  height: 35px;
}

.c-site-footer__bottom__nav--linkedin a svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.c-site-footer__bottom__nav--linkedin a:hover svg path {
  fill: #2C2F7C;
}

@media (min-width: 768px) {
  .c-site-footer__address {
    margin: 30px 0 40px;
  }
  .c-site-footer__bottom-container {
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-site-footer__bottom__html {
    text-align: left;
    width: 50%;
    margin-top: 11px;
  }
  .c-site-footer__bottom__html a {
    display: inline-block;
  }
  .c-site-footer__bottom__nav {
    width: 50%;
    margin-top: 8px;
    text-align: right;
  }
  .c-site-footer__bottom__nav li {
    display: inline;
    vertical-align: top;
  }
  .c-site-footer__bottom__nav li .c-site-nav__link {
    vertical-align: top;
    display: inline-block;
    padding: 8px 10px 0;
  }
  .c-site-footer__bottom__nav--linkedin {
    height: 35px;
  }
  .c-site-footer__bottom__nav--linkedin a {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .c-site-footer__bottom {
    margin-top: 30px;
  }
  .c-site-footer__bottom-container {
    width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.c-page-header {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.c-page-header__box {
  padding: 25px 10px 15px;
  background-color: white;
  background-color: white;
  width: 75%;
}

.c-page-header__box h1 {
  padding-bottom: 10px;
  padding-top: 0;
}

.c-page-header__box p {
  margin-bottom: 10px;
  color: #212357;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
}

.c-page-header__box .c-button {
  margin-bottom: 20px;
  min-width: 180px;
}

.c-page-header__image-wrapper {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center;
  height: 200px;
}

@media screen and (min-width: 768px) {
  .c-page-header {
    height: 390px;
  }
  .c-page-header__image-wrapper {
    height: auto;
  }
  .c-page-header__image {
    background-size: cover;
    height: 390px;
  }
  .c-page-header__box-container {
    width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
  }
  .c-page-header__box {
    position: absolute;
    margin-left: 0;
    left: 0;
    width: 60%;
    max-width: 645px;
    padding: 25px 20px 15px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .c-page-header__box .c-button {
    margin-bottom: 20px;
    min-width: inherit;
    margin-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .c-page-header {
    height: 514px;
  }
  .c-page-header__image {
    height: 514px;
  }
  .c-page-header__box-container {
    width: 970px;
  }
  .c-page-header__box {
    width: 50%;
    padding: 50px 40px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .c-page-header {
    height: 614px;
  }
  .c-page-header__image {
    height: 614px;
  }
  .c-page-header__box-container {
    width: 1170px;
  }
}

.c-site-nav {
  position: absolute;
  top: 0;
  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 {
  margin-top: 74px;
  height: 0;
  -webkit-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
}

.c-site-nav__navbar-collapse.is-active {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.c-site-nav__navbar-collapse.is-active .c-site-nav__menu-section {
  position: relative;
  width: 100%;
  height: calc(100% - 130px);
  overflow: auto;
  left: 0;
  top: 0;
}

.c-site-nav__menu-section {
  background-color: #ffffff;
}

.c-site-nav__button-container {
  height: auto;
  position: absolute;
  right: 0;
  z-index: 9999;
  padding: 28px 19px 26px 20px;
}

.c-site-nav__button-toggle {
  border-color: #7F7F7F;
  margin-right: 30px;
  background-color: transparent !important;
  border: 0;
  border-bottom: 3px solid #7F7F7F;
  border-top: 3px solid #7F7F7F;
  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 #7F7F7F;
  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 {
  color: transparent;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

.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 #7F7F7F;
}

.c-site-nav__button-toggle.is-active::before {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  border-bottom: 3px solid #7F7F7F;
}

.c-site-nav__lang-switcher {
  position: absolute;
  right: 55px;
  top: 7px;
}

.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: 20px;
  margin: 0;
  width: auto;
  overflow: auto;
}

.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:last-of-type {
  border-bottom: 0;
}

.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-left: solid 1px #ffffff;
  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/submenu-arrow.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 > .c-site-nav__dropdown-submenu-link {
  color: #7F7F7F;
  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);
}

.c-site-nav__item--dropdown {
  background-color: #ffffff;
}

.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: #2C2F7C;
  font-size: 20px;
  font-size: 2rem;
  padding: 13px 0 13px 5px;
  display: block;
}

.c-site-nav__link:hover {
  color: #7F7F7F;
  background-color: transparent;
}

.c-site-nav__link:focus, .c-site-nav__link:visited {
  color: #7F7F7F;
  background-color: transparent;
}

.c-site-nav__link:visited {
  color: #2C2F7C;
}

.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: 25px;
  padding-bottom: 15px;
  list-style: none;
}

.c-site-nav__menu-item-description {
  display: none;
}

.c-site-nav__dropdown .c-site-nav__item--dropdown {
  border: 0;
}

.c-site-nav__dropdown .c-site-nav__item--dropdown .c-site-nav__link {
  font-size: 20px;
  font-size: 2rem;
  color: #7F7F7F;
  line-height: 10px;
  line-height: 1rem;
}

@media screen and (min-width: 992px) {
  .c-site-nav {
    position: absolute;
    margin-top: 72px;
    height: auto;
    z-index: 12;
  }
  .c-site-nav__menu-section {
    width: 100%;
    padding: 0;
    background-size: 671px 21px !important;
    background-image: none !important;
    background-color: transparent !important;
  }
  .c-site-nav__menu-tab-nav {
    display: none;
  }
  .c-site-nav__button-container {
    display: none;
  }
  .c-site-nav__navbar-collapse {
    display: block;
    margin-top: 0;
    height: auto;
    position: relative;
  }
  .c-site-nav__nav {
    padding-bottom: 0;
    display: block;
    -webkit-transition: all 600ms 0.3s ease;
    transition: all 600ms 0.3s ease;
    overflow: inherit;
  }
  .c-site-nav__item {
    display: inline-block;
    border-bottom: 0;
    width: auto;
  }
  .c-site-nav__item.menu-item-has-children {
    padding-right: 20px !important;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__link {
    padding-right: 5px;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link {
    width: 20px;
    top: 0;
    right: -2px;
    border: none;
    bottom: auto;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link::before {
    top: 17px;
    background-image: url("../images/submenu-arrow--blue.svg");
  }
  .c-site-nav__item.menu-item-has-children.menu-item-has-children.is-active {
    position: relative;
    color: #2C2F7C;
  }
  .c-site-nav__item.menu-item-has-children.menu-item-has-children.is-active > .c-site-nav__link {
    color: #7F7F7F;
    background-color: #ffffff;
  }
  .c-site-nav__item.menu-item-has-children.menu-item-has-children.is-active > .c-site-nav__dropdown {
    display: block;
    margin: 0;
  }
  .c-site-nav__item.menu-item-has-children.menu-item-has-children.is-active::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    z-index: 9;
  }
  .c-site-nav__link {
    color: #2C2F7C;
    padding: 8px 15px 8px 10px;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 500;
    text-decoration: none !important;
  }
  .c-site-nav__link:hover {
    color: #7F7F7F;
    background-color: transparent;
  }
  .c-site-nav__link:visited {
    color: #2C2F7C;
  }
  .c-site-nav__dropdown {
    position: absolute;
    background-color: transparent;
    left: 0;
    margin: 0;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown {
    float: none;
    position: static;
    padding: 0;
    display: block;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown .c-site-nav__link {
    padding: 14px 14px 14px 20px;
    color: #2C2F7C;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 500;
  }
  .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: #2C2F7C;
    font-weight: 500;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown:hover {
    background-color: #F0FAFE;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown.is-active.has-children .c-site-nav__dropdown {
    display: block;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown.is-active .c-site-nav__menu-item-description {
    display: block;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown.drop-top-link .c-site-nav__menu-item-description {
    display: block;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown.has-children .c-site-nav__dropdown {
    bottom: 53px;
    left: 300px;
    z-index: 99;
    background-color: transparent;
    display: none;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown.has-children .c-site-nav__dropdown-list {
    height: auto;
    background-color: transparent;
    padding-left: 25px;
    padding-bottom: 15px;
    list-style: none;
    margin: 0;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown--level-two {
    float: none;
    padding: 5px 0;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown--level-two.is-active {
    background-color: transparent;
    color: #7F7F7F;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown--level-two .c-site-nav__link {
    display: inline;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 11px 0 9px;
    border-top: 1px solid #7F7F7F;
    border-left: none;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown--level-two .c-site-nav__link::before {
    right: -13px;
    top: 16px;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown--level-two .c-site-nav__link:hover {
    background-color: transparent;
    border-left: none;
    color: #7F7F7F;
    font-weight: 400;
    text-decoration: underline;
  }
  .c-site-nav__dropdown-list {
    width: 300px;
    height: auto;
    margin-top: 12px;
    padding-left: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.4);
    box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.4);
  }
  .c-site-nav__lang-switcher {
    height: 50px;
    right: 15px;
    top: 10px;
  }
  .c-site-nav__lang-switcher--mobile {
    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: 21px;
    line-height: 2.1rem;
  }
  .c-site-nav__lang-switcher {
    top: 0px;
    right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .c-site-nav {
    margin-top: 30px;
    text-align: right;
    right: auto;
    position: relative;
    margin-top: -65px;
    height: auto;
    z-index: 12;
    margin-right: 200px;
    clear: inherit;
    float: right;
  }
  .c-site-nav__navbar-collapse {
    text-align: right;
  }
  .c-site-nav__link {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
  .c-site-nav__lang-switcher {
    height: 100px;
    border-left: 1px solid #f5f5f5;
    right: 0;
    position: relative;
    float: right;
  }
  .c-site-nav__dropdown .c-site-nav__item--dropdown .c-site-nav__link {
    text-align: left;
  }
}

@media screen and (min-width: 1600px) {
  .c-site-nav {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin-top: 0;
    display: block !important;
  }
}

.c-pagination {
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
}

.c-pagination__pages {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}

.c-pagination__pages.u-list-reset {
  padding: 10px 0 0 !important;
}

.c-pagination__page {
  display: inline-block;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0 !important;
}

.c-pagination__page::before {
  content: none !important;
}

.c-pagination__prev, .c-pagination__next, .c-pagination__page-number {
  display: inline-block;
  padding: 11px;
  width: 41px;
  height: 41px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  color: #7F7F7F;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 700;
}

.c-pagination__prev:hover, .c-pagination__next:hover, .c-pagination__page-number:hover {
  color: #7F7F7F;
  text-decoration: underline;
}

.c-pagination__prev.is-current, .c-pagination__next.is-current, .c-pagination__page-number.is-current {
  border-radius: 40px;
  border: solid 2px #009FE3;
}

.c-pagination__prev, .c-pagination__next {
  width: 17px;
  height: 41px;
  padding: 15px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  background-position: center center;
  background-image: url(../images/page-arrow.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-indent: -9999px;
}

.c-pagination__next {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-pagination--account .c-pagination__prev, .c-pagination--account .c-pagination__next,
.c-pagination--account .c-pagination__page-number {
  color: #7F7F7F;
}

.c-pagination--account .c-pagination__prev.is-current, .c-pagination--account .c-pagination__next.is-current,
.c-pagination--account .c-pagination__page-number.is-current {
  border-radius: 40px;
  border: none;
  color: #008188;
  background-color: #EBF7F7;
}

.c-pagination--account .c-pagination__prev,
.c-pagination--account .c-pagination__next {
  width: 15px;
  height: 47px;
  background-image: url(../images/page-arrow-account--teal.svg);
}

@media screen and (min-width: 768px) {
  .c-pagination {
    padding: 40px 0;
  }
  .c-pagination__pages.u-list-reset {
    padding: 0 !important;
  }
  .c-pagination__prev, .c-pagination__next {
    display: inline-block;
    width: auto;
  }
  .c-pagination--account .c-pagination__prev, .c-pagination--account .c-pagination__next,
  .c-pagination--account .c-pagination__page-number {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 26px;
    line-height: 2.6rem;
    width: 46px;
    height: 46px;
  }
  .c-pagination--account .c-pagination__prev,
  .c-pagination--account .c-pagination__next {
    height: 54px;
  }
}

@media screen and (min-width: 992px) {
  .c-pagination__pages.u-list-reset {
    margin-top: 10px !important;
  }
}

.c-lang-switcher {
  position: relative;
  width: 76px;
  height: 60px;
}

.c-lang-switcher__switcher {
  height: 60px;
  margin: 0 auto 0 auto;
}

.c-lang-switcher__flag {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

.c-lang-switcher__list {
  padding-left: 0;
  list-style: none;
  position: relative;
  padding-top: 0;
}

.c-lang-switcher__current {
  position: relative;
  display: block;
  text-align: left;
  padding: 16px;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
}

.c-lang-switcher__current::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.c-lang-switcher__current--en::before {
  background-image: url(../images/flag_GBR.svg);
}

.c-lang-switcher__current--fr::before {
  background-image: url(../images/flag_FR.svg);
}

.c-lang-switcher__current--de::before {
  background-image: url(../images/flag_DE.svg);
}

.c-lang-switcher__menu {
  background-color: #ffffff;
  list-style: none;
  border-top: 0;
  top: 47px;
  padding: 0;
  float: left;
  width: 90px;
  position: absolute;
  z-index: 9;
  display: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.4);
  box-shadow: 0px 0px 22px 0 rgba(155, 121, 105, 0.4);
}

.c-lang-switcher__menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  left: 0;
  right: 29px;
  margin: 0 auto;
  top: -5px;
  z-index: 9;
}

.c-lang-switcher__arrow {
  background-image: url(../images/lang-caret.svg);
  background-repeat: no-repeat;
  height: 6px;
  width: 10px;
  position: absolute;
  top: 31px;
  right: 12px;
  cursor: pointer;
  z-index: 11;
}

.c-lang-switcher__menu-item {
  float: left;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-top: 1px solid #f5f5f5;
}

.c-lang-switcher__menu-item:first-child {
  border-top: none;
}

.c-lang-switcher__menu-item a {
  padding: 13px 12px 13px 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: left;
  display: inline-block;
  float: left;
  width: 100%;
  color: #7F7F7F;
  text-decoration: none;
}

.c-lang-switcher__name {
  padding-top: 8px;
  display: none;
}

.c-lang-switcher .wpml-ls-item-fr .c-lang-switcher__flag {
  background-image: url(../images/flag_FR.svg);
}

.c-lang-switcher .wpml-ls-item-de .c-lang-switcher__flag {
  background-image: url(../images/flag_DE.svg);
}

.c-lang-switcher .wpml-ls-item-en .c-lang-switcher__flag {
  background-image: url(../images/flag_GBR.svg);
}

.c-lang-switcher .wpml-ls-current-language {
  position: relative;
}

.c-lang-switcher .wpml-ls-current-language a::before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 24px;
}

@media (min-width: 992px) {
  .c-lang-switcher {
    height: 50px;
    width: 160px;
    top: 0;
  }
  .c-lang-switcher__switcher {
    height: 50px;
  }
  .c-lang-switcher__arrow {
    top: 25px;
    right: 26px;
  }
  .c-lang-switcher__flag {
    float: right;
    margin-right: 33px;
  }
  .c-lang-switcher__current {
    padding: 17px 93px 11px 0;
    height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    text-align: right;
    font-weight: 400;
    color: #7F7F7F;
  }
  .c-lang-switcher__current::before {
    right: 50px;
    top: 11px;
  }
  .c-lang-switcher__current.is-active {
    background-color: #ffffff;
    color: #7F7F7F;
  }
  .c-lang-switcher__name {
    display: inline-block;
    padding-right: 5px;
  }
  .c-lang-switcher__menu {
    top: 50px;
    width: 160px;
    z-index: 999993;
    right: 0px;
    margin-right: 5px;
  }
  .c-lang-switcher__menu::before {
    right: -39px;
  }
  .c-lang-switcher__menu-item a {
    padding-left: 11px;
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
  .c-lang-switcher .wpml-ls-current-language a::before {
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .c-lang-switcher__switcher {
    margin-top: 5px;
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .c-lang-switcher__switcher {
    margin-top: 26px;
  }
}

.c-newsletter-signup {
  position: relative;
  margin-bottom: 60px;
  padding: 30px 0 20px;
}

.c-newsletter-signup::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-shadow: inset 0 12px 22px -19px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 12px 22px -19px rgba(0, 0, 0, 0.42);
  bottom: -24px;
  width: 100%;
  height: 18px;
}

.c-newsletter-signup h4 {
  text-align: center;
  font-weight: 700;
  color: #212357;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.c-newsletter-signup h4 span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-newsletter-signup {
    padding: 40px 0 20px;
  }
}

@media screen and (min-width: 992px) {
  .c-newsletter-signup {
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
  .c-newsletter-signup h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding-bottom: 0;
  }
  .c-newsletter-signup h4 span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
}

.c-footer-ctas__item {
  background-color: #2C2F7C;
  text-align: center;
  display: block;
  padding: 30px 0;
  text-decoration: none !important;
}

.c-footer-ctas__item:first-of-type {
  background-color: #009FE3;
}

.c-footer-ctas__item:hover i {
  background-position: 10px center;
  width: 48px;
}

.c-footer-ctas__item h3 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 35px;
  line-height: 3.5rem;
}

.c-footer-ctas__item hr {
  background-color: #ffffff;
  height: 1px;
  width: 37px;
  border: 0;
  margin: 0 auto 25px;
}

.c-footer-ctas__item P {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-footer-ctas__item i {
  width: 68px;
  height: 28px;
  background-image: url("../images/large-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px auto 20px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .c-footer-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer-ctas__item {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-footer-ctas__item h3 {
    margin-top: 20px;
  }
  .c-footer-ctas__item hr {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .c-footer-ctas__item {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .c-footer-ctas__item p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.c-request-samples {
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: fixed;
  right: 0;
  top: 140px;
  text-align: center;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  -webkit-box-shadow: 0px 0 6px 1px #7F7F7F;
  box-shadow: 0px 0 6px 1px #7F7F7F;
  z-index: 950;
}

.c-request-samples a {
  display: block;
  width: 80px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
}

.c-request-samples img, .c-request-samples svg {
  display: none;
}

.c-request-samples img path, .c-request-samples svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-request-samples span {
  color: #212357;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  display: block;
}

.c-request-samples.is-sticky {
  top: 10px;
}

@media screen and (min-width: 768px) {
  .c-request-samples img, .c-request-samples svg {
    display: block;
    margin: 0 auto;
  }
  .c-request-samples a {
    width: 92px;
    height: 110px;
    padding-top: 15px;
  }
  .c-request-samples a:hover svg path {
    fill: #212357;
  }
  .c-request-samples span {
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .c-request-samples {
    top: 230px;
  }
}

.c-news__list {
  padding: 20px 0;
  list-style-type: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.c-news__post {
  margin-bottom: 20px;
  padding: 0 !important;
  background-color: #ffffff;
}

.c-news__link {
  display: block;
  border: none;
  text-decoration: none;
  position: relative;
}

.c-news__link:hover {
  text-decoration: none;
}

.c-news__image {
  height: auto;
  overflow: hidden;
  position: relative;
}

.c-news__image::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-news__image img {
  margin: 0 auto;
  width: 100%;
}

.c-news__date {
  width: auto;
  background-color: transparent;
  position: absolute;
  left: 25px;
  top: 15px;
  margin: 0;
  text-align: center;
  padding-top: 2px;
}

.c-news__date-date {
  border-bottom: 1px solid #ffffff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 10px;
  line-height: 1rem;
  padding-bottom: 10px;
  color: #ffffff;
  display: inline;
}

.c-news__title {
  background-color: #ffffff;
}

.c-news__title h3 {
  text-align: left;
  padding: 15px 25px 20px;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #7F7F7F;
  text-decoration: none;
}

.c-news--related__list {
  max-width: inherit;
}

.c-news--related__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-news--related__date-date {
  color: #7F7F7F;
  position: relative;
}

.c-news--related__related-title {
  color: #7F7F7F;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  padding-bottom: 10px;
}

.c-news--related__content {
  padding: 15px 0 15px 15px;
  width: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-news--related__content hr {
  width: 70px;
  border: none;
  height: 1px;
  background-color: #009FE3;
  margin-left: 0;
  margin-top: 12px;
}

.c-news--related__image {
  width: 50%;
}

.c-news--related__image img {
  height: 100%;
  width: auto;
}

.c-news--related__image::before {
  content: none;
}

.c-news--related__title h3 {
  padding-left: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-news__list {
    max-width: inherit;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-news__post {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #171e42;
    margin: 10px;
  }
  .c-news__post:last-of-type {
    width: 33%;
  }
  .c-news__link {
    border: 10px solid #f5f5f5;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .c-news__link:hover {
    border: 10px solid #009FE3;
  }
  .c-news__link:hover .c-news__title {
    text-decoration: none;
  }
  .c-news__title {
    min-height: 146px;
  }
  .c-news__image {
    height: auto;
    line-height: .1;
  }
  .c-news__image img {
    margin-top: 0;
  }
  .c-news__date-date {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
  .c-news--related__list {
    padding-top: 60px;
    padding-bottom: 40px;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
  }
  .c-news--related__post {
    width: 49%;
    margin-left: 2%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .c-news--related__post:nth-child(1) {
    margin-left: 0;
  }
  .c-news--related__link {
    border: 0;
    height: 220px;
  }
  .c-news--related__link:hover {
    border: 0;
  }
  .c-news--related__title {
    min-height: inherit !important;
  }
}

@media only screen and (min-width: 992px) {
  .c-news__list {
    margin-top: -15px;
  }
  .c-news__post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.3333% - 25px);
    flex: 1 0 calc(33.3333% - 25px);
  }
  .c-news__link {
    height: auto;
  }
  .c-news__title {
    height: 148px;
    min-height: 153px;
  }
  .c-news__image {
    height: auto;
  }
  .c-news--related__content {
    padding-left: 30px;
  }
  .c-news--related__link {
    height: 290px;
  }
  .c-news--related__post {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .c-news--related__title {
    height: auto;
  }
  .c-news--related__title h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .c-news--related__list {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-news__title {
    height: 130px;
    min-height: 130px;
  }
  .c-news__image {
    height: auto;
  }
  .c-news--related__title {
    height: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .c-news__title {
    height: 130px;
  }
}

.c-filter {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}

.c-filter label {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Maven Pro", sans-serif;
}

.c-filter__filter {
  max-width: 400px;
  margin: 0 auto 10px auto;
}

.c-filter__list {
  padding-left: 0;
  list-style: none;
  position: relative;
  padding-top: 0;
}

.c-filter__title {
  position: relative;
  display: block;
  text-align: left;
  padding: 16px;
  height: 54px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #009FE3;
  cursor: pointer;
  z-index: 10;
}

.c-filter__menu {
  background-color: #ffffff;
  list-style: none;
  border-top: 0;
  top: 20px;
  padding: 20px 0px 0;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 9;
  display: none;
  overflow: hidden;
}

.c-filter__menu::before {
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  border-radius: 6px;
  width: 100%;
}

.c-filter__arrow {
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  height: 6px;
  width: 10px;
  position: absolute;
  top: 26px;
  right: 33px;
  cursor: pointer;
  z-index: 11;
  -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-filter__arrow.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-filter__menu-item {
  float: left;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-top: 1px solid #e3e3e3;
}

.c-filter__menu-item:first-child {
  border-top: none;
}

.c-filter__menu-item a {
  padding: 13px 12px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
  line-height: 1.7rem;
  text-align: left;
  display: inline-block;
  float: left;
  width: 100%;
  color: #7F7F7F;
  text-decoration: none;
}

.c-filter__menu-item a:hover {
  background-color: #f5f5f5;
}

.c-filter__menu-item--selected {
  background-color: #f5f5f5;
}

.c-filter__menu-item--selected::before {
  margin-left: -24px;
  top: -2px;
  left: auto;
}

.c-filter--categories__filter {
  max-width: 400px;
}

.c-filter--categories label {
  -webkit-text-decoration: uppercase;
  text-decoration: uppercase;
  color: #7F7F7F;
}

.c-filter--categories__menu-item {
  padding-left: 0 !important;
}

.c-filter--categories__menu-item::before {
  content: none !important;
}

.c-filter--categories__menu-item--highlight a {
  color: #009FE3;
}

.c-filter--single__menu {
  display: block;
  width: auto;
  background-color: transparent;
  position: relative;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  text-align: left;
  float: none;
  text-align: center;
  top: 9px;
}

.c-filter--single__menu::before {
  content: none;
}

.c-filter--single__menu-item {
  float: none;
  width: auto;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: 5px;
  border-top: 0;
  margin-bottom: 5px;
}

.c-filter--single__menu-item a {
  float: none;
  color: #ffffff;
  padding: 9px 10px;
  background-color: #7F7F7F;
}

.c-filter--single__menu-item a:hover {
  background-color: #009FE3;
}

@media (min-width: 768px) {
  .c-filter {
    margin-top: 40px;
    text-align: center;
  }
  .c-filter__filter {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 20px;
  }
  .c-filter--categories__filter {
    max-width: 730px;
    padding: 0;
    width: 100%;
  }
  .c-filter--categories label {
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase;
    color: #7F7F7F;
    float: left;
    padding: 14px 15px 0;
    width: 420px;
    text-align: right;
  }
  .c-filter--categories__list {
    width: 300px;
  }
  .c-filter--single__menu {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .c-filter__filter {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }
  .c-filter__list {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-filter__title {
    color: #7F7F7F;
    background-color: transparent;
    width: 105px;
    float: left;
    padding-right: 3px;
    text-transform: uppercase;
  }
  .c-filter__arrow {
    display: none;
  }
  .c-filter__menu {
    display: block;
    width: auto;
    background-color: transparent;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    text-align: left;
    top: 9px;
  }
  .c-filter__menu::before {
    content: none;
  }
  .c-filter__menu-item {
    float: none;
    width: auto;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 5px;
    border-top: 0;
    margin-bottom: 5px;
  }
  .c-filter__menu-item a {
    float: none;
    color: #ffffff;
    padding: 9px 10px;
    background-color: #7F7F7F;
  }
  .c-filter__menu-item a:hover {
    background-color: #f5f5f5;
    color: #7F7F7F;
  }
  .c-filter__menu-item--selected a {
    background-color: #009FE3;
  }
  .c-filter--single__menu {
    margin-top: 30px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .c-filter__filter {
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    max-width: 970px;
  }
  .c-filter__title {
    width: 95px;
  }
  .c-filter__list {
    width: 970px;
  }
}

.c-content {
  position: relative;
  z-index: 9;
}

.c-content__lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #009FE3;
}

.c-content--single__body {
  margin-top: 35px;
  padding: 0 15px;
}

.c-content--single .c-content__sub-title {
  color: #7F7F7F;
}

.c-content--news .c-filter--categories__menu-item__highlight a {
  background-color: #7F7F7F;
}

@media (min-width: 768px) {
  .c-content__body {
    margin-top: -30px;
    margin-top: 0;
  }
  .c-content--news {
    margin-top: 90px;
  }
  .c-content--single {
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .c-content--single__body {
    margin-top: 50px;
  }
  .c-content--news .c-filter--categories__menu-item__highlight a {
    background-color: #009FE3;
  }
}

@media screen and (min-width: 1200px) {
  .c-content--news {
    margin-top: 90px;
  }
  .c-content--single {
    max-width: 880px;
    margin-top: 30px;
  }
  .c-content--single .c-content__sub-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}

.m-feature-with-icon {
  padding: 20px 0 30px;
}

.m-feature-with-icon__content {
  text-align: center;
}

.m-feature-with-icon__item {
  padding: 0 15px;
}

.m-feature-with-icon__item h3 {
  color: #2C2F7C;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
}

.m-feature-with-icon__item p {
  color: #7F7F7F;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}

.m-feature-with-icon__item svg {
  height: 50px;
  width: auto;
}

.m-feature-with-icon__item svg path {
  fill: #009FE3;
}

.m-feature-with-icon__item--white svg path {
  fill: #ffffff;
}

.m-feature-with-icon__item--white h3 {
  color: #ffffff;
  font-weight: 700;
}

.m-feature-with-icon__item--white p {
  color: #ffffff;
}

@media (min-width: 768px) {
  .m-feature-with-icon {
    padding: 25px 0 20px;
  }
}

@media (min-width: 992px) {
  .m-feature-with-icon__item {
    padding: 0 25px;
  }
}

.m-section-heading,
.c-section-heading {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}

.m-section-heading h2,
.c-section-heading h2 {
  text-align: center;
  color: #009FE3;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 500;
  position: relative;
}

.m-section-heading h2::before,
.c-section-heading h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: #009FE3;
  margin: 0 auto 0;
}

.m-section-heading p,
.c-section-heading p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #2C2F7C;
  margin: 0;
  padding-top: 32px;
}

@media (min-width: 768px) {
  .m-section-heading p,
  .c-section-heading p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .m-section-heading,
  .c-section-heading {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.m-button {
  padding: 10px 0 20px;
  text-align: center;
}

.m-link-with-image {
  max-width: 480px;
  margin: 10px auto 15px;
  max-height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.m-link-with-image__content-link {
  display: block;
}

.m-link-with-image__content {
  background-color: #26ade7;
  background-color: rgba(0, 159, 227, 0.85);
  padding: 25px;
  text-align: center;
}

.m-link-with-image__content h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.m-link-with-image__content p {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.m-link-with-image__content .m-button span:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .m-link-with-image {
    overflow: hidden;
    position: relative;
    height: 390px;
    cursor: pointer;
  }
  .m-link-with-image::before {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  }
  .m-link-with-image:hover .m-link-with-image__content {
    bottom: 0;
    background-color: #26ade7;
    background-color: rgba(0, 159, 227, 0.85);
  }
  .m-link-with-image:hover .m-link-with-image__title {
    border: 0;
  }
  .m-link-with-image h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    line-height: 2.3rem;
    padding: 0;
  }
  .m-link-with-image__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    border-top: 1px solid #ffffff;
  }
  .m-link-with-image__content {
    position: absolute;
    bottom: -73%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-link-with-image__content p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding-bottom: 0;
  }
  .m-link-with-image__content .m-button {
    padding-top: 0;
  }
  .m-link-with-image__content .m-button span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}

@media (min-width: 992px) {
  .m-link-with-image h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .m-link-with-image__content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
    padding-bottom: 0;
  }
}

.m-feature-brand {
  max-width: 480px;
  margin: 10px auto 15px;
  padding-bottom: 20px;
}

.m-feature-brand__image {
  text-align: center;
}

.m-feature-brand__image img {
  width: 100%;
  max-width: 333px;
}

.m-feature-brand h3 {
  color: #009FE3;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.m-feature-brand .c-button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .m-feature-brand {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .m-feature-brand__image {
    text-align: left;
    margin-bottom: 30px;
  }
}

.m-team-member {
  margin: 10px auto 15px;
  text-align: center;
  max-width: 180px;
  margin: 10px auto 15px;
}

.m-team-member img {
  margin-bottom: 10px;
}

.m-team-member h4 {
  text-align: center;
  color: #2C2F7C;
  font-size: 20px;
  font-size: 2rem;
  line-height: 23px;
  line-height: 2.3rem;
  padding-bottom: 0;
  font-weight: 700;
}

.m-team-member span {
  display: block;
  color: #2C2F7C;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding-bottom: 15px;
}

.m-team-member p {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
}

@media (min-width: 768px) {
  .m-team-member h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
}

@media (min-width: 992px) {
  .m-team-member {
    padding-bottom: 40px;
  }
  .m-team-member h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

.m-masonry__child {
  max-width: 480px;
  margin: 10px auto 15px;
  max-height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.m-masonry__child__content {
  background-color: #26ade7;
  background-color: rgba(0, 159, 227, 0.85);
  padding: 25px 0 10px;
  text-align: center;
}

.m-masonry__child__content h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 0;
}

.m-masonry__child__content .m-button {
  padding: 0;
}

@media (min-width: 768px) {
  .m-masonry__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
  }
  .m-masonry__child {
    max-width: inherit;
    max-height: inherit;
    margin: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 2%;
  }
  .m-masonry__child--square {
    width: 49%;
    height: 300px;
  }
  .m-masonry__child--portrait {
    width: 49%;
    height: 300px;
  }
  .m-masonry__child--landscape {
    width: 49%;
    height: 300px;
  }
  .m-masonry__child:nth-child(odd) {
    margin-right: 2%;
  }
  .m-masonry__child:hover .m-masonry__child__content {
    bottom: -63%;
    background-color: #26ade7;
    background-color: rgba(0, 159, 227, 0.85);
  }
  .m-masonry__child:hover .m-masonry__child__content .m-button {
    margin-top: -30px;
  }
  .m-masonry__child:hover .m-masonry__child__title {
    border: 0;
  }
  .m-masonry__child h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding: 0;
  }
  .m-masonry__child__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
  }
  .m-masonry__child__content {
    position: absolute;
    bottom: -73%;
    height: 100%;
    left: 0;
    right: 0;
    padding-top: 0;
    background-color: #26ade7;
    background-color: rgba(0, 159, 227, 0.85);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 992px) {
  .m-masonry__child--square {
    width: 32%;
    height: 350px;
  }
  .m-masonry__child--portrait {
    width: 32%;
    height: 720px;
  }
  .m-masonry__child--portrait:hover .m-masonry__child__content {
    bottom: -82%;
  }
  .m-masonry__child--portrait .m-masonry__child__content {
    bottom: -89%;
  }
  .m-masonry__child--landscape {
    width: 66%;
    height: 350px;
  }
  .m-masonry__child--square .m-masonry__child__content,
  .m-masonry__child--landscape .m-masonry__child__content {
    bottom: -77%;
  }
  .m-masonry__child:nth-child(odd) {
    margin-right: 0;
  }
  .m-masonry__child:nth-child(1) {
    margin-right: 2%;
  }
  .m-masonry__child:nth-child(2) {
    margin-right: 2%;
  }
  .m-masonry__child:nth-child(4) {
    margin-right: 2%;
    margin-top: -40.5%;
  }
  .m-masonry__child:nth-child(5) {
    margin-left: -68%;
    margin-right: 2%;
  }
  .m-masonry__child:nth-child(7) {
    margin-right: 2%;
    margin-left: -66%;
    margin-top: 40.5%;
  }
  .m-masonry__child:nth-child(8) {
    margin-top: 40.5%;
  }
  .m-masonry__child:nth-child(9) {
    margin-top: -40.5%;
  }
  .m-masonry__child:nth-child(10) {
    margin-left: -66%;
    margin-right: 2%;
  }
}

@media (min-width: 1200px) {
  .m-masonry__child:nth-child(4) {
    margin-top: -33.5%;
  }
  .m-masonry__child:nth-child(7) {
    margin-top: 33.5%;
  }
  .m-masonry__child:nth-child(8) {
    margin-top: 33.5%;
  }
  .m-masonry__child:nth-child(9) {
    margin-top: -33.5%;
  }
}

.m-products {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.m-products__child {
  position: relative;
}

.m-products__child h3 {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #ffffff;
  padding: 15px 20px;
  background-color: #33b2e9;
  background-color: rgba(0, 159, 227, 0.8);
}

.m-products__child img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-products {
    max-width: inherit;
  }
  .m-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-products__child {
    margin-bottom: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
  .m-products__child:nth-child(2n+1) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 768px) {
  .wow {
    visibility: hidden;
  }
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .animated.delay-0_5s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .animated.delay-1_5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
}

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