@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.open {
  overflow: hidden;
}

a {
  color: #243842;
}
a:hover, a:focus, a.active {
  color: #f3c936;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 800px;
  }
}

.edit-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

.unit-samples .unit-0 {
  border-bottom: 0rem solid #e2e7e6;
}
.unit-samples .unit-0-5 {
  border-bottom: 0.5rem solid #e2e7e6;
}
.unit-samples .unit-1 {
  border-bottom: 1rem solid #e2e7e6;
}
.unit-samples .unit-1-5 {
  border-bottom: 1.5rem solid #e2e7e6;
}
.unit-samples .unit-2 {
  border-bottom: 2rem solid #e2e7e6;
}
.unit-samples .unit-2-5 {
  border-bottom: 2.5rem solid #e2e7e6;
}
.unit-samples .unit-3 {
  border-bottom: 3rem solid #e2e7e6;
}
.unit-samples .unit-3-5 {
  border-bottom: 3.5rem solid #e2e7e6;
}

.color-swatches {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.color-swatches li {
  display: flex;
  padding: 0.5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8rem;
  width: 100%;
}
.color-swatches-white {
  background-color: #fff;
  color: #000 !important;
}
.color-swatches-black {
  background-color: #000;
  color: #fff !important;
}
.color-swatches-one {
  background-color: #243842;
}
.color-swatches-two {
  background-color: #F3C936;
}
.color-swatches-three {
  background-color: #39B54A;
}
.color-swatches-four {
  background-color: #e2e7e6;
}
.color-swatches-five {
  background-color: #7400F9;
}
.color-swatches-six {
  background-color: #F9007D;
}

.marker {
  background-color: #F3C936;
}
.marker-green {
  background-color: rgba(57, 181, 74, 0.5);
}

.check-list ul {
  margin: 0;
  padding: 0;
}
.check-list ul li {
  list-style-type: none;
  padding: 0 0 0 1rem;
  margin: 0 0 0.5rem 0;
}
.check-list ul li:before {
  content: "✓";
  color: #39B54A;
  margin-right: 0.5rem;
  margin-left: -1.25rem;
}

@media only screen and (min-width: 769px) {
  .col-wrapper {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-wrapper {
    margin-bottom: 2vh;
  }
  .col-wrapper:has(.spacer) {
    padding: 0 !important;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .spacer {
    height: 2vh !important;
  }
}

html,
body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "Archivo", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: calc(clamp(16px, 1.5vw, 18px) * 1.6);
}

.lead {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4 * 0.85);
  line-height: calc(clamp(16px, 1.5vw, 18px) * 1.6 * 1.15);
  letter-spacing: 0.4px;
}

small,
.small {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
  line-height: clamp(16px, 1.5vw, 18px);
}

h1, h2, h3, h4 {
  font-family: "Archivo", sans-serif;
  letter-spacing: -0.4px;
  margin: 0 0 1rem 0;
}

h1 {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 3.4);
  line-height: 110%;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 2.4);
  }
}

h2 {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 2.8);
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 2 * 0.95);
  }
}

h3 {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 2.4);
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 1.6 * 1.025);
  }
}

h4 {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4);
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4);
  }
}

h5 {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.6);
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4 * 0.9);
  }
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgb(0, 255, 0);
}

.txt-yellow {
  color: rgb(255, 255, 0);
}

.txt-blue {
  color: rgb(0, 0, 255);
}

.branding {
  margin-right: 2rem;
}
.branding .brand {
  display: flex;
  align-items: flex-end;
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4);
  padding: 0.25rem;
  width: 15rem;
}
.branding .brand svg {
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 769px) {
  header {
    border-bottom: 1px solid #F3C936;
  }
  header .header-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  header {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .navigation {
    width: 100%;
  }
  .nav-wrapper {
    display: flex;
  }
  .nav-wrapper.primary ol {
    align-items: flex-end;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol li {
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .nav-wrapper.primary ol li a {
    display: inline-block;
    color: #243842;
    font-size: calc(clamp(16px, 1.5vw, 18px) * 1.25);
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding: 0.5rem;
    margin: 0 0.5rem;
    transition: 0.2s background;
    text-align: center;
  }
  .nav-wrapper.primary ol li a:hover {
    background-color: #F3C936;
  }
  .nav-wrapper.primary ol li a.donate {
    background-color: #243842;
    color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }
  .nav-wrapper.primary ol li a.donate:after {
    display: none;
  }
  .nav-wrapper.secondary {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .nav-wrapper.secondary a {
    color: #243842;
    font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
  }
  .nav-wrapper.secondary .social a {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 2.4);
  }
  .nav-wrapper.footer {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-wrapper.footer .footer {
    width: 100%;
    justify-content: flex-end;
    font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
  }
  .nav-wrapper.footer .social a {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 2.8);
  }
  nav ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: inline-block;
    margin: 0 0.5rem;
  }
  nav ol li a {
    color: #243842;
    text-decoration: none;
  }
  nav ol li a:hover {
    color: #F3C936;
  }
  .sticky .toggle {
    display: block;
  }
  .sticky .navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: 0.2s transform;
    transform: translateX(100%);
    opacity: 0;
    box-shadow: 0 1rem 1rem 0 rgba(36, 56, 66, 0.2);
  }
  .sticky .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .sticky .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .sticky .navigation nav ol li a {
    display: block;
    padding: 1rem;
    color: #243842;
    font-size: calc(clamp(16px, 1.5vw, 18px) * 2.4);
    line-height: 1;
    margin: 0;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    text-align: left;
  }
  .sticky .navigation nav ol li a:hover {
    background: rgba(36, 56, 66, 0.1);
  }
  .sticky .navigation nav ol li a br {
    display: none;
  }
  .sticky .navigation nav.social ol {
    display: flex;
  }
  .sticky .navigation nav.social ol a {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 3.4);
  }
  .sticky .nav-wrapper.secondary {
    position: static;
    justify-content: start;
  }
  .open:has(.sticky) {
    overflow: auto;
  }
}
.toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 1rem;
  position: fixed;
  z-index: 999999;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  top: 1rem;
  right: 2rem;
}
.toggle:before {
  content: "";
  position: absolute;
  background-color: white;
  z-index: 0;
  top: 0;
  left: 0.5rem;
  bottom: 0.2rem;
  right: -1.5rem;
}
.toggle div {
  width: 2.5rem;
  height: 4px;
  position: absolute;
  background: #243842;
  transform-origin: center center;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.toggle div.top {
  transform: translateY(-0.6rem);
}
.toggle div.bottom {
  transform: translateY(0.6rem);
}

.open .navigation {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.open .toggle {
  transform: rotate(90deg);
}
.open .toggle:before {
  background-color: transparent;
}
.open .toggle div {
  background: #f3c936;
  width: 2.5rem;
}
.open .toggle div.one {
  transform: rotate(45deg);
}
.open .toggle div.two {
  transform: rotate(-45deg);
}
.open .toggle div.top {
  transform: translateY(-0.5rem);
  opacity: 0;
}
.open .toggle div.bottom {
  transform: translateY(0.5rem);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .toggle {
    display: block;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    opacity: 0;
    transform: translateX(100%);
  }
  .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navigation nav ol li a {
    display: block;
    padding: 1rem;
    color: #243842;
    font-size: calc(clamp(16px, 1.5vw, 18px) * 2.4);
    line-height: 1;
    text-decoration: none;
    transition: 0.2s background;
  }
  .navigation nav ol li a:hover {
    background: rgba(36, 56, 66, 0.1);
  }
  .navigation nav ol li a br {
    display: none;
  }
  .navigation nav.social ol {
    display: flex;
  }
  .navigation nav.social ol a {
    font-size: calc(clamp(16px, 1.5vw, 18px) * 3.4);
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
}
.breadcrumbs ol li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
}
.breadcrumbs ol li.last::after {
  display: none;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: "—";
  font-size: 80%;
  font-weight: bold;
  padding: 0 0.25rem;
}

.entries .row > *, .tiles .row > * {
  margin-bottom: 2rem;
}
.entries article, .entries .item, .tiles article, .tiles .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.entries article .article-image, .entries .item .article-image, .tiles article .article-image, .tiles .item .article-image {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 200px;
}
@media only screen and (min-width: 769px) {
  .entries article .article-image, .entries .item .article-image, .tiles article .article-image, .tiles .item .article-image {
    max-height: 150px;
  }
}
.entries article .article-image img, .entries .item .article-image img, .tiles article .article-image img, .tiles .item .article-image img {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.entries article .card, .entries .item .card, .tiles article .card, .tiles .item .card {
  flex: 1;
  padding: 1rem !important;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.entries article .card h4, .entries .item .card h4, .tiles article .card h4, .tiles .item .card h4 {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.1);
  font-weight: bold;
}
.entries article .card a, .entries .item .card a, .tiles article .card a, .tiles .item .card a {
  text-decoration: none;
}
.entries article .card a:hover, .entries article .card a:focus, .entries article .card a:active, .entries .item .card a:hover, .entries .item .card a:focus, .entries .item .card a:active, .tiles article .card a:hover, .tiles article .card a:focus, .tiles article .card a:active, .tiles .item .card a:hover, .tiles .item .card a:focus, .tiles .item .card a:active {
  color: currentColor;
}
.entries article .card small, .entries .item .card small, .tiles article .card small, .tiles .item .card small {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
  opacity: 0.8;
}
.entries article:hover .article-image img, .entries .item:hover .article-image img, .tiles article:hover .article-image img, .tiles .item:hover .article-image img {
  transform: scale(1.1);
}
.entries article:hover .card, .entries .item:hover .card, .tiles article:hover .card, .tiles .item:hover .card {
  background-color: #F3C936;
}

.entries-list.tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.entries-list.tiles .item {
  flex: 0 100%;
}
@media only screen and (min-width: 769px) {
  .entries-list.tiles .item {
    flex: 0 32%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .entries-list.tiles .item {
    flex: 1 45%;
  }
}

.event-wrapper .item {
  display: flex;
  flex-direction: row;
  background-color: #e2e7e6;
  box-shadow: 0 1rem 1rem 0 rgba(36, 56, 66, 0.2);
  padding: 1rem;
  gap: 1rem;
  align-items: flex-start;
}
.event-wrapper .item:hover {
  background-color: #F3C936;
  color: #243842;
}
.event-wrapper .item .article-image {
  max-height: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex: 1 250px;
}
.event-wrapper .item .caption h4 {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.1);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.event-wrapper .item .caption p {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
  line-height: 120%;
}

.entries-resource a {
  text-decoration: none;
}
.entries-resource a:hover .resource, .entries-resource a:focus .resource, .entries-resource a:active .resource {
  background-color: #F3C936;
  color: #243842;
}
.entries-resource a:last-child .resource {
  border-bottom: 1px solid rgba(36, 56, 66, 0.2);
}
.entries-resource .resource {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
  border: 1px solid rgba(36, 56, 66, 0.2);
  transition: 0.2s all ease;
  border-bottom: none;
}
.entries-resource .resource i {
  color: rgba(36, 56, 66, 0.5);
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.2);
}
.entries-resource .resource h4 {
  margin: 0;
  font-weight: bold;
  font-size: clamp(16px, 1.5vw, 18px);
  color: #243842;
}
.entries-resource .resource .btn {
  margin: 0 0 0 auto;
}

.card {
  box-shadow: 0 1rem 1rem 0 rgba(36, 56, 66, 0.2);
  padding: 3rem !important;
  border: 0;
  border-radius: 0;
  flex-direction: revert;
  display: block;
  background-color: #e2e7e6;
}
@media only screen and (max-width: 768px) {
  .card {
    padding: 1.5rem !important;
  }
}
.card .card-img-top {
  border-radius: 0;
}
.card .card-body {
  padding: 1rem 0 0 0;
}
.card.lean {
  padding: 0 !important;
  border: 0;
  border-radius: 0.25rem;
}
.card.lean .card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
}
.card.lean .card-body {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.card:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 90%;
  height: 1rem;
  bottom: -0.25rem;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
  background-color: #243842;
  filter: blur(1rem);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 2rem 0;
  border-top: 1px solid;
  text-align: center;
}
footer p {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
}
footer .branding {
  margin: 0;
  padding: 0;
}
footer .branding .brand {
  margin: 0 auto;
  width: 8rem;
}
footer .copyright {
  display: inline-block;
  margin: 0 1rem;
}
footer .nav {
  display: inline-flex;
  font-size: calc(clamp(16px, 1.5vw, 18px) * 0.8);
}
@media only screen and (max-width: 768px) {
  footer .nav {
    display: flex;
  }
}
footer .nav ol {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
  padding: 0;
}
footer .nav ol li {
  margin: 0;
}

.btn,
.fui-btn {
  border: 0 !important;
  border-radius: 0.25rem !important;
  text-align: inherit;
}
.btn.btn-primary, .btn.fui-submit,
.fui-btn.btn-primary,
.fui-btn.fui-submit {
  background-color: #243842;
  color: #fff;
}
.btn.btn-primary:hover, .btn.fui-submit:hover,
.fui-btn.btn-primary:hover,
.fui-btn.fui-submit:hover {
  background-color: black;
  color: #cccccc;
}
.btn.btn-secondary,
.fui-btn.btn-secondary {
  background-color: #F3C936;
  color: #243842;
}
.btn.btn-secondary:hover,
.fui-btn.btn-secondary:hover {
  background-color: #f6d666;
  color: black;
}
.btn.btn-large,
.fui-btn.btn-large {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4);
  box-shadow: 0 1rem 1rem 0 rgba(36, 56, 66, 0.2);
  border-radius: 0 !important;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
}
.button-group .form-check-inline {
  margin: 0 0.5rem 0 0;
  padding: 0;
}

.fui-alert p:only-child {
  margin-bottom: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion {
  border-radius: 1rem;
  overflow: hidden;
}
.accordion .accordion-item {
  background: #e5edf1;
  border: none;
}
.accordion .accordion-item .accordion-header .accordion-button {
  padding: 1rem 1.5rem;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  background: transparent;
  color: #f3c936 !important;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: #dee8ed;
  color: #243842 !important;
  border-radius: 0.25rem;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #f3c936 !important;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 1rem 1.5rem;
  margin: 0;
}

.nav-tabs .nav-item button {
  background-color: #e2e7e6 !important;
  color: #243842 !important;
}
.nav-tabs .nav-item button.active {
  background-color: #F3C936 !important;
  color: #fff !important;
}

.nav-pills .nav-item button {
  background-color: #e2e7e6 !important;
  color: #243842 !important;
}
.nav-pills .nav-item button.active {
  background-color: #F3C936 !important;
  color: #fff !important;
}

.nav-panels-horizontal .nav-tabs .nav-item button {
  border-radius: 0.25rem 0.25rem 0 0 !important;
}
.nav-panels-vertical {
  display: grid !important;
  grid-template-columns: 25% 1fr;
}
.nav-panels-vertical .nav-pills {
  margin-right: 1rem;
}
.nav-panels-vertical .nav-pills .nav-item button {
  width: 100%;
  text-align: left;
}
.nav-panels-vertical .nav-tabs {
  margin-right: 1rem;
  border: 1px solid #e2e7e6 !important;
  border-width: 0 1px 0 0 !important;
  height: 100%;
}
.nav-panels-vertical .nav-tabs .nav-item button {
  width: 100%;
  text-align: left;
  border-radius: 0.25rem 0 0 0.25rem !important;
  border: 1px solid #e2e7e6 !important;
  border-width: 1px 0 1px 1px !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.tab-content .tab-pane > section > .container {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0 0 0;
}

.carousel.shape-circle {
  overflow: hidden;
  border-radius: 50%;
}

fieldset {
  border: 1px solid #243842;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
fieldset legend {
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4);
  font-weight: bold;
  color: #243842;
  padding: 0 0 1rem 0;
}

section.cbRow .container {
  z-index: 1;
  position: relative;
}
section.cbRow .rowBgImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero {
  background-color: #243842;
}
.hero .slide {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15vh 5vw 15vh 5vw;
  min-height: 70vh;
}
.hero .slide .caption {
  position: relative;
  z-index: 2;
  color: white;
  margin: 0 auto;
}
.hero .slide .caption a:not(.btn) {
  color: #F3C936;
}
.hero .slide .caption h2 {
  font-weight: 900;
}
.hero .slide .caption .marker {
  color: #243842;
  padding: 0 5px;
  display: inline-block;
}
.hero .slide .caption .marker a {
  color: #243842;
}
.hero .slide .rowBgImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-size: cover;
  background-position: center;
}
.hero .glide__arrow {
  background-color: transparent;
  color: white;
  border: none;
  font-size: calc(clamp(16px, 1.5vw, 18px) * 1.4);
}
.hero .glide__arrow--left {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.hero .glide__arrow--right {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.hero .glide__track {
  transition: 0.5s all;
}/*# sourceMappingURL=style.css.map */