@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700');
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 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"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

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

* {
  box-sizing: border-box;
}
.relative-elements {
  position: relative;
}
.absolute-elements {
  position: absolute;
}
.fill-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container {
  position: relative;
}
.a-destyle {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
.a-destyle:hover {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
*:first-child,
.margin-collapse:first-child {
  margin-top: 0;
}
*:last-child,
.margin-collapse:last-child {
  margin-bottom: 0;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.container {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 32766px) {
  .container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .row {
  margin-top: 22.5px;
}
.container > .row:first-child {
  margin-top: 0;
}
.container-fluid {
  width: 100% !important;
}
.row {
  display: flex;
  margin-left: -22.5px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  width: 100%;
}
.row > .col {
  padding-left: 22.5px;
  padding-right: 22.5px;
  flex: 1 1 0;
}
.row-desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  width: 100%;
  margin-left: -22.5px;
}
.row-desktop.centered {
  align-items: center;
}
.row-desktop > .col {
  padding-left: 22.5px;
  padding-right: 22.5px;
  flex: 1 1 0;
}
.row-desktop > .col.col-1 {
  flex-grow: 1;
}
.row-desktop > .col.col-2 {
  flex-grow: 2;
}
.row-desktop > .col.col-3 {
  flex-grow: 3;
}
.row-desktop > .col.col-4 {
  flex-grow: 4;
}
.row-desktop > .col.col-5 {
  flex-grow: 5;
}
.row-desktop > .col.col-6 {
  flex-grow: 6;
}
.row-desktop > .col.col-7 {
  flex-grow: 7;
}
.row-desktop > .col.col-8 {
  flex-grow: 8;
}
.row-desktop > .col.col-9 {
  flex-grow: 9;
}
.row-desktop > .col.col-10 {
  flex-grow: 10;
}
.row-desktop > .col.col-11 {
  flex-grow: 11;
}
.row-desktop > .col.col-12 {
  flex-grow: 12;
}
.row-desktop > .col.centered {
  align-self: center;
}
.row-desktop > .col.bottom {
  align-self: flex-end;
}
.row-desktop > .col.top {
  align-self: flex-start;
}
.row.gapless {
  margin-left: 0;
}
.row.gapless > .col {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
    width: 100%;
    margin-left: -22.5px;
  }
  .row.centered {
    align-items: center;
  }
  .row > .col {
    padding-left: 22.5px;
    padding-right: 22.5px;
    flex: 1 1 0;
  }
  .row > .col.col-1 {
    flex-grow: 1;
  }
  .row > .col.col-2 {
    flex-grow: 2;
  }
  .row > .col.col-3 {
    flex-grow: 3;
  }
  .row > .col.col-4 {
    flex-grow: 4;
  }
  .row > .col.col-5 {
    flex-grow: 5;
  }
  .row > .col.col-6 {
    flex-grow: 6;
  }
  .row > .col.col-7 {
    flex-grow: 7;
  }
  .row > .col.col-8 {
    flex-grow: 8;
  }
  .row > .col.col-9 {
    flex-grow: 9;
  }
  .row > .col.col-10 {
    flex-grow: 10;
  }
  .row > .col.col-11 {
    flex-grow: 11;
  }
  .row > .col.col-12 {
    flex-grow: 12;
  }
  .row > .col.centered {
    align-self: center;
  }
  .row > .col.bottom {
    align-self: flex-end;
  }
  .row > .col.top {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .row-xs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
    width: 100%;
    margin-left: -22.5px;
  }
  .row-xs.centered {
    align-items: center;
  }
  .row-xs > .col {
    padding-left: 22.5px;
    padding-right: 22.5px;
    flex: 1 1 0;
  }
  .row-xs > .col.col-1 {
    flex-grow: 1;
  }
  .row-xs > .col.col-2 {
    flex-grow: 2;
  }
  .row-xs > .col.col-3 {
    flex-grow: 3;
  }
  .row-xs > .col.col-4 {
    flex-grow: 4;
  }
  .row-xs > .col.col-5 {
    flex-grow: 5;
  }
  .row-xs > .col.col-6 {
    flex-grow: 6;
  }
  .row-xs > .col.col-7 {
    flex-grow: 7;
  }
  .row-xs > .col.col-8 {
    flex-grow: 8;
  }
  .row-xs > .col.col-9 {
    flex-grow: 9;
  }
  .row-xs > .col.col-10 {
    flex-grow: 10;
  }
  .row-xs > .col.col-11 {
    flex-grow: 11;
  }
  .row-xs > .col.col-12 {
    flex-grow: 12;
  }
  .row-xs > .col.centered {
    align-self: center;
  }
  .row-xs > .col.bottom {
    align-self: flex-end;
  }
  .row-xs > .col.top {
    align-self: flex-start;
  }
  .row {
    flex-wrap: wrap;
    margin-left: 0;
  }
  .row > .col {
    padding-top: 11.25px;
    padding-bottom: 11.25px;
    width: 100%;
    flex: 0 0 auto;
  }
  .row > .col-xs-12 {
    width: 100%;
  }
  .row > .col-xs-11 {
    width: 91.66666667%;
  }
  .row > .col-xs-10 {
    width: 83.33333333%;
  }
  .row > .col-xs-9 {
    width: 75%;
  }
  .row > .col-xs-8 {
    width: 66.66666667%;
  }
  .row > .col-xs-7 {
    width: 58.33333333%;
  }
  .row > .col-xs-6 {
    width: 50%;
  }
  .row > .col-xs-5 {
    width: 41.66666667%;
  }
  .row > .col-xs-4 {
    width: 33.33333333%;
  }
  .row > .col-xs-3 {
    width: 25%;
  }
  .row > .col-xs-2 {
    width: 16.66666667%;
  }
  .row > .col-xs-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 32766px) {
  .row > .col.col-md-1 {
    flex-grow: 1;
  }
  .row > .col.col-md-2 {
    flex-grow: 2;
  }
  .row > .col.col-md-3 {
    flex-grow: 3;
  }
  .row > .col.col-md-4 {
    flex-grow: 4;
  }
  .row > .col.col-md-5 {
    flex-grow: 5;
  }
  .row > .col.col-md-6 {
    flex-grow: 6;
  }
  .row > .col.col-md-7 {
    flex-grow: 7;
  }
  .row > .col.col-md-8 {
    flex-grow: 8;
  }
  .row > .col.col-md-9 {
    flex-grow: 9;
  }
  .row > .col.col-md-10 {
    flex-grow: 10;
  }
  .row > .col.col-md-11 {
    flex-grow: 11;
  }
  .row > .col.col-md-12 {
    flex-grow: 12;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .row > .col.col-sm-1 {
    flex-grow: 1;
  }
  .row > .col.col-sm-2 {
    flex-grow: 2;
  }
  .row > .col.col-sm-3 {
    flex-grow: 3;
  }
  .row > .col.col-sm-4 {
    flex-grow: 4;
  }
  .row > .col.col-sm-5 {
    flex-grow: 5;
  }
  .row > .col.col-sm-6 {
    flex-grow: 6;
  }
  .row > .col.col-sm-7 {
    flex-grow: 7;
  }
  .row > .col.col-sm-8 {
    flex-grow: 8;
  }
  .row > .col.col-sm-9 {
    flex-grow: 9;
  }
  .row > .col.col-sm-10 {
    flex-grow: 10;
  }
  .row > .col.col-sm-11 {
    flex-grow: 11;
  }
  .row > .col.col-sm-12 {
    flex-grow: 12;
  }
}
.debug * {
  border: 1px solid rgba(255, 0, 0, 0.1);
  outline: 1px solid rgba(0, 0, 255, 0.1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 32766px) {
  .hidden-md,
  .hidden-lg {
    display: none;
  }
}
.internal-btn-style {
  border-radius: 0;
  color: #333;
  font-family: inherit;
  text-decoration: none;
  background: #f2f2f2;
  padding: 7px 12px;
  line-height: 1.2em;
  cursor: pointer;
}
.btn {
  position: relative;
  display: inline-block;
  border: 1px transparent;
  border-radius: 0;
  color: #333;
  font-family: inherit;
  text-decoration: none;
  background: #f2f2f2;
  padding: 7px 12px;
  line-height: 1.2em;
  cursor: pointer;
}
.btn.btn-primary {
  background: #5a75a1;
  color: #fff;
}
.btn.btn-secondary {
  background: #702e78;
  color: #ffbff3;
}
.btn.btn-success {
  background: #3b9143;
  color: #afffc1;
}
.btn.btn-warning {
  background: #dcd845;
  color: #7b7926;
}
.btn.btn-danger {
  background: #c63437;
  color: #ffcad1;
}
.btn.btn-info {
  background: #49a5a4;
  color: #d3fffc;
}
.btn.btn-inverse {
  background: #333;
  color: #fff;
}
.btn.btn-lg {
  font-size: 1.2em;
  padding: 10px 20px;
}
.btn.btn-sm {
  font-size: 0.9em;
  padding: 5px 10px;
}
.btn.btn-xs {
  font-size: 0.75em;
  padding: 3px 8px;
}
.btn.btn-block {
  display: block;
  text-align: center;
}
.btn:hover:after {
  content: '';
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
img {
  max-width: 100%;
}
.text-centered {
  text-align: center;
}
.text-left {
  text-align: center;
}
.text-right {
  text-align: right;
}
.form-control {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.1em;
  width: 100%;
  background: #eee;
  outline: 0;
  color: #222;
  padding: 8px 12px;
  border: 0;
}
.ibox {
  display: block;
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ibox.contain {
  background-size: contain;
}
.ibox.contain2 {
  background-size: contain;
}
.ibox.v10 {
  padding-top: 10%;
}
.ibox.v15 {
  padding-top: 15%;
}
.ibox.v20 {
  padding-top: 20%;
}
.ibox.v25 {
  padding-top: 25%;
}
.ibox.v30 {
  padding-top: 30%;
}
.ibox.v33 {
  padding-top: 33%;
}
.ibox.v40 {
  padding-top: 40%;
}
.ibox.v50 {
  padding-top: 50%;
}
.ibox.v55 {
  padding-top: 55%;
}
.ibox.v60 {
  padding-top: 60%;
}
.ibox.v66 {
  padding-top: 66%;
}
.ibox.v70 {
  padding-top: 70%;
}
.ibox.v75 {
  padding-top: 75%;
}
.ibox.v80 {
  padding-top: 80%;
}
.ibox.v90 {
  padding-top: 90%;
}
.ibox.v100 {
  padding-top: 100%;
}
.ibox.fill {
  height: 100%;
}
.ibox.bordered {
  border: 1px solid #cbcbca;
}
.ibox.circle {
  border-radius: 999px;
  overflow: hidden;
}
* {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .xsHidden {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .smHidden {
    display: none;
  }
}
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.flexbox.wrap {
  flex-wrap: wrap;
}
.flexbox.no-wrap {
  flex-wrap: nowrap;
}
.flexbox.content-start {
  justify-content: flex-start;
}
.flexbox.content-end {
  justify-content: flex-end;
}
.flexbox.content-spaced {
  justify-content: space-between;
}
.flexbox.content-center {
  justify-content: center;
}
.flexbox > .col {
  flex: 1 1 0;
  align-self: stretch;
}
.flexbox > .col.col-1 {
  flex-grow: 1;
}
.flexbox > .col.col-2 {
  flex-grow: 2;
}
.flexbox > .col.col-3 {
  flex-grow: 3;
}
.flexbox > .col.col-4 {
  flex-grow: 4;
}
.flexbox > .col.col-5 {
  flex-grow: 5;
}
.flexbox > .col.col-6 {
  flex-grow: 6;
}
.flexbox > .col.col-7 {
  flex-grow: 7;
}
.flexbox > .col.col-8 {
  flex-grow: 8;
}
.flexbox > .col.col-9 {
  flex-grow: 9;
}
.flexbox > .col.col-10 {
  flex-grow: 10;
}
.flexbox > .col.col-11 {
  flex-grow: 11;
}
.flexbox > .col.col-12 {
  flex-grow: 12;
}
.flexbox > .col.centered {
  align-self: center;
}
.flexbox > .col.bottom {
  align-self: flex-end;
}
.flexbox > .col.top {
  align-self: flex-start;
}
.flexbox > .col.padded {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.flexbox.padded {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.flexbox.padded > .col {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
html {
  overflow-x: hidden;
}
body {
  line-height: 2em;
  background: #ffffff;
  color: #555555;
  overflow-x: hidden;
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  body {
    padding-top: 60px;
    font-size: 12px;
  }
}
header {
  background: #fff;
  border-bottom: 6px solid #324b69;
  overflow: visible;
  color: #324b69;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header a {
  color: #324b69;
}
@media screen and (min-width: 1280px) {
  header {
    padding-top: 33.75px !important;
    padding-bottom: 33.75px !important;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  header .candidates-login {
    position: absolute;
    top: -33.75px;
    right: 0;
    text-decoration: none !important;
    font-weight: bold !important;
    display: inline-block;
    background: #f98905;
    color: #fff !important;
    padding: 5px 15px;
    text-transform: uppercase;
  }
  header .candidates-login img {
    margin-left: 10px;
    vertical-align: middle;
  }
  header .info-right {
    position: absolute;
    font-weight: 700;
    font-size: 1.6em;
    top: 20px;
    right: 33.75px;
  }
  header .info-right a {
    font-weight: inherit;
  }
  header nav {
    position: absolute;
    /*-webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);s
      -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      transform: translate(0, 50%);*/
    bottom: -33.75px;
    right: 0;
    z-index: 9;
  }
  header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header nav ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  header nav ul > li > a {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    padding: 10px;
    font-weight: 400;
    line-height: 1em;
  }
  header nav ul > li > a:hover {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
  }
  header nav ul > li:hover > a {
    background: #f7f7f7;
    font-weight: 400;
    color: #000;
  }
  header nav ul > li:hover > ul {
    display: block;
  }
  header nav ul > li > ul {
    display: none;
  }
  header nav .menu-depth-2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 315px;
  }
  header nav .menu-depth-2 > li > a {
    z-index: 9;
    padding: 10px 20px;
    display: block;
    background: #fff;
  }
  header nav .menu-depth-1 {
    position: absolute;
    top: 100%;
    border-top: #324b69 solid 6px;
    right: -10px;
    width: 315px;
  }
  header nav .menu-depth-1 > li > a {
    font-size: 0.9em;
    z-index: 9;
    padding: 15px 25px;
    display: block;
    background: #ffffff;
  }
  header nav .menu-depth-0 > li {
    display: inline-block;
  }
  header nav .menu-depth-0 > li > a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    background: transparent;
    line-height: 50px;
  }
  header nav .menu-depth-0 > li > a.active {
    font-weight: bold;
  }
  header nav .menu-depth-0 > li > a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 6px;
    background: #324b69;
  }
}
@media screen and (max-width: 1279px) {
  header {
    padding: 10px;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #324B69;
  }
  header .mobile-navigation {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(s0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    width: 60px;
    height: 50px;
  }
  header .mobile-navigation .line1,
  header .mobile-navigation .line2,
  header .mobile-navigation .line3 {
    border-top: 3px solid #324b69;
    left: 5px;
    right: 5px;
    position: absolute;
  }
  header .mobile-navigation .line1 {
    top: 25%;
  }
  header .mobile-navigation .line2 {
    top: 50%;
  }
  header .mobile-navigation .line3 {
    top: 75%;
  }
  header nav {
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 9;
    top: 60px;
    left: 0;
    font-size: 0.9em;
    bottom: 0;
    width: 100%;
    background: #324b69;
  }
  header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header nav ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
  }
  header nav ul > li > a {
    display: block;
    padding: 4px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header nav ul > li > a:hover,
  header nav ul > li > a .active {
    border-left: 100vw solid #fff;
    border-right: 100vw solid #fff;
    margin-left: -100vw;
    margin-right: -100vw;
  }
  header nav .menu-depth-0 > li > a {
    font-weight: bold;
  }
  header .logo > img {
    max-height: 50px;
  }
}
body.mobile-menu-active header nav {
  display: block;
}
.form fieldset {
  display: block;
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
}
.form label {
  margin-bottom: 8px;
  color: inherit;
  font-size: 1em;
  line-height: 1.7em;
  display: block;
}
.form label:empty {
  display: none;
}
.form .inline {
  display: inline-block !important;
}
.form .field {
  margin-bottom: 8px;
  background: #F2F2F2;
  width: 100%;
  display: block;
  box-sizing: border-box !important;
  line-height: 1.5em;
  padding: 5px 10px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.form .field:focus {
  color: #222;
  border-bottom: 1px solid #aaa;
  background: #eee;
  outline: 0;
}
.form .field:active {
  outline: 0;
}
.form .field.has-error {
  border-bottom: 1px solid #b22;
  background: #efe0e0;
  outline: 0 !important;
}
.form .radio,
.form .check {
  display: inline-block;
  margin: 0 5px;
}
.form .unmovable {
  min-width: 100% !important;
  max-width: 100% !important;
}
.form.form-block {
  padding: 20px;
  background: #e9e9e9;
}
.form.form-block .field {
  background: #fff;
}
.flex.flex-hero {
  background: #324b69;
  color: #fff;
  position: relative;
  height: 0;
  padding-top: 30%;
}
.flex.flex-hero .banners {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flex.flex-hero .banners .banner-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flex.flex-hero .banners .banner-item .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flex.flex-hero .banners .banner-item .banner-text-container {
  position: relative;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .flex.flex-hero .banners .banner-item .banner-text-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 32766px) {
  .flex.flex-hero .banners .banner-item .banner-text-container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flex.flex-hero .banners .banner-item .banner-text-container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.flex.flex-hero .banners .banner-item .banner-text-container > .row {
  margin-top: 22.5px;
}
.flex.flex-hero .banners .banner-item .banner-text-container > .row:first-child {
  margin-top: 0;
}
@keyframes htoBannerActive {
  0% {
    left: -50%;
    opacity: 0;
  }
  66% {
    left: -50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes htoBannerActiveRight {
  0% {
    left: 50%;
    opacity: 0;
  }
  66% {
    left: 50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes htoBannerInactive {
  0% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}
@keyframes htoBannerSubActive {
  0% {
    right: 50vw;
    opacity: 0;
  }
  50% {
    right: 50vw;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes htoGroupInactive {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes htoGroupActive {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (min-width: 1280px) {
  .flex.flex-hero-two {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #E7E7E7;
    color: #fff;
    position: relative;
    height: 0;
    padding-top: 44%;
  }
  .flex.flex-hero-two .banners {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .flex.flex-hero-two .banners .banner-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .flex.flex-hero-two .banners .banner-item .banner-container {
    background: rgba(50, 75, 105, 0.6);
    color: #fff;
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    bottom: 0;
    opacity: 0.2;
    margin-top: -100vw;
    margin-bottom: -100vw;
    border-top: 100vw solid transparent;
    border-bottom: 100vw solid transparent;
  }
  .flex.flex-hero-two .banners .banner-item .banner-container .container-inner {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 570px;
    padding: 45px 45px 45px 0;
    vertical-align: middle;
  }
  .flex.flex-hero-two .banners .banner-item .banner-container .banner-button {
    text-align: center;
    margin-top: 22.5px;
  }
  .flex.flex-hero-two .banners .banner-item .banner-container .banner-leftside {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22.5px;
  }
  .flex.flex-hero-two .banners .banner-item .banner-container ul {
    padding-left: 20px;
  }
  .flex.flex-hero-two .banners .banner-item .banner-container ul li {
    line-height: 1.7em;
  }
  .flex.flex-hero-two .banners .banner-item .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .flex.flex-hero-two .banners .banner-item.banner-active .banner-container {
    animation: htoBannerActive 3.5s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two .banners .banner-item.banner-active .container-inner {
    animation: htoBannerSubActive 4.5s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two .banners .banner-item.banner-inactive .banner-container {
    animation: htoBannerInactive 2s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two .area-container {
    background: rgba(50, 75, 105, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 45px;
  }
  .flex.flex-hero-two .area-container a {
    text-decoration: none;
  }
  .flex.flex-hero-two .area-container h4 {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
  }
  .flex.flex-hero-two .area-container .ibox {
    position: relative;
    overflow: visible;
  }
  .flex.flex-hero-two .area-container .area-class-active .ibox:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/resources/images/heroactive.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    font-size: 0;
    animation: htoGroupActive 1s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two .area-container .area-class-inactive .ibox:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/resources/images/heroactive.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    font-size: 0;
    animation: htoGroupInactive 1s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two .element-left {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-650px, -50%);
    background: url(/resources/images/arrow-left-accent.png) center center no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
  }
  .flex.flex-hero-two .element-right {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(650px, -50%);
    background: url(/resources/images/arrow-right-accent.png) center center no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
  }
}
@media screen and (max-width: 1279px) {
  .largecompx {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  a {
    text-decoration: none !important;
  }
  .flex.flex-hero-two {
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .flex.flex-hero-two .banners {
    position: relative;
  }
  .flex.flex-hero-two .banners .banner-item {
    background: #1e1e1e;
    position: relative;
  }
  .flex.flex-hero-two .banners .banner-item .banner-image {
    position: relative;
    height: 0;
    padding-bottom: 66%;
    background-position: top center;
    background-size: cover;
  }
  .flex.flex-hero-two .banners .banner-item .banner-leftside {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4.5px 0;
  }
  .flex.flex-hero-two .banners .banner-item .banner-bullets-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 75, 105, 0.66);
  }
  .flex.flex-hero-two .banners .banner-item .banner-bullets {
    z-index: 2;
    position: absolute;
    bottom: 22.5px;
    right: 0;
    left: 0;
  }
  .flex.flex-hero-two .area-container {
    background: #324b69;
    color: #fff;
  }
  .flex.flex-hero-two .area-container .col {
    padding: 11.25px;
  }
  .flex.flex-hero-two .area-container h4 {
    color: #fff;
  }
  .flex.flex-hero-two .area-container .ibox {
    background-position: right center;
  }
}
.extra-container {
  position: relative;
}
.extra-container .banner-extra {
  display: none;
  font-size: 1.4em;
  line-height: 1.25em;
}
.btn-large {
  border-radius: 0;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 900;
  padding: 14px 30px ;
}
.flex.flex-hero-two3 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #E7E7E7;
  color: #3b4741;
  position: relative;
  height: 0;
  padding-top: 47%;
}
.flex.flex-hero-two3 .banners {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.flex.flex-hero-two3 .banners .banner-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flex.flex-hero-two3 .banners .banner-item .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  .flex.flex-hero-two3 .banners .banner-item {
    font-size: 0.7em !important;
  }
}
.flex.flex-hero-two3 .banners .banner-item .banner-text-container {
  position: relative;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex.flex-hero-two3 .banners .banner-item .banner-text-container {
    font-size: 1.15em;
    font-weight: 700;
    color: #425489 !important;
  }
}
.flex.flex-hero-two3 .banners .banner-item .banner-text-container .banner-leftside {
  text-shadow: #E7E7E7 0 0 10px, #E7E7E7 1px 1px 2px, #E7E7E7 -1px 1px 2px, #E7E7E7 1px -1px 2px, #E7E7E7 -1px -1px 2px;
  font-size: 2.6em;
  font-weight: 700;
  color: #324b69;
  margin-bottom: 15px;
}
.flex.flex-hero-two3 .banners .banner-item .banner-text-container .banner-bullets {
  width: 35%;
  color: #3b4741;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 22.5px;
}
.flex.flex-hero-two3 .banners .banner-item .banner-text-container .banner-bullets ul {
  padding-left: 16px;
}
.flex.flex-hero-two3 .banners .banner-item .banner-text-container .banner-bullets ul li {
  padding: 4px 0 4px 10px;
}
@media screen and (max-width: 1279px) {
  .flex.flex-hero-two3 .banners .banner-item .banner-text-container .banner-bullets {
    display: none;
  }
}
.flex.flex-hero-two3 .banners .banner-item .banner-text-container .btn.btn-accent {
  color: #fff;
  font-size: 2em;
  background: #fb8008;
  text-transform: uppercase;
}
.flex.flex-hero-two3 .banners .banner-item .container {
  position: relative;
}
.btn.btn-accent {
  color: #fff;
  background: #fb8008;
}
.flex.flex-box-1 .action-box {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.flex.flex-box-1 .action-image-container {
  padding: 0 33.75px;
}
.flex.flex-box-1 .action-image-container .action-image {
  height: 0;
  padding-top: 66%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.flex.flex-box-1 .action-heading {
  color: #324b69;
  padding-top: 22.5px;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3em;
}
.flex.flex-box-1 .action-content {
  display: none;
  text-align: center;
  padding-top: 22.5px;
  padding-bottom: 0;
  margin: 0;
  line-height: 1.6em;
}
.flex.flex-box-2 {
  overflow: hidden;
}
.flex.flex-box-2 a {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
.flex.flex-box-2 a:hover {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
.flex.flex-box-2 .box-2-text {
  text-align: center;
  padding: 22.5px 0;
  color: #fff;
  font-weight: 300;
  font-size: 1.8em;
  text-transform: uppercase;
}
.flex.flex-box-2 .box {
  height: 0;
  padding-top: 66%;
  width: 100%;
  position: relative;
  color: #fff;
}
.flex.flex-box-2 .box .full {
  display: none;
}
.flex.flex-box-2 .box .summary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flex.flex-box-2 .box .summary .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: uppercase;
}
.flex.flex-box-2 .box .full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flex.flex-box-2 .box .full .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: uppercase;
}
.flex.flex-box-2 .box .full .btn {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}
.flex.flex-box-2 .box .full .smaller {
  text-transform: none;
  line-height: 1.3em;
  font-size: 0.5em;
  padding: 0 20px;
}
.flex.flex-box-2 .flexbox > .col:nth-child(1) .box {
  background: rgba(12, 91, 187, 0.33);
}
.flex.flex-box-2 .flexbox > .col:nth-child(1) .box:hover {
  background: rgba(12, 91, 187, 0.71);
}
.flex.flex-box-2 .flexbox > .col:nth-child(1) .box .btn {
  background: #0c5bbb;
}
.flex.flex-box-2 .flexbox > .col:nth-child(2) .box {
  background: rgba(50, 75, 105, 0.3);
}
.flex.flex-box-2 .flexbox > .col:nth-child(2) .box:hover {
  background: rgba(50, 75, 105, 0.8);
}
.flex.flex-box-2 .flexbox > .col:nth-child(2) .box .btn {
  background: #324b69;
}
.flex.flex-box-2 .flexbox > .col:nth-child(3) .box {
  background: rgba(249, 137, 5, 0.25);
}
.flex.flex-box-2 .flexbox > .col:nth-child(3) .box:hover {
  background: rgba(249, 137, 5, 0.73);
}
.flex.flex-box-2 .flexbox > .col:nth-child(3) .box .btn {
  background: #f98905;
}
.flex.flex-box-2 .box:hover .summary {
  display: none;
}
.flex.flex-box-2 .box:hover .full {
  display: block;
}
.admin-function {
  left: auto !important;
  right: 0;
  opacity: 0.15 !important;
}
@media screen and (min-width: 768px) {
  .flex.flex-default .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .flex.flex-default .container {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
}
footer {
  background: #324b69;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
}
footer a {
  color: inherit;
  text-decoration: none;
}
.flex.grey {
  background: #e7e7e8;
  color: #324b69;
}
.flex.accent {
  background: #324b69;
  color: #fff;
}
.flex.accent h1,
.flex.accent h2,
.flex.accent h3,
.flex.accent h4,
.flex.accent h5,
.flex.accent h6 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .flex.tight .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .flex.tight .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.flex .assist-left {
  padding-right: 90px;
  padding-left: 90px;
}
@media screen and (min-width: 768px) {
  .flex .assist-left {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .flex .assist-left {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.flex .assist-left2 {
  padding-right: 90px;
}
@media screen and (min-width: 768px) {
  .flex .assist-left2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .flex .assist-left2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.gutter-padding {
  padding: 45px;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #324b69;
}
.form-control {
  background: #f7941d;
  border-color: #f7941d;
  color: #fff;
}
.hto-search-icon {
  position: relative;
}
.hto-search-icon:after {
  content: 'abc';
  font-size: 2px;
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(i/search.png) center center no-repeat;
  background-size: contain;
}
.flex.flex-heading {
  height: 135px;
  position: relative;
}
.flex.flex-heading hr {
  background: #324b69;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 3px;
  border: 0;
  margin: 0;
  padding: 0;
}
.flex.flex-heading h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 45px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .flex.flex-heading h3 {
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.flex.flex-heading.grey hr {
  background: #fff;
}
.flex.flex-heading.grey h3 {
  background: #e7e7e8;
}
.accent-foreground {
  color: #324b69;
}
.quotes-master {
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  height: 0;
}
.quotes-master > .quote {
  display: none;
  font-size: 1.4em;
}
.quotes-master > .quote .quote-text {
  text-align: center;
  padding: 0 0px;
  line-height: 2em;
  font-style: italic;
}
.quotes-master > .quote .quote-who {
  margin-top: 22.5px;
  font-weight: bolder;
  text-align: center;
  font-style: italic;
}
.quotes-master > .quote:first-child {
  display: block;
}
.quotes-master .element-left {
  width: 32px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-650px, 0);
  background: url(/resources/images/arrow-left.png) center center no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
.quotes-master .element-right {
  width: 32px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 50%;
  transform: translate(650px, 0);
  background: url(/resources/images/arrow-right.png) center center no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .flex.flex-hero-two-landing {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #E7E7E7;
    color: #fff;
    position: relative;
    height: 0;
    padding-top: 44%;
  }
  .flex.flex-hero-two-landing .banners {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .flex.flex-hero-two-landing .banners .banner-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-container {
    background: rgba(50, 75, 105, 0.75);
    color: #fff;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    bottom: 0;
    opacity: 0.2;
    margin-top: -100vw;
    margin-bottom: -100vw;
    border-top: 100vw solid transparent;
    border-bottom: 100vw solid transparent;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-container .container-inner {
    z-index: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    bottom: 0;
    width: 1140px;
    padding: 45px 45px 45px 0;
    vertical-align: middle;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-container .banner-rightside {
    text-align: center;
    margin-top: 22.5px;
    display: block;
    line-height: 2em;
    font-size: 1.5em;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-container .banner-rightside > * {
    color: inherit;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-container .banner-leftside {
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 22.5px;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-container ul {
    padding-left: 20px;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-container ul li {
    line-height: 1.7em;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .flex.flex-hero-two-landing .banners .banner-item.banner-active .banner-container {
    animation: htoBannerActiveRight 1.5s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two-landing .banners .banner-item.banner-active .container-inner {
    animation: htoBannerSubActive 1.5s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two-landing .banners .banner-item.banner-inactive .banner-container {
    animation: htoBannerInactive 1.0s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two-landing .area-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 45px;
  }
  .flex.flex-hero-two-landing .area-container a {
    text-decoration: none;
  }
  .flex.flex-hero-two-landing .area-container h4 {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
  }
  .flex.flex-hero-two-landing .area-container .ibox {
    position: relative;
    overflow: visible;
  }
  .flex.flex-hero-two-landing .area-container .area-class-active .ibox:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/resources/images/heroactive.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    font-size: 0;
    animation: htoGroupActive 1.0s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two-landing .area-container .area-class-inactive .ibox:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/resources/images/heroactive.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    font-size: 0;
    animation: htoGroupInactive 1.0s;
    animation-fill-mode: both;
  }
  .flex.flex-hero-two-landing .element-left {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-650px, -50%);
    background: url(/resources/images/arrow-left-accent.png) center center no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
  }
  .flex.flex-hero-two-landing .element-right {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(650px, -50%);
    background: url(/resources/images/arrow-right-accent.png) center center no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
  }
}
@media screen and (max-width: 1279px) {
  .flex.flex-hero-two-landing {
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .flex.flex-hero-two-landing .banners {
    position: relative;
  }
  .flex.flex-hero-two-landing .banners .banner-item {
    background: #1e1e1e;
    position: relative;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-image {
    position: relative;
    height: 0;
    padding-bottom: 66%;
    background-position: top center;
    background-size: cover;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-leftside {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4.5px 0;
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-bullets-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 75, 105, 0.66);
  }
  .flex.flex-hero-two-landing .banners .banner-item .banner-bullets {
    z-index: 2;
    padding: 0 22.5px;
    position: absolute;
    bottom: 22.5px;
    right: 0;
    color: #fff;
    left: 0;
  }
  .flex.flex-hero-two-landing .area-container {
    background: #324b69;
    color: #fff;
  }
  .flex.flex-hero-two-landing .area-container .col {
    padding: 11.25px;
  }
  .flex.flex-hero-two-landing .area-container h4 {
    color: #fff;
  }
  .flex.flex-hero-two-landing .area-container .ibox {
    background-position: right center;
  }
}
.info-question {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/info.png) center center no-repeat;
  cursor: pointer;
  margin: 4px;
  vertical-align: bottom;
}
.infoOverlay {
  position: fixed;
  background: rgba(204, 204, 204, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
.infoOverlayInner {
  z-index: 102;
  font-size: 0.8em;
}
.infoOverlayInner {
  z-index: 102;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  margin-left: -150px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}
.infoOverlayInner h1,
.infoOverlayInner h2,
.infoOverlayInner h3,
.infoOverlayInner h4,
.infoOverlayInner h5,
.infoOverlayInner h6,
.infoOverlayInner p {
  margin: 2px 0;
}
.infoOverlayInnerClose {
  z-index: 103;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/images/info.png) center center no-repeat;
  cursor: pointer;
  margin-left: -24px;
}
.alert {
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 22.5px;
  margin-bottom: 22.5px;
}
.alert.alert-info {
  border: 1px solid #324b69;
  background: #e2e4e7;
}
.alert.alert-success {
  border: 1px solid #2b2;
  background: #e0efe0;
}
.alert.alert-warning {
  border: 1px solid #bb0;
  background: #efefdd;
}
.alert.alert-danger {
  border: 1px solid #b22;
  background: #efe0e0;
}
fieldset {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 0 22.5px 0;
}
.i,
.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  background: #eee;
  color: #222;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.text-normal {
  text-transform: none;
}
hr {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 45px;
  margin-bottom: 45px;
}
#courses hr {
  margin-top: 11.25px;
  margin-bottom: 11.25px;
}
table.pretty tr td,
table.pretty tr th {
  line-height: 1.3em;
  background: #eee;
  padding: 10px;
  vertical-align: top;
}
hr.small {
  margin-top: 5.625px;
  margin-bottom: 5.625px;
}
.weight-light {
  font-weight: 400;
}
.weight-normal {
  font-weight: 500;
}
.weight-bold {
  font-weight: 700;
}
.weight-black {
  font-weight: 700;
}
.htoerror {
  background: #6e2222;
  color: #fff;
  padding: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .flex.flex-box-2 .box {
    padding-top: 80%;
  }
  .flex.flex-box-2 .box:hover .summary {
    display: block !important;
  }
  .flex.flex-box-2 .box:hover .full {
    display: none !important;
  }
  .flex.flex-box-2 .box .summary {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .mobile-container {
    width: 90vw;
    position: relative;
    top: 0;
    left: 0;
  }
  .mobile-container-content {
    max-width: 100%;
    overflow-x: auto;
  }
}
