/*
Theme Name: 	UTR Theme
Author:         Michael Soriano
Author URI:     https://michaelsoriano.com
*/

/* Resets */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 120%;
}

blockquote {
	border-left: 2px solid #ccc;
	padding-left: 20px;
	font-style: italic;
}


blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	vertical-align: middle;
}

input[type="submit"] {
	cursor: pointer;
}

html,
body {
	height: 100%;
}

/* WordPress required styles */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.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;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	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: 80%;
	line-height: 1.2;
	margin: 0;
	padding: 0 4px 5px;
}

:root {
	--color-primary-navy: #0033a0;
	--color-primary-gray: #8a8a8d;
	--color-secondary-aqua: #3fcfd5;
	--color-secondary-red: #e1261c;
	--color-secondary-icicle: #b7dde2;
	--color-secondary-white: #ffffff;
	--color-tertiary-sunflower: #fbad18;
	--color-tertiary-butter: #fbdc7c;
	--color-tertiary-midnight: #0b1e40;
	--color-tertiary-pearl: #f2efec;
}


/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
body {
	background: #FFF;
	text-align: center;
	font-family:'Inter', sans-serif !important;
}

p,
div,
li,
td,
th,
input,
select,
textarea {
	font-family: "Inter", sans-serif;
	color: #666666;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	font-variant-numeric: lining-nums !important;
}
h1,
h2,
h3,
h4,
h5,
h6, 
strong {
	color: #272727;
	font-weight: 200;
}



p,
h1,
h2,
h3,
h4,
section ul,
section ol,
section table {
	margin-bottom: 15px;
}

h1,
h2,
h3 {
	line-height: 1.1;
}

a img,
:link img,
:visited img {
	border: none
}

a {
	color: var(--color-primary-navy);
	text-decoration: none;
}

a:hover {
	color: var(--color-primary-navy);
	text-decoration: none;
}

div.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

input {
	vertical-align: middle;
}

/* .cf:before, .cf:after { content: " "; display: table; } */
/* .cf:after { clear: both; } */
/* .cf { *zoom: 1; } */
.gfield {
	margin-left: 0 !important;
}

li.gsection {
	padding-top: 40px !important;
}

.gfield_label {
	font-weight: 600 !important;
}


#wrapper {
	position: relative;
	width: 100%;
	right: 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.button {
	display: inline-block;
	border: none;
	background: #e1261c;
	color: #FFF;
	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button:hover {
	background: #0033a1;
	color: #FFF;
}

#bluebutton {
	background: #20cbd4;
}

#bluebutton:hover {
	background: #0033a1;
}

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */

#header {
	background: var(--color-primary-navy);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	transition: transform .8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.stickyheader #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.headerstyle #header {
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.scrolldown #header {
	transform: translateY(-100%);
}

#header>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-menu-wrapper {
	display: flex;
	align-items: center;
}

#logo img {
	width: 125px;
	filter: invert(0.1);
}

#logo {
	margin-right: 20px;
}

.header-donate-wrapper i.fa-heart {
	margin-right: 5px;
}
.header-donate-wrapper i.fa-search {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.header-donate-wrapper i.fa-search:hover {
	opacity: 0.8;
	cursor: pointer;
}
.header-donate-wrapper a {
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 20px;
	border-radius: 8px;
	margin-right: 8px;
	font-size: 14px;
}
.header-donate-wrapper a.donate-btn {
	border: 1px solid var(--color-secondary-red);
	background-color: var(--color-secondary-red);
}
.header-donate-wrapper a:hover {
	cursor: pointer;
	opacity: 0.8;
}

#header nav {
	float: right;
	margin: 45px 0 0 0;
}

#header nav li {
	float: left;
	margin: 0 0 0 25px;
	list-style: none;
	position: relative;
}

#header nav ul li a {
	display: block;
	color: var(--color-tertiary-pearl);
	font-size: 14px;
	text-decoration: none;
	padding: 0 0 35px 0;
	font-weight: 200;
}

#header nav li a:hover,
#header nav ul li:hover>a,
#header nav li.current_page_ancestor>a{
	color: #c1c1c1;
}
#header nav ul li.current_page_item>a {
	color: var(--color-secondary-aqua);
}

#header nav li.menu-item-has-children>a::after {
	content: "\f078";
	font-family: "FontAwesome";
	font-weight: 100;
	font-size: 10px;
	margin-left: 6px;
	vertical-align: middle;
	display: inline-block;
}

#header nav li .sub-menu {
	left: -9999em;
	position: absolute;
	top: 58px;
	z-index: 9999;
	background: #999;
	padding: 5px 0 10px 0;
}

#header nav li:hover>.sub-menu {
	left: -35px;
}

#header nav li .sub-menu li {
	width: 100%;
	float: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

#header nav li .sub-menu li:before {
	display: none;
}

#header nav li .sub-menu a {
	display: block;
	color: #FFF;
	background: none;
	padding: 4px 35px;
	white-space: nowrap;
	height: auto;
	line-height: 1.4;
	margin: 3px 0 0 0;
	font-size: 14px;
	font-weight: 200;
	text-transform: none;
}

#header nav li .sub-menu a:hover {
	color: #CCC;
}

#header nav li .sub-menu li:hover>.sub-menu {
	left: 100%;
	top: 0;
}

#header nav li .sub-menu li:hover a {
	background: #666;
	color: #FFF;
}

#header nav li .sub-menu li .sub-menu {
	background: #666;
	padding: 0 0 10px;
}

#header nav li .sub-menu li .sub-menu a {
	padding: 2px 25px;
	font-weight: normal;
}

#header nav li .sub-menu li .sub-menu a:hover {
	color: #009bdf;
}

#mobile-menu {
	display: none;
}

#secondary-menu {
	background: var(--color-primary-navy);
}

#secondary-menu li {
	display: inline-block;
	padding: 5px 15px 7px;
}

#secondary-menu li a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}

#secondary-menu li a:hover,
#secondary-menu li.current_page_item a,
#secondary-menu li.current_page_ancestor a {
	color: #0033a1;
}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#tagline {
	background: #20cbd4 url(images/lines.png) center bottom repeat-x;
	padding: 24px 0 35px 0;
}

#tagline .container {
	max-width: 950px;
}

#tagline h1 {
	color: #FFF;
	font-size: 28px;
	margin: 0;
	text-align: center;
}

#slideshow li {
	height: 615px;
	background-size: cover;
	background-position: center;
}

#slideshow li .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#slideshow li h2 {
	color: #FFF;
	font-size: 44px;
	text-transform: uppercase;
	max-width: 33%;
}

#slideshow .bx-wrapper {
	margin: 0;
}

#slideshow .bx-wrapper .bx-pager {
	padding: 0;
	bottom: 25px;
}

#slideshow .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0 8px;
	border: 2px solid #FFF;
}

#slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

#buttons {
	padding: 50px 0;
}

#buttons li {
	list-style: none;
	float: left;
	width: 32%;
	margin: 0 0 0 2%;
	background-size: contain;
	background-repeat: no-repeat;
}

#buttons li:first-child {
	margin: 0;
}

#buttons li a {
	display: block;
	height: 170px;
	text-decoration: none;
	position: relative;
}

#buttons li .button-text {
	display: block;
	position: absolute;
	left: 170px;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5%;
	line-height: 1;
	background: #e1261c;
	font-size: 28px;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}

#buttons li .button-text .more {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

#buttons li .button-text:after {
	right: 100%;
	top: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #e1261c;
	border-width: 20px;
	margin-top: -20px;
}

#buttons li:nth-child(2) .button-text {
	background: #20cbd4;
}

#buttons li:nth-child(2) .button-text:after {
	border-right-color: #20cbd4;
}

#buttons li:nth-child(3) .button-text {
	background: var(--color-primary-navy);
}

#buttons li:nth-child(3) .button-text:after {
	border-right-color: var(--color-primary-navy);
}

.welcome {
	background: #6d6e71 url(images/books.jpg) center center no-repeat;
	background-size: cover;
}

.welcome-inside {
	background: transparent url(images/lines.png) center top repeat-x;
	padding: 65px 0 50px 0;
}

.welcome-video {
	width: 55%;
	float: left;
}

.welcome-content {
	width: 40%;
	float: right;
}

.welcome-content h2,
.welcome-content p,
.welcome-content li {
	color: #FFF;
}

.welcome-content h2 {
	font-size: 36px;
	text-transform: uppercase;
}

.welcome-content a.button {
	background-color: var(--color-primary-navy);
}

.welcome-content a.button:hover {
	background-color: #0033a1;
}

.promo-image {
	height: 410px;
	background-size: cover;
}

.text {
	padding: 50px 0;
	background: var(--color-primary-navy);
	/* Old browsers */
	background: -moz-linear-gradient(left, var(--color-primary-navy) 0%, #0033a1 100%);
	background: -webkit-linear-gradient(left, var(--color-primary-navy) 0%, #0033a1 100%);
	background: linear-gradient(to right, var(--color-primary-navy) 0%, #0033a1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary-navy)', endColorstr='#0033a1', GradientType=1);
	/* IE6-9 */
}

.text .container {
	max-width: 950px;
	text-align: center;
}

.text p {
	font-size: 28px;
	color: #FFF;
}

.text a {
	background: transparent;
	border: 2px solid #FFF;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 20px;
	color: #FFF;
}

.text a:hover {
	background: #FFF;
	color: #0033a1;
}

#news {
	padding: 50px 0;
}

#news h2 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px 0;
}

#news li {
	float: left;
	margin: 0 0 0 4%;
	width: 22%;
	list-style: none;
}

#news li:first-child {
	margin: 0;
}

#news li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

#news li h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-primary-navy);
	margin: 0 0 5px 0;
}

#news li a {
	color: var(--color-primary-navy);
}

#news li a:hover {
	color: #4a452a;
}

.archive-title {
	margin-bottom: 45px;
}
.blog .post-title, 
.archive .post-title, 
.single .post-title, 
.page .post-title {
	font-size: 20px;
    line-height: 28px;
}
.single .post-title {
	font-weight: 500;
}
.hero-image {
	margin-bottom: 30px;
}

.post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}
.post-title {
	margin-bottom: 5px;
}
/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#news-header {
	background: url('images/News_Stories.jpg') center bottom no-repeat;
	background-size: cover;
	padding: 35px 0 35px;
    min-height: 240px;
	display:block;
}

#banner {
	height: 390px;
	background-size: cover;
	background-position: center;
}

#main {
	padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 25%;
    gap: 40px;
}
.single-book #main,
.utr-book-list #main,
.utr-photo-gallery #main,
.utr-publications #main,
.utr-press-kit #main,
.utr-press-releases #main,
.utr-video-gallery #main {
	grid-template-columns: 1fr;
}

.utr-book-list #page-header h1,
.single-book #main > aside,
.utr-book-list #main > aside,
.utr-photo-gallery #main > aside,
.utr-press-kit #main > aside,
.utr-publications #main > aside,
.utr-press-releases #main > aside,
.utr-video-gallery #main > aside {
	display: none;
}
.utr-book-list #main {
	padding-top: 50px;
}
.events-archive-heading h1,
.utr-book-list #page-header h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    font-size: 50px;
	text-align: center;
	color: #3F4A49;
}

.page-template-tpl-page-builder #main {
	padding: 0;
}

#main.wide section {
	max-width: 780px;
	float: none;
	margin: 0 auto;
}

#main section li {
	margin-left: 25px;
}
#main section img {
	max-width: 100%;
	height: auto;
}

#main section ul li {
	margin-bottom: 5px;
}

#main section ol li {
	margin-bottom: 5px;
}

#main section ul {
	margin-bottom: 20px;
	margin-top: 0;
}

#main section ol {
	margin-bottom: 20px;
	margin-top: 0;
}


#main select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e1e1e1;
	padding: 5px 35px 5px 10px;
	background: #FFF;
	border-radius: 0;
	background: transparent url(images/down.png) right 10px center no-repeat;
}



#main aside h3 {
	color: var(--color-primary-navy);
	font-size: 16px;
	border-bottom: 1px solid #898b8e;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#main aside .submenu {
	margin: 0 0 40px 0;
}

#main aside li {
	list-style: none;
	margin: 0 0 7px 0;
}

#main aside li a {
	color: #6d6e71;
	text-transform: uppercase;
	font-size: 16px;
}

#main aside li a:hover {
	color: var(--color-primary-navy);
}

#main aside li.current_page_item>a {
	font-weight: bold;
}

#main aside li li a {
	display: inline-block;
	padding-left: 20px;
	font-size: 16px;
	text-transform: none;
}

/*
#main aside .box { margin: 20px 0 0 0; padding: 20px 0 0 0; border-top: 1px solid #898b8e; }
*/
#main aside .widget {
	margin: 0 0 30px 0;
}

.utr-faqs #main {
	grid-template-columns: 1fr;
}

.utr-faqs h1.post-title {
	font-size: 38px;
	margin-bottom: 35px;
}



/* Books */
#book-filters {
	margin-bottom: 55px;
    margin-top: 25px;
    height: 60px;
}

.book-filter {
	float: left;
	margin: 0 40px 0 0;
	text-transform: uppercase;
	color: var(--color-primary-gray);
	margin-bottom: 5px;
	font-size: 14px;
}

.book-filter select {
	display: block;
	margin-top: 8px;
}

#main section #book-list li {
	list-style: none;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

#main section #book-list li img {
	float: left;
}

#main section #book-list li h2 {
	font-size: 19px;
	color: var(--color-primary-navy);
}
#main section #book-list li h2,
#main section #book-list li p {
	margin-left: 180px;
	text-transform: none;
}

#main section p.author {
	margin-top: -10px;
	font-size: 12px;
	text-transform: uppercase;
}

#main section #book-list li a {
	text-transform: uppercase;
}

#book-image {
	width: 270px;
	float: left;
}

#book-details {
	margin-left: 300px;
}

.book-template-default.single #page-header {
	display: none;
}

#book-details h2 {
	color:var(--color-primary-navy);
	font-size: 28px;
	margin: 0 0 20px 0;
}

.graphiclink ul li {
	width: 18%;
	padding-top: 90px;
	margin: 40px 2% 60px 0 !important;
	float: left;
	text-align: center;
	list-style: none;
}

.graphiclink a {
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.threeup ul {
	float: left;
	clear: right;
}

.threeup ul li {
	width: 29%;
	margin: 0 3% 40px 0 !important;
	float: left;
	text-align: center;
	list-style: none;
}

.threeup img {
	margin-bottom: 5px !important;
}

.threeup h3 {
	color: #0033a1 !important;
	margin-top: 5px !important;
}

.fourup ul li {
	width: 21% !important;
	margin: 0 3% 40px 0 !important;
	float: left;
	text-align: center;
	list-style: none !important;
}

.fourup img {
	margin-bottom: 5px !important;
}

.fourup h3 {
	color: #0033a1 !important;
	margin-top: 5px !important;
}

#inlist p {
	font-size: 16px;
	color: #0033a1;
}

#inlist ul li {
	margin-bottom: 0 !important;
}

.sponsor ul li {
	width: 24%;
	padding-top: 0;
	margin: 0 5% 0 0 !important;
	float: left;
	text-align: center;
	list-style: none;
}

.sponsor ul li:last-child {
	width: 70%;
	padding-top: 0;
	margin: 0 0 30px 0 !important;
	float: left;
	text-align: left;
	list-style: none;
}

.sponsor h2 {
	margin-top: 0 !important;
	font-size: 28px !important;
}

.sponsor ul {
	padding-top: 30px;
	margin: 30px 0;
	border-top: 1px #cccccc solid;
	clear: both;
}

.sponsor img {
	max-height: 120px !important;
	width: auto;
	max-width: 100%;
}

.document li:before {
	content: '\f016';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #0074D9;
	font-size: 16px;
}

.document li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#videoslink {
	background-image: url('/wp-content/uploads/2017/08/media_Videos.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #009bdf;
}

#photoslink {
	background-image: url('/wp-content/uploads/2017/08/media_Photos.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #009bdf;
}

#pressreleaselink {
	background-image: url('/wp-content/uploads/2017/08/media_PressReleases.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #009bdf;
}

#presskitlink {
	background-image: url('/wp-content/uploads/2017/08/media_PressKit.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #009bdf;
}

#publicationslink {
	background-image: url('/wp-content/uploads/2017/08/media_Publications.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #009bdf;
}


/* Timeline */
.beavertime .ctl-icon-img {
	height: 24px !important;
	width: 24px;
}

.beavertime h1 {
	font-size: 38px !important;
	color: var(--color-primary-navy) !important;
	text-transform: uppercase !important;
}

.beavertime h2 {
	font-size: 34px !important;
	font-weight: 400 !important;
}

.beavertime .content-details {
	text-align: left !important;
}

.beavertime .ctl-right .clt-meta-date {
	text-align: left !important;
}

.utr-grid-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
.title-container {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title-container h1{
	font-size: 45px;
}
.utr-staff-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 65px;
}
.utr-staff-member {
	display:grid;
	grid-template-columns: 150px 1fr 35px;
	gap: 30px;
}
.utr-staff-photo {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.utr-staff-info, 
.utr-staff-link {
	display:flex;
	flex-direction: column;
    justify-content: center;
	text-align: left;
}
.utr-staff-info h2 {
	color: var(--color-primary-navy);
	font-size: 18px;
	margin-bottom: 5px;
}


#thumbnails {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#main section #thumbnails li {
	list-style: none;
	width: 30%;
	margin: 0 3% 25px 0;
	text-align: center;
}

#main section #thumbnails li h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-transform: none;
}

#main section #thumbnails li a {
	font-size: 14px;
	text-transform: uppercase;
}

#main section article.post {
	border-bottom: 1px solid #e1e1e1;
	padding: 16px 0 12px 0;
	margin: 0 0 20px 0;
    display: grid;
    gap:40px;
    grid-template-columns: 280px 1fr;
}
.read-more {
	margin-bottom: 15px;
}
.read-more a {
	color: var(--color-secondary-red);
}

#main section article.post p a {
	text-transform: uppercase;
	font-size: 14px;
}

.entry-thumbnail {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}
 
/* Content Types */
#accordion {
	border-top: 1px solid #e1e1e1;
	margin: 0 0 40px 0;
}

.accordion-item {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
}

#main section #accordion h3 {
	font-size: 20px;
	color: var(--color-primary-navy);
	margin: 0;
	padding: 0 0 0 25px;
	display: block;
	position: relative;
	cursor: pointer;
	font-weight: 300;
}

#accordion h3:before {
	content: "\f0d7";
	font-family: "FontAwesome";
	color: var(--color-primary-navy);
	font-size: 20px;
	font-style: normal;
	margin: 0 15px 0 -25px;
}

#accordion h3.active:before {
	content: "\f0d8";
}

#accordion .accordion-content {
	margin-top: 20px;
	margin-left: 25px;
}

.accordion-content h4 {
	margin: 20px 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#page-header h1 {
	font-size: 34px;
    margin-top: 45px;
	color: var(--color-primary-navy);
}


/* Blog */

.post-data {
	font-size: 11px;
	color: #000;
	margin-bottom: 15px;
}
.single-post #main section h1 {
	margin-bottom: 10px;;
}
.widget_archive label,
.widget_categories label {
	display: none;
}

#main aside .widget_archive h3,
#main aside .widget_categories h3 {
	border-bottom: 0;
	padding: 0 0 5px 0;
	margin: 0;
}

#main aside select {
	width: 100%;
	margin-top: 6px;
	border-radius: 4px;
}

/* Events */

.tribe-common-g-col {
	text-align: left;
}

.tribe-mobile #main {
	padding-top: 50px;
}

.tribe-bar-disabled {
	float: left;
}

#tribe-events .tribe-events-loop,
#tribe-events-content-wrapper {
	max-width: 100% !important;
}

.event {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #E1E1E1;
}

#tribe-events .event-image {
	width: 40%;
	float: left;
	position: relative;
}

#main section #tribe-events .event-image img {
	width: 100%;
}

#tribe-events .event-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	background: rgb(0, 154, 221);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 154, 221, 1) 0%, rgba(255, 255, 255, .5) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 154, 221, 1) 0%, rgba(255, 255, 255, .5) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 154, 221, 1) 0%, rgba(255, 255, 255, .5) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009add', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

#tribe-events .event-date span {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 1;
	text-transform: uppercase;
}

.event-day {
	font-size: 38px;
	padding: 15px 0 5px 0;
}

.event-month {
	font-size: 24px;
}

.event-year {
	font-size: 24px;
}

.event-content {
	width: 55%;
	margin-left: 5%;
	float: left;
}

#main .event-content h3 {
	color: #009ADD;
	font-size: 34px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

.event-content p a {
	text-transform: uppercase;
}

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

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
	display:block;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
	width:100%;
}

.tribe-events-meta-group dd {
	font-size: 20px;
	margin: 0 0 15px 0;
}
.tribe-events-calendar-latest-past__event.has-post-thumbnail {
	display:grid !important;
	grid-template-columns: 250px 1fr;
	gap:30px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details {
	width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper {
	width: 100% !important;
}

.utr-hero {
	min-height: 325px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.utr-hero-events {
	background-image: url('/wp-content/themes/utr-theme/images/event_hero.jpg');
}
.utr-hero-faqs {
	background-image: url('/wp-content/themes/utr-theme/images/hero-faqs.png');
}
.utr-book-list-hero {
	background-image: url('/wp-content/themes/utr-theme/images/book_list_hero.jpg');
}

.wp-singular .tribe-events-before-html {
	display: none;
}

.tribe-events-before-html {
	text-align: left;
    margin-bottom: 55px;
}
.tribe-events-before-html h1 {
	font-size: 38px;
    margin-bottom: 24px;
}


#main p.tribe-events-back a {
	font-weight: normal;
	text-transform: uppercase;
}

#main #tribe-events .tribe-events-button {
	display: inline-block;
	border: none;
	background: #20CBD4;
	color: #FFF;
	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	border-radius: 0;
	font-weight: normal;
}

#main #tribe-events .tribe-events-button:hover {
	background: #002EA4;
	color: #FFF;
}

#main #tribe-events h2 {
	margin: 30px 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: 20px;
	font-weight: 400;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a{
	color:var(--color-primary-navy);
}


.tribe-events-calendar-list__event-wrapper {
	text-align:left;
}

h2.single-event-title {
	color: var(--color-tertiary-midnight);
	font-size: 22px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

.single-tribe_events #main p.single-event-date {
	font-size: 20px;
	color: var(--color-primary-navy);
}
.tribe-events-pg-template {
	text-align: left;
}

#next-prev {
	border-top: 1px solid #E1E1E1;
	padding: 7px 0 0 0;
	text-transform: uppercase;
}

#next-prev span.next,
#next-prev span.prev {
	display: block;
	float: left;
}

#next-prev span.next {
	float: right;
}

#tribe-events aside h2 {
	color: var(--color-primary-navy);
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #898b8e;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}


/* For sidebar events */
#main aside #tribe-events h2 {
	color: var(--color-primary-navy);
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #898b8e;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#main aside #tribe-events .event-image {
	width: 25%;
}

#main aside #tribe-events .event-image img {
	display: none;
	;
}

#main aside #tribe-events .event-date {
	position: static;
	width: 100%;
	height: auto;
	background: rgb(0, 154, 221);
	padding: 10px 0;
}

#main aside .event-day {
	font-size: 28px;
	padding: 0;
}

#main aside .event-content {
	width: 70%;
	margin-left: 5%;
	float: left;
}

#main aside .event-content h3 {
	font-size: 20px;
	color: #333333;
	border: 0;
	text-transform: none;
}

#main aside .event-content .event-desc {
	display: none;
}


/* Wide */
.page-template-tpl-wide #main.wide section {
	max-width: 1200px;
	width: 100%;
}

/* Partners */
/*
.partners { display: flex; justify-content: space-between; flex-wrap: wrap; }
*/
.partner {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	position: relative;
	text-align: center;
	margin: 0 1% 30px 1%;
	border: 1px solid #A19EA2;
	height: 250px;
	background: #FFF;
}

.partner a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.partner-image {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.partner img {
	max-width: 80% !important;
	max-height: 220px;
	width: auto;
	height: auto;
}

.partner-content-container {
	transition: opacity .3s linear;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 0 8%;
	background: #EDEDED;
}

.partner:hover .partner-content-container {
	opacity: 1;
}

.partner-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.partner-content p {
	color: #707070;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

/* Partners block */
#partners {
	padding: 40px 0;
	background: #F9F9F9;
}

#partners h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	margin: 0 0 30px 0;
}

/* Locator */
.wpsl-search {
	margin: 0;
	padding: 20px 30px;
	border-bottom: 1px solid #CCC;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label,
#wpsl-search-wrap div label {
	width: auto !important;
	font-size: 15px;
	float: none;
	line-height: auto;
}

#wpsl-search-wrap .wpsl-input label {
	display: inline-block;
	margin: 0 10px 0 0;
}

#wpsl-search-wrap input,
.wpsl-dropdown {
	border-radius: 0;
	border: none;
}

#wpsl-search-wrap .wpsl-input {
	margin: 0 10px 0 0;
}

#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap #wpsl-category {
	display: inline-block;
	margin: 0 15px 0 0;
}

#wpsl-radius label {
	display: none;
}

#wpsl-category {
	clear: none;
}

.wpsl-description,
.wpsl-description p {
	color: #666;
	font-size: 15px;
}

.wpsl-search form {
	display: flex;
	align-items: center;
}

#wpsl-search-btn,
#wpsl-search-wrap div {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

body #wpsl-search-btn {
	background: var(--color-primary-navy);
	color: #FFF;
	box-shadow: none;
	border: none;
	border-radius: 0;
	text-transform: uppercase !important;
	margin: 0;
	padding: 7px 20px;
}

#wpsl-stores {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-9 */
}

#wpsl-result-list {
	width: 33.5%;
	margin: 0;
}

#wpsl-wrap #wpsl-result-list li {
	padding: 20px 30px;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}

#wpsl-wrap #wpsl-result-list li a {
	color: #666;
}

#wpsl-wrap #wpsl-result-list li strong {
	display: block;
	color: #002EA4;
}

#wpsl-wrap #wpsl-result-list li.embedded-story-station strong {
	color: #E42209;
}

.wpsl-base {
	font-weight: bold;
}

.wpsl-before {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 30px 0;
}

.wpsl-intro {
	width: 65%;
}

.wpsl-categories {
	width: 30%;
	border-left: 1px solid #000;
}

#main section .wpsl-categories ul {
	list-style: none;
	padding-left: 30px;
	margin: 0;
}

.wpsl-categories li img {
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.locationexp {
	font-size: 14px;
	margin-left: 30px;
	color: #888888;
}

.locationcallout {
	margin-top: 80px;
}

.locationcallout h2 {
	font-size: 24px !important;
	text-transform: uppercase !important;
}

/* In Page Subscribe */
.inpagesubscribe .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background-color: #e7e7eb;
}
#footer .container{
    min-height: 100px;
    padding-top: 50px;
    padding-bottom:50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-col,
.footer-col p, 
.footer-col ul li, 
.footer-col ul li a {
	font-size: 15px;
	line-height: 23px;
}
.footer-col .menu a {
	color: #666;
}
.footer-col p {
	margin-bottom: 5px;
} 
.footer-col > h4 {
	font-size: 15px;
	font-weight: 500;
	color: #1b458d;
	margin-top: 30px;
}
.footer-col ul, 
.footer-col ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-col ul li {
	margin-bottom: 5px;
}
.footer-col:last-child {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-bottom {
	font-size: 11px;
	color: #666;
	padding: 15px 0 20px 0;
	text-align: center;
}

#footer .donate-btn {
	color: #fff;
	padding: 7px 20px;
	border-radius: 8px;
	margin-right: 8px;
	font-size: 14px;
	border: 1px solid var(--color-secondary-red);
	background-color: var(--color-secondary-red);
}
#footer .donate-btn i {
	margin-right: 5px;
}
.social-icons  {
	margin-top: 25px;
}
.social-icons i {
	font-size: 24px;
	margin-right: 3px;
	color:var(--color-tertiary-midnight)
}

.social-sharer {
	display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 0 18px;
}

.social-sharer a i {
	color:#ccc;
	font-size: 18px;
}


.newsletter-signup {
    background: #3fcfd5;
    padding: 26px 0;
}
.newsletter-signup h2 {
    margin-bottom: 0;
    text-align: center;
	font-size: 18px;
    font-weight: 400;
}
.newsletter-signup a {
	color: #fff;
	position: relative;
	left: 10px;
	background: #319ca0;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
}
.newsletter-signup a:hover {
	opacity: 0.9;
}

/*******COOKIES SECTION*******/

.cookie-box {
	padding: 0 30px 30px;
    background: #fff;
    max-width: 700px;
    text-align: left;
}

.cookie-box .table {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
	border-collapse: collapse;
	
}
.cookie-box .table th,
.cookie-box .table td {
	border: 1px solid #ccc;
	padding: 2px 12px;
	text-align: left;
	font-size: 10px !important;
}
.cookie-box .table th {
	background: #f5f5f5;
	font-weight: 500;
}
.cookie-box label {
    font-size: 12px;
    font-weight: 400;
}
.cookie-box p {
	    font-size: 11px;
    line-height: 16px;
    margin-bottom: 7px;
}
.cookie-box-header {
    padding: 22px 0 10px;
}
.cookie-box input[type="checkbox"] {
    position:relative;
    top: -2px;
}
.cookie-box .cat-desc {
        font-size: 11px;
    line-height: 14px;
    color: #a3a3a3;
}
.cookie-box .cookie-cat-detail > summary {
    padding-bottom: 10px;
}
.cookie-box .cookie-cat-detail > summary:hover {
    cursor: pointer;
    opacity: 0.9;
}
.cookie-box .action-buttons {
    padding-top: 15px;
}
.cookie-list {
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 10px 15px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cookie-notice {
    position: fixed;
    bottom: 14px;
    right: 12px;
    z-index: 999;
    padding: 18px 22px 15px 22px;
    max-width: 500px;
    background: #e1e1e1ed;
    box-shadow: 0px 0px 12px 2px #00000029;
    border: 1px solid #d9d9d9;
}
.cookie-notice p {
    font-size: 12px;
	text-align: left;
    line-height: 17px;
    color:#000;
}
.cookie-notice button, 
.cookie-box button {
    font-size: 12px;
    background: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    padding: 2px 10px;
}
.cookie-box button {
    margin-right: 5px;
    background-color: #ebebeb;
}
.no-cookies {
    font-size: 12px !important;
    color: #000;
}
.action-buttons {
    display: flex;
    justify-content: space-between;
}
.cookie-notice button:hover,
.manageCookies:hover {
	cursor: pointer;
	text-decoration: underline;
}

/*******END COOKIES SECTION*******/


.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}

.search-form {
	max-width: 400px;
    height: 100px;
	background-color: #fff;
	margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
	position: relative;
}
.search-form > a {
	position: absolute;
	right: 4px;
    top: 4px;
}
.search-form form{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
}
.search-form button {
	background: none;
    border: none;
    position: relative;
    top: 2px;
    left: 2px;
}
.search-form input {
	padding: 3px 9px;
    border-radius: 4px;
    border: 1px solid #838181;
}


/* ----------------------------------- */
/* MOBILE
/* ----------------------------------- */
#header nav ul,
#wrapper {
	transition: transform 0.3s;
}

@media screen and (max-width: 1200px) {
    #header {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 960px) {

	/* .container {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
	} */

	#header .container {
		text-align: center;
		position: relative;
		width: 100%;
	}

	#header #logo img {
		float: none;
		/*position: absolute; left: 50%; margin-left: -75px;*/
		margin: 12px auto;
	}


	#mobile-menu {
 
		display: block;
		font-size: 20px;
		color: #FFF;
	}

	#header nav {
		display: none;
		background: #009bdf;
		margin: 0;
		width: 100%;
		border-top: 1px solid #ffffff;
	}

	.nav-open #header nav {
		display: block;
		position: absolute;
		top: 88px;
        left: 0;
		z-index: 99;
	}

	/*.nav-open #header nav ul { transform: translateX( 300px ); }*/
	/*.nav-open #wrapper { transform: translateX( -300px ); }*/
	#header nav ul li {
		display: block;
		float: none;
		text-align: left;
		margin: 0;
		border-bottom: 1px solid #ffffff;
		background-color: var(--color-primary-gray);
		padding-left: 15px;
        padding-right: 15px;
	}

	#header nav ul li a {
		color: #FFF;
		display: block;
		padding: 10px 8px;
        font-size: 13px;
        font-weight: 400;
	}

	#header nav li a:hover,
	#header nav ul li:hover>a,
	#header nav li.current_page_ancestor>a,
	#header nav ul li.current_page_item>a {
		color: #0033a1;
	}

	#header nav ul li .sub-menu {
		display: none !important;
		background: var(--color-primary-gray);
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
	}

	#header nav ul li .sub-menu.active {
		display: block !important;
	}

	#header nav ul li .sub-menu li {
		display: block;
		text-align: left;
		margin: 0;
	}

	#header nav ul li .sub-menu li a {
		font-weight: normal;
		text-transform: none;
	}

	#header nav li .sub-menu li .sub-menu {
		background: transparent;
		padding: 0;
	}

	#header nav li .sub-menu li:hover a {
		background: transparent;
	}

	#header nav li .sub-menu li .sub-menu li {
		border: 0;
	}

	#header nav li .sub-menu li .sub-menu li:before {
		display: block;
		float: left;
		color: #FFF;
		margin: 0 7px 0 25px;
		content: "\f0da";
		font-family: "FontAwesome";
	}

	#header nav li .sub-menu li .sub-menu li a {
		padding: 0;
	}

	#secondary-menu {
		display: none;
	}

	.sub-menu:before {
		display: none;
	}

	.partner {
		width: 47%;
		min-height: 250px;
	}


}

@media screen and (max-width: 900px) {
	.wpsl-before {
		display: block;
	}

	.wpsl-intro,
	.wpsl-categories {
		width: 100%;
	}

	.wpsl-categories {
		border: none;
		padding: 0;
		margin-top: 30px
	}

	#main section .wpsl-categories ul {
		border: none;
		padding: 0;
	}
}


@media screen and (max-width: 768px) {

	 

	.wpsl-search form {
		display: block;
	}

	#wpsl-search-wrap div,
	#wpsl-radius label {
		display: block !important;
	}


	#wpsl-gmap,
	#wpsl-result-list {
		width: 100%;
		float: none;
	}

	#wpsl-stores {
		height: auto !important;
	}

}

@media screen and (max-width: 650px) {

	/* #header {
		position: fixed;
		top: 0;
		left: 0;
		width: 94%;
		z-index: 999;
	} */

	#header nav ul li .sub-menu li a {
		padding-left: 15px;
	}

	#tagline h1 {
		font-size: 22px;
	}

	#slideshow li {
		height: auto;
		padding-top: 200px;
	}

	#slideshow li h2 {
		font-size: 34px;
		font-weight: bold;
		max-width: 100%;
	}

	#buttons li {
		float: none;
		width: 100%;
		margin: 0 0 10px 0 !important;
	}

	#buttons li a {
		height: 120px;
	}

	#buttons li .button-text {
		left: 120px;
		font-size: 22px;
	}

	.welcome-video,
	.welcome-content {
		width: 100%;
		float: none;
	}

	.promo-image {
		height: 250px;
	}

	#news li {
		float: none;
		margin: 0 0 25px 0;
		width: 100%;
	}

	#footer .col {
		width: 100%;
		float: none;
	}

	#main section,
	#main aside {
		float: none;
		width: 100%;
	}

	#main #staff li {
		width: 100%;
		padding: 0;
		margin: 0 0 50px 0;
	}

	#main section #thumbnails li {
		width: 100%;
		margin: 0 0 25px 0;
	}

	.sponsor ul li {
		width: 100%;
		text-align: center;
	}

	.sponsor ul li:last-child {
		width: 100%;
	}

	.sponsor ul {
		padding-top: 30px;
		margin: 30px 0;
		border-top: 1px #cccccc solid;
		clear: both;
	}

	.sponsor img {
		max-height: 120px !important;
		width: auto !important;
		max-width: 250px !important;
	}

	.graphiclink ul li {
		width: 100%;
		margin: 0 0 30px 0 !important;
	}

	.threeup ul li {
		width: 100%;
		margin: 0 0 30px 0 !important;
	}

	.fourup ul li {
		width: 100%;
		margin: 0 0 30px 0 !important;
	}

	.event {
		display: block;
	}

	.events-list .event-image,
	.events-list .event-content {
		width: 100%;
		margin-left: 0;
	}

	.events-list .event-image {
		margin: 0 0 20px 0;
	}

	.events-list .event-image img {
		width: 100%;
		height: auto;
	}

	.partner {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}

	.partner-image {
		position: static;
		transform: translateY(0%);
		padding: 40px 0;
	}

	.partner-content-container {
		transition: none;
		opacity: 1;
		position: static;
		padding: 20px;
	}

	.partner-content {
		position: static;
		transform: translateY(0);
	}

	#footer .container {
		grid-template-columns: 1fr 1fr;
		gap: 0px;
	}
	#footer .footer-col {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.newsletter-signup a {
		display: block;
		width: 200px;
		text-align: center;
		margin: 0 auto;
		margin-top: 15px;
	}

}

@media screen and (max-width: 560px) {
	.header-donate-wrapper a:last-child {
		margin-right: 0;
	}
	.header-donate-wrapper a {
	    padding: 4px 8px;
		font-size: 12px;	
		border-radius: 4px;
	}

	#logo img {
		max-width: 100px;
		height: auto;
	}

	#tagline h1 {
		font-size: 18px;
	}
	.nav-open #header nav {
		top: 77px;
	}
}