/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * 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: 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* OPEN SANS */
@font-face {
  font-family: 'open_sansbold';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-Bold.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold_italic';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-BoldItalic.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansitalic';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-Italic.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-italic-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-Light.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-light-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight_italic';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-LightItalic.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("//wp-content/themes/vwth/assets/css/fonts/opensans-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-Regular.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-Semibold.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-semibold-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold_italic';
  src: url("/wp-content/themes/vwth/assets/css/fonts/OpenSans-SemiboldItalic.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/opensans-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* MONTSERRAT */
@font-face {
  font-family: 'montserratbold';
  src: url("/wp-content/themes/vwth/assets/css/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/Montserrat-Bold.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("/wp-content/themes/vwth/assets/css/fonts/montserrat-light-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/Montserrat-Light.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratregular';
  src: url("/wp-content/themes/vwth/assets/css/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/vwth/assets/css/fonts/Montserrat-Regular.ttf") format("ttf"), url("/wp-content/themes/vwth/assets/css/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Theme Buttons */
.button {
  padding: 15px 30px;
  color: #5A5555;
  text-transform: uppercase;
  font-family: 'montserratregular';
  font-size: 15px;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  transition: ease-in-out .3s all;
  border-radius: 60px; }
  @media (max-width: 500px) {
    .button {
      padding: 10px 25px;
      white-space: inherit;
      line-height: 25px;
      font-size: 14px; } }
  .button:hover {
    color: #FFFFFF; }

.border {
  border: 1px solid #5A5555; }
  .border:hover {
    transition: ease-in-out .3s all;
    background: #5A5555; }

.center {
  margin: 0 auto;
  display: table; }
  @media (max-width: 500px) {
    .center {
      display: block;
      text-align: center; } }

.btn-align-bottom {
  bottom: 4em;
  position: absolute;
  display: table; }

@media (max-width: 829px) {
  .btn-align-bottom {
    display: none; } }
/* Slider Button */
.slider-button {
  padding: 10px 50px;
  font-size: 16px;
  font-family: 'montserratregular';
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  white-space: nowrap;
  border-radius: 60px;
  letter-spacing: 1px;
  margin-top: 40px; }
  .slider-button:hover {
    background-color: #df0f77;
    border: 2px solid #df0f77;
    transition: ease-in-out .3s all; }
  @media (max-width: 500px) {
    .slider-button {
      margin: 0px;
      border: 2px solid rgba(44, 51, 132, 0.5);
      color: #2c3384;
      width: 100%;
      text-align: center; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /**/
  text-decoration: none;
  color: inherit;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

.clear-fix {
  clear: left; }

html, body {
  height: 100%;
  margin: 0px !important;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-padding-start: 0px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul, menu {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-padding-start: 0px; }

ul {
  margin: 15px 20px;
  padding-left: 0px; }
  ul li {
    font-family: 'open_sansregular';
    font-size: 16px;
    color: #5A5555;
    line-height: 32px;
    margin-bottom: 22px; }
    ul li a {
      color: #2c3384;
      display: inline; }
    ul li strong {
      display: inline; }

ol {
  margin: 0px;
  margin-bottom: 32px;
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px; }
  ol li {
    font-family: 'open_sansregular';
    font-size: 16px;
    color: #5A5555;
    line-height: 38px; }
    @media (max-width: 500px) {
      ol li {
        line-height: 32px; } }
    ol li a {
      color: #2c3384; }

ul.twoColumns {
  -moz-columns: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  -moz-column-gap: 100px;
  margin-bottom: 32px;
  padding-left: 0px; }
  @media (max-width: 829px) {
    ul.twoColumns {
      -moz-columns: 1;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  ul.twoColumns li {
    page-break-inside: avoid; }

p {
  font-family: 'open_sansregular';
  color: #5A5555;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  line-height: 32px;
  font-size: 16px;
  margin: 0 0 25px 0;
  display: block; }
  p a {
    color: #2c3384;
    display: inline;
    margin: 0px; }
    p a strong {
      font-family: 'open_sansbold';
      color: #2c3384; }
  p strong {
    display: inline;
    margin: 0px; }

a {
  font-size: 16px;
  color: #2c3384;
  font-family: 'open_sansregular';
  margin: 0 0 25px 0;
  display: block; }

strong {
  font-family: 'open_sanssemibold';
  font-size: 18px;
  line-height: 32px;
  color: #5A5555;
  margin: 25px 0px;
  display: block; }
  strong p {
    display: inline-block; }
  @media (max-width: 1224px) {
    strong {
      font-size: 16px; } }
  @media (max-width: 829px) {
    strong {
      margin: 15px 0px; } }

img {
  margin: 42px auto 42px auto;
  display: block;
  max-width: 100%;
  height: auto; }

blockquote {
  margin: 20px 0px 40px 0px; }
  blockquote p {
    color: #ed4e9e;
    font-family: 'open_sansbold';
    font-size: 20px; }
    @media (max-width: 500px) {
      blockquote p {
        line-height: 28px;
        font-size: 18px; } }

p em {
  background: none;
  display: block;
  padding: 0px; }

em {
  font-family: 'open_sansitalic';
  font-size: 20px;
  line-height: 42px;
  color: #ed4e9e;
  display: block;
  margin: 24px 0px 12px 0px; }
  @media (max-width: 500px) {
    em {
      font-size: 16px;
      line-height: 30px; } }

pre {
  font-family: 'open_sansregular';
  color: #2c3384;
  line-height: 32px;
  font-size: 18px;
  margin: 12px 0px; }

.sub {
  background: none !important;
  padding: 0px !important;
  font-family: 'montserratlight';
  text-transform: uppercase;
  font-size: 16px;
  color: #5a5555;
  margin: -10px 0px 24px 0px; }
  @media (max-width: 829px) {
    .sub {
      margin: 0px 0px 24px 0px; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 50px 0; }

h1 {
  font-size: 54px;
  color: #2c3384;
  font-family: 'open_sansbold';
  line-height: 65px; }
  @media (max-width: 829px) {
    h1 {
      line-height: 50px; } }
  @media (max-width: 500px) {
    h1 {
      line-height: 40px; } }

h2 {
  font-size: 42px;
  color: #2c3384;
  font-family: 'open_sansbold';
  line-height: 50px; }
  @media (max-width: 1224px) {
    h2 {
      line-height: 40px; } }
  @media (max-width: 500px) {
    h2 {
      line-height: 32px; } }

h3 {
  font-size: 32px;
  color: #2c3384;
  font-family: 'open_sansbold';
  margin: 32px 0px;
  line-height: 40px; }
  @media (max-width: 829px) {
    h3 {
      line-height: 30px; } }
  @media (max-width: 500px) {
    h3 {
      line-height: 28px; } }

h4 {
  font-family: 'open_sanssemibold';
  font-size: 20px;
  color: #2c3384;
  margin: 20px 0px;
  line-height: 30px; }
  @media (max-width: 829px) {
    h4 {
      line-height: 30px; } }
  @media (max-width: 500px) {
    h4 {
      line-height: 28px; } }

h5 {
  font-family: 'open_sanssemibold';
  font-size: 17px;
  color: #2c3384;
  margin: 40px 0px 20px 0px;
  line-height: 25px; }
  @media (max-width: 829px) {
    h5 {
      line-height: 30px; } }
  @media (max-width: 500px) {
    h5 {
      line-height: 28px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 60px 0;
  background: transparent !important;
  display: block !important; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Pre-Loader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-image: url("");
  background-color: #fff;
  background-size: 130px 130px;
  background-repeat: no-repeat;
  background-position: center; }

/* FRAMEWORK ------------------------------------------------------------------ */
/* Container */
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.container-page {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.container-full {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }

/* Row */
.row:before, .row:after {
  content: "";
  display: table;
  clear: both; }

.row-full {
  display: table;
  width: 100%; }

.row-full:before, .row-full:after {
  content: "";
  display: table;
  clear: both; }

/* Full width element */
.full-width {
  width: 100%;
  box-sizing: border-box; }

/* Elements don't run outside containers (Images in columns) */
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

/* Float left - right */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

/* Position center */
.pos-cntr {
  text-align: center; }

/* Image position center */
.img-cntr {
  margin: 0 auto;
  display: block; }

/* Clear a float */
.cf {
  content: "";
  display: table;
  clear: both; }

/* Columns 1 - 12 */
[class*='col-'] {
  float: left;
  width: 8.33%;
  /*-- Gutter --*/
  padding: 2em; }

[class*='colfull-'] {
  display: table-cell;
  width: 8.33%; }

.no-pad {
  padding: 0px; }

.col-1 {
  width: 8.33%; }

.colfull-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.colfull-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.colfull-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.colfull-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.colfull-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.colfull-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.colfull-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.colfull-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.colfull-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.colfull-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.colfull-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

.colfull-12 {
  width: 100%; }

@media (max-width: 829px) {
  [class*='col-'] {
    padding: 2em; }

  .col-4, .col-5, .col-7, .col-6, .col-8 {
    width: 100% !important; }

  .colfull-4, .colfull-5, .colfull-7, .colfull-6, .colfull-8 {
    width: 100%;
    display: block; }

  .col-6 {
    width: 50%; }

  .col-9 {
    width: 75%; }

  .colfull-9 {
    width: 75%; }

  .col-10 {
    width: 83.33%; }

  .colfull-10 {
    width: 83.33%; }

  .col-11 {
    width: 91.66%; }

  .colfull-11 {
    width: 91.66%; }

  .col-12 {
    width: 100%; }

  .colfull-12 {
    width: 100%; }

  /* TYPE */
  h1 {
    font-size: 42px; }

  h2 {
    font-size: 35px; }

  h3 {
    font-size: 28px; } }
@media (max-width: 500px) {
  [class*='col-'] {
    padding: 2em; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    width: 100%; }

  .colfull-1, .colfull-2, .colfull-3, .colfull-4, .colfull-5, .colfull-6, .colfull-7, .colfull-8, .colfull-9, .colfull-10, .colfull-11 {
    width: 100%; }

  /* TYPE */
  h1 {
    font-size: 35px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 18px; } }
/* ICONS */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?rx4k7w");
  src: url("fonts/icomoon.eot?rx4k7w#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?rx4k7w") format("woff2"), url("fonts/icomoon.ttf?rx4k7w") format("truetype"), url("fonts/icomoon.woff?rx4k7w") format("woff"), url("fonts/icomoon.svg?rx4k7w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-dollar:before {
  content: "\e90c"; }

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

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

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

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

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

.icon-clock:before {
  content: "\e909"; }

.icon-lock:before {
  content: "\e90a"; }

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

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

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

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

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

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

.icon-linkedin2:before {
  content: "\eaca"; }

ul.main-slider {
  top: 0px;
  margin: 0; }
  @media (min-width: 1224px) {
    ul.main-slider {
      height: 907px; } }
  @media (max-width: 1224px) {
    ul.main-slider {
      height: 725px; } }
  @media (min-width: 1224px) {
    ul.main-slider {
      padding-top: 181px; } }
  @media (max-width: 500px) {
    ul.main-slider {
      height: auto; } }
  ul.main-slider button.flickity-prev-next-button.previous, ul.main-slider button.flickity-prev-next-button.next {
    background: transparent; }
    @media (max-width: 829px) {
      ul.main-slider button.flickity-prev-next-button.previous, ul.main-slider button.flickity-prev-next-button.next {
        display: none; } }
    ul.main-slider button.flickity-prev-next-button.previous svg .arrow, ul.main-slider button.flickity-prev-next-button.next svg .arrow {
      fill: #FFFFFF; }
  ul.main-slider .flickity-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    outline: none; }
  ul.main-slider .carousel-cell {
    width: 100%;
    outline: none;
    list-style: none; }
  ul.main-slider .flickity-viewport, ul.main-slider li.carousel-cell.is-selected, ul.main-slider li.carousel-cell {
    height: 725px;
    top: 0px; }
    @media (max-width: 500px) {
      ul.main-slider .flickity-viewport, ul.main-slider li.carousel-cell.is-selected, ul.main-slider li.carousel-cell {
        height: 400px; } }
    @media (max-width: 320px) {
      ul.main-slider .flickity-viewport, ul.main-slider li.carousel-cell.is-selected, ul.main-slider li.carousel-cell {
        height: 350px; } }
  ul.main-slider ol.flickity-page-dots {
    bottom: 25px; }
    ul.main-slider ol.flickity-page-dots li.dot {
      width: 15px;
      height: 15px;
      background: #FFFFFF; }
      @media (max-width: 500px) {
        ul.main-slider ol.flickity-page-dots li.dot {
          background: #6a6a6a; } }
    @media (max-width: 500px) {
      ul.main-slider ol.flickity-page-dots {
        bottom: 5px; } }

/* Slides */
.slide1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: table; }
  @media (max-width: 500px) {
    .slide1 {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-position: top; } }
  .slide1 .container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
    position: relative; }
    @media (max-width: 1224px) {
      .slide1 .container {
        padding: 2em; } }
    @media (max-width: 500px) {
      .slide1 .container {
        padding: 2.5em;
        position: absolute;
        bottom: 0px;
        background-color: #FFFFFF; } }
    @media (max-width: 320px) {
      .slide1 .container {
        padding: 2em; } }
    .slide1 .container h1 {
      font-size: 80px;
      font-family: 'open_sansbold';
      color: #FFFFFF;
      line-height: 80px;
      margin: 0px; }
      @media (max-width: 1400px) {
        .slide1 .container h1 {
          font-size: 65px;
          line-height: 60px; } }
      @media (max-width: 829px) {
        .slide1 .container h1 {
          font-size: 42px;
          line-height: 32px; } }
      @media (max-width: 500px) {
        .slide1 .container h1 {
          color: #2c3384;
          font-size: 28px;
          line-height: 35px;
          padding-bottom: 18px;
          padding-bottom: 32px; } }
    .slide1 .container p {
      font-size: 24px;
      font-family: 'open_sansregular';
      color: #FFFFFF;
      max-width: 500px;
      padding-top: 1.5em;
      line-height: 40px;
      margin: 0px; }
      @media (max-width: 1400px) {
        .slide1 .container p {
          font-size: 22px;
          line-height: 32px;
          padding-top: 32px;
          max-width: 500px; } }
      @media (max-width: 829px) {
        .slide1 .container p {
          font-size: 20px;
          max-width: 400px;
          line-height: 30px; } }
      @media (max-width: 500px) {
        .slide1 .container p {
          display: none; } }

/* HOME ASSETS */
.home-assets .container .row {
  position: relative; }
  @media (max-width: 500px) {
    .home-assets .container .row {
      display: flex;
      flex-direction: column; } }
  .home-assets .container .row .col-4 {
    padding: 5em 2em;
    background-color: #FFFFFF; }
    @media (max-width: 829px) {
      .home-assets .container .row .col-4 {
        padding: 2em; } }
    @media (max-width: 500px) {
      .home-assets .container .row .col-4:first-of-type {
        order: 3; }
      .home-assets .container .row .col-4:nth-of-type(2) {
        order: 2; }
      .home-assets .container .row .col-4:last-of-type {
        order: 1; } }
    .home-assets .container .row .col-4:last-of-type {
      padding: 5em 2em 0px 2em; }
      @media (max-width: 829px) {
        .home-assets .container .row .col-4:last-of-type {
          padding: 2em; } }
      @media (max-width: 500px) {
        .home-assets .container .row .col-4:last-of-type {
          padding: 3em 2em 2em 2em; } }
    .home-assets .container .row .col-4 h2 {
      font-family: 'open_sanssemibold';
      color: #df0f77;
      font-size: 20px;
      margin-bottom: 1.5em; }
      @media (max-width: 1224px) {
        .home-assets .container .row .col-4 h2 {
          line-height: 32px; } }
      @media (max-width: 500px) {
        .home-assets .container .row .col-4 h2 {
          margin-bottom: .5em; } }
    .home-assets .container .row .col-4 p {
      font-size: 16px;
      color: #6a6a6a;
      margin: 0;
      line-height: 28px; }
      .home-assets .container .row .col-4 p strong {
        display: block;
        margin: 12px 0px 0px 0px; }
        .home-assets .container .row .col-4 p strong a {
          font-family: 'open_sansbold';
          color: #df0f77; }
    .home-assets .container .row .col-4 img {
      max-width: 100%;
      width: 225px;
      bottom: 0px;
      left: 73%;
      position: absolute;
      margin-bottom: 0px; }
      @media (max-width: 1224px) {
        .home-assets .container .row .col-4 img {
          left: 70%; } }
      @media (max-width: 829px) {
        .home-assets .container .row .col-4 img {
          display: none; } }
    .home-assets .container .row .col-4 .wrap {
      border-bottom: 1px solid #e6e5e5;
      padding: 28px 0px; }
      .home-assets .container .row .col-4 .wrap:first-of-type {
        padding-top: 0px; }
      .home-assets .container .row .col-4 .wrap:last-child {
        border: none;
        padding-bottom: 0px; }
      .home-assets .container .row .col-4 .wrap a {
        line-height: 32px;
        margin-bottom: 0px; }
        .home-assets .container .row .col-4 .wrap a:before {
          font-size: 24px;
          color: #5A5555;
          margin-left: 12px; }
          @media (max-width: 1224px) {
            .home-assets .container .row .col-4 .wrap a:before {
              margin: 0px; } }
        .home-assets .container .row .col-4 .wrap a strong {
          float: left;
          margin: 0px; }
          @media (max-width: 1224px) {
            .home-assets .container .row .col-4 .wrap a strong {
              font-size: 14px; } }
      .home-assets .container .row .col-4 .wrap p {
        margin-top: 12px; }
    .home-assets .container .row .col-4 .stories-container {
      margin: 1.5em 0px;
      padding-bottom: 1.72em;
      border-bottom: 1px solid #e6e5e5; }
      .home-assets .container .row .col-4 .stories-container:last-of-type {
        border-bottom: none; }
      .home-assets .container .row .col-4 .stories-container strong {
        margin-bottom: 0px;
        font-size: 16px; }
      @media (max-width: 500px) {
        .home-assets .container .row .col-4 .stories-container a {
          color: #df0f77; } }

/* TESTIMONIALS */
.testimonials {
  background-color: #f3f3f3;
  position: relative;
  padding: 100px 250px; }
  @media (max-width: 1224px) {
    .testimonials {
      padding: 72px 32px; } }
  .testimonials .carousel-cell {
    width: 100%; }
    .testimonials .carousel-cell p {
      font-family: 'open_sansitalic';
      color: #6a6a6a;
      font-size: 23px;
      letter-spacing: 0.63px;
      line-height: 35px;
      text-align: center;
      margin: 0 auto; }
      @media (min-width: 1224px) {
        .testimonials .carousel-cell p {
          max-width: 650px; } }
      @media (max-width: 500px) {
        .testimonials .carousel-cell p {
          font-size: 18px;
          line-height: 28px; } }
    .testimonials .carousel-cell h3 {
      font-family: 'open_sanssemibold';
      font-size: 16px;
      color: #2c3384;
      margin-bottom: 0px;
      padding-top: 20px;
      text-align: center; }
  .testimonials ol.flickity-page-dots {
    bottom: 40px; }
    @media (max-width: 829px) {
      .testimonials ol.flickity-page-dots {
        bottom: 20px; } }
    .testimonials ol.flickity-page-dots li {
      background: #6a6a6a;
      width: 12px;
      height: 12px; }

/* EVENTS */
.post-type-archive .container-page .row {
  padding: 4em 0px; }
  @media (min-width: 1224px) {
    .post-type-archive .container-page .row {
      padding: 11em 0px; } }
  .post-type-archive .container-page .row .col-12 .inner-events {
    padding-bottom: 4em; }
    .post-type-archive .container-page .row .col-12 .inner-events h2 {
      font-family: 'open_sanssemibold';
      color: #2c3384;
      font-size: 30px;
      padding-bottom: 1em;
      border-bottom: 1px solid #6a6a6a;
      line-height: 35px;
      margin: 0px; }
    .post-type-archive .container-page .row .col-12 .inner-events h3 {
      padding-top: 1em;
      font-family: 'open_sanssemibold';
      color: #5A5555;
      font-size: 18px;
      margin: 0px; }
    .post-type-archive .container-page .row .col-12 .inner-events p {
      padding-top: .5em;
      color: #6a6a6a;
      margin: 0px; }
    .post-type-archive .container-page .row .col-12 .inner-events strong {
      display: block;
      margin: 1em 0px;
      text-transform: uppercase;
      font-family: 'montserratlight';
      margin: 0px;
      font-size: 14px;
      letter-spacing: 1px; }
    .post-type-archive .container-page .row .col-12 .inner-events .events-img {
      margin: 0px 0px 32px 0px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 300px; }

.single-events .container-page .row .col-12 .inner-events .events-img {
  margin: 0px 0px 32px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px; }
.single-events .container-page .row .col-12 .inner-events h1 {
  font-size: 32px; }
.single-events .container-page .row .col-12 .inner-events h3 {
  font-size: 20px; }
.single-events .container-page .row .col-12 .inner-events p strong {
  display: block; }
.single-events .container-page .row .col-12 a {
  margin: 32px 0px; }

/* FEATURED IMAGE (HEADER) */
.featured-image {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  position: relative; }
  @media (max-width: 500px) {
    .featured-image {
      background-position: center;
      height: 275px; } }
  .featured-image .col-12 {
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100px; }
    .featured-image .col-12 h1 {
      color: #FFFFFF;
      max-width: 450px;
      margin: 0px;
      line-height: 52px; }
      @media (max-width: 500px) {
        .featured-image .col-12 h1 {
          line-height: 35px; } }

.page-id-317 .featured-image .col-12, .page-id-335 .featured-image .col-12 {
  padding-left: 0px; }
  @media (max-width: 829px) {
    .page-id-317 .featured-image .col-12, .page-id-335 .featured-image .col-12 {
      padding-left: 2em; } }

/* COMMUNITY RESOURCES */
.page-id-317 .full-width-content .container-page .row .col-12 {
  padding: 0px; }
  .page-id-317 .full-width-content .container-page .row .col-12:first-of-type a {
    padding-top: 0px; }
  @media (max-width: 829px) {
    .page-id-317 .full-width-content .container-page .row .col-12 {
      padding: 0px 2em; } }
  .page-id-317 .full-width-content .container-page .row .col-12 a {
    display: table;
    border-bottom: 1px solid #2c3384;
    padding: 42px 0px;
    width: 100%;
    margin: 0px; }
    @media (max-width: 500px) {
      .page-id-317 .full-width-content .container-page .row .col-12 a {
        padding: 30px 0px; } }
    .page-id-317 .full-width-content .container-page .row .col-12 a .info {
      display: table-cell;
      width: 80%;
      background: transparent;
      padding: 0px; }
      @media (max-width: 500px) {
        .page-id-317 .full-width-content .container-page .row .col-12 a .info {
          width: 85%; } }
      .page-id-317 .full-width-content .container-page .row .col-12 a .info h2 {
        font-family: 'open_sanssemibold';
        font-size: 24px;
        color: #2c3384;
        margin: 0px; }
        @media (max-width: 500px) {
          .page-id-317 .full-width-content .container-page .row .col-12 a .info h2 {
            font-size: 16px;
            line-height: 25px; } }
      .page-id-317 .full-width-content .container-page .row .col-12 a .info p {
        margin-bottom: 0px; }
        @media (max-width: 500px) {
          .page-id-317 .full-width-content .container-page .row .col-12 a .info p {
            display: none; } }
    .page-id-317 .full-width-content .container-page .row .col-12 a .icon {
      display: table-cell;
      vertical-align: middle;
      background: transparent;
      padding: 0px; }
      @media (max-width: 500px) {
        .page-id-317 .full-width-content .container-page .row .col-12 a .icon {
          padding: 0px; } }
      .page-id-317 .full-width-content .container-page .row .col-12 a .icon span {
        float: right;
        font-size: 37px;
        color: #df0f77;
        padding: 0px; }
        @media (max-width: 500px) {
          .page-id-317 .full-width-content .container-page .row .col-12 a .icon span {
            font-size: 28px; } }

/* NEWSLETTERS */
.page-id-335 .full-width-content .container-page .row .col-12 {
  padding: 0px; }
  .page-id-335 .full-width-content .container-page .row .col-12:first-of-type a {
    padding-top: 0px; }
  .page-id-335 .full-width-content .container-page .row .col-12:nth-last-child(2) a {
    border: none; }
  @media (max-width: 829px) {
    .page-id-335 .full-width-content .container-page .row .col-12 {
      padding: 0px 2em; } }
  .page-id-335 .full-width-content .container-page .row .col-12 a {
    display: table;
    border-bottom: 1px solid #2c3384;
    padding: 42px 0px;
    width: 100%;
    margin: 0px; }
    @media (max-width: 500px) {
      .page-id-335 .full-width-content .container-page .row .col-12 a {
        padding: 30px 0px; } }
    .page-id-335 .full-width-content .container-page .row .col-12 a .info {
      display: table-cell;
      width: 80%;
      background: transparent;
      padding: 0px; }
      @media (max-width: 500px) {
        .page-id-335 .full-width-content .container-page .row .col-12 a .info {
          width: 85%; } }
      .page-id-335 .full-width-content .container-page .row .col-12 a .info h2 {
        font-family: 'open_sanssemibold';
        font-size: 24px;
        color: #2c3384;
        margin: 0px; }
        @media (max-width: 500px) {
          .page-id-335 .full-width-content .container-page .row .col-12 a .info h2 {
            font-size: 16px;
            line-height: 25px; } }
      .page-id-335 .full-width-content .container-page .row .col-12 a .info p {
        margin-bottom: 0px; }
        @media (max-width: 500px) {
          .page-id-335 .full-width-content .container-page .row .col-12 a .info p {
            display: none; } }
    .page-id-335 .full-width-content .container-page .row .col-12 a .icon {
      display: table-cell;
      vertical-align: middle;
      background: transparent;
      padding: 0px; }
      @media (max-width: 500px) {
        .page-id-335 .full-width-content .container-page .row .col-12 a .icon {
          padding: 0px; } }
      .page-id-335 .full-width-content .container-page .row .col-12 a .icon span {
        float: right;
        font-size: 37px;
        color: #df0f77;
        padding: 0px; }
        @media (max-width: 500px) {
          .page-id-335 .full-width-content .container-page .row .col-12 a .icon span {
            font-size: 28px; } }

/* HEADER */
header {
  position: absolute;
  display: table;
  width: 100%;
  padding: 0px 42px;
  box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  z-index: 2; }
  @media (min-width: 830px) and (max-width: 1299px) {
    header {
      padding: 0px 2em; } }
  @media (max-width: 1224px) {
    header {
      padding: 2.5em;
      position: relative; } }
  @media (max-width: 500px) {
    header {
      padding: 2em 1.25em; } }
  header a {
    display: table-cell;
    vertical-align: middle; }
    header a .logo {
      background-image: url("/wp-content/themes/vwth/assets/images/VWTH_Logo.svg");
      background-repeat: no-repeat;
      background-position: inherit;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      height: 76px;
      width: 350px; }
      @media (max-width: 1530px) {
        header a .logo {
          height: 67px;
          width: 310px; } }
      @media (max-width: 1400px) {
        header a .logo {
          height: 65px;
          width: 300px; } }
      @media (max-width: 500px) {
        header a .logo {
          height: 49px;
          width: 225px; } }
      @media (max-width: 320px) {
        header a .logo {
          height: 44px;
          width: 205px; } }
  header .navWrap {
    display: table-cell;
    vertical-align: top;
    float: right;
    /* Hamburger Icon */
    /* Squeeze */ }
    header .navWrap .topWrap {
      margin-right: -42px;
      display: block;
      float: right; }
      @media (min-width: 830px) and (max-width: 1299px) {
        header .navWrap .topWrap {
          margin-right: -32px; } }
      @media (max-width: 1224px) {
        header .navWrap .topWrap {
          display: none; } }
      header .navWrap .topWrap a.button {
        font-family: 'open_sansregular';
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0.34px;
        border-radius: 0px;
        display: table-cell;
        padding: 20px 32px;
        text-align: center;
        transition: none; }
        header .navWrap .topWrap a.button strong {
          color: #FFFFFF;
          display: inline-block;
          font-size: 16px;
          font-family: 'open_sansbold';
          margin: 0px;
          line-height: 0px; }
          @media (max-width: 1530px) {
            header .navWrap .topWrap a.button strong {
              font-size: 13px; } }
        header .navWrap .topWrap a.button:hover {
          opacity: 0.85;
          transition: ease-in-out .3s all; }
        @media (max-width: 1400px) {
          header .navWrap .topWrap a.button {
            font-size: 12.5px; } }
        header .navWrap .topWrap a.button:nth-child(1) {
          background-color: #2c3384; }
        header .navWrap .topWrap a.button:nth-child(2) {
          background-color: #df0f77; }
        header .navWrap .topWrap a.button:nth-child(3) {
          background-color: #ed4e9e;
          padding-right: 42px; }
    header .navWrap button#click {
      display: none; }
      @media (max-width: 1224px) {
        header .navWrap button#click {
          display: block;
          float: right; } }
    header .navWrap .hamburger {
      padding: 15px 0px;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible; }
    header .navWrap .hamburger-box {
      width: 40px;
      height: 24px;
      display: inline-block;
      position: relative; }
    header .navWrap .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: -2px; }
    header .navWrap .hamburger-inner, header .navWrap .hamburger-inner::before, header .navWrap .hamburger-inner::after {
      width: 40px;
      height: 4px;
      background-color: #df0f77;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    header .navWrap .hamburger-inner::before, header .navWrap .hamburger-inner::after {
      content: "";
      display: block; }
    header .navWrap .hamburger-inner::before {
      top: -10px; }
    header .navWrap .hamburger-inner::after {
      bottom: -10px; }
    header .navWrap .hamburger--squeeze .hamburger-inner {
      transition-duration: 0.1s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    header .navWrap .hamburger--squeeze .hamburger-inner::before {
      transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
    header .navWrap .hamburger--squeeze .hamburger-inner::after {
      transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    header .navWrap .hamburger--squeeze.is-active .hamburger-inner {
      transform: rotate(45deg);
      transition-delay: 0.14s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    header .navWrap .hamburger--squeeze.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
    header .navWrap .hamburger--squeeze.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
    header .navWrap .menu-main-menu-container {
      display: block;
      float: right;
      padding: 46px 0px 0px 0px; }
      @media (max-width: 1224px) {
        header .navWrap .menu-main-menu-container {
          display: block;
          float: none;
          padding: 0px;
          width: 100%;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 2;
          background-color: #df0f77; } }
      header .navWrap .menu-main-menu-container ul#menu-main-menu {
        list-style: none;
        margin: 0px; }
        @media (max-width: 1224px) {
          header .navWrap .menu-main-menu-container ul#menu-main-menu {
            display: none; } }
        header .navWrap .menu-main-menu-container ul#menu-main-menu li {
          float: left;
          margin: 0px 16px;
          display: table;
          padding: 0px 0px 46px 0px;
          position: relative; }
          @media (max-width: 1530px) {
            header .navWrap .menu-main-menu-container ul#menu-main-menu li {
              margin: 0px 12px; } }
          @media (min-width: 830px) and (max-width: 1299px) {
            header .navWrap .menu-main-menu-container ul#menu-main-menu li {
              margin: 0px 9px; } }
          @media (max-width: 1224px) {
            header .navWrap .menu-main-menu-container ul#menu-main-menu li {
              width: 100%;
              padding: 1.75em 2.5em;
              margin: 0px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.25); } }
          @media (max-width: 829px) {
            header .navWrap .menu-main-menu-container ul#menu-main-menu li {
              padding: 1.5em 2em; } }
          header .navWrap .menu-main-menu-container ul#menu-main-menu li:first-of-type {
            margin-left: 0px; }
          header .navWrap .menu-main-menu-container ul#menu-main-menu li:last-of-type {
            margin-right: 0px; }
          header .navWrap .menu-main-menu-container ul#menu-main-menu li a {
            font-family: 'open_sanssemibold';
            font-size: 16px;
            color: #2c3384;
            letter-spacing: 0.25px;
            text-transform: uppercase;
            display: block;
            margin: 0px; }
            @media (max-width: 1530px) {
              header .navWrap .menu-main-menu-container ul#menu-main-menu li a {
                font-size: 15px; } }
            @media (max-width: 1400px) {
              header .navWrap .menu-main-menu-container ul#menu-main-menu li a {
                font-size: 14px; } }
            @media (min-width: 830px) and (max-width: 1299px) {
              header .navWrap .menu-main-menu-container ul#menu-main-menu li a {
                font-size: 13px; } }
            @media (max-width: 1224px) {
              header .navWrap .menu-main-menu-container ul#menu-main-menu li a {
                color: #FFFFFF;
                font-size: 16px; } }
            header .navWrap .menu-main-menu-container ul#menu-main-menu li a span.icon-chevron-down {
              float: right;
              display: table-cell;
              margin: 5px 5px 0px 0px;
              font-size: 20px; }
              @media (max-width: 1224px) {
                header .navWrap .menu-main-menu-container ul#menu-main-menu li a span.icon-chevron-down {
                  font-size: 24px; } }
          header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu {
            display: none;
            margin: 0px;
            position: absolute;
            top: 78px;
            z-index: 2;
            width: 250px;
            background-color: #FFFFFF;
            box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
            padding-left: 0px; }
            @media (max-width: 1224px) {
              header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu {
                position: relative;
                top: 10px;
                background-color: transparent;
                box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
                width: 100%; } }
            header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li {
              float: none;
              margin: 0px;
              padding: 0px;
              display: block; }
              @media (max-width: 1224px) {
                header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li {
                  border: none; } }
              header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a {
                font-family: 'open_sansregular';
                font-size: 15px;
                color: #2c3384;
                letter-spacing: 0.25px;
                text-transform: uppercase;
                padding: 15px 20px;
                border-bottom: 1px solid rgba(44, 51, 132, 0.1);
                transition: ease-in-out .3s all; }
                header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a:hover {
                  transition: ease-in-out .3s all;
                  background-color: rgba(44, 51, 132, 0.1); }
                  @media (max-width: 1224px) {
                    header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a:hover {
                      background-color: transparent; } }
                @media (max-width: 1400px) {
                  header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a {
                    font-size: 14px;
                    padding: 12px 16px; } }
                @media (min-width: 830px) and (max-width: 1299px) {
                  header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a {
                    font-size: 13px;
                    padding: 10px 14px; } }
                @media (max-width: 1224px) {
                  header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a {
                    border: none;
                    color: #FFFFFF; } }
              header .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li:last-of-type a {
                border: none; }
          header .navWrap .menu-main-menu-container ul#menu-main-menu li:nth-child(6) ul.sub-menu {
            right: 0px; }
            header .navWrap .menu-main-menu-container ul#menu-main-menu li:nth-child(6) ul.sub-menu li a {
              text-align: right; }
              @media (max-width: 1224px) {
                header .navWrap .menu-main-menu-container ul#menu-main-menu li:nth-child(6) ul.sub-menu li a {
                  text-align: left; } }

.subActive {
  display: block !important; }

@media (min-width: 1224px) {
  header.sticky {
    padding: 0px;
    top: -120px;
    position: fixed;
    transition: top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }

  header.down {
    top: 0px;
    transition: top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }

  header.sticky a .logo {
    height: 48px;
    width: 220px;
    margin-left: 32px; } }
  @media (min-width: 1224px) and (max-width: 1440px) {
    header.sticky a .logo {
      margin-left: 20px; } }
@media (min-width: 1224px) {
  header.sticky .navWrap .topWrap {
    margin-right: 0px;
    margin-left: 65px; } }
  @media (min-width: 1224px) and (max-width: 1580px) {
    header.sticky .navWrap .topWrap {
      margin-left: 25px; } }
@media (min-width: 1224px) {
    header.sticky .navWrap .topWrap a {
      height: 92px; } }
    @media (min-width: 1224px) and (max-width: 1580px) {
      header.sticky .navWrap .topWrap a {
        font-size: 13px; } }
    @media (min-width: 1224px) and (max-width: 1440px) {
      header.sticky .navWrap .topWrap a {
        padding: 24px; } }
    @media (min-width: 1224px) and (max-width: 1400px) {
      header.sticky .navWrap .topWrap a {
        font-size: 12px; } }
@media (min-width: 1224px) {
      header.sticky .navWrap .topWrap a span {
        display: none; }
      header.sticky .navWrap .topWrap a:nth-child(1) {
        display: none; }
      header.sticky .navWrap .topWrap a:nth-child(3) {
        padding-right: 32px; } }
      @media (min-width: 1224px) and (max-width: 1440px) {
        header.sticky .navWrap .topWrap a:nth-child(3) {
          padding-right: 20px; } }
  @media (min-width: 1224px) and (min-width: 830px) and (max-width: 1299px) {
    header.sticky .navWrap .topWrap a.button strong {
      display: block;
      line-height: 22px; } }
@media (min-width: 1224px) {
  header.sticky .navWrap .menu-main-menu-container {
    padding: 30px 0px 0px 0px; }
    header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li {
      padding: 0px 0px 30px 0px; } }
    @media (min-width: 1224px) and (max-width: 1490px) {
      header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li {
        margin: 0px 10px; } }
    @media (min-width: 1224px) and (max-width: 1400px) {
      header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li {
        margin: 0px 7px; } }
@media (min-width: 1224px) {
      header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li a {
        font-size: 13px; } }
      @media (min-width: 1224px) and (max-width: 1400px) {
        header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li a {
          font-size: 12px; } }
@media (min-width: 1224px) {
      header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu {
        top: 62px; }
        header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a {
          font-size: 13px;
          padding: 14px 18px; } }
        @media (min-width: 1224px) and (max-width: 1400px) {
          header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li ul.sub-menu li a {
            font-size: 12px; } }
@media (min-width: 1224px) {
      header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li:nth-child(6) ul.sub-menu {
        right: auto; }
        header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li:nth-child(6) ul.sub-menu li a {
          text-align: left; } }
        @media (min-width: 1224px) and (max-width: 1224px) {
          header.sticky .navWrap .menu-main-menu-container ul#menu-main-menu li:nth-child(6) ul.sub-menu li a {
            text-align: left; } }

/* FOOTER */
footer {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  font-family: 'open_sanssemibold';
  background-color: #e6e5e5; }
  footer .container .row {
    padding: 2em 0px 4em 0px; }
    footer .container .row .col-4 h2 {
      font-family: 'open_sanssemibold';
      text-transform: uppercase;
      color: #df0f77;
      font-size: 20px;
      margin-bottom: 20px; }
    footer .container .row .col-4 p {
      font-size: 16px;
      color: #6a6a6a;
      margin: 0px; }
    footer .container .row .col-4 ul {
      list-style: none;
      margin: 0px;
      padding-left: 0px; }
      footer .container .row .col-4 ul li {
        float: left;
        margin-right: 10px; }
        footer .container .row .col-4 ul li:last-of-type {
          margin: 0px; }
        footer .container .row .col-4 ul li a span {
          border: 2px solid #2c3384;
          padding: 10px;
          border-radius: 100%;
          margin-top: 10px;
          display: block; }
    footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 {
      margin: 0px; }
      footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_body {
        width: auto; }
        footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1 {
          margin: 0px;
          padding: 0px;
          float: none; }
          footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1 .ginput_container.ginput_container_email {
            margin: 0px; }
            footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1 .ginput_container.ginput_container_email input#input_1_1 {
              height: 40px;
              padding: 24px 12px;
              border-radius: 4px;
              border: none; }
              @media (max-width: 500px) {
                footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1 .ginput_container.ginput_container_email input#input_1_1 {
                  width: 100%; } }
      footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_footer.top_label {
        display: table;
        padding: 0px;
        margin: 15px 0px 0px 0px;
        width: 110px; }
        @media (max-width: 700px) {
          footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_footer.top_label {
            width: 120px; } }
        footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_footer.top_label:before {
          display: table-cell;
          float: right;
          color: #6a6a6a;
          font-size: 28px;
          cursor: pointer; }
        footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_footer.top_label input#gform_submit_button_1 {
          background: none;
          border: none;
          margin: 0px;
          padding: 0px;
          display: table-cell;
          color: #6a6a6a;
          font-size: 20px;
          font-family: 'open_sanssemibold';
          cursor: pointer; }
          @media (max-width: 700px) {
            footer .container .row .col-4 .newsletter-form div#gform_wrapper_1 form#gform_1 .gform_footer.top_label input#gform_submit_button_1 {
              width: auto;
              line-height: initial; } }
    footer .container .row .col-4 .newsletter-form .gform_wrapper .gform_footer input[type=image] {
      margin: 0 auto 0px !important; }
    footer .container .row .col-4 .newsletter-form div#gform_confirmation_wrapper_1 div#gform_confirmation_message_1 .confirm_newsletter {
      font-family: 'open_sansregular';
      color: #6a6a6a;
      line-height: 25px; }
    footer .container .row .col-4:nth-child(2) p strong {
      margin: 0px 0px 12px 0px;
      display: block; }
    footer .container .row .col-4:nth-child(2) p p {
      display: table-cell;
      color: #6a6a6a;
      line-height: initial; }
    footer .container .row .col-4:nth-child(2) p a {
      color: #6a6a6a; }
    footer .container .row .col-4:nth-child(2) p strong a {
      color: #6a6a6a; }
    footer .container .row .col-4:nth-child(3) {
      padding-top: 0px;
      position: relative; }
      footer .container .row .col-4:nth-child(3) .button {
        padding: 20px 32px;
        background-color: #df0f77;
        position: absolute;
        top: 80px;
        white-space: inherit; }
        @media (max-width: 829px) {
          footer .container .row .col-4:nth-child(3) .button {
            position: initial;
            margin: 0px;
            width: 100%; } }
      footer .container .row .col-4:nth-child(3) a {
        color: #FFFFFF;
        font-family: 'montserratbold';
        text-transform: uppercase;
        font-size: 18px;
        text-align: center; }
    footer .container .row .col-12 {
      padding: 0px 0px 2em 0px; }
      @media (max-width: 829px) {
        footer .container .row .col-12 {
          padding: 2em; } }
      footer .container .row .col-12 p {
        text-align: center;
        margin: 0px; }

/* DEFAULT CONTENT */
.main-content {
  padding-top: 181px; }
  .main-content .container-page {
    padding: 5em 0px; }
    @media (max-width: 500px) {
      .main-content .container-page {
        padding: 2em 0px; } }
    .main-content .container-page .row .col-12 {
      /* DID YOU KNOW? */ }
      .main-content .container-page .row .col-12:first-of-type {
        padding-bottom: 0px;
        padding-top: 0px; }
      .main-content .container-page .row .col-12 h1 {
        font-size: 38px;
        color: #2c3384;
        margin: 0px; }
      .main-content .container-page .row .col-12 h4 {
        margin: 50px 0px 30px 0px; }
      .main-content .container-page .row .col-12 .col-6 {
        background: transparent;
        padding: 0px 0px 24px 0px; }
        @media (max-width: 829px) {
          .main-content .container-page .row .col-12 .col-6 {
            padding: 12px 0px 20px 0px;
            margin: 0px; } }
      .main-content .container-page .row .col-12 .didYouKnow {
        display: table;
        background: #f9f9f9;
        padding: 24px;
        margin: 30px 0px; }
        @media (max-width: 500px) {
          .main-content .container-page .row .col-12 .didYouKnow {
            display: block; } }
        .main-content .container-page .row .col-12 .didYouKnow h5 {
          display: table-cell;
          font-family: 'open_sanssemibold';
          font-size: 24px;
          color: #2c3384;
          line-height: 25px;
          vertical-align: top;
          padding-right: 24px; }
          @media (max-width: 500px) {
            .main-content .container-page .row .col-12 .didYouKnow h5 {
              display: block;
              padding-right: 0px; }
              .main-content .container-page .row .col-12 .didYouKnow h5 br {
                display: none; } }
        .main-content .container-page .row .col-12 .didYouKnow p {
          display: table-cell;
          border-left: 2px solid #2c3384;
          padding: 0px 0px 0px 24px;
          color: #5A5555;
          font-size: 18px;
          line-height: 32px; }
          @media (max-width: 500px) {
            .main-content .container-page .row .col-12 .didYouKnow p {
              display: block;
              padding: 24px 0px 0px 0px;
              border-top: 2px solid #2c3384;
              border-left: none; } }
      .main-content .container-page .row .col-12 ul#partnerLogo {
        margin: 0 auto;
        text-align: center; }
        .main-content .container-page .row .col-12 ul#partnerLogo li {
          margin: 0px 20px 32px 20px;
          display: inline-block;
          width: 25%; }
          @media (min-width: 829px) {
            .main-content .container-page .row .col-12 ul#partnerLogo li:last-of-type {
              margin-right: 0px; } }
          @media (max-width: 829px) {
            .main-content .container-page .row .col-12 ul#partnerLogo li {
              margin: 20px;
              width: 33.333%; } }
          @media (max-width: 500px) {
            .main-content .container-page .row .col-12 ul#partnerLogo li {
              margin: 12px 0px;
              width: 50%; } }
          .main-content .container-page .row .col-12 ul#partnerLogo li a img {
            width: 150px;
            height: auto;
            margin: 0 auto; }

/* PAGINATION */
.pagination {
  font-family: 'montserratlight';
  text-transform: uppercase;
  text-align: center;
  color: #5A5555;
  font-size: 16px;
  letter-spacing: 2px; }
  .pagination span.page-numbers.current {
    font-family: 'montserratbold';
    opacity: 1.0;
    padding: 4em 0px 0px 1em; }
    @media (max-width: 500px) {
      .pagination span.page-numbers.current {
        padding: 2em 0px 0px 12px; } }
  .pagination a.page-numbers {
    padding: 4em 0px 0px 1em;
    display: inline-block;
    opacity: .5; }
    @media (max-width: 500px) {
      .pagination a.page-numbers {
        padding: 2em 0px 0px 12px; } }
  .pagination .navigation ul {
    margin: 0px; }
    .pagination .navigation ul li {
      list-style: none;
      display: inline-block;
      padding: 4em 0px 0px 1em; }
      @media (max-width: 500px) {
        .pagination .navigation ul li {
          padding: 2em 0px 0px 12px; } }
      .pagination .navigation ul li a {
        color: #5A5555;
        opacity: .5;
        padding: 0px; }
    .pagination .navigation ul .active:before {
      display: none !important; }
    .pagination .navigation ul .active a {
      font-family: 'montserratbold';
      opacity: 1.0; }

/* Blogs (Posts) */
.blog .container-page .row {
  padding: 4em 0px; }
  .blog .container-page .row .col-12 .inner-blogs {
    padding-bottom: 2em; }
    .blog .container-page .row .col-12 .inner-blogs h1 {
      font-family: 'open_sanssemibold';
      color: #2c3384;
      font-size: 30px;
      padding-bottom: 24px;
      border-bottom: 1px solid #6a6a6a;
      line-height: 35px;
      margin: 0px; }
      @media (max-width: 500px) {
        .blog .container-page .row .col-12 .inner-blogs h1 {
          font-size: 28px;
          padding-bottom: 12px; } }
    .blog .container-page .row .col-12 .inner-blogs h3 {
      padding-top: 1em;
      font-family: 'open_sanssemibold';
      color: #df0f77; }
    .blog .container-page .row .col-12 .inner-blogs p {
      padding-top: 1em;
      color: #6a6a6a; }
    .blog .container-page .row .col-12 .inner-blogs strong {
      display: block;
      margin: 1em 0px;
      text-transform: uppercase;
      font-family: 'montserratlight';
      margin: 0px;
      font-size: 14px;
      letter-spacing: 1px; }

.single-post .container-page .row .col-12 .inner-blogs h1 {
  font-size: 32px;
  margin: 0px; }
.single-post .container-page .row .col-12 .inner-blogs h3 {
  font-size: 20px;
  margin: 0px; }
.single-post .container-page .row .col-12 .inner-blogs p strong {
  display: block; }
.single-post .container-page .row .col-12 a {
  margin: 32px 0px; }

/* TEAM MEMBERS */
@media (min-width: 1224px) {
  .team-members {
    padding-top: 181px; } }
.team-members .container-page {
  padding: 50px 0px 70px 0px; }
  .team-members .container-page .row {
    border-bottom: 1px solid rgba(44, 51, 132, 0.5);
    padding: 5em 0px;
    /*            .col-4 {
                    padding: 0px 2em 0px 0px;
                    @include tablet {
                        padding: 2em 0px 0px 0px;
                    }
                    .member-photo {
                        background-repeat: no-repeat;
                        background-position: center;
                        -webkit-background-size: cover;
                        -moz-background-size: cover;
                        -o-background-size: cover;
                        background-size: cover;
                        height: 230px;
                        width: 100%;
                        max-width: 100%;
                        @include tablet {
                            background-position: left;
                            -webkit-background-size: contain;
                            -moz-background-size: contain;
                            -o-background-size: contain;
                            background-size: contain;
                            height: 275px;
                        }
                        @include mobile {
                            background-position: center;
                        }
                    }
                }*/ }
    .team-members .container-page .row:last-of-type {
      border: none; }
    @media (max-width: 829px) {
      .team-members .container-page .row {
        margin: 0px 2em;
        padding: 0px; } }
    .team-members .container-page .row .col-12 {
      padding: 0px 2em; }
      @media (max-width: 829px) {
        .team-members .container-page .row .col-12 {
          padding: 2em 0px; } }
      .team-members .container-page .row .col-12 h2 {
        font-family: 'open_sanssemibold';
        font-size: 28px;
        line-height: inherit;
        color: #2c3384;
        margin: 0px; }
        @media (max-width: 500px) {
          .team-members .container-page .row .col-12 h2 {
            font-size: 24px; } }
      .team-members .container-page .row .col-12 h3 {
        font-family: 'montserratlight';
        font-size: 15px;
        color: #ed4e9e;
        margin: 12px 0px 24px 0px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        line-height: inherit; }
      .team-members .container-page .row .col-12 p {
        margin: 24px 0px; }
      .team-members .container-page .row .col-12 .excerpt {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 100px; }
        .team-members .container-page .row .col-12 .excerpt p {
          margin: 0px; }
      .team-members .container-page .row .col-12 .full {
        text-overflow: clip;
        overflow: visible;
        display: none;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        height: auto; }
      .team-members .container-page .row .col-12 span {
        display: table;
        cursor: pointer;
        opacity: .5;
        transition: ease-in-out .3s all; }
        .team-members .container-page .row .col-12 span:before {
          display: table-cell;
          color: #5A5555;
          font-size: 18px; }
        .team-members .container-page .row .col-12 span p {
          display: table-cell;
          padding-left: 8px;
          font-size: 18px;
          color: #5A5555;
          font-family: 'montserratlight';
          margin: 0px;
          height: 0px; }
        .team-members .container-page .row .col-12 span:hover {
          opacity: 1.0;
          transition: ease-in-out .3s all; }

/* ACCORDION */
ul.accordion {
  list-style: none;
  margin: 0px;
  width: 100%;
  display: block;
  border-top: 1px solid #2c3384;
  padding: 28px;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
  -webkit-column-gap: inherit;
  column-gap: inherit;
  -moz-column-gap: inherit; }
  ul.accordion:last-of-type {
    border-bottom: 1px solid #2c3384; }
  ul.accordion:hover {
    background: rgba(230, 229, 229, 0.2);
    transition: ease-in-out .3s all; }
  @media (max-width: 500px) {
    ul.accordion {
      padding: 20px; } }
  ul.accordion li {
    margin-bottom: 0px; }
    ul.accordion li a.toggle {
      width: 100%;
      font-size: 24px;
      color: #2c3384;
      display: block;
      margin: 0px; }
      @media (max-width: 500px) {
        ul.accordion li a.toggle {
          font-size: 18px; } }
      ul.accordion li a.toggle span {
        float: right;
        top: 4px;
        position: relative;
        font-size: 25px; }
    ul.accordion li a.toggle.open {
      font-family: 'open_sanssemibold'; }
    ul.accordion li ul.inner {
      margin: 32px;
      -webkit-column-count: auto;
      -moz-column-count: auto;
      column-count: auto;
      -webkit-column-gap: inherit;
      column-gap: inherit;
      -moz-column-gap: inherit;
      max-height: 500px;
      overflow-y: scroll;
      overflow: auto;
      padding-left: 0px; }
      @media (max-width: 500px) {
        ul.accordion li ul.inner {
          margin: 14px; } }
      ul.accordion li ul.inner p {
        padding: 0px 20px 0px 0px; }
        @media (max-width: 500px) {
          ul.accordion li ul.inner p {
            line-height: 28px;
            font-size: 14px; } }

.bg-show {
  background: rgba(230, 229, 229, 0.2); }

/* FIXED CRISIS LINE */
.crisis-line {
  background: #2c3384;
  bottom: 0px;
  width: 100%;
  z-index: 9;
  position: fixed; }
  @media (max-width: 829px) {
    .crisis-line {
      height: 55px; } }
  .crisis-line p {
    margin: 0px;
    text-align: center;
    padding: 15px 0px; }
    .crisis-line p span {
      padding-right: 14px;
      color: #FFFFFF;
      font-size: 18px; }
      @media (max-width: 829px) {
        .crisis-line p span {
          display: none; } }
    .crisis-line p a {
      color: #FFFFFF;
      font-family: 'open_sansbold';
      margin: 0px;
      font-size: 18px; }
      @media (max-width: 829px) {
        .crisis-line p a {
          display: block;
          font-size: 16px; } }

/* CONTACT */
.page-id-27 .container-page .row .col-12 .col-6 {
  padding-left: 0px;
  padding-top: 10px; }
  @media (max-width: 829px) {
    .page-id-27 .container-page .row .col-12 .col-6:first-of-type {
      padding-bottom: 0px; } }
.page-id-27 .container-page .row .col-12 div#gform_wrapper_2 form#gform_2 .gform_body ul#gform_fields_2 li#field_2_1 div#input_2_1 span#input_2_1_3_container input#input_2_1_3 {
  padding: 15px 25px;
  border: 1px solid #5A5555;
  border-radius: 8px;
  color: #5A5555; }
.page-id-27 .container-page .row .col-12 div#gform_wrapper_2 form#gform_2 .gform_body ul#gform_fields_2 li#field_2_1 div#input_2_1 span#input_2_1_3_container label {
  display: none; }
.page-id-27 .container-page .row .col-12 div#gform_wrapper_2 form#gform_2 .gform_body ul#gform_fields_2 li#field_2_2 .ginput_container.ginput_container_email input#input_2_2 {
  padding: 15px 25px;
  border: 1px solid #5A5555;
  border-radius: 8px;
  color: #5A5555;
  width: 100%; }
.page-id-27 .container-page .row .col-12 div#gform_wrapper_2 form#gform_2 .gform_body ul#gform_fields_2 li#field_2_3 .ginput_container.ginput_container_phone input#input_2_3 {
  padding: 15px 25px;
  border: 1px solid #5A5555;
  border-radius: 8px;
  color: #5A5555;
  width: 100%; }
.page-id-27 .container-page .row .col-12 div#gform_wrapper_2 form#gform_2 .gform_body ul#gform_fields_2 li#field_2_4 .ginput_container.ginput_container_textarea textarea#input_2_4 {
  padding: 15px 25px;
  border: 1px solid #5A5555;
  border-radius: 8px;
  color: #5A5555; }
.page-id-27 .container-page .row .col-12 div#gform_wrapper_2 form#gform_2 .gform_footer.top_label input#gform_submit_button_2 {
  padding: 15px 50px;
  background: #df0f77;
  border: none;
  color: #FFFFFF;
  font-family: 'montserratregular';
  cursor: pointer; }
.page-id-27 .container-page .row .col-12 .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px; }
.page-id-27 .container-page .row .col-12 div#gform_confirmation_wrapper_2 div#gform_confirmation_message_2 {
  font-size: 20px;
  font-family: 'open_sansregular';
  color: #2c3384; }

/* FULL WIDTH */
@media (min-width: 1224px) {
  .full-width-content {
    padding-top: 181px; } }
.full-width-content .container-page {
  padding: 4em 0px; }
  @media (max-width: 500px) {
    .full-width-content .container-page {
      padding: 2em 0px; } }
  .full-width-content .container-page .row .col-12 {
    /* DID YOU KNOW? */ }
    .full-width-content .container-page .row .col-12:first-of-type {
      padding-bottom: 0px;
      padding-top: 0px; }
    .full-width-content .container-page .row .col-12 h4 {
      margin: 50px 0px 25px 0px; }
      .full-width-content .container-page .row .col-12 h4:first-of-type {
        margin: 15px 0px 25px 0px; }
      @media (max-width: 829px) {
        .full-width-content .container-page .row .col-12 h4 {
          margin: 35px 0px 10px 0px; } }
    .full-width-content .container-page .row .col-12 .col-6 {
      padding: 24px 0px;
      background: transparent; }
      @media (max-width: 829px) {
        .full-width-content .container-page .row .col-12 .col-6 {
          padding: 12px 0px 20px 0px;
          margin: 0px; } }
    .full-width-content .container-page .row .col-12 .didYouKnow {
      display: table;
      background: #f9f9f9;
      padding: 24px;
      margin: 30px 0px; }
      @media (max-width: 500px) {
        .full-width-content .container-page .row .col-12 .didYouKnow {
          display: block; } }
      .full-width-content .container-page .row .col-12 .didYouKnow h5 {
        display: table-cell;
        font-family: 'open_sanssemibold';
        font-size: 24px;
        color: #2c3384;
        line-height: 25px;
        vertical-align: top;
        padding-right: 24px; }
        @media (max-width: 500px) {
          .full-width-content .container-page .row .col-12 .didYouKnow h5 {
            display: block;
            padding-right: 0px; }
            .full-width-content .container-page .row .col-12 .didYouKnow h5 br {
              display: none; } }
      .full-width-content .container-page .row .col-12 .didYouKnow p {
        display: table-cell;
        border-left: 2px solid #2c3384;
        padding: 0px 0px 0px 24px;
        color: #5A5555;
        font-size: 18px;
        line-height: 32px; }
        @media (max-width: 500px) {
          .full-width-content .container-page .row .col-12 .didYouKnow p {
            display: block;
            padding: 24px 0px 0px 0px;
            border-top: 2px solid #2c3384;
            border-left: none; } }
    .full-width-content .container-page .row .col-12 .references {
      background: transparent !important;
      margin: 50px 0px 0px 0px !important;
      padding: 0px 24px 24px 24px;
      border-top: 1px solid #2c3384; }
      .full-width-content .container-page .row .col-12 .references h3 {
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'open_sansregular';
        letter-spacing: .75px;
        color: #2c3384; }
      .full-width-content .container-page .row .col-12 .references p {
        font-family: 'open_sanslight';
        font-size: 14px;
        color: #5A5555; }
    .full-width-content .container-page .row .col-12 ul#partnerLogo {
      margin: 0 auto;
      text-align: center; }
      .full-width-content .container-page .row .col-12 ul#partnerLogo li {
        margin: 0px 20px 32px 20px;
        display: inline-block;
        width: 25%; }
        @media (min-width: 829px) {
          .full-width-content .container-page .row .col-12 ul#partnerLogo li:last-of-type {
            margin-right: 0px; } }
        @media (max-width: 829px) {
          .full-width-content .container-page .row .col-12 ul#partnerLogo li {
            margin: 20px;
            width: 33.333%; } }
        @media (max-width: 500px) {
          .full-width-content .container-page .row .col-12 ul#partnerLogo li {
            margin: 12px 0px;
            width: 50%; } }
        .full-width-content .container-page .row .col-12 ul#partnerLogo li a img {
          width: 150px;
          height: auto;
          margin: 0 auto; }
