/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  --site-max-width: 1280px;
  --site-max-width-medium: 1000px;
  --site-max-width-narrow: 800px;
  --site-gutter-desktop: 3rem;
  --site-gutter-tablet: 2rem;
  --site-gutter-mobile: 1.5rem;
  --surface-default: #FFFFFF;
  --surface-inverse: #034a59;
  --surface-alt-1: #EEEEEE;
  --surface-alt-2: #DDDDDD;
  --color-default: #222222;
  --color-inverse: #FFFFFF;
  --color-primary: #034a59;
  --color-secondary: #008cb3;
  --gradient-dark: linear-gradient(135deg, #02323b, rgb(11, 82, 101));
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.flex-center {
  display: flex;
  justify-content: center; /* horizontal (main axis) */
  align-items: center; /* vertical (cross axis) */
}

.flex-between {
  display: flex;
  justify-content: space-between; /* horizontal spacing */
  align-items: center; /* vertical alignment */
}

.flex-middle {
  display: flex;
  align-items: center; /* vertical alignment */
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

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

.items-end {
  align-items: flex-end;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-md-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #034a59;
}

p {
  margin-bottom: 1rem;
}

ul {
  padding-left: 1rem;
}
ul li {
  padding-left: 0.25rem;
}
ul.unstyled li {
  padding-left: 0;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

h2 {
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
}

h3 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.sst-eyebrow {
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #008cb3;
  margin: 0;
}

.separator {
  height: 2px;
  width: 48px;
  background-color: #008cb3;
  margin: 1rem 0;
  border: none;
}

.body-text--small {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 0;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background: #008cb3;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #02252c;
  letter-spacing: 0.12em;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

/*-----Forms-----*/
.gform_wrapper {
  --gf-form-gap-y: 2rem !important;
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper select, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Raleway", sans-serif;
  display: block !important;
  padding: 1rem !important;
  line-height: 1;
  width: 100% !important;
  border: 1px solid rgba(252, 252, 252, 0.15) !important;
  border-radius: 0 !important;
  background: rgba(252, 252, 252, 0.05) !important;
  height: auto !important;
  color: #fcfcfc;
}
.gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder {
  color: rgba(252, 252, 252, 0.75);
}
.gform_wrapper textarea:focus, .gform_wrapper textarea:active, .gform_wrapper select:focus, .gform_wrapper select:active, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):active {
  outline: 2px solid #008cb3 !important;
  outline-offset: -2px;
}
.gform_wrapper select.large.gfield_select {
  padding: 5.25px 3rem 5.25px 1rem !important;
  transform: translateY(8px);
  color: #fcfcfc;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(252,252,252,0.4)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 12px 8px !important;
  cursor: pointer;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label,
.gform_wrapper .gfield--type-select label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(252, 252, 252, 0.75);
  display: inline-block;
}
.gform_wrapper .gfield--type-text label:after,
.gform_wrapper .gfield--type-email label:after,
.gform_wrapper .gfield--type-phone label:after,
.gform_wrapper .gfield--type-textarea label:after,
.gform_wrapper .gfield--type-select label:after {
  content: "*";
  transform: translateX(-5px);
}
.gform_wrapper .gfield--type-text .gfield_required_text,
.gform_wrapper .gfield--type-email .gfield_required_text,
.gform_wrapper .gfield--type-phone .gfield_required_text,
.gform_wrapper .gfield--type-textarea .gfield_required_text,
.gform_wrapper .gfield--type-select .gfield_required_text {
  display: none;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 2rem !important;
  text-decoration: none;
  display: block !important;
  font-family: "Raleway", sans-serif;
  -webkit-appearance: none !important;
  padding: 1rem 2rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  background-color: #008cb3 !important;
  border-radius: 0 !important;
  color: #02252c !important;
  width: 100% !important;
}
.gform_wrapper .button:hover {
  background: var(--surface-default);
  color: var(--default);
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-default) !important;
}

section {
  overflow-x: hidden;
}

.site-container {
  width: 100%;
  max-width: var(--site-max-width);
  margin-inline: auto;
}
@media (max-width: 1365px) {
  .site-container {
    padding-inline: var(--site-gutter-desktop);
  }
}
@media (max-width: 1024px) {
  .site-container {
    padding-inline: var(--site-gutter-tablet);
  }
}
@media (max-width: 560px) {
  .site-container {
    padding-inline: var(--site-gutter-mobile);
  }
}
.site-container--medium {
  max-width: var(--site-max-width-medium);
}
.site-container--narrow {
  max-width: var(--site-max-width-narrow);
}
.site-container--full {
  max-width: none;
  padding-inline: 0;
}
.site-container--wide {
  max-width: 1400px;
}

.site-section {
  padding: 75px 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 40px;
}
.site-section.light-bottom-padding {
  padding-bottom: 40px;
}
.site-section.extra-top-padding {
  padding-top: 100px;
}
.site-section.extra-bottom-padding {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  :root {
    --header-height: 76px;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-height: 92px;
  }
}

.header {
  background: transparent;
  transition: background 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0.625rem 0;
}
.header.scrolled {
  background: var(--surface-inverse);
}
.header:not(.scrolled) nav > ul > li > a {
  text-shadow: 0 1px 8px rgba(180, 80, 10, 0.45), 0 1px 2px rgba(120, 40, 0, 0.3);
}
.header__shim {
  height: var(--header-height);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
.header__nav .menu {
  display: flex;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.header__nav .menu li a {
  color: #FFFFFF;
  display: block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.header__nav .menu > li > a {
  color: var(--surface-default);
  padding: 0.5rem 0 0.5rem 1rem;
}
.header__nav .sub-menu {
  background-color: var(--surface-default);
}
.header__nav .sub-menu a {
  color: var(--default);
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--surface-default);
  border-radius: 15px;
  margin: 5px 0;
}
.header ul {
  list-style: none;
}
.header a:hover {
  text-decoration: none;
}
.header a, .header .sub-menu, .header .caret-wrapper, .header svg, .header path, .header .header__toggle span {
  transition: all 0.25s ease;
}
.header .custom-logo {
  height: 56px;
  width: auto;
  max-width: 100%;
}

@media (min-width: 1025px) {
  .header__nav .menu {
    justify-content: flex-end;
    width: auto;
  }
  .header__nav .menu li {
    position: relative;
    column-gap: 0.5rem;
    align-items: center;
  }
  .header__nav .menu > li:hover .sub-menu {
    display: block;
  }
  .header__nav .menu-item-has-children:hover .caret-wrapper svg path {
    fill: var(--surface-default);
  }
  .header .custom-logo {
    height: 4.5rem;
  }
  .header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 14rem;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #034a59;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .header__nav .menu {
    padding: 100px 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 1.25rem;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 8rem;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    top: 0;
    padding: 0 0 0 1.5rem;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header__nav .menu-item-has-children:hover > a {
    pointer-events: none;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.25s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header__cta {
    display: none;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
.sst-footer {
  background-color: #02252c;
  color: rgba(252, 252, 252, 0.75);
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 2rem 0;
}
.sst-footer__grid {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 3rem;
}
.sst-footer__tagline {
  line-height: 2;
}
.sst-footer__credit {
  margin-bottom: 0;
  border-top: 1px solid #034a59;
  display: inline-block;
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.sst-footer .custom-logo {
  max-height: 5rem;
  max-width: 100%;
  width: auto;
  margin-bottom: 1.5rem;
}
.sst-footer .sst-eyebrow {
  margin-bottom: 1.25rem;
}
.sst-footer ul li {
  margin-bottom: 0.75rem;
}
.sst-footer a {
  color: #008cb3;
  margin-top: 0.5rem;
  display: inline-block;
}

@media (min-width: 769px) {
  .sst-footer__grid {
    flex-direction: row;
    column-gap: 4rem;
  }
  .sst-footer__grid > * {
    width: calc(50% - 2rem);
  }
  .sst-footer__tagline {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .sst-footer {
    padding: 4rem 0;
  }
  .sst-footer__right {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .sst-footer__right > * {
    width: calc(50% - 1rem);
  }
}
.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid var(--surface-default) 2;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
