@font-face {
  font-family: GothamBold;
  src: url("../assets/fonts/gotham-bold.TTF");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: GothamMedium;
  src: url("../assets/fonts/gotham-medium.TTF");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: ProximaNova;
  src: url("../assets/fonts/proxima-nova-regular.otf");
  font-weight: 300;
  font-style: normal; }
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

.screen-reader-text {
  display: none; }

.scroll-lock {
  overflow: hidden; }

.no-bullets {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.alignright,
.alignleft,
.aligncenter {
  display: block; }

.alignright {
  float: right;
  padding: .2em; }

.alignleft {
  float: left;
  padding: .2em; }

.aligncenter {
  margin-right: auto;
  margin-left: auto; }

html {
  font-size: 112.5%;
  line-height: 1.5555555556; }

body {
  font-size: 18px; }

a {
  text-decoration: none; }

/**
 * Typographical Rhythm
 * For setting base font sizes, margins, and line heights
 */
h1 {
  margin-top: 0.7778em;
  font-size: 2.0000em;
  /* 36px */
  line-height: 1.5556em;
  /* 56px */ }

h2 {
  margin-top: 0.8750em;
  margin-bottom: 0;
  font-size: 1.7778em;
  /* 32px */
  line-height: 1.7500em;
  /* 56px */ }

h3,
.section-title {
  font-size: 1.3333em;
  /* 24px */
  line-height: 1.1667em;
  /* 28px */
  margin-top: 1.1667em; }

h4 {
  margin-top: 1.2727em;
  font-size: 1.2222em;
  /* 22px */
  line-height: 1.2727em;
  /* 28px */ }

h5 {
  margin-top: 1.4000em;
  font-size: 1.1111em;
  /* 20px */
  line-height: 1.4000em;
  /* 28px */ }

p,
li,
a,
em,
strong {
  margin-top: 1.5556em;
  font-size: 1.0000em;
  /* 18px */
  line-height: 1.5556em;
  /* 28px */
  letter-spacing: 1px; }

h6 {
  margin-top: 1.7500em;
  font-size: 0.8889em;
  /* 16px */
  line-height: 1.7500em;
  /* 28px */ }

/**
 * Font Colors
 * Setting default font colors
 */
p,
li,
a,
em,
strong,
span,
h1,
h2,
h5,
h6 {
  color: #3E3E3E; }

h3,
h4 {
  color: #1AB7EA; }

.section-title {
  color: #3E3E3E; }

.blue-fnt {
  color: #1AB7EA; }

.white-fnt {
  color: #ffffff; }

.black-fnt {
  color: #3E3E3E; }

.green-fnt {
  color: #8CC63F; }

/**
 * Font Family
 * Setting default font families
 */
h1 {
  font-family: GothamBold, sans-serif; }

h2,
h3,
h4,
h5,
h6 {
  font-family: GothamMedium, sans-serif; }

p,
li,
a,
em,
strong,
span {
  font-family: ProximaNova, sans-serif; }

.section-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase; }
  .section-title:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3E3E3E;
    content: ""; }

@media screen and (min-width: 64em) {
  .section-title {
    text-align: left; }
    .section-title:after {
      margin-left: 0;
      margin-right: 0; } }
.btn {
  color: #ffffff;
  padding: .7em .6em;
  font-size: .9em; }

.btn-blue {
  background-color: #1AB7EA; }

.btn-green {
  background-color: #8CC63F; }

@media screen and (min-width: 30em) {
  .btn {
    font-size: 1em; } }
@media screen and (min-width: 64em) {
  .btn-blue:hover {
    background-color: #13a0cd; }

  .btn-green:hover {
    background-color: #79ae34; }

  .btn {
    padding: .9em 1.5em;
    transition: all .3s ease; } }
.container-default {
  max-width: 1200px;
  margin: auto; }

.container-md {
  max-width: 55em;
  margin: auto; }

.grid-column,
.grid-row,
.grid-row-full {
  display: flex;
  flex-wrap: wrap; }

.grid-row,
.grid-row-full {
  flex-direction: row; }

.grid-column {
  flex-direction: column; }

.grid-center {
  justify-content: center; }

.grid-space-between {
  justify-content: space-between; }

.grid-space-around {
  justify-content: space-around; }

.grid-start {
  justify-content: flex-start; }

.grid-end {
  justify-content: flex-end; }

.grid-row-full .col-20 {
  width: 20%; }
.grid-row-full .col-25 {
  width: 25%; }
.grid-row-full .col-30 {
  width: 30%; }
.grid-row-full .col-40 {
  width: 40%; }
.grid-row-full .col-50 {
  width: 50%; }
.grid-row-full .col-60 {
  width: 60%; }
.grid-row-full .col-75 {
  width: 75%; }
.grid-row-full .col-80 {
  width: 80%; }
.grid-row-full .col-100 {
  width: 100%; }
.grid-row-full .col-20,
.grid-row-full .col-25,
.grid-row-full .col-30,
.grid-row-full .col-40,
.grid-row-full .col-50,
.grid-row-full .col-60,
.grid-row-full .col-75,
.grid-row-full .col-80,
.grid-row-full .col-100 {
  margin-left: 0;
  margin-right: 0; }

.grid-column .col-20,
.grid-column .col-25,
.grid-column .col-30,
.grid-column .col-40,
.grid-column .col-50,
.grid-column .col-60,
.grid-column .col-75,
.grid-column .col-80,
.grid-column .col-100,
.grid-row .col-20,
.grid-row .col-25,
.grid-row .col-30,
.grid-row .col-40,
.grid-row .col-50,
.grid-row .col-60,
.grid-row .col-75,
.grid-row .col-80,
.grid-row .col-100 {
  width: 98%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 35em) {
  .grid-column .col-20,
  .grid-column .col-25,
  .grid-column .col-30,
  .grid-column .col-40,
  .grid-column .col-50,
  .grid-column .col-60,
  .grid-column .col-75,
  .grid-column .col-80,
  .grid-column .col-100,
  .grid-row .col-20,
  .grid-row .col-25,
  .grid-row .col-30,
  .grid-row .col-40,
  .grid-row .col-50,
  .grid-row .col-60,
  .grid-row .col-75,
  .grid-row .col-80,
  .grid-row .col-100 {
    width: 90%; } }
@media screen and (min-width: 48em) {
  .grid-column .col-20 {
    width: 20%; }
  .grid-column .col-25 {
    width: 25%; }
  .grid-column .col-30 {
    width: 30%; }
  .grid-column .col-40 {
    width: 40%; }
  .grid-column .col-50 {
    width: 50%; }
  .grid-column .col-60 {
    width: 60%; }
  .grid-column .col-75 {
    width: 75%; }
  .grid-column .col-80 {
    width: 80%; }
  .grid-column .col-100 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .grid-row .col-20 {
    width: 18%; }
  .grid-row .col-25 {
    width: 23%; }
  .grid-row .col-30 {
    width: 28%; }
  .grid-row .col-40 {
    width: 38%; }
  .grid-row .col-60 {
    width: 58%; }
  .grid-row .col-75 {
    width: 73%; }
  .grid-row .col-80 {
    width: 78%; }
  .grid-row .col-20,
  .grid-row .col-25,
  .grid-row .col-30,
  .grid-row .col-40,
  .grid-row .col-50,
  .grid-row .col-60,
  .grid-row .col-75,
  .grid-row .col-80 {
    margin-left: 0;
    margin-right: 0; } }
.header .container-default {
  display: flex;
  justify-content: space-between;
  padding: 1em 1.5em; }

.header__branding {
  max-width: 9em; }

.header__nav {
  position: fixed;
  top: 0;
  right: -200%;
  z-index: 1;
  width: 88%;
  height: 100%;
  padding: 1em 1.5em;
  background-color: #3E3E3E;
  transition: right .7s ease-in; }
  .header__nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
  .header__nav a {
    color: #ffffff; }
  .header__nav li {
    margin-top: 2.5em;
    margin-bottom: 2.5em; }

.is-open {
  right: 0%;
  transition: right .6s ease; }

.header__hamburger {
  position: relative;
  z-index: 5;
  margin-top: 0.4em; }

.header__hamburger-icon {
  max-width: 5em;
  margin-top: .5em;
  margin-left: 21%;
  cursor: pointer; }

.header__hamburger-icon-line {
  display: block;
  width: 1.5em;
  height: .5em;
  margin-left: auto;
  margin-right: auto;
  border-top: 0.2111111111em solid #ffffff;
  transition: all .4s ease; }

.js-hamburger-is-close {
  position: relative;
  z-index: 4;
  margin-top: 1.1em;
  margin-left: 0; }
  .js-hamburger-is-close .middle {
    display: none; }
  .js-hamburger-is-close .top {
    margin-left: 15px;
    transform: rotate(46deg); }
  .js-hamburger-is-close .bottom {
    margin-top: -10px;
    margin-right: -2px;
    transform: rotate(-46deg); }
  .js-hamburger-is-close .top,
  .js-hamburger-is-close .bottom {
    width: 1.5em;
    border-color: #ffffff;
    transition: transform .6s ease; }

@media screen and (min-width: 30em) {
  .header__nav {
    width: 50%; } }
@media screen and (min-width: 64em) {
  .header__nav {
    position: relative;
    top: -1.2em;
    left: 0;
    right: 0;
    width: 77%;
    max-width: 42em;
    margin-top: 0;
    padding: 0;
    max-height: 2em;
    background: transparent; }
    .header__nav ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      height: inherit; }
    .header__nav a {
      padding: .4em;
      font-size: 1.1em; }
      .header__nav a:hover {
        text-decoration: underline; }

  .header__hamburger {
    display: none; } }
.footer {
  width: 100%;
  padding: 1.5em 1em 3em;
  background-color: #0D4B5F; }
  .footer .footer__nav__menu {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
  .footer .footer__info .footer-logo {
    display: block;
    width: 71px;
    height: 16px; }
  .footer .footer__info .social-media,
  .footer .footer__info .footer-logo {
    margin-left: auto;
    margin-right: auto; }
  .footer .footer__info p {
    color: #ffffff;
    text-align: center; }
    .footer .footer__info p:last-child {
      margin-bottom: 0; }
  .footer .up-arrow,
  .footer .footer__nav {
    display: none; }
  @media screen and (min-width: 64em) {
    .footer {
      padding-top: 3.5em;
      padding-bottom: 3em; }
      .footer .container-default {
        display: flex;
        justify-content: space-between; }
      .footer .up-arrow {
        display: block;
        position: relative;
        top: 12.7em;
        right: 0;
        height: 52px;
        width: 52px; }
      .footer .footer__nav {
        display: block;
        width: 20%; }
        .footer .footer__nav h5 {
          margin-top: 0;
          margin-bottom: 1em;
          font-size: 1em;
          color: #ffffff;
          text-transform: uppercase; }
        .footer .footer__nav a {
          font-size: .8em;
          color: #B9CAD0; }
          .footer .footer__nav a:hover {
            text-decoration: underline; }
        .footer .footer__nav li {
          margin-top: .5em;
          padding-bottom: .3em;
          border-bottom: 1px solid #1A5F76; }
      .footer .footer__info {
        width: 22%; }
        .footer .footer__info .footer-logo {
          margin-top: 0; }
        .footer .footer__info .social-media,
        .footer .footer__info .footer-logo {
          margin-left: 0;
          margin-right: 0; }
        .footer .footer__info p {
          font-size: .8em;
          text-align: left; } }

.social-media {
  display: flex;
  justify-content: space-between;
  max-width: 6em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  text-transform: uppercase; }
  .banner .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner .preview-text,
  .banner .main-text,
  .banner .intro-text {
    color: #ffffff; }
  .banner .intro-text {
    margin-top: 0.3em;
    margin-bottom: 0; }
  .banner .preview-text,
  .banner .main-text {
    margin-top: 0; }
  .banner .preview-text {
    margin-bottom: 0;
    font-family: ProximaNova, sans-serif; }
  .banner img {
    max-width: 6em; }

.banner-with-button,
.banner-with-text {
  min-height: 25em;
  margin-top: -5.5em; }
  .banner-with-button .banner-with-button__cta,
  .banner-with-text .banner-with-button__cta {
    margin-top: 1em; }
  .banner-with-button .overlay,
  .banner-with-text .overlay {
    min-height: 25em; }

@media screen and (min-width: 64em) {
  .banner .preview-text {
    font-size: 1.333em;
    font-weight: 400; }
  .banner .main-text {
    font-size: 3.5em;
    font-family: GothamBold, sans-serif; }

  .banner-with-button {
    min-height: 33em; }
    .banner-with-button .preview-text {
      margin-bottom: 2em;
      font-size: 1.6em; }
    .banner-with-button .overlay {
      min-height: 33em; }
    .banner-with-button .intro-text {
      margin-top: .5em; }
    .banner-with-button .banner-with-button__cta .btn {
      margin-left: .5em;
      margin-right: .5em;
      font-size: 1.1em; }

  .banner-with-text {
    min-height: 25em; }
    .banner-with-text .overlay {
      min-height: 25em; }
    .banner-with-text .main-text {
      font-size: 2.7em; }
    .banner-with-text .preview-text {
      margin-top: 2em; } }
@media screen and (min-width: 75em) {
  .banner-with-button {
    min-height: 36em; }
    .banner-with-button .overlay {
      min-height: 36em; } }
.col-2-highlight__label {
  display: none; }

.col-2-highlight__left,
.col-2-highlight__right {
  width: 100%;
  padding: 2em 1em; }

.col-2-highlight__title,
.col-2-highlight__content {
  color: #ffffff;
  text-align: center; }

.col-2-highlight__content ul {
  margin-left: 1em;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }
.col-2-highlight__content li {
  color: inherit; }

.col-2-highlight__title {
  margin-top: 0;
  text-transform: uppercase; }

.col-2-highlight__left {
  background-color: #8CC63F; }

.col-2-highlight__right {
  background-color: #1AB7EA; }

@media screen and (min-width: 48em) {
  .col-2-highlight__container {
    display: flex; } }
@media screen and (min-width: 64em) {
  .col-2-highlight__left,
  .col-2-highlight__right {
    padding: 3em 1em; }

  .col-2-highlight__label {
    display: block;
    position: relative;
    width: 180px;
    height: 172px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -9.54em;
    padding-top: 1.9em;
    background: url("../assets/img/triangle-bg.svg") no-repeat center center;
    background-size: cover;
    text-align: center;
    text-transform: uppercase; }

  .col-2-highlight__label__title {
    margin-top: 0;
    margin-bottom: .3em;
    font-family: ProximaNova, sans-serif;
    font-weight: 400; }

  .col-2-highlight__label__icon {
    width: 62%;
    max-width: 120px; } }
@media screen and (min-width: 75em) {
  .col-2-highlight__left,
  .col-2-highlight__right {
    padding: 5em 1em;
    display: flex;
    justify-content: center; }

  .col-2-highlight__title {
    font-size: 2.2em; }

  .col-2-highlight__label {
    padding-top: 2em; }

  .col-2-highlight__title,
  .col-2-highlight__content {
    text-align: left; }

  .col-2-highlight__content ul {
    list-style-type: disc; } }
.col-6-item {
  margin-top: 3em; }
  .col-6-item .container-default {
    padding-left: 1em;
    padding-right: 1em; }

.col-6-item__list {
  margin-top: 3em;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center; }
  .col-6-item__list p {
    max-width: 14em;
    margin-left: auto;
    margin-right: auto; }

.col-6-item__list__item {
  margin-bottom: 2.5em; }

.col-6-item__cta {
  display: block;
  padding: 1em 1.2em .8em;
  background-color: #3E3E3E;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center; }

@media screen and (min-width: 48em) {
  .col-6-item__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .col-6-item__list img {
      width: 40px;
      height: 59px; }

  .col-6-item__list__item {
    width: 48%; } }
@media screen and (min-width: 64em) {
  .col-6-item {
    margin-top: 3.5em; }

  .col-6-item__list {
    justify-content: flex-start;
    width: 100%;
    margin-top: 1.8em;
    margin-left: 0;
    margin-right: 0;
    text-align: left; }

  .col-6-item__list__item {
    display: flex;
    justify-content: space-around;
    width: 33.3333%; }
    .col-6-item__list__item p {
      max-width: 17em;
      margin-left: 0;
      margin-right: 0; }
    .col-6-item__list__item h4 {
      font-size: 1.1em; }
    .col-6-item__list__item img {
      width: 10%; }
    .col-6-item__list__item h4:hover,
    .col-6-item__list__item a:hover {
      text-decoration: underline; }

  .col-6-item__cta {
    transition: all .3s ease; }
    .col-6-item__cta:hover {
      background-color: #2c2c2c;
      transition: all .3s ease; } }
.preview {
  margin-top: 4em;
  margin-bottom: -3em; }

.preview__image {
  display: block;
  min-height: 20em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.preview__list {
  display: flex;
  flex-wrap: wrap; }

.preview__image,
.preview__text {
  width: 100%; }

.preview__text {
  padding-top: 3em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center; }
  .preview__text h4 {
    margin-top: 0;
    margin-bottom: 0; }

.preview__image:last-child {
  display: none; }

@media screen and (min-width: 48em) {
  .preview__list {
    margin-top: 3em; }

  .preview__image:last-child {
    display: block; }

  .preview__image {
    margin-top: 0; }

  .preview__text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .preview__text p {
      margin-top: 0; }

  .preview__image,
  .preview__text {
    width: 33.3333%; } }
@media screen and (min-width: 64em) {
  .preview .container-default {
    padding-left: 1em; }

  .preview__image__overlay {
    height: 20em;
    opacity: .8; }

  .preview__image:first-child .preview__image__overlay,
  .preview__image:last-child .preview__image__overlay {
    background-color: #1AB7EA; }

  .preview__image:nth-child(3) .preview__image__overlay,
  .preview__image:nth-child(7) .preview__image__overlay {
    background-color: #8CC63F; }

  .preview__image:nth-child(5) .preview__image__overlay {
    background-color: #3E3E3E; }

  .preview__text {
    padding-left: 1.5em;
    padding-right: 1.5em; } }
@media screen and (min-width: 75em) {
  .preview__image__overlay,
  .preview__image {
    height: 25em; } }
.sponsor {
  margin-top: 3em;
  min-height: 20em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }
  .sponsor .overlay {
    min-height: 20em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7); }
  .sponsor .container-md {
    padding-left: 1em;
    padding-right: 1em; }
  .sponsor h3 {
    margin-top: 0; }
  @media screen and (min-width: 64em) {
    .sponsor a:hover {
      text-decoration: underline; } }

.cta {
  background-color: #1AB7EA; }
  .cta .container-default {
    padding-left: 1em;
    padding-right: 1em; }

.cta__content {
  padding-top: 3em;
  text-align: center; }

.cta__content__title {
  margin-top: 0; }

.cta__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  background-color: #8CC63F; }

.cta__button__text {
  margin-bottom: 0;
  padding-bottom: 1em;
  color: #ffffff;
  text-align: center; }

.cta__button__img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 64em) {
  .cta .container-default {
    display: flex;
    justify-content: space-between; }

  .cta__content {
    padding-top: 3.5em;
    padding-right: 2em;
    padding-bottom: 2em;
    text-align: left; }

  .cta__button {
    position: relative;
    margin-top: -2em;
    max-width: 20em;
    transition: all .3s ease; }
    .cta__button:hover {
      background-color: #79ae34;
      transition: all .3s ease; }
      .cta__button:hover .cta__button__text {
        text-decoration: underline; } }
.list {
  margin-top: 3em;
  margin-bottom: 3em; }
  .list .container-default {
    padding-left: 1em;
    padding-right: 1em; }
  .list li {
    margin-top: 3em;
    margin-bottom: 4em;
    padding-bottom: 4em;
    border-bottom: 1px solid #E4E4E4; }
    .list li:last-child {
      padding-bottom: 0;
      border: none; }

.no-bullets {
  list-style-type: none; }

/*** Day Plan List ****/
.day-plan__list-item {
  margin-top: 3em;
  margin-bottom: 4em;
  text-align: center; }

.day-plan__list-image {
  min-height: 20em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media screen and (min-width: 64em) {
  .day-plan__list-item {
    text-align: left; }

  .day-plan__list-image {
    min-height: 15em; }

  .day-plan__list-content h3,
  .day-plan__list-content p {
    margin-bottom: 0; }
  .day-plan__list-content p {
    margin-top: 1em; }

  .list a:hover {
    text-decoration: underline; } }
/*** end of Day Plan List ****/
/*** Business List ****/
.business-listings {
  text-align: center; }
  .business-listings .container-default {
    padding-left: 1em;
    padding-right: 1em; }

.business__list-quick-info,
.business__list-extra-info__list {
  display: none; }
  .business__list-quick-info li,
  .business__list-extra-info__list li {
    border: none;
    margin: 0;
    padding: 0; }
  .business__list-quick-info p,
  .business__list-extra-info__list p {
    font-size: 0.7em;
    margin-top: 0;
    margin-bottom: 0.5em; }
  .business__list-quick-info h5,
  .business__list-extra-info__list h5 {
    margin-top: .8em;
    margin-bottom: 0.5em;
    font-size: 0.85em; }

.business__list-contact-info p,
.business__list-contact-info a {
  width: 98%;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1em; }

.business__list-img {
  min-height: 20em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.business__list-general-info {
  text-align: center; }

.business__list-buttons {
  margin-top: 0;
  justify-content: center; }
  .business__list-buttons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    height: 156px;
    margin-left: .5em;
    margin-right: .5em;
    text-align: center;
    font-size: .8em;
    color: #ffffff; }
    .business__list-buttons a:before {
      display: block;
      height: 55px;
      width: 55px;
      margin: 0 auto .8em;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      content: ""; }
  .business__list-buttons .web {
    background-color: #1AB7EA; }
    .business__list-buttons .web:before {
      background-image: url("../assets/icons/web-big.svg"); }
  .business__list-buttons .more-info {
    background-color: #8CC63F; }
    .business__list-buttons .more-info:before {
      background-image: url("../assets/icons/info.svg"); }
  .business__list-buttons p {
    max-width: 91px;
    margin: 0 auto;
    color: #ffffff; }

@media screen and (min-width: 64em) {
  .business-listings {
    text-align: left; }

  .business__list-general-info {
    text-align: left; }
    .business__list-general-info h3 {
      font-size: 1em; }

  .business__list-quick-info,
  .business__list-extra-info__list {
    display: block; }

  .business__list-contact-info .address,
  .business__list-contact-info .telephone {
    width: 48%; }
  .business__list-contact-info a,
  .business__list-contact-info p {
    font-size: .8em; }

  .business__list-extra-info__list h5,
  .business__list-quick-info h5 {
    font-size: .9em; }

  .business__list-extra-info__list {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #E4E4E4; }
    .business__list-extra-info__list h5 {
      margin-bottom: .8em; }
    .business__list-extra-info__list li img {
      width: 6%;
      max-width: 20px;
      max-height: 48px; }
    .business__list-extra-info__list li p {
      align-self: center;
      width: 92%;
      padding-top: 1em; }

  .business__list-quick-info .required {
    font-family: GothamMedium, sans-serif; }
  .business__list-quick-info h5 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.1em; }
  .business__list-quick-info li {
    display: flex;
    margin-bottom: .5em; }
  .business__list-quick-info p {
    padding-top: 1em;
    padding-left: 1em; }

  .business__list-extra-content {
    padding-left: 1.5em;
    border-left: 1px solid #E4E4E4; }

  .business__list-buttons {
    width: 42%; }
    .business__list-buttons a {
      width: 100%; } }
@media screen and (min-width: 75em) {
  .business__list-general-info h3 {
    font-size: 1.25em; }

  .business__list-contact-info .address:before,
  .business__list-contact-info .telephone:before {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: ""; }
  .business__list-contact-info .address:before {
    width: 15px;
    height: 25px;
    margin-right: .4em;
    background-image: url("../assets/icons/address.svg"); }
  .business__list-contact-info .telephone {
    padding-top: .5em; }
    .business__list-contact-info .telephone:before {
      width: 18px;
      height: 18px;
      margin-right: .4em;
      background-image: url("../assets/icons/phone.svg"); }

  .business__list-quick-info h5 {
    margin-top: 1.5em; }

  .business__list-extra-info__list h5 {
    font-size: 1em; }

  .business__list-extra-info__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    .business__list-extra-info__list h5 {
      width: 100%; }
    .business__list-extra-info__list li {
      width: 48%; }
    .business__list-extra-info__list li p {
      width: 84%;
      padding-top: 1.3em; }
    .business__list-extra-info__list li img {
      width: 11%;
      margin-right: .4em; } }
/*** end of Business List ****/
.map-embed iframe {
  width: 100%;
  min-height: 20em; }

.single-post {
  margin-top: 1em;
  margin-bottom: 3em; }
  .single-post .container-default {
    padding-left: 1em;
    padding-right: 1em; }

.filter-bar {
  background-color: #1AB7EA; }

.filter-btn {
  display: flex;
  justify-content: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  background: none;
  outline: none;
  border: none;
  cursor: pointer; }
  .filter-btn p {
    margin-top: .2em;
    margin-bottom: .2em;
    padding: .8em 1.5em;
    background-color: #ffffff;
    font-size: .8em;
    color: #1AB7EA; }
  .filter-btn .filter__hamburger-icon {
    margin-top: .8em;
    margin-right: .2em; }
    .filter-btn .filter__hamburger-icon .middle {
      margin-top: .2em;
      margin-bottom: .2em; }
  .filter-btn .filter__hamburger-icon-line {
    display: block;
    width: 25px;
    height: 5px;
    background-color: #ffffff; }

.filter-options {
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 20;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 1s ease; }
  .filter-options a,
  .filter-options p,
  .filter-options h5 {
    color: #ffffff; }
  .filter-options h5 {
    margin-bottom: .8em;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer; }

.filter-list {
  width: 60%;
  margin: auto;
  text-align: center; }
  .filter-list p {
    margin: 0; }
  .filter-list li {
    margin-top: .8em;
    margin-bottom: 1em; }
  .filter-list li:first-child {
    margin-top: .8em; }
  .filter-list li:last-child {
    margin-bottom: 2em; }

.filter-open {
  top: 0;
  transition: all .8s ease; }

@media screen and (min-width: 64em) {
  .filter-btn p:hover,
  .filter-list a:hover {
    text-decoration: underline; } }
.single-business .web {
  color: #8CC63F; }
.single-business .business__list-img {
  min-height: 1em; }
.single-business .required a {
  color: #1AB7EA; }
.single-business .single-business__main-info {
  margin-top: 3em;
  margin-bottom: 3em; }
  .single-business .single-business__main-info h3 {
    text-transform: uppercase; }
  .single-business .single-business__main-info ul {
    margin-left: 1em;
    padding-left: 0;
    list-style-type: none; }
  .single-business .single-business__main-info ul li {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-bottom: 0;
    border: none; }
  .single-business .single-business__main-info:last-child p {
    margin-top: .4em;
    margin-bottom: 0; }
@media screen and (min-width: 64em) {
  .single-business .required {
    padding-top: 1.2em;
    border-top: 1px solid #E4E4E4;
    font-size: .9em; }
  .single-business .business__list-contact-info .address,
  .single-business .business__list-contact-info .telephone,
  .single-business .business__list-contact-info .web {
    width: 32%; }
  .single-business .business__list-extra-info__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .single-business .business__list-extra-info__list h5 {
      width: 100%; }
    .single-business .business__list-extra-info__list li {
      width: 48%; }
  .single-business .single-business__main-info:first-child {
    margin-top: 1em; }
  .single-business .single-business__main-info ul {
    list-style-type: disc; } }
@media screen and (min-width: 75em) {
  .single-business .web {
    padding-top: .5em; }
    .single-business .web:before {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-right: .4em;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-image: url("../assets/icons/web-sm.svg");
      content: ""; } }

.search {
  position: absolute;
  top: -350%;
  left: 0;
  z-index: 20;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 2em;
  background-color: #ffffff;
  transition: top 1s ease;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.42); }
  .search form {
    max-width: 66em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em; }
  .search input[type="search"] {
    width: 79%;
    padding-left: .6em;
    padding-top: .6em;
    padding-bottom: .6em; }
  .search input[type="submit"] {
    width: 20%;
    display: inline-block;
    padding-top: .7em;
    padding-bottom: .7em;
    background-color: #8CC63F;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    transition: all .3s ease; }
    .search input[type="submit"]:hover {
      transition: all .3s ease;
      background-color: #79ae34; }
  .search button {
    background: none;
    border: none;
    margin-left: 91%;
    margin-bottom: .8em;
    cursor: pointer; }
    .search button:hover {
      text-decoration: underline; }

.search-open {
  top: 0;
  transition: top .3s ease; }

.search-list {
  margin-top: 2em;
  margin-bottom: 3.5em; }
  .search-list .container-default {
    max-width: 53em;
    margin: 3em auto 0;
    padding-left: 1em;
    padding-right: 1em; }
  @media screen and (min-width: 64em) {
    .search-list a:hover,
    .search-list a h3:hover {
      text-decoration: underline; } }

.no-result {
  max-width: 53em;
  margin: 3em auto 0;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center; }
  .no-result .btn {
    display: inline-block;
    width: 60%;
    max-width: 18em; }

.vc_row {
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_btn3-style-custom {
  margin-top: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  text-transform: uppercase;
  color: #ffffff !important; }

.vs-template .section-title {
  text-align: center !important; }
.vs-template .container-default {
  padding-left: 0.5em;
  padding-right: 0.5em; }
@media screen and (min-width: 64em) {
  .vs-template .section-title {
    text-align: left !important; }
  .vs-template .container-default {
    padding-left: 1em;
    padding-right: 1em; } }

.sidebar {
  margin-top: 3.4em; }
  .sidebar .container-default {
    padding-top: 3em;
    border-top: 1px solid #E4E4E4; }
  .sidebar #menu-quick-links, .sidebar #menu-quick-links-sites-map {
    margin-bottom: 3em;
    padding-left: 0;
    list-style-type: none; }
    .sidebar #menu-quick-links a, .sidebar #menu-quick-links-sites-map a {
      color: #8CC63F; }
  @media screen and (min-width: 64em) {
    .sidebar {
      padding: 1em .2em 1.1em 0.2em;
      background-color: #0D4B5F; }
      .sidebar h4,
      .sidebar p {
        color: #ffffff; }
      .sidebar .container-default {
        padding-top: 0;
        border-top: 0; }
      .sidebar #menu-quick-links a, .sidebar #menu-quick-links-sites-map a {
        color: #B9CAD0; }
      .sidebar #menu-quick-links a:hover, .sidebar #menu-quick-links-sites-map a:hover {
        text-decoration: underline; } }

.single-article {
  margin-top: 3em;
  padding-left: 1em;
  padding-right: 1em; }

.section-title {
  margin-bottom: 2em; }

.article {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em; }
  .article .read-more-btn {
    color: #8CC63F; }
  @media screen and (min-width: 64em) {
    .article a:hover {
      text-decoration: underline; } }

a.page-numbers {
  color: #8cc63f; }

/*# sourceMappingURL=main.css.map */
