/* --------------------------------------
    This stylesheet is devoted to:

    everything not in other sheets
-------------------------------------- */

html, body {
	width: 100%;
	overflow: auto;
}
/* -------------- content --------------- */

#content {
	clear: both;
	position: relative;
	padding: 0;
}
#content>.inner {
	position: relative;
}
#sidebar, #main {
	box-sizing: border-box;
}
#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	/* outline: 1px solid teal; */
	width: 230px;
}
/* -------------- sidebar --------------- */

#sidebar h2 {
	font-size: 160%;
	/* 180%; */
	font-weight: 700;
	padding: 15px 10px;
	/* border-bottom: 2px solid #dfdfdf; */
	margin-bottom: 10px;
	color: #292929;
	background: #f7f7f7;
}
/* -------------- sidebar - widget --------------- */

.widget {
	margin-bottom: 40px;
}
.widget .text-link {
	margin-top: 10px;
	/* padding-top: 10px; */
	/* border-top: 1px solid #dfdfdf; */
}
/* -------------- sidebar - lists and links --------------- */

#sidebar ul, #sidebar ol {
	list-style-type: none;
}
#sidebar ul li a {
	display: block;
	font-size: 140%;
	letter-spacing: .025em;
	padding: 10px;
	line-height: 1.44;
	text-decoration: none;
	color: #292929;
}
#sidebar ul li a:focus {
	text-decoration: underline;
	outline: none;
}
#sidebar ul li {
	border-bottom: 1px solid #dfdfdf;
}
#sidebar ul li.current-page {
	border-bottom: none;
}
#sidebar ul li.highlighted a {
	font-weight: 700 !important;
}
#sidebar ul li:last-child {
	border-bottom: none;
}
#sidebar ul li li {
	border-top: 1px solid #dfdfdf;
	border-bottom: none;
}
#sidebar a {
	position: relative;
}
#sidebar a:hover {
	color: #e71c31;
}
#sidebar a.external:after {
	content: " ";
	display: inline-block;
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background-image: url('../img/external.svg');
	opacity: 0.5;
}
#sidebar .button {
	color: #e71c31;
	border-color: #e71c31;
}
#sidebar ul li.current-page a {
	color: #e71c31;
	font-weight: 700;
}
#sidebar ul li.current-page li a {
	color: #292929;
	font-weight: 400;
	padding-left: 20px;
}
#sidebar ul li.current-page li a:hover, #sidebar ul li.current-page li a:focus {
	color: #e71c31;
}
#sidebar ul li.current-page:before {
	content: " ";
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: -15px;
	width: 3px;
	height: 20px;
	display: block;
	background: #e71c31;
	color: #e71c31;
}
/* sidebar social ---------------- */

#sidebar-social ul {
	display: inline !important;
}
#sidebar-social li {
	display: inline !important;
	border-bottom: none !important;
}
#sidebar-social a {
	display: inline !important;
	padding: 0 !important;
}
#sidebar-social a:hover img, #sidebar-social a:focus img {
	transform: scale(1.1);
	background-color: #e71c31;
}
#sidebar-social a:focus {
	outline: none;
}
#sidebar-social img {
	width: 45px;
	height: 45px;
	background-color: #bfbfbf;
	border-radius: 31px;
	margin: 3px;
	font-size: 100%;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	transition: all .025s ease-out;
}
/* -------------- sidebar - event widget --------------- */

.event-block.small a {
	box-sizing: border-box;
	display: block;
	position: relative;
	displaY: flex;
	align-items: center;
	text-decoration: none;
	color: #292929;
	min-height: 70px;
}
.event-block.small a {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.event-block.small:last-of-type a {
	border-bottom: none;
}
.event-block.small a .title {
	font-size: 140%;
	line-height: 1.44;
}
.event-block a:hover .title {
	color: #e71c31;
}
.event-block.small .date-block {
	displaY: block;
	flex-shrink: 0;
	width: 41px;
	height: 41px;
	background: #e71c31;
	color: white;
	position: relative;
	float: none;
	margin-right: 10px;
}
.event-block.small .date-block abbr {
	text-decoration: none;
}
.event-block.small .date-block .month {
	top: 6px;
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 110%;
	text-transform: uppercase;
}
.event-block.small .date-block .day {
	top: 15px;
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 180%;
	font-weighT: 700;
}
/* -------------- modern page event block --------------- */

.event-block.large {
	width: 100%;
}
.event-block.large a {
	box-sizing: border-box;
	displaY: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: #292929;
	width: 100%;
}
.event-block.large a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.event-block.large:last-of-type a {
	border-bottom: none;
}
.event-block.large a .title {
	font-size: 220%;
	font-weighT: 700;
	line-height: 1.4;
}
.event-block.large a p {
    line-height: 1.33 !important;
}
.event-block.large a .subtitle {
	font-size: 160%;
	line-height: 1.5;
}
.two-col .col .events {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-events .event-block.large {
	width: calc(33.33333333% - 26.66666666666667px);
}
/* -------------- modern page date block --------------- */

.event-block.large .date-block {
	displaY: block;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background: #e71c31;
	color: white;
	position: relative;
	float: left;
	margin-right: 20px;
}
.event-block.large .date-block abbr {
	text-decoration: none;
}
.event-block.large .date-block .month {
	top: 16px;
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 160%;
}
.event-block.large .date-block .day {
	top: 29px;
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 300%;
	font-weighT: 800;
}
/* -------------- right hand sidebar --------------- */

#main-aside {
	position: absolute;
	right: 0;
	top: 0;
	width: 226px;
}
#main-aside b, #main-aside strong {
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
#main.has-aside {
	width: 495px;
}
#main-aside h2 {
	font-size: 160%;
	font-weight: 700;
	padding: 15px 10px;
	margin-bottom: 10px;
	color: #292929;
	background: #f7f7f7;
}
#main-aside ul {
	list-style-type: none;
	padding-left: 0;
}
#main-aside ul li {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #dfdfdf;
}
#main-aside ul li a {
	display: block;
	font-size: 140%;
	letter-spacing: .025em;
	padding: 10px;
	line-height: 1.44;
	text-decoration: none;
	color: #292929;
}
#main-aside ul li a:hover {
	color: #e71c31;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	border-bottom: 1px solid #dfdfdf;
}
/* -------------- main --------------- */

#main {
	margin: 0;
	padding: 0;
	text-align: left;
}
#main.standard-page {
	padding: 0 30px;
}
#main img {
	max-width: 100%;
}
#content.has-sidebar #main {
	margin-left: 266px;
}
/* -------------- main - standard typography (stype) --------------- */

.stype h1, .stype h2, .stype h3, .stype h4, .stype h5, .stype h6, .stype th, .stype p, .stype li, .stype small, .stype strong {
	color: #292929;
}
.stype strong {
	font-weight: 700;
	/* 600; */
}
.stype h1, .stype h2, .stype h3, .stype h4, .stype h5, .stype h6 {
	line-heighT: 1.2;
	font-weighT: 800;
}
.stype table caption {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 180%;
	font-weighT: 700;
	line-height: 1.8;
	text-align: left !important;
	color: #292929;
	margin: 20px 0 15px;
}
.stype h1 {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-weight: 800;
	font-size: 420%;
	/* 400%; */
	margin-bottom: 20px;
}
.stype p.intro {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-weight: 500;
	font-size: 220%;
	/* 240%; */
	line-height: 1.66;
	/* 1.44; */
	/* padding-bottom: 40px; */
}
.stype p, .stype li {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 180%;
	line-height: 1.8;
	margin: 20px 0 15px;
}
.stype li {
	line-height: 1.8;
	margin: 7px 0;
}
.stype ul, .stype ol {
	margin: 0 0 20px;
	list-style-position: outside;
	padding-left: 20px;
}
.stype ul {
	list-style-type: disc;
}
.stype ol {
	list-style-type: decimal;
}
.stype ul.plain-list {
	margin: 30px 0;
	list-style-type: none;
	padding-left: 0;
}
.stype ul.plain-list li {
	font-size: 100%;
}
.stype small {
	font-size: 160%;
	line-height: 1.5;
	margin: 20px 0;
	display: block;
}
.stype small strong {
	font-weight: 600;
}
.stype h2, .stype .sub-heading {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 260%;
	line-height: 1.33;
	color: #292929;
}
.stype h2.secondary {
	font-size: 260%;
}
.stype .sub-heading {
	margin-top: -20px;
}
.stype h2.style2 {
	font-size: 220%;
	font-weight: 400;
}
.stype h3, .stype h2.h3 {
	font-size: 200%;
	/* 220%; */
	font-weighT: 700;
	margin-top: 30px;
}
.stype h4 {
	margin-top: 30px;
	font-sizE: 160%;
	/* 180%;  */
	font-weight: 700;
}
.stype a {
	color: #e71c31;
}
.stype a:hover {
	text-decoration: none;
}
/* -------------- stype - accordion list --------------- */

.stype .accordion-list {
	margin-top: 40px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 60px;
}
.stype .accordion-list .accordion-button {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 220%;
	line-height: 1.33;
	color: #292929;
	display: block;
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	border-top: 1px solid #dfdfdf;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	padding-right: 30px;
}
.stype .accordion-list .accordion-button:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-size: 32px 32px;
	background-position: 0 0;
	background-image: url('../img/plus-minus.svg');
	position: absolute;
	right: 10px;
	top: 36px;
	overflow: hidden;
}
.stype .accordion-list .accordion-button.expanded:after {
	background-position: -16px -16px;
}
.stype .accordion-list .accordion-button.expanded, .stype .accordion-list .accordion-button:focus {
	color: #e71c31;
	outline: none !important;
}
.stype .accordion-list .accordion-button:focus {
	text-decoration: underline;
}
.stype .accordion-list.small .accordion-button {
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	font-size: 180%;
	padding: 20px 40px 20px 20px;
}
.stype .accordion-list.small .content {
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none;
	padding: 0 40px 20px 20px;
}
.stype .accordion-list.small .content :first-child {
	margin-top: 0;
}
.stype .accordion-list.small .accordion-button:after {
	right: 20px;
	top: 25px;
}
.stype .accordion-list .content {
	margin-bottom: 30px;
}
.stype .accordion-list.small .content {
	margin-bottom: 0;
}
/* -------------- stype - question list --------------- */

.stype .question-box {
	background-color: #f7f7f7;
	padding: 35px 20px 30px 45px;
}
.question-box.align-center {
	display: block;
	text-align: center !important;
	padding: 60px 30px;
	margin: 80px 0;
}
.stype .question-box h3 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 260%;
	margin-top: 0;
}
.stype .question-box p {
	color: #292929;
}
.stype .question-box a {
	font-weight: 700;
}
.align-center.small {
	padding: 30px 30px;
}
.align-center {
	text-align: center;
}
.border-top {
	padding-top: 80px;
	margin-top: 80px;
	border-top: 1px solid #dfdfdf;
}
/* -------------- stype - note --------------- */

.stype .callout {
	background: #f7f7f7;
	padding: 20px 24px 20px 40px;
	line-height: 1.6;
}
.stype .callout:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-righT: 5px;
	background-image: url('../img/exclaim.svg');
	vertical-align: middle;
	position: absolute;
	margin-lefT: -25px;
	margin-top: 5px;
}
.stype .align-full {
	margin-top: 20px;
	/*
    border-top: 1px solid #dfdfdf;
    padding-top: 30px;
    */
	padding-bottom: 40px;
}
/* -------------- stype - redlist --------------- */

.stype .anchored-links {
	padding-left: 20px;
}
.stype .anchored-links li {
	font-weighT: 700;
	font-size: 180%;
	color: #e71c31;
	margin: 10px 0;
}
.stype .anchored-links li a {
	font-weighT: inherit;
	font-size: 100%;
	text-decoration: none;
}
/* -------------- stype - table --------------- */

.stype table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.stype .table-wrap {
	widtH: 100%;
	overflow-x: auto;
}
.stype th, .stype td {
	font-size: 160%;
	color: #292929;
	text-align: left;
	paddinG: 15px 5px;
	margin: 0 !important;
}
.stype tr:first-child th {
	font-size: 180%;
	font-weighT: 700;
}
.stype th {
	font-weighT: 400;
}
.stype tr:nth-child(2n+1) {
	background-color: #f7f7f7;
}
.stype tr:first-child {
	background: #e5e5e5;
}
/* -------------- stype - figure --------------- */

.stype figure {
	margin: 0;
	paddinG: 0;
	margin-bottom: 30px;
}
.stype figure img {
	width: 100%;
}
.stype figcaption {
	display: inline-block;
	margin: 10px 0;
	font-size: 120%;
	line-height: 1.6;
	color: #292929;
}
/* -------------- stype - search box --------------- */

.stype .search-box {
	margin: 25px 0;
}
.stype label {
	font-weight: 700;
	color: #292929;
}
/* -------------- stype - search box fancy checkmark --------------- */

label.container {
	display: block;
	position: relative;
	width: auto;
	float: right;
	padding-left: 30px;
	margin-top: -25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 180%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	height: 20px;
	width: 20px;
	border: 2px solid #292929;
	border-radius: 999px;
}
.container:hover input~.checkmark {
	background-color: #ccc;
}
.container input:checked~.checkmark {
	background-color: white;
	border-color: #292929;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.container input:checked~.checkmark:after {
	display: block;
}
.container .checkmark:after {
	box-sizing: border-box;
	position: absolute;
	top: 4px;
	left: 4px;
	height: 8px;
	width: 8px;
	border-radius: 100px;
	background-color: #292929;
}
.search-field-wrap {
	displaY: block;
	position: relative;
	margin: 20px 0;
}
.stype .search-submit {
	position: absolute;
	righT: 0;
	top: 0;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	outline: none;
	background-color: #e71c31;
	color: transparent;
}
.stype .search-submit:hover {
	border-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
.search-box input[type=search] {
	box-sizing: border-box;
	padding: 0 10px;
	height: 50px;
	width: 100%;
	border: 1px solid #dfdfdf;
	font-size: 160%;
	line-heighT: 50px;
}
.search-box #search-input-inline {
	-webkit-appearance: none;
	border-radius: 0 !important;
}
.stype .search-box input[type=search]:hover, .stype .search-box input[type=search]:focus {
	border-color: #292929;
}
/* -------------- slick slider --------------- */

.slick-prev, .slick-next {
	width: 8px;
	height: 12px;
	background-imagE: url(../img/chevron-right-red.svg) !important;
	transform: none;
	top: -42px !important;
	opacity: 1 !important;
	color: transparent !important;
}
.slick-prev {
	background-imagE: url(../img/chevron-left-red.svg) !important;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1 !important;
	color: transparent !important;
}
.slick-prev::before, .slick-next::before {
	opacity: 1 !important;
	color: transparent !important;
}
.slick-prev {
	left: auto;
	righT: 45px;
}
.slick-next {
	left: auto;
	righT: 20px;
}
/* -------------- sliders - feature slider --------------- */

.feature-slider-wrap {
	margin: 60px 0;
}
.feature-slider {
	margin: 25px 0;
	/* cancel container padding on sides */
	margin-left: -20px;
	margin-right: -19px;
}
.feature-slide {
	box-sizing: border-box;
	padding: 20px 0;
}
.feature-slide a {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	border-right: 1px solid #dfdfdf;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
	.feature-slide a {
		border-right: none;
		border-bottom: 1px solid #dfdfdf;
	}
}
.feature-slide .image {
	overflow: hidden;
	margin-bottom: 40px;
}
.feature-slide img {
	max-width: 100%;
	width: 100%;
	transition: all .2s ease-in-out;
}
.feature-slide a:hover img {
	transform: scale(1.1);
}
.feature-slide h4 {
	margin-bottom: 15px;
	font-sizE: 160%;
	/* 180%;  */
	font-weight: 700;
}
.feature-slide a:hover h4 {
	color: #e71c31;
}
.feature-slide p {
	line-height: 1.6;
}
/* -------------- sliders - banner slider --------------- */

.banner-slider figure figcaption {
	margin-bottom: 30px;
	margin-top: 30px;
	position: absolute;
}
.banner-slider figure {
	margin-bottom: 0;
	position: relative;
	padding-bottom: 100px;
}
.banner-slider figure img {
	padding-bottom: 0 !important;
}
.stype .slick-dots {
	margin: 0;
	width: auto;
	right: 0;
	bottom: 70px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button::before {
	font-size: 10px;
}
/* -------------- sections --------------- */

section.section.bg-grey {
	background-color: #f7f7f7;
}
.modern-page section {
	padding-left: 30px;
	padding-right: 30px;
}
.modern-page section.section.bg-grey {
	background-color: #f7f7f7;
	background-color: #f7f7f7;
	padding-top: 80px;
	padding-bottom: 80px;
}
.modern-page #main.standard-page section {
	padding-left: 0;
	padding-right: 0;
}
section .eyebrow {
	font-size: 140%;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 15px;
	padding-left: 1px;
}
section h1, section h2, section h3, section h4, section h5, section h6 {
	color: #292929;
}
section p, section li {
	color: #292929;
}
/* -------------- sections - banner home --------------- */

section.stripe-header {
	border-bottom: 1px solid #dfdfdf;
	padding: 50px;
	margin-top: 30px;
}
section.stripe-header h1 {
	margin-bottom: 0 !important;
	font-size: 480%;
}
/* -------------- sections - two-col --------------- */

.two-col {
	displaY: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.two-col .col {
	width: calc( 50% - 20px);
	box-sizing: border-box;
}
.two-col h2 {
	margin-bottom: 30px;
	font-size: 300%;
	padding-bottom: 10px;
}
.two-col .event-block a {
	border-bottom: none;
}
.two-col .event-block h3 {
	font-size: 180% !important;
	font-weight: 700;
	margin-top: 0;
}
.two-col .footer {
	clear: both;
	display: block;
	padding-top: 30px;
}
@media screen and (max-width: 1080px) {
	.two-col .col h2 {
		margin-bottom: 10px;
	}
	.two-col .col2 {
		margin-top: 50px;
	}
}
/* -------------- sections - banner home --------------- */

.section-home-banner {
	background: grey;
	position: relative;
	height: 860px;
	width: 100%;
	box-sizing: border-box;
}
#main>.section-home-banner {
	paddinG: 0;
}
.section-home-banner .homepage-slider {
	height: 860px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section-home-banner .home-slide {
	height: 860px;
	width: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.section-home-banner .image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.section-home-banner .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../img/shadow.png');
	z-index: 100;
	mix-blend-mode: multiply;
}
.shadow-top {
	position: absolute;
	top: 0;
	left: 0;
	height: 257px;
	width: 100%;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url('../img/shadow-top.png');
	z-index: 100;
	mix-blend-mode: multiply;
}
.section-home-banner .text {
	top: 300px;
	position: relative;
	z-index: 100;
}
.section-home-banner h2, .section-home-banner p {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.section-home-banner h2 {
	color: white;
	font-size: 720%;
	font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B"; */
	line-heighT: 0.9;
}
.section-home-banner p {
	color: white;
	font-size: 240%;
	line-heighT: 1.44;
	margin-top: 20px;
}
.section-home-banner .button {
	margin-top: 40px;
}
.section-home-banner .navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
}
.section-home-banner .navigation .slide {
	width: 25%;
	float: left;
	height: 120px;
	position: relative;
	z-index: 1000;
	text-decoration: none;
}
.section-home-banner .navigation .slide {
	border-bottom: 5px solid transparent;
	position: relative;
	box-sizing: border-box;
}
.section-home-banner .navigation .slide.current {
	border-color: white;
}
.section-home-banner .navigation .slide.current:after {
	content: '';
	display: block;
	widtH: 0%;
	height: 5px;
	position: Absolute;
	bottom: -5px;
	left: 0;
	background-color: #e71c31;
}
.section-home-banner .navigation .slide.current:after {
	-webkit-animation-name: example;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 6s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards;
	animation-name: example;
	animation-timing-function: linear;
	animation-duration: 6s;
	animation-fill-mode: forwards;
}
/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
/* Standard syntax */

@keyframes example {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
.section-home-banner .text {
	opacity: 0;
	transition: all .5s ease-in-out .5s;
}
.section-home-banner .slick-current .text {
	opacity: 1;
}
.section-home-banner .navigation .number, .section-home-banner .navigation .title, .section-home-banner .navigation .description {
	displaY: block;
	color: white !important;
	margin-bottom: 5px;
}
.section-home-banner .navigation .number {
	font-size: 140%;
	/* font-family: "Sentinel A", "Sentinel B"; */
	margin-bottom: 15px;
}
.section-home-banner .navigation .title {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-size: 160%;
}
.section-home-banner .navigation .description {
	font-size: 160%;
}
.section-home-banner .home-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 100px;
	right: 0;
	position: absolute;
	display: block;
	box-sizing: border-box;
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/home-arrow.svg);
	z-index: 100;
}
.navigation .mw1400 {
	position: relative;
}
/* -------------- sections - banner --------------- */

.modern-page .section-banner {
	background: grey;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
}
.section-banner.has-video {
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
}
.section-banner.has-video .inner {
	height: 600px;
	position: relative;
	z-index: 1;
}
/* -------------- sections - intro --------------- */




.section-intro {
	color: #292929;
	position: relative;
	z-index: 100;
	margin: 0 auto 0 auto;
	padding: 80px 30px;
}
.archive .section-intro, 
.search .section-intro,
.blog .section-intro {
	border-bottom: 1px solid #BFBFBF;
}
.section-intro.single {}
.section-intro.single .wp-caption:first-child, .section-single-post .alignnone:first-child, .section-single-post .aligncenter:first-child, .section-single-post .alignleft:first-child, .section-single-post .alignright:first-child {
	margin-top: 0 !important;
}
.section-intro.single .inner {
	padding-top: 0;
}
.section-intro h1 {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-size: 480%;
	margin-bottom: 30px;
}
.section-intro p.basic {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-weight: 500;
	font-size: 240%;
	line-height: 1.44;
}
.shadowed {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.border-top-red {
	border-top: 5px solid #e71c31;
}
.section-intro.border-top-red {
	margin-top: 100px;
	padding: 60px 30px;
}
.standard-page .section-intro.border-top-red {
	margin-bottom: 120px;
}
/* -------------- sections - featured program --------------- */

.section-featured-program .inner {
	box-sizinG: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.section-featured-program.shadowed .inner {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4d4d4;
}
.section-featured-program .image, .section-featured-program .text {
	width: 50%;
	box-sizing: border-box;
	flex-grow: 2;
	flex-shrink: 0.7;
}
.section-featured-program .image {
	background: grey;
	overflow: hidden;
	display: flex;
}
.section-featured-program .image img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.section-featured-program .text {
	float: right;
	padding: 80px 95px;
	position: relative;
	background: white;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-featured-program .inner.shadowed .text {
	border-bottom: 5px solid #e71c31;
}
.section-featured-program.shadowed .text:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: #e71c31;
	left: 0;
	bottom: 0;
	position: absolute;
}
.section-featured-program .eyebrow:before {
	content: "—";
	position: absolute;
	margin-top: -2px;
	margin-left: -20px;
	color: #e71c31;
	font-weight: 700;
}
.section-featured-program h2 {
	font-size: 340%;
	font-weight: 700;
	margin-bottom: 25px;
}
.section-featured-program p.basic {
	font-size: 180%;
	font-weight: 500;
	line-heighT: 1.8;
	margin-bottom: 30px;
}
.section-featured-program ul {
	list-style: none;
}
/* -------------- sections - other programs --------------- */

.section-other-programs {
	margin-top: -25px;
	margin-bottom: -25px;
}
.section-other-programs .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-other-programs article {
	/*display: inline;*/
	width: calc(50% - 15px);
}
.section-other-programs article a {
	box-siziNG: border-box;
	padding: 35px 0;
	displaY: block;
	text-decoration: none;
	position: relative;
	padding-right: 30px;
}
.section-other-programs article a:after {
	content: "";
	displaY: block;
	width: 18px;
	height: 11px;
	background-size: 18px 11px;
	background-image: url(../img/arrow-red.svg);
	position: absolute;
	righT: 0;
	bottom: 41px;
	transition: all .2s ease-in-out;
}
.section-other-programs article a:hover:after {
	righT: -10px;
}
/*
.section-other-programs article:nth-child(2n+1) {
    padding-right: 20px;
}
.section-other-programs article:nth-child(2n+2) { 
    padding-left: 20px;
}
*/

.section-other-programs article:nth-child(1), .section-other-programs article:nth-child(2) {
	border-bottom: 1px solid #d4d4d4;
}
.section-other-programs article h2 {
	font-size: 180%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-heighT: 1.4;
}
.section-other-programs article a:hover h2 {
	color: #e71c31;
}
.section-other-programs article p {
	font-size: 180%;
	margin-bottom: 0;
	line-heighT: 1.4;
}
/* -------------- sections - featured news --------------- */

.section-featured-news {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.section-featured-news h2 {
	font-size: 400%;
	font-weight: 700;
}
.section-featured-news .first-article, .section-featured-news .more-articles {
	width: calc(50% - 20px);
	float: none;
}
.section-featured-news .more-articles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.section-featured-news .more-articles .article-block {
	width: calc(50% - 20px);
}
.section-featured-news .more-articles .article-block .text {
    min-height: 139px;
}

@media screen and (max-width: 860px) {
	.section-featured-news {
		padding: 80px 0;
	}
}
/* -------------- section-featured-new - first-article --------------- */

.section-featured-news .first-article .image, .section-featured-news .first-article .text {
	width: 100%;
	box-sizing: border-box;
}
.section-featured-news .first-article .text {
    padding: 30px 25px 0 25px;
    min-height: 296px;
}
.section-featured-news .first-article .text .title a {
	font-size: 300%;
}
/* -------------- section-featured-new - first-article --------------- */

.soliloquy-container {
	width: 1160px !important;
	max-width: 1160px !important;
    margin: 30px auto 120px !important;
    
    left: 50%;
    transform: translatex(-50%);
}
@media screen and (max-width: 960px) {
    .soliloquy-container .soliloquy-pager {
        display: block !important;
    }
}
.soliloquy-container .soliloquy-pager-link {
    width: 9px !important;
    height: 9px !important;
}
.soliloquy-pager {
	bottom: -40px !important;
}
.soliloquy-container .soliloquy-pager-item {
	margin: 0 0 0 10px !important;
}
.soliloquy-container .soliloquy-pager-link, .soliloquy-container .soliloquy-pager-link {
	background: #dad8d9 !important;
	border-radius: 10px !important;
}
.soliloquy-container .soliloquy-pager-link:hover, .soliloquy-container .soliloquy-pager-link.active {
	background: #292929 !important;
}
.soliloquy-container .soliloquy-prev, .soliloquy-container .soliloquy-next {
	width: 55px !important;
	height: 55px !important;
	background-color: rgba(0, 0, 0, 0.05) !important;
    border-radius: 30px !important;
    background-size: 8px 11px !important;

}
.soliloquy-container .soliloquy-prev {
	left: -120px !important;
	background-image: url('../img/chevron-left-grey.svg') !important;
}
.soliloquy-container .soliloquy-next {
	right: -120px !important;
	background-image: url('../img/chevron-right-grey.svg') !important;
}

.soliloquy-container .soliloquy-prev:hover {
    background-image: url('../img/chevron-left.svg') !important;
    background-color: #e71c31 !important;
}
.soliloquy-container .soliloquy-next:hover {
    background-image: url('../img/chevron-right.svg') !important;
    background-color: #e71c31 !important;
}



/* -------------- sections - 404 --------------- */

.section-404 {
    padding-top: 150px;
    padding-bottom: 300px;
    padding-left: 30px;
    padding-right: 30px;
}
.section-404 .inner {
    text-align: center;
}
.section-404 h1 {
    font-size: 2000%;
    margin: 0;
    margin-bottom: 30px;
    line-height: 0.9;
}
.section-404 h2 {
    font-size: 480%;
    font-weight: 800;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.section-404 p {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 860px;
    max-width: 100%;
}
@media screen and (max-width: 860px) {
    
.section-404 {
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
    .section-404.stype h1 {
        font-size: 1000%;
        margin: 0;
        margin-bottom: 30px;
        line-height: 0.9;
    }
}
@media screen and (max-width: 540px) {
    .section-404 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-404.stype h1 {
        font-size: 480%;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .section-404 h2 {
        font-size: 260%;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .section-404 p {
        font-size: 150%;
        font-weight: 400;
        line-height: 1.44;
        margin-bottom: 20px;
    }
}




.soliloquy-container .soliloquy-wrapper .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(255,255,255,0.9);
    font-size: 12px;
    line-height: 1.3;
    display: block;
    color: #333;
    text-shadow: none;
    text-align: left;
    padding: 15px 10px !important;
}

.soliloquy-container .soliloquy-wrapper .soliloquy-caption {
    padding-bottom: 0 !important;
}


/* -------------- article-block-group --------------- */

.article-block-group, .alm-reveal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
}
#ajax-load-more {
	width: 100%;
}
.alm-load-more-btn.done {
    display: none !important;
}
.article-block {
	width: calc(25% - 30px);
	margin-bottom: 40px;
}
@media screen and (max-width: 1260px) {
	.section-featured-news .more-news .article-block {
		width: calc(33.33333333% - 30px);
		margin-bottom: 40px;
    }
    
    .soliloquy-container .soliloquy-prev {
        left: -50px !important;
    }
    .soliloquy-container .soliloquy-next {
        right: -50px !important;
    }
}
@media screen and (max-width: 1110px) {
    .soliloquy-container .soliloquy-prev,
    .soliloquy-container .soliloquy-next {
        display: none !important;
    }
}






@media screen and (max-width: 920px) {
	.section-featured-news .more-news .article-block {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.section-featured-news .more-news .article-block {
		width: 100%;
		margin-bottom: 20px;
	}
}

.article-block-group .article-block {
	width: calc(25% - 30px);
	margin: 0;
	margin-right: 40px;
	margin-bottom: 40px;
}
.article-block-group .article-block:nth-child(4n+0) {
	margin-right: 0;
}

/*
@media screen and (min-width: 1261px) {
    .article-block-group .article-block:nth-child(9),
    .article-block-group .article-block:nth-child(10),
    .article-block-group .article-block:nth-child(11),
    .article-block-group .article-block:nth-child(12) {
        display: none;
    }
}
*/
@media screen and (max-width: 1260px) {
	.article-block-group .article-block {
		width: calc(33.33333333% - 30px);
		margin-right: 40px;
    }
	.article-block-group .article-block:nth-child(4n+0) {
		margin-right: 40px;
	}
	.article-block-group .article-block:nth-child(3n+0) {
		margin-right: 0;
    }
    /*
    .article-block-group .article-block:nth-child(9) {
        display: block;
    }
    */

}

@media screen and (max-width: 1260px) and (min-width: 921px) {
    /*
    .article-block-group .article-block:nth-child(7),
    .article-block-group .article-block:nth-child(8),
    .article-block-group .article-block:nth-child(9),
    .article-block-group .article-block:nth-child(10),
    .article-block-group .article-block:nth-child(11),
    .article-block-group .article-block:nth-child(12) {
        display: none;
    }
    */
    .related-stories .article-block-group .article-block:nth-child(4) {
        display: none;
    }
    .force-show-all .article-block-group .article-block {
        display: block !important;
    }
}

@media screen and (max-width: 920px) {
	.article-block-group .article-block {
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.article-block-group .article-block:nth-child(3n+0) {
		margin-right: 40px;
	}
	.article-block-group .article-block:nth-child(2n+0) {
		margin-right: 0;
    }
    /*
    .article-block-group .article-block:nth-child(9) {
        display: none;
    }
    */
}
@media screen and (max-width: 920px) and (min-width: 541px) {
    /*
.article-block-group .article-block:nth-child(7),
.article-block-group .article-block:nth-child(8),
.article-block-group .article-block:nth-child(9),
.article-block-group .article-block:nth-child(10),
.article-block-group .article-block:nth-child(11),
.article-block-group .article-block:nth-child(12) {
    display: none;
}
*/
.force-show-all .article-block-group .article-block {
    display: block !important;
}
}
@media screen and (max-width: 800px) {
    .force-show-all .article-block-group .article-block {
        display: flex !important;
    }
}



@media screen and (max-width: 540px) {
	.article-block-group .article-block {
		width: 100%;
		margin-right: 0;
	}
	.article-block {
		margin-bottom: 20px !important;
	}
	.article-block-group .article-block:nth-child(3n+0) {
		margin-right: 0;
	}
	.modern-page section {
		padding-left: 20px;
		padding-right: 20px;
	}
}



/* -------------- article block article --------------- */

.article-block {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.article-block .image, .article-block .text {
	width: 100%;
}
.article-block .image {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.article-block img {
	position: absolute;
	top: 0;
	left: 0;
	widtH: 100%;
	height: 100%;
	transition: all .4s ease-in-out;
	transform: scale(1.1);
	object-fit: cover;
}
.article-block .text {
	padding: 20px 30px 20px 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
	min-height: 40%;
}
.article-block .title {
	width: 100%;
}
.article-block .category, .article-block .title a {
	widtH: 100%;
	text-decoration: none;
}
.article-block .category, .section-intro .category {
	color: #e71c31;
	font-size: 140%;
	font-weight: 600;
	color: #e71c31;
	text-transform: uppercase;
	line-heighT: 1;
	padding-bottom: 1px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: .05em;
	border-bottom: 1px solid transparent;
	width: auto;
}

@media screen and (max-width:540px ) {
    .section-intro .category {
        margin: 20px auto 0;

    }

}
.section-intro .category:hover {
	border-bottom: 1px solid #e71c31;
}
.section-intro a {
	text-decoration: none !important;
}
.article-block .title a {
	color: #292929;
	font-size: 180%;
	font-weight: 700;
	line-height: 1.3;
	display: inline-block;
}
.article-block .title a:hover {
	text-decoration: none !important;
}
.article-block .excerpt {
	margin-top: 10px;
	font-size: 180%;
	line-heighT: 1.8;
	color: #292929;
}
.article-block a:hover img {
	transform: scale(1.175);
}
.article-block a.category:hover {
	color: #e71c31;
	border-bottom: 1px solid #e71c31;
}
.article-block .title a:hover {
	color: #e71c31;
	text-decoration: none !important;
}
/* -------------- feed-article --------------- */

.section-category-feed {
	padding: 50px 0 70px;
	margin-top: 0;
	position: relative;
}
.feed-article {
	padding: 40px 0;
	border-bottom: 1px solid #BFBFBF;
	display: flex;
	align-items: center;
	width: 100%;
}
.section-category-feed.in-the-news .feed-article {
    display: block !important;
}

.feed-article .image-block {
	flex-shrink: 0;
    width: calc(25% - 30px);
}
.feed-article .image {
    height: 0;

    width: 100%;
   padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;


}
.feed-article .text {
}
.feed-article .text {
    width: calc(75% - 30px);
    padding-left: 40px;
}






.blog .feed-article .text,
.date .feed-article .text,
.section-category-feed.in-the-news .feed-article .text {
    padding-left: 0;
}
.section-search-result-feed .feed-article .text {
    margin-left: 0;
    padding-left: 0;

}
@media screen and (max-width: 800px) {
    .feed-article .text {
        width: 100%;
    }
}
    /*
@media screen and (max-width: 1200px) {

	.feed-article .image {
		width: 33.33333333%;
		padding-bottom: 21.933333333333333333333333333333%;
    }

}
@media screen and (max-width: 960px) {
	.feed-article .image {
		width: 50%;
		padding-bottom: 32.9%;
	}
}

@media screen and (max-width: 640px) {
	.feed-article {
		display: block;
	}
	.feed-article .text {
		margin-left: 0;
		padding-top: 20px;
	}
	.feed-article .image {
		width: 100%;
		padding-bottom: 56.25%;
		float: none;
	}
}
    */

@media screen and (max-width: 800px) {
    .feed-article {
        padding: 20px 0;
    }
    .feed-article .image-block {
        width: 33.33333333%;
    }
    .feed-article .text {
        width: calc(66.66666666% -10px);
        padding-left: 10px;
    } 
    .feed-article .text .excerpt {
        display: none;
    }
    /* */


    .section-news-feed .article-block {
        padding:  15px 0;
        border-bottom: 1px solid #BFBFBF;
        display: flex;
        align-items: center;
        width: 100%;
        box-shadow: none;
        padding: 20px 0;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }
    .section-news-feed .article-block .mobile-image-block {
        flex-shrink: 0;
        width: calc(25% - 30px);
        width: 33.33333333%;

    }
    .section-news-feed .article-block .text {
        width: calc(75% - 30px);
        padding-left: 40px;
        width: calc(66.66666666% -10px);
        padding-left: 10px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-news-feed .article-block .image {
        height: 0;
        width: 100%;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
    }
    .section-news-feed .article-block img {
        transition: all .2s ease-in-out;
        widtH: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(1.1);
        height: 100%;
        object-fit: cover;
    }
    .section-news-feed .article-block .text .excerpt {
        display: none;
    }
    
}

.feed-article img {
	transition: all .2s ease-in-out;
	widtH: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1.1);
	height: 100%;
	object-fit: cover;
}
.feed-article .category {
	font-size: 140%;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	line-heighT: 1.4;
	display: inline-block;
	margin-bottom: 10px;
}
.feed-article .category.uppercase {
	text-transform: uppercase;
}
.feed-article .title {}
.feed-article .title a {
	font-size: 220%;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	line-heighT: 1.4;
	display: inline-block;
	margin-bottom: 0;
}
.feed-article .title a:hover {
	color: #e71c31;
}
.feed-article .excerpt {
	font-size: 180%;
	font-weight: 400;
	color: 333333;
	line-heighT: 1.7;
	margin-top: 20px;
}
/* -------------- in the media --------------- */

.sidebar-container {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;

}

.sidebar-container .article-block-group {
    max-width: calc(100% - 360px);

}
#news-sidebar {
	width: 320px;
	flex-shrink: 0;
	padding-top: 40px;
}
.archive.date #news-sidebar {
	margin-top: 0 !important;
	padding-top: 0;
}






@media screen and (max-width: 1024px) {
    .sidebar-container .article-block-group,
    .sidebar-container .news-sidebar {
        max-width: 100%;
        width: 100%;
    
    }

    .section-category-feed h2 {
        font-size: 240% !important;
    }

    .sidebar-container {
        flex-direction: column-reverse;
    
    }
    .archive.date #news-sidebar {
        margin-top: 20px !important;
        padding-top: 0 !important;
    }
    #news-sidebar {
        width: 100%;
        display: none;
    }
    #news-sidebar .text-link {
        display: none;
    }
}

#news-sidebar h4,
#news-sidebar button {
	background: #F7F7F7;
	font-size: 180%;
	font-weight: 700;
	padding: 15px 15px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
#news-sidebar ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 64px;
}
#news-sidebar li {
	display: inline-block;
	font-size: 160% !important;
	font-weight: 600;
	font-size: 100%;
    width: calc(33.33333333% - 10px);
    padding: 10px;
    margin: 0 15px 0 0;
	display: block;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
}
#news-sidebar li:nth-child(3n) {
    margin: 0 0 0 0;

}
#news-sidebar .year-list {
	margin-bottom: 40px;
}
#news-sidebar .year-list li {
	text-align: center;
}
#news-sidebar .month-list li {
    width: 100%;
    margin-right: 0;
}
#news-sidebar a {
	text-decoration: none !important;
}
#news-sidebar a.remove-filter {
	background-image: url('../img/remove-filter.png');
	background-size: 13px 13px;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
}
#news-sidebar a:hover {
	color: #e71c31 !important;
}
#news-sidebar li a {
	text-decoration: none;
	color: #333;
}
.section-category-feed h2 {
	font-size: 480%;
    font-weight: 800;
    padding-top: 0px;
}
.archive.date #news-sidebar {
    margin-top: -85px;
}
.archive.date .feed-article .text, .blog .feed-article .text {
	margin-left: 0;
}
.archive.date .article-block-group, .blog .article-block-group {
	width: 920px;
}
/* -------------- in the media --------------- */

.section-news-feed {
	padding: 80px 0;
}
.section-news-feed .eyebrow-group {
	margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
    .section-news-feed .eyebrow-group {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 540px) {
    .section-news-feed .eyebrow-group {
        margin-bottom: 0;
    }
    .two-col .col h2 {
        padding-bottom: 0;
    }
}
.all-news-link {
	margin-top: 17px;
	float: right;
	margin-right: 17px;
}
.in-the-media h2, .upcoming-events h2, .section-news-feed h2 {
	font-size: 400%;
	font-weight: 800;
	display: inline-block;
}
.in-the-media article {
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: flex-start;
    align-content: center;
    
    height: 110px;
}
.in-the-media article:first-child, .upcoming-events article:last-child {
	border: none !important;
}
.in-the-media .articles {
	display: block !important;
}
.in-the-media .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	
}
.in-the-media .text .category,
.in-the-media .text h3 {
    width: 100%;
}

@media screen and (max-width: 1080px) {
	.two-col .col {
		width: 100%;
	}
	.in-the-media .text {
		min-height: 0;
	}
	.section-featured-news .first-article, .section-featured-news .more-articles {
		width: 100%;
		float: none;
    }
    .section-featured-news .first-article .text {
        min-height: initial;
        padding: 30px 25px;
    }
    .section-featured-news .more-articles .article-block .text {
        min-height: initial;
    }

}
@media screen and (max-width: 540px) {
	.section-featured-news .more-articles .article-block {
		width: 100%;
	}
}
.in-the-media h3 {
	margin: 0;
	margin-top: 3px;
	font-size: 180%;
}
.in-the-media h3 a {
	text-decoration: none;
	color: #292929;
}
.in-the-media h3 a:hover {
	color: #e71c31;
}
.in-the-media h3 a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../img/external.svg');
	background-position: center center;
	background-size: 15px 15px;
	margin-left: 10px;
	opacity: 0.6;
}
.in-the-media .category {
	font-size: 140%;
	font-weight: 600;
	line-height: 1.4;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.upcoming-events p {
	margin: 0 !important;
}
/* -------------- sections - stats --------------- */

.section-stats {
	background-color: #f7f7f7;
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-stats li {
	box-sizing: border-box;
	width: 33.33333333%;
	display: block;
	float: left;
	text-align: center;
	padding: 30px 20px;
}
.section-stats li:nth-child(2) {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
.section-stats .stat-number {
	font-size: 640%;
	/* font-family: "Sentinel A", "Sentinel B"; */
	display: block;
	font-weighT: 700;
	color: #292929;
	margin-bottom: 7px;
}
.section-stats li {
	opacity: 1;
	transition: all .5s ease-in-out;
}
.section-stats li.hide {
	opacity: 0;
}
.section-stats .stat-text {
	font-size: 160%;
	text-transform: uppercase;
	display: block;
	line-height: 1.5;
}
/* -------------- sections - events --------------- */

.section-events {
	background-color: #f7f7f7;
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-events:last-child {
	margin-bottom: 0;
}
.section-events h2 {
	font-size: 400%;
	font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B"; */
}
.articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.section-events .articles {
	padding-top: 60px;
	padding-bottom: 80px;
}
.event-block.large {
    border-bottom: 1px solid #ccc;
    height: 110px;
}
.section-events .event-block.large a {
	align-items: flex-start;
}
.section-events .event-block.large a .text {
	padding: 0 40px 0 20px;
}
.section-events .event-block.large a .text h3 {
	margin-bottom: 10px;
}
.section-events article {
	box-sizing: border-box;
	width: 33.33333333%;
	display: block;
	float: left;
}
@media screen and (max-width: 1080px) {
    .event-block.large {
        height: auto;
    }
    .in-the-media article {
        height: auto;
    }
}
@media screen and (max-width: 540px) {
	.event-block.large p {
		display: none;
	}
	.event-block.large .date-block {
		displaY: block;
		flex-shrink: 0;
		width: 51px;
		height: 51px;
		background: #e71c31;
		color: white;
		position: relative;
		float: none;
		margin-right: 10px;
	}
	.event-block.large .date-block .month {
		top: 10px;
		display: block;
		width: 100%;
		position: absolute;
		text-align: center;
		font-size: 110%;
		text-transform: uppercase;
	}
	.event-block.large .date-block .day {
		top: 21px;
		display: block;
		width: 100%;
		position: absolute;
		text-align: center;
		font-size: 180%;
		font-weighT: 700;
	}
	.event-block.large a .title {
		font-size: 140%;
		line-height: 1.44;
	}
	.two-col .event-block h3 {
		font-size: 140% !important;
	}
	.text-link.style2 {
		font-size: 140%;
	}
	.in-the-media h3 {
		font-size: 140%;
	}
	.in-the-media h3 a::after {
		width: 12px;
		height: 12px;
		background-size: 12px 12px;
		margin-left: 5px;
		opacity: 0.6;
	}
	.alm-btn-wrap .alm-load-more-btn {
		paddinG: 10px 20px;
		font-size: 120%;
		margin: 20px auto;
    }
    .alm-btn-wrap .alm-load-more-btn.done {
		display: none !important;
    }
    
	.section-news-feed, .modern-page section.section.bg-grey {
		padding: 40px 20px;
	}
}
section.section-slideshow {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.section-slideshow h2 {
	font-size: 400%;
	font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B"; */
}
/* -------------- story slider --------------- */

.story-slider-wrap {
	margin: 80px 0;
	/* outline: 1px solid grey; */
	height: 696px;
	overflow: hidden;
	position: relative;
}
.story-slider-wrap .image-wrap {
	position: relative;
}
.story-slider-wrap .image-wrap-inner {
	height: 696px;
	position: relative;
	position: absolute;
	left: 479px;
	top: 0;
	width: 65vw;
	height: 696px;
}
.story-slider-wrap .content-wrap {
	position: relative;
}
.story-slider-wrap .content-wrap-inner {
	position: absolute;
	widtH: 600px;
	heighT: 512px;
	top: 60px;
	left: 0;
	background: white;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	/* display: flex;
    align-items: center; */
	box-sizing: border-box;
}
/* -------------- story slider pagination --------------- */

.story-slider-wrap .slide-number {
	text-align: right;
	position: absolute;
	top: 0;
	righT: 0;
	padding-top: 40px;
	padding-righT: 40px;
	font-size: 180%;
	font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B"; */
	color: #e71c31;
}
.story-slider-wrap .slide-number .current {
	padding-right: 7px;
	font-size: 200%;
}
.story-slider-wrap .slide-number .total {
	padding-left: 7px;
}
/* -------------- story slider image wrap --------------- */

.story-slider-wrap .image-wrap .image img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
/* -------------- story slider content --------------- */

.story-slider-wrap .story-content-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	padding: 150px 80px 0 40px;
	/* ate 40px to add accent */
	box-sizing: border-box;
}
.story-slider-wrap h3, .story-slider-wrap p, .story-slider-wrap .text-link {
	margin-left: 40px;
}
.story-slider-wrap h3 {
	font-size: 300%;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	position: relative;
}
.story-slider-wrap h3:after {
	content: "";
	position: absolute;
	display: block;
	left: -30px;
	top: 17px;
	width: 20px;
	height: 2px;
	background-color: #e71c31;
}
.story-slider-wrap p {
	font-size: 180%;
	line-height: 1.44;
}
.story-slider-wrap .text-link {
	margin-top: 30px;
}
.story-slider-wrap .pagination {
	width: 121px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.story-slider-wrap .pagination .previous, .story-slider-wrap .pagination .next {
	width: 60px;
	heighT: 60px;
	line-heighT: 60px;
	display: block;
	float: left;
	background: #e71c31;
	text-align: center;
	background-size: 8px 11px;
	background-repeat: no-repeat;
	background-position: center center;
}
.story-slider-wrap .pagination .previous {
	background-image: url('../img/chevron-left.svg');
}
.story-slider-wrap .pagination .next {
	/* margin-left: 1px; disables line between arrows */
	background-image: url('../img/chevron-right.svg');
}
.story-content-slider .slick-prev {
	width: 60px;
	heighT: 60px;
	line-heighT: 60px;
	display: block;
	background: #e71c31;
	text-align: center;
	background-size: 8px 11px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/chevron-left.svg') !important;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 60px;
	top: auto !important;
}
.story-content-slider .slick-next {
	width: 60px;
	heighT: 60px;
	line-heighT: 60px;
	display: block;
	background: #e71c31;
	text-align: center;
	background-size: 8px 11px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/chevron-right.svg') !important;
	position: absolute;
	z-index: 1001;
	bottom: 0;
	right: 0;
	top: auto !important;
}
.story-content-slider .slick-prev:hover, .story-content-slider .slick-next:hover {
	background-color: #9B172E;
}
.story-content-slider .text {
	height: 320px;
}
/* -------------- professor profiles --------------- */

section.section-professor-profiles {
	margin: 0 auto;
	padding: 80px 0;
}
.section-professor-profiles .inner {
	text-aligN: left;
	margin: 0 100px;
}
.section-professor-profiles h2 {
	font-size: 400%;
	font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B"; */
}
.professor-slider-wrap {
	/* prevents clipping of lower shadow */
	margin-top: 80px;
}
.professor-slider-wrap .slick-track {
	padding-bottom: 10px;
}
.professor-slider-wrap .slide {
	width: 31%;
	margin: 0 10px;
	height: 528px;
	display: block;
	background: grey;
	position: relative;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.professor-slider-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.professor-slider-wrap .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 100px;
	background: white;
	padding: 22px 25px;
	text-align: left;
	border-left: 5px solid rgba(238, 42, 55, 0.9);
	box-sizing: border-box;
	overflow: hidden;
}
.professor-slider-wrap .text, .professor-slider-wrap .text h3, .professor-slider-wrap .text .subtitle, .professor-slider-wrap .text .excerpt, .professor-slider-wrap .text .link {
	transition: all .35s ease-in-out;
}
/* -------------- phoverstate--------------- */

.professor-slider-wrap .slide:hover .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(238, 42, 55, 0.9);
	padding: 125px 30% 0 35px;
}
.professor-slider-wrap .slide:hover .text p.excerpt, .professor-slider-wrap .slide:hover .text .link {
	display: block !important;
}
.professor-slider-wrap .slide:hover .text h3, .professor-slider-wrap .slide:hover .text p.subtitle, .professor-slider-wrap .slide:hover .text p.excerpt {
	color: white;
}
.professor-slider-wrap h3 {
	font-size: 220%;
	font-weight: 700;
	margin-bottom: 7px;
	color: #292929;
}
.professor-slider-wrap p.subtitle {
	color: #292929;
	font-size: 140%;
	text-transform: uppercase;
	letter-spacing: 0.0125em;
}
.professor-slider-wrap p.excerpt {
	font-size: 160%;
	line-height: 1.44;
	margin-top: 30px;
	color: white;
}
.professor-slider .slick-prev, .professor-slider .slick-next {
	display: block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	/* bordeR: 1px solid #292929; design changed */
	border-radius: 100px;
	position: absolute;
	background-size: 8px 11px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f7f7f7;
	color: grey;
}
.professor-slider .slick-prev {
	top: 50% !important;
	left: -80px;
	transform: translateY(-50%);
	background-imagE: url(../img/chevron-left-grey.svg) !important;
}
.professor-slider .slick-next {
	top: 50% !important;
	right: -80px;
	transform: translateY(-50%);
	background-imagE: url(../img/chevron-right-grey.svg) !important;
}
.professor-slider .slick-prev:hover {
	background-color: #e71c31;
	background-imagE: url(../img/chevron-left.svg) !important;
}
.professor-slider .slick-next:hover {
	background-color: #e71c31;
	background-imagE: url(../img/chevron-right.svg) !important;
}
.professor-slider .slick-prev.slick-disabled, .professor-slider .slick-next.slick-disabled {
	opacity: 0.3 !important;
}
.eyebrow-header h1 {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-size: 480%;
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 15px;
}
.archive .eyebrow-header h1,
.blog .eyebrow-header h1 {
	margin-top: 0;
}
.eyebrow-header h2 {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-size: 400%;
	font-weight: 700;
	margin-bottom: 30px;
}
.eyebrow-header p.basic {
	/* font-family: "Sentinel A", "Sentinel B"; */
	font-weight: 400;
	font-size: 240%;
}
.eyebrow-header p.post-date {
	font-size: 140%;
	font-weight: 600;
	text-transform: uppercase;
	line-heighT: 1;
	margin-top: 25px;
	display: inline-block;
	letter-spacing: .05em;
}
.professor-slider-wrap {
	position: relative;
}
.professor-slider-wrap .pagination .previous, .professor-slider-wrap .pagination .next, .professor-slider-wrap .link {
	display: block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	bordeR: 1px solid #292929;
	border-radius: 100px;
	position: absolute;
	background-size: 8px 11px;
	background-repeat: no-repeat;
	background-position: center center;
}
.professor-slider-wrap .link {
	position: absolute;
	bottom: 30px;
	left: 35px;
	background-color: white;
	border: none !important;
	display: none !important;
	background-image: url('../img/arrow-right.svg');
	background-size: 18px 18px;
}
.professor-slider-wrap .pagination .previous {
	top: 50%;
	left: -80px;
	transform: translateY(-50%);
	background-image: url('../img/chevron-left-grey.svg');
}
.professor-slider-wrap .pagination .next {
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
	background-image: url('../img/chevron-right-grey.svg');
}
/* -------------- areas of study --------------- */

.section-button-set {
	padding-bottom: 80px;
	border-bottom: 1px solid #dfdfdf;
}
/* -------------- areas of study --------------- */

section.section-area-of-study {
	margin: 0 auto;
	padding: 80px 0;
	background-color: #f7f7f7;
	margin-bottom: -80px !important;
}
.section-area-of-study h2 {
	font-size: 400%;
	font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B"; */
}
.section-area-of-study p.basic {
	font-size: 240%;
	/* font-family: "Sentinel A", "Sentinel B"; */
	margin-top: 20px;
}
.areas-of-study {
	margin: 80px 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
}
.areas-of-study .area {
	width: calc(33.33333333% - 20px);
	margin-bottom: 22px;
	height: 320px;
	box-sizing: border-box;
	background: #292929;
	outline: white;
	z-index: 1;
}
.areas-of-study .area a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 320px;
	color: white;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.areas-of-study img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
	z-index: 1;
	transition: all .2s ease-in-out;
}
.areas-of-study .area a:hover img {
	transform: scale(1.1);
}
.areas-of-study .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	lefT: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	z-index: 1;
	padding: 36px;
}
.areas-of-study p.title {
	color: white;
	text-decoration: none;
	font-size: 220%;
	font-weight: 700;
	line-height: 1.5;
}
.areas-of-study a p.excerpt {
	padding-top: 20px;
	color: white;
	text-decoration: none;
	font-size: 160%;
	font-weight: 500;
	line-height: 1.7;
	height: 1px;
	overflow: hidden;
	transition: all .2s ease-in-out;
}
.areas-of-study a:hover p.excerpt {
	height: 130px;
}
/* -------------- website footer --------------- */

.link-grid {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
}
.link-grid .link {
	width: calc(33.33333333% - 20px);
	height: auto;
	box-sizing: border-box;
	outline: white;
}
.link-grid.style1 .link {
	margin-bottom: 22px;
}
.link-grid .link a {
	display: block;
	text-align: left;
	padding: 30px 0;
	font-size: 180%;
	font-weight: bold;
	text-decoration: none;
	color: #292929;
	position: relative;
}
.link-grid.style1 .link a {
	border-bottom: 2px solid #e71c31;
	transition: all .2s ease-in-out;
	border-bottom: 2px solid #dfdfdf;
}
.link-grid.style1 .link:hover a {
	border-bottom: 2px solid #e71c31;
	color: #e71c31;
}
.link-grid.style1 .link a:after {
	content: "";
	displaY: block;
	width: 18px;
	height: 11px;
	background-size: 18px 11px;
	background-image: url(../img/arrow-red.svg);
	position: absolute;
	righT: 0;
	bottom: 35px;
	transition: all 0.2s ease-in-out !important;
}
.link-grid.style2 .link a {
	border-bottom: 2px solid #dfdfdf;
	transition: all .2s ease-in-out;
}
.link-grid.style2 .link a:hover {
	/* padding-left: 10px; */
	color: #e71c31;
}
.link-grid.style2 .link a:after {
	clear: both;
	content: '';
	display: inline-block;
	position: relative;
	margin-left: 10px;
	width: 7px;
	heighT: 12px;
	background-size: 7px 12px;
	background-image: url('../img/chevron-right-red.svg');
	background-position: center;
	transition: all 0.2s ease-in-out !important;
}
.link-grid.style2 .link a:hover:after {
	margin-left: 15px;
}
.link-grid.style2 .link:hover a {
	border-bottom: 2px solid #e71c31;
}
/* -------------- website footer --------------- */

#main .section-button-bar {
	background: #e71c31;
	padding: 50px 0;
}
.section-button-bar p {
	color: white;
	font-size: 220%;
	font-weight: 700;
	padding-right: 0 !important;
}
.section-button-bar .inner {
	justify-content: center !important;
}
/* -------------- website footer --------------- */

.section-academic-news .articles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0;
}
.section-academic-news article {
	width: calc(33.33333333% - 20px);
	margin-bottom: 22px;
	box-sizing: border-box;
	background: white;
	z-index: 1;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.section-academic-news h2 {
	font-size: 400%;
	font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B"; */
}
.section-academic-news article a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-decoration: none;
}
.section-academic-news article .image {
	overflow: hidden;
}
.section-academic-news article img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s ease-in-out;
	widtH: 100%;
	transform: scale(1.1);
}
.section-academic-news article a:hover img {
	transform: scale(1.2);
}
.section-academic-news article a:hover h3 {
	color: #e71c31;
}
.section-academic-news article .text {
	box-sizing: border-box;
	padding: 40px;
}
.section-academic-news article .eyebrow {
	font-size: 140%;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 10px;
	padding-left: 1px;
}
.section-academic-news article h3 {
	font-size: 220%;
	font-weight: 700;
	color: #292929;
}
/* -------------- dsection realted links --------------- */

section.section-related-links {
	background: #f7f8f8;
	padding: 80px 0;
	margin-bottom: 0 !important;
}
/* -------------- basic page --------------- */

.standard-type p {
	font-size: 180%;
	line-height: 1.8;
	margin: 16px 0;
	color: #292929;
}
.standard-type .dropcap {
	color: #e71c31;
	font-weight: 700;
	font-size: 359%;
	line-height: 1;
	float: left;
	height: 60px;
	margin-right: 6px;
	margin-top: -2px;
}
.standard-type figure img {
	width: 100%;
}
.standard-type figcaption {
	font-size: 120%;
	line-height: 1;
	padding: 20px;
	display: block;
	background: #f7f7f7;
}
.standard-type h2 {
	color: #292929;
	font-size: 300%;
	font-weight: 700;
	line-height: 1.27;
}
.standard-type .bubble-list li {
	display: block;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 120px;
	position: relative;
}
.standard-type .bubble-list li:last-child {
	border-bottom: none;
}
.standard-type .bubble-list .title {
	font-size: 180%;
	font-weight: 700;
	margin-bottom: 20px;
}
.standard-type .title, .standard-type .excerpt {
	display: block;
}
.standard-type .bubble-list .excerpt {
	font-size: 180%;
	font-weight: 500;
	line-height: 1.6;
}
.standard-type .bubble-list .number {
	display: block;
	width: 80px;
	height: 80px;
	border: 2px solid #e71c31;
	border-radius: 80px;
	position: absolute;
	top: 0;
	lefT: 0;
	text-align: center;
	line-height: 80px;
	font-size: 220%;
	font-weight: 700;
	color: #e71c31;
}
.standard-type .top-five-things .title, .standard-type .top-five-things .excerpt {
	color: #292929;
}
.standard-type a {
	color: #e71c31;
}
.standard-type h3 {
	font-size: 220%;
	font-weight: 700;
	margin-top: 40px;
}
.standard-type .alignright {
    width: 400px;
    max-width: 50% !important;

	float: right;
    margin: 10px 120px 20px 60px;
    margin: 10px 0 20px 60px;
}
.standard-type .alignleft {
    width: 400px;
    max-width: 50% !important;

	float: left;
	margin: 10px 60px 20px 120px;
	margin: 10px 60px 20px 0;
}
@media screen and (max-width: 540px) {
    .standard-type div.alignright,
    .standard-type div.alignleft {
        text-align: center;
    }
    .standard-type .alignright,
    .standard-type .alignleft {
        margin: 20px auto 20px;
        height: auto;
        float: none;
    }
}
.standard-type .pagination {
	margin-top: 80px;
	border-top: 1px solid #dfdfdf;
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.standard-type .pagination .button {
	margin: 0;
	width: calc(33.33333333% - 20px)
}
.standard-type .pagination .button.previous, .standard-type .pagination .button.next {
	position: relative;
}
.standard-type .pagination .button.previous:hover, .standard-type .pagination .button.next:hover {
	background-color: #9B172E;
	border-color: #9B172E;
}
.standard-type .pagination .button.up:hover {
	background-color: #9B172E;
	border-color: #9B172E;
}
.standard-type .pagination .button.previous:before, .standard-type .pagination .button.next:after {
	content: "";
	displaY: inline-block;
	width: 15px;
	height: 11px;
	background-size: 15px 11px;
	position: relative;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.standard-type .pagination .button.previous:before {
	background-image: url('../img/arrow-left-white.svg');
	margin-right: 15px;
	left: auto;
	right: auto;
}
.standard-type .pagination .button.next:after {
	background-image: url('../img/arrow-right-white.svg');
	margin-left: 15px;
	left: auto;
	right: auto;
}
.standard-type .pagination .button.previous:hover:before {
	transform: translatex(-10px);
}
.standard-type .pagination .button.next:hover:after {
	transform: translatex(10px);
}
.standard-type section {
	margin: 94px auto;
}
.sample-courses h2 {
	font-size: 220%;
}
.sample-courses p {
	line-heighT: 1.65;
}
.set1 {
	background: grey !important;
}
.set0 {
	background: #ffd200 !important;
}
.side-by-side-images .image {
	width: 50%;
	float: left;
}

.section-resource-list {
	background-color: #f7f7f7;
	padding-top: 80px;
	padding-bottom: 80px;
}
.block-set {
	display: flex;
	flex-wrap: wrap;
}
.block-set.style1 {
	border: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
}
.block-set.style2 {
	justify-content: space-between;
}
.block-set .block {
	flex-grow: 1;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.block-set.style1 .block {
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	width: 466px;
	padding: 72px 62px;
}
.block-set.style2 .block {
	width: calc(25% - 30px);
	text-align: center;
	border-bottom: 5px solid #dfdfdf;
	flex-grow: 0;
	margin: 30px 0;
	padding: 0;
	background: white;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.block-set.style2 .block:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	widtH: 0%;
	heighT: 5px;
	background-color: #e71c31;
	transition: all .2s ease-out;
}
.block-set.style2 .block:hover:after {
	widtH: 100%;
}
.block-set.style2 .block a {
	transition: all .2s ease-in-out;
}
.block-set.style2 .block a:hover {
	color: #e71c31;
	padding-left: 10px;
}
.block-set.style2 img {
	margin: 0 auto;
	margin-top: 25px;
}
.block-set h3 {
	font-size: 220%;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
}
.block-set.style1 h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -20px;
	width: 2px;
	height: 22px;
	background: #e71c31;
	;
}
.block-set.style2 h3 {
	margin: 20px 0 30px;
	padding: 0 20px;
	width: 100%;
	font-size: 180%;
	text-transform: uppercase;
	letter-spacing: 0.0125em;
	transition: all .2s ease-in-out;
}
.block-set.style2 .block:hover h3 {
	color: #e71c31;
}
.block-set.style2 ul {
	border-top: 1px solid #dfdfdf;
	width: 100%;
	display: block;
	list-style-type: none;
	padding: 20px 30px 40px;
}
.block-set.style2 ul a {
	border-top: 1px solid #dfdfdf;
	padding: 10px 0;
	display: block;
	font-size: 140%;
	color: #292929;
	text-align: left;
	text-decoration: none;
}
.block-set.style2 ul li:first-child a {
	border-top: none;
}
.block-set p {
	font-size: 180%;
	line-height: 1.666666666666667;
}
.block-set .text-link {
	margin-top: 20px;
	font-size: 180%;
	align-self: flex-end;
	/* position: relative;
    bottom: 60px;
    left: 70px;*/
}
section.quote-set {
	background-color: #f7f7f7;
	padding: 80px 0;
}
.quote-set .quote-slider {
	width: 680px;
	margin: 0 auto;
}
.quote-set blockquote img {
	display: block;
	width: 112px;
	height: 112px;
	border-radius: 200px;
	background: grey;
	margin: 0 auto;
	margin-bottom: 50px;
}
.quote-set blockquote p {
	font-size: 180%;
	font-weight: 700;
	line-height: 1.33;
	/* font-family: "Sentinel A", "Sentinel B"; */
	color: #292929;
	position: relative;
	padding: 0 20px;
}
.quote-set blockquote>p:before, .quote-set blockquote>p:after {
	position: absolute;
	margin-top: -8px;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.33;
	color: #bfbfbf;
}
.quote-set blockquote>p:before {
	content: "\201C";
	margin-left: -15px;
}
.quote-set blockquote>p:after {
	content: "\201D";
	margin-right: -15px;
}
.quote-set blockquote cite {
	display: block;
	text-align: center;
	font-style: normal;
	margin-top: 40px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.quote-set blockquote cite .name {
	width: 678px;
	font-size: 180%;
	font-weight: 700;
	font-family: inherit;
	margin: 0 auto;
	color: #292929;
}
.quote-set blockquote cite .job-title {
	width: 678px;
	font-size: 140%;
	font-family: inherit;
	margin: 0 auto;
	color: #292929;
}
.quote-set .pagination {
	margin-top: 25px;
	text-align: center;
	width: 100%;
}
.quote-set .pagination a {
	display: inline-block;
}
.quote-set .pagination img {
	widtH: 60px;
	height: 60px;
	display: inline-block;
	margin: 15px;
	border-radius: 60px;
	background: grey;
	opacity: 0.6;
}
.quote-set .pagination .active img, .quote-set .pagination a:hover img {
	opacity: 1;
}
/* -------------- slideshow --------------- */

.section-slideshow {
	overflow: hidden;
}
.section-slideshow .inner {
	position: relative;
}
.slideshow-slider {
	height: 750px;
	overflow: visible;
}
.slideshow-slider .slick-list {
	overflow: visible;
}
.slideshow-slider .slide {
	position: relative;
	height: 750px;
	width: 1160px;
	max-width: 100%;
}
.slideshow-slider .slide img {
	width: 100%;
	height: 750px;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 0.5;
	transition: opacity .3s ease-in-out;
}
.slideshow-slider .slide.slick-current img {
	opacity: 1;
}
/* -------------- slideshow slider control --------------- */

.slideshow-slider-control {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 500px;
	height: 120px;
	background: White;
	padding: 30px 20px;
	border-left: 5px solid #e71c31;
}
.slideshow-slider-control p {
	font-size: 140%;
}
.slideshow-slider-control .eyebrow {
	font-weight: 700;
	color: #e71c31;
	margin-bottom: 7px;
}
.slideshow-slider-control .title {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.slideshow-slider-control .cutline {
	font-weight: 500;
}
.slideshow-slider-control .pagination .previous, .slideshow-slider-control .pagination .next, .slideshow-slider-control .slick-prev, .slideshow-slider-control .slick-next {
	width: 60px;
	heighT: 60px;
	line-heighT: 60px;
	display: block;
	background: #e71c31;
	text-align: center;
	background-size: 8px 11px;
	background-repeat: no-repeat;
	background-position: center center;
}
.slideshow-slider-control .pagination .previous, .slideshow-slider-control .slick-prev {
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
	right: 0 !important;
	z-index: 101;
	background-image: url('../img/chevron-left.svg') !important;
}
.slideshow-slider-control .pagination .next, .slideshow-slider-control .slick-next {
	position: absolute;
	top: auto !important;
	bottom: 60px !important;
	right: 0 !important;
	z-index: 100;
	background-image: url('../img/chevron-right.svg') !important;
}
.slideshow-slider-control .pagination .previous:hover, .slideshow-slider-control .slick-prev:hover, .slideshow-slider-control .pagination .next:hover, .slideshow-slider-control .slick-next:hover {
	background-color: #9B172E;
}
/* -------------- instagram grid --------------- */

.instagram-grid .grid-item {
	width: 290px;
	height: 290px;
	float: left;
	position: relative;
}
.instagram-grid .grid-item img {
	width: 100%;
	height: auto;
}
.instagram-grid .grid-item .overlay {
	width: 100%;
	positioN: absolute;
	widtH: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	display: none;
}
.instagram-grid .grid-item:hover .overlay {
	display: block;
}
.instagram-grid .grid-item .overlay * {
	color: white;
	box-sizing: border-box;
}
.instagram-grid .grid-item .overlay p {
	font-size: 140%;
	margin-bottom: 15px;
}
.instagram-grid .grid-item .overlay a {
	font-size: 140%;
	font-weight: 700;
	display: block;
	text-decoration: underline;
}
.instagram-grid .grid-item .overlay a.icon {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url('../img/instagram2.svg');
}
/* -------------- breadcrumbs --------------- */

#breadcrumbs {
	position: absolute;
	padding: 0 20px;
	top: 0;
	lefT: 0;
	width: 100%;
	display: block;
	heighT: 48px;
	background: #fafafa;
	box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
}
.modern-page #breadcrumbs {
	position: relative;
}
#breadcrumbs ol {
	padding-left: 266px;
}
.modern-page #breadcrumbs ol {
	padding-left: 0;
}
#breadcrumbs li {
	color: #292929;
	display: inline;
	font-size: 140%;
}
#breadcrumbs li a {
	font-weighT: 600;
	font-size: 100%;
	display: inline;
	margin-right: 7px;
	line-heighT: 48px;
	text-decoration: none;
	color: #292929;
}
#breadcrumbs li a:hover, #breadcrumbs li a:focus {
	text-decoration: underline;
	outline: none;
}
#breadcrumbs li a:hover:before {
	text-decoration: none;
}
#breadcrumbs li:last-child a {
	color: #292929;
}
#breadcrumbs li:last-child:before {
	color: #292929;
}
#breadcrumbs li:before {
	content: "/";
	margin-right: 7px;
}
#breadcrumbs li:first-child:before {
	content: none;
}
#breadcrumbs li a.current {
	font-weight: 700;
}
/* -------------- single images --------------- */

.section-single-post img, .section-single-post .alignnone, .section-single-post .aligncenter, .section-single-post .alignleft, .section-single-post .alignright {
	max-width: 100%;
}
.section-single-post .alignnone, .section-single-post .aligncenter {
	margin: 80px 0;
}
.section-single-post .alignnone {
	width: 1160px !important;
	margin-left: auto;
	margin-right: auto;
}
.section-single-post img.alignnone {
    /*margin-left: 120px;*/
    margin-left: 50%;
    transform: translatex(-50%);
}
.section-single-post .aligncenter {
	width: 920px !important;
	margin-left: auto;
	margin-right: auto;
}
.section-single-post hr {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
/* -------------- single max widths for gridification --------------- */

.section-single-post h1, .section-single-post h2, .section-single-post h3, .section-single-post h4, .section-single-post h5, .section-single-post h6, .section-single-post p, .section-single-post ul, .section-single-post ol, .section-single-post li, .section-single-post blockquote, .section-single-post div.pullbox, .section-single-post q {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 920px !important;
	max-width: 100%;
}
.section-single-post ul.soliloquy-slider ,
.section-single-post ul.soliloquy-slider li {
    width: 1160px !important;
}
.section-single-post .wp-caption img, .section-single-post .wp-caption .wp-caption-text, .section-single-post .figure-with-sidebar p {
	width: 100% !important;
}
.section-single-post .side-by-side img {
	width: 50% !important;
    float: left;
    height: auto;
    object-fit: cover;
}
.section-single-post .side-by-side div img {
    width: 100% !important;
    float: none;
    height: auto;
    object-fit: none;
    object-fit: cover;
}
.section-single-post .side-by-side br {
    display: none;
}
.side-by-side-images br {
	display: none;
}
.section-single-post .side-by-side .wp-caption {
	width: 50% !important;
}
.section-single-post .side-by-side .left, .section-single-post .side-by-side .right {
	width: calc(50% - 20px) !important;
}





@media screen and (max-width: 640px) {
	.side-by-side-images .image, .section-single-post .side-by-side .wp-caption, .section-single-post .side-by-side .left, .section-single-post .side-by-side .right {
		width: 100% !important;
		float: none;
	}
}
/* -------------- single headings --------------- */

.section-single-post h2 {
	font-size: 300%;
	font-weight: 700;
	line-height: 1.26;
	margin: 40px 0 10px;
}
.section-single-post h3 {
	font-size: 240%;
	font-weight: 700;
	line-height: 1.25;
	margin: 40px 0 10px;
}
.section-single-post h4 {
	font-size: 220%;
	font-weight: 700;
	line-height: 1.44;
	margin: 40px 0 10px;
}
.section-single-post h5 {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.44;
	margin: 40px 0 10px;
}
.section-single-post h6 {
	font-size: 180%;
	font-weight: 700;
	line-height: 1.44;
	margin: 40px 0 10px;
}
/* -------------- single paragraphs and lists --------------- */
.section-single-post pre {
    border: 1px solid #ccc  !important;
    background: #f7f7f7  !important;
    border-radius: 5px  !important;
	font-size: 16px  !important;
	font-weight: 400 !important;
    line-height: 1.5  !important;
    font-family: monospace  !important;
    margin: 30px auto  !important;
    padding: 24px  !important;
    box-sizing: border-box  !important;
    width: 920px  !important;
    max-width: 100%  !important;

    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}
.section-single-post p {
	font-size: 180%;
	font-weight: 400;
	line-height: 1.88;
	margin: 16px auto;
}
.section-single-post p strong, .section-single-post p b {
	font-weight: 700;
}
/* colored links, but not in headings */

.section-single-post p a, .section-single-post li a {
	color: #e71c31;
}
.section-single-post p a:hover, .section-single-post li a:hover {
	text-decoration: none !important;
}
.section-single-post ul, .section-single-post ol {
	padding-left: 20px;
}
.section-single-post ol {
	list-style-type: decimal;
	margin-left: 20px;
}
.section-single-post ol ol, .section-single-post ul ol {
	list-style-type: lower-alpha;
	margin-top: 10px;
	margin-bottom: 20px;
}
.section-single-post ol ol ol, .section-single-post ul ol ol, .section-single-post ol ul ol, .section-single-post ul ul ol {
	list-style-type: lower-roman;
	margin-left: 20px;
}
.section-single-post ul {
	list-style-type: disc;
	margin-left: 20px;
}
.section-single-post ul ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: circle;
}
.section-single-post ul ul ul {
	list-style-type: square;
}
.section-single-post ul li, .section-single-post ol li {
	font-size: 180%;
	font-weight: 400;
	line-height: 1.88;
}
.section-single-post li li {
	font-size: 100% !important;
}
/* -------------- single side by side --------------- */

.section-single-post .side-by-side {
	width: 1160px !important;
	/* max-width: 100%; */
	display: flex;
	flex-wrap: wrap;
    margin: 80px auto;
    margin-left: -120px;
    margin-right: -120px;
    justify-content: space-between;
}
@media screen and (max-width: 1220px) {
    .section-single-post .side-by-side {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}
.section-single-post .side-by-side img, .section-single-post .side-by-side .wp-caption {
	margin: 0 !important;
}
.section-single-post .wp-caption {
	background-color: #f7f7f7;
}
.section-single-post .wp-caption .wp-caption-text {
	font-size: 120%;
	line-height: 1.3;
	margin: 0 !important;
	padding: 15px 15px 15px;
	widtH: auto;
}
/* -------------- figure with sidebar --------------- */

.figure-with-sidebar {
	box-sizing: border-box;
	width: 920px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}
.section-single-post .figure-with-sidebar .alignnone, .section-single-post .figure-with-sidebar .aligncenter {
	width: 100% !important;
}
.section-single-post .figure-with-sidebar .sidebar-info {
	width: 100px;
	position: absolute;
	top: 0;
	left: -120px;
	margin-right: 20px;
	box-sizing: border-box;
}
.section-single-post .figure-with-sidebar .sidebar-info p {
	font-size: 120% !important;
	margin: 10px 0 15px !important;
	line-height: 1.44;
	max-width: 100% !important;
}
.section-single-post .figure-with-sidebar .sidebar-info strong {
	font-weight: 700;
	color: #e71c31;
}
@media screen and (max-width: 1220px) {
	.figure-with-sidebar {
		width: 920px;
		padding-left: 120px;
	}
	.section-single-post .figure-with-sidebar .sidebar-info {
		left: 0;
    }
    



}
@media screen and (max-width: 640px) {
.figure-with-sidebar {
    padding-left: 0;
    margin: 80px 0 !important;
}
.section-single-post .figure-with-sidebar {
    padding-left: 0;
    margin-top: 0;
}
.section-single-post .figure-with-sidebar .sidebar-info {
    left: 0;
    position: relative;
    width: 100%;
}
.section-single-post .alignnone, 
.section-single-post .aligncenter {
    margin: 0;
}

}

/* -------------- blockquote --------------- */

.section-single-post blockquote.pullquote,
.section-single-post div.pullbox {
	displaY: block;
	margin-top: 12px;
	margin-right: -120px !important;
	margin-bottom: 30px;
	margin-left: 30px !important;
	padding: 24px 0;
	box-sizing: border-box;
	width: 440px !important;
	display: block;
	float: right;
	text-align: left;
	border-top: 5px solid #e71c31;
}

.section-single-post blockquote.pullquote > p,
.section-single-post div.pullbox > p {
    font-size: 100%;
}
.section-single-post blockquote.pullquote > p:first-child,
.section-single-post div.pullbox > p:first-child {
	color: #e71c31;
	margin: 0;
	paddinG: 26px;
	padding-top: 0;
	font-size: 300%;
	font-weight: 800;
	line-height: 1.444;
	letter-spacing: 0;
    text-transform: none;
}
.section-single-post div.pullbox > p:first-child {
    padding-left: 0 !important;
}
.section-single-post blockquote.pullquote .quotee,
.section-single-post div.pullbox .quotee {
    width: 100% !important;
	color: #292929;
	margin: 0;
	padding: 0 26px;
	font-style: normal;
	font-weight: 800;
	font-size: 140%;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.section-single-post blockquote.pullquote > p:first-child:before, 
.section-single-post blockquote.pullquote > p:first-child:after {
	position: absolute;
	margin-top: -8px;
	font-size: 150%;
	font-weight: 800;
	line-height: 1.33;
	color: #e71c31;
}
.section-single-post blockquote.pullquote > p:first-child:before {
	content: "\201C";
	margin-left: -25px;
}
.section-single-post blockquote.pullquote > p:first-child:after {
	content: "\201D";
	margin-right: -15px;
}
.section-single-post blockquote.pullquote .quotee:after,
.section-single-post blockquote.pullquote .quotee:before {
    content: "" !important;
    display: none !important;
}
/* -------------- inline blockquote --------------- */

.section-single-post .single-article {
    margin-bottom: 80px;
    width: 920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*
#content {
    background: url('../img/single-grid.png') top center repeat-y;
    background-size: 1400px 10px;
}
*/

/*  media contact layer*/

.media-contact {
	background-color: #f7f7f7;
	text-align: center;
	padding: 75px 0;
	margin: 0 0 80px 0;
}
.media-contact h3 {
	font-size: 180%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.media-contact-info {
	font-size: 180%;
	font-weight: 400;
}
.media-contact li {
	display: block;
	margin-bottom: 15px;
	line-heighT: 1.4;
}
.media-contact h4 {
	display: block;
}
.media-contact a.email {
	display: inline-block;
}
.media-contact h4 em {
	font-style: italic;
}
.media-contact a {
	display: inline-block;
	padding: 0 5px;
	text-decoration: none;
	color: inherit;
}
.media-contact a:hover {
	text-decoration: underline;
}
.media-contact a.email {
	color: #e71c31;
	text-decoration: underline;
	font-weight: 700;
}
.media-contact a.phone:hover {
	text-decoration: none;
}
.related-stories {
	margin-bottom: 60px;
}
.related-stories h2 {
	font-size: 400%;
	font-weight: 800;
	margin-bottom: 50px;
}
/* -------------- queries --------------- */
@media screen and (max-width:  1084px) { 
    .section-single-post blockquote.pullquote,
    .section-single-post div.pullbox {
        width: 33% !important;
        margin-right: 0 !important;
    }
    .section-single-post blockquote.pullquote > p:first-child,
    .section-single-post div.pullbox > p:first-child {
        font-size: 240%;
        font-weight: 800;
        line-height: 1.3;
    }
} 

@media screen and (max-width: 540px) {
    .section-single-post p,
    .section-single-post ul li, 
    .section-single-post ol li {
		font-size: 160%;
		line-height: 1.6;
    }
    .section-single-post p li,
    .section-single-post ul li li, 
    .section-single-post ol li li {
        font-size: 100%;
    }
    
    .section-single-post ul > li {
        font-size: 160%;
    }
    .media-contact-info {
        font-size: 160%;
    }
	.section-single-post h2, .section-single-post h3, .section-single-post h4, .section-single-post h5, .section-single-post h6 {
		margin: 30px 0 10px;
	}
	.section-single-post .alignnone, .section-single-post .aligncenter, .section-single-post .side-by-side {
		margin: 30px 0;
	}
	.section-single-post blockquote.pullquote,
    .section-single-post div.pullbox {
		displaY: block;
		margin: 30px 0 !important;
		padding: 0 !important;
		width: 100% !important;
		float: none;
		border-left: 5px solid #e71c31;
		border-top: none !important;
	}
	.section-single-post blockquote.pullquote p.quote {
		font-size: 210%;
		line-height: 1.33;
		padding: 0 20px 20px !important;
	}
}




@media screen and (max-width:  540px) { 
   /*.section-single-post blockquote.pullquote > p:first-child::before {
        content: "\201C";
        margin-left: 0;
        display: inline-block;
        position: relative;
    
    }
    */
    .section-single-post blockquote.pullquote > p:first-child,
    .section-single-post div.pullbox > p:first-child {
        padding: 0 0 26px 25px;
    }
    .section-single-post blockquote.pullquote,
    .section-single-post div.pullbox {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border-left: none !important;
        border-top: 5px solid #e71c31 !important;
        padding: 20px 0 !important;
    }
    .section-single-post blockquote.pullquote p.quote {
        padding: 0 0 20px 0 !important
    }
    .section-single-post blockquote.pullquote .quotee {
        padding: 0;
    }
}


/* -------------- event rss --------------- */

.dateIconOuterWrapper {
	widtH: 300px;
}
/* -------------- ajax load more --------------- */

.addthis_inline_share_toolbox {
	text-align: center;
	margin-top: 25px;
}
.at-resp-share-element .at-share-btn {
	margin: 5px !important;
}
/*
.at-svc-twitter:hover {
    background: rgb(29, 161, 242) !important;
}
.at-svc-linkedin:hover {
    background: #0077b5 !important;
}
.at-svc-facebook:hover {
    background: #4267b2 !important;
}
.at-svc-email:hover {
    background: #666 !important;
}
.at-svc-link:hover {
    background: #e71c31 !important;
}
*/

.at-icon-wrapper svg {
	width: 24px !important;
}
.at-style-responsive .at-share-btn {
	padding: 7.5px !important;
}
.at-style-responsive .at-share-btn:hover {
	background: #e71c31 !important;
}
/* -------------- ajax load more --------------- */

.load-more-wrap {
	text-align: center;
	margin: 60px 0;
	width: 100%;
}
.load-more-wrap .button {
	margin: 0 auto !important;
}













.search-result-count {
    font-size: 220%;
font-weight: 700;
color: #333333;
text-decoration: none;
line-heighT: 1.4;
display: inline-block;
margin-bottom: 50px;
}








/* -------------- queries --------------- */


@media screen and (max-width: 1084px) {
	#content.has-two-sidebars #main {
		margin-left: 0;
	}
	#main.has-aside {
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
    .section-single-post hr {
        width: 100%;
    }
    #in-this-section-widget {
		display: none;
	}
	#main {
		/* cancel out the min-height script */
		min-height: 0 !important;
	}
	#content.has-sidebar #main {
		margin-left: 0;
	}
	#content.has-sidebar #sidebar {
		/* display: none;  temporary */
		position: relative;
		width: 100%;
	}
	#content.has-sidebar #main, #content.has-sidebar #sidebar {
		box-sizing: border-box;
	}
	#content.has-sidebar #sidebar, #content.has-sidebar #main-aside {
		margin-top: 60px;
	}
	#breadcrumbs ol {
		padding-left: 0;
	}
}
#mobile-section-nav {
	display: none;
}
@media screen and (max-width: 860px) {
	#content {
		margin-top: 0;
		padding: 0;
	}
	.stype h1 {
		font-size: 260%;
	}
	.stype p.intro {
		font-size: 200%;
	}
	#mobile-section-nav {
		display: block;
		background: #e71c31;
		width: 100%;
	}
	#mobile-section-nav ul {
		list-style-type: none;
	}
	#mobile-section-nav ul, #mobile-section-nav li {
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
		font-size: 100%;
	}
	#mobile-section-nav li {
		display: block;
		position: relative;
	}
	#mobile-section-nav-button {
		position: relative;
	}
	#mobile-section-nav-button, #mobile-section-nav a {
		display: block;
		position: relative;
		width: 100%;
		text-align: left;
		margin: 0;
		background: transparent;
		border: none;
		outline: none;
		color: white;
		padding: 15px;
		font-size: 140%;
		font-weighT: 700;
		line-height: 1.2;
		text-decoration: none;
		letter-spacing: .025em;
		border-bottom: 1px solid white;
	}
	#mobile-section-nav-button {
		font-size: 160%;
		height: 50px;
		box-sizing: border-box;
	}
	#mobile-section-nav-button:after {
		content: '';
		background-color: transparent;
		background-image: url('../img/interface.svg') !important;
		background-size: 280px 120px;
		background-position: -240px -80px;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	.show-menu #mobile-section-nav-button:after {
		background-position: -200px -80px;
	}
	#mobile-section-nav ul {
		display: block;
		border: 1px solid #dfdfdf;
		border-top: none;
	}
	#mobile-section-nav.hide-menu ul {
		display: block;
		border: none;
	}
	#mobile-section-nav ul ul {
		border: none;
		border-top: 1px solid #dfdfdf;
	}
	#mobile-section-nav a {
		font-weight: 400;
		border-bottom: none;
		background: white;
		border-top: 1px solid #dfdfdf;
		color: #292929;
	}
	#mobile-section-nav li:first-child a {
		border-top: none;
	}
	#mobile-section-nav ul ul a {
		padding-lefT: 30px;
	}
	#mobile-section-nav ul {
		overflow: hidden;
		max-height: 1000px;
		background: #9B172E;
	}
	#mobile-section-nav.hide-menu ul {
		max-height: 0;
	}
	#mobile-section-nav .expand-button {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		overflow: hidden;
		cursor: pointer;
		background-color: transparent;
		background-image: url('../img/interface.svg') !important;
		background-size: 280px 120px;
		background-position: -120px -40px;
		width: 40px;
		height: 40px;
	}
	#mobile-section-nav ul .hide-nested-group ul {
		display: none;
	}
	#mobile-section-nav ul .show-nested-group ul {
		display: block;
	}
	#mobile-section-nav ul .show-nested-group>a {
		color: #e71c31;
		font-weight: 700;
		/* font-size: 160%; */
		border-left: 5px solid #e71c31;
	}
	#mobile-section-nav ul .show-nested-group .expand-button {
		background-position: -160px 0;
	}
}
@media screen and (max-width: 540px) {
	.section-featured-news {
		padding: 20px 0;
    }
    
	.article-block .text {
		padding: 20px 15px !important;
	}
	.article-block .title a {
		font-size: 180% !important;
		font-weight: 700 !important;
		line-height: 1.3 !important;
		display: inline-block;
	}
	.article-block .excerpt {
		margin-top: 10px;
		font-size: 150% !important;
		line-height: 1.3 !important;
	}
	.article-block .category, .section-intro .category, .in-the-media .category {
		font-size: 120%;
    }
    
	.in-the-media h2, .upcoming-events h2, .section-news-feed h2 {
		font-size: 260%;
	}
	.section-intro, .section-category-feed {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.feed-article {
		padding: 20px 0 20px 0;
    }

	.all-news-link {
        margin-top: 5px;
    }
    /*
	.section-news-feed .article-block, .related-stories .article-block, .section-category-feed .feed-article {
		display: flex;
		flex-wrap: wrap;
	}
	.section-news-feed .article-block .image, .related-stories .article-block .image, .section-category-feed .feed-article .image {
		width: 30%;
		padding-bottom: 20%;
	}
	.section-news-feed .article-block .text, .related-stories .article-block .text, .section-category-feed .feed-article .text {
		width: 70%;
    }
    */
	.article-block .title a, .related-stories .title a, .section-category-feed .title a {
		font-size: 150% !important;
	}
	.first-article.article-block .title a {
		font-size: 210% !important;
    }
    /*
	.section-news-feed .article-block .text, .related-stories .article-block .text, .section-category-feed .feed-article .text {
		padding: 8px 10px !important;
    }
    */

	.section-category-feed .feed-article .text {
		/* padding: 0 10px !important; */
	}
	.section-news-feed .article-block .category, .related-stories .article-block .category, .section-category-feed .feed-article .category {
		margin-bottom: 5px;
	}
	.section-category-feed .feed-article .text .excerpt {
		display: none !important;
	}
	.eyebrow-header h1 {
		font-size: 260%;
		margin-bottom: 5px;
	}
	.eyebrow-header p.basic {
		font-size: 150%;
	}
	.title a, .related-stories .title a, .section-category-feed .title a {
		font-size: 140% !important;
	}
	.feed-article {
		padding: 15px 0;
	}
	.section-single-post .alignnone, .section-single-post .aligncenter {
		margin-top: 30px 0 !important;
    }
    .feed-article .category,
    .eyebrow-header p.post-date {
        font-size: 120%;
    }
    .related-stories h2 {
        font-size: 260%;
        margin-bottom: 25px;
    }
    .section-single-post h2 {
        font-size: 260%;
    }
}
@media screen and (max-width: 480px) {
	.feature-slide {
		border-right: none;
	}
}







@media screen and (max-width: 1024px) {
    #news-sidebar {
        display: block;
    }
    .sidebar-menu-wrap {
        display: block;
        background: white !important;
        width: 100%;
        cursor: pointer !important;
        margin-bottom: 30px !important;


   }



   .sidebar-menu-wrap ul {
        list-style-type: none;
        
   }
   .sidebar-menu-wrap ul, .sidebar-menu-wrap li {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        font-size: 100%;
   }
    .sidebar-menu-wrap li {
        display: block;
        position: relative;
   }

   .sidebar-menu-button, .sidebar-menu-wrap a {
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
        margin: 0;
        background: transparent;
        border: none;
        outline: none;
        color: black;
        padding: 15px;
        font-size: 145%;
        font-weighT: 700;
        line-height: 1.2;
        text-decoration: none;
        letter-spacing: .025em;
        border-bottom: 1px solid #bfbfbf;
   }
   .sidebar-menu-button {
        position: relative;
        box-sizing: border-box;
        border: 1px solid #bfbfbf;
        background: #f7f7f7 !important;
        text-transform: uppercase;
        font-size: 160% !important;
        margin-bottom: 0 !important;

        font-size: 160%;
        height: 50px;
        box-sizing: border-box;

        cursor: pointer !important;

   }
   .sidebar-menu-button:after {
        content: '';
        background-color: transparent;
        background-image: url('../img/interface.svg') !important;
        background-size: 280px 120px;
        background-position: -240px -40px;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 5px;
        top: 5px;
   }
    .show-menu .sidebar-menu-button:after {
        background-position: -200px -40px;
   }
   .sidebar-menu-wrap ul {
        display: block !important;
        border: 1px solid #bfbfbf;
        border-top: none;
        margin-bottom: 0 !important;
   }
   .sidebar-menu-wrap.hide-menu ul {
        display: block !important;
        border: none;
   }
   .sidebar-menu-wrap ul ul {
        border: none;
        border-top: 1px solid #bfbfbf;
   }
   #news-sidebar .sidebar-menu-wrap li {
       margin: 0 !important;
       padding: 0 !important;
       border: none !important;
       width: 100% !important;
       font-size: 100% !important;

   }
   .sidebar-menu-wrap a {
       font-size: 160%;
        font-weight: 600;
        border-bottom: none;
        background: white;
        border-top: 1px solid #bfbfbf;
        padding: 10px !important;
        color: #292929;
        width: 100%;
        box-sizing: border-box;
        text-align: center !important;
   }
   .sidebar-menu-wrap li:first-child a {
        border-top: none;
   }
   .sidebar-menu-wrap ul ul a {
        padding-lefT: 30px;
   }
   .sidebar-menu-wrap ul {
        overflow: hidden;
        max-height: 1000px;
        
   }
   .sidebar-menu-wrap.hide-menu ul {
        max-height: 0;
   }
   .sidebar-menu-wrap .expand-button {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        overflow: hidden;
        cursor: pointer;
        background-color: transparent;
        background-image: url('../img/interface.svg') !important;
        background-size: 280px 120px;
        background-position: -120px -40px;
        width: 40px;
        height: 40px;
   }
   .sidebar-menu-wrap ul .hide-nested-group ul {
        display: none;
   }
   .sidebar-menu-wrap ul .show-nested-group ul {
        display: block;
   }
   .sidebar-menu-wrap ul .show-nested-group > a {
        color: #e71c31;
        font-weight: 700;
       /* font-size: 160%;
        */
        border-left: 5px solid #e71c31;
   }
   .sidebar-menu-wrap ul .show-nested-group .expand-button {
        background-position: -160px 0;
   }
   #news-sidebar a.remove-filter {
    background-position: 10px 14px;
   }
   
}

@media screen and (max-width: 540px) {
    .sidebar-menu-button {
        font-size: 140% !important;
    }

}


@media screen and (max-width: 1500px) {
    .soliloquy-container,
    .section-single-post ul.soliloquy-slider ,
    .section-single-post ul.soliloquy-slider li {
        width: 920px !important;
    }
    .soliloquy-container .soliloquy-prev,
    .soliloquy-container .soliloquy-prev:hover {
        left: -120px !important;
    }
    .soliloquy-container .soliloquy-next,
    .soliloquy-container .soliloquy-next {
        right: -120px !important;
    }




}

@media screen and (max-width: 1160px) {
    .soliloquy-container,
    .section-single-post ul.soliloquy-slider ,
    .section-single-post ul.soliloquy-slider li {
        width: 920px !important;
    }
    .soliloquy-container .soliloquy-prev,
    .soliloquy-container .soliloquy-next {
        display: none !important;
    }
    .soliloquy-container,
    .section-single-post ul.soliloquy-slider ,
    .section-single-post ul.soliloquy-slider li {
        max-width: 100% !important;
    }
}




/* new inset images */

.section-single-post.standard-type .alignleft {
    margin-top: 10px;
    margin-left: -120px;
    margin-right: 30px;
    width: auto;
}

.section-single-post.standard-type .alignright {
    margin-top: 10px;
    margin-right: -120px;
    margin-left: 30px;
    width: auto;
}
.section-single-post.standard-type .alignleft {
    margin-top: 10px;
    margin-left: -120px;
    margin-right: 30px;
    width: auto;
}

.section-single-post.standard-type .alignright {
    margin-top: 10px;
    margin-right: -120px;
    margin-left: 30px;
    width: auto;
}

@media screen and ( max-width: 1260px)  {
    .section-single-post.standard-type .alignleft {
        margin-left: 0;
        max-width: 50%;
        max-width: calc(50% - 15px) !important;
    }
   
    .section-single-post.standard-type .alignright {
        margin-right: 0;
        max-width: calc(50% - 15px) !important;
    }
    .section-single-post.standard-type .alignleft {
        margin-left: 0;
        max-width: calc(50% - 15px) !important;
    }  
    .section-single-post.standard-type .alignright {
        margin-right: 0;
        max-width: calc(50% - 15px) !important;
    }

}

@media screen and ( max-width: 800px)  {
    .section-single-post.standard-type .alignleft,
    .section-single-post.standard-type .alignright,
    .section-single-post.standard-type .alignleft,
    .section-single-post.standard-type .alignright {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        max-width: 100% !important;
        display: block !important;
    }

}











