@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
 * GLOBAL/DEFAULT
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /* use clamp(1rem, 1.5vw, 2rem) for responsive sizing */
  /*.wpb_text_column a:not(.w-btn) {
		text-decoration: underline;
	}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
		cursor: text;
		pointer-events: none;
	}*/
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="tel:"] {
  white-space: nowrap;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    display: block;
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
html .l-main .w-hwrapper > div, html .l-footer .w-hwrapper > div {
  margin: 0.6rem;
}
@media screen and (max-width: 767px) {
  html h1, html h2, html h3, html h4 {
    text-align: center;
  }
}
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #1B9AF7;
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO BUTTONS */
}
.gform_wrapper .wpcf7-form-control-wrap {
  text-align: center;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper input textarea, .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_radio > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_radio > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before {
  content: "";
  font: normal 300 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #044575;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label {
  color: #044575;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  font: normal 400 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #044575;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #044575;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.hours-table .day {
  text-transform: uppercase;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 1px !important;
  border-color: var(--color-content-primary);
  border-radius: 0.5rem;
  overflow: hidden;
  background: transparent;
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: var(--color-content-primary) !important;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-body);
  font-size: 1.375rem !important;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.w-tabs.accordion.solid .w-tabs-section {
  background: var(--color-content-primary);
}
.w-tabs.accordion.solid .w-tabs-section-header {
  color: white !important;
}
.no-touch .w-tabs-section-header:hover {
  background: var(--color-content-secondary);
  color: white;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.ult-carousel-wrapper .slick-arrow {
  width: 2em;
  height: 2em;
  color: white !important;
  background: var(--color-content-primary) !important;
  border-radius: 50%;
}
.ult-carousel-wrapper .slick-dots li {
  height: 0.75rem;
  width: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--color-content-primary);
  border-radius: 4em;
  margin: 0 0.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ult-carousel-wrapper .slick-dots li.slick-active {
  width: 3rem;
  background: var(--color-content-primary);
}
.ult-carousel-wrapper .slick-dots li i {
  display: none;
}
.ult-carousel-wrapper .slick-slide {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.1);
}
.ult-carousel-wrapper .slick-slide .wpb_text_column {
  padding: 1.5rem;
}
.w-grid.type_carousel .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"] {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background-color: #1B9AF7 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(27, 154, 247, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--color-content-primary);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-grid.type_carousel .owl-dot.active span {
  background: #1B9AF7 !important;
  width: 3em;
}
.w-popup-overlay {
  background: #858585 !important;
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.w-popup-box .w-popup-box-title {
  text-align: center;
}
.w-popup-box .w-popup-box-content {
  border-radius: 0.5rem;
}
.l-header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.l-header .l-subheader.at_middle {
  background: rgba(10, 21, 55, 0.8);
}
@media screen and (max-width: 767px) {
  .l-header .book-btn {
    padding: 0;
    width: 100%;
    line-height: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
  }
  .l-header .book-btn:before {
    border-color: transparent;
  }
}
[class*="masthead"] h1 .accent {
  color: var(--color-content-primary);
}
[class*="masthead"] h1 .small {
  display: block;
  font-size: max(0.58em, 1.25rem);
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.75em;
}
[class*="--content"] h1 {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
}
[class*="--content"] h2 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}
[class*="--content"] h3 {
  font-size: 1.25rem;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--sidebar"] {
  color: #666;
  font-size: 16px;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper {
  background-color: #F2F2F2;
  padding: 1.5em;
  border-radius: 0.5em;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-size: 1.25em;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  color: inherit;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  padding: 0.25em 1.5em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.35rem;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: #1B9AF7;
}
.card-grid {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 601px) {
  .card-grid {
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .card-grid[class*="col-"] {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1201px) {
  .card-grid.col-4 {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-grid > div {
  margin: 0 !important;
  background: var(--color-content-bg-alt);
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2.5rem 5rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2.5rem 5rem 0 rgba(0, 0, 0, 0.05);
}
.card-grid .w-image:first-child {
  margin-bottom: 0;
}
.card-grid .wpb_text_column {
  font-size: 1.25rem;
  padding: 1.5rem;
}
.card-grid h3 {
  text-align: left;
}
.card-grid.icons .w-image:first-child {
  padding: 1.5rem 1.5rem 0;
}
.card-grid.icons .w-image:first-child img {
  max-height: 5rem;
}
.card-grid:not(.icons) .w-image:first-child img {
  width: 100%;
  aspect-ratio: 1.575;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer-map .w-image .w-image-h {
  display: block;
}
#footer-map .w-image .w-image-h img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
