/*
  Theme Name: Passport to Hope Gala Knoxville
  Theme URI: https://limb.co
  Description: LIMB Theme - Passport to Hope Gala Knoxville (Nov 2023)
  Author: LIMB
  Author URI: https://limb.co
*/
/* TOC:
Generic
WordPress
Utility
Scaffolding / Grid
Backgrounds & Colors
Accents
Headings
Lists
Buttons
Forms
Animations
Header
Banners
Images
Gallery
Carousel
Timer
Sponsor Bar
CTA Boxes
Callout
Stats
Footer
*/
 
/* -------------------------------------------------------------- Generic */
:root {
  --primary-color: #03243e;
  --secondary-color: #678cac;
  --tertiary-color: #e3e5e7;
  --text-color: #03243e;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
}
body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
  height: 100%;
}
iframe {
  width: 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;
}
.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}
/* -------------------------------------------------------------- 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: 65px;
  padding-bottom: 65px;
  max-width: 100%;
  position: relative;
  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);
}
.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: 120px;
  padding-bottom: 120px;
}
.columns.tall-top-padding {
  padding-top: 120px;
}
.columns.tall-bottom-padding {
  padding-bottom: 120px;
}
.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;
}
.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-block{
  display: block;
}
.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-primary,
.bg-primary:after{
  background-color: var(--primary-color);
}
.bg-secondary,
.bg-secondary:after{
  background-color: var(--secondary-color);
}
.bg-tertiary,
.bg-tertiary:after{
  background-color: var(--tertiary-color);
}
.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,
.bg-image.bg-primary:after,
.bg-image.bg-secondary:after,
.bg-image.bg-tertiary: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 {
  min-width: 100%;
  min-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-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: .55 !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{
  color: white;
}
.text-color-white .link:hover,
.text-color-white .link:active,
.text-color-white .link:focus{
  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);
}
.bg-secondary.text-color-white .link{
  filter: brightness(0) invert(1);
}
.bg-secondary.text-color-white ol li:before {
  color:white;
}
.bg-secondary.text-color-white ul li:before{
  filter: brightness(0) invert(1);
}
.bg-secondary.text-color-white .link:hover,
.bg-secondary.text-color-white .link:active{
  color: var(--text-color);
}
.bg-secondary.text-color-white .border-left svg{
  stroke: white;
}
.bg-secondary.text-color-white hr{
  border-color: white;
}
.bg-secondary.text-color-white .button{
  color: white;
  border: 1px solid white;
  outline: 1px solid white;
}
.bg-secondary.text-color-white .button:hover,
.bg-secondary.text-color-white .button:active{
  color: var(--secondary-color);
  background-color: white;
  outline: 1px solid white;
}
.bg-primary.text-color-white .column h3 {
  color:  var(--secondary-color);
}
.bg-secondary.text-color-white h3{
  color: white;
}
.bg-tertiary h3{
  color: var(--primary-color);
}
.bg-black.text-color-white h3{
  color: white;
}
.bg-tertiary.text-color-white .button{
  color: var(--secondary-color);
}
.bg-tertiary.text-color-white .button:hover,
.bg-tertiary.text-color-white .button:active{
  color: white;
  background-color: var(--secondary-color);
  outline: 1px solid var(--secondary-color);
}

/* -------------------------------------------------------------- Accents */
.border-left{
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  margin: 40px auto;
  padding-left: 50px;
}
.border-left svg {
  height:100%;
  width:8px;
  position:absolute;
  left:-8px;
  top:0;
  stroke:var(--secondary-color);
}
/* -------------------------------------------------------------- Headings */
h1,.h1 {
  font-size: 53px;
  line-height: 1.1em;
  color: var(--primary-color);
  font-weight: 300;
}
h1 + p{
  margin-top: 2px;
}
h1 + hr{
  margin: 10px auto auto auto;
}
h1 + .link{
  margin-top: 15px;
}
h2,.h2 {
  font-size: 40px;
  line-height: 1em;
  color: var(--primary-color);
  font-weight: 300;
}
h2 + p{
  margin-top: 6px;
}
h2 + h3{
  margin-top: -15px;
}
h2.large{
  font-size: 49px;
  line-height: 1.3em;
  font-weight: 200;
}
h2.large + .button{
  margin-top: 20px;
}
.center h2 + h3{
  margin-top: 0;
}
h3,.h3 {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: .3em;
  font-weight: 400;
  color: var(--secondary-color);
  text-transform: uppercase;
}
h3 + p{
  margin-top: 10px;
}
h3 + .button{
  margin-top: 15px;
}
h4,.h4 {
  font-size: 22px;
  line-height: 1em;
  font-weight: 400;
  color: var(--primary-color);
}
h4 + p{
  margin-top: 4px;
}
h5,.h5 {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: .3em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
}
h6,.h6 {
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: .2em;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  display: block;
  z-index: 2;
  padding: 0;
  margin: 0 0 25px 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 19px 0;
  font-size: 16px;
  line-height: 1.8em;
  color: var(--text-color);
  letter-spacing: .05em;
  font-weight: 300;
}
p a {
  color: var(--secondary-color);
  font-weight: bold;
  text-decoration: none;
}
p a:hover,
p a:active,
p a:focus {
  color: var(--secondary-color);
  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;
}
a {
  text-decoration: none;
  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-color);
}
a:hover,
a:active,
a:focus {
  color: var(--text-color);
  outline: 0;
}
hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  height: 8px;
  opacity: .5;
  margin: 60px 0;
}
.columns > hr {
  margin-left: 15px;
  margin-right: 15px;
}

/* -------------------------------------------------------------- Lists */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0 0 18px 0;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.29em;
  color: var(--text-color);
  letter-spacing: .05em;
  font-weight: 300;
  list-style-type: none;
}
ul li:before {
  content: '';  
  width: 8px;
  height: 8px; 
  transform: rotate(45deg);
  background: var(--secondary-color); 
  position: absolute; 
  left: 0;
  top: 9px;
}
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 {
  margin: 0 0 20px 0;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.29em;
  color: var(--text-color);
  letter-spacing: .05em;
  list-style-type: none;
  font-weight: 300;
  counter-increment: numbers;
  display: block;
}
ol li:before {
  content: counter(numbers);
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 16px;
  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 {
  background-color: transparent;
  font-weight: bold;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--secondary-color);
  display: inline-block;
  cursor: pointer;
  margin-right: auto;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid var(--secondary-color);
  padding: 5px;
  background-clip: content-box;
  outline: 1px solid var(--secondary-color);
  outline-offset: -6px;
  height: 66px;
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:hover,
.button:active,
.button:focus{
  color: white;
  background-color: var(--secondary-color);
  outline: 1px solid var(--secondary-color);
}
.buttons .button{
  margin-right: 30px;
}
.center > .button {
  margin-left: auto;
  margin-right: auto;
}
.link {
  font-size: 12px;
  letter-spacing: .43em;
  font-weight: bold;
  line-height: 1em;
  color: var(--secondary-color);
  text-decoration: underline;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  margin-right: auto;
  padding: 10px 0 10px 45px;
}
.link svg {
  width: 31px;
  text-decoration: none !important;
  position: absolute;
  left: 0;
  top: 0;
  stroke: var(--secondary-color);
  fill: var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.text-color-white .link {
  color: var(--secondary-color);
}
.center .link{
  margin-left: auto;
}
.link:hover,
.link:active,
.link:focus {
  color: var(--primary-color);
}
.link:hover svg,
.link:active svg,
.link:focus svg {
  stroke: var(--primary-color);
  fill: var(--primary-color);
}
/* -------------------------------------------------------------- Forms */
form {
  width: 100%;
  margin-bottom: -30px;
  text-align: center;
}
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: transparent;
  border: 1px solid var(--secondary-color);
  padding: 15px 25px;
  height: 50px;
  font-size: 16px;
  text-transform: none;
  color: var(--text-color);
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
}
form textarea {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  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;
  letter-spacing: .05em;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
form input:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
form input::-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
form textarea::placeholder {
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
form textarea:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
form textarea::-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  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;
  }
}
/* -------------------------------------------------------------- Header */
header {
  margin: 0 auto;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
header .container{
  padding: 60px 75px 25px 75px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
header .logo{
  margin: 0 auto;
  width: 100%;
}
header .logo img{
  height: 67px;
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .logo img:first-child{
  opacity: 1;
}
header .logo img:last-child{
  /* margin: 0 auto; */
  opacity: 0;
  height: 50px;
}
header .menu-trigger {
  width: 50px;
  z-index: 99;
  margin-left: 0;
  padding-bottom: 2px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-top: 18px;
  margin-bottom: auto;
}
header .menu-trigger span{
  height: 2px;
  display: block;
}
header .menu-trigger:before,
header .menu-trigger:after {
  background-color: white;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
header .menu-trigger:hover:before,
header .menu-trigger:hover:after {
  background-color: var(--secondary-color);
}
header .button{
  margin-left: auto;
  margin-right: 0;
  font-size: 15px;
  letter-spacing: .45em;
  min-width: 176px;
  top: 0;
  color: white;
}
header.scrolling{
  height: 83px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.03);
  /*background-color: rgba(94,76,134,.8); */
}
header.scrolling .scrolling-div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  /* z-index: 9999; */
  opacity: .8;
}
header.scrolling .container{
  padding-top: 15px;
  padding-bottom: 0;
}
header.scrolling .menu-trigger{
  margin-top: 12px;
}
header.scrolling .logo{
  top: 8px;
}
header.scrolling .logo img:first-child{
  opacity: 0;
}
header.scrolling .logo img:last-child{
  opacity: 1;
}
header.scrolling .button{
  height: 50px;
}
header .social-media a:first-child{
  padding-left: 0;
}
header .social-media a:hover img,
header .social-media a:active img{
  filter: brightness(100);
}
header .social-media img{
  height: 25px;
}
header .social-media a:hover svg,
header .social-media a:active svg{
  fill: #ffffff;
}
header .social-media {
  display:flex;
  justify-content:space-evenly;
  gap:0 20px;
  margin-right: 30px;
}
header .social-media a{
  display: block;
  padding: 0;
}
header .social-media svg {
  fill: var(--secondary-color);
  transition: 0.3s;
}
header .social-media svg{
  height: 30px;
  width: 100%;
}
@media (max-width: 767.98px) { 
  header .social-media {
    display:none;
  }
}
#nav-drawer{
  position: fixed;
  width: 100%;
  left: 0;
  height: 0;
  top: 0;
  overflow-y: auto;
  background-color: var(--primary-color);
  pointer-events: none;
  opacity: 0;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#nav-drawer video{
  min-height: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
}
body.menu-open #nav-drawer{
  pointer-events: all;
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding-bottom: 140px;
  z-index: 999999;
}
body.menu-open header{
  opacity: 0;
  pointer-events: none;
}
#nav-drawer .nav-header{
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: space-between;
  padding: 60px 60px 0 60px;
}
#nav-drawer .nav-header img{
  height: 50px;
}
#nav-drawer button {
  width: 50px;
  z-index: 99;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 2px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 40px;
}
#nav-drawer button span{
  height: 2px;
  display: block;
}
#nav-drawer button:before,
#nav-drawer button:after {
  background-color: white;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
#nav-drawer button:before {
  transform: translateY(6px) rotate(134deg);
}
#nav-drawer button:after {
  transform: translateY(-8px) rotate(-134deg);
}
#nav-drawer button:hover:before,
#nav-drawer button:hover:after {
  background-color: var(--secondary-color);
}
#nav-drawer .nav-columns{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto auto auto;
  height: 70%;
  align-items: center;
}
#nav-drawer .nav-columns > div{
  width: 33.33%;
}
#nav-drawer ul{
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
  height: 100%;
}
#nav-drawer ul:before{
  content:'';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-color: var(--secondary-color);
  opacity: .3;
}
#nav-drawer ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: static;
}
#nav-drawer ul li:before{
  display: none;
}
#nav-drawer ul li a{
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .45em;
  font-size: 15px;
  color: var(--secondary-color);
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
#nav-drawer ul li a:before{
  content:'';
  width: 32px;
  height: 32px;
  position: absolute;
  left: -51px;
  margin-top:-5px;
  display: block;
  opacity: 0;
  background: url("images/accent-diamond.svg") left center no-repeat transparent;
  background-size: contain;
  filter: brightness(0) invert(1);
}
#nav-drawer ul li a:hover,
#nav-drawer ul li a:active{
  color: white;
}
#nav-drawer ul li:hover a:before{
  opacity: 1;
}
#nav-drawer ul li:first-child a{
  padding-top: 0;
}
#nav-drawer ul ul{
  padding-left: 0;
  max-height: 0;
  position: relative;
  overflow: hidden;
  transition: all 1s ease-in-out;
  opacity: 0;
}
#nav-drawer ul ul:before{
  display: none;
}
#nav-drawer ul ul li a{
  font-weight: 300;
}
#nav-drawer ul ul li a:before{
  display: none;
}
#nav-drawer ul li:hover ul{
  max-height: 200px;
  opacity: 1;
}
#nav-drawer .button {
  background-color: transparent;
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: .45em;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  cursor: pointer;
  margin-right: auto;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid var(--secondary-color);
  padding: 5px;
  background-clip: content-box;
  outline: 1px solid var(--secondary-color);
  outline-offset: -6px;
  height: 66px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  min-width: 0;
}
#nav-drawer .button:hover,
#nav-drawer .button:active,
#nav-drawer .button:focus{
  color: white;
  background-color: var(--secondary-color);
  outline: 1px solid var(--secondary-color);
}
#nav-drawer .social-media a:first-child{
  padding-left: 0;
}
#nav-drawer .social-media a:hover img,
#nav-drawer .social-media a:active img{
  filter: brightness(100);
}
#nav-drawer .social-media img{
  height: 25px;
}
#nav-drawer .social-media a:hover svg,
#nav-drawer .social-media a:active svg{
  fill: #ffffff;
}
#nav-drawer .social-media {
  display:flex;
  justify-content:space-evenly;
  gap:0 20px;
}
#nav-drawer .social-media a{
  display: auto;
  padding: 0;
}
#nav-drawer .social-media svg {
  fill: var(--secondary-color);
  transition: 0.3s;
}
#nav-drawer .social-media svg{
  height: 25px;
  width: 100%;
}
#nav-drawer .nav-footer{
  width: 100%;
  height: 5%;
  padding: 0 60px 0 60px;
  display: flex;
  justify-content: flex-end;
}
#nav-drawer .nav-footer .logo{
  padding-left: 70px;
  position: relative;
  width: 30%;
}
#nav-drawer .nav-footer .logo svg {
  width: 22px;
  height: 44px;
  position:absolute;
  stroke: var(--secondary-color);
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#nav-drawer .nav-footer .logo img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  body.menu-open #nav-drawer {
    flex-direction: column;
    padding-bottom: 0px;
  }
  #nav-drawer .social-media {
    display:flex;
    justify-content: flex-start;
    gap: 0 30px;
    width: 100%;
    padding-right: 20px;
  }
  #nav-drawer .social-media svg{
    height: 25px;
    width: 100%;
  }
  #nav-drawer .nav-footer{
    width: 100%;
    position: relative;
    height: 23%;
    display: none;
  }
}
@media (min-width:992px) {
  #nav-drawer .social-media {
    display:block;
  }
  #nav-drawer .social-media a{
    display: inline-block;
    padding: 0 15px;
  }
}
/* -------------------------------------------------------------- Banners */
#home-banner {
  height: 100%;
  min-height: 786px;
  padding-top: 180px;
}
#home-banner .sponsor {
  margin: 25px 0;
}
#home-banner .sponsor .h6{
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .4em;
}
#home-banner .sponsor .h4{
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}
#home-banner .logo img{
  max-width: 620px;
}
#home-banner .info{
  margin-bottom: 60px;
}
#home-banner .date{
  font-size: 31px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: .3em;
  color: var(--secondary-color);
  margin-top: 35px;
}
#home-banner .location{
  font-size: 31px;
  font-weight: 300;
  color: white;
  margin-top: 5px;
}
#hero-banner{
  min-height: 384px;
  padding-top: 140px;
  padding-bottom: 0;
  background-position:center;
  border-bottom: 1px solid white;
}
#hero-banner .pagetitle h1,
#hero-banner .pagetitle .h2{
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: .24em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: auto;
}
#hero-banner .pagetitle:before{
  content:'';
  background-color: var(--secondary-color);
  height: 1px;
  width: 676px;
  max-width: 100%;
  display: block;
  opacity: .42;
  margin-bottom: 10px;
}
#hero-banner .pagetitle:after{
  content: '';
  display: block;
  width: 676px;
  max-width: 100%;
  height: 40px;
  background-color: var(--secondary-color);
  height: 1px;
  margin-top: 10px;
  opacity: .42;
}
#hero-banner .column{
  position: relative;
}
.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 svg {
  width: 75px;
  height: 75px;
  position: absolute;
  stroke:var(--secondary-color);
}
.single-image .image .before-image {
  left: -15px;
  top: -15px;
}
.single-image .image .after-image {
  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;
}
.round-image{
  width: 440px;
  height: 440px;
  position: relative;
  display: flex;
}
.round-image svg {
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  display:block;
  stroke:var(--secondary-color);
}
.round-image .image{
  width: 384px;
  height: 384px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: auto
}
.round-image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Responsive iFrame Embeds */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: 
  hidden; max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}


/* -------------------------------------------------------------- Gallery */
svg.arrow-left-slider {
  stroke:var(--secondary-color)!important;
}
.gallery-slider{
  max-width: 100%;
}
.gallery-slider .item a{
  display: block;
  height: 600px;
  position: relative;
  overflow: hidden;
  background-color: #231F20;
  outline: 0;
}
.gallery-slider .item a:hover img,
.gallery-slider .item a:active img{
  opacity: .75;
}
.gallery-slider .item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.gallery-slider .slick-prev,
.gallery-slider .slick-next{
  font-size: 0;
  width: 40px;
  height: 40px;
  background-size: 13px;
  border: 0;
  background-color: transparent;
  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;
}
.gallery-slider .slick-prev{
  background: url("images/accent-arrow-left-small-white.svg") center center no-repeat transparent;
  left: -webkit-calc(50vw - 591px);
  left: -moz-calc(50vw - 591px);
}
.gallery-slider .slick-next{
  background: url("images/accent-arrow-right-small-white.svg") center center no-repeat transparent;
  right: -webkit-calc(50vw - 591px);
  right: -moz-calc(50vw - 591px);
  right: calc(50vw - 591px);
}

.gallery-slider .slick-prev:hover,
.gallery-slider .slick-next:hover{
  opacity: .7;  
}

/* -------------------------------------------------------------- Carousel */
.gallery-carousel{
  width: 100%;
}
.gallery-carousel  .slick-list {
  margin: 0 -15px;
}
.gallery-carousel .item{
  padding: 0 15px;
}
.gallery-carousel .item a{
  display: block;
  height: 190px;
  position: relative;
  overflow: hidden;
  background-color: #231F20;
  outline: 0;
}
.gallery-carousel .item a:hover img,
.gallery-carousel .item a:active img{
  opacity: .75;
}
.gallery-carousel .item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.gallery-carousel .slick-prev,
.gallery-carousel .slick-next{
  font-size: 0;
  width: 40px;
  height: 40px;
  background-size: 13px;
  border: 0;
  background-color: transparent;
  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;
}
.gallery-carousel .slick-prev{
  background: url("images/accent-arrow-left-small-white.svg") center center no-repeat transparent;
  left: 0px;
}
.gallery-carousel .slick-next{
  background: url("images/accent-arrow-right-small-white.svg") center center no-repeat transparent;
  right: 0;
}
.bg-white .gallery-carousel .slick-prev{
  background: url("images/accent-arrow-left-small-black.svg") center center no-repeat transparent;
}
.bg-white .gallery-carousel .slick-next{
  background: url("images/accent-arrow-right-small-black.svg") center center no-repeat transparent;
}
.gallery-carousel .slick-prev:hover,
.gallery-carousel .slick-next:hover{
  opacity: .7;  
}
@media (min-width: 992px) {
  .gallery-carousel .slick-prev{
    left: -60px;
  }
  .gallery-carousel .slick-next{
    right: -60px;
  }
}

/* -------------------------------------------------------------- Timer */
.timer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
  height: 103px;
  align-items: center;
}
.timer svg {
  width: 51px;
  height: 103px;
  position:absolute;
  display: block;
  stroke: var(--secondary-color);
}
.timer .before-timer {
  top:0;
  left:0;
}
.timer .after-timer {
  top:0;
  right:0;
}
.timer .item {
  margin: 0 20px;
  width: 15%;
}
.timer .number {
  font-size: 38px;
  letter-spacing: .1em;
  font-weight: 400;
  width: 81px;
  display: block;
}
.timer .caption {
  font-size: 12px;
  margin-top: 14px;
  font-weight: 300;
}

/* -------------------------------------------------------------- Sponsor Bar */
.sponsor-bar{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.sponsor-bar .item{
  text-align: center;
  padding: 0 60px;
  margin: 0;
  display: flex;
  align-items: center;
}
.sponsor-bar .h3{
  font-size: 15px;
  letter-spacing: .43em;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin: auto 40px auto auto;
  text-align: right;
}
.sponsor-bar .logo{
  margin-left: 35px;
  position: relative;
}
.sponsor-bar .logo:before{
  content: '';
  width: 1px;
  height: 66px;
  top: -20px;
  background-color: var(--secondary-color);
  display: block;
  position: absolute;
  left: -35px;
}
.sponsor-bar .logo img{
  width:100%;
  height: auto;
  display: block;
}
@media (min-width:992px) {
  .sponsor-bar .logo:before{
    content: '';
    width: 1px;
    height: 92px;
    top: 4px;
    background-color: var(--secondary-color);
    display: block;
    position: absolute;
    left: -35px;
  }
  .sponsor-bar .logo img{
    height: 100px;
    display: block;
    width: auto;
  }
}

/* -------------------------------------------------------------- Sponsor Slider */
.sponsor_slider {
  width: 100%;
}

.sponsor_slider  .slick-list {
  margin: 0 -25px;
}
.sponsor_slider .item{
  padding: 0 70px;
  width: 200px;
  text-align: center;
}
.sponsor_slider .item .label {
  padding-top: 30px;
}
.sponsor_slider .item .h6 {
  font-weight: 600 !important;
}
.sponsor_slider .item a{
  display: block;
  height: 190px;
  position: relative;
  overflow: hidden;
  background-color: #231F20;
  outline: 0;
}
.sponsor_slider .item a:hover img,
.sponsor_slider .item a:active img {
  opacity: .75;
}
.sponsor_slider .item img {
  object-fit: contain;
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  height: 100%;
  
}
.sponsor_slider .item .logo {
  height: 70px;
  /*display:table-cell;*/
  vertical-align:middle;
}

.sponsor_slider .slick-prev,
.sponsor_slider .slick-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-size: 13px;
  border: 0;
  background-color: transparent;
  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;
}
.sponsor_slider .slick-prev{
  background: url("images/accent-arrow-left-small-black.svg") center center no-repeat transparent;
  left: 0;
}
.sponsor_slider .slick-next{
  background: url("images/accent-arrow-right-small-black.svg") center center no-repeat transparent;
  right: 0;
}
.sponsor_slider .slick-prev:hover,
.sponsor_slider .slick-next:hover{
  opacity: .7;  
}
@media (min-width:992px) {
  .sponsor_slider .item{
    padding: 0 20px;
    width: 200px;
    text-align: center;
  }
  .sponsor_slider .slick-prev{
    left: -60px;
  }
  .sponsor_slider .slick-next{
    right: -60px;
  }
}

/* -------------------------------------------------------------- Event Details */
#event-details .icon-detail {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
#event-details svg {
  width: 40px;
  height: 40px;
  fill: var(--primary-color);
}
#event-details p {
  margin-bottom: 7%;
}
.schedule ul {
  position: relative;
}
.schedule ul:before {
  content: '';
  background: var(--primary-color);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 3px;
  top: 9px;
}

/* -------------------------------------------------------------- Leadership Grid */
.leadership-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.leadership-grid.three-col .item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.leadership-grid.three-col {
  gap: 30px;
}
.leadership-grid.three-col .item p:first-of-type {
  margin: 10px 0 0 0;
}
.leadership-grid.three-col .item .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.leadership-grid.three-col .image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 10%;
}
.leadership-grid.three-col .link {
  margin: 0 0 0 0;
}
@media (min-width: 768px) { 
  .leadership-grid.three-col .item {
      width: 47%;
  }
}
@media (min-width: 992px) { 
  .leadership-grid.three-col .item {
      width: 30.33%;
  }
}
@media (min-width: 1200px) { 
  .leadership-grid.three-col .item {
      width: 31.33%;
  }
}

.leadership-grid.two-col .item {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1em;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.leadership-grid.two-col .item:nth-child(even) {
  flex-direction: column-reverse;
}
.leadership-grid.two-col .item .single-image {
  width: 100%;
  justify-content: normal;
  flex-direction: column;
}
.leadership-grid.two-col .image {
  aspect-ratio: 3 / 2;
  width: 80%;
}
.leadership-grid.two-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership-grid.two-col .caption {
  margin-top: 10px;
}
.leadership-grid.two-col .caption h4 {
  line-height: 1.3em;
}
.leadership-grid.two-col .caption h5 {
  line-height: 1.5em;
}
.leadership-grid.two-col .item .content {
  width: 100%;
}
@media (min-width: 992px) { 
  .leadership-grid.two-col .item:nth-child(even) {
    flex-direction: row;
  }
  .leadership-grid.two-col .item .single-image {
      width: 48%;
  }
  .leadership-grid.two-col .item .content {
      width: 50%;
  }
}

/* -------------------------------------------------------------- CTA Boxes */
#cta-boxes{
  display: flex;
  align-items: center;
  height: 678px;
  position: relative;
  overflow: hidden;
}
#cta-boxes:after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
}
#cta-boxes .bg {
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#cta-boxes .bg video,
#cta-boxes .bg img{
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
  display: block;
  object-position: center bottom;
}
#cta-boxes .bg.active video,
#cta-boxes .bg.active img{
  opacity: 1;
  z-index: 2;
}
#cta-boxes .bg.active:after{
  opacity: .5;
}
#cta-boxes .item{
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
#cta-boxes .item svg {
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  opacity:0;
  stroke:var(--secondary-color);
}
#cta-boxes .item .before-item {
  left: 25px;
  top: 25px;
}
#cta-boxes .item .after-item {
  right: 25px;
  bottom: 25px;
}
#cta-boxes .ctas{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
#cta-boxes a{
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(255,255,255,.5);
}
#cta-boxes a:before{
  content:'';
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  transform: scale(.95, .97);
}
#cta-boxes .item:first-child a{
  border-left: 0;
}
#cta-boxes .ctas img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -61px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#cta-boxes .content{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 30px;
  text-align: center;
}
#cta-boxes h2{
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.5em;
  color: white;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#cta-boxes p{
  font-size: 15px;
  letter-spacing: .05em;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: white;
}
#cta-boxes .learnmore{
  display: block;
  border-top: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  width: 100px;
  color: white;
  padding: 7px 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .28em;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
#cta-boxes .learnmore:hover{
  color: white;
}
#cta-boxes a:hover:before,
#cta-boxes a:active:before{
  opacity: .5;
}
#cta-boxes a:hover p,
#cta-boxes a:active p,
#cta-boxes a:hover .learnmore,
#cta-boxes a:active .learnmore,
#cta-boxes .item:hover svg {
  opacity: 1;
}

/* -------------------------------------------------------------- Callout */
.callout{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.callout .number{
  font-size: 140px;
  font-weight: 400;
  position: relative;
  letter-spacing: .1em;
}
.callout .number:before{
  content: attr(data-outline);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--secondary-color);
  font-size: 140px;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 10px;
  letter-spacing: .1em;
}
.callout .label{
  font-size: 43px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: .2em;
  position: relative;
  margin-left: 45px;
}
.callout h5{
  font-size: 13px;
  font-weight: bold;
  padding-left: 40px;
  letter-spacing: .3em;
  color: var(--secondary-color);
  text-align: left;
  margin-left: 40px;
  line-height: 1.8em;
  position: relative;
}
.callout h5:before{
  content: '';
  height: 50px;
  width: 1px;
  background-color: white;
  opacity: .3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.callout + p{
  margin-top: 30px;
}
/* -------------------------------------------------------------- Stats */
.stats{
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}
.stats .item{
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  padding: 0;
}
.stats .stat{
  text-align: right;
  white-space: nowrap;
  position: relative;
}
.stats .number{
  font-size: 50px;
  color: var(--secondary-color);
  font-weight: 300;
}
.stats .prefix{
  font-size: 25px;
  position: relative;
  color: var(--secondary-color);
  font-weight: 300;
  top: -17px;
  margin-right: 5px;
}
.stats .suffix{
  font-size: 25px;
  position: relative;
  color: var(--secondary-color);
  font-weight: 300;
}
.stats .caption{
  text-align: left;
  margin-left: 30px;
  width: 200px;
  flex-grow: 0;
}
.stats h6{
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--secondary-color);
}
.stats p{
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: .05em;
}
/* -------------------------------------------------------------- Footer */
footer {
  position: relative;
  padding: 0px;
  color: white;
  background-color: #231F20;
  border-top: 1px solid white;
}
footer .footer-top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 25px;
  top: -6px;
}
footer .footer-top .logo{
  margin-bottom: 30px;
}
footer .footer-top .logo img{
  max-width: 320px;
}
footer .footer-top.fadein-active + .fadein{
  opacity: 1;
}
footer .footer-bottom{
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 0;
}
footer .footer-bottom .logo{
  position: relative;
  padding-right: 35px;
}
footer .footer-bottom .logo:before{
  content:'';
  width: 1px;
  height: 74px;
  display: block;
  position: absolute;
  right: 0;
  background-color: var(--secondary-color);
}
footer .footer-bottom .logo img{
  height: 61px;
}
footer a{
  color: white;
}
footer a:hover,
footer a:active{
  color: var(--secondary-color);
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer a:focus{
  color: var(--secondary-color);
}
footer ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
footer ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  font-size: 11px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .27em;
  display: block;
  padding: 0 12px;
}
footer ul li a:hover,
footer ul li a:active{
  color: var(--secondary-color);
}
footer p{
  color: white;
  font-size: 10px;
  letter-spacing: .05em;
  margin-top: 0;
  line-height: 1.5em;
}
footer p:first-child{
  margin-bottom: 9px;
}
footer p b{
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
}
footer p a{
  text-decoration: none;
  font-weight: 400;
}
footer .footer-bottom .logo.recognition {
  height: 75px;
}
footer .footer-bottom .logo.recognition:before {
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .copyright{
  max-width: 650px;
  margin-left: 15px;
  position: relative;
  margin-right: 15px;
  text-align: center;
}
footer .copyright .privacy-links {
  display: flex;
  flex-direction: row;
  font-size: 11px;
  gap: 13px;
}
footer .charity{
  margin-left: auto;
}
footer .social-media{
  margin-right: 0;
  margin-left: auto;
  display: flex;
}
footer .social-media a{
  display: inline-block;
  padding: 0 17px;
}
footer .social-media a:last-child{
  padding-right: 0;
}
footer .social-media svg{
  fill: var(--secondary-color);
  max-height: 25px;
  width:100%;
  transition: 0.3s;
  height:22px;
}
footer .social-media a:hover svg,
footer .social-media a:active svg{
  fill: #fff;
}

/* -------------------------------------------------------------- Tablet */
@media (max-width: 1199px) {
  /* 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 */
  .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 */
  header .container{
    padding: 20px 30px 0 30px;
  }
  header .button{
    font-size: 11px;
    height: 50px;
    min-width: 120px;
  }
  header .logo{
    top: 15px;
  }
  header .menu-trigger{
    margin-top: 10px;
  }
  #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 */
  #hero-banner{
    padding-left: 30px;
    padding-right: 30px;
  }
  #hero-banner .pagetitle:before,
  #hero-banner .pagetitle:after{
    width: 100%;
  }
  /* 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;
  }
  /* Gallery */
  .gallery-slider .item a{
    height: 400px;
  }
  .gallery-slider .slick-prev{
    left: 0;
  }
  .gallery-slider .slick-next{
    right: 0;
  }
  /* 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;
    justify-content: center;
  }
  footer .footer-bottom .logo{
    padding: 0;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
  }
  footer .footer-bottom .logo img {
    margin: auto
  }
  footer .footer-bottom .logo:before {
    content: none;
  }
  footer .copyright{
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 65px;
    text-align: center;
  }
  footer .copyright .privacy-links {
    text-align: center;
    justify-content: center;
  }
  footer .charity{
    margin: 25px auto 15px auto;
  }
  footer .social-media{
    width: 100%;
    text-align: center;
    margin-top: 25px;
    justify-content: center;
  }
}
/* -------------------------------------------------------------- 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 */
  header .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo{
    display: none;
  }
  #nav-drawer .nav-header{
    height: 80px;
  }
  #nav-drawer .nav-header img{
    height: 50px;
  }
  #nav-drawer .nav-columns{
    padding-left: 20px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 0;
  }
  #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;
    margin-right: 0;
    width: 93%;
    display: none;
  }
  /* Banners */
  #home-banner{
    padding-top: 100px;
    min-height: 520px;
  }
  #home-banner .date{
    font-size: 24px;
    margin-top: 25px;
  }
  #home-banner .location{
    font-size: 24px;
  }
  /* Images */
  .double-images .single-image{
    padding: 0;
  }
  .double-images .single-image:last-child{
    margin-bottom: 60px;
  }
  /* Carousel */
  .gallery-carousel .slick-list{
    margin: 0 -10px;
  }
  .gallery-carousel .item{
    padding: 0 10px;
  }
  /* 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;
  }
  /* Footer */
  footer .footer-top{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .footer-top .logo{
    top: 0;
  }
  footer .footer-bottom{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  footer .footer-bottom .logo{
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-bottom .logo img{
    margin: auto;
    height: 60px;
  }
  footer .footer-bottom .copyright{
    width: 100%;
    margin-left: 0;
  }
  footer .footer-bottom .social-media{
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}