body {
  font-size: 18px;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
.hentry,
figure,
.wp-caption {
  margin: 0;
  padding: 0;
}
.btn,
input {
  border-radius: 0 !important;
}
.skip-link,
.sr-only {
  background: white !important;
  color: black !important;
}
a,
a:visited {
  text-decoration: none !important;
  color: #766444;
}
a:active,
a:hover,
a:focus {
  color: #8d7748;
  outline: none;
}
.main-content p a,
.main-content ul a {
  text-decoration: underline !important;
}
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible {
  outline: 4px solid #9ecaed !important;
  outline-offset: 5px !important;
  z-index: 10000;
}
.skip-link {
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: normal;
  width: auto;
  padding: 5px;
  border: 1px solid white;
  background: black;
}
.skip-link:focus {
  left: 15px;
  top: 15px;
  color: white;
}
.archive .buffer {
  margin-bottom: 115px;
  max-height: 150px;
}
.archive.post-type-archive-event .buffer {
  margin-bottom: 0;
}
.archive-content {
  color: #1f1f1f;
  border-top: 1px solid #b4995f;
  padding-top: 40px;
  margin-bottom: 90px;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: .1px;
}
.archive-content.top {
  columns: 2;
  -webkit-column-gap: 5%;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 5%;
  /* Firefox */
  column-gap: 5%;
}
.archive-header {
  height: 400px;
}
.archive-header.header-news {
  background: url('../img/headers/about_banner_header.jpg') no-repeat;
  background-size: cover;
}
.archive-header.header-team {
  background: url('../img/headers/about_banner_header.jpg') no-repeat;
  background-size: cover;
}
.archive-header.header-event {
  background: url('../img/headers/events_banner_header.jpg') no-repeat;
  background-size: cover;
}
.archive-header.header-timeline {
  background: url('../img/headers/legacy_banner_header.jpg') no-repeat;
  background-size: cover;
}
.archive-header.header-partner {
  background: url('../img/headers/about_banner_header.jpg') no-repeat;
  background-size: cover;
}
.blank-header {
  height: 150px;
  background: #F7F7F7;
  margin-bottom: 115px;
}
body {
  overflow-x: hidden;
  min-width: 320px;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
}
body.post-type-archive-event {
  background: #f1f1f1;
}
body.post-type-archive-event #archives {
  margin-bottom: 60px;
}
body.post-type-archive-timeline .buffer {
  margin-bottom: 0;
}
body.post-type-archive-timeline .skip-link.sr-only {
  display: none;
}
body.timeline-margin {
  margin-top: 152px;
}
.bg-dark {
  background-color: black !important;
}
.btn,
a.btn,
#front-end-meeting-form input[type="submit"],
#front-end-meeting-form .button-secondary {
  width: 225px;
  padding: 15px;
  text-transform: uppercase;
  display: inline-block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: 'rift', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}
.btn-primary,
a.btn-primary,
#front-end-meeting-form input[type="submit"] {
  border-color: #b4995f;
  color: #151009 !important;
  background: #b4995f;
  margin-right: 20px;
}
.btn-primary:focus,
a.btn-primary:focus,
#front-end-meeting-form input[type="submit"]:focus,
.btn-primary:hover,
a.btn-primary:hover,
#front-end-meeting-form input[type="submit"]:hover,
.btn-primary:active,
a.btn-primary:active,
#front-end-meeting-form input[type="submit"]:active {
  border: 1px solid #8d7748;
  background: #8d7748;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #8d7748;
  border-color: #8d7748;
  box-shadow: none;
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #fff;
  border-color: #8d7748;
  box-shadow: none;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
.btn-secondary,
a.btn-secondary,
#front-end-meeting-form .button-secondary {
  border: 1px solid #b4995f;
  background: white;
  color: #766444;
}
.btn-secondary:focus,
a.btn-secondary:focus,
#front-end-meeting-form .button-secondary:focus,
.btn-secondary:hover,
a.btn-secondary:hover,
#front-end-meeting-form .button-secondary:hover,
.btn-secondary:active,
a.btn-secondary:active,
#front-end-meeting-form .button-secondary:active {
  border: 1px solid #8d7748 !important;
  color: #8d7748 !important;
  background: white;
}
.buffer {
  background-color: #f1f1f1;
  height: 150px;
}
.calc-row {
  margin-left: calc(((100% - 1260px) / 2));
  margin-right: 0;
}
.calc-row > div {
  padding: 0 !important;
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
}
.container-shifted {
  margin-left: 0;
}
.container-shifted .content-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container-shifted .content-row .main-content {
  flex-basis: 750px;
  margin-right: 100px;
}
.container-shifted .content-row .sidebar-content {
  flex-basis: 530px;
}
.container-shortened {
  margin: 0 auto;
}
.container,
.container-fluid {
  padding: 0;
}
.content-area-event {
  background: #f1f1f1;
}
.content-area-sustainability h2 {
  color: #766444;
  padding-bottom: 28px;
  margin-top: 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b4995f;
}
.content-area-sustainability h3 {
  font-family: "proxima-nova", sans-serif;
  padding-top: 20px;
}
.content-area-partner h2 {
  color: #766444;
  padding-bottom: 28px;
  margin-bottom: 80px;
  border-bottom: 1px solid #b4995f;
}
.content-area-partner .row {
  margin-bottom: 100px;
}
.content-area-partner .row > div {
  text-align: center;
  margin-bottom: 30px;
}
.content-area-partner .row > div a {
  display: block;
  max-width: 218px;
  margin: 0 auto;
}
.content-area-partner .row > div a .partner-image {
  width: 100%;
  height: 0;
  padding-bottom: 77.77777777777778%;
  background-position: 0 0;
  background-size: 200%;
}
.content-area-partner .row > div a .partner-image:hover {
  background-position: 100% 0;
}
/**** Partner slider on footer ****/
.partner-logo {
  width: 100%;
  height: 0;
  padding-bottom: 77.77777777777778%;
  background-position: 100% 0;
}
.sponsor-logo {
  width: 100%;
  height: 0;
  padding-bottom: 77.77777777777778%;
  background-position: 0 0;
}
.slider-wrapper {
  position: relative;
}
.slick-prev,
.slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.footer-slider {
  margin: 0 60px;
  /* Add space for the arrows on the sides */
}
/**** Partner slider on middle of homepage ****/
.middle-slider {
  margin: 0 60px;
  /* Add space for the arrows on the sides */
}
/**** Partner slider on sidebare ****/
.sidebar-slider {
  margin: 0 60px;
  /* Add space for the arrows on the sides */
  width: 450px;
}
.content-back,
.nav-back {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 14px;
  line-height: 32px;
}
.content-back span,
.nav-back span {
  display: block;
  background: url('../img/arrow-left.png') no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 9px;
}
.content-nav a {
  position: relative;
  display: block;
}
.content-nav .arrow {
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  top: 18px;
}
.content-nav .nav-left .arrow {
  background: url('../img/chevron-left.png');
  background-size: contain;
  margin-right: 30px;
  left: 0;
}
.content-nav .nav-left p {
  margin-left: 60px;
}
.content-nav .nav-right .arrow {
  background: url('../img/chevron-right.png');
  background-size: contain;
  right: 0;
}
.content-nav .nav-right p {
  margin-right: 60px;
}
.content-nav span {
  display: block;
}
.content-nav span:first-child {
  color: #766444;
  font-size: 14px;
}
.content-nav span:nth-child(2) {
  color: black;
  text-transform: uppercase;
  font-family: 'rift', sans-serif;
  font-weight: 400px;
  font-size: 22px;
}
.content-nav span:nth-child(3) {
  font-size: 14px;
  line-height: 18px;
}
#countdown {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  height: 150px;
  margin-top: -70px;
  transform: translateZ(0);
  background: #fff;
  margin-bottom: 140px;
  display: flex;
}
#countdown .left {
  flex: 1 1 500px;
  padding: 32px 60px;
  background: #b4995f;
}
#countdown .left h2 {
  font-family: proxima-nova, sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#countdown .left p {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}
#countdown .right {
  display: flex;
  flex: 1 1 750px;
  padding: 20px 0 30px 0;
}
#countdown .right div {
  flex: 0 0 25%;
  position: relative;
  text-align: center;
}
#countdown .right div span {
  display: block;
}
#countdown .right div span:first-child {
  font-family: rift, sans-serif;
  font-size: 75px;
  color: #766444;
  line-height: 1em;
}
#countdown .right div span:nth-child(2) {
  font-family: rift, sans-serif;
  font-size: 25px;
  color: #252525;
  margin-top: -5px;
}
#countdown .right div:not(:last-child):after {
  content: ' ';
  height: 90px;
  border-right: 2px solid #EBEBEB;
  position: absolute;
  right: 0;
  top: 10px;
}
.divider {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 120px;
  height: 95px;
}
.divider:after {
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 95px;
  background: url('../img/divider.png') no-repeat;
  background-size: contain;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content p {
  font-family: 'proxima-nova', sans-serif;
  margin-bottom: 1em;
}
.entry-content .btn {
  margin-right: 20px;
  width: auto;
  min-width: 225px;
  padding: 14px;
}
.entry-content .main-content ul {
  padding-left: 40px;
  margin-bottom: 1em;
}
.entry-content .main-content li > ul {
  margin-bottom: 0;
}
.entry-header {
  position: relative;
  background-size: cover;
}
.entry-title-container {
  position: absolute;
  background: white;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #766444;
  font-size: 40px;
  text-transform: uppercase;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  /*
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.13);
    */
}
.entry-title-container .entry-title {
  width: 100%;
  padding: 44px 60px;
}
.error404 .page-header-img {
  background-size: contain;
}
.event .sidebar {
  padding: 85px 115px 100px 115px;
}
.event .main-content .btn {
  margin-top: 40px;
}
.event-box .day,
.event-featured .day {
  color: #766444;
  font-family: 'rift', sans-serif;
  font-weight: 500;
}
.event-box .month,
.event-featured .month {
  color: #1f1f1f;
  font-family: 'rift', sans-serif;
  font-weight: 500;
}
.event-box .title,
.event-featured .title {
  color: #1f1f1f;
  font-family: 'rift', sans-serif;
  font-weight: 500;
}
.event-box .tickets,
.event-featured .tickets {
  color: #151009;
  font-family: 'rift', sans-serif;
  text-align: right;
  text-transform: uppercase;
}
.event-box .tickets span:first-child,
.event-featured .tickets span:first-child {
  font-weight: bold;
}
.event-box {
  box-sizing: border-box;
  width: 400px;
  padding: 0 10px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.event-box .text {
  background-color: white;
  height: 180px;
  position: relative;
}
.event-box .text .title {
  display: block;
  font-family: 'rift', sans-serif;
  font-size: 30px;
  line-height: 36px;
  padding: 30px 30px 0 30px;
}
.event-box .text .bottom {
  align-content: flex-end;
}
.event-box .text .date {
  position: absolute;
  bottom: 25px;
  left: 30px;
  margin-bottom: 0;
}
.event-box .text .date .day {
  font-size: 36px;
  color: #766444;
}
.event-box .text .date .month {
  font-size: 21px;
  text-transform: uppercase;
}
.event-box .text .tickets {
  position: absolute;
  color: #151009;
  right: 15px;
  bottom: 25px;
  font-size: 21px;
  line-height: 25px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
}
.event-box .text .tickets span {
  display: block;
}
.event-box .text .tickets span:first-child {
  font-weight: 700;
}
.event-content-full {
  display: none;
}
.event-content-excerpt-image {
  margin-bottom: 15px;
}
.event-content-excerpt-image img {
  width: auto;
}
.event-featured {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}
.event-featured .image-mobile {
  display: none;
}
.event-featured .text {
  min-height: 170px;
  background-color: #fff;
  position: relative;
  padding-right: 140px;
}
.event-featured .text .triangle {
  border-width: 0 0 170px 175px;
}
.event-featured .text .info {
  padding: 30px 0 0 50px;
}
.event-featured .text .date {
  display: inline-block;
}
.event-featured .text .tickets {
  position: absolute;
  right: 15px;
  bottom: 30px;
  margin-bottom: 0;
}
.event-featured .text .tickets span {
  display: block;
  font-size: 24px;
  line-height: 29px;
}
.event-featured .text .day {
  font-size: 72px;
}
.event-featured .text .month {
  font-size: 42px;
  padding-right: 10px;
}
.event-featured .text .title {
  font-size: 50px;
}
.event-featured .text .title a {
  color: #1f1f1f;
}
.event-header {
  position: relative;
}
.event-header .event-header-top {
  background: url('../img/headers/events_banner_header.jpg') no-repeat;
  background-size: cover;
  height: 400px;
}
.event-header .event-header-bottom {
  background: #f1f1f1;
  height: 530px;
}
.event-header .event-featured {
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  /*
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.13);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.13);
        */
}
.event-featured-image img {
  max-height: 535px;
}
figure.wp-caption {
  width: 100% !important;
  margin: 65px 0 55px 0;
}
figure.wp-caption .wp-caption-text {
  font-size: 15px;
  text-align: left;
}
.footer-top {
  background: #121212;
  padding: 97px 25px 97px 25px;
  text-align: center;
}
.footer-top .footer-top-wrapper {
  width: 100%;
}
.footer-top p {
  color: white;
  font-size: 14px;
}
.footer-top .footer-text {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
}
.footer-top .footer-text h2 {
  color: white;
  font-size: 30px;
  line-height: 1em;
}
.footer-top .footer-form {
  display: inline-block;
  vertical-align: text-top;
  padding-right: 40px;
}
.footer-top .footer-form button {
  color: #766444;
  width: 145px;
  padding: 9px 0;
  vertical-align: bottom;
  margin-right: 0;
}
.footer-top .footer-form input {
  border: 1px solid #b4995f;
  background: none;
  box-sizing: border-box;
  font-size: 14px;
  padding: 12px;
  width: 296px;
  height: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
  margin-right: 5px;
}
.footer-top .footer-form input:focus {
  outline-color: white;
}
.footer-top .footer-social {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 13px;
  font-family: 'rift', sans-serif;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 35px 0;
}
.footer-bottom ul {
  -webkit-padding-start: 0;
  list-style: none;
}
.footer-bottom ul li {
  list-style-type: none;
  display: inline-block;
}
.footer-bottom ul li a {
  color: white;
}
.footer-bottom ul li + li:before {
  content: '|';
  padding: 0 10px;
}
.footer-bottom span:after {
  content: '|';
  padding: 0 10px;
}
h1 {
  font-family: 'rift', sans-serif;
  font-size: 60px;
  line-height: 65px;
  color: #766444;
  font-weight: 400;
}
h2 {
  font-family: 'rift', sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #1f1f1f;
  font-weight: 600;
}
h3,
.news-block .title,
.team-block .title {
  font-family: 'rift', sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #1f1f1f;
  font-weight: 500;
}
h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #1f1f1f;
}
.header-link {
  font-family: 'rift', sans-serif;
  font-size: 25px;
}
.home-boxes div {
  min-height: 500px;
}
.home-boxes h3 {
  text-align: center;
  top: 50%;
  left: 50%;
  color: white;
  text-transform: uppercase;
}
.home-boxes a {
  bottom: 50px;
  left: 50%;
}
.home-content h2 {
  width: 100%;
  font-family: rift;
  text-align: center;
  font-size: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #766444;
}
.home-content.one {
  text-align: center;
}
.home-content.one p {
  text-align: center;
}
.home-content.two h2 {
  text-align: left;
}
.home-content.two ul {
  list-style-type: none;
  columns: 2;
}
.home-content.two ul li {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  margin-bottom: 20px;
}
.home-content.two ul li a {
  font-family: rift;
  color: #766444;
  font-size: 24px;
  text-transform: uppercase;
}
.home-content.two ul li a:after {
  padding-left: 10px;
  content: '\f054';
  font-family: FontAwesome;
}
.home {
  position: relative;
}
.home .event-featured {
  margin-top: 70px;
  margin-bottom: 70px;
}
.home .home-event-boxes .row {
  margin: 0 -10px;
}
.home .events-button {
  text-align: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 110px;
}
.honorees,
.collection {
  margin-top: 10px;
}
.honorees .table,
.collection .table {
  margin-top: 0x;
}
.honorees .table tr,
.collection .table tr {
  border-bottom: 1px solid #ddd;
}
.honorees .mobile-collection,
.collection .mobile-collection {
  display: none;
}
.honorees .table td {
  padding: 15px 5px;
}
.honorees .table td:first-child {
  font-weight: 700;
  min-width: 360px;
  padding-left: 0;
}
.honorees .table td:nth-child(2) {
  min-width: 120px;
}
.honorees .table td:nth-child(3) {
  min-width: 60px;
}
.honorees .table td:nth-child(4) {
  text-align: right;
  min-width: 120px;
  padding-right: 0;
}
.collection td {
  vertical-align: middle;
}
.collection .img {
  min-width: 110px;
  max-width: 110px;
}
.collection .link {
  text-transform: uppercase;
  font-weight: bold;
}
.collection .name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.home-events-featured-offset {
  height: 700px;
}
.home-image {
  background: url('../img/video_image_3000x1530@2x.jpg');
  background-size: cover;
  background-position: center;
  height: 365px;
  position: relative;
  margin-top: 30px;
}
.home-image .home-menu {
  position: absolute;
  top: -65px;
  background: #b4995f;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.home-image .home-menu ul {
  padding: 50px 0;
  list-style-type: none;
  text-align: center;
}
.home-image .home-menu ul li {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  color: white;
}
.home-image .home-menu ul li:after {
  content: '|';
  font-size: 1.5em;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.home-image .home-menu ul li a {
  color: white;
}
.home-image .home-menu ul li:last-child:after {
  content: '';
}
#home-history {
  height: 940px;
  background: #efefef;
}
#home-history .container {
  padding-top: 120px;
}
#home-history .container h2,
#home-history .container h3 {
  text-align: center;
}
#home-history .row .col {
  background-color: white;
}
#home-hero {
  background: black;
  position: relative;
}
#home-hero.hero-video {
  min-height: auto;
  overflow: hidden;
}
#home-hero video {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  display: block;
}
#home-hero.hero-image {
  min-height: 0;
}
#home-hero.hero-slideshow .slide {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 535px;
}
#home-hero.hero-slideshow .slideshow-box {
  padding-top: 100px;
  padding-bottom: 125px;
  max-width: 560px;
}
#home-hero.hero-slideshow .subtitle {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  color: #b4995f;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 5px;
}
#home-hero.hero-slideshow .title {
  font-family: rift, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#home-hero.hero-slideshow .content {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 40px;
}
#home-hero.hero-slideshow .link {
  margin-bottom: 60px;
}
#home-hero.hero-slideshow .flex-control-nav,
.suitebox .slideshow .flex-control-nav {
  bottom: 15px;
}
#home-hero.hero-slideshow .flex-control-nav li a,
.suitebox .slideshow .flex-control-nav li a {
  background: none;
  width: 75px;
  border-bottom: 2px solid white;
  border-radius: 0;
}
#home-hero.hero-slideshow .flex-control-nav li a.flex-active,
.suitebox .slideshow .flex-control-nav li a.flex-active {
  border-color: #B4995F;
}
#home-hero.hero-slideshow .flex-direction-nav a:before,
.suitebox .slideshow .flex-direction-nav a:before {
  content: '';
}
#home-hero.hero-slideshow .flex-prev,
.suitebox .slideshow .flex-prev {
  background: url('../img/slider_arrow_prev@2x.png') no-repeat;
  width: 25px;
  background-size: contain;
  opacity: 1;
  top: 340px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#home-hero.hero-slideshow .flex-next,
.suitebox .slideshow .flex-next {
  background: url('../img/slider_arrow_next@2x.png') no-repeat;
  width: 25px;
  background-size: contain;
  opacity: 1;
  top: 340px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#home-partners {
  height: 500px;
  color: white;
}
#home-share {
  height: 350px;
  color: grey;
}
#home-images {
  height: 350px;
  color: blue;
}
#home-team {
  height: 1150px;
  color: white;
}
img {
  width: 100%;
}
.info-box {
  margin-bottom: 10px;
}
.info-box a.box-link {
  font-family: 'rift', sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 25px;
  line-height: 30px;
  background-color: #f1f1f1;
  text-transform: uppercase;
  color: #1f1f1f;
  width: 100%;
  display: block;
  padding: 15px 60px 15px 20px;
  cursor: pointer;
}
.info-box a.box-link:after {
  content: '';
  background: url('../img/arrow-up.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  color: #766444;
  height: 15px;
  width: 20px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.info-box a.box-link:hover,
.info-box a.box-link:focus {
  background-color: #e6e6e6;
  color: #252525;
}
.info-box a.box-link:not(.collapsed) {
  background-color: #252525;
  color: white;
}
.info-box a.box-link button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border: none;
  background: none;
  color: #766444;
}
.info-box .box-link.collapsed:after {
  background: url('../img/arrow-down.png') no-repeat;
  background-size: contain;
}
.info-box .box-content {
  padding: 50px 0 20px 0;
}
.info-box .box-content .video-wrapper {
  margin-top: 0;
}
.info-box:first-of-type {
  margin-top: 60px;
}
.imagebox {
  width: 48%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 15px 7px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
.imagebox .imagebox-inner {
  padding: 15px;
  background: #e6e6e6;
}
.imagebox .box-link {
  width: 100%;
  display: block;
  padding: 15px 0 0 0;
  position: relative;
  cursor: pointer;
  font-family: 'rift', sans-serif;
  font-weight: 500;
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 25px;
}
.imagebox .box-link.collapsed:after {
  background: url(../img/arrow-down.png) no-repeat;
  background-size: contain;
}
.imagebox .box-link:after {
  content: '';
  background: url(../img/arrow-up.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  color: #766444;
  height: 15px;
  width: 20px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin-top: 8px;
}
.imagebox .box-content {
  padding-top: 15px;
}
.imagebox .box-content p:last-child {
  margin-bottom: 3px;
}
.imagebox-wrapper {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
.imagebox-wrapper .imagebox {
  width: auto;
  flex: 0 1 50%;
  padding: 15px;
  margin: 0;
}
#js-event-more,
#js-event-less {
  text-transform: uppercase;
  font-family: 'rift', sans-serif;
  font-size: 25px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  margin-bottom: 1em;
}
#js-event-more:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 15px;
  background: url('../img/arrow-down.png') no-repeat;
  background-size: contain;
  margin-left: 15px;
  top: 12px;
}
#js-event-less:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 15px;
  background: url('../img/arrow-up.png') no-repeat;
  background-size: contain;
  margin-left: 15px;
  top: 12px;
}
.lb-cancel {
  background: url(../img/lightbox/loading.gif) no-repeat;
}
.lb-nav a.lb-prev {
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
}
.lb-nav a.lb-next {
  background: url(../img/lightbox/next.png) right 48% no-repeat;
}
.lb-data .lb-close {
  background: url(../img/lightbox/close.png) top right no-repeat;
}
.load-more {
  text-align: center;
  margin-bottom: 100px;
}
.load-more button.js-loading,
.load-more button.js-loading:hover,
.load-more button.js-loading:active {
  background-image: url('../img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.map-box {
  border-bottom: 1px solid #b4995f;
  padding-bottom: 45px;
  margin-bottom: 40px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.map-box .map-box-left {
  flex: 0 1 395px;
  margin-right: 35px;
}
.map-box .map-box-right {
  flex: 0 1 225px;
}
.map-box .map-title {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.map-box .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.map-box:first-of-type {
  padding-top: 10px;
}
.map-box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.navbar {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 165px;
  padding-right: 0;
  justify-content: flex-end;
}
.navbar-brand {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url('../img/logo.jpg') #b4995f;
  background-size: contain;
  height: 165px;
  width: 165px;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.centennial-template .navbar-brand {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url('../img/centennial_logo.png') #b4995f !important;
  background-size: contain!important;
  height: 165px!important;
  width: 165px!important;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar-toggler {
  border: none;
  height: 65px;
  padding: 1px;
  position: absolute;
  right: 0;
  width: 65px;
}
.navbar-collapse {
  position: relative;
  background-color: #121212;
  padding-right: 85px;
}
.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url('../img/menu-open.png') no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 20px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background: url('../img/menu-close.png') no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 20px;
}
.nav-back {
  margin-left: 40px;
  text-transform: uppercase;
  font-family: 'Rift', sans-serif;
  font-weight: 500;
  color: #b4995f;
}
.nav-menu-container,
.pane {
  flex-grow: 2;
}
.nav-menu-container .navbar-nav li,
.pane .navbar-nav li {
  flex-grow: 2;
  display: block;
  position: relative;
}
.nav-menu-container .navbar-nav li a,
.pane .navbar-nav li a {
  box-sizing: border-box;
  display: block;
  padding: 28px 0px;
  color: white;
  border-right: 1px solid #464646;
  text-transform: uppercase;
  text-align: center;
  font-family: 'rift';
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 1px;
  position: relative;
}
.nav-menu-container .navbar-nav li a:hover,
.pane .navbar-nav li a:hover,
.nav-menu-container .navbar-nav li a.hover,
.pane .navbar-nav li a.hover {
  background: #b4995f;
}
.nav-menu-container .navbar-nav li .sub-menu,
.pane .navbar-nav li .sub-menu {
  display: none;
  margin-left: 0;
  list-style: none;
  position: absolute;
  z-index: 100;
}
.nav-menu-container .navbar-nav li .sub-menu li,
.pane .navbar-nav li .sub-menu li {
  width: 310px;
}
.nav-menu-container .navbar-nav li .sub-menu li a,
.pane .navbar-nav li .sub-menu li a {
  background: #252525;
  border-bottom: 4px solid #121212;
  border-right: 0;
  padding: 19px 80px 19px 40px;
  text-align: left;
  font-weight: 400;
  font-size: 19px;
}
.nav-menu-container .navbar-nav li .sub-menu li a:after,
.pane .navbar-nav li .sub-menu li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: url('../img/arrow-right.png') no-repeat;
  background-size: contain;
}
.nav-menu-container .navbar-nav li .sub-menu li a:hover,
.pane .navbar-nav li .sub-menu li a:hover,
.nav-menu-container .navbar-nav li .sub-menu li a:focus,
.pane .navbar-nav li .sub-menu li a:focus {
  background: #343434;
  border-bottom: 4px solid #b4995f;
}
.nav-menu-container .navbar-nav li .sub-menu li.current-menu-parent:after,
.pane .navbar-nav li .sub-menu li.current-menu-parent:after {
  content: '';
  border-bottom: none;
}
.nav-menu-container .navbar-nav li.current-menu-parent,
.pane .navbar-nav li.current-menu-parent {
  position: relative;
}
.nav-menu-container .navbar-nav li.current-menu-parent:after,
.pane .navbar-nav li.current-menu-parent:after {
  content: ' ';
  display: block;
  width: calc(100% - 1px);
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #b4995f;
}
#main-menu > li > a:hover {
  color: #151009;
}
.nav-social-container {
  min-width: 230px;
  background-color: inherit;
}
.nav-social-container .navbar-nav {
  padding: 0 30px;
  margin: 0 auto;
  justify-content: space-around;
}
.nav-social-container .navbar-nav a {
  cursor: pointer;
  color: #6F6F6F;
}
.nav-social-container .navbar-nav a:hover {
  color: #766444;
}
.news-block {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}
.news-block img {
  margin-bottom: 30px;
}
.news-block .title {
  display: block;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.news-block .excerpt {
  padding-bottom: 25px;
}
.news-block .link {
  display: inline-block;
  margin-bottom: 60px;
}
.news-header {
  padding-bottom: 35px;
  margin-bottom: 55px;
  border-bottom: 1px solid #AE915A;
}
#news-featured-image {
  margin-bottom: 70px;
}
.news-title {
  color: #1f1f1f;
  padding-bottom: 20px;
  text-transform: uppercase;
}
p {
  font-family: 'proxima-nova', sans-serif;
  color: #1f1f1f;
  line-height: 30px;
}
.page:not('.home'),
.event,
.search,
.error404 {
  padding: 0;
}
.page:not('.home') .main-content,
.event .main-content,
.search .main-content,
.error404 .main-content {
  margin-right: 100px;
  line-height: 30px;
}
.page:not('.home') footer,
.event footer,
.search footer,
.error404 footer {
  margin-top: 120px;
}
.page .entry-content,
.event .entry-content,
.search .entry-content,
.error404 .entry-content {
  margin-bottom: 100px;
}
.page .entry-content .btn {
  padding: 14px 30px;
}
.page .entry-content .main-content .btn {
  margin-top: 1em;
}
.page .buffer {
  max-height: 150px;
}
.page .video-wrapper {
  margin-top: 40px;
}
.page .searchbar .btn {
  min-width: 40px;
  padding: 0;
}
.pane {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #252525;
  padding-top: 50px;
}
.pane .sub-menu {
  display: block !important;
}
.pane.active {
  display: block;
}
.post .buffer {
  margin-bottom: 105px;
}
.post h1 {
  font-size: 50px;
  line-height: 55px;
  color: #1f1f1f;
  font-weight: 600;
}
.post h2 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #1f1f1f;
  font-weight: 400;
  margin-bottom: 30px;
}
.post img + h2,
.post p + h2 {
  margin-top: 45px;
}
.post .main-content {
  padding-bottom: 70px;
}
.post .main-content figcaption {
  margin-top: -60px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px;
}
.post .main-content img {
  margin: 70px 0;
}
.read-more {
  position: relative;
  padding-right: 6px;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.read-more span {
  display: block;
  background: url('../img/arrow-right.png') no-repeat;
  background-size: contain;
  width: 20px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 7px;
}
#responsive {
  display: none;
  float: none;
}
.search .sidebar .btn,
.error404 .sidebar .btn {
  width: 70px;
  min-width: 0;
}
.search article {
  margin-bottom: 40px;
}
.search .entry-content p {
  margin-bottom: auto;
}
.search .search-title {
  font-weight: bold;
}
.search .search-title a {
  color: #1f1f1f;
}
.search p.search-count {
  border-bottom: 1px solid #b4995f;
  margin-top: 100px;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.search .page-header-img {
  background-size: contain;
  background-position: center;
}
.search .search-links {
  text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dbdbdb;
}
.search .search-links input {
  width: 35px;
  text-align: center;
}
.search .search-links a {
  display: inline-block;
  width: 50px;
  height: 18px;
  vertical-align: middle;
}
.search .search-links a.search-back {
  background: url('../img/arrow-left.png') no-repeat;
  background-size: contain;
  background-position: left;
}
.search .search-links a.search-next {
  background: url('../img/arrow-right.png') no-repeat;
  background-size: contain;
  background-position: right;
}
.search-button {
  width: 85px;
  background-color: #252525;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
  padding: 0;
}
.search-button.active {
  outline: 0;
  border: none;
  box-shadow: 0;
}
.search-button.active .search-icon {
  background: url('../img/search_close.png') center center no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  width: 100%;
  box-sizing: border-box;
}
.search-button:hover {
  border: none;
  outline: 0;
  box-shadow: 0;
}
.search-icon {
  background: url('../img/search_icon.png') center center no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  width: 100%;
  box-sizing: border-box;
}
.searchbar-mobile,
.searchbar-desktop {
  display: none;
}
.searchbar form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
.searchbar form input {
  margin-right: 5px;
  height: 50px;
  background: #343434;
  color: white;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex: 2 2;
  padding: 0 15px;
}
.searchbar form input:active,
.searchbar form input:hover,
.searchbar form input:focus {
  color: white;
}
.searchbar form button.btn {
  vertical-align: bottom;
  margin-right: 0;
  height: 50px;
  width: 70px;
  padding: 0;
  flex-shrink: 0;
}
.searchbar-desktop {
  background: #252525;
  padding: 15px 0;
}
.searchbar-desktop form {
  max-width: calc(100% - 500px);
  margin: 0 auto;
  justify-content: center;
}
.searchbar-desktop input {
  max-width: 83%;
  height: 50px;
  color: white;
  padding-left: 15px;
}
.searchbar-desktop.active {
  display: block;
}
.searchbar-mobile {
  margin: 0 20px;
}
.sidebar {
  background: #252525;
  padding: 100px 115px;
}
.sidebar h2 {
  color: white;
  font-size: 2rem;
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sidebar .sidebar-title {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  font-family: 'proxima-nova', sans-serif;
}
.sidebar .sidebar-title:after {
  content: '';
  display: block;
  width: 100px;
  left: 0;
  border-bottom: 4px solid #b4995f;
  margin: 30px 0 50px 0;
}
.sidebar li {
  list-style-type: none;
  padding-bottom: 7px;
}
.sidebar li a {
  color: white;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'rift', sans-serif;
}
.sidebar li.current-menu-item a {
  color: #b4995f;
}
.sidebar .btn {
  width: 290px;
  margin: 0;
  padding: 14px;
}
.sidebar .btn.btn-secondary,
.sidebar .btn.btn-secondary:hover,
.sidebar .btn.btn-secondary:active,
.sidebar .btn.btn-secondary:visited,
.sidebar .btn.btn-secondary:focus {
  background: none;
}
.sidebar .btn.btn-secondary {
  color: #b4995f;
  border: 1px solid #b4995f;
}
.sidebar .btn + .btn {
  margin-top: 15px;
}
.sidebar .sidebar-event-detail {
  margin-bottom: 40px;
}
.sidebar .sidebar-event-key {
  font-family: 'rift', sans-serif;
  font-size: 23px;
  display: block;
  color: #b4995f;
  text-transform: uppercase;
}
.sidebar .sidebar-event-value {
  font-family: 'proxima-nova';
  font-weight: 600;
  display: block;
  font-size: 23px;
  color: #f1f1f1;
  text-transform: uppercase;
}
.slideshow-container {
  position: relative;
  margin-top: 120px;
}
.slideshow-container .flex-control-nav {
  bottom: 30px;
}
.slideshow-container .flex-control-nav li {
  margin: 0 2px;
}
.slideshow-container .flex-control-nav li a {
  width: 100px;
  height: 20px;
  background: none;
  border-bottom: 3px solid white;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.slideshow-container .flex-control-nav li a.flex-active {
  border-bottom: 3px solid #b4995f;
}
.slideshow-container .flex-next,
.slideshow-container .flex-prev {
  position: absolute;
  height: 40px;
  width: 32px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.slideshow-container .flex-next {
  right: 15px;
  background: url('../img/slide-arrow-right.png') no-repeat;
  background-size: contain;
}
.slideshow-container .flex-prev {
  left: 15px;
  background: url('../img/slide-arrow-left.png') no-repeat;
  background-size: contain;
}
.slideshow-container.top {
  margin-top: 0;
}
.single-post .buffer {
  margin-bottom: 100px;
}
.social-list {
  list-style-type: none;
}
.social-list li {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
}
.social-list li a {
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-list li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.social-list.dark li {
  background-color: #303030;
}
.social-list.dark li a {
  color: #b49a5f;
}
.social-list.dark li:hover {
  background-color: #b4995f;
}
.social-list.dark li:hover a {
  color: white;
}
.social-list.light li {
  background-color: #f1f1f1;
}
.social-list.light li a {
  color: #6F6F6F;
}
.subheading {
  margin-top: 100px;
  font-size: 50px;
  line-height: 55px;
  display: block;
  width: 100%;
  color: #766444;
  border-bottom: 1px solid #b4995f;
  padding-bottom: 28px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
}
.tagline {
  position: absolute;
  bottom: 100px;
  z-index: 998;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}
.tagline .mobile {
  display: none;
}
.team-block {
  padding: 0 10px;
  margin-bottom: 80px;
}
.team-block img {
  margin-bottom: 30px;
}
.team-block .title {
  margin-bottom: 10px;
}
.team-block .position {
  color: #766444;
  margin-bottom: 25px;
}
.team-block .excerpt {
  margin-bottom: 25px;
}
.team-content {
  padding-bottom: 50px;
}
.team-image {
  margin-bottom: 70px;
}
.team-name {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'rift', sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #1f1f1f;
  font-weight: 600;
}
p.team-title {
  margin-bottom: 30px;
  color: #766444;
}
#timeline-container {
  /*margin-top: 80px;*/
}
.timeline-menu {
  background: #e2e2e2;
  padding: 22px 0 0 0;
  text-align: center;
}
.timeline-menu .btn {
  width: 210px;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  position: relative;
  font-family: 'rift', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1f1f1f;
  padding: 25px 0;
  letter-spacing: .1px;
}
.timeline-menu .btn:hover,
.timeline-menu .btn:focus {
  border-color: transparent #e2e2e2;
  box-shadow: none;
}
.timeline-menu .btn.active {
  background: black;
  color: white;
  height: 84px;
  vertical-align: top;
  padding-bottom: 82px;
}
.timeline-menu .btn.active:after {
  display: block;
  position: absolute;
  background: url('../img/arrow-down.png') no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  right: 50%;
  bottom: 15px;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
}
.timeline-menu .btn.js-loading:after {
  display: block;
  position: absolute;
  background: url('../img/ajax-loader.gif') no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  right: 50%;
  bottom: 0px;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
}
.timeline-menu.fixed {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 999;
}
/* Added styles for .event-type-menu */
.event-type-menu {
  background: #e2e2e2;
  padding: 22px 0 0 0;
  text-align: center;
}
.event-type-menu .btn {
  width: 180px;
  background: #FFFFFF;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  position: relative;
  font-family: 'rift', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1F1F1F;
  padding: 25px 0;
  letter-spacing: 0.1px;
}
.event-type-menu .btn:hover,
.event-type-menu .btn:focus {
  border-color: transparent #e2e2e2;
  box-shadow: none;
}
.event-type-menu .btn.active {
  background: black;
  color: white;
  height: 84px;
  vertical-align: top;
  padding-bottom: 82px;
}
.event-type-menu .btn.active:after {
  display: block;
  position: absolute;
  background: url('../img/arrow-down.png') no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  right: 50%;
  bottom: 15px;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
}
.event-type-menu .btn.js-loading:after {
  display: block;
  position: absolute;
  background: url('../img/ajax-loader.gif') no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  right: 50%;
  bottom: 0px;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
}
.event-type-menu.fixed {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 999;
}
.timeline-menu-mobile,
.event-type-menu-mobile {
  display: none;
}
.timeline-row {
  margin-bottom: 60px;
  background-color: #FFFFFF;
}
.timeline-row .timeline-top {
  text-align: left;
  background-color: #FFFFFF;
  padding: 52px 20px;
}
.timeline-row .timeline-top .timeline-date {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  color: #1f1f1f;
  text-transform: uppercase;
}
.timeline-row .timeline-top .timeline-year {
  color: #766444;
  font-family: 'rift', sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 20px;
}
.timeline-row .timeline-top .timeline-title {
  text-transform: uppercase;
  color: #1f1f1f;
  font-family: 'rift', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}
.timeline-row .timeline-top .timeline-content {
  columns: 1;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px;
}
.timeline-row .timeline-top .timeline-content p a {
  text-decoration: underline !important;
}
.timeline-row .timeline-bottom {
  background-color: #B4995F;
  display: table;
}
.timeline-row .timeline-bottom .timeline-media {
  max-width: 1100px;
  display: table-cell;
  vertical-align: middle;
}
.timeline-row .timeline-bottom .timeline-media .video-wrapper {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
}
.timeline-row .timeline-middle {
  background-color: #FFFFFF;
}
.timeline-row .timeline-bottom .go-left {
  position: relative;
  left: -40px;
}
.timeline-row .timeline-bottom .go-right {
  position: relative;
  right: -60px;
}
.timeline-row:last-child {
  margin-bottom: 52px;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 140px 150px;
  border-color: transparent transparent #B49762 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-overlay-nav.panel-widget-style {
  background-color: #b4995f;
  width: 75%;
  color: white;
  margin: 0 auto;
  position: relative;
}
.about-overlay-nav.panel-widget-style ul li a {
  color: white;
}
.about-overlay-image.panel-widget-style {
  margin-top: -50px;
}
#map-hero {
  height: 550px;
}
#map-hero #close-map-info {
  height: 17px;
  width: 17px;
  display: block;
  position: relative;
  float: right;
  top: 5px;
  right: 5px;
  background: url('../img/map-close.png') no-repeat;
  background-size: contain;
}
#map-hero .header-info-parent,
#map-hero .header-info-grandparent {
  overflow: visible !important;
}
#map-hero .header-info-window {
  width: 445px;
  padding-bottom: 20px;
}
#map-hero .directions-btn {
  margin-right: -30px;
  width: 115px;
  padding: 8px 5px;
  margin-left: 5px;
  letter-spacing: 0px;
  font-size: 15px;
}
#map-hero .directions-btn:focus {
  box-shadow: none;
}
#map-hero .directions-box-heading {
  color: #766444;
  font-size: 25px;
  padding: 0px 0px 0px 0px;
  line-height: 25px;
  font-family: 'rift', sans-serif;
}
#map-hero .directions-box-subheading {
  color: #1f1f1f;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  padding-left: 0px;
}
#map-hero #origin-input {
  line-height: 35px;
  width: 280px;
  vertical-align: bottom;
  padding: 2px;
  margin-left: 0px;
  box-sizing: border-box;
}
#map-hero #origin-input:focus {
  outline: 1px solid #766444;
}
#map-hero p {
  margin-left: 0px;
  font-size: 14px;
}
#map-hero > div > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(3) {
  display: none;
}
#js-overlay {
  display: none;
}
.page-header-img {
  background-size: cover;
  background-position: center;
  height: 400px;
}
video {
  width: 100%;
  height: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .iframe-wrapper {
  display: none;
}
.video-wrapper .video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.video-wrapper .video-thumbnail .play-video-button {
  height: 90px;
  width: 90px;
  background: url('../img/play-video.png') top center no-repeat;
  background-size: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video-wrapper .video-thumbnail:hover .play-video-button {
  background: url('../img/play-video.png') bottom center no-repeat;
  background-size: 90px;
}
/*
.gm-style-iw {
    width: 350px !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 0 0;
 }
 */
.button.ytp-large-play-button.ytp-button {
  display: none;
}
.satisfi_chat-button span {
  color: #151009;
}
.page #front-end-meeting-form .button-secondary {
  margin: 0;
}
.page #front-end-meeting-form .button-secondary:focus {
  outline-color: #b4995f;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping .cmb-group-title {
  font-family: 'rift', sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  background-color: black;
  color: white;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping .cmb-group-title:after {
  content: '';
  background: url('../img/arrow-up.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  color: #766444;
  height: 15px;
  width: 20px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping.closed .cmb-group-title {
  background-color: #f1f1f1;
  color: #1f1f1f;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping.closed .cmb-group-title:after {
  background: url('../img/arrow-down.png') no-repeat;
  background-size: contain;
}
.page #front-end-meeting-form .meeting-guests-heading {
  color: #766444;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.page #front-end-meeting-form .cmb-add-row {
  padding-top: 45px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.page #front-end-meeting-form .cmbhandle {
  display: none;
}
.page #front-end-meeting-form .cmb-th label {
  font-size: 16px;
}
.page #front-end-meeting-form .cmb-nested {
  margin-top: 20px;
}
.page #front-end-meeting-form .cmb-type-group .cmb-repeatable-group:not(:last-of-type),
.page #front-end-meeting-form .cmb-type-group .cmb-row:not(:last-of-type),
.page #front-end-meeting-form .cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
.page #front-end-meeting-form .cmb2-postbox .cmb-row:not(:last-of-type) {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
.page #front-end-meeting-form .col-md-6 {
  max-width: 322px;
}
.page #front-end-meeting-form .col-md-6:nth-child(odd) {
  padding-right: 13px;
}
.page #front-end-meeting-form .col-md-6:nth-child(even) {
  padding-left: 13px;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping button.dashicons-before.cmb-remove-group-row::after {
  z-index: 999;
  color: #766444;
  content: "X \00a0 Remove Guest";
  border-bottom: 1px solid #b4995f;
  top: 16px;
  font-family: 'proxima-nova';
  left: 40px;
}
.page #front-end-meeting-form input[type="text"],
.page #front-end-meeting-form input[type="email"],
.page #front-end-meeting-form input.cmb2-timepicker {
  background: #f6f6f6;
  height: 50px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 644px;
}
.page #front-end-meeting-form input[type="radio"] {
  width: 40px;
  height: 40px;
  background: #f6f6f6;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping .cmb-th + .cmb-td input[type=radio]:before {
  color: #f6f6f6;
}
.page #front-end-meeting-form #submitted_author_name {
  width: 100%;
}
.page #front-end-meeting-form label {
  margin-bottom: 0;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping .cmb-th + .cmb-td .cmb2-radio-list li {
  margin-top: 5px;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping .cmb-th + .cmb-td .cmb2-radio-list li input {
  border: 1px solid #ccc;
  cursor: pointer;
}
.page #front-end-meeting-form .meeting-guest-row .cmb-repeatable-grouping .cmb-th + .cmb-td .cmb2-radio-list li input:checked {
  border: 1px solid #b4995f;
}
#meeting-request-datetime-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#map-hero iframe {
  width: 100%;
  height: 550px;
  pointer-events: none;
}
#map-hero .header-info-window-wrapper {
  position: absolute;
  width: 100%;
  top: 145px;
}
#map-hero .header-info-window {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  background-color: white;
  margin: 0 auto;
}
#map-hero .header-info-window:after {
  border-top: 20px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  bottom: -15px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -21px;
  width: 0;
  height: 0;
}
#map-hero .info-box-padding {
  padding: 20px 20px 0 20px;
}
form .nf-form-content label {
  font-size: 16px !important;
}
form .ninja-forms-req-symbol,
form .nf-pass.field-wrap .nf-field-element:after,
form .nf-error-msg {
  color: #766444 !important;
}
form .nf-error.field-wrap .nf-field-element:after {
  background: #b4995f !important;
  color: white;
}
form .nf-pass .ninja-forms-field,
form .nf-error .ninja-forms-field {
  border-color: #b4995f !important;
}
form .nf-form-content button,
form .nf-form-content input[type=button],
form .nf-form-content input[type=submit] {
  background: #b4995f !important;
  border-color: 1px solid #b4995f !important;
  font-size: 20px !important;
  font-family: rift, sans-serif !important;
}
form .nf-form-content button:hover,
form .nf-form-content button:active,
form .nf-form-content button:focus,
form .nf-form-content input[type=button]:hover,
form .nf-form-content input[type=button]:active,
form .nf-form-content input[type=button]:focus,
form .nf-form-content input[type=submit]:hover,
form .nf-form-content input[type=submit]:active,
form .nf-form-content input[type=submit]:focus {
  background: #8d7748 !important;
  border-color: 1px solid #8d7748 !important;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid=true] + label,
.gform_wrapper label + [aria-invalid=true] {
  color: #404040!important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  border: none!important;
  color: #766444 !important;
  padding: 0!important;
}
.gform_wrapper .gfield_required {
  color: #766444 !important;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #b4995f !important;
}
.gform_wrapper .gform_validation_errors {
  background: #fff!important;
  border: none!important;
  box-shadow: none!important;
}
.gform_wrapper .gform_validation_errors > h2 {
  color: #766444 !important;
}
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea {
  background: #f7f7f7!important;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%!important;
  background: #f7f7f7!important;
}
.page .gform_wrapper.gravity-theme input[type='submit'] {
  display: inline!important;
  min-width: 225px!important;
}
.page-template-fantasy-football {
  background: #F1F1F1;
}
.page-template-fantasy-football .fantasy-football-header {
  margin-top: -100px;
  background: url('../img/FantasyFootballHeader.jpg') no-repeat black;
  margin-bottom: 60px;
}
.page-template-fantasy-football .fantasy-football-header .fantasy-football-header-image {
  max-width: 40%;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}
.page-template-fantasy-football .fantasy-football-header .fantasy-football-header-content {
  padding: 30px 15%;
}
.page-template-fantasy-football .fantasy-football-header .fantasy-football-header-content p {
  color: white;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 24px;
}
.page-template-fantasy-football .fantasy-football-header .fantasy-football-header-content .btn {
  margin-top: 1em;
  width: auto;
  margin-bottom: 1em;
}
.suitebox {
  background: white;
  margin-bottom: 60px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}
.suitebox .slideshow .flex-control-nav li a {
  width: 100px;
  padding-top: 30px;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.suitebox .slideshow .flex-next,
.suitebox .slideshow .flex-prev {
  display: none;
}
.suitebox .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 5px;
  margin-top: 0;
}
.suitebox .contents {
  font-size: 18px;
  padding: 10px 30px 30px 30px;
}
.suitebox .contents .price-capacity {
  font-family: 'rift', sans-serif;
  font-size: 28px;
  margin-bottom: 12px;
}
.suitebox .contents .price-capacity span {
  font-style: italic;
}
.suitebox .contents .price-capacity span:first-child:after {
  content: '|';
  padding: 0 15px;
  font-style: normal;
}
.suitebox .contents ul {
  padding-inline-start: 0;
  padding-left: 24px;
}
.suitebox .contents ul:last-child {
  margin-bottom: 0;
}
.entry-content .link-subheading {
  margin-top: 75px;
  display: block;
  width: 100%;
  color: #766444;
  border-bottom: 1px solid #b4995f;
  padding-bottom: 26px;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-weight: 600;
}
.entry-content .link-subheading a {
  text-transform: none;
  font-weight: normal;
}
form .nf-form-content .listselect-wrap .nf-field-element div,
form .nf-form-content .ninja-forms-field {
  font-size: 14px  !important;
}
form .nf-form-fields-required {
  display: none !important;
  font-style: italic !important;
  margin-bottom: 15px !important;
}
form .nf-error-msg {
  font-size: 16px !important;
}
@media (max-width: 768px) {
  #map-hero iframe {
    height: 205px;
  }
  #map-hero .header-info-window-wrapper {
    width: 50%;
    top: 45px;
    left: 25%;
  }
  #map-hero .header-info-window {
    box-shadow: none;
    background-color: transparent;
    margin: 0 auto;
  }
  #map-hero .header-info-window:after {
    border-top: 0;
  }
  .skip-link.sr-only {
    left: 0;
  }
}
.nf-field-container.hidden {
  display: none;
}
.page .gform_wrapper.gravity-theme .left_label .gfield_label {
  padding-right: 15px;
  text-align: right;
}
.page .gform_wrapper.gravity-theme input[type='submit'] {
  display: block;
  width: auto;
  /*margin: 0 auto;*/
  border: 1px solid #b4995f;
  background: #b4995f;
  color: #151009;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: 'rift', sans-serif;
  padding: 12px 24px;
}
.page .gform_wrapper.gravity-theme input[type='submit']:hover {
  background-color: #8d7748;
  border-color: #8d7748;
  box-shadow: none;
}
.page .gform_validation_errors {
  margin-bottom: 15px;
}
.page .gform_wrapper .gform_validation_errors > h2.hide_summary {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
}
.bg-grey {
  background-color: #f1f1f1;
}
a.filter-select {
  color: #1F1F1F;
  font-weight: normal;
  text-decoration: none!important;
}
a.filter-select.is-active {
  color: #766444;
  font-weight: bold;
  text-decoration: underline!important;
}
#timelime-filter {
  margin-bottom: 14px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*display: none;*/
  border-radius: 50%!important;
  background-color: #5A4311;
  color: #FFFFFF;
  width: 52px;
  height: 52px;
  line-height: 1;
  z-index: 9999;
}
/* GF spinner fixes 2024.08.15 */
.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
img.gform_ajax_spinner {
  width: auto;
  height: auto;
  margin-left: 8px;
}
/* new front page header */
.home-carousels {
  background: black;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 40px 0;
}
.home-carousels .home-carousels-inner {
  max-width: 1280px;
  margin: 0 auto;
}
#thumbnail-carousel {
  padding: 20px 0 20px 20px;
  overflow-x: hidden;
}
#thumbnail-carousel .is-active {
  border: 4px solid #b4995f;
  filter: brightness(100%);
}
#main-carousel {
  padding-top: 40px;
  position: relative;
}
#main-carousel .buttons {
  display: flex;
  flex-wrap: wrap;
}
#main-carousel .buttons a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 19px;
}
#main-carousel .title,
#main-carousel .content {
  color: white;
}
#main-carousel .kicker {
  color: #B4995F;
}
.slideshow-controls {
  display: flex;
  padding: 0 20px;
  z-index: 1000;
}
.slideshow-controls button:hover,
.slideshow-controls button:active,
.slideshow-controls button:focus {
  background: #8D7748;
  border: 1px solid #8D7748 !important;
  border-radius: 0;
}
.slideshow-buttons {
  display: flex;
  align-items: center;
}
.splide__arrows {
  display: flex;
}
.splide__progress {
  margin: 10px 20px;
}
.splide__progress__bar {
  background: #B49762;
  height: 4px;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__list {
  padding: 0 180px 40px 180px;
}
.splide__toggle {
  padding: 0;
  border: none !important;
  background: #B49762;
  position: relative;
  height: 40px;
  width: 40px;
  margin: 5px 5px 5px 0;
  border-radius: 0;
}
.splide__toggle__play i,
.splide__toggle__pause i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  position: absolute;
}
.splide__arrow {
  transform: none;
}
.splide__arrow.splide__arrow--prev {
  position: static;
  width: 40px;
  height: 40px;
  background: #B49762;
  margin: 5px;
  border-radius: 0;
  opacity: 1;
}
.splide__arrow.splide__arrow--prev i {
  font-size: 16px;
}
.splide__arrow.splide__arrow--next {
  position: static;
  width: 40px;
  height: 40px;
  background: #B49762;
  margin: 5px;
  border-radius: 0;
  opacity: 1;
}
.splide__arrow.splide__arrow--next i {
  font-size: 16px;
}
.kicker {
  font-weight: bold;
  color: #867041;
}
.slide-outer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.slide-left {
  flex: 0 1 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-right {
  flex: 0 1 775px;
}
.buttons {
  display: flex;
}
.slide-content {
  margin: 20px 0;
}
#main-carousel .content {
  margin: 5px 0 15px 0;
}
#cta {
  background: url('https://www.lacoliseum.com/wp-content/themes/usccoliseum/img/events_background@2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  padding: 20px 0;
}
.cta {
  display: flex;
  max-width: 1180px;
  margin: 0 auto 0 auto;
  padding: 20px;
}
.cta .cta-left {
  flex: 0 0 432px;
  border: 2px solid black;
  border-right: none;
}
.cta .cta-right {
  flex-grow: 1;
  border: 2px solid black;
  border-left: none;
  padding: 30px;
}
.cta .cta-right .title {
  font-size: 30px;
  line-height: 42px;
  line-height: 30px;
  margin-bottom: 15px;
}
.cta .cta-right .content {
  margin-bottom: 15px;
}
.cta .cta-right .label {
  padding: 10px;
}
.banner-carousel-wrapper {
  padding: 40px 0;
  margin: 0;
  background: #B4995F;
  display: flex;
  justify-content: center;
}
#banner-carousel {
  flex: 0 1 664px;
  margin: 0 20px;
  position: relative;
}
#banner-carousel .splide__toggle {
  position: absolute;
  left: 0;
  z-index: 1000;
  margin: 0;
  background: black;
  color: white;
  opacity: .5;
  height: 20px;
  width: 20px;
  font-size: 14px;
}
#banner-carousel .splide__toggle:hover,
#banner-carousel .splide__toggle:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  #main-carousel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slide-outer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
    position: relative;
  }
  .slide-left {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
  }
  .slide-right {
    order: 0;
    background: black;
    flex: 0 0 100%;
  }
  #thumbnail-carousel {
    display: none;
  }
  h2.title {
    font-size: 30px;
    line-height: 36px;
  }
  .content {
    margin: 10px 0;
  }
  .slideshow-buttons {
    position: absolute;
    display: flex;
    top: 20px;
    right: 20px;
    transform: none;
  }
  .slideshow-buttons button,
  .slideshow-buttons .splide__arrow.splide__arrow--next,
  .slideshow-buttons .splide__arrow.splide__arrow--prev {
    height: 20px;
    width: 20px;
    background: white;
    opacity: .5;
    border-radius: 0;
  }
  .slideshow-buttons button i,
  .slideshow-buttons .splide__arrow.splide__arrow--next i,
  .slideshow-buttons .splide__arrow.splide__arrow--prev i {
    font-size: 14px;
  }
  .slideshow-buttons button:focus,
  .slideshow-buttons .splide__arrow.splide__arrow--next:focus,
  .slideshow-buttons .splide__arrow.splide__arrow--prev:focus,
  .slideshow-buttons button:active,
  .slideshow-buttons .splide__arrow.splide__arrow--next:active,
  .slideshow-buttons .splide__arrow.splide__arrow--prev:active,
  .slideshow-buttons button:hover,
  .slideshow-buttons .splide__arrow.splide__arrow--next:hover,
  .slideshow-buttons .splide__arrow.splide__arrow--prev:hover {
    opacity: 1;
    background: white;
  }
  .splide__toggle {
    margin: 0 1px 0 0;
  }
  .splide__arrow {
    transform: none;
  }
  .splide__arrow.splide__arrow--next {
    margin: 0;
  }
  .splide__arrow.splide__arrow--prev {
    margin: 0;
    margin-right: 1px;
  }
  #main-carousel .btn {
    font-size: 16px !important;
    padding: 10px !important;
  }
  .cta .cta-left {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .cta {
    flex-wrap: wrap;
  }
  .cta .cta-left {
    flex: 0 0 100%;
    aspect-ratio: 1.87793427;
    border-right: 2px solid black;
    border-bottom: none;
  }
  .cta .cta-right {
    border-top: none;
    border-left: 2px solid black;
  }
  .banner-carousel-wrapper {
    background: none;
    padding: 0;
  }
  .banner-carousel-wrapper #banner-carousel {
    padding: 0;
    margin: 0;
  }
}
