/**
 * @file
 * Subtheme specific CSS.
 */

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-Regular.woff2') format('woff2');
  src: url('fonts/QuincyCF-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-RegularItalic.woff2') format('woff2');
  src: url('fonts/QuincyCF-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-Thin.woff2') format('woff2');
  src: url('fonts/QuincyCF-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-ThinItalic.woff2') format('woff2');
  src: url('fonts/QuincyCF-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-Light.woff2') format('woff2');
  src: url('fonts/QuincyCF-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-LightItalic.woff2') format('woff2');
  src: url('fonts/QuincyCF-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-Medium.woff2') format('woff2');
  src: url('fonts/QuincyCF-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-MediumItalic.woff2') format('woff2');
  src: url('fonts/QuincyCF-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-Bold.woff2') format('woff2');
  src: url('fonts/QuincyCF-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-BoldItalic.woff2') format('woff2');
  src: url('fonts/QuincyCF-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-Black.woff2') format('woff2');
  src: url('fonts/QuincyCF-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quincy CF';
  src: url('fonts/QuincyCF-BlackItalic.woff2') format('woff2');
  src: url('fonts/QuincyCF-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body,
html {
  font-family: 'Open Sans', sans-serif;
}

body #page,
.is-style-alt {
  font-family: 'Open Sans', sans-serif;
}

.node--type-calendar-event .event-container {
  padding: 45px;
}

div.calendar-page {
  font-family: 'Open Sans', sans-serif;
}

a:hover {
  color: inherit;
}

/*
BANNER/NOTIFICATIONS
 */
.announcement-alert p {
  margin: 0;
}


/**************
ADMIN
*************/
nav.tabs {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;

}

nav.tabs a {
  color: #115740;
}

nav.tabs a:hover {
  color: #197D5C;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #197D5C #197D5C #fff;
}

.nav.directory-tabs {
  display: block;
}

.nav.directory-tabs.nav-tabs {
  border: none;
}

.nav.directory-tabs button {
  background: transparent;
  border: none;
  color: #606060;
}

.nav.directory-tabs button.h4 {
  font-size: 18px;
  padding-bottom: 15px;
}

.nav.directory-tabs button.h4.active {
  color: #000;
  border-bottom: 1px solid #197D5C;
}

/***********************
EVERYTHING PAST THIS IS KRISTA'S CSS FROM THE STATIC HTML
**************************/

html,
body {
  font-family: 'Open Sans', sans-serif;
  background: #FFF;
  color: #262626;
  font-size: 1rem;
  line-height: 1.5rem;
}

.container-lg {
  max-width: 1700px;
}

/************************************
FONT STYLES
************************************/
.wp-block-cover .view a {
  text-decoration: none;
  line-height: 1.6875rem;
  font-family: 'Open Sans', sans-serif;
}

.list-group-item {
  border: none;
  letter-spacing: 0.1em;
}

.list-group-item a {
  text-decoration: none;
}

h1,
.h1 {
  /*sans-serif, bold, PAGE TITLE ONLY*/
  font-family: 'Quincy', 'Quincy CF', serif;
  font-weight: bold;
  font-size: 3.75rem;
  font-weight: bold !important;
  text-transform: capitalize;
}

h1.condensed,
.h1.condensed {
  letter-spacing: -2px;
}

h2,
.h2 {
  /*sans-serif, bold*/
  font-family: 'Quincy', 'Quincy CF', serif;
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 2.75rem;
}

h3,
.h3,
.node--type-page #calendly h3 {
  /*serif, caps*/
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6em;
  font-weight: 700;
}

h3.accordion-header {
  font-size: 1.375rem;
}

h3.accordion-header .accordion-button {
  padding: 30px 15%;
  letter-spacing: 4px;
  border: none;
}

h3.accordion-header button.accordion-button {
  border-left: 1px solid #fff;
}

.pillar-submenu .row .col-md-4:first-child h3.accordion-header button.accordion-button {
  border-left: none;
}

.pillar-submenu h3.accordion-header button {
  font-size: 1.25rem;
  font-weight: bold;
}

.pillar-submenu .accordion:hover .accordion-header button {
  background-color: #197D5C !important;
}

.pillar-submenu .accordion:hover .accordion-collapse {
  background-color: #115740 !important;
}

@media screen and (max-width: 768px) {
  .accordion-item .accordion-collapse {
    min-height: 0 !important;
  }

  h3.accordion-header button.accordion-button {
    border-left: none;
    border-top: 1px solid #fff;
  }

  .pillar-submenu .row .col-md-4:first-child h3.accordion-header button.accordion-button {
    border-top: none;
  }

  .list-group-item {
    border: none
  }

}

.accordion-body .list-group a.list-group-item {
  padding: 20px 0;
  font-size: 1.125rem;
  border-bottom: 2px solid #777777;

}

.accordion-body .list-group-flush>.list-group-item:last-child {
  border: none;
  padding-bottom: 30px;
}

.accordion-body {
  padding: 0;
}

.accordion-item .accordion-collapse {
  background-color: #262626;
  border-right: 1px solid #4f4f4f;
}

.accordion-body {
  margin: 0 15%;
}

/*.pillar-submenu .row > div {*/
/*  background: #262626;*/
/*}*/
/*.pillar-submenu .row > div:hover {*/
/*  background: #115740;*/
/*}*/


.h3-inline {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}

h3.condensed,
.h3.condensed {
  letter-spacing: 0;
}

h3.unicorn {
  font-family: 'Quincy CF', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

h3.preheader,
.h3.preheader,
h3.subheading,
.h3.subheading {
  font-family: 'Quincy CF', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

h4,
.h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
}

h4.wide,
.h4.wide {
  letter-spacing: 2px;
}

h4.sm,
.h4.sm {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

a h4:hover,
a h4:focus,
a h4:active,
a h4.active {
  text-decoration: underline;
}

h5,
.h5,
th {
  /*font-family: 'Qunicy', serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6e6e6e;
}

h5.condensed,
.h5.condensed {
  letter-spacing: 0.1em;
}

h6,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.3em;
  font-weight: bold;
}

.text-serif {
  font-family: 'Qunicy', serif !important;
}

.text-sans,
.text-sans-serif {
  font-family: 'Open Sans', sans-serif !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.no-letter-spacing,
.condensed {
  letter-spacing: 0;
}

.letter-spacing-xs {
  letter-spacing: 1px;
}

.letter-spacing-sm {
  letter-spacing: 2px;
}

.letter-spacing-md {
  letter-spacing: 4px;
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 25px;
  color: #4f4f4f;
}

p:last-child {
  margin: 0 0 25px;
}

.annoucement-alert p,
.annoucement-alert p:last-child {
  margin: 0;
}

.text-white p {
  color: #FFF;
}

.lead {
  line-height: 1.8rem;
}

blockquote {
  max-width: 500px;
  margin: 25px auto;
  text-align: center;
}

blockquote p {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 300;
}

hr {
  display: block;
  max-width: 160px !important;
  height: 1px;
  background: #197D5C;
  border: 0 solid #197D5C;
  margin: 40px 0;
  opacity: 1;
}

.ant-drawer-footer .wp-block-button {
  max-width: 220px;
}

.ant-drawer-content .fw-bold {
  line-height: 1.5rem;
}

hr.calendly {
  width: 90%;
  color: #262626;
  opacity: 0.88;
  margin: 15px;
  padding: 0;
  height: 1px;
}

hr.center {
  margin: 40px auto;
}

.field__label {
  font-weight: bold;
}

/************************************
BREADCRUMB
************************************/
nav .breadcrumb {
  font-size: 0.8em;
}

ol.breadcrumb li:first-child a::before {
  background-image: url('data:image/svg+xml,<svg class="bi bi-house" width="1em" height="1em" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="#FFFFFF" fill-rule="evenodd" d="M2 13.5V7h1v6.5a.5.5 0 00.5.5h9a.5.5 0 00.5-.5V7h1v6.5a1.5 1.5 0 01-1.5 1.5h-9A1.5 1.5 0 012 13.5zm11-11V6l-2-2V2.5a.5.5 0 01.5-.5h1a.5.5 0 01.5.5z" clip-rule="evenodd"/><path fill="#FFFFFF" fill-rule="evenodd" d="M7.293 1.5a1 1 0 011.414 0l6.647 6.646a.5.5 0 01-.708.708L8 2.207 1.354 8.854a.5.5 0 11-.708-.708L7.293 1.5z" clip-rule="evenodd"/></svg>') !important;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item a {
  color: #fff;
}

/*@media only screen and (max-width: 600px) {*/
/*	h1, .h1 { !*sans-serif, bold, PAGE TITLE ONLY*!*/
/*	  font-size: 2.5rem;*/
/*	  line-height: 1.2em;*/
/*	}*/

/*	h2, .h2 { !*sans-serif, bold*!*/
/*	  font-size: 2rem;*/
/*	  line-height: 1.2em;*/
/*	}*/

/*	h3, .h3 { !*serif, caps*!*/
/*	  font-size: 1.3rem;*/
/*	  line-height: 1.3em;*/
/*	}*/

/*	h4, .h4 {*/
/*	  font-size: 1.5rem;*/
/*	  line-height: 1.2em;*/
/*	}*/

/*		h4.sm, .h4.sm {*/
/*		font-size: 20px;*/
/*		line-height: 30px;*/
/*		}*/

/*	h5, .h5, th {*/
/*	  font-size: 14px;*/
/*	  letter-spacing: 0.2em;*/
/*	}*/

/*	h6, .h6 {*/
/*	  font-size: 12px;*/
/*	  line-height: 14px;*/
/*	  letter-spacing: 0.3em;*/
/*	}*/
/*}*/

/****************************
TEXT COLORS
*****************************/
.text-dark,
.text-dark:active,
.text-dark:focus,
.text-dark:hover {
  color: #262626 !important;
}

.text-dark-green,
.text-dark-green:active,
.text-dark-green:focus,
.text-dark-green:hover {
  color: #115740 !important;
}

.text-green,
.text-light-green,
.text-green:active,
.text-light-green:active,
.text-green:focus,
.text-light-green:focus,
.text-green:hover,
.text-light-green:hover {
  color: #197D5C !important;
}

.text-gold,
.text-gold:active,
.text-gold:focus,
.text-gold:hover {
  color: #115740 !important;
}

.text-light-gold,
.text-light-gold:active,
.text-light-gold:focus,
.text-light-gold:hover {
  color: #197D5C !important;
}

.text-white,
.text-white:active,
.text-white:focus,
.text-white:hover {
  color: #FFF !important;
}

.text-gray,
.text-gray:active,
.text-gray:focus,
.text-gray:hover {
  color: #4f4f4f !important;
}

.text-light-gray,
.text-light,
.text-light-gray:active,
.text-light:active,
.text-light-gray:focus,
.text-light:focus,
.text-light-gray:hover,
.text-light:hover {
  color: #CCC !important;
}

.hover-text-dark:hover,
.hover-text-dark:focus,
.hover-text-dark:active {
  color: #262626 !important;
}

.hover-text-dark-green:hover,
.hover-text-dark-green:focus,
.hover-text-dark-green:active {
  color: #115740 !important;
}

.hover-text-green:hover,
.hover-text-green:focus,
.hover-text-green:active,
.hover-text-light-green:hover,
.hover-text-light-green:focus,
.hover-text-light-green:active {
  color: #197D5C !important;
}

.hover-text-gold:hover,
.hover-text-gold:focus,
.hover-text-gold:active {
  color: #115740 !important;
}

.hover-text-light-gold:hover,
.hover-text-light-gold:focus,
.hover-text-light-gold:active {
  color: #197D5C !important;
}

.hover-text-gray:hover,
.hover-text-gray:focus,
.hover-text-gray:active {
  color: #4f4f4f !important;
}

.hover-text-light-gray:hover,
.hover-text-light-gray:focus,
.hover-text-light-gray:active,
.hover-text-light:hover,
.hover-text-light:focus,
.hover-text-light:active {
  color: #CCC !important;
}

.btn-cta,
.is-style-btn-cta {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4f4f4f !important;
  font-weight: 400 !important;
  text-decoration: none;
}

.btn-cta:hover,
.is-style-btn-cta:hover {
  text-decoration: none;
  color: #4f4f4f;
}

.btn-cta.text-white,
.is-style-btn-cta.text-white {
  color: #FFF !important;
}

.btn-cta svg,
.is-style-btn-cta svg {
  display: inline-block;
  color: #4F4F4F;
  margin-top: -4px;
  transition: 0.3s;
}

.btn-cta:hover svg,
.is-style-btn-cta svg {
  margin-left: 20px;
}

.email-link {
  padding: 10px;
  width: 100%;
  display: block;
  background: #115740;
  color: #fff;
  text-decoration: none;
}

.email-link:active,
.email-link.active,
.email-link:focus,
.email-link:hover {
  background: #197D5C;
  color: #fff !important;
}


/************************************
BACKGROUND COLORS
************************************/
.bg-dark {
  background-color: #262626;
}

.bg-dark-green {
  background-color: #115740 !important;
}

.bg-green,
.bg-light-green {
  background-color: #197D5C;
}

.bg-gold {
  background-color: #115740 !important;
}

.bg-light-gold {
  background-color: #197D5C;
}

.bg-gray {
  background-color: #4f4f4f;
}

.bg-light {
  background-color: #F2F2F2;
}

.bg-light-gray {
  background-color: #f2f2f2;
}

.bg-light-gray-forced,
.bg-light-forced {
  background-color: #F4F1F0 !important;
}

.bg-lighter-gray {
  background-color: #F4F1F0;
}

.bg-red {
  background-color: #A22101;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#33000000', GradientType=0);
}

.bg-dark-overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.text-overlay {
  position: relative;
  z-index: 3;
}

/****************************
TABLES
*****************************/
table {
  background: none !important;
  border: 0 !important;
}

table thead,
table thead p,
table th {
  color: #115740 !important;
}

table tr,
table tr th,
table thead {
  /* maybe need striped background? !imporant*/
  background: none;
}

/* overriding gutenberg gui defaults?
table tr td, table tr th {
	background: none!important;
	padding: 5px 0!important;
	border: 0!important;
	border-bottom: 1px solid #eee!important;

}
*/
/*****************************
LINKS AND BUTTONS
******************************/
a {
  color: #262626;
  transition: 0.3s;
}

/*a:hover,*/
/*a:focus {*/
/*  color: inherit !important;*/
/*}*/

a:focus,
:focus {
  outline: 1px solid #777;
}

div.navbar2:focus {
  outline: none;
  border: 1px solid orange;
}

.link-plain a {
  text-decoration: none;
}

.btn {
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 3px;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  text-transform: uppercase;
  border: 1px solid #262626;
  background: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);

  -webkit-transition: box-shadow 0.23s, background-color 0.23s, color 0.23s, border 0.23s;
  transition: box-shadow 0.23s, background-color 0.23s, color 0.23s, border 0.23s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background: #262626;
  color: #F2F2F2;
}

.btn-sm {
  font-size: 0.8rem;
  padding: 10px 15px;
}

.btn a {
  color: inherit;
  text-decoration: none;
}

.btn.btn-outline-light {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
}

.btn.btn-outline-light:hover {
  background: #fff;
  color: #222;
}

.btn.btn-primary {
  background: transparent;
  border: 1px solid #115740;
  color: #115740;
  box-shadow: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  color: #F2F2F2;
  background: #197D5C;
}

.btn.btn-primary-solid,
.wp-block-file>a {
  background: #197D5C;
  border: 1px solid #197D5C;
  color: #FFFFFF;
}

.btn.btn-primary-solid.dark {
  background-color: #115740;
}

.btn.btn-primary-solid:hover,
.btn.btn-primary-solid:focus,
.btn.btn-primary-solid:active,
.btn.btn-primary-solid.active {
  color: #FFFFFF;
  background: #115740;
  border: 1px solid #115740;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.btn.btn-primary-solid-alternate {
  background: #866d4b;
  border-radius: 0;
  border: 1px solid #866d4b;
  color: #F2F2F2;
  font-family: 'Qunicy', serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px;
}

.btn.btn-primary-solid-alternate:hover,
.btn.btn-primary-solid-alternate:focus,
.btn.btn-primary-solid-alternate:active,
.btn.btn-primary-solid-alternate.active {
  background: #197D5C;
  border: 1px solid #197D5C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.btn.btn-secondary {
  background: transparent;
  border: 1px solid #197D5C;
  color: #197D5C;
  box-shadow: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  color: #F2F2F2;
  background: #197D5C;
}

.btn.btn-secondary-solid {
  background: #197D5C;
  border: 1px solid #197D5C;
  color: #F2F2F2;
}

.btn.btn-secondary-solid:hover,
.btn.btn-secondary-solid:focus,
.btn.btn-secondary-solid:active,
.btn.btn-secondary-solid.active {
  background: #115740;
  border: 1px solid #115740;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.btn-tickets {
  border-radius: 5px;
  background: #197D5C;
  padding: 8px 20px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  border-color: #197d5c;
  font-size: 13px !important;
  line-height: 20px;
  letter-spacing: 1.3px;
  box-shadow: none;
}

.btn-tickets:hover,
.btn-tickets:focus,
.btn-tickets:active,
.btn-tickets.active {
  background: #014533;
  border-color: #014533;
}

.btn-tickets>img {
  margin-right: 10px;
}

/************************
FORMS
*************************/
.form-control-focused {
  border: none;
  border-bottom: 2px solid #4f4f4f;
  border-radius: 0;
  font-size: 2rem;
}

.form-select,
.form-control {
  padding: 1rem;
  border: 1px solid #6e6e6e;
}

.form-outline .form-control {}

form label {
  font-weight: 600;
}

form label.form-required:after {
  content: "*";
  color: #f00;
  background: none;
}

.form-submit:before {
  display: none !important;
}

.form-select:focus,
.form-select-focus:focus {
  border-color: #6e6e6e;
  box-shadow: 0 0 0 .25rem rgba(25, 125, 92, .25);
}

/*
hide annoying error popup on search page
*/
.page-node-49401 .form-control.is-invalid,
.page-node-49401 .was-validated .form-control:invalid {
  border: 1px solid #6e6e6e;
  background: none;
}

.page-node-49401 .form-control.is-invalid:focus,
.page-node-49401 .was-validated .form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 125, 92, .25);

}

.page-node-49401 .alert-wrapper {
  display: none;
}

/************************
LISTS
*************************/
.list-group-flush .list-group-item {
  padding: .5rem 0rem;
}

.list-group-item {
  background: transparent !important;
  color: inherit;
}

.list-group-item:hover {
  opacity: 0.7;
  color: inherit;
}

.list-bordered {
  padding: 0;
}

.list-bordered li {
  font-size: 0.85rem;
  list-style: none;
  padding: 0.25rem 0;
}

.list-bordered li:last-child {
  border-bottom: none;
}

/*PAGER*/


/*****************************
NAVBAR
******************************/
.nav {

  z-index: 50;
}

.navbar-default {


  position: fixed;
  width: 100%;
  height: auto;
  border-radius: 0;
  z-index: 100;
}

#block-mainmenu {
  width: 100%;
}

#main .main-content>section.section {
  margin-top: -10px;
}

.user-logged-in #main-wrapper {
  padding-top: 40px;
}

.user-logged-in .navbar-default {
  position: relative;
}

.user-logged-in .navbar-default .navbar {

  background: #197D5C;
}

.nav-btn {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 13px;
  outline: 0;
}

.nav-btn:hover,
.nav-btn:focus,
.nav-btn:active {
  opacity: 0.8;
  color: #fff;
  outline: 0;
}

.nav-btn svg {
  margin: 0 3px;
}

.cal-btn {
  position: relative;
}

.cal-btn .cal-date {
  position: absolute;
  top: 13px;
  left: 20px;
}

.nav .links-right {
  display: flex;
  justify-content: flex-end;
}

#navModal .close-btn {
  color: #197D5C;
  fill: #197D5C;
  opacity: 1;
  background: 0;
  border: 0;
  font-size: 1.8rem;
}

#navModal .logo {
  margin-top: -10px;
  margin-left: -18px !important;
}

#navModal .social-link {
  color: #fff;
  text-decoration: none;
  margin: 10px 10px;
}

#navModal .social-link svg {
  margin-right: 5px;
}

#navModal .nav-box {
  color: #fff;
  text-decoration: none;
}

.sublevel-1 a,
.sublevel-2 a {

  font-family: 'Open Sans', sans-serif;

}

button .nav-btn.cal-btn {
  padding-right: 0;
}

button.nav-btn.cal-btn {
  padding-right: 5px;
}

#kedrawer {
  text-align: right;
  float: right;
  margin-top: 3px;
}

.ant-drawer-header {
  border-bottom: none !important;
}

.ant-drawer .wp-block-button__link {
  text-decoration: none;
}

.ant-drawer-right .ant-list-item.d-flex {
  border-bottom: 1px solid #262626;
  padding-bottom: 20px;
}


.ant-drawer-right .ant-list-item.d-flex:last-of-type {
  border-bottom: none;
}

.unicorn7 {
  font-family: 'Quincy', 'Quincy CF', serif;
  font-size: 1.203rem;
  font-weight: bold;
}

#keemenu {
  margin-top: -8px;
}

.ant-drawer-body {
  padding: 0 !important;
  padding-right: 3rem !important;
  padding-left: 1.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 1rem !important;

}

#keemenu a.back {
  /* TODO REXPORT FROM JANKY XD UPDATE */
  text-decoration: none;
  letter-spacing: 4px;
  font-weight: normal;
}

#keemenu h2 {
  /*	font-weight:normal; */
  line-height: 43px;
  margin: 0 auto;
  max-width: 400px;
}

#kemenu li:hover,
#keemenu li button:hover {
  opacity: 0.75
}

.noscroll {
  overflow: hidden;
}

#nav-logo-desktop {
  z-index: 1200;
}

/************************
FOOTER
*************************/
footer li {
  margin: 15px 0;
}

footer li a {
  color: #fff;
  text-decoration: none;
}

/************************
NAVBAR CALENDAR STYLES
*************************/
/***** category colors *****/
.bg-racing {
  background: #197D5C;
  color: #fff;
  fill: #fff;
}

.bg-sales {
  background: #EA6218;
  color: #fff;
  fill: #fff;
}

.bg-tours {
  background: #67036A;
  color: #fff;
  fill: #fff;
}

.bg-special_events,
.bg-special {
  background: #0E3D79;
  color: #fff;
  fill: #fff;
}

.bg-library {
  background: #892006;
  color: #fff;
  fill: #fff;
}

.bg-wagering {
  background: #111;
  color: #fff;
  fill: #fff;
}

.filter-icon {
  padding: 7px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
}

.filter-icon img {
  max-width: 20px;
  margin-top: -4px;
}


.offcanvas-body p {
  color: #222 !important;
}

/************************
CALENDAR PAGE
*************************/
.rounded-pill {
  padding: 8px;
  margin: 5px 0;
  display: inline-block;
}

.rounded-pill img {
  max-width: 25px;
}

.key-date {
  padding: 80px 0;
  min-height: 500px;
}

.card.cal-item {
  background: #fff;
  border: 1px solid #6e6e6e;
  border-radius: 0;
}

.card.cal-item .card-img-top {
  border-radius: 0;
}

.cal-title {
  font-size: 1.2rem;
}

.cal-footer {
  padding-bottom: 15px;
}

.cal-date {
  font-weight: 400;
}

.cal-teaser .cal-title a {
  font-size: 28px;
  line-height: 39px;
  margin: 0.5em 0;
  text-transform: none;
  text-decoration: none;
}

/************************
ALERTS AND ANNOUNCEMENTS
used at the top of pages to showcase racing/events
*************************/
.racing-alert {
  background: #4F4F4F;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 0;
  padding: 10px 0;
}

.racing-alert .close {
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.racing-alert .watch-btn {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.racing-alert .links-right {
  display: inline-flex;
  justify-content: flex-end;
}

.racing-alert .race-stripe {
  /*sets max-width on racing colors in alert*/
  max-width: 30px;
}

/*****************************
TRIPTYCH STLES
used for three column section under header on pillar pages
******************************/
.triptych-link {
  text-decoration: none;
}

/*controls dark overlay animation*/
.triptych-link .bg-dark-overlay {
  transition: 0.3s;
}

.triptych-link:hover .bg-dark-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.triptych-item {
  /*controls height and text color*/
  color: #fff;
  min-height: 360px;
}

.triptych-grow {
  /*controls the column width and starter size of the image*/
  flex-shrink: 2;
  flex-basis: 0;
  flex: 1;
  transition: 0.3s;
}

.triptych-grow:hover {
  /*controls the hover animation*/
  flex-grow: 2;
}

.triptych-text {
  /*controls text alignment*/
  text-align: center;
  width: 100%;
}

/*****************************
TRIPTYCH STYLES -- MOBILE ONLY!
*******************************/
@media only screen and (max-width: 600px) {
  .triptych-item {
    /*MOBILE controls height and text color*/
    min-height: 200px;
  }

  .triptych-text {
    /*MOBILE text*/
    padding: 0 15px;
  }

  .triptych-grow {
    /*MOBILE controls the column width and starter size of the image*/
    flex: none !important;
    flex-shrink: 1;
    flex-basis: 0;
  }

  .triptych-grow:hover {
    /*MOBILE controls the hover animation*/
    flex-grow: 1 !important;
  }
}

/*****************************
DIPTYCH CUSTOM BLOCK - USED ON SALES
two column content layout
******************************/
.diptych-bg {
  /*controls height*/
  position: relative;
  color: #fff;
  min-height: 525px;
}

/*****************************
CUSTOM BLOCK 02 - GALLERY CTA
used on homepage / list of call to actions with images
******************************/
.gallery-cta-link {
  text-decoration: none;
}

.gallery-cta-link .bg-dark-overlay {
  transition: 0.3s;
}

.gallery-cta-link:hover .bg-dark-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.gallery-cta-item {
  color: #fff;
  background: #fff;
  min-height: 230px;
  margin-top: 1rem;
  background-size: 100% 100% !important;
  transition: all 0.3s ease;
}

.gallery-cta-item:hover {
  background-size: 110% 110% !important;
}

.gallery-cta-text {
  text-align: center;
  width: 100%;
}

/************************
CARDS, NEWS VIEWS
*************************/
.card {
  background: #F4F1F0;
  border: 0;
  border-radius: 0;
}

.card-link {
  text-decoration: none;
  color: inherit;
}

/************************
HEADERS
*************************/
.page-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.interior-page-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.vh-70 {
  min-height: 70vh;
}

.vh-50 {
  min-height: 50vh;
}

.page-header .fullscreen-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

/**********************
PILLAR PAGE SUBMENUS
***********************/
.pillar-submenu .accordion-button {
  background: #4F4F4F !important;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-top: 0;
}

.pillar-submenu .accordion-item {
  background: #4F4F4F !important;
  color: #fff;
}

/*menu open*/
.pillar-submenu .accordion-button:not(.collapsed) {
  /*	border-right: 1px solid #fff; */
  border-top: 0;
  border-bottom: 0;
}

/*menu arrow buttons*/
.pillar-submenu .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(25, 125, 25, .25);
}

.pillar-submenu .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.pillar-submenu .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}


.announcement-alert p {
  margin: 0;
}


footer.site-footer {
  display: block !important;
  padding: 0;
  background: transparent;
}

.site-footer .block {
  margin: 0;
  padding: 0;
  border: none;
}

.node__content {
  font-size: 1.125rem;
}

.node-header {
  padding-top: 9rem;
  padding-bottom: 6rem;
}




/************************
STICKY RFP BUTTON
*************************/
.rfp-affix {
  position: fixed;
  right: 0;
  z-index: 88;
}

.wp-block-buttons.rfp-affix {
  margin-top: 0;
}

.rfp-affix .wp-block-button:not(.is-style-btn-cta) .wp-block-button__link {
  border: none;
  border-radius: 0;
  padding-left: 60px !important;
  background-image: url(../img/rfp-icon.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  transition: left 0.25s ease;
  left: 0;
}

.rfp-affix.offset .wp-block-button:not(.is-style-btn-cta) .wp-block-button__link {
  left: calc(100% - 60px);
}

.rfp-affix .wp-block-button:not(.is-style-btn-cta) .wp-block-button__link:hover,
.rfp-affix .wp-block-button:not(.is-style-btn-cta) .wp-block-button__link:focus,
.rfp-affix .wp-block-button:not(.is-style-btn-cta) .wp-block-button__link:active,
.rfp-affix .wp-block-button:not(.is-style-btn-cta) .wp-block-button__link.active {
  left: 0;
}

.button-rfp:hover {
  /*background-color: #4f4f4f;*/
  background-image: url(../img/rfp-icon.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.progress-step.is-active .progress-marker::before {
  background-color: #197D5C;
}


/************************
SLIDERS/GALLERIES
*************************/
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin: 0;
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: inherit;
  flex-wrap: inherit;
}

.blocks-gallery-item.slick-slide {
  padding: 10px;
  transition: all 0.25s ease;
  transform: scale(0.9);
  cursor: pointer;
}

.blocks-gallery-item.slick-current {
  transform: scale(1.08);
}

.slick-list,
.slick-nav {
  max-width: 90%;
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(200%, 200%);
  left: 0;
  background: transparent;
  border: none;
}

.slick-arrow-next {
  right: 0;
  left: auto;
}

.slick-lightbox .slick-arrow {
  display: none !important;
}



.wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-image.w-auto img {
  width: auto !important;
}

.field--name-body img {
  max-width: 100%;
  height: auto;
}


.wp-block-table td {
  min-width: 30px;
}

table .is-style-stripes tr:nth-child(odd) {
  background: #F4F1F0;
}

/* LEGACY DELETE LATER */

.node--type-page .layout--onecol img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#header {
  margin-bottom: -10px;
}

.rtecenter {
  text-align: center;
}

/*override for legacy formatting*/
.node--type-news h3,
.node--type-page h3 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;

}

/* ckeditor accordion */
.ckeditor-accordion-container>dl dt {
  border-top: 1px solid #CCCCCC;
}

.ckeditor-accordion-container>dl dt:first-child {
  border-top: none;
}

.ckeditor-accordion-container,
.ckeditor-accordion-container>dl dd {
  background-color: #F4F1F0;
}

.ckeditor-accordion-container>dl dt>a,
.ckeditor-accordion-container>dl dt>a:not(.button) {
  background-color: #FFF;
  border: none;
  text-decoration: none;

  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Quincy','Quincy CF', serif;*/
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.375rem;
  letter-spacing: 0.05em;
}

.ckeditor-accordion-container>dl dt:focus,
.ckeditor-accordion-container>dl dt>a:focus {
  outline: none;
}

.ckeditor-accordion-container>dl dt>a:hover,
.ckeditor-accordion-container>dl dt>a:not(.button):hover {
  background-color: #F4F1F0;
  color: #4F4F4F;
}

.ckeditor-accordion-container>dl dt.active>a,
.ckeditor-accordion-container>dl dt.active>a:not(.button) {
  background-color: #F4F1F0;
}

.ckeditor-accordion-container>dl dt>a,
.ckeditor-accordion-container>dl dt>a:not(.button) {
  color: #4F4F4F;
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:before,
.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:after {
  background: #4f4f4f;
}

.ckeditor-accordion-container>dl {
  border: unset;
}

.ckeditor-accordion-container>dl dd {
  position: relative;
  padding: 10px 15px 10px 50px;
}

.ckeditor-accordion-container>dl dd:last-child {
  border-bottom: unset;
}

/* .ckeditor-accordion-container > dl dd p {width: 700px; margin:auto;line-height: 1.7;} */
/* .ckeditor-accordion-container > dl dd.active {flex-direction: column; } */

@media (max-width:768px) {
  .ckeditor-accordion-container>dl dd p {
    margin-left: 3.4rem;
    margin-right: 3.4rem;
  }

  .ckeditor-accordion-container>dl dd {
    padding: 2rem 0 2rem 0;
  }
}

/* .ckeditor-accordion-container > dl dd p {
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
} */
/* ckeditor accordion */
.block-faq-btn hr {
  background: #197D5C;
}

.block-faq-answer {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.block-faq-answer.active {
  opacity: 1;
  display: block;
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/**********
Staff directory styles
 */
.staff-name {
  height: 4rem;
  line-height: 2rem;
}

.staff-position {
  min-height: 2rem;
}

.bg-library_events {
  background: #892006;
  color: #fff;
  fill: #fff;
}

@media (min-width: 992px) {
  .nav.directory-tabs button.h4 {
    font-size: 28px;
  }



}

/* body.page-node-44330 .email-link:hover, body.page-node-1681 .email-link:hover {
  background: #ffffff !important;
  padding: 10px;
  color: #A99A6F;
  border: 1px solid #A99A6F;
  transition: all .2s;
}
body.page-node-44330 .email-link, body.page-node-1681 .email-link {
  background: #A99A6F;
  padding: 10px;
  border: 1px solid #A99A6F;
  transition: all .2s;
} */
.staff-image img {
  width: 100%;
}

.nav.directory-tabs button.h4 {
  margin-left: 30px;
  margin-right: 30px;
}

.wp-block-cover.gallery-cta-item>img {
  width: 100%;
}

#page .wp-block-cover.is-position-top-right .wp-block-cover__inner-container {
  justify-content: flex-start;
  align-items: right;
}

#page .wp-block-cover.is-position-top-center .wp-block-cover__inner-container {
  justify-content: flex-start;
  align-items: center;
}

#page .wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container {
  justify-content: flex-end;
  align-items: right;
}

#page .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
  justify-content: flex-end;
  align-items: center;
}

#page .wp-block-cover.is-position-top-left .wp-block-cover__inner-container {
  justify-content: flex-start;
  align-items: left;
}

/************************************
           SEARCH RESULTS
************************************/
.view-search-content {
  margin-bottom: 60px;
}

.search-result {
  margin-top: 30px;
}

.search-result a {
  font-family: 'Quincy', 'Quincy CF', serif;
  font-size: 1.85rem;
  line-height: 1.4em;
  text-decoration: none;
}

.search-result a:hover,
.search-result a:active,
.search-result a:focus,
.search-result a.active {
  text-decoration: underline;
}

.search-result .views-field-search-api-excerpt {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 25px;
}

.search-result .views-field-created {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: 600;
}

/************************************
           RACING TERMINOLOGY DICTIONARY
************************************/
.view-racing-terms table tr {
  border-color: #197d5c;
}

.view-racing-terms table tr td,
.view-racing-terms table tr:first-child,
.view-racing-terms table tr:last-child {
  border: none;
  padding: 2em 1em;
}

.view-racing-terms table tr td p {
  margin: 0;
}

.view-racing-terms .attachment-before a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #197d5c;
  font-family: 'Quincy CF', serif;
  margin: 0.25em;
}


/************************************
           SOCIAL FEED EMBEDS
************************************/
.crt-widget {
  padding-top: 30px;
}

/************************************
           CIRCLE ICONS (see /racing/wagering/basics-of-betting)
************************************/
.ico-round {
  width: 25px;
  height: 25px;
  line-height: 18px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ico-round.bordered {
  border: 1px solid #4f4f4f;
}

.event-container {
  max-width: 1120px;
  margin: auto;
}



/************************************
           LIVE RACING BANNER
************************************/
.racing-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.font-quincy {
  font-family: 'Quincy CF', serif;
  font-size: 1.15rem;
  letter-spacing: 0.15rem;
}

.racing-banner .banner-link {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.racing-banner .banner-pick {
  width: 25px;
  font-size: 0.9rem;
}

.mr-5 {
  margin-right: 3rem !important;
}

.overlay-top-rgt {
  top: 0;
  right: 0;
  width: auto;
}




/************************************
           CLOCKERS COMMENTS
************************************/
.view-clocker-s-comments .view-content .views-row:nth-child(odd) {
  background: #f2f2f2;
}

.view-clocker-s-comments.view-display-id-block_1 .view-content {
  max-height: 75vh;
  overflow-y: scroll;
}