/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 22, 2017 */
@font-face {
  font-family: 'Venti Medium Bold';
  src: url("../fonts/venticf-bold-webfont.woff2") format("woff2"), url("../fonts/venticf-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Venti Demi Bold';
  src: url("../fonts/venticf-demibold-webfont.woff2") format("woff2"), url("../fonts/venticf-demibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Venti Light';
  src: url("../fonts/venticf-light-webfont.woff2") format("woff2"), url("../fonts/venticf-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Venti Medium';
  src: url("../fonts/venticf-medium-webfont.woff2") format("woff2"), url("../fonts/venticf-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html,
body,
button,
select,
input {
  font-family: 'Venti Medium'; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 16px;
  font-family: "Venti Medium", sans-serif;
  line-height: 1.2;
  color: #464646;
  scroll-behavior: smooth; }

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

.site-layout {
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.container-large {
  max-width: 2080px; }

.stage-site {
  padding-top: clamp(50px, 3vw, 50px);
  padding-bottom: 30px; }

.site-header {
  position: relative; }

.brand-name {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1; }
  .brand-name img {
    max-width: 100%;
    display: block;
    width: 230px; }

.site-nav {
  display: none; }

@media (min-width: 1200px) {
  .brand-name {
    top: 38px;
    left: 38px; }

  .site-header {
    margin-bottom: 40px; }

  .site-nav {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 18px;
    font-family: "Venti Medium Bold", sans-serif;
    z-index: 2; }
    .site-nav li {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
      .site-nav li:last-child {
        margin-right: 0; }
    .site-nav a {
      color: white;
      text-decoration: none; } }
@media (min-width: 1600px) {
  .site-nav {
    right: 40px;
    top: 50px; }
    .site-nav li {
      margin-left: 14px;
      margin-right: 14px; }
      .site-nav li:last-child {
        margin-right: 0; }
    .site-nav a {
      color: white; } }
.site-footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 140px; }

.footer-text {
  font-family: "Venti Light", sans-serif;
  font-size: clamp(22px, 2.6vw, 25px);
  line-height: 1.2;
  color: #5C8CC9;
  margin-bottom: 32px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.footer-action {
  margin-bottom: 25px; }
  .footer-action .button {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto; }

.copy {
  font-size: 14px;
  font-family: "Venti Medium", sans-serif; }

.sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 20px;
  font-family: "Venti Medium Bold", sans-serif;
  color: white;
  background: #153C6E;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  text-wrap: balance;
  z-index: 1; }
  .sticky a {
    color: white;
    text-decoration: none; }
  .sticky strong {
    font-weight: 400; }
  .sticky:hover .link {
    text-decoration: none; }
  .sticky .link {
    color: white;
    text-decoration: underline; }
  .sticky strong {
    color: #5C8CC9; }
  .sticky .image {
    display: none; }
    .sticky .image img {
      width: 65px;
      display: block;
      max-width: 100%; }

@media (min-width: 1200px) {
  .footer-text {
    margin-bottom: 60px;
    margin-top: 10px; }

  .footer-action {
    margin-bottom: 40px; }

  .sticky {
    position: fixed;
    left: auto;
    right: 0;
    bottom: 15%;
    width: 178px;
    font-size: 18px;
    line-height: 1.3;
    box-shadow: 0px 13px 16px #00000050;
    border-radius: 27px 0px 0px 27px; }
    .sticky .link {
      font-size: 23px;
      display: block; }
    .sticky .image {
      display: inline-block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: -43px; } }
.text-style {
  color: #464646; }

.media img {
  display: block;
  max-width: 100%; }

.image-tag {
  margin-bottom: 14px; }

.h1 {
  font-size: clamp(27px, 3vw, 55px);
  font-family: "Venti Medium", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px; }

.h2 {
  font-size: clamp(30px, 3vw, 44px);
  font-family: "Venti Medium", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px; }

.h3 {
  font-size: clamp(27px, 3vw, 40px);
  font-family: "Venti Medium", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 14px; }

.h4 {
  font-size: clamp(16px, 2.4vw, 24px);
  font-family: "Venti Medium Bold", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 10px; }

.color-alt {
  color: #5C8CC9; }

.header-group {
  text-align: center;
  font-size: clamp(19px, 2vw, 25px);
  font-family: "Venti Light", sans-serif;
  margin-bottom: clamp(20px, 3.3vw, 55px); }
  .header-group p {
    max-width: 676px;
    margin-left: auto;
    margin-right: auto; }

.icon-group {
  text-align: center; }
  .icon-group .icon {
    margin-bottom: 14px; }

.icon-group-item {
  margin-bottom: 38px; }

.item-title {
  font-family: "Venti Medium", sans-serif;
  font-size: clamp(27px, 2vw, 40px);
  line-height: 1.1;
  color: #5C8CC9;
  margin-bottom: 8px; }

.item-text {
  font-family: "Venti Light", sans-serif;
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.2;
  text-wrap: balance; }

.section {
  padding-top: clamp(20px, 2vw, 40px); }

.section-header {
  text-align: center; }

.slider-group-wrap {
  margin-left: -20px;
  margin-right: -20px;
  position: relative; }

.slider-group .slick-dots {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 30px; }
  .slider-group .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px; }
    .slider-group .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 0;
      border: none;
      border-radius: 100%;
      cursor: pointer;
      color: transparent;
      outline: none;
      background: #5C8CC9; }
    .slider-group .slick-dots li:hover button, .slider-group .slick-dots li.slick-active button {
      background: #153C6E; }

.slider-item {
  border: 1px solid #5C8CC9;
  border-radius: 20px;
  min-height: 320px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #5C8CC9;
  padding: 20px 15px;
  margin: 0 3px;
  transition: 0.33s;
  transform: scale(0.9);
  transform-origin: center center; }
  .slider-item.slick-current {
    background-color: #5C8CC9;
    color: white;
    transform: scale(1); }

.slider-item-inner {
  text-align: center; }

.slide-body {
  font-family: "Venti Medium", sans-serif;
  font-size: clamp(18px, 2.6vw, 22px);
  line-height: 1.2;
  text-wrap: balance; }

.slide-title {
  font-family: "Venti Medium", sans-serif;
  font-size: clamp(27px, 2.8vw, 40px);
  line-height: 1.2;
  text-wrap: balance;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px; }

.slide-action {
  margin-top: 26px; }

.map {
  position: relative; }
  .map .image-map {
    display: block;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover; }

.bottom-row {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr; }

.bottom-col {
  display: flex;
  align-items: center;
  justify-content: center; }
  .bottom-col .inner {
    text-align: center; }

.bottom-col-banner {
  background-color: #DDECFF; }
  .bottom-col-banner .inner {
    height: 100%;
    background-image: url(../images/contact-logo.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #153C6E;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .bottom-col-banner .h2 {
    text-wrap: balance; }

.balloon {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  background: #5b9bd5;
  /* Adjust color as needed */
  color: white;
  border-radius: 2rem;
  padding: 12px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: block;
  width: 222px;
  box-shadow: 0px 13px 16px #00000067;
  font-size: clamp(13px, 2vw, 15px); }
  .balloon a {
    color: white;
    text-decoration: none;
    font-family: "Venti Medium Bold", sans-serif; }
    .balloon a span {
      text-decoration: underline;
      transition: 0.33s; }
    .balloon a:hover span {
      text-decoration: none; }
  .balloon img {
    width: 132px;
    margin-right: -20px;
    margin-bottom: 8px; }

/* Triangle pointer */
.balloon::after {
  content: "";
  position: absolute;
  bottom: -12px;
  /* adjust based on size */
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 10px 0 10px;
  border-style: solid;
  border-color: #5b9bd5 transparent transparent transparent; }

.address {
  font-family: "Venti Light", sans-serif;
  font-size: clamp(18px, 2.2vw, 33px);
  line-height: 1.2;
  text-wrap: balance; }

@media (min-width: 400px) {
  .map {
    flex: 0 0 100%; }
    .map .image-map {
      aspect-ratio: auto;
      width: 100%;
      max-height: 480px;
      object-fit: cover; } }
@media (min-width: 600px) {
  .icon-group {
    display: flex; }

  .icon-group-item {
    flex: 0 0 33.33%; }
    .icon-group-item .icon {
      display: flex;
      align-items: center;
      min-height: 75px;
      justify-content: center; }
    .icon-group-item .item-text {
      max-width: 334px;
      margin-left: auto;
      margin-right: auto; }

  .bottom-row {
    display: flex; }

  .bottom-col {
    flex: 0 0 50%; }

  .slider-item {
    min-height: 460px !important; }

  .slide-title {
    min-height: 96px; }

  .image-tag {
    margin-bottom: 24px; }
    .image-tag img {
      width: 400px; }

  .header-group .h3 br {
    display: none; } }
@media (min-width: 1200px) {
  .map .image-map {
    max-height: 650px; }

  .image-tag {
    margin-bottom: 44px; }
    .image-tag img {
      width: 620px; }

  .bottom-row {
    margin-top: 50px; }

  .bottom-col-banner .inner {
    max-width: calc(548px + 140px);
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 0;
    margin-right: auto; }
  .bottom-col-banner .address br {
    display: none; }

  .balloon {
    padding-top: 22px;
    padding-bottom: 25px;
    width: 300px;
    border-radius: 80px; }
    .balloon img {
      width: 140px; }

  .slider-group-wrap {
    margin-top: 50px; }

  .icon-group {
    margin-bottom: 20px; } }
@media (min-width: 1600px) {
  .bottom-col-banner .inner {
    max-width: calc(548px + 240px);
    background-size: 320px;
    padding-bottom: 100px; }

  .balloon {
    top: 29%;
    padding-top: 24px;
    padding-bottom: 30px;
    width: 300px; }
    .balloon img {
      width: 180px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 99999; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.5; }

.slick-prev {
  left: 10px;
  background-image: url("../images/arrow-left.svg"); }

.slick-next {
  right: 10px;
  background-image: url("../images/arrow-right.svg"); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 1px solid white;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: white; }

.slick-dots li.slick-active button {
  background: white; }

@media (min-width: 800px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 80px; }

  .slick-prev {
    left: 20px; }

  .slick-next {
    right: 20px; }

  .slick-dots li {
    width: 15px;
    height: 15px; }

  .slick-dots li button {
    width: 15px;
    height: 15px; } }
.hero-row {
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }

.hero-column-body {
  background: #5C8CC9;
  color: white;
  padding: 30px 20px; }
  .hero-column-body .inner {
    max-width: 704px; }
  .hero-column-body .h2 {
    text-wrap: balance; }

@media (min-width: 500px) {
  .hero-column-media img {
    width: 100%;
    max-height: 500px;
    object-fit: cover; } }
@media (min-width: 900px) {
  .hero-row {
    display: flex; }

  .hero-column {
    flex: 0 0 50%; }

  .hero-column-media .media {
    height: 100%; }
  .hero-column-media img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: right center; } }
@media (min-width: 1200px) {
  .hero-column-body {
    padding-top: 160px;
    padding-left: 70px;
    padding-bottom: 70px; } }
.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: column; }

.column {
  padding: 10px;
  flex: 1; }

@media (min-width: 560px) {
  .row {
    margin-left: -13.3333333333px;
    margin-right: -13.3333333333px;
    flex-direction: row; }

  .column {
    flex: 0 0 50%;
    padding: 13.3333333333px; } }
.form {
  padding-top: 24px;
  padding-bottom: 20px;
  max-width: 452px; }

.form-control {
  display: block;
  width: 100%;
  height: clamp(45px, 3.5vw, 55px);
  padding: 5px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  background-clip: padding-box;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 3px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: "Venti Medium", sans-serif; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.4px rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.form-group {
  margin-bottom: 20px; }

.form-submit {
  margin-top: 26px; }

.form-label {
  display: block;
  padding-bottom: 6px;
  font-size: clamp(17px, 2.3vw, 20px); }

[class^="invalid-"] {
  color: #ff5678; }

.feedback {
  display: block;
  padding: 7.2727272727px 0;
  font-size: clamp(16px, 2.3vw, 18px);
  font-family: "Venti Medium Bold", sans-serif; }

.error-tag {
  font-size: clamp(16px, 2.3vw, 18px);
  font-family: "Venti Medium Bold", sans-serif;
  background-color: #FF0000;
  color: white;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 6px 3px;
  margin-right: 6px; }

.invisible {
  opacity: 0; }

.form-feedback {
  display: none; }

.custom-checkbox,
.custom-radio {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.custom-checkbox:focus + label::before,
.custom-radio:focus + label::before {
  -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2) !important;
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2) !important; }

.custom-checkbox:active + label::before,
.custom-radio:active + label::before {
  -webkit-transition-duration: 0;
  transition-duration: 0; }

.custom-checkbox + label,
.custom-radio + label {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding-left: 48px; }
  .custom-checkbox + label a,
  .custom-radio + label a {
    color: #fff; }

.custom-checkbox + label::before,
.custom-radio + label::before {
  background-color: #FFF;
  border: 1px solid #FFF;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  color: #153C6E;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px; }

.custom-checkbox + label::after,
.custom-radio + label::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  background-color: #444;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 18px;
  height: 18px;
  transform: scale(0);
  transform-origin: 50%;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

.custom-checkbox[disabled] + label::before,
.custom-radio[disabled] + label::before {
  animation: none;
  box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.5); }

.custom-checkbox[disabled]:active + label::before,
.custom-checkbox[disabled]:focus + label::before,
.custom-checkbox[disabled]:hover + label::before,
.custom-radio[disabled]:active + label::before,
.custom-radio[disabled]:focus + label::before,
.custom-radio[disabled]:hover + label::before {
  border-color: rgba(128, 128, 128, 0.5);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none;
  transition: none; }

.custom-checkbox + label::before,
.custom-checkbox + label::after {
  border-radius: 0; }

.custom-checkbox + label::after {
  background-color: transparent;
  top: 9px;
  left: 8px;
  width: 12px;
  height: 3.8px;
  border-style: solid;
  border-color: #153C6E;
  border-width: 0 0 4px 4px;
  border-radius: 0;
  border-image: none;
  transform: rotate(-45deg) scale(0);
  transition: none; }

.custom-checkbox:checked + label::after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

.custom-radio + label::before,
.custom-radio + label::after {
  border-radius: 50%; }

.custom-radio:checked:active + label::before,
.custom-radio:checked:focus + label::before {
  animation: none;
  filter: none;
  transition: none; }

.custom-radio:checked + label::before {
  -webkit-animation: none;
  animation: none;
  background-color: #fff; }

.custom-radio:checked + label::after {
  transform: scale(1); }

select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%3E%3Cpolygon%20fill%3D%22%234D4D4D%22%20points%3D%228%2C0%2016%2C0%2012%2C4%208%2C8%204%2C4%200%2C0%20%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: 1px solid grey;
  border-radius: 0;
  padding: 0.25em 0.4em;
  padding-right: 1.5em; }

select.custom-select:focus,
select.custom-select:hover {
  border-color: black;
  outline: none; }

select.custom-select:active {
  border-color: #900; }

select.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select.custom-select::-ms-expand {
    display: none; }

  select.custom-select:focus::-ms-value {
    background: transparent;
    color: grey; } }
.button {
  display: inline-flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  border: 2px solid #153C6E;
  background: #153C6E;
  padding: 12px 18px 8px;
  font-size: clamp(18px, 2vw, 18px);
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: 0.15s ease-in-out;
  outline: none;
  font-family: "Venti Medium Bold", sans-serif;
  border-radius: 40px;
  text-wrap: balance; }
  .button:hover {
    opacity: 0.8; }
  .button:focus {
    outline: none; }
  .button strong {
    color: #5C8CC9;
    font-weight: 400;
    font-family: "Venti Medium Bold", sans-serif; }

.button-fixed {
  min-width: 178px; }

.button-block {
  display: flex;
  width: 100%; }

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

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.vertical-space {
  margin-top: 30px;
  margin-bottom: 30px; }

.hidden {
  display: none !important; }

.color {
  color: #153C6E; }

hr {
  height: 2px;
  background: #333;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 20px 0; }

.uppercase {
  text-transform: uppercase; }

@media (min-width: 700px) {
  .only-mobile {
    display: none; } }

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