@charset "UTF-8";
@import url("https://use.typekit.net/ouq4osl.css");

:root {
  --asset-url: https: //assets.doctorlogic.com/Images/Sites/C/CamdenDentalCareALMA;
    --global-asset-url:https: //assets.doctorlogic.com/Images/Sites/GlobalAssets;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}

.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}

.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* box-sizing for flexbox */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  transition: all ease-in-out 0.3s;
}

body.nav-opens--right {
  right: 0;
}

body.nav-opens--left {
  left: 0;
}

li {
  line-height: 1.5;
}

.hidden {
  display: none;
}

.btn {
  white-space: nowrap;
}

/* Universal Color Matches */
.header--1 {
  position: sticky;
  top: 0;
  z-index: 500;
}

body.nav-opens--right .header--1 {
  right: 0;
}

body.nav-opens--left .header--1 {
  left: 0;
}

body.openNav .header__nav {
  display: block;
}

body.openNav--right {
  right: 280px;
}

body.openNav--right .header {
  right: 280px;
}

body.openNav--left {
  left: 280px;
}

body.openNav--left .header {
  left: 280px;
}

.header {
  height: calc(var(--header-height) * 1px);
}

.header ul {
  padding: 0;
  list-style: none;
}

.header__notification {
  padding: 10px;
}

.header__notification-text {
  padding: 0 20px;
  margin: 0 10px;
}

.header__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 0;
}

.header__logo-container {
  flex: 1;
  padding-left: 20px;
}

.header__logo {
  height: 60px;
}

.header__logo-text {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1.5vw, 2rem);
  color: #fff;
}

.header__cta-container {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.header__cta-container .nav__items {
  display: flex;
  align-items: center;
}

.header__cta-container .nav__item {
  padding: 0 10px;
}

.header__cta-container nav {
  padding-right: 10px;
}

@media (min-width: 1241px) {
  .header__cta-container nav {
    padding-right: 0;
  }
}

.header__nav-toggle {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}

.header__nav-toggle label {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.header__nav-toggle input {
  display: none;
}

.header__nav-toggle span {
  transition-duration: 0s;
  transition-delay: 0.2s;
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
}

.header__nav-toggle span::after, .header__nav-toggle span::before {
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s;
  transition-property: margin, transform;
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
}

.header__nav-toggle span::after {
  margin-top: 8px;
}

.header__nav-toggle span::before {
  margin-top: -8px;
}

.header__nav-toggle input:checked~label span {
  background-color: transparent;
}

.header__nav-toggle input:checked~label span:before, .header__nav-toggle input:checked~label span:after {
  transition-delay: 0s, 0.2s;
  margin-top: 0;
}

.header__nav-toggle input:checked~label span:before {
  transform: rotate(45deg);
}

.header__nav-toggle input:checked~label span:after {
  transform: rotate(-45deg);
}

.header__nav .nav__item {
  padding: 10px;
}

.header__nav .nav__item--sub {
  padding: 10px;
  min-width: 100%;
}

.header__nav .nav__item--sub .nav__link {
  width: 100%;
  display: block;
}

.header__nav .nav__item--tert .nav__link {
  margin: 0;
}

.header__nav .nav__link {
  text-decoration: none;
  color: #fff;
}

.header__nav .nav__item--sub:hover .nav__item--tert {
  padding: 10px;
}

.header__notification {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item:last-of-type .nav__items--sub {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .slide-menu .nav__item:last-of-type ul ul {
    left: -100% !important;
  }
}

.cta__icon {
  width: 24px;
  height: 24px;
  display: block;
}

.cta__icon svg {
  width: 24px;
  height: 24px;
}

.nav__link {
  display: none;
}

.header--1 {
  position: sticky;
  top: 0;
  z-index: 500;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__logo {
    height: 70px;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav-toggle {
    display: none;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav {
    flex: 0 0 100%;
    padding: 10px 0;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    display: block;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .header:not(.hamburger) .header__nav .nav__items--sub {
    flex-direction: column;
    align-items: flex-start;
    top: 21px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    min-width: max-content;
  }

  .header:not(.hamburger) .header__nav .nav__items--tert {
    flex-direction: column;
  }
}

@media (min-width: 1241px) and (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items--tert {
    padding-top: 0;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item {
    padding: 0 10px;
    position: relative;
  }

  .header:not(.hamburger) .header__nav .nav__item>.nav__items {
    display: none;
  }

  .header:not(.hamburger) .header__nav .nav__item:hover .nav__items--sub {
    visibility: visible;
    opacity: 1;
  }

  .header:not(.hamburger) .header__nav .nav__item:hover>.nav__items {
    display: flex;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--tert {
    display: none;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__item--tert {
    min-width: 180px;
    display: block;
  }
}

.header:not(.hamburger) .header__notification {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1241px) {
  .cta__icon {
    display: none;
  }
}

@media (min-width: 1241px) {
  .nav__link {
    display: block;
  }
}

.slide-menu__backlink {
  padding: 5px 20px;
}

.header--scroll .header__logo-text {
  color: #04534D;
}

html:not(.home-page) .header__logo-text {
  color: #0F1A11;
}

.header__notification {
  background: #04534D;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  opacity: 1;
}

.header__notification a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__notification--hidden {
  overflow: hidden;
  /* Hide the element content, while height = 0 */
  height: 0;
  opacity: 0;
  padding: 0;
  transition: all ease-out 0.3s;
}

.header__notification-btn.btn {
  background: #3C56A6;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin: 0 10px;
}

@media (min-width: 1025px) {
  .header__notification-btn.btn:hover {
    background: #212f5b;
  }
}

.header__notification-close {
  position: absolute;
  mix-blend-mode: exclusion;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.slide-menu {
  position: fixed;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 1000;
}

.slide-menu, .slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

:root {
  --nav-breakpoint: 1240px;
}

@media (min-width: 1240px) {
  .header:not(.hamburger) .slide-menu {
    position: relative;
    width: auto;
    height: unset;
    top: unset;
    right: unset;
    display: block;
    transform: none;
    z-index: unset;
  }
}

.slide-menu {
  position: fixed;
  width: 280px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 1000;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .slide-menu {
    position: relative;
    width: 100%;
    height: auto;
    top: unset;
    right: unset;
    display: flex;
    overflow: visible;
    transform: none;
  }
}

body.openNav .slide-menu {
  display: block;
  transform: translateX(0);
}

.slide-menu,
.slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  list-style: none;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  padding: 0 10px;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

.slide-menu__decorator span {
  position: relative;
}

.slide-menu__decorator span::before {
  content: "";
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  vertical-align: top;
  width: 0.45em;
}

.slide-menu__backlink {
  padding: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
}

.slide-menu__backlink:hover {
  color: #fff;
}

.slide-menu__backlink span {
  position: relative;
}

.slide-menu__backlink span::before {
  content: "";
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: absolute;
  top: 35%;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 0.45em;
}

.disclaimer {
  padding: 20px;
  text-align: center;
}

.footer--1 {
  padding: 20px 40px;
}

.footer__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__logo-container {
  flex: 0 0 100%;
  padding: 20px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 991px) {
  .footer__logo-container {
    flex: 0 0 20%;
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
}

.footer__logo {
  height: 70px;
  max-width: 200px;
  width: 100%;
}

.footer__logo-text {
  height: 70px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  color: #fff;
}

.footer__nav {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .footer__nav {
    flex: 1;
  }
}

.footer__nav .nav__items {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer__nav .nav__items {
    flex-direction: row;
    align-items: flex-start;
  }
}

.footer__nav .nav__items--sub {
  flex-direction: column;
}

.footer__nav .nav__items--sub .nav__item {
  padding: 0;
}

.footer__nav .nav__item {
  padding: 5px 20px;
}

.footer__nav .nav__link {
  padding: 5px 0;
  text-decoration: none;
  display: block !important;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__nav .nav__link {
    text-align: left;
  }
}

.footer__social-container {
  flex: 0 0 100%;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .footer__social-container {
    flex: 0 0 auto;
  }
}

.footer__social-container .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social-container .social-icons__icon {
  padding: 0 10px;
}

.footer__social-container .social-icons svg {
  width: 32px;
  height: 32px;
}

.footer__address {
  flex: 0 0 100%;
  padding: 40px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

@media (min-width: 991px) {
  .footer__address {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer__address p {
  padding: 0 5px;
  margin: 0;
}

.footer__address--multiple {
  padding: 10px 20px;
}

.footer__custom {
  padding: 10px 0 0;
}

@media (min-width: 991px) {
  .footer__custom {
    padding: 0 0 0 20px;
  }
}

.footer__copyright {
  flex: 0 0 100%;
  display: flex;
  text-align: center;
  padding: 20px 20px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media (min-width: 991px) {
  .footer__copyright {
    flex-direction: row;
  }
}

.footer__copyright span {
  padding: 10px 0;
  color: #fff;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

@media (min-width: 991px) {
  .footer__copyright span {
    padding: 0 20px;
  }
}

.footer__copyright a {
  color: #fff;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.footer__dl {
  display: flex;
  align-items: center;
  color: #fff;
}

@media (min-width: 768px) {
  .footer__dl {
    padding: 0 5px;
  }
}

.footer__dl span {
  padding: 0 5px;
  color: #fff;
}

.footer__dl svg {
  width: 27px;
  height: 27px;
  padding: 3px;
}

.footer__dl svg .st0 {
  fill: #fff;
}

.footer__dl a {
  color: #fff;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}

.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}

.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

.section__text ul {
  margin: 0 0 0 5px;
}

.section--text_a {
  max-width: 1000px;
  margin: 0 auto;
}

.section--text_a .section__headline {
  margin-top: 0;
  column-span: all;
}

.section--text_a .section__text p {
  margin-top: 0;
}

.section--text_a .section__text p:last-of-type {
  margin-bottom: 0;
}

.section--text_b {
  max-width: 1000px;
  margin: 0 auto;
}

.section--text_b .section__headline {
  margin-top: 0;
  column-span: all;
}

@media (min-width: 991px) {
  .section--text_b .section__text {
    column-count: 2;
    column-gap: 40px;
  }
}

.section--text_b .section__text p {
  margin-top: 0;
}

.section--text_b .section__text p:last-of-type {
  margin-bottom: 0;
}

.section--single-image .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.section--single-image .section__text {
  grid-column: auto/span 24;
  order: 2;
  padding: 24px 0;
}

@media (min-width: 768px) {
  .section--single-image .section__text {
    grid-column: auto/span 12;
    order: 1;
    padding: 24px;
  }
}

.section--single-image .section__image {
  grid-column: auto/span 24;
  min-height: 500px;
  order: 1;
}

@media (min-width: 768px) {
  .section--single-image .section__image {
    grid-column: auto/span 12;
    order: 2;
  }
}

.section--single-image_a {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section--single-image_a .section__image {
    background: #fff;
  }
}

@media (min-width: 768px) {
  .section--single-image_a-reverse .section__image {
    order: -1;
  }
}

.section--single-image_b {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section--single-image_b {
    padding-bottom: calc(60px + 100px) !important;
  }
}

@media (min-width: 768px) {
  .section--single-image_b .section__text {
    background: #fff;
    margin: 120px -48px -120px 0;
    z-index: 1;
    grid-column: auto/span 13;
  }
}

@media (min-width: 768px) {
  .section--single-image_b .section__image {
    background: #fff;
    margin: 0 0 0 -48px;
    grid-column: auto/span 11;
  }
}

@media (min-width: 768px) {
  .section--single-image_b-reverse .section__text {
    background: #fff;
    margin: 120px 0 -120px -48px;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .section--single-image_b-reverse .section__image {
    background: #fff;
    margin: 0 -48px 0 0;
    order: -1;
  }
}

.section--single-image_c .section__container {
  min-height: 700px;
}

.section--single-image_c .section__text {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

@media (min-width: 768px) {
  .section--single-image_c .section__text {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .section--single-image_c .section__headline {
    grid-column: auto/span 12;
  }
}

@media (min-width: 768px) {
  .section--single-image_c .section__text-block {
    grid-column: auto/span 12;
  }
}

@media (min-width: 768px) {
  .section--single-image_c .section__image {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    background-attachment: fixed !important;
  }
}

.section--dual-image .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.section--dual-image .section__text {
  grid-column: auto/span 24;
}

@media (min-width: 768px) {
  .section--dual-image .section__text {
    grid-column: auto/span 12;
  }
}

.section--dual-image .section__image-container {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

@media (min-width: 768px) {
  .section--dual-image .section__image-container {
    grid-column: auto/span 12;
  }
}

.section--dual-image .section__image {
  grid-column: auto/span 12;
  min-height: 500px;
}

.section--dual-image_b {
  max-width: 1400px;
  margin: 0 auto;
}

.section--dual-image_b .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 0;
  position: relative;
}

.section--dual-image_b .section__text {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
  z-index: 1;
  padding: 60px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .section--dual-image_b .section__text {
    grid-column: 1/span 12;
  }
}

.section--dual-image_b .section__text h2,
.section--dual-image_b .section__text p {
  color: #fff;
  text-align: left;
  width: 100%;
}

.section--dual-image_b .section__image-container {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
}

.section--dual-image_b .section__image--1 {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
  min-height: 600px;
  background-attachment: scroll !important;
  position: relative;
}

@media (min-width: 768px) {
  .section--dual-image_b .section__image--1 {
    grid-column: 1/span 12;
    background-attachment: fixed !important;
    background-position-x: right 300px !important;
    background-position-y: center !important;
  }
}

.section--dual-image_b .section__image--1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 26, 17, 0.8);
}

.section--dual-image_b .section__image--2 {
  grid-column: 1/span 25;
  display: none;
  min-height: 600px;
}

@media (min-width: 768px) {
  .section--dual-image_b .section__image--2 {
    grid-column: 13/span 12;
    display: block;
  }
}

.section__video {
  position: relative;
  padding-bottom: 60%;
}

.section__video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}

.section .diagram__bg, .section .diagram__radio, .section .diagram__overlay, .section .diagram__detail {
  display: none;
}

.section .diagram__list-item label {
  padding: 24px 0;
  text-align: center;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section .diagram__list-item p {
  margin: 0;
}

:where(.section .diagram__list-item:has(:checked)) {
  background-color: rgba(60, 86, 166, 0.6);
}

.section .diagram__list-item:has(:checked)+.diagram__overlay+.diagram__detail {
  display: block;
}

.section .diagram__detail {
  padding: 24px 0;
}

@media (min-width: 768px) {
  .section .diagram {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .section .diagram__detail {
    display: block;
    visibility: hidden;
  }

  .section .diagram__image {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }

  .section .diagram__bg, .section .diagram__list-item:has(.diagram__radio:checked)+.diagram__overlay, .section .diagram__list-item:has(.diagram__radio:checked)+.diagram__overlay+.diagram__detail {
    display: block;
    visibility: visible;
  }

  .section .diagram__detail {
    grid-row: 1/span var(--diagram-item-count, 4);
  }

  .section .diagram__bg, .section .diagram__overlay {
    grid-row: 1/span calc((var(--diagram-item-count, 4)) * 2);
  }

  .section .diagram__list-item {
    grid-column: 1;
  }

  .section .diagram__bg, .section .diagram__overlay {
    grid-column: 2;
  }

  .section .diagram__detail {
    grid-column: 3;
    padding: 24px;
  }
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}

.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}

.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

.masthead {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}

.masthead--no-img {
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .masthead--no-img {
    padding: 40px 40px 20px;
  }
}

.masthead--no-img .breadcrumbs__item a {
  color: #04534D !important;
}

.masthead--no-img .breadcrumbs__item a:hover {
  color: #3C56A6 !important;
}

.masthead--w-bg {
  min-height: 300px;
}

@media (min-width: 991px) {
  .masthead--w-bg {
    min-height: 600px;
  }
}

.masthead--w-bg .masthead__image {
  grid-column: 1/span 24;
  grid-row: 1;
}

.masthead--w-bg .masthead__text {
  grid-row: 1;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

@media (min-width: 569px) {
  .masthead--w-bg .masthead__text {
    padding: 40px;
  }
}

.masthead--w-img .masthead__image-container {
  grid-column: 1/span 24;
}

@media (min-width: 768px) {
  .masthead--w-img .masthead__image-container {
    grid-column: auto/span 12;
  }
}

.masthead--w-img .masthead__image {
  padding-top: 56.25%;
  height: 0;
}

@media (min-width: 768px) {
  .masthead--w-img .masthead__text {
    grid-column: auto/span 12;
  }
}

.masthead__text {
  grid-column: 1/span 24;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.masthead .breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}

@media (min-width: 569px) {
  .masthead .breadcrumbs__items {
    justify-content: flex-start;
  }
}

.masthead .breadcrumbs__item {
  padding: 0 5px;
  position: relative;
  margin-right: 8px;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.masthead .breadcrumbs__item::after {
  content: "/";
  margin-left: 8px;
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
}

.masthead .breadcrumbs__item:last-of-type {
  margin-right: 0;
  padding: 0;
}

.masthead .breadcrumbs__item:last-of-type a {
  text-decoration: none;
  pointer-events: none;
}

.masthead .breadcrumbs__item:last-of-type::after {
  display: none;
}

.masthead .hide_headline {
  display: none;
}

/* start: confirmation.less */
.confirmation-page {
  --checkmark: #04534D;
}

.confirmation-page .container {
  margin: 0 auto !important;
  width: 100% !important;
}

.layout-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 991px) {
  .layout-container {
    flex-direction: row;
  }
}

.confirmation {
  text-align: center;
  flex: 1 0 50%;
  padding: 50px 30px 30px;
}

@media (min-width: 991px) {
  .confirmation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 60px 120px;
  }
}

.confirmation__icon {
  max-width: 60px;
  width: 100%;
  height: auto;
}

@media (min-width: 991px) {
  .confirmation__icon {
    font-size: 60px;
    max-width: 100px;
  }
}

.confirmation__icon--fill {
  fill: var(--checkmark);
}

.confirmation .btn {
  display: block;
}

.confirmation h1.confirmation__heading {
  font-size: 2.1875rem;
}

@media (min-width: 991px) {
  .confirmation h1.confirmation__heading {
    font-size: 3.75rem;
  }
}

.confirmation__text {
  font-size: 0.875rem;
}

@media (min-width: 991px) {
  .confirmation__text {
    font-size: 1.5rem;
  }
}

.confirmation .section p {
  font-size: 0.875rem;
}

@media (min-width: 991px) {
  .confirmation .section p {
    font-size: 1.5rem;
  }
}

.confirmation p.confirmation__text,
.confirmation .section p {
  margin-top: 12px;
  margin-bottom: 19px;
}

@media (min-width: 991px) {

  .confirmation p.confirmation__text,
  .confirmation .section p {
    margin-top: 17px;
    margin-bottom: 31px;
  }
}

.interest {
  padding: 30px 30px 50px;
  background: rgba(4, 83, 77, 0.05);
  text-align: center;
  flex: 0 1 50%;
}

@media (min-width: 991px) {
  .interest {
    padding: 60px 60px 120px;
    text-align: left;
  }
}

.interest__heading {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .interest__heading {
    font-size: 1.5rem;
  }
}

.interest__items {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  margin-bottom: 30px;
  /*        grid-gap: 1.1rem;*/
}

@media (min-width: 991px) {
  .interest__items {
    margin-bottom: 48px;
    grid-gap: 1.3rem;
  }
}

.interest__item {
  text-align: center;
  grid-column: auto/span 12;
  grid-row: auto;
}

.interest__item-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.interest__item-link {
  font-size: 1.1rem;
}

@media (min-width: 991px) {
  .interest__item-link {
    font-size: 1.3rem;
  }
}

.interest__item-text {
  margin-top: 10px;
}

.interest__link {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 1.1rem;
}

@media (min-width: 991px) {
  .interest__link {
    font-size: 1.3rem;
  }
}

.facility-address {
  font-size: 0.6875rem;
}

@media (min-width: 991px) {
  .facility-address {
    font-size: 1.25rem;
  }
}

.facility-address a.facility-address__cta {
  margin: 20px auto auto;
}

@media (min-width: 991px) {
  .facility-address a.facility-address__cta {
    margin: 26px auto auto;
  }
}

/* end: confirmation.less */
/* Mobile Background Styles */
body.openNav .slide-menu {
  background: #04534D;
}

body.openNav .header {
  right: 280px;
}

body.openNav .header__nav-toggle span::after, body.openNav .header__nav-toggle span::before {
  background-color: #04534D;
}

body.openNav .header__nav-toggle span {
  background-color: transparent;
}

/* Desktop Header Styles */
@media (min-width: 1025px) {
  .header:not(.hamburger) .nav__items {
    padding: 3px 0;
  }
}

.header:not(.hamburger) .header__nav .nav__item {
  padding: 15px 10px;
}

@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__item {
    padding: 0 15px;
  }
}

.header:not(.hamburger) .header__nav .nav__item .nav__link {
  color: #fff;
}

@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__item .nav__link:hover {
    color: #3C56A6;
    background: transparent;
  }
}

.header:not(.hamburger) .header__nav .nav__item--sub {
  background: transparent;
}

@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__item--sub {
    background: #04534D;
    padding: 10px 20px;
    transition: all 0.3s;
    top: 11px;
  }

  .header:not(.hamburger) .header__nav .nav__item--sub:hover {
    background: #3C56A6;
  }

  .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__link {
    color: #fff;
  }
}

.header:not(.hamburger) .header__nav .nav__item--tert {
  background: transparent;
}

@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__item--tert {
    background: #04534D;
    padding: 10px 20px;
    transition: all 0.3s;
  }

  .header:not(.hamburger) .header__nav .nav__item--tert:hover {
    background: #3C56A6;
    color: #fff;
  }
}

html .header {
  background: transparent;
  position: fixed;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
}

html .header__container {
  background: rgba(255, 255, 255, 0.5);
}

html .header__logo {
  background: url("../../../images/1363930.png") left center/contain no-repeat;
  margin: 10px 0;
  height: 100px !important;
}

@media (min-width: 768px) {
  html .header__logo {
    min-width: 300px;
    max-width: 300px;
  }
}

html .header__cta-container .nav__link {
  background: transparent;
  color: #3C56A6;
  justify-content: space-between;
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  html .header__cta-container .nav__link:hover {
    color: #04534D;
  }
}

@media (min-width: 1025px) {
  html .header__nav {
    background: rgba(4, 83, 77, 0.7);
  }
}

html .header__nav .nav__link {
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  html .header__nav .nav__link:hover {
    background: #3C56A6;
    color: #fff;
  }
}

html .header g.st0 {
  fill: #fff;
}

html .header .header__nav-toggle span, html .header .header__nav-toggle span::after, html .header .header__nav-toggle span::before {
  background-color: #fff;
}

html .header.header--scroll .header, html:not(.home-page) .header {
  position: sticky;
}

html .header.header--scroll .header__container, html:not(.home-page) .header__container {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

html .header.header--scroll .header__logo, html:not(.home-page) .header__logo {
  background: url("../../../images/1363929.png") left center/contain no-repeat;
}

html .header.header--scroll .header__cta-container .nav__link, html:not(.home-page) .header__cta-container .nav__link {
  color: #3C56A6;
}

@media (min-width: 1025px) {
  html .header.header--scroll .header__cta-container .nav__link:hover, html:not(.home-page) .header__cta-container .nav__link:hover {
    color: #04534D;
  }
}

@media (min-width: 1025px) {
  html .header.header--scroll .header__nav, html:not(.home-page) .header__nav {
    background: #04534D;
  }
}

html .header.header--scroll .header__nav-toggle span, html .header.header--scroll .header__nav-toggle span::after, html .header.header--scroll .header__nav-toggle span::before, html:not(.home-page) .header__nav-toggle span, html:not(.home-page) .header__nav-toggle span::after, html:not(.home-page) .header__nav-toggle span::before {
  background-color: #04534D;
}

html .header.header--scroll g.st0, html:not(.home-page) g.st0 {
  fill: #04534D;
}

html body.openNav .header.header--scroll .header__nav-toggle span::after, html body.openNav header.header--scroll .header__nav-toggle span::before {
  background-color: #04534D;
}

html body.openNav .header.header--scroll .header__nav-toggle span {
  background-color: transparent;
}

.header__cta-container .nav__item:last-of-type {
  margin-right: 15px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b0b0b0;
  min-height: 300px;
}

.footer__logo {
  background: url("../../../images/1363930.png") center center/contain no-repeat;
  height: 100px;
}

.footer__address {
  color: #3C56A6;
}

.footer__copyright span {
  color: #3C56A6;
}

.footer__dl svg .st0 {
  fill: #04534D;
}

.footer__copyright a {
  color: #3C56A6;
}

@media (min-width: 1025px) {
  .footer__copyright a:hover {
    color: #04534D;
  }
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.alma-grid {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
}

.alma-grid ul.breadcrumb {
  grid-column: auto/span 24;
  display: flex;
  list-style: none;
  padding: 0;
}

.alma-grid ul.breadcrumb li {
  padding-right: 10px;
}

.alma-grid ul.breadcrumb li a {
  text-decoration: none;
  color: #0F1A11;
}

.alma-grid ul.breadcrumb>li+li:before {
  color: #000000;
  content: "> ";
  padding: 0 5px;
  text-align: center;
}

.alma-grid__title {
  grid-column: auto/span 24;
}

.alma-grid__content {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
}

.alma-grid__content-left {
  grid-column: auto/span 12;
}

@media (min-width: 768px) {
  .alma-grid__content-left {
    grid-column: auto;
  }
}

.alma-grid__content-left img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 300px;
}

.alma-grid__content-right {
  grid-column: auto/span 24;
}

@media (min-width: 768px) {
  .alma-grid__content-right {
    grid-column: auto/span 18;
  }
}

.alma-grid__content-logo {
  padding: 0 0 40px;
}

.alma-grid__content-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}

.alma-grid__gallery {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
  padding: 40px 0;
}

.alma-grid__gallery-headline {
  grid-column: auto/span 24;
}

.alma-grid__gallery-slider {
  grid-column: auto/span 24;
}

.alma-grid__gallery-cell {
  width: 100%;
  margin: 0 10px;
}

.alma-grid__gallery-cell img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .alma-grid__gallery-cell {
    width: 50%;
  }
}

@media (min-width: 1241px) {
  .alma-grid__gallery-cell {
    width: 30%;
  }
}

.alma-grid__videos {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
  padding: 40px 0;
}

.alma-grid__videos-headline {
  grid-column: auto/span 24;
}

.alma-grid__videos-slider {
  grid-column: auto/span 24;
}

.alma-grid__videos-cell {
  width: 100%;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .alma-grid__videos-cell {
    width: 50%;
  }
}

@media (min-width: 1241px) {
  .alma-grid__videos-cell {
    width: 30%;
  }
}

.alma-grid__videos-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.alma-grid__videos-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alma-grid__faqs {
  grid-column: auto/span 24;
}

.alma-grid__faqs-items {
  padding: 20px 0 40px;
}

.alma-grid__faqs-item {
  padding: 0 0 40px;
}

/* Site Wide Styles */
body {
  font-family: le-monde-livre-classic-byol, serif;
  background: #fff;
}

body {
  background: linear-gradient(to right, rgba(60, 86, 166, 0.5), #fff 20%, #fff 80%, rgba(4, 83, 77, 0.5));
}

h1, h2, h3, h4, h5, h6 {
  font-family: le-monde-livre-classic-byol, serif;
}

h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.masthead .masthead__image {
  position: relative;
}

.masthead .masthead__image::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

/* Change site wide link colors here */
a {
  color: #04534D;
  text-decoration: none;
}

a:hover {
  color: #3C56A6;
}

.homepage__headline {
  color: #0F1A11;
  font-family: le-monde-livre-classic-byol, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.homepage__subheadline {
  color: #0F1A11;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 300;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: le-monde-livre-classic-byol, serif;
}

.featured__headline {
  color: #0F1A11;
  font-family: le-monde-livre-classic-byol, serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.btn {
  background: #04534D;
  border: none;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: le-monde-livre-classic-byol, serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 10px;
  min-width: 200px;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .btn:hover {
    background: #3C56A6;
    color: #fff;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.breadcrumbs__item a {
  color: #0F1A11;
}

@media (min-width: 1025px) {
  .breadcrumbs__item a:hover {
    color: #04534D;
  }
}

.masthead .breadcrumbs__item a {
  color: #fff;
}

@media (min-width: 1025px) {
  .masthead .breadcrumbs__item a:hover {
    color: #04534D;
  }
}

.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs__item {
  padding: 0 5px;
  position: relative;
  margin-right: 15px;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item:last-of-type::after {
  display: none;
}

/* for changing star color */
#star-full stop,
#star-half .fill {
  stop-color: #DAA520;
}