/*
  Theme Name: BlueGate Marina
  Theme URI: https://limb.co
  Description: LIMB Theme - BlueGate Marina Theme (April 2025)
  Author: LIMB
  Author URI: https://limb.co
*/
/* TOC:
Generic
WordPress
Utility
Scaffolding / Grid
Backgrounds & Colors
Accents
Headings
Lists
Buttons
Forms
Animations
Back to Top
Header
Sub Navigation
Banners
Images
Text Sections
Storage Carousel
Features Grid
Featured Marina
Gallery Slider
Location Filters
Location List
Single Location
Location Meta
Location Carousel
Location Form
Accordion
CTA Specializing
Isotope
Footer
*/
 
/* -------------------------------------------------------------- Generic */
:root {
  --darkblue: #1F4987;
  --blue: #0273CD;
  --lightblue: #E3F8FF;
  --cyan: #99DDF2;
  --teal: #54A1BA;
  --gray: #647992;
  --offblack: #0B1E2C;
}

*,
: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: 400;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  color: var(--offblack);
}
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 76px;
  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-darkblue,
.bg-darkblue:after{
  background-color: var(--darkblue);
}
.bg-blue,
.bg-blue:after{
  background-color: var(--blue);
}
.bg-lightblue,
.bg-lightblue:after{
  background-color: var(--lightblue);
}
.bg-cyan,
.bg-cyan:after{
  background-color: var(--cyan);
}

.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;
}
.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 {
  font-size: 46px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: normal;
  color: var(--darkblue);
}
h1 + p {
  /* margin-top: 20px; */
}
h1 + .link {
  margin-top: 15px;
}
h2,.h2 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--darkblue);
}
h2 + p {
  margin-top: 6px;
}
h2 + h3 {
  /* margin-top: 20px; */
}

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: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--blue);
  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: 18px;
  line-height: 1.5em;
  font-weight: 400;
}
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(--text);
}
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 40px 0;
  position: relative;
}
blockquote p {
  font-size: 31px;
  line-height: 1.5em;
  font-weight: 300;
  margin: 0 0 0 40px;
}
blockquote:before {
  content: '';
  border-left: 1px solid var(--lightbrown);
  border-right: 1px solid var(--lightbrown);
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--blue);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  line-height: normal;
}

/* -------------------------------------------------------------- Lists */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: normal;
  font-weight: 400;
  list-style-type: none;
}
ul li:before {
  content: "";
  background-color: var(--blue);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.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: 18px;
  line-height: 1.3em;
  letter-spacing: normal;
  font-weight: 400;
  list-style-type: none;
}
ol li:before {
  content: counter(numbers);
  color: var(--blue);
  font-weight: bold;
  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;
}
/* -------------------------------------------------------------- Buttons */
.button {
  border: 1px solid var(--cyan);
  color: var(--darkblue);
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  padding: 14px 25px;
  transition: all ease 0.4s;
  display: block;
  width: fit-content;
  background-color: transparent;
  border-radius: 24px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 15px;
}
.button:hover,
.button:active,
.button:focus {
  border: 1px solid var(--darkblue);
  background-color: var(--darkblue);
  color: white;
}
.bg-white .button {
  background-color: var(--brown);
}
.bg-white .button:hover,
.bg-white .button:active,
.bg-white .button:focus {
  border: 1px solid var(--darkbrown);
  background-color: var(--darkbrown);
  color: white;
}
.buttons .button{
  margin-right: 30px;
}
.center > .button {
  margin-left: auto;
  margin-right: auto;
}
p .link {
  text-decoration: none;
}
.link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid var(--lightbrown);
  padding: 0 0 8px 0;
  color: var(--brown);
  text-decoration: none;
  width: fit-content;
  margin-top: 1.5em;
}
.center .link{
  /*margin-left: auto;*/
}
.link:hover,
.link:active{
  text-decoration:none;
  border-bottom: 1px solid var(--darkbrown);
  color: var(--darkbrown);
}
.link:focus{
  color: var(--darkbrown);
}
@media (min-width: 768px) {
  .button {
    font-size: 17px;
    padding: 14px 25px;
  }
}


/* -------------------------------------------------------------- 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;
}


/* -------------------------------------------------------------- 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: flex-start;
  gap: 2em;
}
header .column .spacer {
  flex: 1;
}
header .logo {
  transition: all ease 0.4s;
  width: 300px;
  flex: none;
}
header img {
  width: 100%;
  height: 100%;
}
header .logo img:first-child {
  display: block;
}
header .logo img:last-child {
  display: none;
}
header.scrolling .logo img:first-child {
  display: none;
}
header.scrolling .logo img:last-child {
  display: block;
}
header .nav-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
header .column ul {
  flex: 1;
}
header .column ul:first-child {
  justify-content: flex-end;
}
header .column ul:last-child {
  justify-content: flex-start;
}
header ul {
  display: flex;
}
header ul li {
  margin: 0;
  padding: 0 25px 0 0;
}
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: 14px;
  color: white;
  border-bottom: 2px solid transparent;
  transition: border-color 0.5s ease;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
header ul li a:hover,
header ul li a:focus,
header ul li a:active {
  border-bottom: 2px solid white;
  color: white;
}
header .nav-wrap .button {
  border: 1px solid white;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 0;
}
header.scrolling {
  background-color: var(--darkblue);
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.44);
  -moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.44);
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.44);
}
header .nav-wrap .button:hover,
header .nav-wrap .button:focus,
header .nav-wrap .button:active {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  color: var(--darkblue);
}
header.scrolling .logo {
  width: 61px;
  height: 60px;
}
header.scrolling .columns {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.standard {
  background-color: rgba(31, 73, 135, 0.85);
}
header.standard.scrolling {
  background-color: var(--darkblue);
}
header.search {
  background-color: var(--darkblue);
  position: relative;
  padding-bottom: 12px;
}
header.search.scrolling {
  position: fixed;
  padding-bottom: 0;
}
header.search:before {
  content: '';
  background-color: var(--cyan);
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
header.search.scrolling:before {
  content: none;
}

/* 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: rgba(255, 255, 255, 0.95);
}
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 .container .wrapper .mobile-menu ul.social-media {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 0 20px;
  align-items: center;
}
header .container .wrapper .mobile-menu ul.social-media li a img {
  width: 25px;
}
header .bar {
  position: fixed;
  right: 6%;
  top: 41px;
}
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(--darkblue);
  opacity: 0.95;
}
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 a {
  transition: all 0.15s;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  border: none;
}
header .menu-expanded a:hover {
  background-color: transparent;
  transition: all 0.15s;
  letter-spacing: 2px;
  color: white;
  border: none;
}
header .menu-expanded .bar {
  background-color: transparent;
  transition: all 0.25s;
}
header .menu-expanded .bar:before {
  transform: rotate(45deg);
}
header .menu-expanded .bar:after {
  transform: rotate(-45deg);
}
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 white;
  line-height: normal;
}
header.scrolling .bar {
  top: 4.5%;
}

@media (max-width: 991.98px) {
  header ul,
  header .button {
    display: none;
  }
  header .mobile-menu ul {
    display: block;
  }
}
@media (max-width: 1199.98px) { 
  header .column .spacer {
    display: none;
  }  
}
@media (min-width:992px) {
  header .column {
    align-items: center;
    justify-content: center;
    gap: 1em;
  }
  header ul li {
    padding: 0 15px 0 0;
  }
  header ul li a {
    font-size: 14px;
  }
  header .menu-collapsed {
    display: none;
  }
  header .logo {
    width: 300px;
  }
}
@media (min-width:1200px) {
  header .column {
  }
  header .logo {
    width: 300px;
    height: 78px;
  }
  header ul li {
    padding: 0 20px 0 0;
  }
  header ul li a {
    font-size: 14px;
  }
}


/* -------------------------------------------------------------- Sub Navigation */
.sticky-sub-nav {
  width: 100%;
  transition: top 0.3s ease-in-out;
  background-color: var(--text);
}
.sticky-sub-nav.sticky-active {
  position: fixed;
  top: 0;
  z-index: 999; 
}
.sticky-sub-nav .column {
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  /* gap: 15px 20px; */
}
.sticky-sub-nav a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  padding: 0 15px;
  position: relative;
  display: block;
}
.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(--brown);
  top: 50%;
  transform: translate(50%, -50%);
}
.sticky-sub-nav a:last-child {
  padding-right: 0;
}
.sticky-sub-nav a:hover {
  text-decoration: underline;
}
.sticky-sub-nav.calendar {
  background-color: var(--darkbrown);
}
@media (min-width: 768px) {
  .sticky-sub-nav .column {
    padding-top: 25px;
    padding-bottom: 25px;
    gap: 0;
  }
  .sticky-sub-nav a {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .sticky-sub-nav a {
    padding: 0 35px;
  }
}
 
/* -------------------------------------------------------------- Banners */
#home-banner {
  height: calc(100vh - 12px);
  min-height: 778px;
  padding-bottom:0;
  padding-top: 0;
  position: relative;
  z-index: 0;
}
#home-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18,30,83,0.81) 0%,rgba(18,30,83,0.29) 60%,rgba(18,30,83,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
#home-banner .column {
  padding-top: 10em;
  justify-content: flex-end;
}
#home-banner h1 {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
}
#home-banner h1 strong {
  font-weight: 700;
  color: var(--cyan);
}
.bg-cyan.accent-bar {
  height: 12px;
  width: 100%;
}
#home-banner h2 {
  font-size: 24px;
  font-weight: 500;
}
#home-banner .explore-section {
  align-items: center;
  justify-content: flex-end;
}
#home-banner .explore-section p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
}
#home-banner .explore-section  a {
  width: 32px;
  height: 30px;
  display: block;
}
#home-banner .explore-section  a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  #home-banner h1 {
    font-size: 57px;
  }
}
@media (min-width: 992px) {
  #home-banner h1 {
    font-size: 67px;
  }
}

#hero-banner {
  min-height: 382px;
  padding-top: 160px;
  padding-bottom: 40px;
  align-content: end;
}
#hero-banner.subnav {
  padding-bottom: 0;
}
#hero-banner::before {
  content: '';
  background-color: var(--cyan);
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#hero-banner::after {
  background: linear-gradient(to bottom, rgba(16,37,68,0) 0%,rgba(31,73,135,1) 100%);
  opacity: 1;
  height: 65%;
  top: auto;
  bottom: 12px;
}
#hero-banner h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 768px) {
}


.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;
}

/* ----------------------------------------------------------------------------- Text Sections */
.accent-img.text-img:before {
  content: '';
  background-image: url('images/accent-img.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 576px;
  height: 576px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.image-wrap {
  position: relative;
  width: 100%;
}
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.image-wrap:before {
  content: '';
  border-image-slice: 31 31 31 31;
  border-image-width: 31px 31px 31px 31px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url('images/border-accent.svg');
  border-style: solid;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.text-3 .column {
  flex-direction: row;
  gap: 30px;
}
.text-3 .column .item {
  width: 100%;
}
@media (min-width: 992px) {
  .home-intro.text-img.image-right .column:nth-of-type(1) {
    padding-right: 76px;
  }
  .text-img.image-left .column:nth-of-type(1) {
    padding-right: 30px;
  }
  .text-img.image-left .column:nth-of-type(2) {
    padding-left: 30px;
  }
  .text-img.image-right .column:nth-of-type(1) {
    padding-right: 30px;
  }
  .text-img.image-right .column:nth-of-type(2) {
    padding-left: 30px;
  }
  .text-2 .column.left-side {
    padding-right: 30px;
  }
  .text-2 .column.right-side {
    padding-left: 30px;
  }
  .text-3 .column .item {
    width: calc(33.33% - 20px);
  }
}

/* -------------------------------------------------------------------- Storage Carousel */
.storage-carousel {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.storage-carousel .item {
  height: 75vh;
}
.storage-carousel .item .columns {
  height: 100%;
  z-index: 9;
}
.storage-carousel .item .columns.bg-image:after {
  background: linear-gradient(to bottom, rgba(16,37,68,0) 0%,rgba(31,73,135,1) 100%);
  opacity: 1;
  z-index: 0;
}
.storage-carousel .item h1 {
  font-weight: 700;
  font-size: 40px;
}
.storage-carousel .item .column p {
  width: 100%;
}
.storage-carousel .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 3em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.storage-carousel .slick-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.32;
}
.storage-carousel .slick-dots li {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.storage-carousel .slick-dots li:before {
  content: none;
}
.storage-carousel .slick-dots li button {
  font-size: 18px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  width: 45px;
  height: 45px;
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: all ease 0.4s;
}
.storage-carousel .slick-dots li.slick-active button {
  background-color: var(--blue);
  border: 1px solid var(--blue);
}
.storage-carousel .slick-dots li button:hover,
.storage-carousel .slick-dots li button:active {
  background-color: var(--offblack);
  border: 1px solid var(--offblack);
}
.storage-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 32px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  padding: 0;
}
.storage-carousel .slick-prev {
  left: 7%;
  background-image: url('images/icon-caret-left.png');
}
.storage-carousel .slick-next {
  right: 5%;
  background-image: url('images/icon-caret-right.png');
}
@media (min-width: 768px) {
  .storage-carousel .item h1 {
    font-size: 50px;
  }
  .storage-carousel .item .column {
    width: 90%;
  }
  .storage-carousel .slick-dots li button {
    font-size: 25px;
    width: 55px;
    height: 55px;
  }
  .storage-carousel .slick-prev {
    left: 7%;
  }
  .storage-carousel .slick-next {
    right: 7%;
  }
}
@media (min-width: 992px) {
  .storage-carousel .slick-dots li button {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .storage-carousel .slick-prev {
    left: 10%;
  }
  .storage-carousel .slick-next {
    right: 10%;
  }
}

/* ----------------------------------------------------------------------------- Features Grid */
.features--section {
  background: linear-gradient(to bottom, rgba(212,240,248,1) 0%,rgba(234,248,252,1) 70%,rgba(255,255,255,1) 100%);
  overflow: hidden;
}
.features--section.accent-img:before {
  content: '';
  background-image: url('images/accent-img.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 576px;
  height: 574px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.features--section.bottom-border:before {
  content: '';
  background-color: var(--cyan);
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: fit-content;
  gap: 25px;
}
.feature-grid .item {
  width: 100%;
  position: relative;
  padding-left: 30px;
}
.feature-grid .item:before {
  content: '';
  background-color: transparent;
  border: 2px solid #0773CD;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (min-width: 768px) {
  .feature-grid .item {
    width: calc(50% - 13px);
  }
}

/* ----------------------------------------------------------------------------- Featured Marina */
.marina-carousel {
  width: 100%;
  z-index: 2;
  position: relative;
  margin-bottom: 12px;
}
.marina-carousel .columns {
  height: 85vh;
}
.marina-carousel .item .column {
  align-items: center;
  justify-content: center;
}
.marina-carousel .item .content {
  background-color: white;
  position: relative;
  width: 100%;
  padding: 2em 2em;
  z-index: 6;
}
.marina-carousel .item .content:before {
  content: '';
  background-color: var(--cyan);
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.marina-carousel .item .content:after {
  content: '';
  background-color: var(--cyan);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: 62px;
  height: 62px;
  position: absolute;
  top: 0;
  right: -1px;
}
.marina-carousel .content h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.marina-carousel .content .logo {
  width: 50%;
  margin-bottom: 35px;
}
.marina-carousel .content p {
  color: var(--darkblue);
}
.marina-carousel .slick-arrow {
  position: absolute;
  top: 88%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  padding: 0;
}
.marina-carousel .slick-prev {
  left: 7%;
  background-image: url('images/caret-left.png');
}
.marina-carousel .slick-next {
  right: 76%;
  background-image: url('images/caret-right.png');
}
@media (min-width: 768px) {
  .marina-carousel .item .column {
    align-items: center;
  }
  .marina-carousel .item .content {
    width: 70%;
    padding: 3em 4em;
  }
  .marina-carousel .slick-arrow {
    top: 50%;
  }
  .marina-carousel .slick-prev {
    left: 7%;
  }
  .marina-carousel .slick-next {
    right: 7%;
  }
}
@media (min-width: 992px) {
  .marina-carousel .item .column {
    align-items: flex-end;
  }
  .marina-carousel .item .content {
    width: 55%;
    margin-right: 3em;
  }
}
@media (min-width: 1200px) {
  .marina-carousel .item .content {
    width: 46%;
  }
  .marina-carousel .slick-prev {
    left: 5%;
  }
  .marina-carousel .slick-next {
    right: 5%;
  }
}

/* -------------------------------------------------------------- Gallery Slider */
.gallery-slider {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.gallery-slider:before {
  content: '';
  background-color: var(--cyan);
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-slider .item a {
  height: 65vh;
  display: block;
}
.gallery-slider .item {
  height: 100%;
}
.gallery-slider .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 30px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  padding: 0;
}
.gallery-slider .slick-prev {
  left: 3%;
  background-image: url('images/icon-caret-left.png');
}
.gallery-slider .slick-next {
  right: 3%;
  background-image: url('images/icon-caret-right.png');
}
@media (min-width: 768px) {
  .gallery-slider .slick-prev {
    left: 3%;
  }
  .gallery-slider .slick-next {
    right: 3%;
  }
}

/* -------------------------------------------------------------- Location Filters */
.filter--section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.filter--section .column {
  flex-direction: column;
  gap: 15px;
}
.filter--section form {
  width: 100%;
  gap: 0;
  align-items: center;
  height: 50px;
}
.filter--section form .search-wrap {
  width: 100%;
  background-color: white;
  border-radius: 32px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
}
.filter--section form input {
  background-color: transparent;
  padding: 0;
  width: 90%;
  font-size: 17px;
  color: var(--offblack);
  padding: 10px 10px 10px 25px;
  height: 50px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  margin-top: -1px;
  margin-left: -1px;
}
.filter--section form input::placeholder {
  font-size: 17px;
  color: var(--offblack);
  font-weight: 400;
}
.filter--section form button {
  margin-right: 25px;
  height: 19px;
  width: 19px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.filter--section form button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.filter--section .amenity-dropdown {
  width: 100%;
}
.filter--section .dropdown-toggle {
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
  text-align: left;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border: 1px solid white;
  border-radius: 32px;
  height: 50px;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
}
.filter--section .dropdown-toggle:hover,
.filter--section .dropdown-toggle:active, 
.filter--section .dropdown-toggle:focus {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
}
.filter--section .dropdown-toggle:hover .select,
.filter--section .dropdown-toggle:hover .select,
.filter--section .dropdown-toggle:hover .select {
  color: var(--offblack);
}
.filter--section  .dropdown-toggle .select {
  padding: 10px 25px;
  font-size: 17px;
  width: 100%;
  color: var(--offblack);
  font-weight: 400;
}
.filter--section .dropdown-item .select:before {
  content: "";
  background-image: url("images/caret-down-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.dropdown-item.active .select:before {
  transform: rotate(180deg) translate(50%, 50%);
}
.dropdown-toggle .dropdown-options {
  position: absolute;
  background-color: var(--blue);
  width: 100%;
  left: 0;
  top: 55px;
  margin-top: 10px;
  border-radius: 32px;
  overflow: hidden;
  display: block;
  z-index: 9;
  padding: 25px 25px;
  list-style: none;
  max-height: 350px;
  overflow-y: scroll;
}
.dropdown-toggle .dropdown-options li {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: white;
  padding: 0 0 20px 0;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  z-index: 9;
}
.dropdown-toggle .dropdown-options li:before {
  content: "";
  background-color: white;
  opacity: 0.18;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  top: auto;
}
.dropdown-toggle .dropdown-options li:hover {
  font-weight: 700;
}
.dropdown-toggle .dropdown-options li:last-child {
  padding-bottom: 0;
}
.dropdown-toggle .dropdown-options li:last-child:before {
  content: none;
}
@media (min-width: 768px) {
  .filter--section .column {
    flex-direction: row;
  }
  .filter--section form {
    width: 65%;
  }
  .filter--section .amenity-dropdown {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .filter--section .column {
    gap: 30px;
  }
  .filter--section form {
    width: 60%;
  }
  .filter--section .amenity-dropdown {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .filter--section form {
    width: 50%;
  }
  .filter--section .amenity-dropdown {
    width: 24%;
  }
}

/* -------------------------------------------------------------- Location List */
.locations--section .column {
  flex-direction: column-reverse;
}
.location-map {
  width: 100%;
  height: 50vh;
}
.locations-list {
  width: 100%;
}
.locations-list .item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 2em;
}
.locations-list .item:before {
  content: '';
  background-color: #CECECE;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.locations-list .item:last-child:before {
  content: none;
}
.locations-list .item .logo {
  width: 40%;
  display: block;
}
.locations-list .item .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.locations-list .item .content {
  width: 52%;
}
.locations-list .content h2 {
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
}
.locations-list .content h2:hover a,
.locations-list .content h2:focus a,
.locations-list .content h2:active a {
  text-decoration: underline;
}
.locations-list .content h2 a {
  text-decoration: none;
}
.locations-list .content address {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--offblack);
  margin-bottom: 10px;
  line-height: 1.4em;
}
.locations-list .content .phone {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 20px;
}
.locations-list .content .button {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: white;
}
.locations-list .content .button:hover,
.locations-list .content .button:focus,
.locations-list .content .button:active {
  background-color: var(--darkblue);
  border: 1px solid var(--darkblue);
}
.location-map #map {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.location-map #map .popup-content {
  font-size: 18px;
  color: var(--offblack);
}
.location-map #map .popup-content .popup-link {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .locations--section .column {
    flex-direction: row;
  }
  .location-map {
    width: 65%;
    height: 100%;
  }
  .locations-list {
    width: 35%;
  }
  .locations-list .item {
    flex-direction: column;
    text-align: center;
  }
  .locations-list .item .logo {
    width: 100%;
    margin-bottom: 2em;
  }
  .locations-list .item .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .locations-list .item .logo {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .locations-list .item {
    flex-direction: row;
    text-align: left;
  }
  .locations-list .item .logo {
    width: 40%;
    margin-bottom: 0;
  }
  .locations-list .item .content {
    width: 52%;
    align-items: flex-start;
  }
}

/* -------------------------------------------------------------- Single Location */
#hero-banner.single-location {
  padding-bottom: 50px;
}
#hero-banner.single-location .column {
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
#hero-banner.single-location .logo-wrap {
  background-color: white;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  max-height: 225px;
  padding: 25px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  margin-bottom: 20px;
}
#hero-banner.single-location .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#hero-banner.single-location .btn-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#hero-banner.single-location .column h1 {
  margin-bottom: 0;
}
#hero-banner.single-location .column .button {
  margin-top: 20px;
  border-radius: 23px;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  padding: 12px 25px;
  width: 300px;
  text-align: center;
  height: fit-content;
}
#hero-banner.single-location .column .button:hover,
#hero-banner.single-location .column .button:focus,
#hero-banner.single-location .column .button:active {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  color: var(--darkblue);
}
@media (min-width: 768px) {
  #hero-banner.single-location .column .button {
    margin-top: 0;
  }
  #hero-banner.single-location .btn-title {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #hero-banner.single-location .logo-wrap {
    margin-bottom: -94px;
  }
  #hero-banner.single-location .column {
    flex-direction: row;
    align-items: center;
  }
  #hero-banner.single-location .btn-title {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  #hero-banner.single-location .column h1 {
    /* margin-left: 245px; */
    padding-left: 40px;
  }
  #hero-banner.single-location .column .button {
    margin-top: 0;
    /* align-self: flex-end; */
  }
}
@media (min-width: 1200px) {
  #hero-banner.single-location .column .button {
    margin-left: 0;
    margin-top: 0;
  }
}

/* -------------------------------------------------------------- Location Meta */
.location-meta .column {
  flex-direction: row;
  gap: 30px;
}
.location-meta .summary {
  width: 100%;
}
.location-meta .address {
  flex: 1;
}
.location-meta .contact {
  flex: 1;
}
.location-meta .summary p {
  padding-right: 0;
}
.location-meta .address address {
  font-style: normal;
  font-weight: 500;
}
.location-meta h3 {
  font-size: 12px;
  font-weight: 700;
  color: var(--darkblue);
}
.location-meta .contact a {
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
}
.location-meta .address .directions {
  font-size: 14px;
  color: var(--blue);
  border: 1px solid #357AD0;
  padding: 8px 18px;
  margin-bottom: 30px;
}
.location-meta .address .directions:hover {
  color: white;
  border: 1px solid var(--darkblue);
}
.location-meta .hours {width: 100%;gap: 20px;}
.location-meta .map-section {
  flex: 1;
  aspect-ratio: 16 / 9;
}
.location-meta .hours {
  display: flex;
  flex-wrap: wrap;
}
.location-meta .hours h3 {
  width: 100%;
}
.location-meta .column.hours-main h3 {
  width: 100%;
  margin-bottom: 0;
}
.location-meta .hours .hour-item {
  flex: 1;
}
.location-meta .hour-item .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 15px;
}
.location-meta .hour-item .title span {
  font-size: 13px;
  display: block;
  color: var(--darkblue);
  font-style: italic;
}
.location-meta .hours-list li {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: flex;
  gap: 15px;
  color: var(--darkblue);
}
.location-meta .hours-list li strong {
  font-weight: 700;
  min-width: 45px;
}
.location-meta .hours-list li:before {
  content: none;
}
.location-meta .map-section #single-location-map {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.single-location .popup-content strong {
    font-size: 18px;
    font-weight: 700;
}
@media (min-width: 768px) {
  .location-meta .address .directions {
    margin-bottom: 0;
  }
  .location-meta .hours .hour-item {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .location-meta .summary {
    flex: 2;
  }
  .location-meta .address {
    flex: 1;
  }
  .location-meta .contact {
    flex: 1;
  }
  .location-meta .summary p {
    padding-right: 5em;
  }
  .location-meta .hours {
    flex: 1;
  }
  .location-meta .map-section {
    flex: 1;
  }
}

/* -------------------------------------------------------------------- Location Carousel */
.location-carousel {
  width: 100%;
  position: relative;
  z-index: 1;
}
.location-carousel .item {
  height: 75vh;
}
.location-carousel .item .columns {
  height: 100%;
  z-index: 9;
}
.location-carousel .item .columns.bg-image:after {
  background: linear-gradient(to bottom, rgba(16,37,68,0) 0%,rgba(31,73,135,1) 100%);
  opacity: 1;
  z-index: 0;
}
.location-carousel .item h1 {
  font-weight: 700;
  font-size: 40px;
}
.location-carousel .item .column p {
  width: 100%;
}
.location-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 32px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  padding: 0;
}
.location-carousel .slick-prev {
  left: 7%;
  background-image: url('images/icon-caret-left.png');
}
.location-carousel .slick-next {
  right: 5%;
  background-image: url('images/icon-caret-right.png');
}
@media (min-width: 768px) {
  .location-carousel .item h1 {
    font-size: 50px;
  }
  .location-carousel .item .column {
    width: 90%;
  }
  .location-carousel .slick-prev {
    left: 7%;
  }
  .location-carousel .slick-next {
    right: 7%;
  }
}
@media (min-width: 1200px) {
  .location-carousel .slick-prev {
    left: 10%;
  }
  .location-carousel .slick-next {
    right: 10%;
  }
}

/* -------------------------------------------------------------- Location Form */
.form-section {
  background: linear-gradient(to bottom,  rgba(31,73,135,1) 0%,rgba(16,37,68,1) 100%);
}
.form-section .logo-wrap {
  background-color: white;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  padding: 20px;
  margin-top: -130px;
  z-index: 1;
  max-height: 163px;
  position: relative;
}
.form-section.empty-carousel .logo-wrap {
  margin-top: 0;
}
.form-section .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.form-section .logo-wrap:before {
  content: '';
  border: 1px solid rgb(175, 223, 243, 0.57);
  border-radius: 50%;
  width: 115%;
  height: 115%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form-section h1 {
  margin-top: 1em;
  font-size: 33px;
  margin-bottom: 40px;
}
.form-section form {
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.form-section form div {
  width: 100%;
}
.form-section form input {
  width: 100%;
  background-color: white !important;
  border-radius: 32px;
  color: var(--offblack) !important;
  font-size: 17px;
  font-weight: 400;
  box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25);
}
.form-section form input::placeholder {
  font-size: 17px;
  color: var(--offblack);
  font-weight: 400;
}
.form-section form button {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  font-family: 'Montserrat', sans-serif;
  width: 297px;
  cursor: pointer;
}
.form-section form button:hover {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  color: var(--darkblue);
}
@media (min-width: 768px) {
  .form-section form {
    gap: 30px;
  }
  .form-section h1 {
    font-size: 37px;
  }
  .form-section form div {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .form-section form {
    width: 66.66%;
  }
}
/* WPForms Overrides */
.form-section .wpforms-container {
  margin: 0 !important;
  width: 66.66% !important;
}
.form-section .wpforms-form {
  flex-direction: column;
  width: 100%;
}
.form-section .wpforms-field-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.form-section .wpforms-container .wpforms-field {
  padding: 0 !important;
}
.form-section .wpforms-field-container input {
  width: 100%;
  background-color: white !important;
  border: none;
  border-radius: 32px !important;
  color: var(--offblack) !important;
  font-weight: 400;
  padding: 15px 25px !important;
  height: 50px !important;
  box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
}
.form-section .wpforms-field-container input::placeholder {
  font-size: 17px !important;
  color: var(--offblack) !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}
.form-section .wpforms-submit-container {
  width: 297px !important;
  align-self: center !important;
  margin: 0 !important;
}
.form-section .wpforms-submit-container button {
  background-color: var(--blue) !important;
  border: 1px solid var(--blue);
  font-family: 'Montserrat', sans-serif !important;
  width: 100%;
  transition: all ease 0.4s !important;
  border-radius: 24px !important;
  padding: 14px 25px !important;
  font-weight: 700 !important;
  height: 51px !important;
}
.form-section .wpforms-submit-container button:hover {
  background: none !important;
  background-color: var(--cyan) !important;
  border: 1px solid var(--cyan) !important;
  color: var(--darkblue);
  font-size: 17px !important;
}
.form-section form .wpforms-error.mailcheck-error {
  color: white !important;
}
.form-section .wpforms-field-container select {
  width: 100%;
  background-color: white !important;
  border: none;
  border-radius: 32px !important;
  color: var(--offblack) !important;
  font-weight: 400;
  padding: 15px 25px !important;
  height: 50px !important;
  box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
}
.form-section .wpforms-field-container textarea {
  width: 100%;
  background-color: white !important;
  border: none;
  border-radius: 32px !important;
  color: var(--offblack) !important;
  font-weight: 400;
  padding: 15px 25px !important;
  min-height: 50px !important;
  box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(3,115,205,0.25) !important;
}
.form-section .wpforms-field-container textarea::placeholder {
  font-size: 17px !important;
  color: var(--offblack) !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* -------------------------------------------------------------- Blog */
.blog-filter--section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--lightblue);
}
.blog-filter--section .blog-filters {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}
.blog-filter--section .blog-filters a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
}
.blog-filter--section .blog-filters a.active {
  color: var(--darkblue);
}
.blog-filter--section .blog-filters a:hover {
  color: var(--darkblue);
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.blog-grid .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2em;
}
.blog-grid .thumbnail {
  aspect-ratio: 3 / 2;
  border-radius: 25px;
  overflow: hidden;
  display: block;
}
.blog-grid .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-grid .item .caption {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.blog-grid .caption h2 {
  font-size: 23px;
  font-weight: 700;
  color: var(--maingray);
  margin-bottom: 10px;
}
.blog-grid .caption h2 a {
  text-decoration: none;
}
.blog-grid .caption h2 a:hover {
  text-decoration: underline;
}
.blog-grid .caption .meta {
  color: var(--mainred);
  font-size: 17px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .blog-grid {
    margin: 0 -20px;
  }
  .blog-grid .item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------------------------------- Single Blog */
.blog-banner {
  height: 59vh;
  background-size: cover;
  background-position: center;
  border-radius: 39px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.blog-banner:before {
  content: "";
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
.blog-banner .caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  z-index: 1;
  padding-left: 1em;
  padding-right: 1em;
}
.blog-banner .caption .meta {
  display: flex;
  font-weight: 700;
  font-size: 17px;
  gap: 17px;
  letter-spacing: 0.05em;
}
.blog-banner .caption h1 {
  font-size: 48px;
}
.blog-banner .red-accent {
  height: 10px;
  z-index: 1;
  position: relative;
}
.blog-banner .red-accent:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 68px solid var(--mainred);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------------------------------------------------- Accordion */
.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 #DBDBDB;
}
.accordion-wrapper .accordion-heading {
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
  border-top: 1px solid #DBDBDB;
  padding: 15px 20px;
}
.accordion-wrapper .accordion-heading:before {
  content:'';
  width: 21px;
  height: 21px;
  position: absolute;
  background-image: url('../images/icon-plus-gray.svg');
  background-size: contain;
  transition: 0.3s ease-in;
  opacity:1;
}
.accordion-wrapper .accordion-heading:after {
  content:'';
  width: 21px;
  height: 2px;
  position: absolute;
  background: url('../images/icon-minus-white.svg');
  background-size: contain;
  opacity:0;
  transition: 0.3s ease-in;
}
.accordion-wrapper .active .accordion-heading:after {
  opacity:1;
}
.accordion-wrapper .active .accordion-heading:before {
  opacity:0;
}
.accordion-wrapper .accordion-heading h3 {
  color: var(--blue);
  padding-left: 35px;
}
.accordion-wrapper .active .accordion-heading h3 {
  color: white;
}
.accordion-wrapper .accordion-content {
  overflow: hidden;
}
.accordion-wrapper .accordion-content-wrapper {
  padding: 20px 20px 15px 56px;
  line-height: 2;
}
.accordion-wrapper .accordion-content-wrapper p {
  margin-bottom: 20px;
}
.accordion-wrapper .accordion-content-wrapper h5 {
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 20px;
}
.accordion-wrapper .accordion.active .accordion-heading {
  color:#fff;
  background-color: var(--teal);
}
.accordion-wrapper .accordion.active .accordion-content {
  border-top:1px solid rgba(151,200,212,.24);
  background-color: rgba(91, 196, 191, 0.18);
}
.accordion-wrapper .accordion.active {
  grid-template-rows:min-content 1fr;
}

/* -------------------------------------------------------------- CTA Specializing */
.main-cta {
  height: 58vh;
}
.main-cta:after {
  opacity: 0.51;
}
.main-cta .column {
  justify-content: center;
}
.main-cta h1 {
  font-weight: 700;
}
.main-cta .button {
  background-color: var(--teal);
  border: 1px solid var(--teal);
  width: 212px;
}
.main-cta .button:hover,
.main-cta .button:focus, 
.main-cta .button:active {
  background-color: var(--blue);
  border: 1px solid var(--blue);
}

.simple-cta {
  max-height: 55vh;
}
.simple-cta:before {
  content: '';
  background-image: url('../images/home-banner-accent.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 104px;
  height: 52px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 3;
}
.simple-cta.bg-image::after {
  opacity: 0.75;
}
.simple-cta .column {
  padding-top: 80px;
}
.simple-cta h2 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.simple-cta p {
  font-size: 19px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .main-cta h1 {
    font-size: 50px;
  }
}

.quote-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quote-cta:before {
  content: '';
  background-color: var(--regblue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.quote-cta .quote-content {
  padding-top: 10%;
  width: 100%;
  position: relative;
  color: white;
  font-family: 'Roboto Slab', sans-serif;
}
.quote-cta .quote-content:before {
  content: '';
  background-color: var(--yellow);
  width: 64px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.quote-cta .byline {
  color: white;
  margin-top: 8%;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .quote-cta .quote-content {
    padding-top: 2%;
    width: 61%;
  }
  .quote-cta .byline {
    margin-top: 3%;
  }
}


/* -------------------------------------------------------------- Isotope */
@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-color: var(--offblack);
  color: white;
}
footer:before {
  content: '';
  background-color: var(--cyan);
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
footer .column {
  flex-direction: column;
  gap: 2em;
}
footer .column .col {
  flex: 40%;
}
footer .column .col:nth-of-type(1) {
  flex: 100%;
}
footer .logo {
  width: 300px;
  height: 95px;
  display: block;
}
footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer h4 a {
  color: var(--brown);
  font-size: 11px;
  text-decoration: none;
}
footer .contact {
  margin-right: 5em;
}
footer .contact .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  gap: 2em;
}
footer .contact .item a {
  font-size: 12px;
  text-decoration: none;
  text-align: right;
}
footer .contact .item span {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
}
footer p {
  font-size: 16px;
  margin: 0;
  width: 80%;
}
footer ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer ul li {
  padding: 0;
  margin: 0;
}
footer ul li:before {
  content: none;
}
footer ul li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all ease 0.5s;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  text-decoration-color: rgba(255, 255, 255, 0);
}
footer ul li a:hover {
  text-decoration-color: var(--green);
}
footer .copyright-section {
  justify-content: center;
  gap: 20px;
  text-align: center;
  align-items: center;
}
footer .copyright p {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.05em;
}
footer .copyright p a {
  font-weight: 400;
}
footer .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .social a {
  display: block;
  width: 16px;
  height: 16px;
}
footer .social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  footer .column {
    flex-direction: row;
    gap: 4em;
  }
  footer .copyright-section {
    justify-content: space-between;
    gap: 0;
    text-align: left;
  }
}


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

/* -------------------------------------------------------------- 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;
  }
}