/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breakpoints */
.has-vital-theme-modifications {
  --color--royal-blue: #0057b7;
  --color--charcoal: #222222;
  --color--white: #ffffff;
  --full-header-height: 56px;
  --top-header-height: 34px;
  --page-gutter: 30px;
  --admin-bar-height: 46px;
}
@media (min-width: 783px) {
  .has-vital-theme-modifications {
    --admin-bar-height: 32px;
  }
}
@media (min-width: 981px) {
  .has-vital-theme-modifications {
    --full-header-height: 94px;
  }
}

/**
 * Builds media query with either a map or unit value
 * @param {Mixed} $breakpoint - the value to break upon. Can be an applicable measurement (800px, et al)
 * @param {String} $minmax ('min') - the polarity. should be 'min' or 'max'
 * @param {Bool} $autoreduce (true) - Whether or not to reduce the breakpoint by 1px when using a mapped breakpoint AND max
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */
body.has-vital-theme-modifications {
  font-weight: normal;
}
body.has-vital-theme-modifications a {
  text-decoration: none;
}

.has-vital-theme-modifications {
  --navigation-gap: 16px;
}
@media (min-width: 1200px) {
  .has-vital-theme-modifications {
    --navigation-gap: 22px;
  }
}
.has-vital-theme-modifications #main-header {
  border-bottom: 0;
}
@media (max-width: 980px) {
  .has-vital-theme-modifications #main-header {
    height: var(--full-header-height);
  }
}
.has-vital-theme-modifications #et-top-navigation,
.has-vital-theme-modifications #top-header .container {
  font-weight: 400;
}
.has-vital-theme-modifications #top-header .container {
  padding-top: 12px;
}
@media (max-width: 980px) {
  .has-vital-theme-modifications .mobile-menu:before {
    color: var(--color--charcoal) !important;
  }
}
.has-vital-theme-modifications .mobile_menu_bar_toggle {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgb(0, 0, 0) calc(50% - 1px), rgb(0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
  width: 20px;
  height: 20px;
  position: relative;
  will-change: background;
  transition: background 0.16s ease-in-out;
}
.has-vital-theme-modifications .mobile_menu_bar_toggle:after, .has-vital-theme-modifications .mobile_menu_bar_toggle:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 0;
  position: absolute;
  will-change: top, transform;
  transition: all 0.16s ease-in-out;
}
.has-vital-theme-modifications .mobile_menu_bar_toggle:before {
  top: calc(50% - 7px) !important;
}
.has-vital-theme-modifications .mobile_menu_bar_toggle:after {
  top: calc(50% + 5px);
}
.has-vital-theme-modifications .mobile_nav.opened .mobile_menu_bar_toggle {
  background: transparent;
}
.has-vital-theme-modifications .mobile_nav.opened .mobile_menu_bar_toggle:before {
  transform: rotate(45deg) translate(-1px, -1px);
  top: 50% !important;
}
.has-vital-theme-modifications .mobile_nav.opened .mobile_menu_bar_toggle:after {
  transform: rotate(-45deg) translate(1px, -1px);
  top: 50%;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications.et_header_style_left .et-fixed-header #et-top-navigation, .has-vital-theme-modifications.et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 0;
  }
  .has-vital-theme-modifications.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .has-vital-theme-modifications.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 18px;
  }
}
.has-vital-theme-modifications.et_header_style_left #et-top-navigation {
  padding-top: 0;
}
.has-vital-theme-modifications.et_header_style_left #et-top-navigation .mobile_menu_bar {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications.et_header_style_left #et-top-navigation {
    display: flex;
    justify-content: flex-end;
    float: none;
    padding-left: 0 !important;
  }
  .has-vital-theme-modifications.et_header_style_left #et-top-navigation > * + * {
    margin-left: var(--navigation-gap);
  }
}
.has-vital-theme-modifications.et_header_style_left .logo_container {
  width: auto;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications.et_fullwidth_nav #main-header .container {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }
}
.has-vital-theme-modifications.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: var(--top-header-height, 34px);
}
.has-vital-theme-modifications.et_fixed_nav.et_secondary_nav_enabled.admin-bar #main-header {
  top: calc(var(--top-header-height, 34px) + var(--admin-bar-height, 32px));
}
.has-vital-theme-modifications.vtlmb-message-bar .vtlmb-bar-wrapper {
  padding: 10px 40px;
}
.has-vital-theme-modifications.vtlmb-message-bar .vtlmb-bar-message {
  font-size: 14px;
}
.has-vital-theme-modifications.vtlmb-message-bar .vtlmb-bar-dismiss-icon svg {
  width: 15px;
  height: 15px;
}
.has-vital-theme-modifications.vtlmb-message-bar .vtlmb-bar-link-wrapper {
  margin: 5px 20px;
}
.has-vital-theme-modifications.vtlmb-message-bar .vtlmb-bar-link {
  line-height: 1.2;
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav .site-header {
  z-index: 99999;
  top: 0;
  width: 100%;
  position: absolute;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav .site-header {
    position: fixed;
  }
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav .header-container {
  position: relative;
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav #main-header {
  position: static;
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav #top-header {
  position: relative;
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav .logo_container {
  position: absolute;
  top: auto;
  bottom: 0;
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav #page-container {
  padding-top: 0;
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav.admin-bar .site-header {
  top: var(--admin-bar-height, 32px);
}
.has-vital-theme-modifications.vtlmb-message-bar.et_fixed_nav.admin-bar #top-header {
  top: 0;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications #top-menu > .menu-item {
    display: block;
    padding-right: 0;
  }
  .has-vital-theme-modifications #top-menu > .menu-item + .menu-item {
    margin-left: var(--navigation-gap);
  }
}

@media (min-width: 981px) {
  #top-menu ul.sub-menu {
    right: 0;
    left: auto;
  }
}
@media (max-width: 980px) {
  #main-header .et_menu_container {
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    height: inherit;
  }
}
@media (max-width: 980px) {
  #main-header #et-top-navigation {
    height: inherit;
    display: flex;
    align-items: center;
  }
}

.has-vital-theme-modifications {
  --logo-offset-top: 0;
}
.has-vital-theme-modifications.admin-bar {
  --logo-offset-top: var(--admin-bar-height);
}
.has-vital-theme-modifications.et_header_style_left .logo_container {
  position: absolute;
  top: var(--logo-offset-top, 0);
  left: 36px;
  height: var(--full-header-height, 94px);
  z-index: 100001;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications.et_header_style_left .logo_container {
    position: fixed;
    left: var(--page-gutter, 30px);
  }
}
@media (max-width: 980px) {
  .has-vital-theme-modifications.et_header_style_left #logo {
    max-width: none;
  }
}
@media (min-width: 981px) and (max-width: 1099px) {
  .has-vital-theme-modifications.et_header_style_left #logo {
    max-width: 16.25vw;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .has-vital-theme-modifications.et_header_style_left #logo {
    max-width: 22vw;
  }
}

@media (min-width: 981px) {
  .has-vital-theme-modifications #top-menu {
    display: flex;
    height: 100%;
  }
}
@media (min-width: 981px) {
  .has-vital-theme-modifications #top-menu > .menu-item > a {
    padding: 18px 0;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.has-vital-theme-modifications #top-menu > .menu-item-has-children > a:first-child {
  padding-right: 0;
}
.has-vital-theme-modifications #top-menu > .menu-item-has-children > a:first-child:after {
  color: var(--color--royal-blue, #0057b7);
  will-change: transform;
  transition: transform 0.4s ease;
  position: relative;
  margin-left: 0.25em;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications #top-menu > .menu-item-has-children > a:first-child:hover {
    opacity: 1;
  }
}
@media (min-width: 981px) {
  .has-vital-theme-modifications #top-menu > .menu-item-has-children:hover > a {
    color: var(--color--royal-blue, #0057b7);
  }
  .has-vital-theme-modifications #top-menu > .menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
  }
}

.top-menu--additional-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .top-menu--additional-actions {
    display: none;
  }
}
.top-menu--additional-actions > * + * {
  margin-left: 12px;
}
.top-menu--additional-actions .cta-button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  font-size: 14px;
  line-height: 1.2857142857;
  --color: var(--color--white);
  --bg-color: var(--color--royal-blue);
  --border-color: var(--color--royal-blue);
  background-color: var(--bg-color);
  color: var(--color);
  border-color: var(--border-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  padding-inline: 12px;
  padding-block: 5px;
  text-align: center;
  transition: all 0.4s ease;
  will-change: color, border-color, background-color;
}
.top-menu--additional-actions .cta-button:hover {
  --bg-color: transparent;
  --color: var(--color--royal-blue);
}
.top-menu--additional-actions .cta-button.cta-button-style_outline {
  --bg-color: transparent;
  --color: var(--color--royal-blue);
}
.top-menu--additional-actions .cta-button.cta-button-style_outline:hover {
  --bg-color: var(--color--royal-blue);
  --color: var(--color--white);
}

@media (min-width: 981px) {
  .has-vital-theme-modifications #et-secondary-nav {
    display: flex;
    align-items: center;
  }
}
.has-vital-theme-modifications #et-secondary-menu {
  top: 0;
}
.has-vital-theme-modifications #et-secondary-menu li {
  margin-right: 0;
}
@media (min-width: 981px) {
  .has-vital-theme-modifications #et-secondary-menu li {
    display: block;
  }
}
.has-vital-theme-modifications #et-secondary-menu .menu-item {
  font-size: 15px;
  line-height: 1.4666666667;
}
.has-vital-theme-modifications #et-secondary-menu .menu-item + .menu-item {
  margin-left: 15px;
}
.has-vital-theme-modifications #et-secondary-menu > ul > li > a {
  padding-bottom: 0;
}
.has-vital-theme-modifications #et-secondary-menu .social_media_menu_icon > a {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  color: currentColor;
}

@media screen and (max-width: 1140px) {
  .has-vital-theme-modifications .ei-banner-form__form input {
    letter-spacing: 0 !important;
  }
}
@media screen and (min-width: 800px) {
  .has-vital-theme-modifications .ei-banner-form__form {
    height: 64px !important;
    overflow: hidden;
  }
  .has-vital-theme-modifications .ei-banner-form__form .select2-hidden-accessible {
    height: 50px !important;
  }
  .has-vital-theme-modifications .ei-banner-form__form input {
    height: 64px !important;
  }
}
.has-vital-theme-modifications .select2-dropdown {
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .has-vital-theme-modifications .select2-container--default {
    margin-top: 0;
  }
}
.has-vital-theme-modifications .select2-container--default .select2-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #042245;
  flex-grow: 1;
  text-align: left;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__badge {
  background-color: var(--color--royal-blue);
  font-weight: 700;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  min-width: 24px;
  height: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__badge:empty {
  display: none;
}
.has-vital-theme-modifications .select2-container--default .vital-select2-inner-container {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: #FFF;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid #AAA;
}
.has-vital-theme-modifications .select2-container--default .vital-select2-inner-container:after {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 120 120%27 width=%2720%27 height=%2720%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27black%27/></g></svg>");
  background-size: 67%;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  transition: transform 0.16s ease-in-out;
}
.has-vital-theme-modifications .select2-container--default.select2-container--focus .vital-select2-inner-container {
  border: 1px solid #042245;
}
.has-vital-theme-modifications .select2-container--default.select2-container--open .vital-select2-inner-container:after {
  transform: rotate(180deg);
}
.has-vital-theme-modifications .select2-container--default .select2-selection {
  background-color: transparent;
  flex-direction: column;
  align-items: stretch;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__clear {
  display: none;
  pointer-events: none;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__rendered {
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  max-height: none;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__rendered:after {
  display: none;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__rendered:not(:empty) {
  margin-top: 10px;
}
@media screen and (max-width: 799px) {
  .has-vital-theme-modifications .select2-container--default .select2-selection__rendered {
    display: none;
  }
}
.has-vital-theme-modifications .select2-container--default .select2-selection--multiple {
  border: none;
}
.has-vital-theme-modifications .select2-container--default .select2-selection--multiple,
.has-vital-theme-modifications .select2-container--default .select2-selection--multiple .select2-search__field {
  cursor: default;
}
.has-vital-theme-modifications .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}
.has-vital-theme-modifications .select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: normal;
  padding: 12px;
  list-style: none;
}
.has-vital-theme-modifications .select2-container--default .select2-results__option:before {
  margin-right: 10px;
  margin-bottom: 1px;
  line-height: normal;
}
.has-vital-theme-modifications .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
}
.has-vital-theme-modifications .select2-container--default .select2-results__option[aria-selected=true]:before {
  padding-left: 0;
  background-color: var(--color--royal-blue);
  border: 1px solid var(--color--royal-blue);
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4zMDQ3IDMuMzQ0M0wxNS4zNjUzIDQuNDA0OTZMNi42MTQzIDEzLjE1NkwxLjU3NjY2IDguMTE4MzZMMi42MzczMiA3LjA1NzdMNi42MTQzIDExLjAzNDdMMTQuMzA0NyAzLjM0NDNaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPgo=);
}
.has-vital-theme-modifications .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5E99f8;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__choice {
  margin-top: 0;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-right: 0;
  background-color: #f6f9fc;
  border-radius: 38px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: none;
  line-height: 1.6666666667;
  border: none;
  color: var(--color--royal-blue);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
  letter-spacing: normal;
  will-change: background-color;
  transition: background-color 0.16s ease-in-out;
  position: relative;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__choice:hover {
  background-color: #e5eef8;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__choice__remove {
  margin-right: 0;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__choice__remove, .has-vital-theme-modifications .select2-container--default .select2-selection__choice__remove:hover {
  color: transparent;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__choice__remove:before {
  content: "";
  position: absolute;
  inset: 0;
}
.has-vital-theme-modifications .select2-container--default .select2-selection__choice__remove:after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%203.30435L7.30435%200L8%200.695652L4.69565%204L8%207.30435L7.30435%208L4%204.69565L0.695652%208L0%207.30435L3.30435%204L0%200.695652L0.695652%200L4%203.30435Z%22%20fill%3D%22%230057b7%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 8px;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.has-vital-theme-modifications.et_fixed_nav.et_show_nav #page-container, .has-vital-theme-modifications.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top: var(--full-header-height);
}

/**
 * margins ... thanks to gravity forms for the DEEP selectors
 **/
.et_pb_text .gform_fields li.gfield {
  margin-bottom: 0;
}

body .gform_legacy_markup_wrapper ul li:first-child.gfield {
  margin-top: 0;
}
body .gform_legacy_markup_wrapper .top_label .hidden_label div.ginput_container {
  margin-top: 0;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half.hidden_label .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half.hidden_label .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin-top: 0;
  }
}
.gform_wrapper .styled-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper .gfield--has-description .gfield_label {
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_description {
  font-size: 13px !important;
  padding-top: 0 !important;
}

/**
 * textarea
 **/
.gform_legacy_markup_wrapper .ginput_container_textarea textarea {
  display: block;
}

/**
 * file upload field
 **/
.gform_legacy_markup_wrapper .gfield--type-fileupload {
  display: flex;
  align-items: center;
}
.gform_legacy_markup_wrapper .gfield--type-fileupload.field_description_below .gfield_description.gform_fileupload_rules {
  padding-top: 0;
}
.gform_legacy_markup_wrapper .gfield--type-fileupload .gfield_label {
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  background-color: transparent;
  text-transform: none;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1.3571428571 !important;
  letter-spacing: 0;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}
.gform_legacy_markup_wrapper .top_label .gfield--type-fileupload .gfield_label {
  margin-bottom: 0 !important;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container.ginput_container_fileupload {
  margin-top: 0;
}

/**
 * focus
 **/
.gform_legacy_markup_wrapper .ginput_container--name [name],
.gform_legacy_markup_wrapper .ginput_container_textarea [name],
.gform_legacy_markup_wrapper .ginput_container_phone [name],
.gform_legacy_markup_wrapper .ginput_container_email [name],
.gform_legacy_markup_wrapper .ginput_container_address [name] {
  outline-offset: 0;
}
.gform_legacy_markup_wrapper .ginput_container--name [name]:focus,
.gform_legacy_markup_wrapper .ginput_container_textarea [name]:focus,
.gform_legacy_markup_wrapper .ginput_container_phone [name]:focus,
.gform_legacy_markup_wrapper .ginput_container_email [name]:focus,
.gform_legacy_markup_wrapper .ginput_container_address [name]:focus {
  outline: 2px solid var(--color--white);
  outline-offset: 2px;
}

.contact-form .gfield--type-fileupload {
  flex-direction: column;
  color: currentColor;
}
.contact-form .gfield--type-fileupload .gfield_label {
  color: var(--color--royal-blue);
  text-transform: uppercase;
  transition: all 400ms ease;
  will-change: color, background-color;
}
.contact-form .gfield--type-fileupload .gfield_label:hover {
  color: var(--color--white);
  background-color: var(--color--royal-blue);
}
.contact-form #gfield_upload_rules_1_9 {
  color: currentColor !important;
  padding-right: 0;
}
.contact-form .gform_wrapper .gform_footer {
  padding-top: 0;
  padding-right: 16px;
}
.contact-form .gform_footer input.button {
  width: 100%;
  max-width: 250px;
  min-width: 200px;
  font-weight: 700;
  transition: all 400ms ease;
  will-change: color, background-color, border-color;
  border: 2px solid var(--color--royal-blue);
  color: var(--color--white);
  background-color: var(--color--royal-blue);
}
.contact-form .gform_footer input.button:hover {
  border-color: var(--color--royal-blue);
  color: var(--color--royal-blue);
  background-color: var(--color--white);
}

.gform_wrapper.gravity-theme fieldset {
  margin-top: 20px !important;
}

.vital-gform-container label.gfield_label {
  background-color: transparent;
  border: none;
}
.vital-gform-container .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
  padding-left: 10px;
  letter-spacing: normal;
  line-height: 1.625;
  margin-bottom: 0 !important;
}
.vital-gform-container .gform_wrapper:not(.gform_legacy_markup_wrapper) .gfield {
  margin-top: 0;
}
.vital-gform-container .gform_wrapper:not(.gform_legacy_markup_wrapper) .ginput_address_state .styled-select {
  background: #fff;
  border-radius: 10px;
}
.vital-gform-container .gform_wrapper:not(.gform_legacy_markup_wrapper) .ginput_address_state .styled-select select {
  padding: 13px;
  line-height: 19px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.vital-gform-container .gform_wrapper:not(.gform_legacy_markup_wrapper) .gform_footer input.button {
  border: 2px solid var(--color--white);
  background: transparent;
  color: var(--color--white);
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 0.4s ease;
  will-change: color, background-color;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 12px;
  line-height: 1.5;
  white-space: wrap;
}
.vital-gform-container .gform_wrapper:not(.gform_legacy_markup_wrapper) .gform_footer input.button:hover {
  background-color: var(--color--white);
  color: #022964;
}

/*
/////////////////////////////////////////////////
Content with Form Template
/////////////////////////////////////////////////
*/
.page-template-page-content-form .interior-banner {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.page-template-page-content-form .interior-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 86%;
  height: 100%;
  background: linear-gradient(90deg, #0156B8 58.57%, rgba(1, 86, 184, 0) 102.56%);
  content: "";
}
.page-template-page-content-form .interior-banner .title {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.page-template-page-content-form .interior-banner .content-cover {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

.two-column-form-content,
.single-resource-gated-content {
  background: #F7F7F7;
  padding: 56px 0 118px;
}
.two-column-form-content .form-content-wrapper,
.single-resource-gated-content .form-content-wrapper {
  display: flex;
  gap: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .two-column-form-content .form-content-wrapper,
  .single-resource-gated-content .form-content-wrapper {
    flex-flow: column;
  }
}
@media screen and (min-width: 981px) {
  .two-column-form-content .content-wrapper,
  .single-resource-gated-content .content-wrapper {
    flex-grow: 1;
    width: 50%;
  }
}
.two-column-form-content .content-wrapper ul,
.single-resource-gated-content .content-wrapper ul {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
}
.two-column-form-content .content-wrapper li,
.single-resource-gated-content .content-wrapper li {
  list-style: disc;
}
.two-column-form-content .content-wrapper li::marker,
.single-resource-gated-content .content-wrapper li::marker {
  color: #0057B7;
}
.two-column-form-content .form-wrapper,
.single-resource-gated-content .form-wrapper {
  flex-grow: 1;
  width: 50%;
  max-width: 740px;
  margin: auto;
  background: #FFFFFF;
  padding: 50px 62px 60px;
}
.two-column-form-content .gform_title,
.single-resource-gated-content .gform_title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.two-column-form-content .gfield_label,
.single-resource-gated-content .gfield_label {
  color: initial;
  font-size: 14px !important;
  font-weight: 400 !important;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}
.two-column-form-content .form-wrapper select,
.single-resource-gated-content .form-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.two-column-form-content .form-wrapper select::after,
.single-resource-gated-content .form-wrapper select::after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
}
.two-column-form-content .gform_wrapper .ginput_container select,
.two-column-form-content .gform_wrapper .ginput_container textarea,
.two-column-form-content .gform_wrapper .ginput_container input[type=date],
.two-column-form-content .gform_wrapper .ginput_container input[type=email],
.two-column-form-content .gform_wrapper .ginput_container input[type=password],
.two-column-form-content .gform_wrapper .ginput_container input[type=search],
.two-column-form-content .gform_wrapper .ginput_container input[type=tel],
.two-column-form-content .gform_wrapper .ginput_container input[type=text],
.two-column-form-content .gform_wrapper .ginput_container input[type=time],
.two-column-form-content .gform_wrapper .ginput_container input[type=url],
.two-column-form-content .gform_wrapper .ginput_container .styled-select select,
.single-resource-gated-content .gform_wrapper .ginput_container select,
.single-resource-gated-content .gform_wrapper .ginput_container textarea,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=date],
.single-resource-gated-content .gform_wrapper .ginput_container input[type=email],
.single-resource-gated-content .gform_wrapper .ginput_container input[type=password],
.single-resource-gated-content .gform_wrapper .ginput_container input[type=search],
.single-resource-gated-content .gform_wrapper .ginput_container input[type=tel],
.single-resource-gated-content .gform_wrapper .ginput_container input[type=text],
.single-resource-gated-content .gform_wrapper .ginput_container input[type=time],
.single-resource-gated-content .gform_wrapper .ginput_container input[type=url],
.single-resource-gated-content .gform_wrapper .ginput_container .styled-select select {
  display: block;
  width: 100%;
  padding: 15px !important;
  border-radius: 10px !important;
  background: #F3F5F8 !important;
  border: none !important;
}
.two-column-form-content .gform_wrapper .ginput_container select:focus,
.two-column-form-content .gform_wrapper .ginput_container textarea:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=date]:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=email]:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=password]:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=search]:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=tel]:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=text]:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=time]:focus,
.two-column-form-content .gform_wrapper .ginput_container input[type=url]:focus,
.two-column-form-content .gform_wrapper .ginput_container .styled-select select:focus,
.single-resource-gated-content .gform_wrapper .ginput_container select:focus,
.single-resource-gated-content .gform_wrapper .ginput_container textarea:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=date]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=email]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=password]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=search]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=tel]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=text]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=time]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container input[type=url]:focus,
.single-resource-gated-content .gform_wrapper .ginput_container .styled-select select:focus {
  outline: none;
}
.two-column-form-content .gform_wrapper .ginput_container textarea,
.single-resource-gated-content .gform_wrapper .ginput_container textarea {
  max-height: 240px;
}
.two-column-form-content .gform_button,
.single-resource-gated-content .gform_button {
  display: block;
  width: 100%;
  height: 53px;
}
.two-column-form-content a,
.single-resource-gated-content a {
  color: #a1a367;
}
.two-column-form-content a:hover,
.single-resource-gated-content a:hover {
  color: #bbc150;
}
.two-column-form-content .gform_wrapper .gform_footer input.button,
.single-resource-gated-content .gform_wrapper .gform_footer input.button {
  background-color: #a1a367;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  transition: all 0.4s ease;
  will-change: background-color;
}
.two-column-form-content .gform_wrapper .gform_footer input.button:hover,
.single-resource-gated-content .gform_wrapper .gform_footer input.button:hover {
  background-color: #bbc150;
}

.styled-select {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.styled-select .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.gform_wrapper .gfield_required {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 5px !important;
}

.gfield .ginput_container input[type=text],
.gfield .ginput_container input[type=email],
.gfield .ginput_container input[type=tel],
.gfield .ginput_container textarea,
.gfield .ginput_container select.gfield_select,
.gfield .ginput_container option.gf_placeholder,
.gfield .ginput_container select#input_2_4.gfield_select {
  background: #ffffff !important;
  border: none;
  border-radius: 10px;
  color: #717171 !important;
  padding: 13px !important;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 14px !important;
  margin: 0px !important;
}

.vital-footer--link-list-container.et_pb_text {
  font-weight: 400;
}
.vital-footer--link-list-container.et_pb_text ul {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.vital-footer--link-list-container.et_pb_text li {
  margin-bottom: 6px;
}

.et-l--footer .gform_legacy_markup_wrapper .gfield--type-fileupload .gfield_label {
  border-color: var(--color--white);
  background-color: transparent;
  will-change: color, background-color;
  transition: all 0.4s ease;
  min-width: 190px;
}
.et-l--footer .gform_legacy_markup_wrapper .gfield--type-fileupload .gfield_label:hover {
  background-color: var(--color--white);
  color: #022964;
}
.et-l--footer .gform_legacy_markup_wrapper .gform_footer .gform_button {
  background-color: var(--color--white);
  border-color: var(--color--white);
  border-style: solid;
  color: var(--color--royal-blue);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3571428571;
  text-align: center;
  letter-spacing: 1.87px;
  will-change: color;
  transition: color 0.2s ease-in-out;
  min-width: 190px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.et-l--footer .gform_legacy_markup_wrapper .gform_footer .gform_button:hover {
  color: #022964 !important;
  border-color: var(--color--white) !important;
  outline-offset: 2px;
  outline: 2px solid var(--color--white);
}

.location-card {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.47px;
  font-weight: 400;
}
.location-card .location-title {
  color: #828282;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.75px;
  font-weight: 700;
  margin-bottom: 6px;
}
.location-card .location-label {
  text-transform: uppercase;
}

.et_pb_accordion {
  /**
   * out of the box Divi has the toggle title as text-transform uppercase
   * but ... only gives you the option in the editor to add a uppercase transform 🤔
   **/
}
.et_pb_accordion .et_pb_toggle_title {
  text-transform: none;
  letter-spacing: 0;
}

/**
 * out of the box, divi hides the icon on an 
 * open accordion item
 **/
body.has-vital-theme-modifications .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block;
}

/**
 * specialty class to add a 'close' icon
 * to an opened accordion item
 **/
.vtl-accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block;
  content: "K" !important;
}

@media (min-width: 768px) {
  .has-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 20px;
  }
}

body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark) {
  --color: #FFFFFF;
  --color--hover: #FFFFFF;
  --background-color: #999D4E;
  --background-color--hover: #BBC150;
  --border-color: #999D4E;
  --border-color--hover: #BBC150;
  color: var(--color);
  background-color: var(--background-color);
  border: 2px solid var(--border-color);
  font-weight: bold;
  text-transform: uppercase;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark), body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover, body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover,
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover,
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover {
  letter-spacing: 3px;
  line-height: 22px;
  font-size: 16px;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover, body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover,
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover,
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):hover {
  color: var(--color--hover) !important;
  background-color: var(--background-color--hover);
  border-color: var(--border-color--hover) !important;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-outline), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-outline),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-outline),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-outline) {
  --color: #999d4e;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark, .vtl-button-style-text-dark), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark, .vtl-button-style-text-dark) {
  --color: #ffffff;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline) {
  --background-color: transparent;
  --background-color--hover: transparent;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-outline-dark) {
  --border-color: #ffffff;
  --border-color--hover: #ffffff;
  --background-color: transparent;
  --background-color--hover: #FFFFFF;
  --color--hover: #999d4e;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark, .vtl-button-style-outline), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark, .vtl-button-style-outline),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark, .vtl-button-style-outline),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark, .vtl-button-style-outline) {
  --color--hover: #BBC150;
}
body .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark), body .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark),
body.et_pb_button_helper_class .et_pb_button.et_pb_bg_layout_light:is(.vtl-button-style-default, .vtl-button-style-outline, .vtl-button-style-text, .vtl-button-style-outline-dark, .vtl-button-style-text-dark):is(.vtl-button-style-text, .vtl-button-style-text-dark) {
  --background-color: transparent;
  --background-color--hover: transparent;
  --border-color: transparent;
  --border-color--hover: transparent;
  border-width: 0;
  padding: 0 !important;
}

.has-vital-theme-modifications .et_pb_bg_layout_dark .et_pb_slide_description {
  /*
   * out of the box divi applies a text-shadow
   * and no means of shutting off dark mode ?!?!?
   * -- let's let the admin pick if they want text-shadows
   **/
  text-shadow: none;
}
.has-vital-theme-modifications .vtl-slider--hide-slide-title .et_pb_slide_title {
  display: none;
}
.has-vital-theme-modifications .vtl-slider--always-show-arrows .et-pb-arrow-next,
.has-vital-theme-modifications .vtl-slider--always-show-arrows .et-pb-arrow-prev {
  opacity: 1;
}
.has-vital-theme-modifications .vtl-slider--use-alternate-arrows .et-pb-arrow-next,
.has-vital-theme-modifications .vtl-slider--use-alternate-arrows .et-pb-arrow-prev {
  display: block;
  width: 19px;
  height: 34px;
  font-size: initial;
}
.has-vital-theme-modifications .vtl-slider--use-alternate-arrows .et-pb-arrow-next:before,
.has-vital-theme-modifications .vtl-slider--use-alternate-arrows .et-pb-arrow-prev:before {
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: inherit;
  height: inherit;
}
.has-vital-theme-modifications .vtl-slider--use-alternate-arrows .et-pb-arrow-prev:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2234%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M18.884%202.328%204.21%2017l14.673%2014.672-1.768%201.768L.676%2017%2017.116.56z%22%20fill%3D%22%23999D4E%22%20fill-rule%3D%22nonzero%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.has-vital-theme-modifications .vtl-slider--use-alternate-arrows .et-pb-arrow-next:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2234%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M.116%2031.672%2014.79%2017%20.116%202.328%201.884.56%2018.324%2017%201.884%2033.44z%22%20fill%3D%22%23999D4E%22%20fill-rule%3D%22nonzero%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.has-vital-theme-modifications .vtl-slider--align-content-top .et_pb_slides .et_pb_slider_container_inner {
  vertical-align: top;
}
.has-vital-theme-modifications .vtl-slider--arrows-bottom-left {
  position: relative;
}
.has-vital-theme-modifications .vtl-slider--arrows-bottom-left .et-pb-slider-arrows {
  padding-top: 16px;
  display: flex;
}
.has-vital-theme-modifications .vtl-slider--arrows-bottom-left .et-pb-slider-arrows > * + * {
  margin-left: 16px;
}
.has-vital-theme-modifications .vtl-slider--arrows-bottom-left .et_pb_slide {
  padding-left: 0;
  padding-right: 0;
}
.has-vital-theme-modifications .vtl-slider--arrows-bottom-left .et-pb-arrow-next,
.has-vital-theme-modifications .vtl-slider--arrows-bottom-left .et-pb-arrow-prev {
  position: relative;
  top: auto;
  margin-top: 0;
}
.has-vital-theme-modifications .vtl-slider--arrows-disable-animation .et-pb-arrow-next, .has-vital-theme-modifications .vtl-slider--arrows-disable-animation:hover .et-pb-arrow-next {
  right: 0;
}
.has-vital-theme-modifications .vtl-slider--arrows-disable-animation .et-pb-arrow-prev, .has-vital-theme-modifications .vtl-slider--arrows-disable-animation:hover .et-pb-arrow-prev {
  left: 0;
}

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 26px auto 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pagination .page-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: inherit;
  text-align: center;
}
.pagination .page-numbers:not(.current):hover, .pagination .page-numbers:not(.current):focus {
  color: var(--color--royal-blue);
}
.pagination .page-numbers.current {
  color: var(--color--royal-blue);
  font-weight: 600;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  width: 32px;
  height: 32px;
  transform-origin: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTMgOCI+CiAgPHBhdGggZmlsbD0iIzAwNTdiNyIgZD0iTTEzIDEuNUwxMS41IDBsLTUgNC45LTUtNC45TDAgMS41IDYuNSA4eiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  font-size: 0;
}
.pagination .page-numbers.prev {
  transform: rotate(90deg);
}
.pagination .page-numbers.next {
  transform: rotate(-90deg);
}
.pagination .page-numbers li {
  list-style: none;
}
.pagination .disabled {
  opacity: 0.25;
}
.pagination .prev,
.pagination .previous {
  margin-right: 10px;
}
.pagination .next {
  margin-left: 10px;
}
.pagination .prev,
.pagination .previous,
.pagination .next {
  position: relative;
  width: 32px;
  height: 32px;
}
.pagination .prev a,
.pagination .previous a,
.pagination .next a {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transform-origin: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTMgOCI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTEzIDEuNUwxMS41IDBsLTUgNC45LTUtNC45TDAgMS41IDYuNSA4eiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  font-size: 0;
}
.pagination .previous a {
  transform: rotate(90deg);
}
.pagination .next a {
  transform: rotate(-90deg);
}

@media screen and (max-width: 980px) {
  body:has(.mobile_nav.opened) {
    height: 100vh;
    overflow: hidden;
  }
}

@media screen and (max-width: 980px) {
  .et_mobile_menu {
    background-color: #FFFFFF;
    text-align: left;
    border-top: 0;
    box-shadow: none;
    padding: 26px 36px;
    height: calc(100vh - var(--full-header-height));
    overflow: scroll;
  }
}
.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.et_mobile_menu .menu-item-has-children > a:after {
  content: "";
  display: block;
  color: var(--color--royal-blue);
  will-change: transform;
  transition: transform 0.4s ease;
  position: relative;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 120 120%27 width=%2720%27 height=%2720%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27black%27/></g></svg>");
  background-size: 67%;
  background-position: center;
  background-repeat: no-repeat;
}
.et_mobile_menu li a {
  text-transform: none;
  color: #000;
  letter-spacing: 0.1px;
  border-bottom: 0;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.et_mobile_menu li a:hover {
  background-color: transparent;
  opacity: 1;
}
.et_mobile_menu li li a {
  padding: 11px 0;
  font-size: 16px;
}
.et_mobile_menu .social_media_menu_icon {
  display: inline-block;
}
.et_mobile_menu .social_media_menu_icon + .social_media_menu_icon {
  margin-left: 6px;
}
.et_mobile_menu .social_media_menu_icon a {
  color: #0057b7;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.16s ease-in-out;
  font-size: 29px;
}
.et_mobile_menu .social_media_menu_icon a i {
  width: 29px;
  height: 29px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.et_mobile_menu .social_media_menu_icon a:hover {
  opacity: 0.8;
}

#main-header {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1019607843);
}
#main-header .et_mobile_menu li ul {
  padding-left: 0;
}

.has-vital-theme-modifications #top-menu > .menu-item.cta-button,
.has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button {
  align-self: center;
}
.has-vital-theme-modifications #top-menu > .menu-item.cta-button a,
.has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  font-size: 14px;
  line-height: 1.7142857143;
  --color: var(--color--white);
  --bg-color: var(--color--royal-blue);
  --border-color: var(--color--royal-blue);
  background-color: var(--bg-color);
  color: var(--color) !important;
  border-color: var(--border-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  padding-inline: 12px;
  padding-block: 7px;
  text-align: center;
  transition: all 0.4s ease;
  will-change: color, border-color, background-color;
}
.has-vital-theme-modifications #top-menu > .menu-item.cta-button a:hover,
.has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button a:hover {
  --bg-color: transparent;
  --color: var(--color--royal-blue);
  opacity: 1;
}
@media screen and (min-width: 980px) {
  .has-vital-theme-modifications #top-menu > .menu-item.cta-button a,
  .has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button a {
    line-height: 1.2857142857;
    padding-block: 5px;
  }
}
@media screen and (min-width: 980px) {
  .has-vital-theme-modifications #top-menu > .menu-item.cta-button + .cta-button,
  .has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button + .cta-button {
    margin-left: 12px;
  }
}
@media screen and (max-width: 979px) {
  .has-vital-theme-modifications #top-menu > .menu-item.cta-button,
  .has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .has-vital-theme-modifications #top-menu > .menu-item.cta-button + .cta-button,
  .has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button + .cta-button {
    margin-top: 24px;
  }
}
.has-vital-theme-modifications #top-menu > .menu-item.cta-button-style_outline a,
.has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button-style_outline a {
  --bg-color: transparent;
  --color: var(--color--royal-blue);
}
.has-vital-theme-modifications #top-menu > .menu-item.cta-button-style_outline a:hover,
.has-vital-theme-modifications .et_mobile_menu > .menu-item.cta-button-style_outline a:hover {
  --bg-color: var(--color--royal-blue);
  --color: var(--color--white);
}
@media screen and (min-width: 980px) {
  .has-vital-theme-modifications #top-menu li:last-child,
  .has-vital-theme-modifications .et_mobile_menu li:last-child {
    float: none;
  }
}

@media (min-width: 981px) {
  .has-vital-theme-modifications.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li.cta-button > a, .has-vital-theme-modifications.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li.cta-button > a {
    padding-bottom: 5px;
  }
}
.has-vital-theme-modifications #main-header .et_mobile_menu .menu-item-has-children .sub-menu {
  display: none !important;
}
.has-vital-theme-modifications #main-header .et_mobile_menu .menu-item-has-children.sub-menu-open .sub-menu {
  display: block !important;
}
.has-vital-theme-modifications #main-header .et_mobile_menu .menu-item-has-children.sub-menu-open a:after {
  transform: rotate(180deg);
}

/*
need to clear from custom css in DIVI admin:
.et_mobile_menu li a { color: #fff }
.et_mobile_menu { border-top: 3px solid #256eb4 }
*/
.has-vital-theme-modifications .vital-tabs--our-process {
  --tab-controls-bottom-offset: 70px;
  --tab-controls-height: 50px;
  --tab-controls-top-offset: 90px;
  --counter-progress-position: 0%;
  --counter-progress-height: 10px;
  --counter-active-bg-color: var(--color--royal-blue);
  --counter-inactive-bg-color: #f3f5f8;
  border: none;
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls {
  background-color: transparent;
  counter-reset: process;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: var(--tab-controls-bottom-offset);
  margin-top: calc(-1 * (var(--tab-controls-bottom-offset) + var(--tab-controls-height)));
  /* NOTE: et_pb_tab_X is used for tab content too */
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls > [class^=et_pb_tab_] {
  --counter-bg-color: var(--counter-inactive-bg-color);
  --counter-color: currentColor;
  --counter-size: 26px;
  /* style for the active tab and any tabs before it */
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls > [class^=et_pb_tab_].et_pb_tab_active, .has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls > [class^=et_pb_tab_]:has(~ .et_pb_tab_active) {
  --counter-bg-color: var(--counter-active-bg-color);
  --counter-color: #ffffff;
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls > [class^=et_pb_tab_] {
  border-right: 0;
  width: 100%;
  max-width: 165px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls > [class^=et_pb_tab_] > a {
  padding-inline: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls > [class^=et_pb_tab_] > a:before {
  flex-shrink: 0;
  counter-increment: process;
  font-size: 16px;
  z-index: 2;
  color: currentColor;
  content: counter(process);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--counter-size);
  height: var(--counter-size);
  border-radius: 50%;
  background-color: var(--counter-bg-color, transparent);
  color: var(--counter-color, currentColor);
  transition: all 0.16s ease-in-out;
  will-change: background-color, color;
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls > [class^=et_pb_tab_] > a:after {
  width: 2px;
  background-color: var(--counter-bg-color);
  height: calc(var(--tab-controls-bottom-offset) + 50% + 1px - var(--counter-progress-height));
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(var(--counter-size) / 2);
  z-index: 1;
  transition: background-color 0.16s ease-in-out;
  will-change: background-color;
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls {
  /* remove the bottom border */
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls:after {
  width: 100vw;
  background-color: var(--counter-inactive-bg-color);
  height: var(--counter-progress-height);
  border: none;
  position: absolute;
  top: calc(var(--tab-controls-bottom-offset) + var(--tab-controls-height));
  left: 50%;
  transform: translate(-50vw, -100%);
  /*
  background-image: linear-gradient(
  	90deg,
  	var(--counter-active-bg-color) 0%, 
  	var(--counter-active-bg-color) var(--counter-progress-position, 0%), 
  	var(--counter-inactive-bg-color) var(--counter-progress-position, 0%), 
  	var(--counter-inactive-bg-color) 100%
  );
  transition: background-image .16s ease-in-out;
  will-change: background-image;
  */
}
.has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls:before {
  width: var(--counter-progress-position);
  background-color: var(--counter-active-bg-color);
  height: var(--counter-progress-height);
  position: absolute;
  top: calc(var(--tab-controls-bottom-offset) + var(--tab-controls-height));
  left: 50%;
  transform: translate(-50vw, -100%);
  transition: width 0.16s ease-out;
  will-change: width;
  z-index: 10;
  content: "";
}
@media screen and (max-width: 979px) {
  .has-vital-theme-modifications .vital-tabs--our-process ul.et_pb_tabs_controls {
    display: none;
  }
}
.has-vital-theme-modifications .vital-tabs--our-process .et_pb_all_tabs {
  padding-top: 90px;
  padding-bottom: 30px;
}
@media screen and (min-width: 981px) {
  .has-vital-theme-modifications .vital-tabs--our-process .et_pb_all_tabs {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown {
  --garnish-internal-offset: 36px;
  display: block;
  width: 100%;
  margin-top: -90px;
  position: relative;
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown:before, .has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown:after {
  content: "";
  pointer-events: none;
  transform: translate(-50vw, -100%);
  position: absolute;
  top: calc(100% + 44px);
  left: 50%;
  height: var(--counter-progress-height);
  z-index: 9;
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown:before {
  width: 100vw;
  background-color: var(--counter-inactive-bg-color);
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown:after {
  background-color: var(--counter-active-bg-color);
  width: calc(var(--horizontal-offset, 32px) + var(--garnish-internal-offset, 36px));
  border: none;
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown .form-el-wrapper {
  position: relative;
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown .form-el-wrapper:before {
  content: "";
  width: 2px;
  height: 34px;
  background-color: var(--counter-active-bg-color);
  display: block;
  position: absolute;
  top: 100%;
  left: var(--garnish-internal-offset, 36px);
  margin-left: -2px;
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown .form-el-wrapper:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 120 120%27 width=%2720%27 height=%2720%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27black%27/></g></svg>");
  background-size: 67%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown .alternate-dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #042245;
  padding: 12px;
  border: 1px solid #aaa;
  display: block;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .has-vital-theme-modifications .vital-tabs--our-process--alt-dropdown {
    display: none;
  }
}

.image-blurb-card .et_pb_blurb_container {
  padding: 30px;
  padding-bottom: -60px;
}
.image-blurb-card:hover .et_pb_main_blurb_image .et_pb_image_wrap img {
  transform: scale(1.05);
}
.image-blurb-card:hover .et_pb_main_blurb_image::after {
  background-position: right 1px center;
}
.image-blurb-card .et_pb_main_blurb_image {
  position: relative;
  margin-bottom: 0;
}
.image-blurb-card .et_pb_main_blurb_image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background-image: url("data:image/svg+xml,<svg width=\"7\" height=\"11\" viewBox=\"0 0 7 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 9.31198L5.181 5.13095L1 0.949951\" stroke=\"white\" stroke-width=\"2\"/></svg>");
  background-position: right 6px center;
  background-repeat: no-repeat;
  content: "Learn More";
  transition: ease all 0.3s 0s;
}
.image-blurb-card .et_pb_image_wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.image-blurb-card .et_pb_image_wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 982px) {
  .image-blurb-card .et_pb_image_wrap img {
    height: 210px;
  }
}
.image-blurb-card .et_pb_image_wrap::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  display: block;
  width: 35px;
  height: 100%;
  background-color: inherit;
  content: "";
}
.image-blurb-card .et_pb_image_wrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-color: inherit;
  content: "";
}
.image-blurb-card .et_pb_blurb_content {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
}

.image-card-grid .et_pb_blurb_content .et_pb_blurb_container {
  vertical-align: middle !important;
}

.placement-card {
  border: 1px solid transparent;
}
.placement-card:hover {
  border: 1px solid #C6D9F6;
  background: #F3F7FC;
  transition: ease all 0.3s 0s;
}
.placement-card:hover .cta-link {
  background-position: right 1px center;
}
.placement-card .et_pb_blurb_content {
  height: 100%;
}
@media screen and (min-width: 982px) {
  .placement-card .et_pb_blurb_content {
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 982px) {
  .placement-card .et_pb_blurb_container {
    display: flex;
    flex-flow: column;
  }
}
.placement-card .et_pb_blurb_description {
  position: relative;
  padding-bottom: 40px;
  flex-grow: 1;
}
.placement-card .cta-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  color: #999D4E;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background-image: url("data:image/svg+xml,<svg width=\"8\" height=\"11\" viewBox=\"0 0 8 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.5 9.681L5.681 5.49997L1.5 1.31897\" stroke=\"%23999D4E\" stroke-width=\"2\"/></svg>");
  background-position: right 6px center;
  background-repeat: no-repeat;
  content: "";
  transition: ease all 0.3s 0s;
}

.et-db #et-boc .et-l .et_pb_section .ei-search__form input[type=submit] {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3529411765;
  letter-spacing: 0.75px;
}

.et-db #et-boc .et-l .et_pb_section .ei-results__sidebar {
  background-color: #266eb4;
  padding: 48px 24px;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__sidebar-title {
  line-height: 1.2;
  margin-bottom: 16px;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__sidebar-text {
  font-size: 16px;
  line-height: 1.5;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__form {
  margin-top: 24px;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__form * {
  margin-bottom: 0;
  width: auto;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__form > * {
  margin-bottom: 24px;
  width: 100%;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__form input[type=text] {
  padding: 20px 16px;
  text-transform: none;
  color: #999999;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: normal;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__form .select2-container {
  margin-right: 0;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__form input[type=submit] {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3529411765;
  letter-spacing: 0.75px;
  width: 100%;
}

.et-db #et-boc .et-l .et_pb_section .ei-results {
  margin-left: auto;
  margin-right: auto;
  max-width: 1162px;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  row-gap: 48px;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-results {
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-results__col {
  padding-left: 0;
  padding-right: 0;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__col--right {
  width: auto;
  flex-basis: 100%;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-results__col--right {
    flex-basis: 31.25%;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-results__col--left {
  width: auto;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-results__col--left {
    flex-basis: 58.5%;
  }
}
@media screen and (max-width: 991px) {
  .et-db #et-boc .et-l .et_pb_section .ei-results__col--left {
    order: unset;
  }
}
.et-db #et-boc .et-l .et_pb_section {
  /* individual search results item */
}
.et-db #et-boc .et-l .et_pb_section .ei-results__item {
  padding-top: 0;
  padding-bottom: 32px;
  flex-direction: column;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__item + .ei-results__item {
  margin-top: 24px;
}
.et-db #et-boc .et-l .et_pb_section .ei-results__item-content {
  width: 100%;
  padding-right: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .et-db #et-boc .et-l .et_pb_section .ei-results__item-content {
    padding-bottom: 0;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-results__item-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (min-width: 640px) {
  .et-db #et-boc .et-l .et_pb_section .ei-results__item-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-results__item-title {
  font-weight: 600;
  line-height: 1.2;
}
.et-db #et-boc .et-l .et_pb_section .ei-job-detail__sidebar-text {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}
.et-db #et-boc .et-l .et_pb_section .ei-job-detail__sidebar-text svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.et-db #et-boc .et-l .et_pb_section .ei-job-detail__sidebar-text__salary {
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .et-db #et-boc .et-l .et_pb_section .ei-job-detail__sidebar-text__salary {
    grid-column-start: 2;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-results__btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3529411765;
  letter-spacing: 0.75px;
  padding: 12px 64px;
  margin-top: 64px;
}

.et-db #et-boc .et-l .et_pb_section .ei-job-detail {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 32px;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-job-detail {
    flex-direction: row;
    justify-content: space-between;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-job-detail__content {
  max-width: none;
}
.et-db #et-boc .et-l .et_pb_section .ei-job-detail__col {
  padding-left: 0;
  padding-right: 0;
}
.et-db #et-boc .et-l .et_pb_section .ei-job-detail__col--left {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-job-detail__col--left {
    width: auto;
    flex-basis: 56.75%;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-job-detail__col--right {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-job-detail__col--right {
    width: auto;
    flex-basis: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .et-db #et-boc .et-l .et_pb_section .ei-job-detail__col--right {
    flex-basis: 27.35%;
  }
}
@media screen and (max-width: 991px) {
  .et-db #et-boc .et-l .et_pb_section .ei-job-detail__sidebar {
    margin-top: 0;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-search__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.et-db #et-boc .et-l .et_pb_section .ei-apply .ei-search__text {
  margin-bottom: 16px;
}
.et-db #et-boc .et-l .et_pb_section .ei-apply .gform_wrapper .gform_fields {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.et-db #et-boc .et-l .et_pb_section .ei-apply .gform_wrapper .gform_fields .gfield {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.et-db #et-boc .et-l .et_pb_section .ei-apply .gform_wrapper .gform_fields .gfield.gfield_html h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 1.2666666667;
  margin-bottom: 10px;
  margin-top: 35px;
}
.et-db #et-boc .et-l .et_pb_section .ei-apply .gform_wrapper .gform_fields .gfield.gfield--type-fileupload .gfield_label {
  font-size: 16px;
  line-height: 1.5 !important;
  font-weight: 700;
  flex-basis: 40%;
  letter-spacing: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-right: 24px;
}
.et-db #et-boc .et-l .et_pb_section .ei-apply .gform_wrapper .gform_fields .gfield.gfield--type-textarea .gfield_label {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.5;
}
.et-db #et-boc .et-l .et_pb_section .ei-apply .gform_wrapper .gform_footer input[type=submit] {
  border-color: #0057b7;
  background-color: #0057b7;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 799px) {
  .et-db #et-boc .et-l .et_pb_section .ei-apply .gform_legacy_markup_wrapper .gfield--type-fileupload {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .et-db #et-boc .et-l .et_pb_section .ei-apply .gform_legacy_markup_wrapper .gfield--type-fileupload .gfield_label {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .et-db #et-boc .et-l .et_pb_section .ei-apply .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    width: auto;
    line-height: 1.5 !important;
  }
}

.erei_apply_now {
  max-width: 1162px;
  margin-inline: auto;
}

.erei_advanced_search {
  max-width: 1162px;
  margin-inline: auto;
}
.erei_advanced_search .ei-search__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}
.erei_advanced_search .ei-search__form input[type=submit],
.erei_advanced_search .ei-search__form input[name=search],
.erei_advanced_search .ei-search__form .select2-container {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (min-width: 640px) {
  .erei_advanced_search .ei-search__form .select2-container {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media screen and (min-width: 800px) {
  .erei_advanced_search .ei-search__form .select2-container {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 992px) {
  .erei_advanced_search .ei-search__form .select2-container {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.erei_advanced_search .ei-search__form .select2-container {
  margin-right: 0;
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .erei_advanced_search .ei-search__form .select2-container {
    margin-top: 0;
  }
}

.et-db #et-boc .et-l .et_pb_section .ei-search__row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-search__row {
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-search__row .ei-search__col {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-search__row .ei-search__col--right {
    width: 30%;
  }
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-search__row .ei-search__col--left {
    width: 66%;
  }
}
.et-db #et-boc .et-l .et_pb_section .ei-search__form input[type=text] {
  text-transform: none;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: normal;
  border-color: #aaa;
  padding: 20px 16px;
}
@media screen and (min-width: 800px) {
  .et-db #et-boc .et-l .et_pb_section .ei-search__form input[type=text] {
    padding: 28px 24px;
  }
}

.ei-banner-form .select2-container--default .select2-selection__rendered {
  display: none;
}

iframe.iframe-class[src*=bullhorn-oscp] {
  width: 100%;
  height: 1200px;
}

.page-template-page-employee-resource .page-wrapper {
  background-image: url(images/page-pattern-bg.845ae1fc.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.page-template-page-employee-resource .container {
  max-width: 1400px;
}
.page-template-page-employee-resource .posts-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.page-template-page-employee-resource .posts-wrapper .post-card {
  width: calc(33.33% - 27px);
  background: #fff;
  border-bottom: 8px solid #a2a568;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .page-template-page-employee-resource .posts-wrapper .post-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .page-template-page-employee-resource .posts-wrapper .post-card {
    width: 100%;
  }
}
.page-template-page-employee-resource .posts-wrapper .post-card .card-image {
  position: relative;
  display: block;
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.page-template-page-employee-resource .posts-wrapper .post-card .card-image::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: ease all 0.3s;
  content: "";
}
.page-template-page-employee-resource .posts-wrapper .post-card .card-image::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  transform: translate(-50%, -50%);
  transition: ease all 0.3s;
  content: "+";
}
.page-template-page-employee-resource .posts-wrapper .post-card .card-image:hover::after {
  background-color: rgba(0, 86, 184, 0.8);
}
.page-template-page-employee-resource .posts-wrapper .post-card .card-image:hover::before {
  opacity: 1;
}
.page-template-page-employee-resource .posts-wrapper .post-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-employee-resource .posts-wrapper .post-card .card-content {
  padding: 29px 20px 30px;
}
.page-template-page-employee-resource .posts-wrapper .post-card .post-title {
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: 4px;
}
.page-template-page-employee-resource .posts-wrapper .post-card .post-title a {
  color: #0057b7;
}
.page-template-page-employee-resource .posts-wrapper .post-card .post-date {
  color: #042245;
  font-size: 16px;
  font-weight: 500;
}

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