@charset "UTF-8";
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #161616;
}

.lightgray {
  background-color: #f4f2f3;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #182841;
}

.red {
  background-color: #BB2649;
}

.darkred {
  background-color: #560b1d;
}

.lightred {
  background-color: #f11f56;
}

.yellow {
  background-color: #E2B703;
}

.page-content, .news-article {
  padding: 2rem 2rem;
}

@media (min-width: 48rem) {
  .page-content, .news-article {
    padding: 3rem 2rem;
  }
}

@media (min-width: 81.25rem) {
  .page-content, .news-article {
    padding: 4rem 2rem;
  }
}

@media (min-width: 112.5rem) {
  .page-content, .news-article {
    padding: 5rem 2rem;
  }
}

.secid {
  padding: 1.5rem;
}

@media (min-width: 81.25rem) {
  .secid {
    padding: 2rem 1rem;
  }
}

.page-content > p, .page-content > ul, .page-content > ol {
  font-family: acumin-pro, sans-serif;
  line-height: 1.5;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 300;
}

.page-content > p p, .page-content > ul p, .page-content > ol p {
  margin-bottom: 1rem;
}

.page-content > p p:last-of-type, .page-content > ul p:last-of-type, .page-content > ol p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25rem) {
  .page-content > p, .page-content > ul, .page-content > ol {
    font-size: 1.2rem;
  }
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100rem) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5rem) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.8rem;
  }
}

.page-content h1.page-content-title,
.page-content h2.page-content-title, .page-content > h2, .secid-title {
  font-family: "acumin-variable", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

@media (min-width: 48rem) {
  .page-content h1.page-content-title,
.page-content h2.page-content-title, .page-content > h2, .secid-title {
    font-size: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .page-content h1.page-content-title,
.page-content h2.page-content-title, .page-content > h2, .secid-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 100rem) {
  .page-content h1.page-content-title,
.page-content h2.page-content-title, .page-content > h2, .secid-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 112.5rem) {
  .page-content h1.page-content-title,
.page-content h2.page-content-title, .page-content > h2, .secid-title {
    font-size: 2.75em;
  }
}

.page-content > h3, .news-list-item-headline, .news-meta-title, .secid-subheadline {
  font-family: "acumin-variable", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

@media (min-width: 48rem) {
  .page-content > h3, .news-list-item-headline, .news-meta-title, .secid-subheadline {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25rem) {
  .page-content > h3, .news-list-item-headline, .news-meta-title, .secid-subheadline {
    font-size: 1.7rem;
  }
}

@media (min-width: 100rem) {
  .page-content > h3, .news-list-item-headline, .news-meta-title, .secid-subheadline {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5rem) {
  .page-content > h3, .news-list-item-headline, .news-meta-title, .secid-subheadline {
    font-size: 2.3rem;
  }
}

.secid {
  background: #182841;
}

.secid-title {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
}

.secid-title-link {
  color: #fff;
  display: block;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.secid-title-link:hover {
  color: #BB2649;
}

.secid-subheadline {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  max-width: 48rem;
  margin: 0 auto;
}

.news-article {
  max-width: 64rem;
  padding-top: 0;
  margin: 0 auto;
}

.news-meta {
  padding-bottom: 1rem;
  margin: 0 auto 1rem;
  max-width: 64rem;
}

@media (min-width: 81.25rem) {
  .news-meta {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.news-meta-date {
  margin-top: 1rem;
  display: block;
  font-size: .95rem;
}

.news-meta-title {
  color: #BB2649;
  font-weight: 600;
}

.news-body {
  text-align: left;
  max-width: 48rem;
  margin: 0 auto;
}

.press-return {
  display: block;
  color: #094D36;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 800;
  margin: 0 0 2rem 0;
}

.press-meta {
  display: block;
  margin-bottom: 0;
  font-weight: 800;
}

.press-date {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.press-contact {
  display: block;
  margin-top: 2rem;
  color: #161616;
  font-size: 1;
}

.callout-div {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: .5rem auto 1.5rem auto;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.callout-div h3 {
  font-size: 180%;
  text-transform: uppercase;
  color: red;
}

.callout-div a {
  color: red;
  text-decoration: underline;
}

.news-intro {
  margin-top: 2rem;
}

@media (min-width: 48rem) {
  .news-intro {
    margin-top: 0;
  }
}

.news-block {
  margin-top: 2rem;
}

.news-list {
  display: block;
}

@media (min-width: 48rem) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }
}

@media (min-width: 81.25rem) {
  .news-list {
    grid-column-gap: 3.5%;
    grid-row-gap: 3.5%;
  }
}

.news-list-item {
  width: 100%;
  padding: 1.5rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: inline-block;
  margin-bottom: 1.5rem;
  background: #fff;
}

@media (min-width: 48rem) {
  .news-list-item {
    width: 47.5%;
    padding: 2.5rem;
    margin-bottom: 5%;
  }
}

@media (min-width: 81.25rem) {
  .news-list-item {
    width: 31%;
    margin-bottom: 3.5%;
  }
}

.news-list-item:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news-list-item:hover .news-list-item-headline {
  color: #E2B703;
}

.news-list-item-link {
  text-decoration: none !important;
}

.news-list-item-meta {
  font-family: acumin-pro, sans-serif;
  color: #161616;
  font-size: .9rem;
  margin-bottom: .25rem;
  display: block;
}

.news-list-item-date {
  display: inline;
  text-transform: uppercase;
}

.news-list-item-source {
  font-family: acumin-pro, sans-serif;
  color: #161616;
  font-size: .9rem;
  display: block;
  display: inline;
}

.news-list-item-headline {
  text-transform: none;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #094D36;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: .5rem;
  position: relative;
}

.news-list-item-description {
  display: block;
  font-family: acumin-pro, sans-serif;
  color: #161616;
  font-weight: 400;
  font-size: 70%;
}

.news-list-item-more {
  font-family: acumin-pro-condensed, sans-serif;
  color: #000;
  font-size: 1.35rem;
  text-transform: uppercase;
  line-height: 1.25;
  position: relative;
  font-weight: 900;
}

.actions-title {
  color: #BB2649;
  text-transform: uppercase;
  text-align: center;
}

.actions-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

@media (min-width: 48rem) {
  .actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.actions-item {
  background: #fff;
  padding: 3rem;
}

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

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

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

.trilogy-form-custom .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;
}

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

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

.trilogy-form-custom .form-field {
  position: relative;
}

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

.trilogy-form-custom fieldset {
  color: #D9D9D9;
  display: block;
  padding-bottom: 1em;
  font-family: acumin-pro, sans-serif;
}

.trilogy-form-custom label {
  display: inline-block;
  padding: 0 0 .2em;
  font-size: 70%;
  cursor: pointer;
  font-family: acumin-pro, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: inherit;
  -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: 48rem) {
  .trilogy-form-custom label {
    font-size: 70%;
  }
}

.trilogy-form-custom input, .trilogy-form-custom select, .trilogy-form-custom textarea {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 -0.15em 0 #094D36;
  -webkit-box-shadow: inset 0 -0.15em 0 #094D36;
  box-shadow: inset 0 -0.15em 0 #094D36;
  background: #f4f2f3;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: .5em .5em;
  font-family: acumin-pro, 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: 48rem) {
  .trilogy-form-custom input, .trilogy-form-custom select, .trilogy-form-custom textarea {
    font-size: 110%;
    padding: .75em .75em;
  }
}

.trilogy-form-custom textarea {
  height: 10em;
}

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

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

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

.trilogy-form-custom button {
  background: #094D36;
  font-family: "acumin-variable", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
  border-radius: 8px;
  padding: .5em 1.0em;
  font-size: 1.1rem;
  color: #fff;
  display: inline-block;
  width: auto;
  margin: .5em 0;
  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: 64rem) {
  .trilogy-form-custom button {
    border-radius: 6px;
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: .5px;
  }
}

@media (min-width: 48rem) {
  .trilogy-form-custom button {
    margin: 1em 0;
    border-radius: 4px;
    font-size: 1.75rem;
  }
}

.trilogy-form-custom button:hover, .trilogy-form-custom .form button:active {
  background: #E2B703;
}

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

.trilogy-form-custom .radio-list label {
  display: block;
}

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

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

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

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

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

.trilogy-form-custom .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;
}

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

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

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

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

form strong.error {
  background: #900;
  padding: .2em .5em .3em;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 1.5em;
  z-index: 9999;
  font-size: .8em;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  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: #900;
  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: 48rem) {
  .success {
    margin: 0;
    padding: 3em;
  }
}

.success h3 {
  text-transform: uppercase;
  color: #E2B703;
  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: 48rem) {
  .radio-container,
.checkbox-container {
    display: flex;
  }
}

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

@media (min-width: 48rem) {
  .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.5rem 0 0 !important;
  top: 0;
  left: 0;
}

.single-check-box {
  margin-top: 1rem;
}

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-content-fixed {
  max-width: 64rem;
}

.page-content > p, .page-content > ul, .page-content > ol {
  max-width: 48rem;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1rem;
}

.page-content > ul, .page-content > ol {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64rem) {
  .page-content > ul, .page-content > ol {
    margin-left: 1.5rem;
  }
}

.page-content > ul li, .page-content > ol li {
  margin-bottom: .35rem;
}

.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
  max-width: 64rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64rem) {
  .page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
    max-width: none;
  }
}

.page-content > h2 {
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: .5em;
}

.page-content > h3 {
  color: #182841;
  margin-bottom: .5em;
}

.page-content a {
  color: #182841;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.page-content a:hover {
  color: #BB2649;
}

.page-content h1.page-content-title,
.page-content h2.page-content-title {
  font-weight: 700;
  color: #182841;
  line-height: 1 !important;
  max-width: 64rem;
}
