.hh-events .loading-spinner {
	 color: #847643;
	 margin-bottom:50px;
}
/* Event details */
/* Sidebar */

/* added by P.Johnson - gives positioning to datepicker */
.datepicker.datepicker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.datepicker table {
    border-top: 0;
}

.datepicker th {
    background: none;
    font-weight: 700;

}

 .datepicker.datepicker-dropdown {
	 z-index: 21 !important;
}


 .hh-events #mini-calendar .input-daterange input {
	 width: 100%;
	 height: 40px;
	 padding: 0 15px;
	 background-color: #fff;
	 border-radius: 2px;
	 border: 2px solid #e8eaed;
}
/* Accessibility fix */
 .hh-events :focus {
	 outline-offset: 2px;
	 outline-color: #847643;
}
/* Bootstrap Tooltips */
 .hh-events .tooltip {
	 font-family: muli, sans-serif;
	 font-size: 14px;
}
/* Opposite button */
 .hh-events .primary-button-white {
	 color:  #847643;
	 background-color: white;
}
 .hh-events .primary-button-white:hover, .hh-events .primary-button-white:focus {
	 color: white;
	 background-color: #847643;
	 outline: none;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle {
	 width: 100%;
	 height: 50px;
	 color: #11151c;
	 font-weight: bold;
	 background-color: white;
	 border: 2px solid #e8eaed;
	 border-radius: 2px;
	 padding-left: 10px;
	 cursor: pointer;
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
	 text-align:left;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 text-transform: capitalize;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle:focus, .hh-events .primary-button.primary-button-white.dropdown-toggle:active{
	 border-color: #e8eaed;
	 outline: none;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle:hover{
	 border-color: #847643;
	 outline: none;
}
 .hh-events .sidebar .dropdown-menu{
	 margin-top: 0px;
	 width: 100%;
	 border: 2px solid #e8eaed;
	 border-radius: 0;
	 box-shadow: none;
	 padding: 10px;
	 border-top: none;
	 background-clip: border-box;
	 max-height: 30vh;
	 overflow-y: auto;
	 padding-bottom: 0;
}
/* .hh-events .sidebar .dropdown.open:hover .dropdown-menu{
	 */
	/* border-color: #43739c;
	 */
	/* 
}
 */
 .hh-events .sidebar .dropdown.open:hover .primary-button.primary-button-white.dropdown-toggle{
	 border-color: #847643;
}
/* Events on Listing */
 .hh-events#main {
	 margin-top: 30px;
}
 .hh-events .page-title h1 {
	 display: inline-block;
}
 .hh-events .events-results {
	 color: #11151c;
	 font-size: 14px;
	 margin-bottom: 20px;
}
 .hh-events .events-results .event-count span, .hh-events .events-results .filter-count span {
	 font-weight: bold;
}
 .hh-events .events .event {
	 margin-bottom: 30px;
}
 @media only screen and (max-width: 991px) {
	 .hh-events .events .event:not(:last-child) {
		 padding-bottom: 20px;
		 box-shadow: 0px 16px 1px -15px #e8eaed;
	}
}
 .hh-events .event .event-image {
	 border-radius: 2px;
	 height: 140px;
	 display: block;
	 background-position: center;
	 background-size: cover;
}
 .hh-events .featured-events-list .event-image {
	 height: 70px;
}
 .hh-events .featured-events-list .event-details {
	 height: 70px;
	 display:flex;
	 align-items: center;
}
 .hh-events .event .image {
	 height: 100%;
	 margin-bottom: 10px;
}
 .hh-events .date-img {
	 text-align: center;
	 font-size: 30px;
	 text-transform: uppercase;
	 border: 2px solid #847643;
	 border-radius: 2px;
	 height: 100%;
	 box-shadow: 1px 1px #e8eaed;
}
 .hh-events .date-img .month {
	 background: #847643;
	 color: #fff;
	 border-bottom-right-radius: 2px;
	 border-bottom-left-radius: 2px;
	 margin: -1px;
}
 .hh-events .date-img .day {
	 padding: 10px;
	 height: calc(100% - 42px);
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
}
 .hh-events .sidebar .date-img .day {
	 height: auto;
}
 .hh-events .date-img .weekday {
	 font-size: 20px;
}
 .hh-events .sidebar .date-img .weekday {
	 font-size: 14px;
}
 .hh-events .sidebar .date-img .weekday span {
	 display:none;
}
 .hh-events a:hover .date-img {
	 border-color: #23527c;
}
 .hh-events a:hover .date-img .month {
	 background: #23527c;
}
 .hh-events .events-list .row.event {
	 display: none;
}
 .hh-events .events-list .row.event.filter-match {
	 display: block;
}
 .hh-events .events .event .title {
	 margin-bottom: 10px;
}
 .hh-events .event a:hover .title, .hh-events .event a:focus .title {
	 color: #847643;
}
 .hh-events .details {
	 color: #505050;
	 font-size: 12px;
	 line-height: 1.5;
	 text-transform: uppercase;
	 margin-bottom: 10px;
}
 .hh-events .details div:not(.tooltip):not(.tooltip-arrow):not(.tooltip-inner) {
	 display: inline;
	 margin-right: 8px;
	 margin-top: 10px;
	 font-weight: 500;
}
 .hh-events .details .date:before, .hh-events .details .location:before {
	 content: '\2022';
	 display: inline-block;
	 margin-right: 10px;
}
 .hh-events .details .featured:after {
	 content: '\2022';
	 display: inline-block;
	 margin-left: 4px;
}
 .hh-events .details .categories:before, .hh-events .details .time:before {
	 content: '';
}
 .hh-events .dot {
	 margin-right: 3px;
	 font-size: 10px;
	 height: 14px;
	 vertical-align: middle;
}
 .hh-events .dot span.sr-only {
	 color: #11151c;
}
 .hh-events .events .event p {
	 color: #11151c;
	 margin: 0;
}
 .hh-events .events .load-more button:focus {
	 outline: none;
}
 .hh-events .events .load-more {
	 display: none;
	 margin-bottom: 30px;
	 text-align: center;
}
 .hh-events .events .events-message {
	 display: none;
	 text-align: center;
}
/* Sidebar on Events Listing */
 @media only screen and (max-width: 991px) {
	 .hh-events .sidebar {
		 border: 2px solid #e8eaed;
		 border-radius: 2px;
		 padding: 25px 15px 0 15px;
		 margin-top: 10px;
	}
	 .hh-events .sidebar .section-title:nth-child(2) {
		 margin-top: 20px;
	}
	 .hh-events .sidebar.collapsed .gradient-overlay {
		 color: black;
		 -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
		 max-height: 200px;
		 overflow: auto;
	}
}
 .hh-events .sidebar .row {
	 margin-bottom: 20px;
}
 .hh-events .mobile-title {
	 position: absolute;
	 background-color: white;
	 text-transform: uppercase;
	 padding: 0 10px;
	 z-index: 30;
	 top: -3px;
	 left: 20px;
}
 .hh-events .mobile-title i {
	 color: #847643;
}
 .hh-events .search-expand {
	 color: #847643;
	 font-size: 25.629px;
	 top: -20px;
	 position: relative;
	 text-align: center;
	 z-index: 2;
}
 .hh-events .search-expand i {
	 background-color: white;
	 padding: 0 10px;
}
 .hh-events .plus-toggle {
	 cursor: pointer;
}
 .hh-events .sidebar input:focus {
	 outline: 2px solid #847643;
}
 .hh-events .sidebar .date-views {
	 margin-top: 20px;
	 font-weight: bold;
	 font-size: 14px;
}
 .hh-events .sidebar .date-views button {
	 color: #11151c;
	 text-align: center;
	 display: block;
	 padding: 15px 10px;
	 border: 2px solid #e8eaed;
	 border-radius: 2px;
	 background-color: white;
}
 .hh-events .sidebar .date-views button:hover, .hh-events .sidebar .date-views button:focus, .hh-events .sidebar .date-views button.active {
	 color: #847643;
	 border-color: #847643;
	 background-color: white;
	 z-index: 1;
	 outline: none;
}
 .hh-events .sidebar .row.event {
	 margin-bottom: 5px;
}
 .hh-events .sidebar .event h3.title {
	 font-size: 16px;
	 font-weight: 500;
	 margin-bottom: 0;
}
 .hh-events .sidebar .event .image .date-img {
	 font-size: 16px;
}
 .hh-events .sidebar .event .image .date-img .day {
	 padding: 2px;
}
 .hh-events .sidebar .event .details .featured, .hh-events .sidebar .event .details .location, .hh-events .sidebar .event .details .categories, .hh-events .sidebar .event p {
	 display: none !important;
}
 .hh-module .sidebar .primary-button.btn-block, .hh-module .sidebar .secondary-button.btn-block {
	 padding: 10px 10px;
}
/* Remove duplicate borders for certain screen sizes */
 @media only screen and (max-width: 991px) and (min-width: 768px), (min-width: 1200px) {
	 .hh-events .sidebar .date-views button:nth-child(3n+2), .hh-events .sidebar .date-views button:nth-child(3n+3) {
		 margin-left: -2px;
	}
	 .hh-events .sidebar .date-views button:nth-child(n+4) {
		 margin-top: -2px;
	}
}
 @media only screen and (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
	 .hh-events .sidebar .date-views button:nth-child(even) {
		 margin-left: -2px;
	}
	 .hh-events .sidebar .date-views button:nth-child(n+3) {
		 margin-top: -2px;
	}
}
 .hh-events .sidebar .checkboxes {
	 color: #11151c;
}
 .hh-events .sidebar .checkboxes label {
	 display: block;
	 position: relative;
	 padding-left: 35px;
	 margin-bottom: 12px;
	 cursor: pointer;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none 
}
 .hh-events .sidebar .checkboxes input[type="checkbox"] {
	 position: absolute;
	 opacity: 0;
	 cursor: pointer;
	 height: 0;
	 width: 0;
}
 .hh-events .checkmark {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 25px;
	 width: 25px;
	 border-radius: 12px;
	 background-color: #767676;
}
 .hh-events .sidebar .checkboxes label:hover, .hh-events .sidebar .checkboxes label input:focus~span {
	 color: #847643;
}
 .hh-events .sidebar .checkboxes label:hover .checkmark, .hh-events .sidebar .checkboxes label input:focus~.checkmark {
	 -webkit-box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
	 box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
}
 .hh-events .sidebar .checkboxes .checkmark:after {
	 content: "";
	 position: absolute;
	 display: none;
}
 .hh-events .sidebar .checkboxes label input:checked~.checkmark:after {
	 display: block;
}
 .hh-events .sidebar .checkboxes label .checkmark:after {
	 left: 9px;
	 top: 4px;
	 width: 8px;
	 height: 14px;
	 border: solid white;
	 border-width: 0 3px 3px 0;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .hh-events .sidebar .dropdown select, .hh-events .sidebar-detail .dropdown select {
	 width: 100%;
	 height: 50px;
	 color: #11151c;
	 font-weight: bold;
	 background-color: white;
	 border: 2px solid #e8eaed;
	 border-radius: 2px;
	 padding-left: 10px;
	 cursor: pointer;
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
}
 .hh-events .sidebar .dropdown select option, .hh-events .sidebar-detail .dropdown select option {
	 font-weight: normal;
}
 .hh-events .sidebar .dropdown select:hover, .hh-events .sidebar .dropdown select:focus, .hh-events .sidebar-detail .dropdown select:hover, .hh-events .sidebar-detail .dropdown select:focus {
	 border-color: #847643;
	 outline: none;
}
 .hh-events .sidebar .dropdown:after, .hh-events .sidebar-detail .dropdown:after {
	 content: "\f107";
	 font-family: "Font Awesome 5 Free";
	 position: absolute;
	 top: 10px;
	 right: 15px;
	 z-index: 5;
	 font-weight: 900;
	 font-size: 24px;
	 pointer-events: none;
}
 .hh-events .feeds a {
	 color: #11151c;
	 margin-right: 15px;
	 white-space: nowrap;
}
 .hh-events .feeds a:hover {
	 color: #847643;
}
 .hh-events .back-to-top {
	 background-color: #847643;
	 cursor: pointer;
	 position: fixed;
	 bottom: 15px;
	 right: 15px;
	 border-radius: 2px;
	 display: none;
	 z-index: 10;
}
 .hh-events .back-to-top:hover {
	 background-color: #23527c;
}
/* Event Page Details */
 .hh-events.breadcrumbs {
	 background-color: #f5f5f5;
}
 .hh-events.breadcrumbs ol {
	 padding-top: 15px;
	 padding-bottom: 15px;
}
 .hh-events.breadcrumbs ol li {
	 display: inline-block;
}
 .hh-events.breadcrumbs ol li+li:before {
	 display: inline-block;
	 padding-right: .5rem;
	 padding-left: .5rem;
	 color: #767676;
	 content: "/";
}
 .hh-events.breadcrumbs ol li a {
	 color: #11151c;
}
 .hh-events.breadcrumbs ol li:hover a {
	 color: #847643;
}
 .hh-events .content-detail {
	 margin-bottom: 40px;
}
 .hh-events .sidebar-detail .row {
	 /*margin-bottom: 20px;*/
}
 .hh-events .sidebar-detail .save-date {
	 margin-bottom: 20px;
}
 .hh-events .info>div {
	 margin-bottom: 10px;
	 display: table;
}
 .hh-events .info>div>div {
	 display: table-cell;
	 vertical-align: middle 
}
 .hh-events .icon {
	 width: 40px;
	 height: 40px;
	 color: #847643;
	 border: 1px solid #e8eaed;
	 line-height: 40px;
	 border-radius: 50%;
	 text-align: center;
	 margin-right: 10px;
}
 .hh-events .filters .filter {
	 font-size: 12px;
}
 .hh-events .filters .filter .filter-label {
	 font-weight: bold;
	 margin-bottom: 5px;
	 margin-top: 20px;
	 text-transform: uppercase;
	 color: #11151c;
	 font-size: 12px;
}
 .hh-events .filters .filter .dot+.dot {
	 margin-left: 10px;
}
 .hh-events .filters .filter div {
	 display: inline-block;
	 margin-right: 8px;
}
 .hh-events .filters .filter:not(.dots) div+div:before {
	 content: '\2022';
	 display: inline-block;
	 margin-right: 10px;
}
 .hh-events .icon-list {
	 /*margin-bottom: 20px;*/
}
 .hh-events .icon-list span {
	 color: #11151c;
	 font-size: 16px;
	 margin-right: 10px;
}
 .hh-events .icon-list a:hover span {
	 color: #847643;
}
 .hh-events .feeds {
	 /*margin-bottom: 20px */
}
 .hh-events .related-events .event,.hh-events.hh-events-block .event {
	 margin-bottom: 30px;
}
 .hh-events .related-events .event .title,.hh-events.hh-events-block .event .title {
	 font-size: 16px;
	 padding-top: 10px;
}
 .hh-events .related-events.mt-5 {
	 margin-top: 3rem!important;
}
 .hh-events .show-hhe {
	 display:block !important;
}
 .hh-events .hide-hhe {
	 display:none !important;
}
 .hh-events .related-events.mobile {
	 display:block;
}
 .hh-events .related-events.desktop {
	 display:none;
}
 @media (min-width: 767px){
	 .hh-events .related-events.mobile {
		 display:none;
	}
	 .hh-events .related-events.desktop {
		 display:block;
	}
}
body {
	 font-family:roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hh-events .reg-iframe-container {
    padding-top: 70px; 
    margin-top: -70px;

}

/*the above margin and padding creates overlap with the content-detail div so raising the stack order */
.hh-events .content-detail {
	z-index: +1;
}


.hh-events .content-detail, .hh-events .sidebar-detail {
    margin-bottom:0 !important;
}
 .hh-events .reg-iframe-container {
	 width:100%;
}
 .hh-events .filters .filter {
	 margin-bottom: 20px;
}
 .hh-events .filters .filter .filter-label {
	 font-size: 14px;
	 line-height: 1;
	 margin: 5px 0;
}
 .hh-module h1, .hh-module h2 {
	 /*font-family: roboto-slab, Garamond, "Times New Roman", serif;*/
     font-family: din-2014, sans-serif;
	 font-size: 40px;
	 font-weight: 300;
	 line-height: 50px;
	 color: #003057;
}
 .hh-module button {
	 overflow: hidden;
	 font-weight:700;
}
 .button:focus, .button:hover {
	 border: 1px solid #b3a369;
	 color: #262626;
}
 .hh-events .sidebar .dropdown:after, .hh-events .sidebar-detail .dropdown:after {
	 top: 5px;
}
 .hh-module .input {
	 width: 100%;
	 height: 40px;
	 padding: 0 15px;
	 background-color: #fff;
	 border-radius: 2px;
	 border: 2px solid #e8eaed;
}
 .hh-events a.button {
	 background-color: #847643;
}

 .hh-events a.button--tertiary {
	 background-color: #003057;
}

 .hh-events a.button:hover, .hh-events a.button:focus {
     text-decoration:none;
 }

 .hh-events .related-events .events .event .title {
	 margin-top: 0;
	 line-height: 1.5;
}
 .hh-events .filters.location .filter div {
	 display: block;
}
 .hh-events .filters.location .filter div+div:before {
	 display:none !important;
	 margin-right:0;
}
 .row {
	 margin-left: -10px;
	 margin-right: -10px;
}
 .hh-events .reg-link-container {
	 margin-top: 25px;
}
 .hh-events .icon {
	 color: #262626;
}
 .hh-events .icon-list span {
	 color: #a4925a;
}
 .hh-events .icon-list a:hover span {
	 color: #847643;
}
 .hh-events .sidebar .date-views button {
	 padding: 15px 8px;
}
 .events {
	 padding-top: 0;
}
 .hh-events .back-to-top {
	 background-color: #262626;
	 color: #fff;
	 border: 1px solid #262626;
	 transition: border .2s cubic-bezier(0.16,.62,.7,.47),color .2s cubic-bezier(0.16,.62,.7,.47);
}
 .hh-events .back-to-top:hover {
	 background-color: #fff;
	 color: #262626;
	 border-color: #847643;
}
 .h1, h1 {
	 font-size: 39px;
	 font-weight: 400;
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	 margin-top: 0;
}
 .hh-events .event a:hover .title, .hh-events .event a:focus .title {
	 outline-color: #a4925a;
	 color: #a4925a;
}
 .hh-events .sidebar .row {
	 display: block;
}
 .container {
	 padding-right: 10px;
	 padding-left: 10px;
	 margin-right: auto;
	 margin-left: auto;
}
 .container:before, .container:after {
	 display: inline;
	 content: "";
}
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	 padding-left: 10px;
	 padding-right: 10px;
}
 .events .events__card-group {
	 justify-content: center;
}
 .hh-events .mobile-title i {
	 color: #262626;
}
 .hh-events .loading-spinner {
	 color: #262626;
}
 .hh-events .search-expand {
	 color: #262626;
}
 .hh-events .feeds a {
	 color: #262626;
}
 .hh-events#main {
	 padding-top: 20px;
}
 @media (min-width: 992px) {
	 .hh-events#main {
		 padding-top: 40px;
	}
}
 .hh-events .icon-list span, .hh-events .feeds a {
	 color: #262626;
}
 .hh-events .icon-list a:focus, .hh-events .icon-list a:hover, .hh-events .feeds a:focus , .hh-events .feeds a:hover{
	 color: #a4925a;
	 text-decoration: none;
}
 .hh-events a {
	 color: #262626;

}
 .hh-events a:focus, .hh-events a:hover {
	 color: #a4925a;
}
 .hh-events a.button {
	 color:#fff;
}
 .hh-events a.button:focus, .hh-events a.button:hover {
	 border: 1px solid #b3a369;
	 color: #262626;
}
 .hh-events .side-details-mobile {
	 display:block;
	 margin-top:25px;
	 margin-bottom:25px;
}
 .hh-events .side-details-desktop {
	 display:none;
}
 .hh-events .content-detail {
	 margin-bottom: 20px;
}
 @media (min-width: 767px){
	 .hh-events .side-details-mobile {
		 display:none;
	}
	 .hh-events .side-details-desktop {
		 display:block;
	}
	 .hh-events .content-detail {
		 margin-bottom: 40px;
	}
}
 .hh-module .section-title .title {
	 color: #262626;
	 /*font-family: roboto-slab, Garamond, "Times New Roman", serif;*/
     font-family: din-2014, sans-serif;
	 font-size: 20px;
	 font-weight: 700;
	 position: relative;
	 width: -webkit-max-content;
	 width: max-content;
	 text-transform: none;
}
 .hh-module .section-title:after {
	 background-color: #b3a369;
	 content: "";
	 height: 1px;
	 top: 11px;
}
 .hh-events .content {
	 font-size:16px;
	 padding-bottom: 2em;
}
 .hh-events .sidebar .dropdown select:hover, .hh-events .sidebar .dropdown select:focus, .hh-events .sidebar-detail .dropdown select:hover, .hh-events .sidebar-detail .dropdown select:focus {
	 border-color: #a4925a;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle:hover {
	 border-color: #847643;
	 outline: none;
}

.back-to-events-container {
    margin-top: 1.2em;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}

 .hh-events .button.button--secondary {
	 border: 1px solid #003057;
	 background-color: #fff;
	 color: #003057;
}
 .hh-events .button.button--secondary:hover:after, .hh-events .button.button--secondary:focus:after, .hh-events .button.button--secondary:hover, .hh-events .button.button--secondary:focus {
	 background-color: #847643;
	 border: 1px solid #b3a369;
	 color: #fff;
}

.hh-events .mobile-title {
    text-transform: none;
    background-color: transparent;
    font-size: 35px;
    position:relative;
}

.hh-events .filter a {
	color: #847643;
    text-decoration: underline;
}

