@charset "UTF-8";
/* Colors */
.footer {
  padding: 1rem;
}

@media (min-width: 48em) {
  .footer {
    padding: 2rem 2rem;
  }
}

@media (min-width: 64em) {
  .footer {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .footer {
    padding: 5rem 2rem;
  }
}

@media (min-width: 100em) {
  .footer {
    padding: 6rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .footer {
    padding: 7rem 2rem;
  }
}

.footer-contact-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}

@media (min-width: 48em) {
  .footer-contact-headline {
    font-size: 3rem;
  }
}

@media (min-width: 64em) {
  .footer-contact-headline {
    font-size: 3.25rem;
  }
}

@media (min-width: 81.25em) {
  .footer-contact-headline {
    font-size: 4.0rem;
  }
}

@media (min-width: 100em) {
  .footer-contact-headline {
    font-size: 5rem;
  }
}

@media (min-width: 112.5em) {
  .footer-contact-headline {
    font-size: 4vw;
  }
}

.footer-contact-button, .button {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .footer-contact-button, .button {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .footer-contact-button, .button {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .footer-contact-button, .button {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .footer-contact-button, .button {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .footer-contact-button, .button {
    font-size: 1.5rem;
  }
}

/******************** Brandon's Common Things **************/
html {
  box-sizing: border-box;
}

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

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

a:focus {
  outline: thin dotted;
  /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}

textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  width: auto;
  display: inline-block;
  margin: 2rem auto;
  padding: .75rem 2rem;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .button {
    padding: 1rem 2.5rem;
    letter-spacing: -.5px;
    margin: 0;
  }
}

@media (min-width: 64em) {
  .button {
    padding: 1rem 2.5rem;
    margin: 0;
  }
  .button.small {
    padding: 1rem 2.5rem;
  }
}

.button:hover {
  background: #00AEC5;
  transform: scale(1.1);
  text-decoration: none !important;
}

.button:active {
  transform: scale(0.95);
}

@font-face {
  font-family: 'hub-survey';
  src: url("https://s3.amazonaws.com/icomoon.io/31537/HUBSurvey/hub-survey.eot?c6ymz1");
  src: url("https://s3.amazonaws.com/icomoon.io/31537/HUBSurvey/hub-survey.eot?c6ymz1#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/icomoon.io/31537/HUBSurvey/hub-survey.woff2?c6ymz1") format("woff2"), url("https://s3.amazonaws.com/icomoon.io/31537/HUBSurvey/hub-survey.ttf?c6ymz1") format("truetype"), url("https://s3.amazonaws.com/icomoon.io/31537/HUBSurvey/hub-survey.woff?c6ymz1") format("woff"), url("https://s3.amazonaws.com/icomoon.io/31537/HUBSurvey/hub-survey.svg?c6ymz1#hub-survey") format("svg");
  font-weight: normal;
  font-style: normal;
}

.form {
  text-align: left;
  padding: 1em;
  margin: 1rem 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 48em) {
  .form {
    margin: 0;
    padding: 2em;
  }
}

.form .group {
  padding: 1em 0;
}

.fields {
  width: 100%;
}

.fields .field {
  padding-bottom: .5em;
  position: relative;
  text-align: left;
}

.fields .field.wide {
  width: 100%;
  float: none;
  padding-right: 0;
  display: block;
}

.fields.col-50 {
  display: block;
}

@media (min-width: 48em) {
  .fields.col-50 {
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.inline .fields .field {
  padding-bottom: .1em;
}

.form .row {
  padding-right: 0;
  padding-bottom: .7em;
  display: block;
  position: relative;
}

.form .form-bottom {
  text-align: center;
}

.form fieldset {
  color: #54565a;
  display: block;
  padding-bottom: 1em;
  font-family: "Montserrat", sans-serif;
}

.form label {
  display: inline-block;
  padding: 0 0 .2em;
  font-size: 70%;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (min-width: 48em) {
  .form label {
    font-size: 60%;
  }
}

.form label span.hide {
  display: block;
}

.form input, .form select, .form textarea {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 -0.15em 0 #E86D1F;
  -webkit-box-shadow: inset 0 -0.15em 0 #E86D1F;
  box-shadow: inset 0 -0.15em 0 #E86D1F;
  background: #f8f8f8;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: .5em .5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 48em) {
  .form input, .form select, .form textarea {
    font-size: 110%;
    padding: .75em .75em;
  }
}

.form textarea {
  height: 10em;
}

.form input:hover, .form select:hover, .form textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -moz-box-shadow: inset 0 -0.15em 0 #00AEC5;
  -webkit-box-shadow: inset 0 -0.15em 0 #00AEC5;
  box-shadow: inset 0 -0.15em 0 #00AEC5;
}

.form input:focus, .form select:focus, .form textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.form .submit {
  padding: 0 0 1.5em;
  text-align: center;
}

.form button {
  background: #00AEC5;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
  border-radius: 100px;
  padding: .5em 1.0em;
  font-size: 1.1rem;
  color: #fff;
  display: block;
  width: 100%;
  margin: .5em auto;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

@media (max-width: 48em) {
  .form button {
    border-radius: 6px;
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: .5px;
  }
}

@media (min-width: 48em) {
  .form button {
    margin: 1em auto;
    font-size: 1.75rem;
    width: 50%;
  }
}

.form button:hover, .form .form button:active {
  background: #E86D1F;
}

.form .small {
  font-size: 60%;
  display: block;
  margin: 1.5rem 0 .5rem 0;
  font-weight: 400;
  font-style: italic;
}

.form .radio-row {
  margin: 0 0 .5em 0;
}

.form .radio-row .radio-item {
  display: block;
}

.form .radio-row input[type=radio] {
  width: auto;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  margin: 0 0 0 1em;
}

.form .radio-row input[type=radio]:hover {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .radio-row input[type=radio]:focus {
  border: 0;
}

.form .radio-row label:hover {
  -moz-box-shadow: inset 0 -.15em 0 #7191cd;
  -webkit-box-shadow: inset 0 -.15em 0 #7191cd;
  box-shadow: inset 0 -.15em 0 #7191cd;
}

.form .radio-row label {
  text-transform: none;
  font-weight: 400;
}

.form .disclaimer {
  margin: 0 auto !important;
  font-size: 70% !important;
  font-weight: 400;
  font-style: italic;
  text-align: left !important;
}

.form .error {
  -moz-box-shadow: inset 0 -.25em 0 #c51244;
  -webkit-box-shadow: inset 0 -.25em 0 #c51244;
  box-shadow: inset 0 -.25em 0 #c51244;
  background: #fff0f4;
  color: #c51244;
}

@media only screen and (min-width: 550px) and (min-device-width: 480px) {
  .fields {
    width: 100%;
    display: table;
    padding-bottom: .4em;
  }
  .field,
.form .col {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .form .col {
    padding: .5em;
  }
  .fields.three .field {
    width: 33.33%;
  }
  .form .field {
    padding-left: 1em;
  }
  .form .field:first-child {
    padding-left: 0;
  }
  .fields.three .field:last-child {
    padding-left: 1em;
  }
  .form .field.wide:last-child {
    padding-right: 0;
  }
  .form .fields.address .field:last-child {
    padding-right: 0;
  }
  #zip-field {
    width: 30%;
  }
}

@media only screen and (min-width: 550px) and (min-device-width: 480px) {
  .form input,
.form select,
.form textarea {
    font-size: 100%;
  }
}

@media only screen and (min-width: 1100px) and (min-device-width: 480px) {
  .form button {
    margin: 0 auto;
  }
}

form strong.error {
  background: #c51244 !important;
  padding: .5em .5em .3em;
  display: inherit;
  white-space: nowrap;
  position: relative;
  left: 0;
  top: 0;
  z-index: 9999;
  font-size: .8em;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0;
}

form strong.error:after {
  height: 0;
  width: 0;
  margin-left: -6px;
  content: " ";
  position: absolute;
  left: 15px;
  top: 100%;
  border-color: rgba(153, 0, 0, 0);
  border: solid transparent;
  pointer-events: none;
  border-top-color: #c51244;
  border-width: 6px;
}

.success {
  text-align: center;
  padding: 1em;
  margin: 1rem 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 125%;
}

@media (min-width: 48em) {
  .success {
    margin: 0;
    padding: 3em;
  }
}

.success h3 {
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.row strong.error {
  top: 85%;
  font-size: .7em;
}

.row strong.error:after {
  display: none;
}

.radio-container,
.checkbox-container {
  width: 100%;
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-content: center;
  align-items: center;
}

@media (min-width: 48em) {
  .radio-container,
.checkbox-container {
    display: flex;
  }
}

.label--checkbox,
.label--radio {
  position: relative !important;
  width: 100% !important;
  margin: .5rem;
  font-family: "Montserrat", sans-serif;
  line-height: 135%;
  cursor: pointer;
}

@media (min-width: 48em) {
  .label--checkbox,
.label--radio {
    width: auto !important;
  }
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  background: none !important;
  box-shadow: none !important;
  -webkit-appearance: auto !important;
  width: auto !important;
  margin: 0 0.25rem 0 0 !important;
  top: 2px;
}

[type="checkbox"] {
  box-sizing: border-box;
  background: none !important;
  box-shadow: none !important;
  -webkit-appearance: auto !important;
  width: auto !important;
  margin: 0 0.25rem 0 0 !important;
  top: 2px;
  left: 0;
  position: absolute !important;
}

span.checkbox-pad {
  display: inline-block;
  padding-left: 1rem;
}

#hub-form-response {
  text-align: center;
}

#hub-form-response h1 {
  color: #E86D1F;
  font-size: 200%;
  margin: 0;
}

.recaptcha-wrap {
  margin: 2rem 0 1rem 0;
}

#g-recaptcha-response-notify {
  color: #c51244;
}

#g-recaptcha-response-notify p {
  margin-bottom: .25rem;
}

/* ---- Placeholder Text Equalizer ---- */
form input:-moz-placeholder {
  opacity: 1;
}

form input::-moz-placeholder {
  opacity: 1;
}

form input:-ms-input-placeholder {
  color: #555;
}

form input::-webkit-input-placeholder {
  color: #555;
}

form input:hover:-ms-input-placeholder {
  color: #ffffff;
}

form input:hover::-webkit-input-placeholder {
  color: #ffffff;
}

form input:focus:-ms-input-placeholder {
  color: #4e4e4e;
}

form input:focus::-webkit-input-placeholder {
  color: #4e4e4e;
}

form textarea:-moz-placeholder {
  opacity: 1;
}

form textarea::-moz-placeholder {
  opacity: 1;
}

form textarea:-ms-input-placeholder {
  color: #555;
}

form textarea::-webkit-input-placeholder {
  color: #555;
}

form textarea:hover:-ms-input-placeholder {
  color: #414141;
}

form textarea:hover::-webkit-input-placeholder {
  color: #414141;
}

form textarea:focus:-ms-input-placeholder {
  color: #4e4e4e;
}

form textarea:focus::-webkit-input-placeholder {
  color: #4e4e4e;
}

.main-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  position: fixed;
  top: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 48em) {
  .main-header {
    text-align: left;
    padding: 0;
  }
}

@media (min-width: 64em) {
  .main-header {
    padding: 1.0rem;
  }
}

@media (min-width: 81.25em) {
  .main-header {
    padding: 1.15rem;
  }
}

.main-header.simple {
  text-align: center;
  padding: 1rem;
}

.primary-nav {
  z-index: 1000;
  width: auto;
  opacity: 1.0;
  position: absolute;
  top: 0;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-end;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .primary-nav {
    /*display: flex;*/
    left: initial;
  }
}

.primary-nav-item {
  font-size: 1.0em;
  display: inline-block;
  color: #00AEC5;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 81.25em) {
  .primary-nav-item {
    font-size: 1.0em;
  }
}

.primary-nav-item:hover .primary-nav {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.primary-nav-item:hover .primary-nav-link {
  color: #E86D1F;
}

.primary-nav-item:focus .primary-nav-link {
  color: #E86D1F;
}

.primary-nav-item sup {
  top: -0.75em;
  font-size: .6em;
}

.primary-nav-list {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  list-style: none;
  position: relative;
}

.primary-nav-link {
  color: #00AEC5;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  padding: 0.75rem 1.25rem;
  display: inline-block;
  line-height: 1;
}

@media (min-width: 81.25em) {
  .primary-nav-link {
    padding: 0.75rem 1.25rem;
  }
}

.primary-nav-link:focus {
  border-radius: .2rem;
  color: #E86D1F;
}

.primary-nav-link.textify {
  color: #E86D1F;
}

.primary-extras {
  width: auto;
  position: absolute;
  top: 0;
  z-index: 1001;
  right: 1rem;
  padding: .5rem;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-end;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .primary-extras {
    /*display: flex;*/
  }
}

.primary-extras-share {
  font-size: 1.1rem;
  margin-left: 1.25rem;
  top: 0;
  position: relative;
  display: none;
}

@media (min-width: 48em) {
  .primary-extras-share {
    display: inline-block;
  }
}

@media (min-width: 64em) {
  .primary-extras-share {
    display: inline-block;
  }
}

.primary-extras-share .social-link {
  width: 2.5rem;
  padding: .3rem;
  margin: 0 .2rem;
  display: inline-block;
}

.primary-extras-share .social-link-icon {
  width: 100%;
  height: 1.25em;
  fill: #FDB924;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.primary-extras-share .social-link-icon:hover {
  fill: #E86D1F;
}

.main-logo {
  position: relative;
  left: initial;
}

@media (min-width: 48em) {
  .main-logo {
    left: 6rem;
  }
}

@media (min-width: 64em) {
  .main-logo {
    left: 5rem;
  }
}

.simple .main-logo {
  vertical-align: middle;
  left: initial !important;
  padding: 1rem;
}

.textify-logo {
  vertical-align: middle;
  padding: 1rem;
}

.textify-logo-svg {
  max-width: 4rem;
}

@media (min-width: 48em) {
  .textify-logo-svg {
    max-width: 6.5rem;
  }
}

.logo {
  max-width: 10rem;
  padding: 1rem 0;
  position: relative;
  top: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .logo {
    max-width: 12rem;
  }
}

@media (min-width: 64em) {
  .logo {
    padding: 0;
    max-width: 12rem;
  }
}

@media (min-width: 100em) {
  .logo {
    max-width: 12rem;
  }
}

.logo-text {
  fill: #fff;
}

.logo-mark-teal {
  fill: #00AEC5;
}

.logo-mark-yellow {
  fill: #FDB924;
}

.logo-mark-orange {
  fill: #E86D1F;
}

.logo:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-trigger {
  background: transparent;
  border: 0;
  position: fixed;
  top: 0 !important;
  left: 1.0rem;
  margin-top: 1.0rem;
  z-index: 10001;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 48em) {
  .menu-trigger {
    z-index: 10001;
  }
}

@media (min-width: 48em) {
  .menu-trigger {
    left: 1.5rem;
    margin-top: 1.5rem;
    z-index: 200000;
  }
}

.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #FDB924;
}

.menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  width: 28px;
}

.menu-trigger:hover .menu-trigger-label {
  color: #00AEC5;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.menu-trigger:focus-visible {
  outline: 2px solid #00AEC5;
}

.menu-trigger:active {
  outline: 0 solid #00AEC5;
}

.hamburger {
  padding: 0 .15rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 10000;
}

.hamburger-box {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  width: 24px;
  margin-top: -1px;
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 3px;
  background-color: #FDB924;
  border-radius: 0;
  position: absolute;
  left: 0;
  transition-property: transform, width, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  width: 36px;
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -11px;
  transition: top .1s .25s ease-in, opacity .1s ease-in, width .1s .12s ease-out;
}

.hamburger-inner:after {
  bottom: -11px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
}

.display-menu .menu-trigger {
  transform: scale(1.5);
}

.display-menu .menu-trigger .hamburger-inner, .display-menu .menu-trigger .hamburger-inner:before, .display-menu .menu-trigger .hamburger-inner:after {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}

@media (min-width: 48em) {
  .display-menu .menu-trigger:hover .hamburger-inner, .display-menu .menu-trigger:hover .hamburger-inner:before, .display-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #FDB924;
  }
}

.display-menu .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 30px;
}

.display-menu .hamburger-inner, .display-menu .hamburger-inner:before, .display-menu .hamburger-inner:after {
  width: 30px !important;
  background-color: #fff;
}

@tablet {
  .display-menu .hamburger-inner, .display-menu .hamburger-inner:before, .display-menu .hamburger-inner:after {
    background-color: #fff;
  }
}

.display-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.display-menu .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.display-menu .menu-trigger-label {
  color: #fff;
}

@media (max-width: 48em) {
  .display-menu .menu-trigger-label {
    opacity: 0;
    visibility: hidden;
  }
}

.display-menu .menu-trigger-label.menu-label {
  clip-path: inset(0 100% 0 0);
  transition: color 0.2s cubic-bezier(0.57, 0.2, 0.21, 0.89), clip-path 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0s !important;
}

@supports (-ms-ime-align: auto) {
  .display-menu .menu-trigger-label.menu-label {
    display: none;
  }
}

.display-menu .menu-trigger-label.close-label {
  clip-path: inset(0 0 0 0);
  transition: color 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89), clip-path 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0.5s !important;
}

@supports (-ms-ime-align: auto) {
  .display-menu .menu-trigger-label.close-label {
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .display-menu.reveal-items .menu-trigger {
    transform: scale(1.5);
  }
}

.fixed .menu-trigger {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.fixed .menu-trigger-label.menu-label {
  opacity: 0;
  visibility: 0;
}

@media (min-width: 48em) {
  .fixed.reveal-items .menu-trigger {
    transform: scale(1) translateY(0);
  }
}

.menu-trigger.fixed-menu {
  transform: scale(1) translateY(0);
}

.social-menu {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 5000;
}

@media (min-width: 64em) {
  .social-menu {
    position: absolute;
    top: 50%;
    right: 3rem;
  }
}

.social-menu-link {
  width: 2.5rem;
  padding: .3rem;
  margin: .2rem 0;
  display: block;
}

.social-menu-icon {
  width: 100%;
  height: 2em;
  fill: #FDB924;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.social-menu-icon:hover {
  fill: #E86D1F;
}

.footer {
  background: linear-gradient(-90deg, #00aec5 0%, #007888 100%);
  max-width: calc(100% - 2rem);
  margin: 1rem auto;
  border-radius: 10px;
}

@media (min-width: 48em) {
  .footer {
    margin: 1.5rem auto;
    border-radius: 25px;
  }
}

@media (min-width: 64em) {
  .footer {
    margin: 2rem auto;
    border-radius: 40px;
  }
}

@media (min-width: 112.5em) {
  .footer {
    max-width: 1500px;
    margin: 2rem auto;
    border-radius: 50px;
  }
}

.footer-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 64em;
  float: none !important;
}

@media (min-width: 64em) {
  .footer-contact {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 100em) {
  .footer-contact {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 112.5em) {
  .footer-contact {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}

.footer-contact-headline {
  color: #fff;
  text-transform: uppercase;
  margin: 1rem auto;
}

@media (min-width: 48em) {
  .footer-contact-headline {
    background: linear-gradient(-90deg, #fdb924 20%, #e86d1f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.footer-contact-button {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  width: auto;
  display: inline-block;
  margin: 1rem auto;
  padding: .75rem 2rem;
  color: #fff;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .footer-contact-button {
    margin: 2rem auto;
  }
}

@media (min-width: 64em) {
  .footer-contact-button {
    margin: 3rem auto;
  }
}

@media (min-width: 100em) {
  .footer-contact-button {
    margin: 4rem auto;
  }
}

.footer-contact-button:hover {
  background: #FDB924;
  transform: scale(1.1);
  text-decoration: none !important;
}

.footer-contact-button:active {
  transform: scale(0.95);
}

.footer-logo {
  padding: 0 1rem;
}

.footer-logo-mark {
  width: 4rem;
}

@media (min-width: 48em) {
  .footer-logo-mark {
    width: 7rem;
  }
}

.footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.footer-nav-col:first-of-type {
  padding-right: 0rem;
  text-align: right;
  width: 30%;
}

@media (min-width: 48em) {
  .footer-nav-col:first-of-type {
    padding-right: 2rem;
  }
}

.footer-nav-col:last-of-type {
  padding-left: 0rem;
  text-align: left;
  width: 30%;
}

@media (min-width: 48em) {
  .footer-nav-col:last-of-type {
    padding-left: 2rem;
  }
}

.footer-nav-item {
  color: #fff;
  display: block;
  font-size: .9rem;
  font-weight: 300;
  padding: .5rem;
  text-transform: uppercase;
}

.footer-nav-item:hover {
  color: #FDB924;
}

@media (min-width: 48em) {
  .footer-nav-item {
    font-size: 1.1rem;
  }
}

.footer-social {
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .footer-social {
    margin-top: 3rem;
  }
}

@media (min-width: 100em) {
  .footer-social {
    margin-top: 4rem;
  }
}

@media (min-width: 112.5em) {
  .footer-social {
    margin-top: 5rem;
  }
}

.footer-social .social-link {
  width: 2.5rem;
  padding: .3rem;
  margin: 0 .2rem;
  display: inline-block;
}

.footer-social .social-link-icon {
  width: 100%;
  height: 2em;
  fill: #FDB924;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-social .social-link-icon:hover {
  fill: #fff;
}

.footer-copyright {
  font-size: .85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
}

@media (min-width: 64em) {
  .footer-copyright {
    margin-top: 3rem;
  }
}

@media (min-width: 100em) {
  .footer-copyright {
    margin-top: 4rem;
  }
}

@media (min-width: 112.5em) {
  .footer-copyright {
    margin-top: 5rem;
  }
}

.footer-copyright-link {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-copyright-link:hover {
  color: #FDB924;
}

.footer.simple {
  background: none;
  margin: 0 auto;
  border-radius: none;
}

.footer.simple .footer-copyright {
  font-size: 1rem;
  color: #54565a;
  margin: 0 auto;
}

.footer.simple .footer-copyright-link {
  color: #54565a;
}

.footer.simple .footer-copyright-link:hover {
  color: #00AEC5;
}

.expanded-menu {
  background: #00AEC5;
  width: 70vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateX(100%);
  visibility: hidden;
  box-shadow: -0.5rem 0 1.5rem 0 rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
}

@media (min-width: 48em) {
  .expanded-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00AEC5;
    padding: 0;
    opacity: 0;
    padding: 1rem;
    transform: translateX(0);
  }
}

@media (min-width: 64em) {
  .expanded-menu {
    padding: 0.7rem 1.25rem;
  }
}

.expanded-menu-logo {
  filter: brightness(100);
  transform: translate(0, 0.5rem);
  text-align: center;
}

@media (min-width: 48em) {
  .expanded-menu-logo {
    text-align: left;
  }
}

.expanded-menu-grid {
  margin: 0 auto;
  padding-top: 1rem;
}

@media (min-width: 48em) {
  .expanded-menu-grid {
    padding: 0;
    background: #00AEC5;
    -webkit-box-shadow: inset 0 0 0 1px white;
    box-shadow: inset 0 0 0 1px white;
    width: 48em;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
  }
}

@media (min-width: 48em) {
  .expanded-menu-grid {
    width: 64em;
  }
}

.expanded-menu-col {
  margin: 0;
  text-align: left;
}

@media (min-width: 48em) {
  .expanded-menu-col {
    opacity: 0;
    transform: translateY(3rem);
    transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    flex: 1;
    padding: 1.5rem;
  }
}

@media (min-width: 64em) {
  .expanded-menu-col {
    padding: 2rem;
  }
}

.expanded-menu-col .expanded-menu-nav-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 1px;
  display: block;
  padding: .65rem 1.75rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-size: 1.3rem;
  text-align: center;
}

@media (min-width: 48em) {
  .expanded-menu-col .expanded-menu-nav-link {
    background: none;
    padding: .65rem 1.0rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 64em) {
  .expanded-menu-col .expanded-menu-nav-link {
    font-size: 1.3rem;
  }
}

.expanded-menu-col .expanded-menu-nav-link:hover {
  background: #E86D1F;
  color: #fff;
}

@media (min-width: 48em) {
  .expanded-menu-col .expanded-menu-nav-link:hover {
    background: #E86D1F;
    color: #fff;
  }
}

.expanded-menu-col .expanded-menu-nav-link:focus {
  box-shadow: 0 0 0 1px #fff;
}

.expanded-menu .social {
  margin: 1rem auto;
  text-align: center;
}

@media (min-width: 48em) {
  .expanded-menu .social {
    margin: 1rem auto 0;
  }
}

.expanded-menu .social-link {
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  display: inline-block;
}

@media (min-width: 48em) {
  .expanded-menu .social-link {
    width: 1.75rem;
    height: 1.75rem;
    padding: .25rem;
  }
}

@media (min-width: 64em) {
  .expanded-menu .social-link {
    width: 2.5rem;
    height: 2.5rem;
    padding: .5rem;
  }
}

.expanded-menu .social-link-icon {
  padding: 0rem;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.expanded-menu .social-link-icon:hover {
  fill: #00AEC5;
  background: #fff;
}

.mobile-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.display-menu {
  overflow: hidden;
}

.display-menu .expanded-menu {
  transform: translateX(0);
  visibility: visible;
  width: 85vw;
  height: 100vh;
}

@media (min-width: 48em) {
  .display-menu .expanded-menu {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 48em) {
  .display-menu.reveal-items .expanded-menu-col, .display-menu.reveal-items .expanded-menu-search {
    transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 48em) {
  .display-menu.reveal-items .expanded-menu-col:nth-child(2) {
    transition-delay: .2s !important;
  }
  .display-menu.reveal-items .expanded-menu-col:nth-child(3) {
    transition-delay: .4s !important;
  }
  .display-menu.reveal-items .expanded-menu-col:last-child {
    transition-delay: .6s !important;
  }
}

.display-menu .mobile-menu-close {
  opacity: .6;
  visibility: visible;
}

.expanded-menu-section-header.expanded .expanded-menu-section-header-link {
  color: #fff;
}

.expanded-menu-section-header.expanded .expanded-menu-section-header-arrow-svg {
  transform: rotate(180deg);
}

html {
  position: relative;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #54565a;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

body.mobile-menu-active {
  overflow: hidden;
}

.skip-to-main {
  background: #E86D1F;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
  width: 100%;
  color: #fff;
  display: block;
  max-height: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.skip-to-main:focus {
  max-height: 3rem;
  outline: 2px solid #E86D1F;
  padding: .5rem;
  z-index: 1000000;
}
