/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------fluid typography------*/
/*------parallax effect------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 2.5em;
  height: 1.951em;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1875em; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2.5em;
    height: 0.375em;
    background-color: #ffffff;
    border-radius: 1px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -0.788em; }
  .hamburger-inner::after {
    bottom: -0.788em; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.1875em; }
  .hamburger--slider .hamburger-inner::before {
    top: 0.788em;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 1.576em; }
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 0.788em, 0) rotate(45deg);
          transform: translate3d(0, 0.788em, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-0.35714em, -0.413em, 0);
            transform: rotate(-45deg) translate3d(-0.35714em, -0.413em, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -1.576em, 0) rotate(-90deg);
            transform: translate3d(0, -1.576em, 0) rotate(-90deg); }

/* -----------------------------*/
/* ////// #Little Helpers //////*/
/* -----------------------------*/
/*------text editor classes------*/
.margin--bottom {
  margin-bottom: .25em; }

.cols--two {
  display: flex; }
  @media (max-width: 991px) {
    .cols--two {
      flex-flow: column nowrap; } }
@media (max-width: 991px) {
  .cols__inner--2 {
    margin-top: 1em; } }
@media (min-width: 992px) {
  .cols__inner--1 {
    padding-right: 10px; }
  .cols__inner--2 {
    padding-left: 10px; } }

.phone {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  cursor: default; }
  .phone:hover {
    color: inherit;
    border-color: transparent; }

/*------icons------*/
.icon--arrow-blue-green, .nav-main--header__link--level1:after {
  background-image: url("/assets/images/icons.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px; }

.icon--arrow-gray-green, .nav-sub__li:before {
  background-image: url("/assets/images/icons.svg");
  background-position: 0 -15px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px; }

.icon--play-button {
  background-image: url("/assets/images/icons.svg");
  background-position: 0 -80px;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px; }
.icon--search {
  background-image: url("/assets/images/icons.svg");
  background-position: 0 -185px;
  background-repeat: no-repeat;
  width: 49px;
  height: 49px; }

/*------Animations and Effects------*/
.trans-center {
  -webkit-transform-origin: 25% 25%;
          transform-origin: 25% 25%; }

.effect {
  transition: -webkit-filter 2s;
  transition: filter 2s;
  transition: filter 2s, -webkit-filter 2s; }
  .effect--blur {
    -webkit-filter: blur(8px);
            filter: blur(8px); }

/*------load fonts------*/
@font-face {
  font-family: 'Futura Std';
  src: url("/assets/fonts/FuturaStd-CondensedExtraBd.woff2") format("woff2"), url("/assets/fonts/FuturaStd-CondensedExtraBd.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Futura Std';
  src: url("/assets/fonts/FuturaStd-CondensedBoldObl.woff2") format("woff2"), url("/assets/fonts/FuturaStd-CondensedBoldObl.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Futura Std';
  src: url("/assets/fonts/FuturaStd-CondensedOblique.woff2") format("woff2"), url("/assets/fonts/FuturaStd-CondensedOblique.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Futura Std';
  src: url("/assets/fonts/FuturaStd-Condensed.woff2") format("woff2"), url("/assets/fonts/FuturaStd-Condensed.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
/*------End Helpers------*/
/* -------------------*/
/* ////// #Base //////*/
/* -------------------*/
/* Make border-box properties */
* {
  box-sizing: border-box; }

body {
  color: #444444;
  font-family: "Futura Std", Trebuchet, sans-serif;
  font-size: 16px;
  background: #00123f; }

hr {
  background: #40ae49;
  border: 0;
  outline: 0;
  margin: 1em 0;
  width: 100%;
  height: 2px; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

iframe, svg {
  max-width: 100%; }

/*------Buckets------*/
/*------End Base------*/
/* -------------------------*/
/* ////// #Typography //////*/
/* -------------------------*/
h1, h2 {
  font-size: 1.875em;
  font-weight: 800;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h1, h2 {
      font-size: 2.8125em; } }

h1 {
  color: #00123f;
  padding-bottom: 1em; }

h2 {
  color: #40ae49;
  padding-bottom: .5em; }

h3 {
  color: #00123f;
  font-size: 1.875em;
  font-weight: 800;
  padding-bottom: 1em; }

.heading--large {
  font-size: 1.62222em; }

p {
  font-size: 1.5em;
  line-height: 1.21429em;
  padding-bottom: 1.25em; }
  p:last-of-type {
    padding-bottom: 0; }
  @media (min-width: 992px) {
    p {
      font-size: 1.75em;
      padding-bottom: 1.60714em; } }

a {
  color: #667cb2;
  transition: .3s; }

em {
  font-style: italic; }

strong {
  font-weight: 800; }

.title {
  text-transform: uppercase;
  margin-left: 7px;
  z-index: 2;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg); }
  .title--line1 {
    color: #ffffff;
    font-weight: 800;
    padding-left: 24px;
    z-index: 1; }
    .title--line1 {
      font-size: 22px; }
      @media screen and (min-width: 320px) {
        .title--line1 {
          font-size: calc(22px + 38 * ((100vw - 320px) / 900)); } }
      @media screen and (min-width: 1220px) {
        .title--line1 {
          font-size: 60px; } }
    .title--line1--home {
      margin-bottom: 16px; }
  .title--line2, .title--line3 {
    color: #00123f;
    font-weight: 800;
    -ms-grid-row-align: start;
        align-self: start;
    background: rgba(64, 174, 73, 0.8);
    padding: 2px 12px; }
    .title--line2, .title--line3 {
      font-size: 48px; }
      @media screen and (min-width: 320px) {
        .title--line2, .title--line3 {
          font-size: calc(48px + 72 * ((100vw - 320px) / 900)); } }
      @media screen and (min-width: 1220px) {
        .title--line2, .title--line3 {
          font-size: 120px; } }
  .title--line2 {
    position: relative;
    z-index: 5; }
  .title--line3 {
    margin: -25px 0 0 33px; }

/*------Text Modifiers------*/
.text--green {
  color: #40ae49; }
.text--emphasis {
  font-style: italic;
  font-weight: 800;
  border-left: 7px solid #40ae49;
  display: block;
  padding-left: 1.14286em; }

/*------Lists------*/
.content__main ul {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 1em; }
  .content__main ul li {
    list-style: disc;
    margin-left: 1em; }
  @media (min-width: 992px) {
    .content__main ul {
      font-size: 1.75em;
      line-height: 1.21429em; } }
.content__main .list--green li {
  background-image: url(/assets/images/checkbox--green.svg); }
.content__main .list--red li {
  background-image: url(/assets/images/checkbox--red.svg); }

.content__main .list--green li, .content__main .list--red li {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 2.5em;
  list-style-type: none;
  margin-bottom: .5em;
  margin-left: 0;
  padding: 0.9375em 0 0.9375em 2.875em; }
  @media (min-width: 1220px) {
    .content__main .list--green li, .content__main .list--red li {
      background-size: auto 3.5em;
      padding-left: 4.5em; } }

/*------Buttons------*/
.btn {
  background: transparent;
  cursor: pointer;
  display: inline-block; }
  .btn--green, .btn--blue {
    color: #ffffff;
    text-decoration: none;
    padding: 0.46154em 0.69231em;
    position: relative;
    z-index: 1; }
    .btn--green::before, .btn--green::after, .btn--blue::before, .btn--blue::after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1; }
    .btn--green::before, .btn--blue::before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .btn--green::after, .btn--blue::after {
      opacity: 0;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 2px;
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: .6s; }
    .btn--green:hover::after, .btn--blue:hover::after {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: -webkit-transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition: transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition: transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66), -webkit-transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .btn--green::before {
    background: #40ae49; }
  .btn--green:hover::after {
    background: #00123f; }
  .btn--blue::before {
    background: #00123f; }
  .btn--blue:hover::after {
    background: #40ae49; }

/*------End Typography------*/
/* -------------------------*/
/* ////// #Navigation //////*/
/* -------------------------*/
/*------Main------*/
.nav-main {
  display: none; }
  @media (min-width: 992px) {
    .nav-main {
      display: block; } }
  .nav-main__ul {
    align-items: center;
    display: flex; }
    .nav-main__ul--level2 {
      display: block;
      padding-top: 38px;
      position: absolute;
      z-index: -1; }
  .nav-main__li--level1:hover .nav-main__ul--level2 {
    z-index: 100; }
  .nav-main__li--level1:hover .nav-main__li--level2 {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(1) {
      transition-delay: 0.08s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(2) {
      transition-delay: 0.16s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(3) {
      transition-delay: 0.24s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(4) {
      transition-delay: 0.32s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(5) {
      transition-delay: 0.4s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(6) {
      transition-delay: 0.48s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(7) {
      transition-delay: 0.56s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(8) {
      transition-delay: 0.64s; }
    .nav-main__li--level1:hover .nav-main__li--level2:nth-of-type(9) {
      transition-delay: 0.72s; }
  .nav-main__li--level2 {
    opacity: 0;
    position: relative;
    -webkit-transform: translateX(-10px) scale(0.7);
            transform: translateX(-10px) scale(0.7);
    transition: .2s; }
    .nav-main__li--level2:after {
      content: "";
      background: #40ae49;
      bottom: 0;
      left: 10px;
      display: block;
      position: absolute;
      width: calc(100% - 20px);
      height: 1px; }
    .nav-main__li--level2:last-of-type:after {
      content: none; }
  .nav-main__link {
    color: #ffffff;
    font-size: 1.625em;
    text-decoration: none;
    text-transform: uppercase; }
    .nav-main__link--contact {
      display: block;
      margin: 0 1.25em; }
      .nav-main__link--contact:after {
        content: none; }
      @media (min-width: 992px) {
        .nav-main__link--contact {
          margin: 0 2.125em; } }
  .nav-main--header__link--level1 {
    margin-left: 1.76923em;
    padding-right: 22px;
    position: relative; }
    .nav-main--header__link--level1:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }
  .nav-main--header__link--level2 {
    background: #00123f;
    background: rgba(0, 18, 63, 0.8);
    display: block;
    padding: 10px;
    position: relative; }
    .nav-main--header__link--level2:before {
      content: "";
      background: transparent;
      display: block;
      position: absolute;
      height: 1px;
      top: -1px;
      left: 0;
      width: 100%; }
    .nav-main--header__link--level2:hover {
      background: #40ae49;
      background: rgba(64, 174, 73, 0.8); }
      .nav-main--header__link--level2:hover:before {
        background-color: #40ae49; }
  .nav-main--footer__link {
    color: #00123f;
    margin-right: 0.76923em;
    padding-bottom: 6px;
    position: relative; }
    @media (min-width: 992px) {
      .nav-main--footer__link {
        margin-right: 2.46154em; } }
    .nav-main--footer__link:after {
      content: "";
      background-color: #40ae49;
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      transition: .4s; }
    .nav-main--footer__link:hover {
      color: #40ae49; }
      .nav-main--footer__link:hover:after {
        left: 0;
        width: 100%; }

/*------Footer------*/
.nav-footer {
  align-items: flex-start;
  display: flex;
  position: relative; }
  @media (max-width: 767px) {
    .nav-footer__ul {
      align-items: flex-start;
      flex-direction: column; }
    .nav-footer__li {
      margin-bottom: 1em; } }
  @media (min-width: 768px) {
    .nav-footer {
      align-items: center; } }

/*------Sub------*/
.nav-sub {
  display: none; }
  @media (min-width: 768px) {
    .nav-sub {
      display: block; } }
  @media (min-width: 768px) {
    .nav-sub__ul {
      margin-top: 1.25em; } }
  @media (min-width: 768px) {
    .nav-sub__li {
      border-bottom: 1px solid #f2f2f2;
      position: relative;
      transition: .3s; }
      .nav-sub__li:last-of-type {
        border: 0; }
      .nav-sub__li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .nav-sub__li:hover {
        background: linear-gradient(90deg, transparent, rgba(64, 174, 73, 0.5)); } }
  @media (min-width: 768px) {
    .nav-sub__link {
      color: #444444;
      font-size: 1.125em;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      padding: 0.72727em 0 0.72727em 1.54545em;
      position: relative;
      transition: .3s; }
      .nav-sub__link:hover {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); } }
  @media (min-width: 992px) {
    .nav-sub__link {
      font-size: 1.375em; } }
  @media (min-width: 768px) {
    .nav-sub.is-active .nav__link {
      font-weight: 800; } }

/*------Popup------*/
.nav-popup {
  align-items: center;
  background: rgba(0, 18, 63, 0.75);
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }
  .nav-popup.is-active {
    z-index: 100; }
  .nav-popup__close {
    color: #40ae49;
    cursor: pointer;
    font-size: 1.5em;
    text-transform: uppercase;
    position: absolute;
    top: 1em;
    right: 1em;
    transition: .3s; }
    .nav-popup__close:hover {
      color: #ffffff; }
  .nav-popup__inner {
    display: flex;
    flex-flow: column wrap;
    justify-content: center; }
  .nav-popup__ul {
    display: flex;
    flex-flow: column;
    position: relative; }
    .nav-popup__ul--level2 {
      opacity: 0;
      padding: 0;
      top: 0;
      right: 0;
      z-index: -1; }
      .nav-popup__link--level1.is-active .nav-popup__ul--level2 {
        opacity: 1;
        z-index: 1; }
  .nav-popup__li--level1 {
    margin-bottom: 1em; }
  .nav-popup__li--level2 {
    margin-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    transition: .3s; }
    .nav-popup__li--level2:nth-of-type(1) {
      transition-delay: 0.08s; }
    .nav-popup__li--level2:nth-of-type(2) {
      transition-delay: 0.16s; }
    .nav-popup__li--level2:nth-of-type(3) {
      transition-delay: 0.24s; }
    .nav-popup__li--level2:nth-of-type(4) {
      transition-delay: 0.32s; }
    .nav-popup__li--level2:nth-of-type(5) {
      transition-delay: 0.4s; }
    .nav-popup__li--level2:nth-of-type(6) {
      transition-delay: 0.48s; }
    .nav-popup__li--level2:nth-of-type(7) {
      transition-delay: 0.56s; }
    .nav-popup__li--level2:nth-of-type(8) {
      transition-delay: 0.64s; }
    .nav-popup__li--level2:nth-of-type(9) {
      transition-delay: 0.72s; }
    .nav-popup__li--level2:nth-of-type(10) {
      transition-delay: 0.8s; }
  .nav-popup__link--level1 {
    margin-left: 0; }
    .nav-popup__link--level1::after {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .nav-popup__link--level1.is-active ~ .nav-popup__ul--level2 {
    opacity: 1;
    z-index: 1;
    transition: .4s; }
  .nav-popup__link--level1.is-active ~ .nav-popup__ul--level2 .nav-popup__li--level2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/*------Elements------*/
.svg-icon {
  cursor: pointer; }
  .svg-icon:hover path, .svg-icon:focus path {
    fill: #ffffff; }
  @media (max-width: 767px) {
    .svg-icon--blue.search-icon {
      position: absolute;
      bottom: 0;
      right: -1em; } }
  .svg-icon--blue:hover path, .svg-icon--blue:focus path {
    fill: #00123f; }
  .svg-icon path {
    transition: .6s; }

/*------End Navigation------*/
/* ---------------------*/
/* ////// #Header //////*/
/* ---------------------*/
.navbar {
  background: #00123f;
  border-bottom: 3px solid #40ae49; }
  .navbar__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    justify-content: space-between; }
    @media (max-width: 1219px) {
      .navbar__inner {
        padding-left: 2.5vw;
        padding-right: 2.5vw; } }
  .navbar__right {
    align-items: center;
    display: flex;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .navbar__right {
        flex: 1 1 auto;
        justify-content: flex-end; } }

.hamburger {
  display: none; }
  @media (max-width: 991px) {
    .hamburger {
      display: block;
      margin-left: 20px; }
      .hamburger .hamburger-inner {
        right: 0;
        transition: background-color .3s, width .125s; }
        .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
          right: 0;
          transition: .3s; }
        .hamburger .hamburger-inner::after {
          transition: background-color .3s, width .125s .05s; }
      .hamburger:hover .hamburger-inner {
        background: #40ae49;
        width: 30px; }
        .hamburger:hover .hamburger-inner::before {
          background: #40ae49; }
        .hamburger:hover .hamburger-inner::after {
          background: #40ae49;
          width: 20px; } }

.keyart {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .keyart:after {
    content: "";
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 124px; }
    @media (min-width: 768px) {
      .keyart:after {
        background-size: 100% 100%; } }
  .keyart--sub {
    height: 275px; }
    .keyart--sub:after {
      background-image: url(/assets/images/paper-tear--keyart.png); }
    @media (min-width: 768px) and (max-width: 991px) {
      .keyart--sub {
        height: 300px; } }
    @media (min-width: 992px) {
      .keyart--sub {
        height: 465px; } }
  .keyart--home {
    height: 375px; }
    .keyart--home:after {
      background-image: url(/assets/images/paper-tear-keyart-home.png); }
    @media (min-width: 768px) and (max-width: 991px) {
      .keyart--home {
        height: 500px; } }
    @media (min-width: 992px) {
      .keyart--home {
        height: 654px; } }
  .keyart__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1219px) {
      .keyart__inner {
        margin-left: 2.5vw;
        margin-right: 2.5vw; } }
  .keyart__title {
    align-self: center;
    display: flex;
    flex-flow: column wrap;
    padding: 0 10px;
    z-index: 2; }
  .keyart__model {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 479px) {
      .keyart__model {
        display: none; } }
    .keyart__model--sub {
      background-image: url(/assets/images/sheet-metal-worker.png);
      position: relative;
      bottom: 0;
      width: 444px;
      height: 300px; }
      @media (min-width: 992px) {
        .keyart__model--sub {
          height: 477px; } }
    .keyart__model--home {
      background-image: url(/assets/images/sheet-metal-worker2.png);
      position: absolute;
      bottom: 0;
      right: 0;
      width: 655px;
      height: 500px;
      z-index: 1; }
      @media (min-width: 992px) {
        .keyart__model--home {
          height: 820px; } }
    .js .keyart__model {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      transition: 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/*------End Header------*/
/*----------------------*/
/* ////// #Content //////*/
/* ----------------------*/
.logo {
  display: block; }
  .logo--header {
    background: #ffffff;
    flex: 1;
    margin-left: 10px;
    max-width: 301px;
    padding: 6px 3em;
    position: relative; }
    @media (max-width: 479px) {
      .logo--header {
        flex: 1 1 175px;
        max-width: 175px;
        padding: 6px 1.75em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .logo--header {
        flex: 1 1 225px;
        max-width: 225px;
        padding: 6px 1.75em; } }
    @media (min-width: 1220px) {
      .logo--header {
        padding: 6px 4em; } }
    .logo--header:after {
      content: "";
      background: url(/assets/images/paper-tear-logo.png) top center no-repeat;
      background-size: 100% 100%;
      display: block;
      position: absolute;
      bottom: -32px;
      left: 0;
      width: 100%;
      height: 33px;
      z-index: 1; }

@media (max-width: 767px) {
  .search-icon--header {
    width: 2.25em; } }

/*------Main Content------*/
.content {
  background: #ffffff; }
  .content--home {
    background: #f2f2f2;
    position: relative; }
    .content--home:after {
      content: "";
      background: url(/assets/images/paper-tear-home.png) top center no-repeat;
      background-size: 100% 100%;
      display: block;
      position: absolute;
      bottom: -30px;
      left: 0;
      width: 100%;
      height: 32px;
      z-index: 1; }
  .content__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 3.75em; }
    @media (max-width: 1219px) {
      .content__inner {
        padding-left: 2.5vw;
        padding-right: 2.5vw; } }
  .content__nav {
    flex: 1 1 22%;
    max-width: 22%;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .content__nav {
        flex: 1 1 27%;
        max-width: 27%; } }
  .content__main {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .content__main {
        flex: 1 1 73%;
        max-width: 73%; } }

/*------Salary Grid------*/
.salary {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%; }
  @media (max-width: 1219px) {
    .salary {
      padding-left: 2.5vw;
      padding-right: 2.5vw; } }
  @media (max-width: 767px) {
    .salary {
      flex-direction: column;
      padding: 10px 0; } }
  .salary__left {
    background: #ffffff; }
    @media (min-width: 768px) {
      .salary__left {
        flex: 1 1 54%;
        max-width: 54%; } }
  .salary__right {
    background: url(/assets/images/bg-salary-grid.jpg) top left no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 56px 64px 118px 20px; }
    @media (min-width: 768px) {
      .salary__right {
        flex: 1 1 46%;
        max-width: 46%; } }
  .salary__box {
    text-align: center;
    text-transform: uppercase;
    padding: 2.375em;
    position: relative; }
    .salary__box:after {
      content: "";
      background: #d3cfcf;
      display: block;
      position: absolute;
      bottom: 0;
      left: 25%;
      width: 50%;
      height: 1px; }
    .salary__box:last-of-type:after {
      content: none; }
  .salary__range {
    color: #00123f;
    font-size: 2.5em;
    font-weight: 800; }
    @media (min-width: 768px) and (max-width: 991px) {
      .salary__range {
        font-size: 3.125em; } }
    @media (min-width: 992px) and (max-width: 1219px) {
      .salary__range {
        font-size: 4.25em; } }
    @media (min-width: 1220px) {
      .salary__range {
        font-size: 5.8125em; } }
  .salary__title {
    color: #40ae49;
    font-size: 1.5em; }
  .salary__video-title__inner {
    display: inline-block; }
    .salary__video-title__inner::before {
      content: "";
      border-bottom: 7px solid transparent;
      position: absolute;
      right: 0;
      bottom: 7px;
      left: 0;
      -webkit-transform: scaleX(1.2) scaleY(1.1);
              transform: scaleX(1.2) scaleY(1.1);
      transition: -webkit-transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition: transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition: transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66), -webkit-transform 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66);
      z-index: 1; }
  .salary__video-title:hover .salary__video-title__inner::before {
    border-color: #00123f;
    -webkit-transform: scaleX(0.9) scaleY(0.8);
            transform: scaleX(0.9) scaleY(0.8); }
  .salary__video-link {
    align-self: flex-end; }
    .salary__video-link:hover .icon-svg--play {
      transition: .3s;
      fill: #40ae49; }

/*------Quiz------*/
.quiz {
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35), -4px 4px 4px rgba(0, 0, 0, 0.35), 4px -4px 4px rgba(0, 0, 0, 0.35), -4px -4px 4px rgba(0, 0, 0, 0.35);
  background: url(/assets/images/bg-quiz-area.jpg) center center no-repeat;
  background-size: cover; }
  .quiz__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    justify-content: center;
    padding: 6.125em 10px 5.125em; }
    @media (max-width: 1219px) {
      .quiz__inner {
        padding-left: 2.5vw;
        padding-right: 2.5vw; } }
  .quiz__left {
    font-weight: 700;
    flex: 1 1 40%;
    margin-bottom: 4.5em;
    max-width: 40%;
    min-width: 296px; }
  .quiz__right {
    flex: 1 1 60%;
    max-width: 60%;
    padding-left: 2.5em;
    position: relative; }
    @media (min-width: 992px) {
      .quiz__right {
        padding-left: 5.625em; } }
  .quiz__bottom {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    flex: 0 0 100%;
    border-top: 1px solid #f2f2f2;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 2.4375em;
    padding-top: 1.8125em; }
    .quiz__bottom--text {
      display: block;
      margin-bottom: 4px; }
    .quiz__bottom--highlight {
      font-size: 2.1875em;
      text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.125), -4px 4px 4px rgba(0, 0, 0, 0.125), 4px -4px 4px rgba(0, 0, 0, 0.125), -4px -4px 4px rgba(0, 0, 0, 0.125);
      background: #40ae49;
      background: rgba(64, 174, 73, 0.8);
      display: inline-block;
      margin-top: 5px;
      padding: 5px 10px; }
    .quiz__bottom__heading {
      color: #ffffff;
      font-size: inherit;
      padding-bottom: 0; }
  .quiz__ol {
    position: relative; }
    .quiz__ol__li {
      padding-left: 2em;
      position: relative; }
      .quiz__ol__li::before {
        content: attr(data-counter);
        font-size: 2em;
        font-weight: 800;
        position: absolute;
        top: 0;
        left: 0; }
  .quiz__slide {
    opacity: 0;
    position: absolute;
    z-index: -1; }
    .quiz__slide.is-active {
      opacity: 1;
      z-index: 1; }
    .quiz__slide__heading {
      font-size: 2em;
      font-weight: 800; }
    .quiz__slide__question {
      cursor: pointer;
      font-size: 1.625em;
      font-weight: 800;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.22);
      margin-bottom: .5em;
      margin-right: 2em;
      padding: 10px 12px;
      position: relative;
      z-index: 0;
      transition: .5s; }
      .quiz__slide__questions {
        display: flex;
        flex-flow: row wrap;
        padding-top: 4.375em; }
      .quiz__slide__question:hover {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(64, 174, 73, 0.5)); }
      .quiz__slide__question::before {
        content: "";
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -4px;
        left: -28px;
        width: 48px;
        height: 49px;
        z-index: 1; }
      .quiz__slide__question--green::before {
        background-image: url(/assets/images/checkbox--green-check.svg); }
      .quiz__slide__question--red::before {
        background-image: url(/assets/images/checkbox--red-check.svg); }
  .quiz__heading {
    color: #ffffff;
    font-size: 3.5em;
    padding-bottom: 0.28571em; }
  .quiz__inspire {
    font-weight: 700;
    line-height: .75em;
    text-transform: uppercase;
    position: relative; }
    .quiz__inspire {
      font-size: 68.44px; }
      @media screen and (min-width: 320px) {
        .quiz__inspire {
          font-size: calc(68.44px + 85.56 * ((100vw - 320px) / 900)); } }
      @media screen and (min-width: 1220px) {
        .quiz__inspire {
          font-size: 154px; } }
    .quiz__inspire--small {
      position: relative;
      z-index: 1; }
      .quiz__inspire--small {
        font-size: 51.11px; }
        @media screen and (min-width: 320px) {
          .quiz__inspire--small {
            font-size: calc(51.11px + 63.89 * ((100vw - 320px) / 900)); } }
        @media screen and (min-width: 1220px) {
          .quiz__inspire--small {
            font-size: 115px; } }
    .quiz__inspire--highlight {
      color: #00123f;
      text-shadow: none;
      background: rgba(255, 255, 255, 0.8);
      display: inline-block;
      padding: 5px; }
  .quiz__check {
    background: url(/assets/images/checkmark-large.png) bottom right no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -50px;
    right: -30px;
    width: 172px;
    height: 249px;
    z-index: 0; }
    @media (min-width: 992px) {
      .quiz__check {
        width: 249px;
        height: 362px; } }

/*------CTA Grid------*/
.cta-grid {
  color: #ffffff;
  background: #00123f;
  position: relative; }
  .cta-grid:before, .cta-grid:after {
    content: "";
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1; }
  .cta-grid:before {
    background-image: url(/assets/images/paper-tear-blue.png);
    height: 40px;
    top: -40px; }
  .cta-grid:after {
    background-image: url(/assets/images/paper-tear-blue2.png);
    height: 33px;
    bottom: -33px; }
  .cta-grid__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 2.375em 0 3.375em; }
    @media (max-width: 1219px) {
      .cta-grid__inner {
        padding-left: 2.5vw;
        padding-right: 2.5vw; } }
    @media (max-width: 767px) {
      .cta-grid__inner {
        flex-direction: column; } }
  .cta-grid__left {
    background: url(/assets/images/bg-cross-rule.svg) center center no-repeat;
    display: flex;
    flex: 1 1 100%;
    flex-flow: row wrap;
    height: 100%; }
    @media (min-width: 768px) {
      .cta-grid__left {
        flex: 1 1 53%;
        max-width: 53%; } }
  .cta-grid__right {
    flex: 1 1 100%;
    padding: 2em 10px 0; }
    @media (min-width: 768px) {
      .cta-grid__right {
        flex: 1 1 47%;
        max-width: 47%;
        padding: 10px 10px 10px 1.25em; } }
    @media (min-width: 1220px) {
      .cta-grid__right {
        padding-left: 5.625em; } }
  .cta-grid__box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    position: relative; }
    .cta-grid__box__img {
      border: 1px solid #ffffff; }
    .cta-grid__box__link {
      color: #ffffff;
      font-size: 1.5em;
      font-weight: 800;
      text-decoration: none;
      text-transform: uppercase;
      background: #40ae49;
      background: rgba(64, 174, 73, 0.8);
      padding: 0.35294em;
      position: absolute;
      bottom: 1.5em;
      left: 11px; }
      @media (max-width: 479px) {
        .cta-grid__box__link {
          font-size: 1.375em; } }
      @media (min-width: 992px) {
        .cta-grid__box__link {
          font-size: 1.75em; } }
      @media (min-width: 1220px) {
        .cta-grid__box__link {
          font-size: 2.125em; } }
  .cta-grid__heading {
    color: #ffffff;
    padding-bottom: 1em; }

/*------Simple Search Results------*/
.sisea-result {
  border-bottom: rgba(64, 174, 73, 0.5);
  margin-bottom: 1.25em;
  padding-bottom: 1.25em; }
.sisea-paging {
  font-size: 1.25em;
  margin: 1em 0; }
.sisea-result-pages {
  margin-right: .5em; }
.sisea-page {
  border: 1px solid #40ae49;
  display: inline-block;
  margin-right: .25em; }
  .sisea-page a {
    color: #40ae49;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
    transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .sisea-page a:hover {
      background: rgba(102, 124, 178, 0.25); }
.sisea-current-page {
  color: #00123f;
  border-color: #00123f;
  padding: 6px 8px; }

/*------End Content------*/
/* ---------------------*/
/* ////// #Footer //////*/
/* ---------------------*/
.footer {
  background: #ffffff; }
  .footer__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    flex-flow: column wrap;
    padding: 3em 10px; }
    @media (max-width: 1219px) {
      .footer__inner {
        padding-left: 2.5vw;
        padding-right: 2.5vw; } }
  .footer__top {
    display: flex;
    justify-content: space-between; }
  .footer__bottom {
    display: flex;
    padding-top: 2em; }
    @media (max-width: 767px) {
      .footer__bottom {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .footer__bottom {
        padding-top: 1em; } }
  .footer__p {
    color: #00123f;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 3.75em 0.3125em 0; }
  .footer__link {
    color: #00123f;
    text-decoration: none;
    padding-bottom: 6px;
    position: relative; }
    .footer__link:after {
      content: "";
      background-color: #40ae49;
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      transition: .4s; }
    .footer__link:hover {
      color: #40ae49; }
      .footer__link:hover:after {
        left: 0;
        width: 100%; }
  @media (max-width: 991px) {
    .footer svg {
      max-width: 90%; } }

/*------End Footer------*/
/* --------------------*/
/* ////// #Forms //////*/
/* --------------------*/
/*------Base------*/
.form__outer {
  opacity: 0; }
.form__row {
  display: flex; }
  @media (max-width: 479px) {
    .form__row {
      flex-direction: column; } }
  @media (min-width: 480px) {
    .form__row {
      margin-bottom: 20px; } }
@media (max-width: 479px) {
  .form__box, .form__col {
    margin-bottom: 10px; } }
@media (min-width: 480px) {
  .form__box, .form__col {
    flex: 0 0 50%; }
    .form__box:first-child, .form__col:first-child {
      padding-right: 10px; }
    .form__box:last-child, .form__col:last-child {
      padding-left: 10px; } }
@media (max-width: 479px) {
  .form__box:first-child {
    margin-bottom: 10px; } }
@media (max-width: 479px) {
  .form__col {
    margin: 10px 0; } }
.form__p {
  margin-bottom: .25em; }
.form__fancy {
  position: relative; }
.form__label--ph {
  color: #00123f;
  font-size: 1.75em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 16px;
  transition: 0.4s cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .form__label--ph--textarea {
    top: 1em; }
  .form__label--ph__text {
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .form__label--ph.is-focus {
    color: #40ae49;
    font-size: 1.125em;
    top: .25em; }
    .form__label--ph.is-focus .form__label--ph__text {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
.form__input {
  color: #00123f;
  font-family: "Futura Std", Trebuchet, sans-serif;
  font-size: 1.75em;
  background: #f2f2f2;
  border: 2px solid #00123f;
  outline: 0;
  padding: 18px 16px 6px;
  width: 100%;
  transition: .3s; }
  .form__input:hover {
    border-color: #40ae49; }
.form__checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }
  .form__checkboxes {
    display: flex; }
  .form__checkbox-wrapper {
    position: relative; }
    .form__checkbox-wrapper:last-of-type {
      margin-left: 20px; }
  .form__checkbox__label {
    color: #00123f;
    cursor: pointer;
    font-size: 1.75em;
    text-transform: uppercase;
    background: url(/assets/images/checkbox--box.svg) left center no-repeat;
    background-size: 33px 28px;
    display: flex; }
  .form__checkbox__check {
    display: block;
    padding-right: 20px;
    width: 33px;
    height: 28px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    transition: .3s; }
  .form__checkbox:checked + .form__checkbox__label > .form__checkbox__check {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .form__checkbox:checked + .form__checkbox__label > .form__checkbox__check--green {
    background-image: url(/assets/images/checkbox--green-check.svg); }
  .form__checkbox:checked + .form__checkbox__label > .form__checkbox__check--red {
    background-image: url(/assets/images/checkbox--red-check.svg); }
.form__submit {
  font-size: 1.5em;
  text-transform: uppercase;
  border: 0;
  margin: 1em 0 2em;
  outline: 0; }
.form--search {
  display: flex;
  margin-bottom: 40px;
  top: 0;
  right: 0; }
  .form--search__input {
    color: #ffffff;
    font-size: 1.625em;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #40ae49;
    outline: 0;
    padding: 10px 12px 8px;
    position: relative;
    z-index: 1;
    transition: .3s; }
    .form--search__input::-webkit-input-placeholder {
      color: #ffffff;
      font-family: "Futura Std", Trebuchet, sans-serif;
      text-transform: uppercase; }
    .form--search__input::-moz-placeholder {
      color: #ffffff;
      font-family: "Futura Std", Trebuchet, sans-serif;
      text-transform: uppercase; }
    .form--search__input:-moz-placeholder {
      color: #ffffff;
      font-family: "Futura Std", Trebuchet, sans-serif;
      text-transform: uppercase; }
    .form--search__input:-ms-input-placeholder {
      color: #ffffff;
      font-family: "Futura Std", Trebuchet, sans-serif;
      text-transform: uppercase; }
    .form--search__input:focus {
      border-color: transparent; }
  .form--search__submit {
    cursor: pointer;
    background: transparent;
    border: 0;
    width: 49px;
    height: 49px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
.form__input-wrapper {
  margin-right: 20px;
  position: relative; }
.form__input-border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .form__input-border::before, .form__input-border::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .5s; }
  .form__input-border::before {
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .form__input-border::after {
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  .form__input-border.is-focus::before, .form__input-border.is-focus::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
.form__msg.is-sent, .form__msg.is-error {
  margin-bottom: 1em; }
.form--required {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*------End Forms------*/
/* ---------------------------------------------------------*/
/* ---------------------------------------------------------*/
/* Design by Nehlsen Communications ----------------------- */
/* Front and back end development by the -- Simple Gypsy -- */
/* ---------------------------------------------------------*/
/* ---------------------------------------------------------*/
