@media screen and (min-width: 601px) {
	h1.entry-title {
		font-size: 5rem !important;
	}
}

@media screen and (max-width: 600px) {
	h1.entry-title {
		font-size: 3rem !important;
	}
}

.category-posts-internal {
	list-style-type: none;
}

.archive-header {
	display: none;
}

.primary-menu {
	font-weight: 700 !important;
	font-family: "Source Sans Pro", "Open Sans", Sans-serif !important;
}

.entry-header {
	font-family: "Open Sans", Sans-serif !important;
}

.entry-title {
	font-weight: 700 !important;
	color: #003434 !important;
}

.entry-title a {
	color: #003434 !important;
}

h2.entry-title.heading-size-1 {
	font-size: 3rem !important;
}

figure.featured-media {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.entry-content {
	font-size: 2rem !important;
}

.post-inner {
	padding-top: 2rem !important;
}

hr.post-separator.styled-separator.is-style-wide.section-inner {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

hr.styled-separator.is-style-wide::before {
	display: none !important;
}

hr.styled-separator.is-style-wide::after {
	display: none !important;
}

hr.styled-separator.is-style-wide {
	background-color: #000000 !important;
	background: #000000 !important;
}

.entry-categories-inner {
	margin: -3rem 0 0 -2rem !important;
}

.header-footer-group .entry-categories-inner {
	margin: -2rem 0 0 -2rem !important;
}

.entry-content {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 2rem !important;
}

.entry-content a {
	color: #eb0037 !important;
}

article header.entry-header {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

article .intro-text p {
	font-size: 2rem !important;
}

body:not(.singular) main &gt; article:first-of-type {
	padding: 2rem 0 0 !important;
}

.pagination-single a {
	color: #003434 !important;
}

.entry-categories-inner a {
	color: #eb0037 !important;
}

.search-submit {
	background-color: #eb0037 !important;
}

.nav-links a {
	color: #eb0037 !important;
	font-family: "Open Sans", Sans-serif !important;
}

li.cat-post-item div:nth-of-type(2) {
	padding-top: 1rem !important;
}

.cat-post-tax-tag a {
	word-wrap: break-word !important;
}

span.cat-post-tax-tag.widget_tag_cloud.tagcloud.post-tags a {
	word-break: break-all !important;
}

#calendar-page {
	font-family: "Open Sans", Sans-serif !important;
}

#calendar-page .simcal-events {
	font-size: 1.4rem !important;
}

.simcal-event-details {
	font-size: 1.6rem !important;
}

.simcal-event-details a {
	color: #eb0037;
}

.qtip.simcal-default-calendar {
	max-width: 500px;
}

#clasp-event-list {
	font-family: "Open Sans", Sans-serif;
}

/*#clasp-event-list .simcal-events {
		font-size: 1.4rem;
}*/
#clasp-event-list .simcal-calendar-list {
	background: none;
}

/*#clasp-event-list .simcal-event-title {
		color: #003434;
		font-size: 2.4rem;
}*/
#clasp-event-list.clasp-events-horizontal .simcal-events-list-container {
	display: grid;
/*grid-auto-columns: 1fr;*/
	grid-auto-flow: column;
}

#clasp-event-list.clasp-events-mobile .simcal-calendar-list .simcal-day {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: .8rem;
	padding-bottom: .3rem;
}

#clasp-event-list .simcal-calendar-list .simcal-day {
	background-color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

#clasp-event-list.clasp-events-horizontal .simcal-calendar-list .simcal-day {
	margin-right: 2rem;
	margin-left: 2rem;
}

#clasp-event-list.clasp-events-vertical .simcal-calendar-list .simcal-day {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: .2rem;
	white-space: normal;
	overflow: auto;
}

#calendar-page-vertical-list .simcal-events-list-container &gt; .simcal-day:nth-of-type(odd) {
	background-color: #0034342e;
}

#calendar-page-vertical-list .simcal-events-list-container .simcal-day {
	padding-top: 1rem;
}

.clasp-calendar-title {
	font-size: 2.5rem !important;
	line-height: 1.2em !important;
	color: #003434;
}

.clasp-calendar-when {
	font-size: 1.8rem !important;
}

.clasp-calendar-description p {
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	line-height: 1.8em !important;
}

.clasp-calendar-description p a {
	text-decoration: underline;
}

#clasp-event-list.clasp-events-vertical {
	white-space: pre-wrap;
	overflow: auto;
	padding-left: calc(2rem + 8px);
	padding-right: 2rem;
	position: absolute;
	width: 100%;
	height: 96%;
	background-color: #0034342E;
}

#calendar-page {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-align-content: stretch;
	align-content: stretch;
}

@media screen and (max-width: 1025px) {
	#calendar-page {
		display: none;
	}
}

#calendar-page * {
}

#calendar-page ::-webkit-scrollbar {
	width: 8px;
}

#calendar-page ::-webkit-scrollbar-track {
	background: #00343400;
}

#calendar-page ::-webkit-scrollbar-thumb {
	background-color: #003434;
	border-radius: 20px;
	border: 3px solid #00343400;
}

#clasp-list-wrapper {
	-webkit-flex: 1;
	flex: 1;
	position: relative;
}

.simcal-calendar .post-meta-wrapper {
	display: none;
}

.fellows-page a {
	color: #eb0037;
}

.expand-box {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8em !important;
	margin-top: -1rem;
}

.expand-box .collapseomatic {
	color: #eb0037;
}

.expand-box .collapseomatic_content {
	margin-left: 0;
	padding: 2rem;
}

.fellow-box p {
	margin-top: .8rem !important;
}

.fellow-flip img {
	margin-top: 15px;
}

.fellow-flip .eael-elements-flip-box-rear-container {
	overflow-y: scroll;
}

@media (hover: none) {
	.fellow-flip .eael-elements-flip-box-rear-container p:nth-of-type(n + 3) {
		display: none;
	}
}

.fellow-flip .eael-elements-flip-box-rear-container p {
	margin-left: -15px;
	margin-right: -15px;
	text-align: left;
	line-height: 1.8em;
}

.fellow-flip .eael-elements-flip-box-rear-container p:first-of-type {
	margin-top: 1rem;
}

.fellow-flip * {
}

.fellow-flip ::-webkit-scrollbar {
	width: 8px;
}

.fellow-flip ::-webkit-scrollbar-track {
	background: #00343400;
}

.fellow-flip ::-webkit-scrollbar-thumb {
	background-color: #003434;
	border-radius: 20px;
	border: 3px solid #00343400;
}

.header-navigation-wrapper a {
	font-family: "Open Sans" !important;
	color: #003434 !important;
	text-decoration: none !important;
}

.header-navigation-wrapper a:hover {
	color: #eb0037 !important;
	text-decoration: underline !important;
}

.header-navigation-wrapper .current-menu-item {
	text-decoration: underline !important;
}

.fellows-flex {
	flex-basis: 30% !important;
	min-width: 400px !important;
}