/**
  * -- VENDOR
  */
/**
  * -- ABSTRACTS
  */
/**
  * -- BASE
  */
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%;
  vertical-align: baseline; }

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

td, th {
  padding: 0;
  text-align: left; }

img, embed, object, audio, video {
  max-width: 100%; }

iframe {
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

button, input[type='submit'] {
  -webkit-appearance: none; }

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box; }
  html.nav-open, html.nav-open #page {
    overflow-y: hidden; }

body {
  color: #2F302E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden; }

#page {
  position: absolute;
  width: 100%;
  overflow-x: hidden; }

.content {
  min-height: 500px;
  padding: 2.5em 0; }
  @media (max-width: 768px) {
    .content {
      padding: 1.5em 0; } }

/**
  * Typography
  */
body {
  font-family: "Chivo", Arial, sans-serif; }

a, a:visited {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600; }
  a strong, a:visited strong {
    color: currentColor; }
  a:hover, a:focus, a:visited:hover, a:visited:focus { }

p, .p {
  font-size: 1.125em;
  margin-bottom: 1.4em;
  text-transform: none;
  letter-spacing: normal; }

.p--secondary {
  font-size: 0.875em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo", Arial, sans-serif;
  font-weight: 300; }

h1, .h1 {
  font-size: 2.8125em;
  margin-bottom: 0.3em;
  font-weight: 400;
  font-weight: 100; }

h2, .h2 {
  font-size: 1.5625em;
  font-weight: 500; }

h3, .h3 {
  font-weight: 300;
  font-size: 1.25em;
  margin-bottom: 0.3em;
  text-transform: uppercase; }

h4, .h4 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.4em; }

hr, .hr {
  border: 1px solid grey;
  margin-top: 1em;
  margin-bottom: 1.2em; }

address {
  line-height: 1.5;
  font-style: normal; }

.address-contact {
  line-height: 1.8;
  font-size: 1.3em; }

/**
  * UTILITY CLASSES
  */
.u-visible-desktop {
  display: none; }
  @media (min-width: 920px) {
    .u-visible-desktop {
      display: block !important; } }

@media (min-width: 920px) {
  .u-hidden-desktop {
    display: none; } }

@media (max-width: 768px) {
  .u-hidden-sm {
    display: none !important; } }

.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

.u-text-larger {
  font-size: 1.2em !important;
  line-height: 1.7; }

.u-color-white {
  color: #ffffff; }

.u-color-primary {
  color: #1a4b96; }

.u-color-link {
  color: #1a4b96; }

.u-color-secondary {
  color: #584a41; }

.u-text-muted {
  opacity: 0.7; }

/**
  * -- LAYOUT
  */
/**
  * Grid
  */
.container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.container--sm {
  max-width: 700px; }

.row {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

[class*="col-xs"] {
  box-sizing: border-box;
  flex: 0 0 auto; }
  @media (min-width: 768px) {
    [class*="col-xs"] {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs, .flex-top {
  align-items: flex-start; }

.middle-xs, .flex-middle {
  align-items: center; }

.bottom-xs, .flex-bottom {
  align-items: flex-end; }

.around-xs, .flex-around {
  justify-content: space-around; }

.between-xs, .flex-between {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48rem) {
  [class*="col-sm"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 64rem) {
  [class*="col-md"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 80rem) {
  [class*="col-lg"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/**
  * Header
  */
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.logo {
  display: block;
  transition: 0s;
  max-width: 260px;
  padding-bottom: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 132px;
  height: 60px;
}
  @media (max-width: 768px) {
    .logo {
      max-width: 150px; } }
  @media (min-width: 920px) {
    .is-scrolled .logo {
      max-width: 150px;
      transition: 0.4s; } }
  .logo img {
    height: 100%;
    width: 100%; }

.header {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 100; }
  @media (min-width: 920px) {
    .header.is-scrolled {
      position: fixed;
      -webkit-animation-name: slideDown;
              animation-name: slideDown;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s; } }

.header__inner {
  padding: 12px 0;
  background: white; }

.header__row {
  align-items: center; }
  @media (max-width: 768px) {
    .header__row {
      align-items: center; } }

/**
  * Footer
  */
.footer {
  text-align: center;
  padding: 3em 0;
  background: #f0f0f0; }

.footer__logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 1.5em;
  padding-bottom: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.footer__info {
  margin-bottom: 0.5em;
  word-wrap: break-word; }

@media (max-width: 768px) {
  .footer__info span {
    display: block;
    width: 100%;
    margin-bottom: 0.5em; } }

@media (max-width: 768px) {
  .taw-credit {
    font-size: 0.8em;
    margin-top: 2em; } }

.footer__images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  width: 100%; }

.footer-image {
  padding: 0.5em 1em; }
  .footer-image img {
    max-height: 100px; }

/**
  * Section
  */
.section {
  padding: 2.2em 0 2em; }

.section--image {
  background: #584a41;
  color: white;
  background-size: cover; }

/**
  * -- OBJECTS
  */
/**
  * Hero
  */
.hero {
  background: #1a4b96;
  text-align: center; }

.hero__inner {
  padding: 8em 0 10em; }

.hero__heading {
  color: white;
  font-size: 3.1em;
  font-weight: 300; }

.hero__subheading {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300; }

.hero__heading, .hero__subheading {
  text-shadow: 0.04em 0.04em 0.04em rgba(0, 0, 0, 0.5); }

/**
  * Marketing Points Section
  */
/**
	* CTA
	*/
.carousel {
  position: relative;
  margin-bottom: 4rem; }

.carousel__slide {
  padding: 0 30px; }
  @media (max-width: 768px) {
    .carousel__slide {
      padding: 0; } }

.slick-prev, .slick-next {
  height: 0;
  width: 0;
  visibility: hidden;
  padding: 0; }
  .slick-prev:before, .slick-next:before {
    visibility: visible;
    content: '';
    height: 60px;
    width: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    @media (max-width: 768px) {
      .slick-prev:before, .slick-next:before {
        height: 30px;
        width: 20px; } }

.slick-prev:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI0NnB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA0NiA2NCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYWdlIDEgQ29weSAyPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IkFib3V0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE3LjAwMDAwMCwgLTMxNDQuMDAwMDAwKSI+ICAgICAgICA8cG9seWxpbmUgaWQ9IlBhZ2UtMS1Db3B5LTIiIHN0cm9rZT0iIzJGMzAyRSIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDAuNTAwMDAwLCAzMTc2LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTE0MC41MDAwMDAsIC0zMTc2LjAwMDAwMCkgIiBwb2ludHM9IjExOSAzMTQ1IDE2MiAzMTc1Ljk5OTEgMTE5IDMyMDciPjwvcG9seWxpbmU+ICAgIDwvZz48L3N2Zz4=");
  left: -50px; }
  @media (max-width: 768px) {
    .slick-prev:before {
      left: -20px; } }

.slick-next:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI0NnB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA0NiA2NCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYWdlIDEgQ29weTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJBYm91dCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzkuMDAwMDAwLCAtMzE0NC4wMDAwMDApIj4gICAgICAgIDxwb2x5bGluZSBpZD0iUGFnZS0xLUNvcHkiIHN0cm9rZT0iIzJGMzAyRSIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzAxLjUwMDAwMCwgMzE3Ni4wMDAwMDApIHJvdGF0ZSgtMzYwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMzAxLjUwMDAwMCwgLTMxNzYuMDAwMDAwKSAiIHBvaW50cz0iMTI4MCAzMTQ1IDEzMjMgMzE3NS45OTkxIDEyODAgMzIwNyI+PC9wb2x5bGluZT4gICAgPC9nPjwvc3ZnPg==");
  right: -50px; }
  @media (max-width: 768px) {
    .slick-next:before {
      right: -20px; } }

.mobile-menu-toggle {
  cursor: pointer; }

@media (max-width: 768px) {
  .mobile-menu-toggle,
  .logo {
    display: flex;
    align-items: center; }
  .mobile-menu-toggle {
    justify-content: flex-end; }
  .logo {
    justify-content: flex-start; } }

.mobile-menu {
  position: absolute;
  height: 100%;
  width: 0%;
  z-index: 10;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: width 0.3s; }
  .mobile-menu.is-active {
    width: 100%;
    transition: width 0.4s; }

.mobile-menu ul {
  margin-left: 2em;
  margin-top: 3.75em;
  line-height: 2.5;
  min-width: 400px; }

.mobile-menu a {
  display: block;
  color: white;
  font-size: 1.75em;
  font-weight: normal; }
  .mobile-menu a:hover {
    color: white;
    opacity: 0.7; }

.mobile-menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAzNTcgMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTcgMzU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNsb3NlIj48cG9seWdvbiBwb2ludHM9IjM1NywzNS43IDMyMS4zLDAgMTc4LjUsMTQyLjggMzUuNywwIDAsMzUuNyAxNDIuOCwxNzguNSAwLDMyMS4zIDM1LjcsMzU3IDE3OC41LDIxNC4yIDMyMS4zLDM1NyAzNTcsMzIxLjMgICAgIDIxNC4yLDE3OC41ICAgIiBmaWxsPSIjRkZGRkZGIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=");
  background-size: contain;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer; }
  .mobile-menu.is-active .mobile-menu__close {
    opacity: 1;
    transition: opacity 0.3s; }

/**
  * Forms
  */
body .wpcf7 {
  margin: 0 auto;
  margin-top: 32px; }

input, textarea {
  width: 100%;
  font-size: 16px;
  padding: 0 8px; }
  input:active, input:focus, textarea:active, textarea:focus {
    outline: none; }

input {
  height: 32px; }

textarea {
  padding: 8px; }

label {
  font-weight: bold; }
  label input, label textarea {
    margin-top: 5px;
    margin-bottom: 10px; }

.gform_wrapper#gform_wrapper_1 {
  padding-top: 5em; }

.gform_wrapper form[method="post"] {
  width: 100%;
  margin: 0 auto; }

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body textarea.large {
  background: #eeeeee;
  border: none;
  padding: 1.5em;
  margin-bottom: 1em; }
  .gform_wrapper .gform_body input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body textarea.large:focus {
    outline: none; }

.gform_wrapper .gform_body .gfield_label {
  font-size: 1.5em; }

.gform_wrapper .gform_body .gfield_required {
  color: #2F302E; }

.gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label {
  display: none; }

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 4em; }

.gform_wrapper .gform_body .gfield_label:empty {
  display: none; }

.gform_wrapper .gform_body .bottom-checkbox {
  margin-top: -12px; }

.gform_wrapper .gform_body input[type=checkbox] {
  visibility: hidden; }

.gform_wrapper .gform_body .gfield_checkbox li label {
  position: relative;
  padding-left: 12px;
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.1em;
  max-width: 80%; }
  .gform_wrapper .gform_body .gfield_checkbox li label:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: -18px;
    background: white;
    border: 2px solid black; }
  .gform_wrapper .gform_body .gfield_checkbox li label:after {
    content: '\2713';
    position: absolute;
    left: -18px;
    top: -5px;
    font-size: 26px;
    opacity: 0; }

.gform_wrapper .gform_body ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 400; }
  .gform_wrapper .gform_body ul.gfield_checkbox li input[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-animation: pop 0.2s linear 1;
            animation: pop 0.2s linear 1; }

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding-right: 0; } }

.gform_wrapper .gform_footer .button.gform_button {
  border: none;
  padding-top: 1.1em !important;
  padding-bottom: 1.1em !important; }
  .gform_wrapper .gform_footer .button.gform_button:focus {
    outline: none; }

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@keyframes pop {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

/**
	* Services
	*/
.service__heading {
  max-width: 180px; }

/**
	* Callout
	*/
.callout {
  text-align: center;
  padding: 4em 0 4.2em; }

.callout__heading {
  max-width: 25em;
  margin: 0 auto;
  font-size: 2em;
  font-weight: 400; }
  @media (max-width: 480px) {
    .callout__heading {
      font-size: 1.5em; } }

/**
	* Portfolio
	*/
.portfolio-sample {
  display: flex;
  flex-wrap: wrap; }

.portfolio-sample__item-wrapper {
  background: white;
  border: 1px solid #ccc;
  padding: 6px; }
  @media (min-width: 480px) {
    .portfolio-sample__item-wrapper {
      flex: 1; } }
  @media (max-width: 480px) {
    .portfolio-sample__item-wrapper {
      width: 50%; } }

.portfolio-sample__item {
  height: 0;
  padding-bottom: 75%;
  width: 100%;
  background-color: grey;
  background-size: cover; }

.portfolio-sample__more {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center; }

/**
  * -- COMPONENTS
  */
/**
  * Navigation
  */
.nav > ul {
	display: table;
	margin: 0 0 0 auto;
}
.nav > ul > li {
	display: table-cell;
	padding-left: 1.5em;
	font-weight: 700;
}
.nav > ul > li:first-child {
	padding-left:0px;
}
.nav li a {
	color: #000;
    font-size: 0.8em;
    font-weight: 300;
}
.nav li a:hover {
    color: #000;
    text-decoration: underline;
}

.login-btn {
	text-align: right;
	color: #2f2f2d;
	margin-bottom: 12px;
}

/**
	* Buttons
	*/
button,
.btn,
.gform_wrapper .gform_footer .button.gform_button,
.menu-button a, input[type="submit"] {
  display: inline-block;
  border: 1px solid #1a4b96;
  font-weight: 600;
  font-size: 13px;
  padding: 16px 27px;
  text-decoration: none;
  background: #1a4b96;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media (min-width: 768px) {
    button,
    .btn,
    .gform_wrapper .gform_footer .button.gform_button,
    .menu-button a, input[type="submit"] { }
  }
  button + button,
  .btn + button,
  .gform_wrapper .gform_footer .button.gform_button + button,
  .menu-button a + button, input[type="submit"] + button, button + .btn, .gform_wrapper .gform_footer button + .button.gform_button, .menu-button button + a,
  .btn + .btn,
  .gform_wrapper .gform_footer .button.gform_button + .btn,
  .menu-button a + .btn,
  .gform_wrapper .gform_footer .btn + .button.gform_button,
  .gform_wrapper .gform_footer .button.gform_button + .button.gform_button,
  .menu-button .gform_wrapper .gform_footer a + .button.gform_button,
  .gform_wrapper .gform_footer .menu-button a + .button.gform_button,
  .menu-button .btn + a,
  .gform_wrapper .gform_footer .menu-button .button.gform_button + a,
  .menu-button .gform_wrapper .gform_footer .button.gform_button + a,
  .menu-button a + a, input[type="submit"] + .btn, .gform_wrapper .gform_footer input[type="submit"] + .button.gform_button, .menu-button input[type="submit"] + a, button + input[type="submit"],
  .btn + input[type="submit"],
  .gform_wrapper .gform_footer .button.gform_button + input[type="submit"],
  .menu-button a + input[type="submit"], input[type="submit"] + input[type="submit"] {
    margin: 0 0 0 0.3em; }
  button:hover, button:focus,
  .btn:hover,
  .gform_wrapper .gform_footer .button.gform_button:hover,
  .menu-button a:hover,
  .btn:focus,
  .gform_wrapper .gform_footer .button.gform_button:focus,
  .menu-button a:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #12356b;
    color: white !important; }
  button:focus,
  .btn:focus,
  .gform_wrapper .gform_footer .button.gform_button:focus,
  .menu-button a:focus, input[type="submit"]:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  button:active,
  .btn:active,
  .gform_wrapper .gform_footer .button.gform_button:active,
  .menu-button a:active, input[type="submit"]:active {
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }
  button:visited,
  .btn:visited,
  .gform_wrapper .gform_footer .button.gform_button:visited,
  .menu-button a:visited, input[type="submit"]:visited {
    color: white; }

input[type="submit"] {
  padding-bottom: 28px; }

/**
  * -- TEMPLATES
  */
/**
	* Contact Page Template
	*/
.contact-form-wrapper {
  max-width: 450px;
  margin: 0 auto; }

/**
	* About
	*/
/**
  * -- SHAME
  */
/**
	* SHAME
	* Everything here should be refactored or moved.
	*/
#wpadminbar {
  top: inherit;
  bottom: 0;
  position: fixed; }

#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
  width: 100%;
  left: 0;
  bottom: 100%; }

.UploadOptions_paperUploadUi__35Gqy {
  position: relative;
  top: -15px;
}

/* IE Warning Styling */
#ie-warning {
  display: none;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 18px;
}

#ie-warning.visible {
  display: block;
}

/* Navigation CSS */

.header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background: white;
	border-bottom: 1px solid rgb(229, 229, 229);
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  z-index: 9999;
}

.header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-logo a {
  display: block;
  width: 104px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 12px;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu {
  list-style: none;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.menu-item a {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
}

.menu-item a:hover,
.menu-item a:visited {
  color: #333333;
}

/* primary-horizontal */
.primary-horizontal .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: white;
  border: 1px solid rgb(229, 229, 229);
  list-style: none;
  margin: 0;
  padding: 14px;
  min-width: 240px;
}

.primary-horizontal .sub-menu:hover {
  display: block;
}

.primary-horizontal .sub-menu .menu-item {
  margin: 0;
}

.primary-horizontal .sub-menu .menu-item a {
  font-weight: normal;
}

.primary-horizontal .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 14px;
}

.primary-horizontal .menu-item-has-children {
  position: relative;
}

.primary-horizontal .menu-item-has-children:hover .sub-menu {
  display: block;
}

.primary-horizontal > .menu > .menu-item {
  margin-left: 24px;
}

.primary-horizontal > .menu > .menu-item > a {
  font-size: 16px;
  position: relative;
}

.primary-horizontal > .menu > .menu-item > a::after {
  position: absolute;
  content: "";
  bottom: -7px;
  height: 0px;
  left: 0px;
  right: 0px;
  background: rgb(235, 113, 0);
  transition: bottom 0.2s ease 0s;
}

.primary-horizontal > .menu > .menu-item > a:hover {
  text-decoration: none;
}

.primary-horizontal > .menu > .menu-item > a:hover::after {
  height: 5px;
  bottom: -4px;
}


/* secondary-menus */
.secondary-desktop .menu-item {
  margin-right: 24px;
}

.secondary-mobile .menu-item {
  margin-right: 12px;
}

.secondary-mobile {
  display: none;
}

/* hamburger-menu */

.hamburger-toggle {
  cursor: pointer;
}

.hamburger-menu-container {
  position: absolute;
  top: 52px;
  padding: 0;
  background: white;
  left: 4px;
  width: 300px;
  display: none;
  border-radius: 2px;
  box-shadow: rgb(34 25 25 / 10%) 0px 1px 4px;
  border: 1px solid rgb(221, 221, 221);
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}

.hamburger-menu-container.active {
  display: flex;
  flex-direction: column;
}

.hamburger-menu-container .primary-hamburger {
  display: none;
}

.hamburger-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hamburger-menu .menu-item {
  width: 100%;
}

.hamburger-menu .menu-item a {
  padding: 18px;
  padding-left: 8px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.hamburger-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.hamburger-menu .menu-item a svg {
  width: 18px;
  height: 20px;
  margin-right: 6px;
}

.hamburger-menu .menu-item a:hover {
  background: rgb(250, 250, 250);
}

/* primary - hamburger */
.primary-hamburger .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.primary-hamburger .menu-item {
  width: 100%;
}

.primary-hamburger .menu-item a {
  padding: 18px;
  padding-left: 8px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.primary-hamburger .menu-item-has-children {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}

.primary-hamburger .menu-item-has-children > a {
  flex: auto;
}

.primary-hamburger .menu-item-has-children > svg {
  flex: none;
  width: 34px;
  padding: 8px;
  transform: rotate(-90deg) translateY(-8px);
}

.primary-hamburger .menu-item {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.primary-hamburger .sub-menu {
  flex: none;
  flex-basis: 100%;
  margin: 0;
  list-style: none;
  display: none;
}

.primary-hamburger .menu-item-has-children.active > svg {
  transform: translateY(0) translateX(-8px);
}

.primary-hamburger .menu-item-has-children.active .sub-menu {
  display: block;
}

.primary-hamburger .sub-menu .menu-item a {
  padding: 10px;
  padding-left: 20px;
}

.primary-hamburger .sub-menu .menu-item {
  border: none;
  border-top: 1px solid rgb(221, 221, 221);
}


@media (max-width: 1040px) {
  .header-main {
    height: 56px;
  }

  .primary-horizontal,
  .secondary-desktop {
    display: none;
  }

  .secondary-mobile {
    display: block;
  }

  .hamburger-menu-container .primary-hamburger {
    display: block;
  }
}

/* Indent class */
.indented {
  text-indent: 3em;
}

/* FOOTER */
footer {
  padding: 48px 0;
}
footer ul {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
footer ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 4px 0;
}
footer ul li a,
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a:visited {
  font-family: 'Aspira Standard';
  font-weight: normal !important;
  color: #767676;
}
footer h6 {
  text-transform: uppercase;
    font-family: 'Aspira Medium';
    font-weight: normal !important;
    margin-bottom: 16px;
    color: #767676;
}
footer section.footer-credits {
  background-color: transparent;
  padding: 32px 0 0;
}
footer section.footer-credits p.credits {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 0;
  color: #767676;
}

/** OT Overrides */
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  font-family: 'Aspira Standard' !important;
  font-weight: normal !important;
  color: #767676 !important;
	font-size: 0.875rem !important;
	border: none !important;
	padding: 0 !important;
	line-height: 1.5 !important;
	transition: none !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
	background: none !important;
  color: #767676 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:focus,
#ot-sdk-btn.optanon-show-settings:focus {
	outline: -webkit-focus-ring-color auto 1px !important;
}