/* 11/11/19 Change event date color to grey since it is not a link (currently red) */

.block__date {
	color:#333;
}


/* 11/25/25 FF template overrides */
.section--large-margin{margin:0;}
.section--large-margin:first-of-type{margin-top:5rem;}
.section--large-margin:not(:has(~ .section--large-margin)) {margin-bottom:2rem}

@media screen and (min-width:320px){.h1,h1:not([class]){font-size:2.5em;}}
@media screen and (min-width:1440px){.h1,h1:not([class]){font-size:3em;}}

@media screen and (min-width:320px){.events__mobile--title,.h2,h2:not([class]){font-size:1.5em}}
@media screen and (min-width:1440px){.events__mobile--title,.h2,h2:not([class]){font-size:2em}}

@media screen and (min-width:320px){.h3,h3:not([class]){font-size:1em}}
@media screen and (min-width:1440px){.h3,h3:not([class]){font-size:1.5em}}

@media screen and (min-width:320px){.h4,h4:not([class]){font-size:.75em}}
@media screen and (min-width:1440px){.h4,h4:not([class]){font-size:1em}}









