<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Washington Hebrew Congregration 
Description: A Community of the Heart.
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import url("css/unitegallery/css/unite-gallery.css");
@import url("https://use.typekit.net/mcx5zou.css");

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #F9F7F4;
  	font-family: 'futura-pt', sans-serif;
	height: 100%;
	color: #000;
	margin: 0 auto !important;
}

body.disable-scroll {
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: 600;
}

a:hover, a:focus {
	color: #c99700;
}

p {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	color: #002d72;
	margin-bottom: 1rem;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
	text-transform: none;
}

h5 {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	text-transform: none;
}

h2 a, h3 a, h4 a {
	color: #002d72;
}

h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus {
	color: #c99700;
}

ol, ul {
	padding-left: 20px;
	margin-bottom: 18px;
}

ol, ul, li {
	font-size: 18px;
	line-height: 1.5;
}

/*Selection Styles*/

::selection {
  background: #002d72; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #002d72; /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #000000 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
   opacity: 1;
}

/*Alignments*/

.center, .right, .left {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*Background Colors*/

.navy {
	background-color: #002D72;
}

.yellow {
	background-color: #c99700;
}

.midnight {
	background-color: #001433;
}

.gray {
	background-color: #f0f0f0;
}

.tan {
	background-color: #F9F7F4;
}

.smoke {
	background-color: #f8f8f8;
}

.navy h1, .navy h2, .navy h3, .navy h4, .navy h5, .navy p, .navy li, .navy a {
	color: white;
}

/*Bootstrap Hacks*/

.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
	background-color: transparent;
}

.screen-reader-text {
	display: none;
}

.frame img {
	max-width: 100%;
    height: auto;
}

.pb-45 {
	padding-bottom: 2rem !important;
}

.pt-45 {
	padding-top: 2rem !important;
}

.btn, .btn:visited, .tribe-common a.btn, .tribe-common a.btn:visited {
	display: inline-block;
    background-color: #C99700;
    color: white;
    border-radius: 23px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
    padding: 10px 23px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    font-size: 15px;
}

.btn:hover, .btn:focus, .tribe-common a.btn:hover, .tribe-common a.btn:focus {
	background-color: #002D72;
	color: white;
}

a.btn:not([href]):not([tabindex]) {
	color: white;
}

.btn.square-btn {
	border-radius: .25rem;
}

.small {
	font-size: 14px !important;
}

.select-css, .sidebar select {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #7070701A;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('img/chevron-down-solid.svg'),
	  linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand, .sidebar select::ms-expand {
	display: none;
}
.select-css:hover, .sidebar select:hover {
	border-color: #888;
}
.select-css:focus, .sidebar select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option, .sidebar select option {
	font-weight:normal;
}

.select-css option.level-0 {
	text-transform: none;
}

.password-btn {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-right: 18px;
	border: 2px solid #7070701A;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	height: 43px;
    top: 2px;
    position: relative;
}

.bg {
	background-size: cover;
}

a.social-media-icon {
	display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #C99700;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-right: 9px;
    padding: 3px 4px;
    font-size: 15px;
}

.mobile-utility a.social-media-icon {
	flex: 0 0 27px;
}

a.social-media-icon:hover, .navy .btn:hover, .navy .btn:focus, .mobile-utility a.social-media-icon:hover {
	color: #fff;
	background-color: #b48801;
}

.round {
	border-radius: 50%;
}

.search-field {
    background-image: url('img/search-icon.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 7px);
    border: none;
    padding-right: 25px;
    font-size: 14px;
}

.search-series-events {
	margin-top: -18px;
}

.search-series-events-dates span:last-of-type {
	display: none;
}

.scroll-down {
	position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
}

.scroll-down span {
	background-color: rgba(0,45,115,.8);
	display: inline-block;
}

.scroll-down h6 {
	color: white;
}

.scroll-down svg {
    color: #C99700;
    height: .875em;
    text-align: center;
    font-size: 21px;
}
	
#INDmenu-btn {
	display: none !important;
}

#equalweb-btn {
	background: transparent;
    border: 1.5px solid #C99700;
    outline: 0;
    border-radius: 50%;
    padding: 5px;
    width: 27px;
    height: 27px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: inherit;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider ul.slick-dots {
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
	margin-bottom: 0;
    padding-left: 0;
}

.slick-slider ul.slick-dots li {
	padding: 0 5px;
	flex: 0 0 22px;
    max-width: 22px;
}

.slick-slider ul.slick-dots &gt; li:only-child {
	display: none;
}

.slick-slider ul.slick-dots li::marker {
	content: none;
}

.slick-slider ul.slick-dots li button {
	font-size: 0;
    line-height: 0;
    border: 0;
    outline: none;
    background: transparent;
	position: relative;
}

.slick-slider ul.slick-dots li button::before {
	content: 'â€¢';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	background-color: #000;
	border-radius: 50%;
	box-shadow: 0 0px 3px #00000030;
}

.slick-slider ul.slick-dots li.slick-active button::before {
	background-color: #C99700;
}

.slick-slider a.slick-arrow {	
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1029;
	cursor: pointer;
	font-size: 30px;
	color: #C99700;
}

.slick-slider a.slick-arrow.slick-disabled {
	cursor: not-allowed;
	pointer-events: none;
	color: #cccccc;
}

.slick-slider a.slick-arrow:hover {	
	color: #002D72;
}

.navy .slick-slider a.slick-arrow:hover {	
	color: #ffffff;
}

.slick-slider a.slick-arrow.slick-prev {
	left: 0;
}

.slick-slider a.slick-arrow.slick-next {
	right: 0;
}

/*Alert Bar*/

.alert-bar {
	background: #C99700;
	color: white;
}

.alert-bar a {
	color: white;
}

.alert-bar p:last-child {
	margin-bottom: 0;
}

/*Menu*/

.utility-menu .yamm a {
	font-size: 12px;
	text-transform: uppercase;
	color: #8096B9;
	text-decoration: none;
	padding: 8px 3px !important;
}

.utility-menu .yamm a:hover {
	color: white;
}

.menu {
	background-color: #F9F7F4;
}

.header .menu {
	max-height: calc(100vh - 42px);
	overflow-y: auto;
}

.header .menu::-webkit-scrollbar, .yamm .dropdown.yamm-fw .dropdown-menu::-webkit-scrollbar {
	width: 5px;
}

.header .menu::-webkit-scrollbar-thumb, .yamm .dropdown.yamm-fw .dropdown-menu::-webkit-scrollbar-thumb {
	background: #C99700; 
	border-radius: 30px;
}

.main-menu {
	background-color: #002D72;
	overflow: hidden;
	z-index: 1;
}

.menu a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.main-menu .menu-level-7, .main-menu .menu-level-0.menu-reopening {
	padding-left: 1.5rem!important;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-caret {
    position: absolute;
    top: 7px;
    right: 45px;
    cursor: pointer;
    color: white;
}

.chevron-icon.chevron-up {
	display: none;
	color: #C99700;
}

.yamm .nav, .yamm .collapse, .yamm .dropup {
	position: static;
}

.collapse {
	display: flex;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 !important;
	border: none;
	border-radius: 0;
	top: 0;
	height: calc(100% - 120px);
	padding-top: 0;
	padding-bottom: 0;
	background: #002D72;
	display: block;
	transform: translateX(100%);
	transition: all linear 0.3s;
	visibility: hidden;
	overflow-y: auto;
}

.yamm .dropdown.yamm-fw.submenu-open .dropdown-menu {
	transform: translateX(0);
	visibility: visible;
}

.yamm a:hover, .yamm a:focus {
	color: #C99700;
}

.fa-chevron-down:hover {
	color: #C99700;
}

.yamm .dropdown.yamm-fw.menu-give:hover a, .yamm .dropdown.yamm-fw.menu-give:focus a {
	color: #fff;
}

.menu-links-col {
	padding-top: 18px;
	padding-bottom: 18px;
}

.yamm ul.elementy-ul {
	display: none;
	list-style-type: none;
	padding: 12px 3rem 6px;
	background-color: #041332;
}

.yamm .elementy-ul li {
	margin-bottom: 9px;
}

.menu-hamburger {
	font-size: 21px;
	cursor: pointer;
}

.navbar-toggler {
	color: #000000;
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon.menu-close {
	display: none;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon.menu-open {
	display: none;
}

#whc-menu &gt; .nav {
	height: calc(100vh - 288px);
	width: 100%;
}

#whc-menu .dropdown-menu a {
	text-transform: none;
	max-width: calc(100% - 75px);
}

#whc-menu &gt; .nav &gt; li {
	font-size: 16px;
	position: static;
}

#whc-menu .elementy-ul li {
	font-size: 14px;
}

.mobile-back-button {
	outline: 0;
	color: #fff;
	font-size: 12px;
}

.mobile-back-button:hover {
	color: #C99700;
}

/*Full Screen Menu*/

.full-menu {
	display: none;
	background: transparent linear-gradient(180deg, #033C95 0%, #002764 100%) 0% 0% no-repeat padding-box;
	position: fixed;
	z-index: 1031;
	max-height: 100vh;
	overflow-y: scroll;
	padding-bottom: 100px;
}

.full-menu::-webkit-scrollbar {
	width: 5px;
}

.full-menu::-webkit-scrollbar-thumb {
	background: #C99700; 
	border-radius: 30px;
}

.close-menu {
	color: white;
	font-size: 36px;
	cursor: pointer;
}

.menu-expand {
	cursor: pointer;
}

.menu-expand .menu-icon {
	display: none;
}

/*Header*/

.hero-image {
	position: relative;
	height: 300px;
	background-image: url('img/default-hero.jpg');
}

.hero-overlay {
	position: absolute;
	background-color: rgba(0,0,0,.5);
}

.hero h1, .hero h3 {
	color: #fff;
}

/*Breadcrumbs*/

.breadcrumbs {
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #B8B8B8;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #c99700;
}

.breadcrumbs span {
	color: #002D72;
	font-size: 15px;
	font-weight: 600;
}

/*Page*/

.whc-section {
	padding-top: 36px;
	padding-bottom: 36px;
	overflow: hidden;
}

.whc-section li {
	margin-bottom: 9px;	
	line-height: 1.5;
}

.grid-rows .row + .row {
	margin-top: 1rem;
}

.expander-link, .expander-link:focus {
	cursor: pointer;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: inherit;
	background-color: transparent;
	width: 100%;
	text-align: left;
}

.expander-link:focus-visible {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.expander-text, .expander-icon.minus {
	display: none;
}

.expander-icon {
	display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.expander-icon.plus {
	color: #C99700;
}

.expander-icon.minus {
	color: #B8B8B8;
}

.nudge {
	overflow: hidden;
}

.nudge:hover {
	top: -2px;
}

.testimonial-text {
	font-size: 24px;
}

.scroll-prev {
	position: absolute;
	left: 21px;
    top: 0;
    bottom: 0;
    z-index: 1029;
}

.scroll-next {
	position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    z-index: 1029;
}

.scrolling-content.navy {
	background:linear-gradient(180deg, rgba(0,45,114,1) 0%, rgba(0,36,89,1) 100%);
}

.scroll-nav {
	cursor: pointer;
}

.scroll-nav img {
	width: 32px;
	height: 32px;
}

.scrolling-image, .scrolling-content--slider .scrolling-image {
	height: 350px;
	position: relative !important;
}

.scroll-bg {
	background-color: rgba(0,0,0,.5);
}

.cycle-slide-active .scroll-bg, .gallery-tile .scroll-bg, .slick-current .scroll-bg {
	background: linear-gradient(180deg, #00000000 50%, #000000 100%) 0% 0% no-repeat;
}

.scroll-title {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: normal;
}

.scroll-title a:hover {
	text-decoration: underline;
}

.scroll-title h3, .scroll-title h3 a  {
	color: white;
	text-decoration: none;
}

.scroll-text {
	display: none;
	white-space: normal;
	color: white;
}

.scroll-text p {
	color: white;
}

.cycle-slide-active.scrolling-image:hover .scroll-title, .slick-current.scrolling-image:hover .scroll-title {
	bottom: auto;
}

.cycle-slide-active.scrolling-image:hover .scroll-title h3, .slick-current.scrolling-image:hover .scroll-title h3 {
	text-transform: none;
	margin-bottom: .25rem!important;
}

.cycle-slide-active.scrolling-image:hover .scroll-text, .slick-current.scrolling-image:hover .scroll-text {
	display: block
}

.cycle-slide-active.scrolling-image:hover .scroll-bg, .slick-current.scrolling-image:hover .scroll-bg {
	background-color: rgba(0,45,114,.85);
}

.cycle-slide-active.scrolling-image:hover .scroll-bg, .slick-current.scrolling-image:hover .scroll-bg {
	background: rgba(0,45,114,.85);
}

.scrolling-content--slider .slick-slider a.slick-arrow.slick-prev {
	left: -60px;
}

.scrolling-content--slider .slick-slider a.slick-arrow.slick-next {
	right: 15px;
}

.learn-more a {
	font-size: 14px;
	color: #C99700;
	text-transform: uppercase;
	text-decoration: none;
}

.event-title .learn-more {
	margin-bottom: 9px;
}

.cta-bg {
	background-image:url('img/stained-glass-divider.png');
	background-repeat: repeat-x;
	height: 19px;
}

.service-times h4 {
	color: #C99700;
	text-transform: uppercase;
}

.image-bg {
	position: absolute;
    top: 0;
    background: linear-gradient(180deg, #00000000 10%, #000000 100%) 0% 0% no-repeat;
}

.image-title {
	position: absolute;
    bottom: 18px;
    left: 18px;
    width: 90%;
    white-space: normal;
}

.image-title h3, .image-title h3 a {
	font-size: 18px;
	color: white;
	text-decoration: none;
}

.image-title h5, .image-title h5 a {
	color: white;
	text-decoration: none;
}

.gallery-title {
	position: absolute;
    bottom: 18px;
    left: 18px;
    width: 90%;
    white-space: normal;
}

.gallery-title h3, .gallery-title h3 a {
	font-size: 18px;
	color: white;
	text-decoration: none;
}

.gallery-title h5, .gallery-title h5 a {
	color: white;
	text-decoration: none;
}

.gallery-tile {
	width: 350px !important;
	height: 260px;
	position: relative !important;
}

.full-width-background {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.full-width-background  h2, .full-width-background h3, .full-width-background h4, .full-width-background h5, .full-width-background p, .full-width-background a, .full-width-background li {
	color: white;
}

.full-width-background .btn {
	margin-bottom: 1rem;
}

.people-title {
	font-size: 24px;
}

.bw {
	filter: grayscale(100%);
}

img.bw:hover, img.bw:focus, img.bw:active {
    filter: none;
    -webkit-transition: .5s -webkit-filter linear;
    -moz-transition: .5s -moz-filter linear;
    -moz-transition: .5s filter linear;
    -ms-transition: .5s -ms-filter linear;
    -o-transition: .5s -o-filter linear;
    transition: .5s filter linear;
}

.more-style {
	color: #002D72;
	font-size: 16px;
}

.list-items {
	list-style-type: none;
    padding-left: 0;
}

.list-item {
	display: block;
    margin-right: 18px;
    margin-left: 18px;
}

.list-item svg {
	color: #C99700;
	margin-right: 8px;
	margin-left: -28px;
}

.blog-filter-bar {
	padding: 1.5rem;
}

.blog .select-css {
	display: inline-block;
}

.blog-cat {
	position: absolute;
    top: 18px;
    left: 18px;
    text-transform: uppercase;
    background: rgba(0,0,0,.25);
    color: white;
    padding: 6px 9px;
    font-weight: bold;
    font-size: 12px;
}

.blog h3 a {
	text-decoration: none;
}

.blog h3 a:hover, .blog h3 a:focus {
	text-decoration: underline;
}

.featured-more {
	display: none;
}

.event-tile {
	max-width: 310px;
}

.image-title.blog-title h3 {
	font-size: 24px;
}

.image-title.blog-title a, .image-title.event-title a {
	text-decoration: none;
}

.image-title.blog-title a:hover, .image-title.blog-title a:focus, .image-title.event-title a:hover, .image-title.event-title a:focus {
	text-decoration: none;
}

.image-title.event-title {
	bottom: 0;
}

.image-title.event-title h5 {
	color: white;
} 

.cycle-pager span, .scrolling-pager span {
	font-size: 36px;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active, .scrolling-pager span.cycle-pager-active {
    color: #C99700;
}

.whc-section.image-links + .whc-section.image-links {
	padding-top: 0;
	margin-top: -36px;
}

.staff--filters .btn:focus {
	background-color: #C99700;
	box-shadow: none;
}

.staff--filters .btn[aria-pressed=false], .staff--filters .btn[aria-pressed=false]:focus {
	color: #002d72;
	background: transparent;
	box-shadow: none;
}

.staff--filters .btn[aria-pressed=false]:hover {
	color: #ffffff;
	background: #002d72;
}

.staff--posts__more--loading svg {
	max-width: 100px;
}

/*Homepage*/

.homepage-hero-image {
	position: relative;
	height: 620px;
}

.youtube-background {
	z-index: -1 !important;
	background-image: none !important;
}

.youtube-background iframe {
	transition: opacity 1000ms ease-in-out;
	transition-delay: 250ms;
}

.video-still {
	z-index: -2;
	position: absolute;
}

#hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

/*Single*/

h3.byline {
	color: #000000;
}

.categories .fa-tags {
	color: #B8B8B8;
}

.categories a, .next-prev a {
	color: #002D72;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.categories a:focus, .categories a:hover, .next-prev a:hover, .next-prev a:focus {
	text-decoration: underline;
}

.people-contact a, .navy .people-contact a {
	font-size: 24px;
	color: #C99700;
	text-decoration: none;
}

.people-contact a:hover, .people-contact a:focus {
	text-decoration: underline;
}

/*Sidebar*/

.sidebar h5 {
	text-transform: uppercase;
}

.sidebar .search-field {
	padding: .6em 1.4em .5em .8em;
}

.sidebar aside.widget {
	border-bottom: 1px solid rgba(184,184,184,.2);
}

.sidebar ul {
	padding-left: 0;
}

.sidebar ul li {
	list-style-type: none;
}

.sidebar li a {
	font-size: 16px;
}

.sidebar li a:hover, .sidebar li a:focus {
	text-decoration: none;
}

.sidebar select {
	width: 100%;
}

/*Footer*/

.footer {
	position: relative;
}

.footer-container {
	position: absolute;
	background-color: rgba(0,45,114,.85);
}

.footer a {
	color: #C99700;
}

.footer a.btn {
	color: white;
}

.footer-menu a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}

.footer-menu a:hover, .footer-menu a:focus {
	color: #C99700;
}

.footer-menu .navbar-expand .navbar-nav .nav-link {
	padding: .5rem 1rem;
}

.footer h5, .footer h5 a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

 .footer h5 a:hover,  .footer h5 a:focus {
	 text-decoration: underline;
 }

.footer p {
	color: rgba(255,255,255,.75);
	font-size: 16px;
}

.subfooter {
	border-top: 2px solid #002D72;
}

.subfooter p, .subfooter a {
	color: rgba(255,255,255,.75);
	text-transform: uppercase;
}

/*Events Calendar*/

#tribe-events-content table.tribe-events-calendar {
	border: none;
}

#tribe-events-content .tribe-events-calendar td {
	border: 0.5px solid #D9D7D7;
}

.tribe-events-calendar thead th {
	background-color: transparent;
    color: #000;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    font-size: 16px;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
	background: transparent;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]&gt;a {
	color: #000;
	background: #D9D7D7;
	padding: 6px 9px;
}

.tribe-events-calendar td div.tribe_events a, .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
	font-size: 14px !important;
    font-family: 'futura-pt', sans-serif;
    text-decoration: underline !important;
}

.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a, .tribe-events-othermonth .tribe-events-month-event-title, .tribe-events-othermonth div[id*=tribe-events-daynum-] {
	opacity: 1;
	-khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-]&gt;a {
	background: #D9D7D740;
	color: rgba(0,0,0,.3);
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
	color: #000;
	background: #D9D7D7;
	padding: 6px 9px;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
	background: transparent;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
	color: #002d72;
}

#tribe-events-content table.tribe-events-calendar .tribe-events-thismonth.tribe-events-present .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
	color: #fff;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active, #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover {
	color: #c99700;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]&gt;a {
	background: #D9D7D7;
	color: #000;
	padding: 6px 9px;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	display: none !important;
}

.tribe-events-shortcode .tribe-events-month table .type-tribe_events {
	padding: 6px 8px;
}

.event-time {
	font-size: 12px;
	color: #000;
    padding: 0 3%;
    text-transform: uppercase;
}

#tribe-events-footer {
	border-top: 1px solid #D9D7D7;
    margin-top: 72px;
    padding-top: 36px;
}

#tribe-events .tribe-events-button {
	display: none !important;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li {
	text-transform: uppercase;
	cursor: pointer;
}

.tribe-events-sub-nav li span {
	display: none;
}

#tribe-bar-form .tribe-bar-filters, #tribe_events_filters_wrapper {
	display: none;
}

.home .events-bar-bg {
	background: #F9F7F4;
}

.events-bar select.select-css, .blog-filter-bar select.select-css, .blog-filter-bar .search-form {
	width: 100% !important;
	margin-bottom: 18px;
}

.featured-events .events-bar select.select-css {
	width: 29% !important;
	margin-right: 0%;
	margin-left: 3%;
}

.featured-events .events-bar .square-btn {
	display: none !important;
}

.featured-events--slider a.slick-arrow.slick-prev {
	left: 15px;
}

.featured-events--slider a.slick-arrow.slick-next {
	right: 15px;
}

.featured-events--slider .slick-track {
	min-width: 100%;
}

.featured-events--slider__single .nudge:hover {
	top: 0;
}

.tribe-events-title-bar .events-bar {
	margin-top: 3rem!important;
}

.tribe-events-title-bar .events-bar-bg {
	padding: 1.5rem!important;
}

#tribe-events-content .breadcrumbs a, #tribe-events-content a {
	text-decoration: underline;
}

#tribe-events-content .tribe-events-sub-nav a, #tribe-events-content a.btn {
	text-decoration: none;
}

#tribe-events-content a.btn, .tribe-events-event-meta a.btn {
	color: white;
}

.single-tribe_events .tribe-events-event-meta {
	background: transparent;
	border: none;
	margin: 0;
}

.single-tribe_events .tribe-events-event-meta.secondary {
	display: none;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	float: none;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	font-size: 14px;
    color: #002D72;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin-bottom: 18px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd, #tribe-events-content .tribe-events-abbr, #tribe-events-content .tribe-events-meta-group p {
	font-size: 16px;
    font-weight: bold;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	margin-bottom: 18px;
	margin-top: 0;
}

.tribe-events-meta-group.tribe-events-meta-group-venue .tribe-events-single-section-title {
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 3px;
}

.single-tribe_events .tribe-events-single-event-title {
	color: #002d72;
    font-family: 'futura-pt', sans-serif;
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.tribe-events-schedule h2 {
	display: block;
	margin-bottom: 9px;
	color: #002d72;
	font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'futura-pt', sans-serif;
}

.single-tribe_events .tribe-events-schedule .recurringinfo {
	display: none;
}

.single-tribe_events .tribe-events-schedule .tribe-events-divider {
	display: none;
}

.tribe-events-thismonth.tribe-events-present, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.tribe-events-present {
	background: #002D72;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background: #002D72;
	color: white;
	transition: all .2s cubic-bezier(.55,.085,.68,.53);
}

.tribe-events-thismonth.tribe-events-present div a, .tribe-events-thismonth.tribe-events-present .event-time, .tribe-events-othermonth.tribe-events-present div a, .tribe-events-othermonth.tribe-events-present .event-time {
	color: white;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-present:hover div[id*=tribe-events-daynum-] {
	background: #001433;
}

.tribe-events-thismonth.tribe-events-present div a:hover, .tribe-events-thismonth.tribe-events-present div a:focus, .tribe-events-othermonth.tribe-events-present div a:hover, .tribe-events-othermonth.tribe-events-present div a:focus {
	color: #c99700;
}

.tribe-events-sub-nav img, .next-prev img {
	width: 32px;
	height: 32px;
}

.tribe-events-meta-group.tribe-events-meta-group-other {
	display: none;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events.event_tags-whc-collects {
	background: #e0e0e0;
    margin: 0;
    padding: 10%;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events.event_tags-whc-collects h3 a {
	color: #002d72
}

#tribe-events-content .tribe-events-thismonth.tribe-events-present h3 a {
	color: white;
}

/*Events Calendar v2 Styles*/

.tribe_events-template-default .tribe-events-schedule {
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: var(--tec-spacer-1) 0 var(--tec-spacer-4);
}

.tribe_events-template-default .tribe-events-schedule h2 {
	width: 100%;
}

.tribe-events-content {
    font-family: 'futura-pt', sans-serif;
}

.single-tribe_events .tribe-events-cal-links .tribe-events-gcal, .single-tribe_events .tribe-events-cal-links .tribe-events-ical {
    background: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
    font-family: 'futura-pt', sans-serif;
}

.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
	display: none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 17px;
	color: #002d72;
	font-family: 'futura-pt', sans-serif;
	letter-spacing: 0;
	font-weight: 700;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	width: 100%;
}

.tribe-events-event-meta {
	font-size: 16px;
	font-family: 'futura-pt', sans-serif;
}

.tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover {
	color: #c99700;
}

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
    line-height: normal;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

#tribe-events-footer .tribe-events-sub-nav li {
	list-style-type: none;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li {
	float: left;
    margin-right: 5px;
    text-align: left;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
    float: right;
    margin-left: 5px;
    text-align: right;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

#tribe-events-pg-template {
	padding: 0;
}

.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #002d72;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	border-top: none;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	font-size: 18px;
    line-height: 1.5;
}

.tribe-events-content a {
	border-bottom: none;
    color: #000;
    transition: none;
}

.tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover, .single-tribe_events .tribe-events-cal-links .tribe-events-gcal:hover, .single-tribe_events .tribe-events-cal-links .tribe-events-ical:hover {
	border-bottom: none;
	color: #c99700;
}

.tribe-events-notices {
    background: #C99700;
    padding: 9px;
    color: #fff;
    font-weight: bold;
}

/* Events Calendar Updated Views */
:root {
	--tec-font-family-sans-serif: 'futura-pt', sans-serif;
	--tec-color-link-accent : #002d72;
}

.tribe-common .tribe-common-c-loader__dot circle {
    fill: #002D72;	
}

.tribe-events .tribe-events-header {
	margin-top: 45px !important;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:focus, .tribe-common .tribe-common-c-btn-icon--caret-left:focus {
	outline: none;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-left:focus .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-left:active .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right:hover .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right:focus .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right:active .tribe-common-c-btn-icon__icon-svg {
	width: 30px;
    height: 30px;
    background: #C99700;
    fill: #fff;
    padding: 7px;
    border-radius: 20px;
    text-align: center;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-left:focus .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-left:active .tribe-common-c-btn-icon__icon-svg {
	background: #b9b9b9;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:focus .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:active .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:hover .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:focus .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:active .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:disabled:hover .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:disabled:focus .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:disabled:active .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:disabled:hover .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled:focus .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled:active .tribe-common-c-btn-icon__icon-svg path  {
    fill: #fff !important;
}

.tribe-events-view--month.tribe-events .tribe-events-c-top-bar__nav {
	width: 100%;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
	justify-content: space-between;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item button[disabled] {
	visibility: hidden;
}

.tribe-events-view--month.tribe-events .tribe-events-calendar-month__body .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__nav-list--title {
	display: none;
}

.tribe-events .tribe-events-c-top-bar__nav-link--next, .tribe-events .tribe-events-c-top-bar__nav-link--prev {
	width: auto;
	display: block;
}

.tribe-events-view--month.tribe-events .tribe-events-calendar-month__body .tribe-events-c-top-bar.tribe-events-header__top-bar {
	position: relative;
}

.tribe-events-view--month.tribe-events .tribe-events-calendar-month__body .tribe-events-c-top-bar.tribe-events-header__top-bar &gt; .tribe-events-c-top-bar__datepicker {
	position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.tribe-events-view--month.tribe-events .tribe-events-calendar-month__header-column-title {
	text-align: center;
	font-weight: 700;
	color: var(--tec-color-text-primary);
}

.tribe-events .tribe-events-calendar-month__calendar-event {
	padding: 9px;
	margin: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link .tribe-common-c-svgicon--recurring path {
	fill: #000000;
	stroke: #000000;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__calendar-event-datetime-recurring-link .tribe-common-c-svgicon--recurring path {
	fill: #ffffff;
	stroke: #ffffff;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link:focus .tribe-common-c-svgicon--recurring path, .tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link:hover .tribe-common-c-svgicon--recurring path {
	fill: #C99700;
	stroke: #C99700;
}

.tribe-events .tribe-events-calendar-month__day-date {
	font-size: 12px !important;
    font-weight: 700;
	color: #000 !important;
    background: #D9D7D7;
    padding: 6px 9px !important;
	min-width: 30px;
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-7 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(700% + 6px);
}

.tribe-events .tribe-events-calendar-month__calendar-event-title, .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	text-transform: none;
	font-size: 14px !important;
    font-family: 'futura-pt', sans-serif;
    text-decoration: underline !important;
	font-weight: 700;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title:hover, .tribe-events .tribe-events-calendar-month__multiday-event-bar-title:hover {
    text-decoration: none !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title .tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	color: #002d72;
	border-bottom: 0;
	white-space: normal;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--hover .tribe-events-calendar-month__multiday-event-bar-title {
	text-decoration: none !important;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: 0;
}

.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar,
.tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
	border-radius: 0;
}

.tribe-events-view--month.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
	height: 38.5px;
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime, .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection .select2-selection__choice__text {
	font-size: 12px !important;
    font-family: 'futura-pt', sans-serif;	
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image-wrapper {
	display: none;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	position: relative;
	margin-bottom: 5px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
	border-bottom: 1px solid var(--tec-color-border-secondary-month-grid);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week .tribe-events-calendar-month__day-cell {
	border-right: 1px solid var(--tec-color-border-secondary-month-grid);
	min-height: 100px;
}

.tribe-events-view--month.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current, .tribe-events-view--month.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events-view--month .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container, .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: #002D72 ;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event, .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #c99700 !important;
}

.tribe-events-view--month.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title-link, .tribe-events-view--month.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime,  .tribe-events-view--month.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,  .tribe-events-view--month.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date-daynum {
	color: #ffffff;
}

.tribe-events .tribe-events-calendar-month__calendar-event--featured:before, .tribe-events .tribe-events-calendar-month__calendar-event-datetime-featured-icon, .tribe-events .tribe-events-calendar-month__multiday-event-bar-featured-icon, .tribe-events-view--month.tribe-events .tribe-events-c-top-bar__today-button, .tribe-events .tribe-events-calendar-month__body .tribe-events-c-top-bar__datepicker-container &gt; .datepicker-dropdown:not(:first-child) {
	display: none !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner, .tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: #e0e0e0;
	height: 38.5px;
}

.tribe-events .tribe-events-calendar-month__multiday-event--featured .tribe-events-calendar-month__multiday-event-bar-inner {
	padding: 9px 13.5px;
	margin-top: 0;
	margin-bottom: 0;
}

.tribe-common .filter-bar-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

.tribe-filter-bar .tribe-filter-bar__filters, .tribe-filter-bar .tribe-filter-bar__filters .tribe-filter-bar-c-filter {
	border: none !important;
	padding-bottom: 5px;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__container {
	margin-top: 5px !important;
	margin-left: 30px;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-container--default .select2-results &gt; .select2-results__options {
	max-height: 350px;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill, .tribe-events-view--month .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle, .tribe-events-view--month .tribe-filter-bar .tribe-filter-bar-c-clear-button, .tribe-filter-bar .tribe-filter-bar-c-clear-button {
	background-color: #C99700;
    color: white;
	border: #C99700;
    border-radius: 23px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
    padding: 10px 23px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    font-size: 15px;
    font-family: 'futura-pt', sans-serif;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus, .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover, .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus, .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover, .tribe-events-view--month .tribe-filter-bar .tribe-filter-bar-c-clear-button:hover, .tribe-filter-bar .tribe-filter-bar-c-clear-button:hover {
	background-color: #002D72;
	border-color: #002D72;
    color: white;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill::after {
	content: '';
	mask-image: url('img/chevron-down-solid.svg');
	-webkit-mask-image: url('img/chevron-down-solid.svg');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background-color: #ffffff;
	width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill, .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection {
	background-color: #C99700;
	color: white;	
	font-family: 'futura-pt', sans-serif;	
	font-size: 14px;
	border-radius: 23px !important;
	border: none;
	text-transform: uppercase;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
    padding: 10px 23px;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button {
	padding: 0;
	right: 10px;
}

.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button-icon path, .tribe-filter-bar .tribe-filter-bar-c-clear-button__reset-icon path, .tribe-events-view--month .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close-icon path, .tribe-filter-bar .tribe-filter-bar-c-clear-button:focus .tribe-filter-bar-c-clear-button__reset-icon path, .tribe-filter-bar .tribe-filter-bar-c-clear-button:hover .tribe-filter-bar-c-clear-button__reset-icon path {
	stroke: #fff;
}

.tribe-events-view--month .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters, .tribe-events-view--month .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-wrapper, .tribe-events-view--month .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__form {
	justify-content: center;
}
.tribe-filter-bar.tribe-filter-bar--horizontal, .tribe-filter-bar.tribe-filter-bar--vertical {
	display: block;
}

.tribe-events-view--month .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filters-legend, .tribe-events-view--month .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option, .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option, .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__choice__text {
	color: #fff;
    font-family: 'futura-pt', sans-serif;
	font-size: 15px;
}

.selected-filters h4 {
	font-weight: 600;
}

.tribe-events-tooltip-theme h3.tribe-events-calendar-month__calendar-event-tooltip-title, .tribe-events-tooltip-theme h3.tribe-events-calendar-month__calendar-event-tooltip-title a {
	font-size: 18px;
	line-height: 1.2;
	color: #002d72;
}

.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description, .tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description p {
	font-size: 16px;
}

.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description p.learn-more a:hover {
	color: #000;
	text-decoration: underline;
}

/* Event Series */

.single-tribe_event_series .series-sidebar .tribe-events-l-container {
	padding: 0;
	min-height: 250px;
}

.single-tribe_event_series .series-sidebar .tribe-events-header {
	margin-top: 0 !important;
}

.single-tribe_event_series .series-sidebar .tribe-events-header .tribe-events-header__events-bar, .single-tribe_event_series .series-sidebar .filter-bar-title,  .single-tribe_event_series .series-sidebar .tribe-events-pro-summary__event-title-icon {
	display: none;
}

.single-tribe_event_series .series-sidebar .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	background: transparent;
    border: none;
    color: #C99700;
    font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-tribe_event_series .series-sidebar .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
	text-transform: uppercase;
}

.single-tribe_event_series .series-sidebar .tribe-events .tribe-events-c-nav__next:disabled, .single-tribe_event_series .series-sidebar .tribe-events .tribe-events-c-nav__prev:disabled {
	font-size: var(--tec-font-size-1);
}

@media (max-width: 992px) {
	.selected-filters, .tribe-filter-bar .tribe-filter-bar__action-done {
		display: none;
	}
	.tribe-filter-bar.tribe-filter-bar--horizontal, .tribe-filter-bar.tribe-filter-bar--vertical {
		padding-top: var(--tec-spacer-5);
		background-color: #002D72;
		position: static;
	}
	.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle, .tribe-filter-bar .tribe-filter-bar-c-filter__toggle {
		font-family: 'futura-pt', sans-serif;
		color: #fff;
		text-transform: uppercase;
	}
	.tribe-common button, .tribe-common button:focus, .tribe-common button:hover {
		outline: none;
	}
	.tribe-filter-bar .tribe-filter-bar-c-filter__toggle-minus-icon path, .tribe-filter-bar .tribe-filter-bar-c-filter__toggle-plus-icon path, .tribe-filter-bar .tribe-filter-bar-c-clear-button:focus .tribe-filter-bar-c-clear-button__reset-icon path, .tribe-filter-bar .tribe-filter-bar-c-clear-button:hover .tribe-filter-bar-c-clear-button__reset-icon path {
		stroke: #fff;
	}
	.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option, .tribe-filter-bar .tribe-filter-bar__selected-filters-header .tribe-filter-bar__selected-filters-label {
		color: #fff;
	}
	.tribe-filter-bar .tribe-filter-bar-c-clear-button:hover {
		background-color: var(--tec-color-accent-secondary-hover) !important;
	}
	.tribe-events-view--month.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
		display: none;
		visibility: hidden;
	}
	.tribe-events-view--month.tribe-events .tribe-events-c-top-bar__nav,
	.tribe-events-view--month.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
		display: block !important;
		visibility: visible;
	}
	.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event--featured:after {
		content: '';
		display: table;
		clear: both;
	}
	.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper {
		max-width: 150px;
		float: left;
		margin-right: 15px;
	}
	.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
		color: #002d72;
		font-size: 20px;
	}
	.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
		color: #C99700;
	}
	.tribe-common .tribe-common-c-svgicon--featured path {
		fill: #C99700 !important;
	}
}

/* Popup Access Form */
.popup-page-access-form {
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.75);
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
	padding: 15px;
}

.popup-page-access-form .wFormContainer .wFormHeader {
	background-color: #ffffff;
}

.popup-page-access-form .wFormContainer .wForm {
	padding-top: 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popup-page-access-form .wFormContainer .wForm .wFormTitle {
	margin-top: 0;
}

.popup-page-access-form .popup-page-access-form--inner {
	flex: 1;
	max-height: 90%;
	width: 100%;
}
/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
	
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
	
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 21px;
    margin: 0;
    padding: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*Media Queries*/
@media (min-width: 576px) {

	.utility-menu .yamm a {
		font-size: 15px;
		padding: 8px 8px 8px 24px !important;
	}
}

@media (min-width: 601px) {
	
	.admin-bar .header.fixed-top {
		top: 32px;
	}
}

@media (max-width: 768px) {

	#tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active {
	    background-color: #002D72;
	}
	
	.tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
		padding: 6px 9px;
	}
	
	#tribe-events-content .tribe-events-calendar td.tribe-events-present:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-present:hover div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]&gt;a {
		background: transparent;
	}
	
	#tribe-events-content .tribe-events-calendar td.tribe-events-present:hover, .tribe-events-calendar td.tribe-events-present, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]&gt;a, #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
		background-color: #002D72;
	}
	
	.tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-]&gt;a {
		background: transparent;
	}
	
	#tribe-events-content table.tribe-events-calendar {
		width: 99%;
	}
	
	#tribe-events-footer nav {
		display: none;
	}
	
	.tribe-mobile-day-heading {
		font-size: 24px;
		text-align: center;
		padding-top: 18px;
	}
	
	#tribe-mobile-container .type-tribe_events~.type-tribe_events, #tribe-mobile-container .type-tribe_events {
		padding: 36px 18px;
	}

}

@media (min-width: 768px) {
	
	.align-center {
		text-align: center;
	}
	
	.btn + .btn {
		margin-left: 1.5rem;
	}
	
	.events-bar select.select-css, .blog-filter-bar select.select-css, .blog-filter-bar .search-form {
		width: 25% !important;
		margin-right: 3%;
		margin-bottom: 0;
	}
	
	#tribe-events-header {
		border-bottom: 1px solid #D9D7D7;
		margin-bottom: 36px;
		padding-bottom: 36px;
	}

	.single-tribe_event_series .series-content {
		padding-right: 30px;
	}

	.staff--posts__single--col-md-4:nth-child(-n+3) {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.featured-events--slider a.slick-arrow.slick-prev {
		left: -30px;
	}
	
	.featured-events--slider a.slick-arrow.slick-next {
		right: -30px;
	}
	
}

/*@media (max-width: 991px) {

	.yamm .dropdown.yamm-fw .dropdown-menu {
		top: 0 !important;
	}
}*/

@media (min-width: 992px) {

	.alignright {
		float:right;
	    margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
		float: right;
	    margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.right {
		text-align: right;
	}
	
	.col-lg-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.tooltip-inner {
		background-color: #a6093d;
	}
	
	.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
		border-top-color: #a6093d;
	}

	.utility-menu .yamm a {
		padding: 8px !important;
	}
	
	.main-menu {
		background-color: #F9F7F4;
	}
	
	.main-menu .menu-level-7 {
		display: none !important;
	}
	
	.main-menu .menu-level-0.menu-reopening {
		 padding-left: 0 !important;
	 }
	
	.menu {
		border-bottom: 1px solid rgba(0,0,0,.1);
	}

	.header .menu {
		max-height: none;
	}

	.header .menu .yamm.navbar-expand-lg {
		height: 100%;
	}
	
	.menu a {
		color: #002D72;
		font-size: 15px;
	}
	
	.menu .menu-give a.dropdown-toggle {
	    background-color: #C99700;
	    color: white;
	    border-radius: 23px;
	    text-transform: uppercase;
	    cursor: pointer;
	    white-space: normal;
	    padding: 10px 23px !important;
	    display: block;
	}
	
	.menu .menu-give a.dropdown-toggle:hover, .menu .menu-give a.dropdown-toggle:focus {
		background-color: #b48801;
	}
	
	.yamm .dropdown.yamm-fw:hover a.dropdown-toggle, .yamm .dropdown.yamm-fw:focus a.dropdown-toggle {
		color: #002D72;
		border-bottom: 3px solid #C99700;
	}
	
	.yamm .dropdown.yamm-fw.menu-give:hover a, .yamm .dropdown.yamm-fw.menu-give:focus a {
		border-bottom: none;
		color: white;
	}

	.yamm .dropdown {
		position: relative;
	}
	
	.dropdown-caret {
		display: none;
	}
	
	.yamm .dropdown.yamm-fw .dropdown-menu {
		background: transparent;
		display: none;
		transform: none;
	}

	#whc-menu, #whc-menu &gt; .nav {
		height: 100%;
	}

	#whc-menu &gt; .nav &gt; li, #whc-menu .elementy-ul li {
		font-size: 18px;
	}

	.full-menu-second-level, .full-menu-third-level {
		display: none;
	}
		
	.list-items {
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	}
	
	.list-item {
		display: inline-block;
	}
	
	.list-item svg {
		margin-right: 18px;
		margin-left: -38px;
	}
		
	.events-bar select.select-css, .blog-filter-bar select.select-css, .blog-filter-bar .search-form {
		width: 26% !important;
	}
	
	.full-menu ul {
		border-left: 1px solid #ffffff;
	}
	
	.full-menu a.nav-link {
		color: white;
		text-transform: uppercase;
    	text-decoration: none;
    	font-size: 21px;
    	padding: 1rem;
	}
	
	.full-menu a.nav-link:hover, .full-menu a.nav-link:focus {
		color: #ffffff;
		border-bottom: 3px solid #C99700;
	}
	
	.border-bottom {
		border-bottom: 3px solid #C99700 !important; 
	}
		
	@keyframes move {
	  from {border-color: transparent;}
	  to {border-color: white;}
	}
	
	.full-menu-second-level ul, .full-menu-third-level ul {
		position: relative;
		left: 0;
		border-color: transparent;
		animation: movetwo 1.5s, move 1s forwards 1.5s;
	}

	@keyframes movetwo {
	  from {left: 100%;}
	  to {left: 0}
	}
	
	.full-menu a.nav-link.submenu-link {
		text-transform: none;
	}
	
	.menu-expand {
		color: #C99700;
	}
	
	.full-menu .menu-expand .menu-icon.plus {
    	display: block;
	}
	
	#INDmenu-btn {
		display: flex !important;
	}

}

@media (min-width: 1200px) {
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding: .75rem;
	}

	.utility-menu .yamm a {
		padding: 8px 16px !important;
	}
	
	#tribe-events-pg-template, .tribe-events-pg-template {
		max-width: 1140px;
	}
	
	.yamm-content.container-fluid {
		max-width: 1200px;
	}
	
	.stick-left {
		position: relative;
		left: 36px;
	}
	
	.stick-right {
		position: relative;
		right: 36px;
	}
	
	.col-xl-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1400px) {
	
	.menu a {
		font-size: 18px;
	}
}</pre></body></html>