/*
	Theme Name: Cattle Baron's Ball 2023
	Theme URI: https://limb.co
	Description: LIMB Theme - Cattle Baron's Ball (Mar 2023)
	Author: LIMB
	Author URI: https://limb.co
*/
/* TOC:
Added Duing Dev
Generic
WordPress
Utility
Scaffolding / Grid
Backgrounds & Colors
Accents
Headings
Lists
Buttons
Forms
Animations
Header
Banners
Images
Gallery
Carousel
Sponsor Bar
CTA Boxes
Offset Heading
Callout
Stats
Isotope
Footer
*/

/* -------------------------------------------------------------- Added Duing Dev */
@media (max-width: 767px) {
  #cta-boxes .ctas {
    display: block !important;
  }
}

.footer-menu-left {
  text-align: right;
}

.footer-menu-right {
  text-align: left;
}

@media (max-width: 1199px) {
  .footer-menu-left {
    text-align: center;
  }

  .footer-menu-right {
    text-align: center;
  }
}

.admin-bar header {
  top: 32px;
}

.no-top-padding-margin {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
 
.sponsor_slider {
  width: 100%;
}

.sponsor_slider  .slick-list {
  margin: 0 -25px;
}
.sponsor_slider .item{
  padding: 0 25px;
  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/icon-caret-left-gold.svg") center center no-repeat transparent;
  left: -60px;
}
.sponsor_slider .slick-next{
  background: url("images/icon-caret-right-gold.svg") center center no-repeat transparent;
  right: -60px;
}

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

/* -------------------------------------------------------------- Generic */
*,
: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: #1A1519;
  font-family: "Roboto Slab", sans-serif;
}
body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
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;
}
.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: 80px;
  padding-bottom: 80px;
}
.columns.tall-top-padding {
  padding-top: 80px;
}
.columns.tall-bottom-padding {
  padding-bottom: 80px;
}
.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: #231F20;
}
.bg-lightgray,
.bg-lightgray:after{
  background-color: #CFD7DA;
}
.bg-darkbrown,
.bg-darkbrown:after{
  background-color: #413A3B;
}
.bg-brown,
.bg-brown:after{
  background-color: #8A632B;
}
.bg-beige,
.bg-beige:after{
  background-color: #F5EFE1;
}
.bg-gold,
.bg-gold:after{
  background-color: #C3A866;
}
.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-lightgray:after,
.bg-image.bg-darkbrown:after,
.bg-image.bg-brown:after,
.bg-image.bg-beige:after,
.bg-image.bg-gold: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-half-opacity:after{
  opacity: .5 !important;
}
.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-lightgray:after,
.bg-video.bg-darkbrown:after,
.bg-video.bg-brown:after,
.bg-video.bg-beige:after,
.bg-video.bg-gold: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;
}
.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 .h3,
.text-color-white .h4,
.text-color-white .h5,
.text-color-white .h6,
.text-color-white p,
.text-color-white p a,
.text-color-white a,
.text-color-white a:hover,
.text-color-white 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 .link{
  color: white;
}
.text-color-white .link:hover,
.text-color-white .link:active,
.text-color-white .link:focus{
  color: white;
  border-color: white;
}
.text-color-white .link{
  background: url("images/icon-star-solid-gold.svg") top left no-repeat transparent
}
.text-color-white .button{
  background-color: transparent;
  color: white;
  border-color: rgba(255,255,255,.33);
}
.text-color-white .button:hover,
.text-color-white .button:active,
.text-color-white .button:focus{
  background-color: transparent;
  color: white;
  border-color: white;
}
.text-color-white hr{
  border-color: white;
}
.text-color-white .link{
  background: url("images/icon-star-solid-white.svg") top left no-repeat transparent
}
.text-color-white .border-left:before{
  filter: brightness(0) invert(1);
}
.text-color-white .gallery-carousel .slick-prev{
  background: url("images/icon-caret-left-white.svg") center center no-repeat transparent;
}
.text-color-white .gallery-carousel .slick-next{
  background: url("images/icon-caret-right-white.svg") center center no-repeat transparent;
}
.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.bg-darkbrown h1,
.text-color-white.bg-darkbrown h2,
.text-color-white.bg-darkbrown h3,
.text-color-white.bg-darkbrown h4,
.text-color-white.bg-darkbrown h5,
.text-color-white.bg-darkbrown h6{
  color: #C3A866 !important;
}
.text-color-white.bg-darkbrown hr{
  border-color: #C3A866;
}
.text-color-white.bg-darkbrown .link{
  background: url("images/icon-star-solid-gold.svg") top left no-repeat transparent;
}
.text-color-white.bg-darkbrown .border-left:before{
  filter: none;
}
.text-color-white.bg-darkbrown .gallery-carousel .slick-prev{
  background: url("images/icon-caret-left-gold.svg") center center no-repeat transparent;
}
.text-color-white.bg-darkbrown .gallery-carousel .slick-next{
  background: url("images/icon-caret-right-gold.svg") center center no-repeat transparent;
}

/* -------------------------------------------------------------- Accents */
.border-left{
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  margin: 40px auto;
  padding-left: 50px;
}
.border-left:before{
  content:'';
  height: 100%;
  width: 8px;
  background: url("images/accent-vertical-line.svg") center center repeat-y transparent;
  display: block;
  position: absolute;
  left:-8px;
  top:0;
}
.starburst-left:before{
  content:'';
  width: 340px;
  height: 340px;
  display: block;
  position: absolute;
  background: url("images/accent-starburst-left.svg") left center no-repeat transparent;
  background-size: contain;
  z-index: 5;
  left: 0;
  bottom: -205px;
  pointer-events: none;
}
.starburst-left > *{
  z-index: 6;
}
.starburst-right:before{
  content:'';
  width: 1400px;
  height: 626px;
  display: block;
  position: absolute;
  background: url("images/accent-starburst-right.svg") right bottom no-repeat transparent;
  background-size: contain;
  z-index: 5;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: .5;
}
.starburst-right > *{
  z-index: 6;
}

/* -------------------------------------------------------------- Headings */
h1,.h1 {
  font-size: 53px;
  line-height: 1.1em;
  color: #C3A866;
  font-family: "Sancreek", cursive;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1 + p{
  margin-top: 2px;
}
h1 + hr{
  margin: 10px auto auto auto;
}
h1 + .link{
  margin-top: 15px;
}
h2,.h2 {
  font-size: 31px;
  line-height: 1em;
  letter-spacing: .08em;
  color: #C3A866;
  font-weight: 400;
  font-family: "henderson-slab-basic", sans-serif;
}
h2 + p{
  margin-top: 6px;
}
h3,.h3 {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: .2em;
  font-weight: 600;
  font-family: "henderson-slab-basic", sans-serif;
  color: #C3A866;
  text-transform: uppercase;
}
h3 + p{
  margin-top: -8px;
}
h3 + .button{
  margin-top: 15px;
}
h4,.h4 {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: .29em;
  font-weight: 700;
  text-transform: uppercase;
  color: #C3A866;
}
h4 + p{
  margin-top: 4px;
}
h5,.h5 {
  font-size: 13px;
  line-height: 2em;
  letter-spacing: .3em;
  font-weight: 400;
  font-family: "henderson-slab-basic", sans-serif;
  text-transform: uppercase;
  color: #C3A866;
}
h6,.h6 {
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: .3em;
  font-weight: 700;
  font-family: "henderson-slab-basic", sans-serif;
  text-transform: uppercase;
  color: #C3A866;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  display: block;
  z-index: 2;
  padding: 0;
  margin: 0 0 25px 0;
  word-break: break-word;
}
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.75em;
  color: #1A1519;
  letter-spacing: .04em;
  font-weight: 300;
	word-break: break-word;
}
p a {
  color: #A88747;
  font-weight: bold;
  text-decoration: none;
	word-break: break-word;
}
p a:hover,
p a:active,
p a:focus {
  color: #A88747;
  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: #1A1519;
}
a:hover,
a:active,
a:focus {
  color: #1A1519;
  outline: 0;
}
hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #C3A866;
  border-bottom: 1px solid #C3A866;
  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.75em;
  color: #1A1519;
  letter-spacing: .04em;
  font-weight: 300;
  list-style-type: none;
}
ul li:before {
  content: '';
  height: 13px;
  width: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #C3A866;
  background: url("images/icon-star-solid-gold.svg") center center no-repeat transparent;
}
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.75em;
  color: #1A1519;
  letter-spacing: .04em;
  list-style-type: none;
  font-weight: 100;
  counter-increment: numbers;
  display: block;
}
ol li:before {
  content: counter(numbers);
  color: #C3A866;
  font-weight: 700;
  font-size: 14px;
  font-family: 'henderson-slab-basic', sans-serif;
  position: absolute;
  top: 2px;
  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 */
.link {
  font-size: 12px;
  letter-spacing: .4em;
  font-weight: 700;
  line-height: 1em;
  color: #A88C35;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: auto;
  background: url("images/icon-star-solid.svg") top left no-repeat transparent;
  background-size: 13px;
  padding-left: 30px;
}
.center .link{
  margin-left: auto;
}
.link:hover,
.link:active{
  color: #A88C35;
  border-bottom-color: #A88C35;
}
.link:focus{
  color: #A88C35;
  border-bottom-color: #A88C35;
}
.button {
  background-color: #C3A866;
  border: 1px solid #C3A866;
  font-weight: 600;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: "henderson-slab-basic", sans-serif;
  color: white;
  display: inline-block;
  padding: 20px 28px 18px 28px;
  min-width: 240px;
  border-radius: 27px;
  cursor: pointer;
  margin-right: auto;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover,
.button:active,
.button:focus{
  color: white;
  border-color: #8A632B;
  background-color: #8A632B;
}
.buttons .button{
  margin-right: 30px;
}
.center > .button {
  margin-left: auto;
  margin-right: auto;
}
/* -------------------------------------------------------------- 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: 21px;
  line-height: 1.1em;
  letter-spacing: 2px;
  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 #C3A866;
  padding: 15px 25px;
  height: 50px;
  font-size: 12px;
  text-transform: none;
  color: #231F20;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
  border-radius: 35px;
}
form textarea {
  background-color: transparent;
  border: 1px solid #C3A866;
  padding: 15px;
  height: 165px;
  font-size: 21px;
  text-transform: none;
  color: #231F20;
  font-weight: 300;
  letter-spacing: 0;
  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: 12px;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
}
form input:-ms-input-placeholder {
  font-size: 12px;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
}
form input::-ms-input-placeholder {
  font-size: 12px;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
}
form textarea::placeholder {
  font-size: 12px;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
}
form textarea:-ms-input-placeholder {
  font-size: 12px;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
}
form textarea::-ms-input-placeholder {
  font-size: 12px;
  text-transform: none;
  color: #666666;
  font-weight: 300;
  font-family: "Roboto Slab", 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%;
  justify-content: space-between;
}
header .menu-trigger {
  width: 50px;
  z-index: 99;
  margin-left: 0;
  padding-bottom: 2px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
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: #C3A866;
}
header .logos{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
header .logos img{
  max-height: 100%;
  width: 100%;
}
header .logo-1{
  height: 55px;
}
header .logo-2{
  height: 92px;
  margin: -15px 30px auto 30px;
}
header .logo-3{
  display: flex;
  flex-wrap: wrap;
  width: 316px;
  justify-content: center;
  align-items: center;
}
header .logo-3 .title{
  font-size: 15px;
  font-weight: 700;
  font-family: 'henderson-slab-basic', sans-serif;
  border-bottom: 1px solid rgba(195,168,102,.5);
  padding-bottom: 6px;
  margin-bottom: 12px;
  color: #C3A866;
  text-transform: uppercase;
  letter-spacing: .22em;
  text-align: center;
  width: 100%;
}
header .logo-3 .date{
  font-family: 'henderson-slab-basic', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  border-right: 1px solid rgba(195,168,102,.5);
  letter-spacing: .3em;
  padding-right: 10px;
}
header .logo-3 .location{
  font-family: 'henderson-slab-basic', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .3em;
  padding-left: 10px;
}
header .logo-4{
  height: 50px;
  display: none;
}
header.home-header .logo-1{
  height: 67px;
}
header.home-header .logo-2,
header.home-header .logo-3,
header.home-header .logo-4{
  display: none;
}
header .social-button {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 99;
}
header .social-media {
  display: flex;
}
header .social-media a{
  display: inline-block;
  padding: 0 10px;
}
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: white;
}
header .social-media img {
  max-height: 25px;
}
header .social-media svg {
  max-height: 23px;
  width: 100%;
  fill: #c7a85b;
}
header .button{
  margin-left: auto;
  margin-right: 0;
  font-size: 15px;
  letter-spacing: .3em;
  background-color: transparent;
  min-width: auto;
  border-color: #C3A866;
}
header .button:hover,
header .button:active,
header .button:focus{
  border-color: white;
  color: white;
  background-color: transparent;
}
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(35,31,32,.7);
}
header.scrolling .container{
  padding-top: 20px;
  padding-bottom: 0;
}
header.scrolling .logo-1,
header.scrolling .logo-2,
header.scrolling .logo-3{
  display: none;
}
header.scrolling .logo-4{
  display: block;
}
header.scrolling .button{
  background-color: #BEA96F;
  color: white;
  text-shadow: 1px 2px 5px #50472e;
  font-size: 11px;
  padding: 15px 28px 15px 28px;
}
header.scrolling .button:hover,
header.scrolling .button:active{
  background-color: #8A632B;
  border-color: #8A632B;
}
#nav-drawer{
  position: fixed;
  width: 100%;
  left: 0;
  height: 0;
  top: 0;
  overflow-y: auto;
  background-color: #231F20;
  background: url("images/cbb-img.jpg") center center no-repeat #231F20;
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
body.menu-open #nav-drawer{
  pointer-events: all;
  opacity: 1;
  height: 100vh;
  -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:after{
  content:'';
  width: 1400px;
  height: 626px;
  display: block;
  position: absolute;
  background: url("images/accent-starburst-right-new.svg") right bottom no-repeat transparent;
  background-size: contain;
  z-index: 5;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#nav-drawer .nav-header{
  width: 100%;
  height: 174px;
  display: flex;
  justify-content: space-between;
  padding: 60px 60px 0 60px;
}
#nav-drawer .nav-header img{
  height: 114px;
}
#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: #C3A866;
}
#nav-drawer .nav-columns{
  width: 970px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto auto auto;
}
#nav-drawer .nav-columns > div{
  width: 33.33%;
}
#nav-drawer ul{
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
  height: 100%;
}
#nav-drawer ul:before{
  content:'';
  width: 8px;
  height: 100%;
  background: url("images/accent-vertical-line.svg") center center repeat-y transparent;
  display: block;
  position: absolute;
  left: 0;
}
#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-family: 'henderson-slab-basic', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #C3A866;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
#nav-drawer ul li a:before{
  content:'';
  width: 14px;
  height: 14px;
  position: absolute;
  left: -4px;
  display: block;
  background: url("images/icon-star-solid-white.svg") center center no-repeat transparent;
  background-size: contain;
  margin-top: 4px;
  opacity: 0;
}
#nav-drawer ul li a:hover,
#nav-drawer ul li a:active{
  color: white;
}
#nav-drawer ul li a:hover:before,
#nav-drawer ul li a:active:before{
  opacity: 1;
}
#nav-drawer ul li:first-child a{
  padding-top: 0;
}
#nav-drawer ul li:last-child a{
  padding-bottom: 0;
}
#nav-drawer .button{
  font-size: 15px;
  width: 204px;
  letter-spacing: .3em;
  background-color: transparent;
  min-width: auto;
  border-color: #C3A866;
  margin-bottom: 60px;
}
#nav-drawer .button:hover,
#nav-drawer .button:active,
#nav-drawer .button:focus{
  border-color: white;
  color: white;
  background-color: transparent;
}
#nav-drawer .social-media a{
  display: inline-block;
  padding: 0 10px;
}
#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: white;
}
#nav-drawer .social-media img {
  max-height: 25px;
}
#nav-drawer .social-media svg {
  max-height: 23px;
  width: 100%;
  fill: #c7a85b;
}
/* -------------------------------------------------------------- Banners */
#home-banner {
  height: 100vh;
  min-height: 786px;
  padding-top: 120px;
}
#home-banner .sponsor .h6{
  font-size: 8px;
  font-weight: 700;
  color: #C3A866;
  margin-bottom: 8px;
  font-family: 'Roboto Slab', serif;
  letter-spacing: .4em;
}
#home-banner .sponsor .h4{
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  font-family: 'henderson-slab-basic', sans-serif;
}
#home-banner img{
  height: 283px;
  margin: 20px auto 25px auto;
}
#home-banner .tagline{
  width: 643px;
  max-width: 100%;
  border-top: 1px solid rgba(195,168,102,.5);
  border-bottom: 1px solid rgba(195,168,102,.5);
  margin: 30px auto 20px auto;
  padding: 11px 0 11px 0;
}
#home-banner .tagline .h2{
  color: #C3A866;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
  line-height: 1.2em;
}
#home-banner .tagline .h2 sup {
    font-size: 16px;
    margin-top: -40px;
}
#home-banner .date .h3{
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
#home-banner .date .h4{
  font-size: 13px;
  font-weight: 700;
  color: #C3A866;
  text-transform: uppercase;
}
#hero-banner{
  min-height: 384px;
  padding-top: 140px;
  padding-bottom: 0;
  background-position: center;
}
#hero-banner .pagetitle h1,
#hero-banner .pagetitle .h2{
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: .24em;
  font-weight: 700;
  font-family: 'henderson-slab-basic', sans-serif;
  text-transform: uppercase;
  margin-top: auto;
}
#hero-banner .pagetitle:before{
  content:'';
  background-color: #C3A866;
  height: 1px;
  width: 676px;
  max-width: 100%;
  display: block;
  opacity: .35;
  margin-bottom: 14px;
}
#hero-banner .pagetitle:after{
  content: '';
  display: block;
  width: 676px;
  max-width: 100%;
  height: 40px;
  background: url("images/accent-pagetitle.svg") center center no-repeat transparent;
  margin-top: 6px;
}
#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;
  aspect-ratio: 3 / 2;
}
.single-image .image:before {
  content:'';
  border: 1px solid #413A3B;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -13px;
  top: -13px;
}
.bg-secondary .single-image .image:before {
  border: 1px solid white;
}
.single-image img{
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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 .single-image:last-child .image:before {
  top: 13px;
  left: 13px;
}
.double-images .image{
  margin-left: 0;
  margin-right: auto;
  aspect-ratio: 4 / 5;
}
.double-images .caption{
  text-align: left;
  margin-top: 25px;
  margin-bottom: auto;
  margin-left: 0;
}
.double-images .single-image:last-child .caption {
  margin-top: 35px;
}

/* 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 */
.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/icon-caret-left-white.svg") center center no-repeat transparent;
  left: -webkit-calc(50vw - 591px);
  left: -moz-calc(50vw - 591px);
  left: calc(50vw - 591px);
  
}
.gallery-slider .slick-next{
  background: url("images/icon-caret-right-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 -25px;
}
.gallery-carousel .item{
  padding: 0 25px;
}
.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/icon-caret-left-gold.svg") center center no-repeat transparent;
  left: -60px;
}
.gallery-carousel .slick-next{
  background: url("images/icon-caret-right-gold.svg") center center no-repeat transparent;
  right: -60px;
}

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


/* -------------------------------------------------------------- Sponsor Bar */
.sponsor-bar{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("images/accent-separator.svg") center center no-repeat transparent;
  background-size: 122px;
  margin: auto;
  padding: 0 60px;
  flex-direction: column;
}
.sponsor-bar .item{
  text-align: center;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-bar .item:first-child{
  /* margin-right: auto; */
  /* margin-left: 20px; */
  display: flex;
  text-align: left;
  align-items: center;
}
.sponsor-bar .item:first-child .logo{
  margin-bottom: 0;
  height: 100px;
}
.sponsor-bar .item:first-child .h6{
  margin-left: 40px;
}
.sponsor-bar .item:last-child{
  padding-right: 0;
  margin-left: 135px;
  gap: 25px;
}
.sponsor-bar .logo{
  height: 78px;
  margin-bottom: 8px;
  display: block;
}
.sponsor-bar img{
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.sponsor-bar .h6{
  font-size: 11px;
  line-height: 2em;
  font-weight: bold;
  color: #C3A866;
  letter-spacing: .2em;
  text-align: left;
}
@media (min-width: 768px) {
	.sponsor-bar{
	  flex-direction: row;
	  justify-content: center;
	}
	.sponsor-bar .item:last-child{
	  padding-right: 0;
	  margin-left: 0;
	  gap: 25px;
	}
}
/* -------------------------------------------------------------- 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: #C3A866;
}
.event-details p {
  margin-bottom: 7%;
}
.schedule ul {
  position: relative;
}
.schedule ul:before {
  content: '';
  background: #231F20;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 5px;
  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 {
  aspect-ratio: 1 / 1;
}
.leadership-grid.three-col .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership-grid.three-col .link {
  margin-top: 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: 35px;
  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: 26px;
}
.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: .75;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
#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{
  width: 100%;
  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;
}
#cta-boxes .bg.active video,
#cta-boxes .bg.active img{
  opacity: 1;
  z-index: 2;
}
#cta-boxes .item{
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
#cta-boxes .ctas{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
#cta-boxes a{
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(195,168,102,.42);
}
#cta-boxes a:before{
  content:'';
  background-color: #8A632B;
  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;
}
#cta-boxes a:hover h4,
#cta-boxes a:active h4{
  color: white;
}
#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{
  height: 80px;
  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;
  margin-top: 35px;
}
#cta-boxes h4{
  width: 100%;
  min-height: 75px;
  max-width: 140px;
  margin: auto;
  color: #C7A85B;
  font-size: 14px;
  line-height: 1.75em;
  font-weight: 700;
  letter-spacing: .09em;
  text-align: center;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-family: 'henderson-slab-basic', sans-serif;
}
#cta-boxes p{
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: .02em;
  line-height: 1.6em;
  margin-bottom: 30px;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#cta-boxes .learnmore{
  display: block;
  border-top: 1px solid rgba(201,172,86,.3);
  border-bottom: 1px solid rgba(201,172,86,.3);
  width: 95px;
  color: white;
  padding: 7px 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: #FADD93;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
#cta-boxes .learnmore:hover{
  color: white;
}
#cta-boxes a:hover:before,
#cta-boxes a:active:before{
  opacity: .63;
}
#cta-boxes a:hover img,
#cta-boxes a:active img,
#cta-boxes a:hover p,
#cta-boxes a:active p,
#cta-boxes a:hover .learnmore,
#cta-boxes a:active .learnmore{
  opacity: 1;
}
/* -------------------------------------------------------------- Overlap Heading */
.offset-heading{
  font-size: 45px;
  color: transparent !important;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: white;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: 9;
  top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: .5;
}
.offset-heading img{
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: 1px;
}
/* -------------------------------------------------------------- Callout */
.callout{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto;
}
.callout .side{
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 32px;
}
.callout .number{
  font-family: 'Sancreek', cursive;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C7A85B;
  font-size: 225px;
  font-weight: 400;
  margin-left: auto;
  position: relative;
  margin-right: -70px;
}
.callout .label{
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'henderson-slab-basic', sans-serif;
  letter-spacing: .135em;
  position: relative;
}
.callout h5{
  font-size: 13px;
  font-weight: 400;
  border-left: 1px solid rgba(255,255,255,.3);
  padding-left: 38px;
  margin-left: -30px;
  letter-spacing: .24em;
}
/* -------------------------------------------------------------- Stats */
.stats{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: -30px;
  padding: 0 20px;
}
.stats .item{
  text-align: center;
  margin-bottom: 30px;
  display: flex;
}
.stats .stat{
  text-align: right;
  white-space: nowrap;
  position: relative;
  top: -15px;
}
.stats .number{
  font-size: 70px;
  font-family: "Sancreek", cursive;
  color: #C3A866;
  letter-spacing: .05em;
}
.stats .prefix{
  font-size: 30px;
  font-family: "Sancreek", cursive;
  position: relative;
  top: -19px;
  left:-1px;
  color: #C3A866;
}
.stats .suffix{
  font-size: 30px;
  font-family: "Sancreek", cursive;
  color: #C3A866;
}
.stats .caption{
  text-align: left;
  padding-left: 30px;
}
.stats h6{
  font-size: 11px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #C3A866;
  letter-spacing: .14em;
}
.stats p{
  font-size: 12px;
  margin-top: 6px;
  width: 174px;
}
/* -------------------------------------------------------------- Footer */
footer {
  position: relative;
  padding: 0px;
  color: white;
  background-color: #231F20;
}
footer .footer-top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
footer .footer-top .logo{
  margin: -37px 15px -12px 15px;
}
footer .footer-bottom{
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer .footer-bottom .logo img{
  height: 61px;
}
footer .footer-bottom .logo.recognition {
  height: 75px;
  margin-left: 25px;
}
footer .footer-bottom .logo.recognition:before {
  top: 50%;
  transform: translate(-50%, -50%);
}
footer h3{
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: white;
  position: relative;
  top: -5px;
  margin-bottom: 0;
}
footer a{
  color: white;
}
footer a:hover,
footer a:active{
  color: #C3A866;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer a:focus{
  color: #C3A866;
}
footer ul {
  margin: 0;
  padding: 0;
  position: relative;
  width: 370px;
}
footer ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  font-family: 'henderson-slab-basic', sans-serif;
  font-size: 10px;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .27em;
  display: block;
  padding: 0 12px;
}
footer ul li a:hover,
footer ul li a:active{
  color: #C3A866;
}
footer p{
  color: white;
  font-size: 10px;
  letter-spacing: .05em;
  margin-top: 0;
}
footer .copyright{
  max-width: 820px;
  padding-left: 40px;
  position: relative;
  margin-left: 35px;
}
footer .copyright:before{
  content:'';
  width: 8px;
  height: 100%;
  background: url("images/accent-vertical-line.svg") center center repeat-y transparent;
  display: block;
  position: absolute;
  left: 0;
}
footer .copyright .privacy-links {
  display: flex;
  flex-direction: row;
  font-size: 11px;
  gap: 13px;
  text-align: center;
  justify-content: center;
}
footer .social-media{
  margin-right: 0;
  margin-left: auto;
}
footer .social-media a{
  display: inline-block;
  padding: 0 10px;
}
footer .social-media a:last-child{
  padding-right: 0;
}
footer .social-media a:hover img,
footer .social-media a:active img{
  filter: brightness(100);
}
footer .social-media a:hover svg,
footer .social-media a:active svg{
  fill: white;
}
footer .social-media img {
  max-height: 25px;
}
footer .social-media svg {
  max-height: 23px;
  width: 100%;
  fill: #c7a85b;
}

/* -------------------------------------------------------------- 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;
    padding: 15px 28px 15px 28px;
  }
  header .logo-1,
  header .logo-3{
    display: none;
  }
  header .logo-2{
    margin-top: 15px;
  }
  #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%;
  }
  /* Gallery */
  .gallery-slider .item a{
    height: 400px;
  }
  .gallery-slider .slick-prev{
    left: 0;
  }
  .gallery-slider .slick-next{
    right: 0;
  }
  /* Sponsor Bar */
  .sponsor-bar{
    flex-wrap: wrap;
    padding: 0;
  }
  .sponsor-bar .item{
    /* width: 33.33%; */
  }
  .sponsor-bar .item:first-child{
    width: 100%;
    margin-bottom: 90px;
  }
  .sponsor-bar .item:first-child .logo{
    margin-left: auto;
  }
  .sponsor-bar .item:first-child .h6{
    margin-right: auto;
  }
  /* CTA Boxes */
  #cta-boxes{
    flex-wrap: wrap;
    height: auto;
  }
  #cta-boxes .item{
    width: 33.33%;
    height: 400px;
  }
  #cta-boxes .item:nth-child(6n+4) a,
  #cta-boxes .item:nth-child(6n+5) a,
  #cta-boxes .item:nth-child(6n+6) a{
    border-top: 1px solid rgba(195,168,102,.42);
  }
  #cta-boxes h4{
    min-height: 70px;
  }
  /* Callout */
  .callout .number{
    margin-right: -120px;
  }
  /* Stats */
  .stats{
    padding-left: 0;
    padding-right: 0;
  }
  /* Footer */
  footer .footer-top{
    padding-top: 100px;
    padding-bottom: 30px;
  }
  footer .footer-top .logo{
    position: absolute;
    top: -40px;
    margin-top: 0;
  }
  footer .footer-top .logo img{
    max-height: 120px;
  }
  footer .footer-bottom{
    padding-bottom: 0;
  }
  footer .copyright{
    padding-left: 20px;
    margin-left: 20px;
    max-width: 500px;
  }
  footer .social-media{
    white-space: nowrap;
  }
  footer .social-media a{
    padding: 0 10px;
  }
  footer ul li a{
    padding: 0 10px;
  }
  
}
/* -------------------------------------------------------------- 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-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;
  }
  .starburst-left:before{
    opacity: .5;
  }
  .offset-heading{
    position: static;
  }
  /* Headings */
  h3 + .button{
    margin-top: 0;
  }
  /* 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.home-header .logo-1{
    height: 50px;
  }
  header .social-media {
		display: none;
	}
  header .button{
    padding: 13px 20px 13px 20px;
  }
  header.scrolling .button{
    padding: 13px 20px 13px 20px;
  }
  #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-2{
    margin-bottom: 30px;
  }
  #nav-drawer ul li a{
    padding-bottom: 0;
  }
  #nav-drawer .button{
    margin-bottom: 30px;
    display: none;
  }
  /* Banners */
  #home-banner{
    padding-top: 80px;
  }
 #home-banner video {
    width: 100%;
  }
  
  #home-banner img{
    margin: 15px auto;
  }
  #home-banner .tagline .h2{
    font-size: 20px;
  }
  #home-banner .date .h3{
    font-size: 18px;
    margin-bottom: 0;
  }
  /* Images */
  .image{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image img{
    margin: auto;
    max-height: 400px;
  }
  /* Carousel */
  .gallery-carousel .slick-list{
    margin: 0 -10px;
  }
  .gallery-carousel .item{
    padding: 0 10px;
  }
  /* Sponsor Bar */
  .sponsor-bar .item{
    width: auto;
    margin-left: 0 !important;!i;!;
  }
  /* CTA Boxes */
  #cta-boxes .item{
    width: 100%;
    height: auto;
  }
  #cta-boxes .item a{
    border: 0 !important;
    border-top: 1px solid rgba(195,168,102,.42) !important;
    height: 80px;
  }
  #cta-boxes img{
    display: none;
  }
  #cta-boxes h4{
    min-height: 0;
    max-width: 100%;
  }
  #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;
    padding-bottom: 40px;
  }
  .callout .side{
    width: 100%;
    position: relative;
  }
  .callout h5{
    border-top: 1px solid rgba(255,255,255,.3);
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 15px;
    margin-top: -20px;
  }
  .callout h5 br{
    display: none;
  }
  /* Stats */
  .stats .item{
    width: 100%;
  }
  .stats .stat{
    width: 30%;
    text-align: center;
  }
  .stats .caption{
    width: 70%;
  }
  /* Footer */
  footer .footer-top{
    padding-top: 140px;
    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.recognition {
    margin-left: 0;
  }
  footer .footer-bottom .logo img{
    margin: auto;
    height: 60px;
  }
  footer .footer-bottom .copyright{
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding-left: 0;
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .copyright:before {
    content: none;
  }
  footer .footer-bottom .social-media{
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}