/*
  Theme Name: Amstead
  Theme URI: https://limb.agency
  Description: LIMB Theme - Amstead Group Theme (August 2026)
  Author: LIMB
  Author URI: https://limb.agency
*/
/* TOC:
Generic
WordPress
Utility
Scaffolding / Grid
Backgrounds & Colors
Headings
Lists
Buttons
Forms
Animations
Back to Top
Header
Sub Navigation
Banners
Images
Video Embed
Text Sections
CTA Specializing
Isotope
Footer
*/
/* -------------------------------------------------------------- Generic */
:root {
  --brown: #886A3B;
  --lightbrown: #A3854B;
  --gold: #D8B066;
  --white: #FDFBF6;
  --offblack: #081714;
  --darkgreen: #1A3C34;
  --lightgreen: #839794;
  --offwhite: #F1F3F3;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
  color: var(--darkgreen);
}
body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  position: relative;
}
body.menu-open {
  overflow: hidden;
  height: 100%;
}
/* -------------------------------------------------------------- Wordpress */
.alignnone {
  margin: 5px 20px 20px 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;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  width: auto !important;
}
.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 .wp-caption-text,
.gallery-caption {
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
  padding: 0 4px 5px;
  margin-top: 0.5em;
}
/* -------------------------------------------------------------- Utility */
.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halign {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vhalign {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block {
  display: block;
}
/* -------------------------------------------------------------- Scaffolding / Grid */
section {
  position: relative;
  background-color: white;
}
.columns {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 55px;
  max-width: 100%;
  position: relative;
  padding-left: -webkit-calc(50vw - 680px);
  padding-left: -moz-calc(50vw - 680px);
  padding-left: calc(50vw - 680px);
  padding-right: -webkit-calc(50vw - 680px);
  padding-right: -moz-calc(50vw - 680px);
  padding-right: calc(50vw - 680px);
}
.columns.no-padding {
  padding: 0;
}
.columns.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.columns.no-top-bottom-padding,
.columns.no-bottom-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.columns.no-top-padding {
  padding-top: 0;
}
.columns.no-bottom-padding {
  padding-bottom: 0;
}
.columns.tall-padding {
  padding-top: 10em;
  padding-bottom: 10em;
}
.columns.tall-top-padding {
  padding-top: 10em;
}
.columns.tall-bottom-padding {
  padding-bottom: 10em;
}
.columns-wide {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: -webkit-calc(50vw - 591px);
  padding-left: -moz-calc(50vw - 591px);
  padding-left: calc(50vw - 591px);
  padding-right: -webkit-calc(50vw - 591px);
  padding-right: -moz-calc(50vw - 591px);
  padding-right: calc(50vw - 591px);
  position: relative;
}
.columns-wide-content {
  max-width: 100%;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.columns--image-text {
  align-items: center;
}
.columns.cta:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #DEDEDE;
  height: 20%;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
}
.column {
  padding: 40px 25px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.column.center {
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.column.center-left {
  text-align: left;
  justify-content: center;
}
.column.center-right {
  text-align: right;
  justify-content: center;
}
.column.center-bottom {
  text-align: center;
  justify-content: flex-start;
}
.column.center-top {
  text-align: center;
}
.column.left {
  align-content: flex-start;
}
.column.left-middle {
  align-items: center;
}
.column.left-bottom {
  justify-content: flex-end;
}
.column.right {
  align-content: flex-end;
}
.column.right .button {
  margin-right: 0;
}
.column.right-middle {
  align-items: center;
  text-align: right;
  justify-content: center;
}
.column.right-middle .button {
  margin: auto 0 auto auto;
}
.column.right-bottom {
  justify-content: flex-end;
  align-content: flex-end;
}
.column.right-bottom .button {
  margin: auto 0 0 auto;
}
.column.no-padding {
  padding: 0;
}
.column.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.column.no-top-bottom-padding,
.column.no-bottom-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.column.no-top-padding {
  padding-top: 0;
}
.column.no-bottom-padding {
  padding-bottom: 0;
}
.column.no-right-padding {
  padding-right: 0;
}
.column.no-left-padding {
  padding-left: 0;
}
.column-block {
  display: block;
}
.column.image-text-accent {
  margin-top: -20em;
  margin-left: 0;
}
.d1 {
  width: 8.33%;
}
.d2 {
  width: 16.66%;
}
.d3 {
  width: 25%;
}
.d4 {
  width: 33.33%;
}
.d5 {
  width: 41.66%;
}
.d6 {
  width: 50%;
}
.d7 {
  width: 58.33%;
}
.d8 {
  width: 66.66%;
}
.d9 {
  width: 75%;
}
.d10 {
  width: 83.33%;
}
.d11 {
  width: 91.66%;
}
.d12 {
  width: 100%;
}
/* -------------------------------------------------------------- Backgrounds & Colors */
*[style*="background:"] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.bg-white,
.bg-white:after {
  background-color: white;
}
.bg-black,
.bg-black:after {
  background-color: black;
}
.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-image:after {
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-image.bg-white:after,
.bg-image.bg-black:after {
  content: "";
  opacity: 0.85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-image>* {
  position: relative;
  z-index: 3;
}
.bg-image.column {
  padding: 90px 90px 60px 90px;
}
.bg-video {
  overflow: hidden;
}
.bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-video.bg-white:after,
.bg-video.bg-black:after,
.bg-video.bg-blue:after,
.bg-video.bg-primary:after,
.bg-video.bg-secondary:after,
.bg-video.bg-tertiary:after {
  content: "";
  opacity: 0.85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-video>* {
  position: relative;
  z-index: 3;
}
.bg-half-opacity:after {
  opacity: .44 !important;
}
.text-color-white,
.text-color-white h1,
.text-color-white h2,
.text-color-white h3,
.text-color-white h4,
.text-color-white h5,
.text-color-white h6,
.text-color-white .h1,
.text-color-white .h2,
.text-color-white .h4,
.text-color-white .h5,
.text-color-white .h6,
.text-color-white p,
.text-color-white p a,
.text-color-white p a:hover,
.text-color-white p a:active,
.text-color-white ul li,
.text-color-white ul li a,
.text-color-white ol li,
.text-color-white ol li a,
.text-color-white form input[type="text"],
.text-color-white form input[type="tel"],
.text-color-white form input[type="number"],
.text-color-white form input[type="email"],
.text-color-white form input[type="password"],
.text-color-white form textarea,
.text-color-white .button,
.text-color-white .link,
.text-color-white .back-link a {
  color: white;
}
.bg-darkestblue.text-color-white h2 {
  color: var(--blue);
}
.text-color-white .link:hover,
.text-color-white .link:active,
.text-color-white .link:focus {
  color: white;
  border-bottom: 2px solid white;
}
.text-color-white form input::placeholder {
  color: white;
}
.text-color-white form input:-ms-input-placeholder {
  color: white;
}
.text-color-white form input::-ms-input-placeholder {
  color: white;
}
.text-color-white form textarea::placeholder {
  color: white;
}
.text-color-white form textarea:-ms-input-placeholder {
  color: white;
}
.text-color-white form textarea::-ms-input-placeholder {
  color: white;
}
.text-color-white form input[type="text"],
.text-color-white form input[type="tel"],
.text-color-white form input[type="number"],
.text-color-white form input[type="email"],
.text-color-white form input[type="password"],
.text-color-white form textarea {
  border-color: white;
  background-color: rgba(255, 255, 255, .25);
}
.text-color-white .section-title {
  color: white;
}
/* -------------------------------------------------------------- Headings */
h1,.h1 {
  line-height: 1.15em;
  font-weight: 400;
  letter-spacing: normal;
  color: var(--brown);
  position: relative;
  font-size: 40px;
}
h1+p {
  /* margin-top: 20px; */
}
h1+.link {
  margin-top: 15px;
}
h2,
.h2 {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 400;
  color: var(--lightbrown);
  font-family: "Gloock", serif;
}
h2+p {
  margin-top: 6px;
}
h2+h3 {
  /* margin-top: 20px; */
}
h2 strong {
  color: var(--lightblue);
  font-weight: 400;
}
h2.large {
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 400;
}
h2.large+.button {
  margin-top: 20px;
}
h2.heading {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: .2em;
}
.center h2+h3 {
  margin-top: 0;
}
h3,
.h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--darkgreen);
  letter-spacing: 0.2em;
  margin-bottom: 0;
  line-height: normal;
}
h3 strong {
  font-weight: 600;
}
h3.title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
h3+p {
  margin-top: 10px;
}
h3+.button {
  margin-top: 15px;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--brown);
}
h4+ul {
  margin-top: 25px;
}
h4+p {
  margin-top: 4px;
}
h5,
.h5 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: none;
  color: var(--blue);
}
h6,
.h6 {
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: .2em;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark-teal);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  z-index: 2;
  padding: 0;
  margin: 0 0 20px 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
p {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: normal;
}
p a {
  font-weight: bold;
  text-decoration: underline;
}
p a:hover,
p a:active,
p a:focus {
  color: var(--light-teal);
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}
p+h3 {
  margin-top: 6px;
}
*+p {
  /* margin-top: 10px; */
}
p+h2,
p+h4 {
  margin-top: 17px;
}
p+.link {
  margin-top: 25px;
}
.text-color-white p strong {
  color: white;
}
a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: var(--darkblue);
}
a:hover,
a:active,
a:focus {
  color: var(--text-color);
  outline: 0;
}
.sub-text {
  font-size: 46px;
  line-height: normal;
  color: var(--blue);
  font-weight: 400;
}
hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #D6D6D6;
  height: 8px;
  opacity: 1;
  margin: 12px 0;
}
.columns>hr {
  margin-left: 15px;
  margin-right: 15px;
}
blockquote {
  margin: 0 0 50px 0;
  position: relative;
}
blockquote>* {
  position: relative;
  margin-top: 20px;
}
blockquote>*:before {
  content: '';
  width: 100%;
  height: calc(100% + 56px);
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 30px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}
@media (min-width: 768px){
  h1,.h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px){
  h1,.h1 {
    font-size: 50px;
  }
  h2,.h2 {
    font-size: 37px;
  }
}
@media (min-width: 1200px){
  h1,.h1 {
    font-size: 70px;
  }
  h2,.h2 {
    font-size: 37px;
  }
}

/* -------------------------------------------------------------- Lists */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: normal;
  font-weight: 400;
  list-style-type: none;
  font-family: 'Gloock', serif;
}
ul li:before {
  content: "";
  background-color: var(--gold);
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
ul li span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}
.text-color-white ul li:before {
  background-color: white;
}
ul:last-child li:last-child {
  margin-bottom: 0;
}
ul.org-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 48px;
}
ul:last-child li:last-child {
  margin-bottom: 0;
}
.columnize-2>ul,
ul.columnize-2 {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnize-3>ul,
ul.columnize-3 {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnize-4>ul,
ul.columnize-4 {
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-position: outside;
  margin: 0;
}
.columnize-2>ul li,
.columnize-3>ul li,
.columnize-4>ul li,
ul.columnize-2 li,
ul.columnize-3 li,
ul.columnize-4 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
ul+ol,
ol+ul {
  margin-top: 25px;
}
ol {
  margin: 0;
  padding: 0;
  counter-reset: numbers;
}
ol li {
  counter-increment: numbers;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: normal;
  font-weight: 400;
  list-style-type: none;
}
ol li:before {
  content: counter(numbers);
  color: var(--darkestblue);
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 0;
}
ol:last-child li:last-child {
  margin-bottom: 0;
}
.columnize-2>ol,
ol.columnize-2 {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnize-3>ol,
ol.columnize-3 {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnize-4>ol,
ol.columnize-4 {
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-position: outside;
  margin: 0;
}
.columnize-2>ol li,
.columnize-3>ol li,
.columnize-4>ol li,
ol.columnize-2 li,
ol.columnize-3 li,
ol.columnize-4 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 768px){
  ul li {
    font-size: 18px;
  }
  ul li span {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------- Buttons */
.button {
  border: 1px solid var(--gold);
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  padding: 12px 26px;
  transition: all ease 0.4s;
  display: block;
  width: fit-content;
  background-color: transparent;
  letter-spacing: normal;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
}
.button:hover,
.button:active,
.button:focus {
  background-color: var(--gold);
  color: var(--offblack);
}
.buttons .button {
  /* margin-right: 30px; */
}
.center>.button {
  margin-left: auto;
  margin-right: auto;
}
p .link {
  text-decoration: none;
}
.link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid transparent;
  padding: 0 0 5px 0;
  color: var(--brown);
  text-decoration: none;
  width: fit-content;
  margin-top: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}
.center .link {
  /*margin-left: auto;*/
}
.link:hover,
.link:active {
  text-decoration: none;
  border-bottom: 1px solid var(--darkestblue);
}
.link:focus {
  color: var(--darkbrown);
}
@media (min-width: 768px) {
  .button {
    font-size: 12px;
    padding: 12px 26px;
  }
}
/* -------------------------------------------------------------- Forms */
form {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
form .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: center;
}
form .field {
  margin-bottom: 30px;
  padding: 0 10px;
}
form .field p {
  font-size: 16px;
}
form label {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 19px;
  display: none;
  text-align: left;
}
form input[type="text"],
form input[type="tel"],
form input[type="number"],
form input[type="email"],
form input[type="password"] {
  background-color: #F5F5F5;
  border: none;
  padding: 15px 25px;
  height: 50px;
  text-transform: none;
  letter-spacing: 0;
  width: calc(50% - 30px);
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea {
  background-color: transparent;
  border: 1px solid var(--light-teal);
  padding: 15px;
  height: 165px;
  font-size: 16px;
  text-transform: none;
  color: var(--text-color);
  font-weight: 300;
  letter-spacing: .05em;
  width: 100%;
  margin-top: 30px;
}
form input[type="submit"] {
  display: block;
  height: auto;
  width: auto;
  cursor: pointer;
  margin-right: auto;
  margin-left: 0;
}
form input::placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form input:-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form input::-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea::placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea:-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea::-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
/* WordPress Password Form */
form.post-password-form label {
  display: block;
  margin: 0 10px 0 0;
}
form.post-password-form input[type="password"] {
  width: auto;
}
form.post-password-form input[type="submit"] {
  margin: 0;
  min-width: 100px;
  background-color: var(--darkblue);
  border: 1px solid var(--darkblue);
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  transition: all ease 0.4s;
}
form.post-password-form input[type="submit"]:hover {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--offblack);
}
form.post-password-form {
  flex-direction: column;
}
form.post-password-form p {
  width: fit-content;
  margin-bottom: 0;
  display: flex;
}
/* -------------------------------------------------------------- Animations */
.fadein {
  opacity: 0;
}
.fadein.fadein-active {
  animation: fadein 1s ease-out forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------------------------------------------- Back to Top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--lightblue);
  cursor: pointer;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  padding: 7px;
  transition: all ease 0.5s;
}
#myBtn:hover {
  background-color: var(--darkblue);
}
#myBtn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#myBtn span:before {
  content: '';
  background-image: url('../images/back-to-top.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* -------------------------------------------------------------- Header */
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: all ease 0.4s;
}
header .columns {
  padding-top: 30px;
  padding-bottom: 30px;
}
header .column {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .column:last-of-type {
  flex-wrap: nowrap;
  gap: 40px;
}
header .logo {
  transition: all ease 0.4s;
  width: 200px;
  flex: none;
}
header .logo img:first-child {
  display: block;
}
header .logo img:last-child {
  display: none;
}
header img {
  width: 100%;
  height: 100%;
}
header .nav-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3em;
}
header ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
header ul li {
  margin: 0;
  padding: 0 25px 0 0;
  font-family: 'Merriweather Sans', sans-serif;
}
header ul li:last-of-type {
  padding-right: 0;
}
header ul li:before {
  content: none;
}
header ul li a {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: white;
  border-bottom: 1px solid transparent;
  transition: border-color 0.5s ease;
  padding-bottom: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
header ul li a:hover,
header ul li a:focus,
header ul li a:active {
  border-bottom: 1px solid var(--gold);
  color: white;
}
header.scrolling {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.56);
  position: fixed;
}
header.scrolling ul li a:hover,
header.scrolling ul li a:focus,
header.scrolling ul li a:active {
  border-bottom: 1px solid var(--gold);
}
header.scrolling .columns {
  padding-top: 30px;
  padding-bottom: 30px;
}
header.scrolling .logo {}
header.scrolling .logo img:first-child {
  display: none;
}
header.scrolling .logo img:last-child {
  display: block;
}
header.scrolling ul li a {
  color: var(--brown);
}
/* Mobile Menu Stylings */
header .b-a,
.bar,
.bar:before,
.bar:after {
  transition: all 0.25s;
  content: "";
  position: absolute;
  /* left: 0; */
  height: 2px;
  width: 30px;
  border-radius: 15px;
  background-color: white;
}
header.scrolling .b-a,
header.scrolling .bar,
header.scrolling .bar:before,
header.scrolling .bar:after {
  background-color: var(--brown);
}
header .menu-collapsed {
  transition: all 0.25s;
  position: fixed;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}
header .menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}
header .menu-expanded ul li {
  padding: 0 0 35px 0;
}
header .bar {
  position: fixed;
  right: 6%;
  top: 43px;
}
header .bar:before {
  top: -8px;
}
header .bar:after {
  top: 8px;
}
header .b-a-expanded,
.menu-expanded .bar:before,
.menu-expanded .bar:after {
  transition: all 0.25s;
  top: 0px;
  right: -1px;
}
header .menu-expanded {
  transition: all 0.25s;
  text-align: center;
  line-height: 200px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background-color: var(--darkgreen);
  opacity: 0.98;
  padding: 0px 20px;
}
header .menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
  flex-direction: column;
  align-content: center;
  padding-top: 150px;
}
header .menu-expanded ul+ul {
  padding-top: 40px;
}
header .menu-expanded a {
  transition: all 0.15s;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border: none;
  overflow-wrap: break-word;
  max-width: 100%;
}
header.scrolling .menu-expanded ul li a {
  color: white;
}
header .menu-expanded a:hover {
  background-color: transparent;
  transition: all 0.15s;
  color: white;
  border: none;
}
header .menu-expanded .bar {
  background-color: transparent;
  transition: all 0.25s;
}
header .menu-expanded .bar:before {
  transform: rotate(45deg);
  background-color: white;
}
header .menu-expanded .bar:after {
  transform: rotate(-45deg);
  background-color: white;
}
header .mobile-menu .dropdown.click-toggle .dropdown-content {
  position: relative;
  top: 0;
  padding: 0;
  /* margin-top: 20px; */
  background: none;
  box-shadow: none;
  min-width: fit-content;
  left: 0;
  top: 0;
}
header .mobile-menu .dropdown.click-toggle .dropdown-content li {
  padding: 0;
  background-color: transparent;
  border: none;
}
header .mobile-menu .dropdown.click-toggle .dropdown-content li a {
  font-weight: 500;
  font-size: 17px;
  border: none;
}
header .menu-expanded .dropdown a:hover {
  background-color: transparent;
  color: white;
  border: none;
}
header .mobile-menu .dropdown .dropbtn {
  border: none;
}
header .mobile-menu .dropdown {
  display: block;
}
header .menu-collapsed .button {
  display: none;
}
header .menu-expanded .button {
  display: block;
  margin: 0 auto;
  border: 1px solid var(--blue);
  line-height: normal;
}
header.scrolling .bar {
  top: 40px;
}
header.single {
  position: relative;
  background-color: var(--darkblue);
}
header.scrolling.single {
  position: fixed;
  background-color: white;
}
@media (max-width: 991.98px) {
  header ul,
  header .button {
    display: none;
  }
  header .mobile-menu ul {
    display: block;
  }
}
@media (min-width: 768px) {
  header .logo {
    width: 252px;
  }
}
@media (min-width:992px) {
  header .columns {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  header ul li {
    padding: 0 40px 0 0;
  }
  header .menu-collapsed {
    display: none;
  }
}
@media (min-width:1200px) {
  header .logo {
    width: 252px;
    height: 35px;
  }
  header ul li {
    padding: 0 60px 0 0;
  }
}
/* Header Dropdown */
header .nav-section li.menu-item-has-children {
  position: relative;
}
header .nav-section .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--blue);
  min-width: 220px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  margin: 0;
  z-index: 999;
}
header .nav-section .sub-menu li {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-bottom: 10px;
}
header .nav-section .sub-menu li:last-child {
  padding-bottom: 0;
}
header .nav-section .sub-menu li a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
}
header.scrolling .nav-section .sub-menu li a {
  color: white;
}
header .nav-section li.menu-item-has-children:hover>.sub-menu {
  display: block;
}
header .mobile-menu .sub-menu {
  display: none;
  padding-left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 25px;
}
header .mobile-menu .sub-menu li a {
  text-transform: none;
  letter-spacing: normal;
}
header .mobile-menu .sub-menu li:last-child {
  padding-bottom: 0;
}
header .mobile-menu .sub-menu.is-open {
  display: block;
}
header .nav-section li.menu-item-has-children:hover>.sub-menu,
header .nav-section li.menu-item-has-children:focus-within>.sub-menu {
  display: block;
}
header .nav-section a:focus,
header .mobile-menu a:focus {
  outline: 3px solid white;
  outline-offset: 2px;
}

/* -------------------------------------------------------------- Sub Navigation */
.sticky-sub-nav {
  width: 100%;
  transition: top 0.3s ease-in-out;
  background-color: var(--lightblue);
}
.sticky-sub-nav.sticky-active {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.sticky-sub-nav .column {
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  row-gap: 15px;
}
.sticky-sub-nav a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: var(--darkblue);
  padding: 0 15px;
  position: relative;
  display: block;
  font-family: 'PT Serif', serif;
}
.sticky-sub-nav a:first-child {
  padding-left: 0;
}
.sticky-sub-nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: var(--blue);
  top: 50%;
  transform: translate(50%, -50%);
}
.sticky-sub-nav a:last-child {
  padding-right: 0;
}
.sticky-sub-nav a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sticky-sub-nav .column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sticky-sub-nav a {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .sticky-sub-nav a {
    padding: 0 35px;
  }
}
body.logged-in.admin-bar .sticky-sub-nav.sticky-active {
  margin-top: 32px;
}
/* -------------------------------------------------------------- Banners */
#home-banner {
  height: 80vh;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  z-index: 3;
  overflow: visible;
}
#home-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(26, 60, 52, 1) 0%, rgba(8, 23, 20, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
#home-banner .column {
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 7%;
  justify-content: flex-end;
}
#home-banner .heading {
  width: 100%;
  margin-bottom: 30px;
}
#home-banner h1 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Gloock", serif;
  line-height: 1.15em;
}
#home-banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
#home-banner .button {
  margin-top: 0;
}
@media (min-width: 768px) {
  #home-banner .column {
  }
  #home-banner .heading {
    width: 50%;
  }
  #home-banner h1 {
    font-size: 50px;
  }
}
@media (min-width:992px) {
  #home-banner {
    height: 100vh;
    min-height: 778px;
  }
  #home-banner .column {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #home-banner .heading {
    width: 50%;
    margin-bottom: 0;
  }
  #home-banner h1 {
    font-size: 70px;
  }
}

#splash-banner {
  min-height: 100vh;
  padding-bottom: 0;
  padding-top: 5vh;
  position: relative;
  z-index: 3;
  overflow: visible;
  background: linear-gradient(to bottom,  rgba(35,46,68,1) 0%,rgba(19,25,36,1) 100%);
  align-items: center;
}
#splash-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('images/splash-background.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#splash-banner .column.main {
  align-self: center;
}
#splash-banner .logo {
  width: 268px;
  margin-bottom: 70px;
}
#splash-banner .logo img {
  width: 100%;
  height: 100%;
}
#splash-banner h1 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75em;
  margin-bottom: 60px;
}
#splash-banner p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
#splash-banner p a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-decoration: none;
}
#splash-banner p a:hover {
  text-decoration: underline;
}
#splash-banner .column.bottom {
  align-self: flex-end;
}
#splash-banner .bottom p {
  font-size: 13px;
}
@media (max-width: 767.98px) {
  #splash-banner h1 br {
    display: none;
  }
}
@media (min-width: 768px) {
  #splash-banner {
    height: 100vh;
    padding-top: 11vh;
  }
  #splash-banner .logo {
    margin-bottom: 90px;
  }
  #splash-banner h1 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  #splash-banner p {
    font-size: 24px;
  }
}

#hero-banner {
  min-height: 425px;
  padding-top: 120px;
  padding-bottom: 40px;
  align-content: center;
  overflow: visible;
}
#hero-banner:after {
  content: '';
  background-color: var(--gold);
  width: 1px;
  height: 81px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0%);
  opacity: 1;
  top: auto;
}
#hero-banner.subnav {
  padding-bottom: 0;
}
#hero-banner::before {
  content: '';
  background-color: var(--darkgreen);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  z-index: 2;
}
#hero-banner h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #hero-banner p {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  #hero-banner p {
    max-width: 44%;
  }
  #hero-banner h1 {
    font-size: 70px;
  }
}
.image-banner {
  padding: 90px 90px 60px 90px;
  margin-left: 30px;
  margin-right: 30px;
}
.image-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #023A70;
  opacity: .28;
}
.image-banner p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.image-banner>* {
  position: relative;
  z-index: 3;
}
/* ------------------------------------------------------------------- Images */
img {
  display: block;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}
.center>img {
  margin-left: auto;
  margin-right: auto;
}
/* Images */
.single-image {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single-image .image {
  position: relative;
}
.single-image .image:before {
  content: '';
  background: url('../images/accent-corner-top-left.svg') left top no-repeat transparent;
  width: 75px;
  height: 75px;
  display: block;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: -15px;
}
.single-image .image:after {
  content: '';
  background: url('../images/accent-corner-bottom-right.svg') right bottom no-repeat transparent;
  width: 75px;
  height: 75px;
  display: block;
  background-size: contain;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.single-image img {
  margin: auto;
  max-height: 330px;
}
.single-image .caption {
  text-align: center;
  margin-top: 30px;
  display: block;
  width: 100%;
}
.single-image .caption h4 {
  margin-bottom: 15px;
}
.single-image .caption h5 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3em;
}
.double-images {
  display: flex;
  justify-content: space-between;
}
.double-images .single-image:first-child {
  margin-right: 15px;
}
.double-images .single-image:last-child {
  margin-left: 15px;
  position: relative;
  top: 60px;
}
.double-images .image {
  margin-left: 0;
  margin-right: auto;
}
.double-images .caption {
  text-align: left;
  margin-top: 25px;
  margin-bottom: auto;
  margin-left: 0;
}
/* Full Width Image */
img.full-width {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 492px;
}
img.accent-spacer {
  position: absolute;
  top: -101px;
  right: -37px;
}
/* ------------------------------------------------------------------- Video Embed */
.video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.play-button {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.play-button::before {
  content: "";
  background-image: url('../images/playbutton.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 122px;
  height: 122px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ----------------------------------------------------------------------------- Text Sections */
.text-img.columns {
  padding-top: 0;
  padding-bottom: 0;
}
.text-img.right {
  padding-right: 0;
  min-height: 668px;
}
.text-img.left .column {
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 6em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.text-img.right .column {
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 6em;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
}
.text-img .img {
  width: 100%;
}
.text-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-img .text {
  width: 100%;
  padding: 20px;
  flex: 1;
}
.text13.columns {
  gap: 4em;
}
.text13.columns .column {
  margin: 0;
}
.text13 .column:nth-of-type(1) {
  width: 33.33%;
}
.text13 .column:nth-of-type(2) {
  width: calc(66.66% - 64px);
}
.text3 .column {
  flex-direction: row;
  gap: 30px;
}
.text3 .column .item {
  width: 100%;
}
.image-block {
  min-height: 517px;
}
.image-block:after {
  opacity: 0.8;
}
.image-block .column {
  width: 100%;
}
.image-block h2 {
  font-size: 30px;
  margin-bottom: 50px;
  color: var(--lightblue);
}
.image-block p {
  font-size: 23px;
  font-family: 'PT Serif', serif;
  position: relative;
}
.image-block.accent p:before {
  content: '';
  width: 118px;
  height: calc(100% + 56px);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .text-img.left .column {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    padding-top: 0;
    padding-right: 25px;
    justify-content: center;
  }
  .text-img.left .img {
    height: 100%;
    flex: 1.2;
  }
  .text-img.left .img.accent {
    padding-right: 15px;
    border-right: 1px solid var(--lightblue);
  }
  .text-img.left .text,
  .text-img.right .text {
    padding: 3em;
  }
  .text-img.right .column {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    padding-top: 0;
    padding-right: 0;
    justify-content: center;
  }
  .text-img.right .img {
    height: 100%;
    flex: 1.4;
  }
  .text-img.right .img.accent {
    padding-left: 15px;
    border-left: 1px solid var(--lightblue);
  }
  .image-block .column {
    width: 90%;
  }
  .image-block p {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .text-img.left {
    min-height: 668px;
  }
  .text-img.left,
  .text-img.left .column {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .text-img.left .column {
    gap: 3em;
  }
  .text-img.left .text {
    padding: 5em 0em;
  }
  .text-img.right .text {
    padding: 5em 5em 5em 25px;
  }
  .text-2 .column.left-side {
    padding-right: 30px;
  }
  .text-2 .column.right-side {
    padding-left: 30px;
  }
  .text3 .column .item {
    width: calc(33.33% - 20px);
  }
  .image-block .column {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .text-img.left .column {
    gap: 4em;
  }
}

/* -------------------------------------------------------------- Accordion */
.accordion-block h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 2em;
}
.accordion-wrapper .accordion {
  cursor: pointer;
  display: grid;
  grid-template-rows: min-content 0fr;
  transition: grid-template-rows 0.5s ease-out;
}
.accordion-wrapper:last-child {
  border-bottom: 1px solid var(--blue);
}
.accordion-wrapper .accordion-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--blue);
  padding: 15px 20px 15px 0;
  position: relative;
}
.accordion-wrapper .accordion-heading:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  background-image: url('../images/plus-darkblue.svg');
  background-size: contain;
  transition: 0.3s ease-in;
  opacity: 1;
}
.accordion-wrapper .accordion-heading:after {
  content: '';
  width: 26px;
  height: 2px;
  position: absolute;
  background: url('../images/minus-darkblue.svg');
  background-size: contain;
  opacity: 0;
  transition: 0.3s ease-in;
  left: 10px;
}
.text-color-white .accordion-wrapper .accordion-heading:before {
  background-image: url('../images/plus-white.svg');
}
.text-color-white .accordion-wrapper .accordion-heading:after {
  background: url('../images/minus-white.svg');
}
.accordion-wrapper .active .accordion-heading:after {
  opacity: 1;
}
.accordion-wrapper .active .accordion-heading:before {
  opacity: 0;
}
.accordion-wrapper .accordion-heading h1 {
  margin-left: 60px;
  font-size: 25px;
}
.accordion-wrapper .accordion-content {
  overflow: hidden;
}
.accordion-wrapper .accordion-content-wrapper {
  padding: 0px 20px 15px 56px;
  line-height: 2;
}
.accordion-wrapper .accordion-content-wrapper p {
  margin-bottom: 20px;
}
.accordion-wrapper .accordion.active .accordion-heading {
  color: #fff;
  background-color: var(--teal);
}
.accordion-wrapper .accordion.active {
  grid-template-rows: min-content 1fr;
}
@media (min-width: 768px) {
  .accordion-wrapper .accordion-heading h1 {
    margin-left: 60px;
    font-size: 30px;
  }
  .accordion-wrapper .accordion-heading:before {
    width: 26px;
    height: 26px;
  }
}

/* -------------------------------------------------------------- Simple Carousel */
.simple-carousel {
  width: 100%;
}
.simple-carousel .slick-slider {
  width: 100%;
  margin: auto;
}
.simple-carousel .slick-prev,
.simple-carousel .slick-next {
  width: 18px;
  height: 35px;
  font-size: 0;
  padding: 0;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.simple-carousel .slick-prev {
  background-image: url("images/caret-left-white.png");
  left: 20px;
}
.simple-carousel .slick-next {
  background-image: url("images/caret-right-white.png");
  right: 20px;
}
.simple-carousel .slick-next:active,
.simple-carousel .slick-next:hover {
  opacity: 0.7;
}
.simple-carousel .slick-slider .slick-track,
.simple-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-delay: 10ms;
  display: flex;
  align-items: center;
}
.simple-carousel .slick-slide {
  height: 355px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
  position: relative;
  z-index: 4;
}
.simple-carousel .slick-slide.slick-center {
  height: 484px;
  margin-bottom: 10px;
}
.simple-carousel .slick-slide .image {
  width: 812px;
  height: 355px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}
.simple-carousel .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-carousel .slick-slide.slick-center {
  z-index: 5;
}
.simple-carousel .slick-slide.slick-center+.slick-slide+.slick-slide {
  z-index: 3;
}
.simple-carousel .slick-slide.slick-center+.slick-slide+.slick-slide .image {
  width: 812px;
  height: 248px;
}
.simple-carousel .slick-slide[aria-hidden="false"]+.slick-slide[aria-hidden="true"] .image {
  opacity: 0;
  -webkit-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
}
.simple-carousel .slick-slide[aria-hidden="true"] .image {
  opacity: 0;
}
.simple-carousel .slick-slide[aria-hidden="false"]~.simple-carousel .slick-slide[aria-hidden="true"] .image {
  opacity: 1;
}
@media (min-width: 768px) {
  .simple-carousel .slick-prev {
    background-image: url("images/caret-left-blue.png");
  }
  .simple-carousel .slick-next {
    background-image: url("images/caret-right-blue.png");
  }
  .simple-carousel .slick-slide.slick-center .image {
    height: 484px;
  }
  .simple-carousel .slick-slide {
    height: 355px;
  }
  .simple-carousel .slick-prev,
  .simple-carousel .slick-next {
    /* width: 26px; */
    /* height: 50px; */
  }
  .simple-carousel .slick-prev {
    left: -30px;
  }
  .simple-carousel .slick-next {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .simple-carousel .slick-prev {
    background-image: url("images/caret-left-white.png");
  }
  .simple-carousel .slick-next {
    background-image: url("images/caret-right-white.png");
  }
  .simple-carousel .slick-prev,
  .simple-carousel .slick-next {
    width: 26px;
    height: 50px;
  }
  .simple-carousel .slick-prev {
    left: 10px;
  }
  .simple-carousel .slick-next {
    right: 10px;
  }
}
@media (min-width: 1400px) {
  .simple-carousel .slick-prev {
    left: -50px;
  }
  .simple-carousel .slick-next {
    right: -50px;
  }
  .simple-carousel .slick-prev {
    background-image: url("images/caret-left-blue.png");
  }
  .simple-carousel .slick-next {
    background-image: url("images/caret-right-blue.png");
  }
}

/* -------------------------------------------------------------- CTA Specializing */
.cta-main {
  min-height: 292px;
}
.cta-main::after {
  background-color: var(--offblack);
  opacity: 0.5;
}
.cta-main .column {
  justify-content: center;
  padding-bottom: 0;
  margin: 0;
}
.cta-main p {
  width: 66%;
}
.cta-main .button {
  min-width: 189px;
}
.cta-main ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 15px;
  gap: 0;
}
.cta-main ul li {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
}
.cta-main ul li:before {
  content: none;
}
.cta-main ul li:not(:last-child):after {
  content: '|';
  margin: 0 25px;
  color: var(--gold);
}
@media (min-width: 992px) {
  .cta-main {
    min-height: 644px;
  }
}

/* -------------------------------------------------------------- Isotope */
.iso-filters .filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  justify-content: center;
}
.iso-filters .filters a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: var(--darkblue);
  padding: 0 20px;
  position: relative;
  display: block;
  font-family: 'PT Serif', serif;
}
.iso-filters .filters a:first-child {
  padding-left: 0;
}
.iso-filters .filters a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: var(--blue);
  top: 50%;
  transform: translate(50%, -50%);
}
.iso-filters .filters a:last-child {
  padding-right: 0;
}
.iso-filters .filters a:hover,
.iso-filters .filters a:focus,
.iso-filters .filters a:active,
.iso-filters .filters a.active {
  text-decoration: underline;
  color: var(--offblack);
}
@media (min-width: 768px) {
  .iso-filters .filters a {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .isotope-filter.mobile-dropdown {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    max-height: 54px;
    width: 290px;
    overflow: hidden;
    -webkit-transition: max-width 0.3s ease-in-out;
    -ms-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
    border: 1px solid #C6C6C6;
  }
  .isotope-filter.mobile-dropdown a {
    display: block;
    width: 100% !important;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    height: auto;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid transparent;
    position: relative;
    color: #272525;
    font-size: 18px;
    font-family: "pill", sans-serif;
    font-weight: 400;
    text-transform: none;
  }
  .isotope-filter.mobile-dropdown a:hover {
    color: #ec5e94;
  }
  .isotope-filter.mobile-dropdown a:after {
    content: '';
    background: url(../images/icon-caret-down-pink.svg) center center no-repeat transparent;
    position: absolute;
    right: 15px;
    display: block;
    width: 22px;
    height: 12px;
    top: 22px;
    font-weight: normal;
  }
  .isotope-filter.mobile-dropdown a.active {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-color: #C6C6C6;
    padding: 18px 15px 18px 20px;
    height: 54px;
  }
  .isotope-filter.mobile-dropdown a.active:after {
    display: block;
  }
  .isotope-filter.mobile-dropdown.open {
    max-height: 1000px;
  }
  .isotope-filter.mobile-dropdown.open a:after {
    display: none;
  }
  .isotope-filter.mobile-dropdown.open a.active:after {
    display: block;
    background: url(../images/icon-caret-up-pink.svg) center center no-repeat transparent;
  }
}

/* -------------------------------------------------------------- Footer */
footer {
  position: relative;
  background: linear-gradient(to bottom,  rgba(8,23,20,1) 0%,rgba(26,60,52,1) 100%,rgba(8,23,20,1) 100%);
  overflow: hidden;
}
footer .logo {
  width: 279px;
  height: 38px;
  display: block;
  margin-bottom: 30px;
}
footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .column.nav:before,
footer .column.nav:after {
  content: '';
  background-color: rgb(128 152 148 / 35%);
  width: 1000%;
  height: 1px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 10px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer ul li {
  padding: 0;
  margin: 0;
  font-family: 'Merriweather Sans', sans-serif;
}
footer ul li:before {
  content: none;
}
footer ul li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all ease 0.5s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0);
}
footer ul li a:hover {
  text-decoration-color: var(--gold);
}
footer .column.list {
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
}
footer .column.list ul {
  padding: 0;
  gap: 0;
}
footer .column.list ul li {
  font-size: 10px;
  font-weight: 300;
}
footer .column.list ul li:not(:last-child):after {
  content: '|';
  margin: 0 10px;
  color: var(--gold);
}
footer p {
  margin: 0;
  font-size: 10px;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 0px;
  margin-top: 10px;
}
footer .social a {
  width: 18px;
  height: 18px;
}
footer .social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: auto;
}
footer .copyright p {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
}
footer .copyright p a {
  text-decoration: none;
  font-weight: 400;
}
footer .copyright p a:hover,
footer .copyright p a:focus,
footer .copyright p a:active {
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .logo {
    margin-bottom: 40px;
  }
  footer ul {
    gap: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .column.list ul li {
    font-size: 12px;
  }
  footer .column.list ul li:not(:last-child):after {
    margin: 0 30px;
  }
  footer p {
    font-size: 12px;
  }
  footer .social {
    gap: 15px;
    margin-left: 30px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
}

/* -------------------------------------------------------------- Mobile Classes */
.no-mobile {
  display: none !important;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .no-mobile {
    display: flex !important;
  }
}

/* -------------------------------------------------------------- Tablet */
@media (max-width: 991.98px) {
  /* Utility */
  .t0 {
    padding: 0;
    width: 0;
  }
  .column.t0+.column {
    padding-top: 40px;
  }
  .t1 {
    width: 8.33%;
  }
  .t2 {
    width: 16.66%;
  }
  .t3 {
    width: 25%;
  }
  .t4 {
    width: 33.33%;
  }
  .t5 {
    width: 41.66%;
  }
  .t6 {
    width: 50%;
  }
  .t7 {
    width: 58.33%;
  }
  .t8 {
    width: 66.66%;
  }
  .t9 {
    width: 75%;
  }
  .t10 {
    width: 83.33%;
  }
  .t11 {
    width: 91.66%;
  }
  .t12 {
    width: 100%;
  }
  .swap-tablet {
    flex-direction: column-reverse;
  }
  /* Scaffolding / Grid */
  .column {
    padding: 40px 40px;
  }
  .columns-wide-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* Lists */
  .columnize-4>ul,
  ul.columnize-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* Header */
  #nav-drawer .nav-header {
    padding: 30px 30px 0 30px;
  }
  #nav-drawer .nav-header img {
    height: 80px;
  }
  #nav-drawer .nav-columns {
    padding-left: 30px;
  }
  #nav-drawer .button {
    font-size: 11px;
    padding: 15px 28px 15px 28px;
  }
  /* Banners */
  /* Images */
  .double-images {
    justify-content: center;
  }
  .double-images .single-image {
    display: block;
    padding: 0 15px;
  }
  .round-image {
    width: 340px;
    height: 340px;
    margin: auto;
  }
  .round-image .image {
    width: 284px;
    height: 284px;
  }
  /* Timer */
  .timer .item {
    width: 25%;
    margin: 0;
  }
  /* Sponsor Bar */
  .sponsor-bar .item {
    padding: 0 15px;
  }
  .sponsor-bar .logo {
    margin-left: 0;
  }
  .sponsor-bar .logo:before {
    left: -15px;
  }
  .sponsor-bar h3 {
    line-height: 1.5em;
    letter-spacing: .33em;
  }
  /* CTA Boxes */
  #cta-boxes {
    height: 600px;
  }
  #cta-boxes h2 {
    font-size: 28px;
  }
  #cta-boxes .item:before {
    top: 15px;
    left: 15px;
  }
  #cta-boxes .item:after {
    bottom: 15px;
    right: 15px;
  }
  /* Callout */
  .callout .number {
    font-size: 100px;
  }
  .callout .number:before {
    font-size: 100px;
  }
  .callout .label {
    margin-left: 25px;
  }
  .callout h5 {
    margin-left: 25px;
    padding-left: 25px;
  }
  /* Stats */
  .stats {
    padding-left: 0;
    padding-right: 0;
    /* flex-wrap: wrap; */
  }
  /* Stats */
  .stats {
    padding-left: 0;
    padding-right: 0;
    /* flex-wrap: wrap; */
    max-width: 400px;
    /* margin-left: auto; */
    /* margin-right: auto; */
  }
  .stats .item {
    width: 100%;
  }
  .stats .stat {
    width: 30%;
    text-align: center;
  }
  .stats .caption {
    width: 70%;
  }
  /* Footer */
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .footer-bottom .logo {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  footer .footer-bottom .logo img {
    margin: auto
  }
  footer .charity {
    margin: 25px auto 15px auto;
  }
  footer .social-media {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    /* justify-content: center; */
    padding: 0;
  }
}

/* -------------------------------------------------------------- Mobile Landscape */
@media (max-width: 767px) {
  /* Utility */
  .m0 {
    width: 0 !important;
    padding: 0 !important;
  }
  .m1 {
    width: 8.33% !important;
  }
  .m2 {
    width: 16.66% !important;
  }
  .m3 {
    width: 25% !important;
  }
  .m4 {
    width: 33.33% !important;
  }
  .m5 {
    width: 41.66% !important;
  }
  .m6 {
    width: 50% !important;
  }
  .m7 {
    width: 58.33% !important;
  }
  .m8 {
    width: 66.66% !important;
  }
  .m9 {
    width: 75% !important;
  }
  .m10 {
    width: 83.33% !important;
  }
  .m11 {
    width: 91.66% !important;
  }
  .m12 {
    width: 100% !important;
  }
  .swap-mobile {
    flex-direction: column-reverse;
  }
  /* Scaffolding / Grid */
  .columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .columns.tall-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .columns-wide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column {
    padding: 20px;
  }
  .column.right {
    align-content: center;
  }
  .column.tall-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* Accents */
  .border-left {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* Headings */
  h2.large {
    font-size: 40px;
  }
  h3+.button {
    margin-top: 0;
  }
  h3+p {
    margin-top: 0;
  }
  p+.link {
    margin-top: 15px;
  }
  /* Lists */
  ul:first-child:last-child,
  ol:first-child:last-child {
    margin: 0;
  }
  .columnize-4>ul,
  ul.columnize-4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columnize-3>ul,
  ul.columnize-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columnize-2>ul,
  ul.columnize-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /* Forms */
  form .field {
    width: 100%;
    margin-bottom: 20px;
  }
  /* Header */
  #nav-drawer .nav-header {
    height: 80px;
  }
  #nav-drawer .nav-header img {
    height: 50px;
  }
  #nav-drawer .nav-columns {
    padding-left: 20px;
  }
  #nav-drawer .nav-columns>div {
    width: 100%;
  }
  #nav-drawer .nav-column-1 ul li:last-child a {
    padding-bottom: 20px;
  }
  #nav-drawer .nav-column-1 ul ul li:last-child a {
    padding-bottom: 0;
    padding-top: 10px;
  }
  #nav-drawer .nav-column-2 {
    margin-bottom: 30px;
  }
  #nav-drawer ul li a {
    padding-bottom: 0;
  }
  #nav-drawer .button {
    margin-bottom: 30px;
  }
  /* Images */
  .double-images .single-image {
    padding: 0;
  }
  .double-images .single-image:last-child {
    margin-bottom: 60px;
  }
  /* Timer */
  .timer {
    padding: 0 30px;
  }
  .timer:before {
    width: 30px;
    height: 60px;
    top: 22px;
  }
  .timer:after {
    width: 30px;
    height: 60px;
    top: 22px;
  }
  /* Sponsor Bar */
  .sponsor-bar {
    flex-wrap: wrap;
  }
  .sponsor-bar .item {
    width: 100%;
    padding: 0;
  }
  .sponsor-bar .h3 {
    font-size: 13px;
    margin-left: 0;
    width: 40%;
  }
  .sponsor-bar .logo {
    width: 60%;
  }
  /* CTA Boxes */
  #cta-boxes {
    display: block;
    height: auto;
  }
  #cta-boxes .ctas {
    display: block;
  }
  #cta-boxes .item {
    width: 100%;
    height: auto;
  }
  #cta-boxes .item a {
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .42) !important;
    height: 90px;
  }
  #cta-boxes .item:before {
    width: 55px;
    height: 55px;
    top: 18px;
  }
  #cta-boxes .item:after {
    width: 55px;
    height: 55px;
    top: 18px;
  }
  #cta-boxes a:before {
    transform: scale(.97, .75);
  }
  #cta-boxes h2 {
    font-size: 20px;
  }
  #cta-boxes h2 br {
    display: none;
  }
  #cta-boxes .content {
    padding: 0 15px;
    position: relative;
    height: auto;
    margin-top: 0;
  }
  #cta-boxes p {
    display: none;
  }
  #cta-boxes .learnmore {
    display: none;
  }
  /* Callout */
  .callout {
    flex-wrap: wrap;
  }
  .callout h5 {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .callout h5 br {
    display: none;
  }
  .callout h5:before {
    display: none;
  }
  /* Stats */
  .stats {
    max-width: none;
  }
}
