@import url(https://use.typekit.net/hvh7muq.css);/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: config('borderColors.default', currentColor);
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}
/*=============================================>>>>>
= MIXINS  =
===============================================>>>>>*/
/* Flexbox Mixin */
/*= End of MIXINS  =*/
/*=============================================<<<<<*/
.mt-none {
  margin-top: 0px !important;
}

.mb-none {
  margin-bottom: 0px !important;
}

.ml-none {
  margin-left: 0px !important;
}

.mr-none {
  margin-right: 0px !important;
}

.mt-small {
  margin-top: 5px !important;
}

.mb-small {
  margin-bottom: 5px !important;
}

.ml-small {
  margin-left: 5px !important;
}

.mr-small {
  margin-right: 5px !important;
}

.mt-smallmed {
  margin-top: 10px !important;
}

.mb-smallmed {
  margin-bottom: 10px !important;
}

.ml-smallmed {
  margin-left: 10px !important;
}

.mr-smallmed {
  margin-right: 10px !important;
}

.mt-medium {
  margin-top: 15px !important;
}

.mb-medium {
  margin-bottom: 15px !important;
}

.ml-medium {
  margin-left: 15px !important;
}

.mr-medium {
  margin-right: 15px !important;
}

.mt-medlarge {
  margin-top: 20px !important;
}

.mb-medlarge {
  margin-bottom: 20px !important;
}

.ml-medlarge {
  margin-left: 20px !important;
}

.mr-medlarge {
  margin-right: 20px !important;
}

.mt-large {
  margin-top: 25px !important;
}

.mb-large {
  margin-bottom: 25px !important;
}

.ml-large {
  margin-left: 25px !important;
}

.mr-large {
  margin-right: 25px !important;
}

.mt-larger {
  margin-top: 30px !important;
}

.mb-larger {
  margin-bottom: 30px !important;
}

.ml-larger {
  margin-left: 30px !important;
}

.mr-larger {
  margin-right: 30px !important;
}

.mt-xlarge {
  margin-top: 50px !important;
}

.mb-xlarge {
  margin-bottom: 50px !important;
}

.ml-xlarge {
  margin-left: 50px !important;
}

.mr-xlarge {
  margin-right: 50px !important;
}

.no-margin {
  margin: 0 !important;
}

.pt-none {
  padding-top: 0px;
}

.pb-none {
  padding-bottom: 0px;
}

.pl-none {
  padding-left: 0px !important;
}

.pr-none {
  padding-right: 0px !important;
}

.pt-small {
  padding-top: 5px;
}

.pb-small {
  padding-bottom: 5px;
}

.pl-small {
  padding-left: 5px !important;
}

.pr-small {
  padding-right: 5px !important;
}

.pt-medium {
  padding-top: 15px;
}

.pb-medium {
  padding-bottom: 15px;
}

.pl-medium {
  padding-left: 15px !important;
}

.pr-medium {
  padding-right: 15px !important;
}

.pt-large {
  padding-top: 25px;
}

.pb-large {
  padding-bottom: 25px;
}

.pl-large {
  padding-left: 25px !important;
}

.pr-large {
  padding-right: 25px !important;
}

.pt-xlarge {
  padding-top: 50px;
}

.pb-xlarge {
  padding-bottom: 50px;
}

.pl-xlarge {
  padding-left: 50px !important;
}

.pr-xlarge {
  padding-right: 50px !important;
}

.hide-small {
  display: none;
}
@media (min-width: 700px) {
  .hide-small {
    display: block;
  }
}

.flex-grid.no-flex--small {
  display: block !important;
}
@media (min-width: 700px) {
  .flex-grid.no-flex--small {
    display: flex !important;
  }
}

.flex-grid.no-flex--tablet {
  display: block !important;
}
@media (min-width: 1100px) {
  .flex-grid.no-flex--tablet {
    display: flex !important;
  }
}

.img-of {
  width: 100%;
}
.img-of img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.divider:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #ccc;
  margin: 35px auto;
}

* {
  font-family: mr-eaves-xl-modern, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  font-family: fira-sans, sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*----------- Typographic Scale -----------*/
/* baseline: 1em */
/*----------- type helpers -----------*/
@media (min-width: 1100px) {
  .text-right {
    text-align: right;
  }
}

.text-center {
  text-align: center;
}

.text--reversed {
  color: #fff;
}

.btn {
  text-transform: uppercase;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 1em;
  padding: 18px 25px;
  border-radius: 5px;
  display: inline-block;
}

.btn--large {
  font-size: 1.3195em;
  letter-spacing: 0.75px;
  padding: 25px 30px;
}

.btn--primary {
  background: #315994;
  color: #fff;
}

.btn--secondary {
  background: #3CC696;
  color: #fff;
}

.btn--ghost {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: 0.2s;
}
.btn--ghost:hover {
  background: #fff;
  color: #315994;
}
.btn--ghost.btn--ghost_secondary {
  border-color: #3CC696;
  color: #3CC696;
}
.btn--ghost.btn--ghost_secondary:hover {
  background: #3CC696;
  color: #fff;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border-style: none;
}

/*================================
=            Main Nav            =
================================*/
header .header-top {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 45px 1fr;
  text-align: center;
  padding: 15px;
}
@media (min-width: 700px) {
  header .header-top {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
header .header-top .logo {
  grid-row-start: 2;
  grid-row-end: 3;
  padding-top: 20px;
  position: relative;
}
header .header-top .logo img {
  max-width: 250px;
  padding-top: 0;
}
header .header-top .secondary-nav {
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: center;
}
@media (min-width: 700px) {
  header .header-top .secondary-nav {
    margin-left: auto;
  }
}
header .header-top .secondary-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (min-width: 700px) {
  header .header-top .secondary-nav ul {
    justify-content: flex-end;
    font-size: 16px;
  }
}
header .header-top .secondary-nav ul li a {
  font-size: 1.1487em;
}
header .header-top .secondary-nav ul li:first-of-type a {
  color: #315994;
  text-transform: uppercase;
  text-decoration: underline;
}
header .header-top .secondary-nav ul li a[type=tel] {
  color: #646464;
}
header .header-top .secondary-nav ul li a[type=tel]:hover {
  color: #315994;
}
header .header-top .secondary-nav ul li .btn {
  padding: 10px 15px;
}
header .header-top .secondary-nav ul li + li {
  margin-left: 20px;
}
header .mobile-trigger {
  background: #315994;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding: 10px;
}
header .mobile-trigger svg {
  fill: #fff;
  height: 25px;
  width: 25px;
}
@media (min-width: 1100px) {
  header .mobile-trigger {
    display: none;
  }
}
header .header-bottom {
  background: #315994;
  position: relative;
  height: 3px;
  overflow: hidden;
  transition: 0.12s ease-in;
}
header .header-bottom.opened {
  height: auto;
  padding: 20px;
}
@media (min-width: 1100px) {
  header .header-bottom {
    display: flex;
    align-items: center;
    padding: 0 50px;
    height: unset;
    overflow: visible;
  }
}

@media (min-width: 1100px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     header .header-bottom {
        height: 50px;
     }
}

header .header-bottom > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  header .header-bottom > div {
    display: flex;
    align-items: center;
  }
}
header .header-bottom nav ul {
  text-align: center;
}
@media (min-width: 1100px) {
  header .header-bottom nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 1100px) {
  header .header-bottom nav ul li {
    padding: 20px 0;
  }
}
header .header-bottom nav ul li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
@media (min-width: 1400px) {
  header .header-bottom nav ul li a {
    font-size: 18px;
  }
}
header .header-bottom nav ul li.has-dropdown {
  position: relative;
}
header .header-bottom nav ul li.has-dropdown.expand ul.dropdown {
  display: none;
}
@media (min-width: 1100px) {
  header .header-bottom nav ul li.has-dropdown.expand ul.dropdown {
    display: block;
  }
}
header .header-bottom nav ul li.has-dropdown ul.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(40px + 18px);
  background: #23416b;
  width: 181px;
  padding: 15px;
  z-index: 12;
}
header .header-bottom nav ul li.has-dropdown ul.dropdown li {
  padding: 0;
}
header .header-bottom nav ul li.has-dropdown ul.dropdown li + li {
  margin-top: 14px;
  margin-left: 0;
}
header .header-bottom nav ul li + li {
  margin-top: 8px;
}
@media (min-width: 1100px) {
  header .header-bottom nav ul li + li {
    margin: 0 0 0 3.031433133em;
  }
}
header .header-bottom .login {
  margin-top: 25px;
}
@media (min-width: 1100px) {
  header .header-bottom .login {
    margin: 0 0 0 auto;
  }
}
header .header-bottom .login ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  header .header-bottom .login ul {
    justify-content: flex-end;
  }
}
header .header-bottom .login ul li {
  color: #fff;
}
header .header-bottom .login ul li a {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
header .header-bottom .login ul li + li {
  margin-left: 35px;
}
header .header-bottom .login .cart svg {
  width: 18px;
  fill: #fff;
}

/*=====  End of Main Nav  ======*/
/*============================
=            Hero            =
============================*/
.hero {
  position: relative;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  font-size: 16px;
}
@media (min-width: 700px) {
  .hero {
    font-size: 24px;
  }
}
@media (min-width: 1100px) {
  .hero {
    font-size: 30px;
    background-position: 50% 20%;
  }
}
@media (min-width: 2000px) {
  .hero {
    background-position: 50% 20%;
  }
}
.hero .hero-statement {
  text-align: center;
  padding: 15px 35px;
}
.hero .hero-statement h1 {
  font-size: 2.29739671em;
  color: #315994;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 15px;
}
.hero .hero-statement h2 {
  margin-top: 0.5em;
  font-size: 1.5157em;
  font-family: mr-eaves-xl-modern, sans-serif;
  color: #707070;
  line-height: 1;
  margin: 0 auto;
}
.hero .hero-button {
  text-align: center;
}
@media (min-width: 700px) {
  .hero .hero-button a.btn {
    font-size: 0.8706em;
    font-weight: 600;
    letter-spacing: 2px;
  }
}
.hero .hero-image {
  position: relative;
  z-index: -1;
}
@media (min-width: 1100px) {
  .hero .hero-image {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

/*=====  End of Hero  ======*/
.section--blocks {
  margin-top: -25px;
}
@media (min-width: 1100px) {
  .section--blocks {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@media (min-width: 1585px) {
  .section--blocks {
    margin-top: -58px;
    position: relative;
  }
}
@media (min-width: 700px) {
  .section--blocks .blocks-wrapper {
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.section--blocks .block {
  background: #315994;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
  flex-basis: 33.33333%;
}
.section--blocks .block h4 {
  font-family: mr-eaves-xl-modern, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .section--blocks .block h4 {
    font-size: 1.1487em;
  }
}
@media (min-width: 1100px) {
  .section--blocks .block h4 {
    font-size: 1.3195em;
    letter-spacing: 1px;
  }
}
.section--blocks .block h3 {
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  letter-spacing: 0.75px;
  font-size: 1.5157em;
}
@media (min-width: 700px) {
  .section--blocks .block h3 {
    font-size: 1.7511em;
  }
}
@media (min-width: 1100px) {
  .section--blocks .block h3 {
    font-size: 2.29739671em;
    letter-spacing: 1px;
  }
}
.section--blocks .block:first-of-type {
  background-color: #1D3557;
}
.section--blocks .block:last-of-type {
  background-color: #719EE2;
}

.section--questions {
  padding: 50px 40px;
}
@media (min-width: 1100px) {
  .section--questions {
    padding-top: 0;
  }
}
.section--questions ul {
  font-family: mr-eaves-xl-modern, sans-serif;
  text-align: center;
  color: #707070;
}
.section--questions ul li {
  font-size: 1.3195em;
  line-height: 1.125;
}
@media (min-width: 700px) {
  .section--questions ul li {
    font-size: 1.5157em;
  }
}
@media (min-width: 1100px) {
  .section--questions ul li {
    font-size: 1.7511em;
  }
}
.section--questions ul li + li {
  margin-top: 35px;
}

.section-cta {
  display: block;
  text-align: center;
  margin-top: 1.3195em;
}
.section-cta .btn {
  display: inline-block;
  margin: 30px 0 10px;
}
@media (min-width: 1100px) {
  .section-cta .btn {
    font-size: 1.5157em;
    margin-bottom: 15px;
  }
}
.section-cta span {
  display: block;
  font-size: 1em;
  color: #707070;
}
@media (min-width: 700px) {
  .section-cta span {
    font-size: 1.1487em;
  }
}
@media (min-width: 700px) {
  .section-cta span {
    font-size: 1.3195em;
  }
}
.section-cta span a {
  color: #707070;
  text-decoration: none;
}
.section-cta span a:hover {
  text-decoration: underline;
}

.section--different {
  background-image: linear-gradient(to right top, #315994, #3CC696);
  color: #fff;
  padding: 100px 15px;
  text-align: center;
}
.section--different h2 {
  font-size: 1.7511em;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 700px) {
  .section--different h2 {
    font-size: 2em;
  }
}
@media (min-width: 1100px) {
  .section--different h2 {
    font-size: 2.6390158215em;
  }
}
.section--different h3 {
  font-family: mr-eaves-xl-modern, sans-serif;
  margin-top: 30px;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .section--different h3 {
    font-size: 1.7511em;
    font-weight: 500;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1100px) {
  .section--different h3 {
    font-size: 2em;
    width: 600px;
    font-weight: 400;
    margin-bottom: 35px;
  }
}
.section--different .btn {
  margin-top: 25px;
}
.section--different .icon-blocks--wrapper {
  width: 95vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .section--different .icon-blocks--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1100px) {
  .section--different .icon-blocks--wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 700px) {
  .section--different .icon-block {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 25px 0;
  }
}
@media (min-width: 1100px) {
  .section--different .icon-block {
    flex-basis: 25%;
  }
}
.section--different .icon-block .icon {
  margin-bottom: 10px;
}
.section--different .icon-block .icon svg {
  height: 4em;
  fill: #fff;
}
@media (min-width: 1100px) {
  .section--different .icon-block .icon svg {
    height: 4.5em;
  }
}
@media (min-width: 700px) {
  .section--different .icon-block--text {
    font-size: 1.3195em;
  }
}
@media (min-width: 1100px) {
  .section--different .icon-block--text {
    font-size: 1.5157em;
    padding: 0 65px;
  }
}
.section--different .icon-block + .icon-block {
  margin-top: 25px;
}
@media (min-width: 700px) {
  .section--different .icon-block + .icon-block {
    margin-top: 0;
  }
}

.section--expertise {
  padding: 75px 25px;
  text-align: center;
}
@media (min-width: 1100px) {
  .section--expertise {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 75px 45px;
  }
}
.section--expertise p.large {
  font-size: 1.3195em;
  color: #707070;
  margin-bottom: 20px;
  font-family: fira-sans, sans-serif;
  font-weight: 500;
}
@media (min-width: 1100px) {
  .section--expertise p.large {
    font-size: 1.7511em;
    line-height: 1.5;
  }
}
.section--expertise h3 {
  color: #315994;
  font-size: 1.5157em;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media (min-width: 1100px) {
  .section--expertise h3 {
    font-size: 2.29739671em;
    margin-top: 65px;
    margin-bottom: 30px;
  }
  .section--expertise h3:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #ccc;
    margin: 40px auto;
  }
}
.section--expertise ul {
  font-size: 1.3195em;
  color: #707070;
  -webkit-column-count: 2;
          column-count: 2;
}
@media (min-width: 700px) {
  .section--expertise ul {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1100px) {
  .section--expertise ul {
    -webkit-column-count: 4;
            column-count: 4;
  }
  @supports (display: grid) {
    .section--expertise ul {
      -webkit-column-count: 1;
              column-count: 1;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 20px;
      grid-row-gap: 50px;
      text-align: left;
      margin-bottom: 35px;
    }
  }
}
.section--expertise ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  .section--expertise ul li {
    justify-content: flex-start;
    font-size: 1.5157em;
  }
}
.section--expertise ul li .check {
  display: none;
  margin-right: 15px;
}
@media (min-width: 1100px) {
  .section--expertise ul li .check {
    display: flex;
    align-items: center;
  }
  .section--expertise ul li .check svg {
    width: 27px;
  }
}
.section--expertise ul li + li {
  margin-top: 10px;
}

.section--lead-generator {
  background: #F8F8F8;
}
.section--lead-generator .lg-wrapper {
  padding: 50px 25px;
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 1100px) {
  .section--lead-generator .lg-wrapper {
    font-size: 16px;
  }
}
@media (min-width: 1050px) {
  .section--lead-generator .lg-wrapper {
    padding: 100px 0;
    margin-bottom: 200px;
  }
}
.section--lead-generator .lg-wrapper > div:first-of-type {
  grid-template-columns: 1fr 0.5fr;
  grid-gap: 25px;
}
@media (min-width: 1050px) {
  .section--lead-generator .lg-wrapper > div:first-of-type {
    display: grid;
  }
}
.section--lead-generator .lg-wrapper > div:first-of-type h4 {
  color: #315994;
  font-family: fira-sans, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: 2.6390158215em;
  margin-bottom: 0.5745em;
}
.section--lead-generator .lg-wrapper > div:first-of-type p {
  font-size: 1.5157em;
  color: #646464;
  font-family: fira-sans, sans-serif;
  line-height: 1.5;
}
.section--lead-generator .lg-wrapper img {
  width: 100%;
  margin-top: 75px;
}
@media (min-width: 1050px) {
  .section--lead-generator .lg-wrapper img {
    margin-bottom: -234px;
  }
}
.section--lead-generator .lg-wrapper .lg-button {
  align-self: center;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media (min-width: 1050px) {
  .section--lead-generator .lg-wrapper .lg-button {
    margin-top: 0;
  }
}
.section--lead-generator .lg-wrapper .lg-button a {
  display: inline-block;
  background: #315994;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5157em;
  padding: 25px 45px;
  border-radius: 5px;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.section--testimonies {
  padding: 50px 25px;
}
.section--testimonies .quote-icon {
  text-align: center;
}
.section--testimonies .quote-icon svg {
  width: 3.031433133em;
}
.section--testimonies blockquote {
  font-family: mr-eaves-xl-modern, sans-serif;
  text-align: center;
  font-size: 1.7511em;
  max-width: 600px;
  margin: 20px auto 0;
  color: #707070;
}
.section--testimonies blockquote:after {
  content: "";
  display: block;
  width: 50vw;
  max-width: 300px;
  margin: 25px auto;
  height: 1px;
  background: #cdcdcd;
}
.section--testimonies cite {
  font-family: fira-sans, sans-serif;
  font-size: 1.1487em;
  text-align: center;
  color: #707070;
  font-style: normal;
  font-weight: 300;
  display: block;
}

.section--registration {
  width: 95%;
  margin: 0 auto;
  max-width: 650px;
  background: #fff;
  padding: 35px;
  box-shadow: 1px 3px 8px rgba(50, 50, 50, 0.15), -2px 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.section--registration h4 {
  text-align: center;
  color: #707070;
  font-size: 1.7511em;
  font-weight: 500;
  font-family: fira-sans, sans-serif;
}
.section--registration h4:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #ccc;
  margin: 35px auto;
}
.section--registration form .field-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.section--registration form .field-group .form-field label {
  display: block;
  text-transform: uppercase;
  font-size: 0.8706em;
  margin-bottom: 5px;
  color: #707070;
  letter-spacing: 0.5px;
}
.section--registration form .field-group .form-field input {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #333E3D;
}
.section--registration form .field-group .form-field input::-webkit-input-placeholder {
  color: #ccc;
}
.section--registration form .field-group .form-field input:-ms-input-placeholder {
  color: #ccc;
}
.section--registration form .field-group .form-field input::-ms-input-placeholder {
  color: #ccc;
}
.section--registration form .field-group .form-field input::placeholder {
  color: #ccc;
}
@media (min-width: 700px) {
  .section--registration form .field-group.fg-1-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 700px) {
  .section--registration form .field-group.fg-1-1-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section--registration form .field-group + .field-group {
  margin-top: 20px;
}
.section--registration form .faux-radio {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}
.section--registration form .faux-radio > div {
  width: 50%;
}
@supports (display: grid) {
  .section--registration form .faux-radio {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 25px 0;
  }
  .section--registration form .faux-radio > div {
    width: unset;
  }
}
.section--registration form .faux-radio label {
  padding: 35px;
  text-align: center;
  background: #B2B2B2;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3195em;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
}
.section--registration form .faux-radio input {
  display: none;
}
.section--registration form .faux-radio input:checked + label {
  background-color: #315994;
}
.section--registration form .course-select {
  margin: 75px 0;
}
.section--registration form .select-wrap {
  width: 100%;
  margin-top: 8px;
  display: grid;
  grid-gap: 20px;
  position: relative;
}
.section--registration form .select-wrap label {
  display: block;
  align-self: center;
  font-size: 0.8706em;
  margin-bottom: 5px;
  color: #707070;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section--registration form .select-wrap select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #333E3D;
  background-repeat: no-repeat;
  padding: 10px;
  display: block;
  width: 100%;
  background: transparent;
}
.section--registration form .select-wrap .icon-cheveron-selection {
  position: absolute;
  right: 8px;
  height: 20px;
  top: 63%;
}
@media (min-width: 700px) {
  .section--registration form .select-wrap .icon-cheveron-selection {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.section--registration form h5.total {
  text-align: center;
  font-size: 1.1487em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: mr-eaves-xl-modern, sans-serif;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}
.section--registration form h5.total span {
  color: #3CC696;
  font-size: 2em;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}
.section--registration form .form-section_billing-info .fg-expires {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section--registration form .form-section_billing-info .fg-expires .exp-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.section--registration form .form-section_billing-info .fg-expires .exp-wrapper .form-field {
  flex-grow: 1;
}
.section--registration form .form-section_billing-info .fg-expires .exp-wrapper .form-field + .form-field {
  margin-left: 15px;
}
@supports (display: grid) {
  .section--registration form .form-section_billing-info .fg-expires .exp-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .section--registration form .form-section_billing-info .fg-expires .exp-wrapper .form-field + .form-field {
    margin-left: none;
  }
}
.section--registration form .form-section_billing-info .fg-expires .exp-wrapper + .form-field {
  margin-left: 100px;
}

.submit--btn {
  overflow: hidden;
}
.submit--btn:focus {
  outline: none;
}
.submit--btn .loader-bg {
  background: #212451;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.submit--btn .icon-success {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  fill: #fff;
  visibility: hidden;
}

/*=============================================>>>>>
= MODAL =
===============================================>>>>>*/
.signup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
}
.signup-modal--overlay {
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.signup-modal--content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 25px 40px;
  font-size: 14px;
  text-align: center;
  max-width: 650px;
  border-radius: 10px;
}
.signup-modal--content .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}
.signup-modal--content .close-modal svg {
  fill: #ccc;
  width: 20px;
}
@media (min-width: 1100px) {
  .signup-modal--content {
    font-size: 18px;
    padding: 50px 75px;
  }
}
.signup-modal--content h2 {
  color: #315994;
  font-size: 1.7511em;
  line-height: 1.3;
  margin-bottom: 25px;
}
.signup-modal--content p {
  font-size: 1.3195em;
  margin-bottom: 20px;
}
.signup-modal--content form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.signup-modal--content form .form-field {
  flex: 1 0 50%;
  margin-right: 45px;
  position: relative;
  width: 100%;
}
.signup-modal--content form .form-field label {
  position: absolute;
  top: 10px;
  left: 10px;
}
.signup-modal--content form .form-field label svg {
  width: 20px;
  fill: #ccc;
}
.signup-modal--content form .form-field input {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 5px;
  padding-left: 45px;
}
.signup-modal--content form .choices option {
  white-space: normal;
}
.signup-modal .success {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.signup-modal .success .success-graphic {
  margin-bottom: 25px;
}
.signup-modal .success .success-graphic svg {
  width: 90px;
}
.signup-modal .success h3 {
  color: #3CC696;
  margin-bottom: 15px;
  font-size: 1.5157em;
  line-height: 1.3;
}
.signup-modal .success p span {
  color: #315994;
}

/*= End of MODAL =*/
/*=============================================<<<<<*/
footer {
  background: #646464;
}
footer .footer-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
@media (min-width: 1100px) {
  footer .footer-top {
    display: flex;
    align-items: center;
  }
}
footer .footer-top .footer-logo {
  width: 70%;
  max-width: 250px;
  text-align: center;
  margin: 0 auto 20px;
}
@media (min-width: 1100px) {
  footer .footer-top .footer-logo {
    flex-basis: 250px;
    max-width: unset;
    width: unset;
    text-align: left;
    margin: 0;
  }
}
footer .footer-top .footer-logo img {
  max-width: 100%;
}
footer .footer-top .footer-nav {
  margin-left: auto;
}
footer .footer-top .footer-nav ul {
  text-align: center;
}
@media (min-width: 700px) {
  footer .footer-top .footer-nav ul {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-top .footer-nav ul li {
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 1100px) {
  footer .footer-top .footer-nav ul li {
    font-size: 16px;
  }
}
footer .footer-top .footer-nav ul li a {
  color: #fff;
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
footer .footer-top .footer-nav ul li a:hover {
  text-decoration: underline;
}
footer .footer-top .footer-nav ul li + li {
  margin-top: 8px;
}
@media (min-width: 700px) {
  footer .footer-top .footer-nav ul li + li {
    margin-top: 0;
    margin-left: 35px;
  }
}
footer .footer-bottom {
  padding: 0 15px;
  text-align: center;
  border-top: 1px solid #767676;
  margin-top: 25px;
  padding-top: 25px;
}
@media (min-width: 1100px) {
  footer .footer-bottom {
    display: flex;
    align-items: center;
    padding: 25px 0 0;
  }
}
footer .footer-bottom .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (min-width: 1100px) {
  footer .footer-bottom .social ul {
    justify-content: flex-start;
  }
}
footer .footer-bottom .social ul li {
  line-height: 1;
  font-size: 1.2em;
}
footer .footer-bottom .social ul li:hover svg {
  fill: #315994;
}
footer .footer-bottom .social ul li a {
  margin-left: 12px;
}
footer .footer-bottom .social svg {
  width: 20px;
  fill: #fff;
}
footer .footer-bottom .social .twit {
  width: 30px;
}
footer .footer-bottom .copy {
  margin-left: auto;
  color: #B1B1B1;
  line-height: 1;
  letter-spacing: 0.5px;
}
footer .footer-bottom .copy a {
  color: #B1B1B1;
  text-decoration: underline;
}
footer .footer-bottom .copy a:hover {
  color: #fff;
}

.promo-code .field-group {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  margin-top: 45px;
}
.promo-code .btn--promo {
  border: 1px solid #3cc696;
  color: #3cc696;
  padding: 12px 25px;
  margin-left: 25px;
  overflow: hidden;
  position: relative;
}
.promo-code .btn--promo .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #309e78;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.promo-code .btn--promo:hover {
  background: #3cc696;
  color: #fff;
}

.promo-success {
  text-align: center;
  font-size: 12px;
  margin-top: 11px;
  color: #3cc696;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.promo-error {
  text-align: center;
  font-size: 12px;
  margin-top: 11px;
  color: #c63c3c;
  text-transform: uppercase;
  letter-spacing: 2px;
}