/*
  Theme Name: Incuentro
  Theme URI: https://limb.co
  Description: LIMB Theme - Incuentro Theme (August 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
Video Embed
Text Sections
Special Links
Offer Carousel
Sponsors
Accordion
Quote Block
Simple Carousel
CTA Specializing
Isotope
Footer
*/
 
/* -------------------------------------------------------------- Generic */
:root {
  --darkgray: #4D4D4F;
  --gray: #BABCBE;
  --purple: #4E3594;
  --pink: #C62B91;
  --yellow: #F8B21E;
  --green: #6ABD45;
  --teal: #58C3B6;
  --blue: #11B4E4;
}

*,
: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: 18px;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  color: var(--darkgray);
}
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 - 650px);
  padding-left: -moz-calc(50vw - 650px);
  padding-left: calc(50vw - 650px);
  padding-right: -webkit-calc(50vw - 650px);
  padding-right: -moz-calc(50vw - 650px);
  padding-right: calc(50vw - 650px);
}
.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-lightpurple,
.bg-lightpurple:after{
  background-color: rgba(78, 53, 148, 0.07);
}
.bg-green,
.bg-green:after{
  background-color: var(--green);
}
.bg-purple,
.bg-purple:after{
  background-color: var(--purple);
}
.bg-purplegradient,
.bg-purplegradient:after{
  background: rgb(39,27,74);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3MWI0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTM1OTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(39,27,74,1) 0%, rgba(78,53,148,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,27,74,1)), color-stop(100%,rgba(78,53,148,1)));
  background: -webkit-linear-gradient(top,  rgba(39,27,74,1) 0%,rgba(78,53,148,1) 100%);
  background: -o-linear-gradient(top,  rgba(39,27,74,1) 0%,rgba(78,53,148,1) 100%);
  background: -ms-linear-gradient(top,  rgba(39,27,74,1) 0%,rgba(78,53,148,1) 100%);
  background: linear-gradient(to bottom,  rgba(39,27,74,1) 0%,rgba(78,53,148,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#271b4a', endColorstr='#4e3594',GradientType=0 );
}
.bg-greengradient,
.bg-greengradient:after {
  background: rgb(43,110,13);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiNmUwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YWJkNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(43,110,13,1) 0%, rgba(106,189,69,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,110,13,1)), color-stop(100%,rgba(106,189,69,1)));
  background: -webkit-linear-gradient(top,  rgba(43,110,13,1) 0%,rgba(106,189,69,1) 100%);
  background: -o-linear-gradient(top,  rgba(43,110,13,1) 0%,rgba(106,189,69,1) 100%);
  background: -ms-linear-gradient(top,  rgba(43,110,13,1) 0%,rgba(106,189,69,1) 100%);
  background: linear-gradient(to bottom,  rgba(43,110,13,1) 0%,rgba(106,189,69,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b6e0d', endColorstr='#6abd45',GradientType=0 );
}

.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 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;
}
.text-color-white ol li:before {
  color: white;
}

/* -------------------------------------------------------------- Headings */
h1,.h1 {
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  color: var(--green);
  position: relative;
  font-family: 'Aleo', serif;
  font-size: 45px;
}
h1.accent {
  width: fit-content;
}
h1.accent:before {
  content: '';
  background-image: url('../images/leaf-accent.svg');
  width: 22px;
  height: 17px;
  position: absolute;
  right: -30px;
  top: 0;
}
h1 + p {
  /* margin-top: 20px; */
}
h1 + .link {
  margin-top: 15px;
}
h2,.h2 {
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 700;
  color: var(--purple);
}
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: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--purple);
  letter-spacing: 0.25em;
  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: 18px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--purple);
  font-family: 'Aleo', serif;
}
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.7em;
  font-weight: 400;
  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: 15px;
  font-weight: 700;
  color: var(--darkestblue);
  margin-bottom: 30px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

/* -------------------------------------------------------------- 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(--green);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  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(--green);
  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;
}
/* -------------------------------------------------------------- Buttons */
.button {
  border: 1px solid var(--green);
  border-radius: 28px;
  color: white;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  padding: 16px 30px;
  transition: all ease 0.4s;
  display: block;
  width: fit-content;
  background-color: var(--green);
  letter-spacing: normal;
  margin-top: 15px;
  text-align: center;
}
.button:hover,
.button:active,
.button:focus {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  color: white;
}
.bg-green .button {
  background-color: transparent;
  border: 1px solid white;
}
.bg-green .button:hover,
.bg-green .button:active,
.bg-green .button:focus {
  border: 1px solid var(--purple);
  background-color: var(--purple);
}
.bg-purple .button:hover,
.bg-purple .button:active,
.bg-purple .button:focus {
  border: 1px solid white;
  background-color: transparent;
}
.buttons .button{
  /* margin-right: 30px; */
}
.center > .button {
  margin-left: auto;
  margin-right: auto;
}
p .link {
  text-decoration: none;
}
.link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid transparent;
  padding: 0 0 0 20px;
  color: var(--darkgray);
  text-decoration: none;
  width: fit-content;
  margin-top: 15px;
}
.link:before {
  content: '';
  background-image: url('images/link.png');
  width: 7px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

@media (min-width: 768px) {
  .button {
    font-size: 17px;
    padding: 16px 30px;
  }
}


/* -------------------------------------------------------------- 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: space-between;
  gap: 20px;
}
header .logo-wrap,
header .btn-wrap {
  flex: 1;
}
header .logo {
  transition: all ease 0.4s;
  width: 155px;
  display: block;
}
header img {
  width: 100%;
  height: 100%;
}
header ul {
  display: flex;
  justify-content: center;
}
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.3em;
  font-size: 15px;
  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 white;
  color: white;
}
header .btn-wrap {
  display: flex;
  justify-content: end;
}
header .button {
  margin-top: 0;
  background-color: transparent;
  border: 1px solid white;
}
header .button:hover,
header .button:hover,
header .button:hover {
  border: 1px solid var(--green);
  background-color: var(--green);
}
header.scrolling {
  background-color: var(--purple);
  -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);
  position: fixed;
}
header.scrolling ul li a:hover,
header.scrolling ul li a:focus,
header.scrolling ul li a:active {
  border-bottom: 1px solid white;
}
header.scrolling .columns {
  padding-top: 20px;
  padding-bottom: 20px;
}
header.scrolling .logo {
  width: 134px;
  height: 52px;
}
header.scrolling .logo img:first-child {
  display: none;
}
header.scrolling .logo img:last-child {
  display: block;
}
header.scrolling ul li a {
  color: white;
}
header.scrolling .button,
header.scrolling .button,
header.scrolling .button {
  border: 1px solid var(--green);
  background-color: var(--green);
}
header.scrolling .button:hover,
header.scrolling .button:hover,
header.scrolling .button:hover {
  border: 1px solid white;
  background-color: transparent;
}

/* 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: white;
}
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: 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(--purple);
  opacity: 0.98;
}
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: 18px;
  border: none;
}
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 white;
  line-height: normal;
}
header .menu-expanded .button:hover,
header .menu-expanded .button:active,
header .menu-expanded .button:focus {
  background-color: var(--green);
  border: 1px solid var(--green);
}
header.scrolling .bar {
  top: 46px;
}

@media (max-width: 991.98px) {
  header ul,
  header .button {
    display: none;
  }
  header .mobile-menu ul {
    display: block;
  }
}
@media (min-width:992px) {
  header .columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  header ul li {
    padding: 0 15px 0 0;
  }
  header ul li a {
    font-size: 15px;
  }
  header .menu-collapsed {
    display: none;
  }
  header.scrolling .logo {
    width: 178px;
  }
}
@media (min-width:1200px) {
  header .logo {
    width: 240px;
    height: 70px;
  }
  header ul li {
    padding: 0 40px 0 0;
  }
  header ul li a {
    font-size: 15px;
  }
}


/* -------------------------------------------------------------- Sub Navigation */
.sticky-sub-nav {
  width: 100%;
  transition: top 0.3s ease-in-out;
  background-color: var(--purple);
}
.sticky-sub-nav.sticky-active {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
}
.sticky-sub-nav .column {
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  row-gap: 25px;
}
.sticky-sub-nav a {
  font-size: 16px;
  font-weight: 700;
  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: calc(100% + 15px);
  background-color: white;
  top: 50%;
  transform: translate(50%, -50%);
  opacity: 0.15;
}
.sticky-sub-nav a:last-child {
  padding-right: 0;
}
.sticky-sub-nav a:hover {
  text-decoration: underline;
}
.logged-in.admin-bar .sticky-sub-nav.sticky-active {
  margin-top: 31px;
}
@media (min-width: 768px) {
  .sticky-sub-nav .column {
    padding-top: 20px;
    padding-bottom: 20px;
    row-gap: 15px;
  }
  .sticky-sub-nav a {
    padding: 0 25px;
  }
  .sticky-sub-nav a:not(:last-child)::after {
    height: calc(100% + 5px);
  }
}
@media (min-width: 992px) {
  .sticky-sub-nav a {
    padding: 0 35px;
  }
  .sticky-sub-nav a:not(:last-child)::after {
    height: calc(100% + 40px);
  }
	.sticky-sub-nav .column {
    row-gap: 50px;
  }
}
 
/* -------------------------------------------------------------- Banners */
#home-banner {
  height: 60vh;
  position: relative;
  z-index: 3;
  overflow: visible;
}
#home-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(13,0,49,0.5) 0%,rgba(66,43,129,0.3) 45%,rgba(48,29,101,.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
#home-banner .column {
  margin: 0;
  justify-content: flex-end;
}
#home-banner h1 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.1em;
}
#home-banner h1 strong {
  font-weight: 700;
}
.home-accent {
  width: 100%;
  height: 12px;
}
@media (min-width:992px) {
  #home-banner {
    height: calc(100vh - 12px);
    min-height: 778px;
  }
  #home-banner h1 {
    font-size: 45px;
    line-height: 60px;
  }
  #home-banner:before {
    content: '';
    background-image: url('images/home-accent.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 364px;
    height: 358px;
    position: absolute;
    bottom: 95px;
    right: -38px;
    z-index: 3;
  }
}


#hero-banner {
  min-height: 412px;
  padding-top: 120px;
  padding-bottom: 40px;
  align-content: center;
}
#hero-banner.subnav {
  padding-bottom: 0;
}
#hero-banner::before {
  content: '';
  background: linear-gradient(to bottom,  rgba(13,0,49,0.91) 0%,rgba(66,43,129,0.61) 70%,rgba(48,29,101,1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
}
#hero-banner h1 {
  margin-bottom: 10px;
  font-weight: 700;
}
#hero-banner h1 sup {
  font-size: x-large;
}
#hero-banner p {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
@media (min-width: 768px) {
}

.back-banner {
  padding-top: 20px;
  padding-bottom: 53px;
}
.back-banner.property {
  padding-top: 21px;
  padding-bottom: 21px;
}
.back-banner a {
  text-decoration: none;
  font-family: 'PT Serif', serif;
  font-size: 18px;
}
.back-banner a:hover,
.back-banner a:focus,
.back-banner a:active {
  text-decoration: underline;
}

.news-banner {
  min-height: 571px;
}
.news-banner:after {
  opacity: 1;
  background: -moz-linear-gradient(top,  rgba(45,58,81,0) 0%, rgba(45,58,81,0.69) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,58,81,0)), color-stop(100%,rgba(45,58,81,0.69)));
  background: -webkit-linear-gradient(top,  rgba(45,58,81,0) 0%,rgba(45,58,81,0.69) 100%);
  background: -o-linear-gradient(top,  rgba(45,58,81,0) 0%,rgba(45,58,81,0.69) 100%);
  background: -ms-linear-gradient(top,  rgba(45,58,81,0) 0%,rgba(45,58,81,0.69) 100%);
  background: linear-gradient(to bottom,  rgba(45,58,81,0) 0%,rgba(45,58,81,0.69) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d3a51', endColorstr='#b02d3a51',GradientType=0 );
}
.news-banner .column {
  justify-content: flex-end;
}
.news-banner h1 {
  font-size: 40px;
  border-bottom: 1px solid var(--blue);
  padding-bottom: 15px;
}
.news-banner .meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-banner .meta .date,
.news-banner .meta .cat {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}
.news-banner .meta .cat {
  font-weight: 300;
}


.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;
  border-radius: 42px;
}
.play-button {
  width: 81px;
  height: 81px;
  background: var(--darkgreen);
  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: 27px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-button::after {
  content: '';
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  width: 111px;
  height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ----------------------------------------------------------------------------- Text Sections */
.text2 .column,
.text3 .column,
.text4 .column,
.text-img .column,
.text13 .column,
.text23 .column {
  flex-direction: row;
  gap: 40px;
}
.text2 .text {
  width: 100%;
}
.text3 .text {
  width: 100%;
}
.text4 .text {
  width: 100%;
}
.text-img .text,
.text-img .img {
  width: 100%;
}
.text-img .img img,
.column .text img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  border-radius: 36px;
}
.text13 .text:nth-of-type(1),
.text23 .text:nth-of-type(2) {
  width: 100%;
}
.text13 .text:nth-of-type(2),
.text23 .text:nth-of-type(1) {
  width: 100%;
}
.text-img .column {
  align-items: center;
}
@media (min-width: 768px) {
  .text2 .text {
    width: calc(50% - 20px);
  }
  .text3 .text {
    width: calc(33.33% - 27px);
  }
  .text4 .text {
    width: calc(50% - 20px);
  }
  .text-img .text,
  .text-img .img {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .text4 .text {
    width: calc(25% - 30px);
  }
  .text13 .text:nth-of-type(1),
  .text23 .text:nth-of-type(2) {
    width: calc(33.33% - 40px);
  }
  .text13 .text:nth-of-type(2),
  .text23 .text:nth-of-type(1) {
    width: 66.66%;
  }
}

/* -------------------------------------------------------------- Special Links */
.special-links .column {
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.special-links .text {
  width: 100%;
}
.special-links .links-grid {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  gap: 20px;
}
.links-grid .item {
  width: 100%;
  min-height: 390px;
  border-radius: 36px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
}
.links-grid .item:before {
  content: '';
  background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.25) 30%,rgba(58,39,110,0.65) 60%,rgba(78,53,148,1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 36px;
  z-index: 1;
}
.links-grid .item p {
  font-family: 'Aleo', serif;
  margin-bottom: 20px;
}
.links-grid .item .link-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}
.links-grid .item .link-wrap:before {
  content: '';
  width: calc(100% + 60px);
  height: 1px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  opacity: 0.42;
}
.links-grid .link-wrap .link {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .special-links .links-grid {
    flex: 1;
  }
  .links-grid .item {
    width: calc(33.33% - 14px);
    min-height: 390px;
  }
}
@media (min-width: 992px) {
  .special-links .text {
    width: 29%;
  }
}

/* -------------------------------------------------------------- Offer Carousel */
.offer-section {
  /*background: linear-gradient(to bottom,  rgba(39,27,74,1) 0%,rgba(78,53,148,1) 100%);*/
}
.offer-section:before {
  content: '';
  background-image: url('images/offer-accent.svg');
  width: 402px;
  height: 395px;
  position: absolute;
  top: -40px;
  left: -50px;
}
.offer-section .intro p {
  font-family: 'Aleo', serif;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
}
.offer-section .intro p strong {
  font-weight: 700;
}
.offer-section .offer-main {
  flex-direction: row;
  column-gap: 30px;
  margin-top: 1em;
  align-items: center;
}
.offer-main .offer-nav-wrap {
  width: 100%;
  margin-bottom: 2em;
}
.offer-main .offer-nav li {
  border: 1px solid transparent;
  border-radius: 34px;
  font-family: 'Aleo', serif;
  color: #7563A5;
  font-weight: 700;
  padding: 20px 10px 20px 50px;
  margin: 0;
  cursor: pointer;
  transition: all ease 0.4s;
}
.offer-main .offer-nav li sup {
  font-size: small;
}
.offer-main .offer-nav li:before {
  background-color: var(--purple);
  top: 50%;
  transform: translate(0%, -50%);
  left: 25px;
}
.offer-main .offer-nav li.active {
  background-color: #301D65;
  color: white;
}
.offer-main .offer-nav li.active:before {
  background-color: var(--green);
}
.offer-main .offer-content {
  width: 100%;
}
.offer-main .offer-carousel {
  width: 100%;
}
.offer-main .offer-carousel .item {
  display: flex;
  flex-direction: column;
  border-radius: 36px;
  background-color: var(--purple);
  height: 611px;
}
.offer-carousel .item .top {
  height: 330px;
  background-repeat: no-repeat;
  background-position: 50% 15%;
  background-size: cover;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 40px;
  position: relative;
}
.offer-carousel .item .top:before {
  content: '';
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 36px;
}
.offer-carousel .top h1 {
  font-size: 40px;
  font-weight: 700;
  width: fit-content;
}
.offer-carousel .top h1 sup {
  font-size: small;
}
.offer-carousel .item .content {
  background-color: var(--purple);
  border-radius: 36px;
  padding: 35px 40px 35px 40px;
}
.offer-carousel .item p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}
.offer-carousel .item a {
  border: 1px solid white;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.offer-carousel .item a.button {
  background-color: var(--purple);
}
.offer-carousel .item a.button:hover, 
.offer-carousel .item a.button:focus, 
.offer-carousel .item a.button:active {
    border: 1px solid #ffffff59;
}
.offer-carousel .item a:hover,
.offer-carousel .item a:focus,
.offer-carousel .item a:active {
  border: 1px solid var(--purple);
}
.offer-carousel .slick-prev,
.offer-carousel .slick-next {
  width: 12px;
  height: 21px;
  font-size: 0;
  padding: 0;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  -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;
  bottom: 40px;
}
.offer-carousel .slick-prev {
  background-image: url("images/caret-left-white.png");
  left: 40px;
}
.offer-carousel .slick-next {
  background-image: url("images/caret-right-white.png");
  left: 90px;
}
@media (min-width: 768px) {
  .offer-main .offer-nav-wrap {
    width: calc(33.33% - 30px);
    margin-bottom: 0;
  }
  .offer-main .offer-content {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .offer-carousel .top h1 {
    font-size: 50px;
  }
  .offer-carousel .item p {
    width: 58%;
    line-height: 33px;
  }
}

/* -------------------------------------------------------------- Sponsors */
.sponsors-block .column {
  flex-direction: row;
  gap: 50px;
}
.sponsors-block .text {
  width: 100%;
}
.sponsors-block .sponsors-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  justify-content: center;
}
.sponsors-grid .item {
  width: calc(33.33% - 20px);
  max-height: 120px;
}
.sponsors-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .sponsors-block .text {
    width: 33.33%;
  }
  .sponsors-block .sponsors-grid {
    width: calc(66.66% - 50px);
    gap: 30px 30px;
  }
}

/* -------------------------------------------------------------- Accordion */
.accordion-block h2 {
  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 rgba(78, 53, 148, 0.15);
}
.accordion-wrapper .accordion-heading {
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(78, 53, 148, 0.15);
  padding: 15px 20px 15px 0;
  position: relative;
}
.accordion-wrapper .accordion-heading:before {
  content:'';
  width: 10px;
  height: 17px;
  position: absolute;
  left: 20px;
  background-image: url('images/icon-accordion-purple.svg');
  background-size: contain;
  transition: 0.3s ease-in;
  opacity: 1;
}
.accordion-wrapper .active .accordion-heading:before {
  transform: rotate(90deg);
}
.accordion-wrapper .accordion-heading h1 {
  margin-left: 50px;
  font-size: 20px;
  font-weight: 700;
  color: var(--purple);
}
.accordion-wrapper .accordion-content {
  overflow: hidden;
}
.accordion-wrapper .accordion-content-wrapper {
  padding: 0px 20px 15px 50px;
  line-height: 2;
}
.accordion-wrapper .accordion-content-wrapper p:last-child {
  margin-bottom: 0px;
}
.accordion-wrapper .accordion.active {
  grid-template-rows:min-content 1fr;
}
.text-color-white .accordion-wrapper .accordion-heading h1 {
  color: white;
}
.text-color-white .accordion-wrapper:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.text-color-white .accordion-wrapper .accordion-heading {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.text-color-white .accordion-wrapper .accordion-heading:before {
  background-image: url('images/icon-accordion-white.svg');
}

/* -------------------------------------------------------------- Quote Block */
.quote-block {
  min-height: 419px;
  background-position: 50% 25%;
}
.quote-block:before,
.quote-block.bg-lightpurple:before {
  content: '';
  background-image: url('images/quote-accent-purple.svg');
  width: 402px;
  height: 395px;
  position: absolute;
  left: -35px;
  bottom: -5px;
}
.quote-block.bg-purplegradient:before,
.quote-block.bg-greengradient:before {
  background-image: url('images/quote-accent-white.svg');
}
.quote-block.bg-image:before {
  content: none;
}
.quote-block.bg-image:after {
  background: linear-gradient(to bottom,  rgba(39,27,74,1) 0%,rgba(78,53,148,1) 100%);
  opacity: 0.75;
}
.quote-block p {
  font-family: 'Aleo', serif;
  font-size: 22px;
  line-height: 35px;
}
.quote-block p,
.quote-block .section-title {
  color: var(--purple);
}
.text-color-white.quote-block p,
.text-color-white.quote-block .section-title {
  color: white;
}

/* -------------------------------------------------------------- Simple Carousel */
.simple-carousel {
  width: 100%;
  padding-left: 15px;
  padding-right: 20px;
}
.simple-carousel  .slick-list {
  margin: 0 -20px;
}
.simple-carousel .item {
  padding: 0 20px;
  display: block;
  height: 289px;
  position: relative;
  overflow: hidden;
  outline: 0;
  border-radius: 36px;
}
.simple-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-radius: 36px;
}
.simple-carousel .slick-prev,
.simple-carousel .slick-next{
  font-size: 0;
  width: 18px;
  height: 32px;
  background-size: 100%;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 0;
}
.simple-carousel .slick-prev {
  background-image: url('images/caret-left-purple.png');
  left: -15px;
}
.simple-carousel .slick-next{
  background-image: url('images/caret-right-purple.png');
  right: -15px;
}
.bg-purple .simple-carousel .slick-prev,
.bg-green .simple-carousel .slick-prev {
  background-image: url('images/caret-left-white.png');
}
.bg-purple .simple-carousel .slick-next,
.bg-green .simple-carousel .slick-next {
  background-image: url('images/caret-right-white.png');
}
.simple-carousel .slick-prev:hover,
.simple-carousel .slick-next:hover{
  opacity: .7;  
}
@media (min-width: 768px) {
  .simple-carousel .slick-prev {
    left: -30px;
  }
  .simple-carousel .slick-next{
    right: -30px;
  }
}
@media (min-width: 992px) {
  .simple-carousel .slick-prev {
    left: -15px;
  }
  .simple-carousel .slick-next{
    right: -15px;
  }
}
@media (min-width: 1200px) {
  .simple-carousel .slick-prev {
    left: -30px;
  }
  .simple-carousel .slick-next{
    right: -30px;
  }
}

/* -------------------------------------------------------------- Sponsors Carousel */
.sponsor-carousel {
  width: 100%;
}
.sponsor-carousel  .slick-list {

}
.sponsor-carousel .item a {
  padding: 0 30px;
  display: flex;
  height: 120px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.sponsor-carousel .item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}
.sponsor-carousel .slick-prev,
.sponsor-carousel .slick-next {
  font-size: 0;
  width: 18px;
  height: 32px;
  background-size: 100%;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 0;
}
.sponsor-carousel .slick-prev {
  background-image: url('images/caret-left-purple.png');
  left: -15px;
}
.sponsor-carousel .slick-next {
  background-image: url('images/caret-right-purple.png');
  right: -15px;
}
.sponsor-carousel .slick-prev:hover,
.sponsor-carousel .slick-next:hover {
  opacity: .7;  
}
@media (min-width: 768px) {
  .sponsor-carousel .slick-prev {
    left: -30px;
  }
  .sponsor-carousel .slick-next{
    right: -30px;
  }
}
@media (min-width: 992px) {
  .sponsor-carousel .slick-prev {
    left: -15px;
  }
  .sponsor-carousel .slick-next{
    right: -15px;
  }
}
@media (min-width: 1200px) {
  .sponsor-carousel .slick-prev {
    left: -30px;
  }
  .sponsor-carousel .slick-next{
    right: -30px;
  }
}

/* -------------------------------------------------------------- CTA Specializing */
.cta-main {
  min-height: 605px;
  justify-content: flex-end;
  overflow: hidden;
}
.cta-main.right {
  justify-content: flex-start;
}
.cta-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--cta-bg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.cta-main:after {
  content: '';
  background: var(--purple);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  left: auto;
}
.cta-main.right:before {
  right: 0;
  left: auto;
}
.cta-main.right:after {
  right: auto;
  left: 0;
}
.cta-main .column {
  margin: 0;
}
.cta-main h1 {
  font-weight: 700;
}
.cta-main .button {
  background-color: transparent;
  border: 1px solid white;
}
.cta-main .button:hover,
.cta-main .button:focus,
.cta-main .button:active {
  background-color: var(--green);
  border: 1px solid var(--green);
}
@media (min-width: 768px) {
  .cta-main:before {
    width: 80%;
  }
  .cta-main:after {
    background: linear-gradient(to right,  rgba(78,53,148,0) 0%,rgba(64,44,122,0.76) 33%,rgba(52,36,99,1) 66%,rgba(39,27,74,1) 100%);
    width: 80%;
    opacity: 1;
  }
  .cta-main.right:after {
    background: linear-gradient(to left,  rgba(78,53,148,0) 0%,rgba(64,44,122,0.76) 33%,rgba(52,36,99,1) 66%,rgba(39,27,74,1) 100%);
    right: auto;
    left: 0;
  }
}

/* -------------------------------------------------------------- Isotope */
.iso-filters.columns {
  padding-top: 25px;
  padding-bottom: 25px;
}
.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;
}
footer:before {
  content: '';
  background-color: var(--green);
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .columns {
  flex-direction: column;
}
footer .column {
  flex-direction: row;
  gap: 20px;
}
footer .column .col.logo-sec {
  flex: 100%;
}
footer .column .col {
  flex: 1;
}
footer .logo {
  width: 268px;
  height: 105px;
  display: block;
}
footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .sum-wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
footer p {
  margin: 30px 0 0 0;
  font-size: 15px;
  width: 60%;
  font-weight: 500;
}
footer a.badge {
  margin: 30px 0 0 0;
}
footer .section-title {
  color: var(--purple);
}
footer .section-title a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0);
}
footer .section-title a:hover,
footer .section-title a:focus,
footer .section-title a:active {
  text-decoration-color: var(--green);
  color: var(--darkgray);
}
footer .section-title + ul {
  margin-bottom: 30px;
}
footer ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
footer ul li {
  padding: 0;
  margin: 0;
}
footer ul li a + ul {
  margin-top: 20px;
}
footer ul li:before {
  content: none;
}
footer ul li a {
  font-weight: 700;
  font-size: 15px;
  color: var(--purple);
  transition: all ease 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  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(--green);
}
footer ul li ul li a {
  font-family: 'Aleo', serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
footer ul li ul li a sup.copy {
  font-size: small;
}
footer .column.copy-sec {
  align-items: center;
  border-top: 1px solid #DBDBDB;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
}
footer .social a {
  width: 25px;
  height: 20px;
}
footer .social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex: 100%;
}
footer .copyright p {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
  width: auto;
}
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 .column .col.logo-sec {
    flex: 2;
  }
  footer .column .col {
    flex: 1;
  }
  footer .copyright {
    flex: 3;
  }
}


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