  /* -------------------------------------- This stylesheet is devoted to: everything not in other sheets -------------------------------------- */
 html, body {
	 width: 100%;
	 overflow: auto;
}
/*HH UPDATES 1/24/2024*/
 html .two-col .col .event-block.large {
	 width: 50%;
}
 @media screen and (max-width: 640px) {
	 html .two-col .col .event-block.large {
		 width: 100%;
	}
}
/*END HH UPDATES*/
/* -------------- content --------------- */
 #content {
	 clear: both;
	 margin-top: 154px;
	 padding: 100px 20px 60px;
	 position: relative;
}
 #content > .inner {
	 position: relative;
}
 .modern-page #main-bar {
	 background: white;
}
 .modern-page #content {
	 padding: 154px 0 0 0;
	 margin-top: 0;
}
 .modern-page.has-banner #content {
	 padding-top: 0;
}
 #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: 145%;
	 font-weight: 600;
	 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 .text-link {
	 letter-spacing: normal;
}
 #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: 145%;
	 font-weight: 600;
	 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 a {
	 box-sizing: border-box;
	 displaY: flex;
	 justify-content: space-between;
	 align-items: center;
	 text-decoration: none;
	 color: #292929;
}
 .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-size: 180%;
	 font-weighT: 700;
	 line-height: 1.4;
	 width: 100%;
}
 .event-block.large a .subtitle {
	 font-size: 180%;
	 line-height: 1.6;
}
 .two-col .col .events {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
}
 .section-events .event-block.large {
	 width: calc(33.33333333% - 26.66666666666667px);
}
 .two-col .col .event-block.large{
	 box-sizing: border-box;
	 width: calc(50% - 30px);
}
 @media screen and (max-width: 640px) {
	 .two-col .col .event-block.large {
		 width: 100%;
	}
}
/* -------------- 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: 10px;
}
 .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: 145%;
	 font-weight: 600;
	 letter-spacing: .025em;
	 padding: 10px;
	 line-height: 1.44;
	 text-decoration: none;
	 color:#292929;
}
 #main-aside ul.featured-stories li a {
	 font-size: 100%;
}
 #main-aside ul.featured-stories li a .title {
	 font-size: 145%;
}
 #main-aside ul.featured-stories li a .description {
	 font-size: 145%;
	 font-weight: 400;
}
 #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: 400;
	 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: 800;
	 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;
}
 @media screen and (max-width: 560px ) {
	 .stype .accordion-list {
		 margin-top: 0;
		 margin-bottom: 30px;
	}
}
 .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 55px 20px 20px;
}
 .stype .accordion-list.small .content {
	 border: 1px solid #dfdfdf;
	 border-top: none;
	 border-bottom: none;
	 padding: 0 30px 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;
}
 .figure-with-sidebar {
	 padding-left: 120px;
	 position: relative;
}
 .figure-with-sidebar .sidebar-info {
	 width: 100px;
	 position: absolute;
	 top: 0;
	 left: -120px;
	 margin-right: 20px;
	 box-sizing: border-box;
}
 .figure-with-sidebar .sidebar-info p {
	 font-size: 120%;
}
 .figure-with-sidebar .sidebar-info strong {
	 font-weight: 700;
	 color: #e71c31;
}
 .figure-with-sidebar .wp-caption {
	 background-color: #f7f7f7;
}
 .figure-with-sidebar .wp-caption-text {
	 font-size: 120%;
	 line-height: 1.3;
	 margin: 0 !important;
	 padding: 15px 15px 15px;
	 widtH: auto;
}
 @media screen and (max-width: 1220px) {
	 .figure-with-sidebar {
		 width: 920px;
		 padding-left: 120px !important;
		 max-width: 100%;
	}
	 .figure-with-sidebar img {
		 width: 100%;
	}
	 .figure-with-sidebar .sidebar-info {
		 left: 0;
	}
}
 @media screen and (max-width: 640px) {
	 .figure-with-sidebar {
		 padding-left: 0 !important;
		 margin: 80px 0 !important;
	}
	 .figure-with-sidebar {
		 padding-left: 0;
		 margin-top: 0;
	}
	 .figure-with-sidebar .sidebar-info {
		 left: 0;
		 position: relative;
		 width: 100%;
	}
	 .figure-with-sidebar .alignnone, .figure-with-sidebar .aligncenter {
		 margin: 0;
	}
}
/* -------------- 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;
	 font-size: 160%;
}
/* -------------- 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 --------------- */
 .modern-page section {
	 margin: 120px auto;
	 padding-left: 30px;
	 padding-right: 30px;
}
 .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: 25px;
	 */
	 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 20px;
	 margin-top: 0;
}
 section.stripe-header.center .inner {
	 text-align: center;
}
 section.stripe-header h1 {
	 margin-bottom: 0 !important;
	 font-size: 480%;
}
 @media screen and (max-width: 1024px) {
}
 @media screen and (max-width: 860px) {
	 .modern-page #content {
		 padding-top: 70px;
	}
	 .modern-page section.stripe-header {
		 padding: 50px 20px;
		 margin-top: 0;
	}
	 .modern-page section.stripe-header h1 {
		 font-size: 400%;
	}
}
 @media screen and (max-width: 560px) {
	 .modern-page #breadcrumbs {
		 top: 0;
		 padding-top: 0;
		 padding-bottom: 0;
	}
	 .modern-page section.stripe-header {
		 padding-top: 25px;
		 padding-bottom: 25px;
	}
	 .modern-page section.stripe-header h1 {
		 font-size: 300%;
	}
}
/* -------------- 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%;
	 border-left: 3px solid #e71c31;
	 padding-left: 30px;
	 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 {
		 width: 100%;
		 box-sizing: border-box;
	}
	 .two-col .col1 {
		 margin-bottom: 60px;
	}
}
/* -------------- sections - banner home --------------- */
 .section-home-banner {
	 background: grey;
	 position: relative;
	 width: 100%;
	 height: 100vh;
	 box-sizing: border-box;
	 margin-bottom: 120px;
}
 @media screen and (max-width: 640px) {
	 .section-home-banner {
		 margin-bottom: 50px;
	}
}
 #main > .section-home-banner {
	 paddinG: 0;
}
 .section-home-banner, .section-home-banner .hs-slide {
	 height: calc(100vh - 60px) !important;
}
 .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, .shadow {
	 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 .shadow, .section-home-banner .shadow-top {
	 z-index: 1;
}
 .section-home-banner .text {
	 top: 300px;
	 top: 32%;
	 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-family: "Sentinel A", "Sentinel B";
	 */
	 font-weight: 800;
	 line-heighT: 1;
}
 .section-home-banner p {
	 color: white;
	 font-size: 240%;
	 line-heighT: 1.44;
	 margin-top: 20px;
}
 .section-home-banner .button {
	 margin-top: 50px;
}
 .section-home-banner .navigation {
	 position: absolute;
	 bottom: 80px;
	 left: 0;
	 width: 100%;
	 height: auto;
	 display: block;
	 padding: 0 30px;
}
 .section-home-banner .navigation .slideText {
	 width: 25%;
	 height: 120px;
	 z-index: 1000;
	 text-decoration: none;
	 padding-right: 30px;
	 box-sizing: border-box;
	 box-sizing: border-box;
}
 .section-home-banner .navigation .slideText.current {
	 border-color: white;
}
 .section-home-banner .navigation .slideText.current:after {
	 content: '';
	 display: block;
	 widtH: 0%;
	 height: 5px;
	 position: Absolute;
	 bottom: -5px;
	 left: 0;
	 background-color: #e71c31;
}
 @media screen and (min-width: 1408px) {
	 .section-home-banner .text {
		 padding-left: 0;
	}
}
 .section-home-banner .text {
	 transition: all .5s ease-in-out 0.125s;
	 padding-left: 30px;
	 padding-right: 30px;
}
 .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";
	 */
	 font-weight: 800;
	 margin-bottom: 15px;
}
 .section-home-banner .navigation .title {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-size: 160%;
	 font-weight: 800;
}
 .section-home-banner .navigation .description {
	 font-size: 160%;
}
 .section-home-banner .home-arrow {
	 width: 60px;
	 height: 60px;
	 position: absolute;
	 bottom: -75px;
	 left: 50%;
	 transform: translateX(-50%);
	 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;
}
 @media screen and (max-width: 1024px) {
	 .section-home-banner .navigation .slideText {
		 height: 90px;
	}
}
/* -------------- sections - banner --------------- */
 .modern-page .section-banner, .modern-page .section-banner .inner, .modern-page .section-banner.has-video .inner, .modern-page .section-banner.has-video .video-container {
	 height: 650px;
}
 .modern-page .section-banner {
	 background: grey;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 margin-bottom: 0;
	 margin-top: 0 !important;
}
 .modern-page .section-banner.has-video {
	 padding-left: 0;
	 margin-left: 0;
	 padding-right: 0;
	 margin-right: 0;
}
 .modern-page .section-banner .inner, .modern-page .section-banner.has-video .inner {
	 position: relative;
	 z-index: 1;
}
 .modern-page #video-play-button {
	 border: none;
	/*top: auto;
	 bottom: 50px;
	 right: 50px;
	 */
}
 #video-play-button {
	 margin-right: 30px;
	 bottom: 30px;
}
 .section-intro.shadowed {
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	 background: white;
	 border-bottom: 5px solid #e71c31;
	 margin: -160px auto 0 auto !important;
	 padding: 60px 30px !important;
}
 @media screen and (max-width: 1400px) {
	 #video-play-button {
		 bottom: 200px;
	}
	 .section-intro.shadowed {
		 margin: -160px auto 0  !important;
		 padding: 60px 30px  !important;
	}
}
 @media screen and (max-width: 1260px) {
	 .section-intro.shadowed {
		 padding: 50px 30px  !important;
		 margin: -160px 30px 0  !important;
	}
	 .modern-page .section-banner, .modern-page .section-banner .inner, .modern-page .section-banner.has-video .inner, .modern-page .section-banner.has-video .video-container {
		 height: 650px;
	}
}
 @media screen and (max-width: 1024px) {
	 .section-home-banner .video-container, .modern-page .section-banner .video-container, #video-play-button {
		 display: none;
	}
}
 @media screen and (max-width: 860px) {
	 .modern-page .section-banner, .modern-page .section-banner .inner, .modern-page .section-banner.has-video .inner, .modern-page .section-banner.has-video .video-container {
		 height: 500px;
	}
}
 @media screen and (max-width: 640px) {
	 #video-play-button {
		 displaY: none;
	}
}
 @media screen and (max-width: 560px) {
	 .section-intro.shadowed {
	}
}
/* -------------- sections - home banner --------------- */
 .section-home-banner .navigation .mw1400 {
	 border-bottom: 1px solid rgba(255,255,255,0.4);
}
 @media screen and (min-width: 1260px) {
	 .modern-page.has-banner .section-home-banner {
		 margin-top: 0 !important;
		 padding-top: 50px;
		 height: 980px;
	}
	 .modern-page.has-banner .section-home-banner .hs-slide {
		 height: 980px !important;
	}
	 .modern-page.has-banner.home-page .video-container, .modern-page.has-banner .section-home-banner .hs-slide {
		 height: 980px !important;
	}
	 .modern-page.has-banner .section-home-banner, .modern-page.has-banner .section-home-banner, .modern-page.has-banner .section-home-banner .hs-slide, .modern-page.has-banner.home-page .video-container, .modern-page.has-banner.home-page .video-container, .modern-page.has-banner .section-home-banner .hs-slide {
		 height: 100vh !important;
	}
}
 @media screen and (min-width: 861px) {
	 .modern-page.has-banner #website-header, .modern-page.has-banner #website-header #main-bar {
		 background: transparent;
	}
	 .modern-page.has-banner #website-header:hover, .modern-page.has-banner #website-header:hover #main-bar {
		 background: white;
	}
	 .modern-page.has-banner #main-menu > ul > li > a {
		 color: white;
	}
	 .modern-page.has-banner #main-menu > ul > li:before {
		 background: white;
	}
	 .modern-page.has-banner #website-header:hover #main-menu > ul > li > a {
		 color:#292929;
	}
	 .modern-page.has-banner #website-header:hover #main-menu > ul > li > a:hover {
		 color: #e71c31;
	}
	 .modern-page.has-banner #website-header:hover #main-menu > ul > li:before {
		 background: #292929;
	}
	 .modern-page.has-banner #website-header.nottop, .modern-page.has-banner #website-header.nottop #main-bar {
		 background: transparent;
	}
	 .modern-page.has-banner #website-header.nottop #main-menu > ul > li > a {
		 color: white;
	}
	 .modern-page.has-banner #website-header.nottop #main-menu > ul > li:before {
		 background: white;
	}
	 .modern-page.has-banner #website-header.nottop #main-menu > ul > li > a {
		 color:#292929;
	}
	 .modern-page.has-banner #website-header.nottop #main-menu > ul > li:before {
		 background: #292929;
	}
}
 @media screen and (max-width: 1024px ) {
	 .modern-page.has-banner .section-home-banner, .modern-page.has-banner .section-home-banner, .modern-page.has-banner .section-home-banner .hs-slide, .modern-page.has-banner.home-page .video-container, .modern-page.has-banner.home-page .video-container, .modern-page.has-banner .section-home-banner .hs-slide {
		 height: 90% !important;
		 height: 100vh !important;
		 height: calc(100vh - 60px) !important;
	}
	 .section-home-banner {
		 margin-top: 50px !important;
	}
	 .section-home-banner .text {
		 top: 32%;
	}
	 .section-home-banner .button {
		 padding: 17px 20px;
	}
	 .section-home-banner .navigation .slideText {
		 height: 90px;
	}
	 .section-home-banner .navigation .description {
		 display: none;
	}
}
 @media screen and (max-height: 800px) {
	 .section-home-banner h2 {
		 font-size: 480%;
	}
	 .section-home-banner p {
		 font-size: 180%;
		 margin-top: 10px;
	}
	 .section-home-banner .button {
		 margin-top: 20px;
		 padding: 17px 20px;
	}
}
 @media screen and (max-width: 640px ) {
	 #slideTexts .inner {
		 width: 250px;
	}
	 .section-home-banner .navigation .slide {
		 border-bottom-width: 4px;
		 display: block;
		 margin: 0 10px;
		 height: 32px;
		 width: 20%;
		 padding-righT: 0;
	}
	 .section-home-banner .text {
		 top: 25%;
	}
	 .section-home-banner h2 {
		 font-size: 480%;
	}
	 .section-home-banner p {
		 font-size: 180%;
		 margin-top: 10px;
	}
	 .section-home-banner .button {
		 margin-top: 20px;
	}
	 .modern-page.has-banner .section-home-banner, .modern-page.has-banner .section-home-banner, .modern-page.has-banner .section-home-banner .hs-slide, .modern-page.has-banner.home-page .video-container, .modern-page.has-banner.home-page .video-container, .modern-page.has-banner .section-home-banner .hs-slide {
		 height: 90% !important;
		 height: calc(100vh - 60px) !important;
	}
	 .section-home-banner .navigation .slideText {
		 height: 30px;
	}
	 .section-home-banner .navigation .mw1400 {
		 border-bottom: none;
	}
	 .section-home-banner .navigation .mw1400 {
		 text-align: center;
	}
	 .section-home-banner .navigation .title {
		 position: absolute;
		 width: 1px;
		 height: 1px;
		 padding: 0;
		 margin: -1px;
		 overflow: hidden;
		 clip: rect(0, 0, 0, 0);
		 white-space: nowrap;
		/* added line */
		 border: 0;
	}
	 .section-home-banner .navigation .slideText {
		 height: 30px;
	}
	 .section-home-banner .navigation {
		 bottom: 30px;
	}
	 .section-home-banner .navigation .slideText {
		 width: 30px;
		 margin: 20px;
		 text-align: center;
	}
	 .section-home-banner .navigation .slideText .period {
		 display: none;
	}
	 .section-home-banner .navigation .slideText {
		 border-bottom-width: 4px;
		 display: inline-block;
		 float: none;
		 margin: 0 10px;
		 height: 32px;
		 padding-righT: 0;
	}
	 .section-home-banner .navigation .slideText.current {
		 border-bottom-color: #e71c31;
	}
	 .section-home-banner .navigation .slideText.current::after {
		 height: 4px;
		 bottom: -4px;
		 background-color: #9B172E;
		 opacity: 0.6;
	}
}
 @media screen and (max-width: 1400px) {
	 .modern-page section {
		 margin-top: 60px;
	}
	 .modern-page section.stripe-header {
		 margin-top: 0;
	}
	 .section-home-banner {
		 margin-top: 60px;
	}
}
/* -------------- sections - intro --------------- */
 .section-intro {
	 color: #292929;
	 position: relative;
	 z-index: 100;
}
 .section-intro h1 {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-size: 480%;
	 line-height: 1.1;
	 margin-bottom: 30px;
}
 .section-intro p.basic {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-weight: 400;
	 font-size: 240%;
	 line-height: 1.44;
}
 @media screen and (max-width: 560px) {
	 .section-intro p.basic {
		 font-size: 180% !important;
	}
}
 .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: 85px 30px 60px;
}
 .standard-page .section-intro.border-top-red {
	 margin-bottom: 120px;
}
 @media screen and (max-width: 640px) {
	 .section-intro.border-top-red {
		 padding-top: 60px;
	}
	 .standard-page .section-intro.border-top-red {
		 margin-bottom: 60px;
	}
}
/* -------------- 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: 120px 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: 1px;
	 margin-left: -20px;
	 color: #e71c31;
	 font-weight: 700;
	 border-bottom: 1.5px solid #e71c31;
	 width: 12px;
	 height: 0.5em;
	 box-sizing: border-box;
}
 .section-featured-program h2 {
	 font-size: 340%;
	 font-weight: 800;
	 margin-bottom: 25px;
}
 .section-featured-program p.basic {
	 font-size: 180%;
	 font-weight: 400;
	 line-heighT: 1.8;
	 margin-bottom: 30px;
}
 .section-featured-program ul {
	 list-style: none;
}
 @media screen and (max-width: 1280px) {
	 .modern-page .section-featured-program {
		 margin-bottom: 60px;
	}
}
 @media screen and (max-width: 1024px) {
	 .section-featured-program .text {
		 padding: 60px 42px;
	}
	 .section-featured-program .image, .section-featured-program .text {
		 width: 100%;
	}
	 .section-featured-program .plain .text {
		 padding-bottom: 0;
		 margin-bottom: 0;
	}
	 .section-featured-program .plain .text {
		 padding-bottom: 0;
		 margin-bottom: 0;
	}
}
 @media screen and (max-width: 640px) {
	 .section-featured-program .text {
		 padding: 30px 30px;
	}
	 .section-featured-program .plain .text {
		 margin-bottom: 0;
		 padding-bottom: 0;
	}
}
/* -------------- sections - other programs --------------- */
 .modern-page .section-other-programs {
	 margin-top: 25px;
	 margin-bottom: 25px;
}
 .section-other-programs .inner {
	/* display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 */
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 gap: 0 40px;
}
 .section-other-programs article {
	/* display: inline;
	 width: calc(50% - 15px);
	 */
	 width: 100%;
}
 .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;
}
 @media screen and (max-width: 640px) {
	 .section-other-programs .inner {
		 grid-template-columns: repeat(1, 1fr);
	}
	 .section-other-programs article {
		 border-bottom: 1px solid #d4d4d4;
	}
	 .section-other-programs article:nth-child(4) {
		 border-bottom: none;
	}
}
/* -------------- 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;
	}
}
/* -------------- sections - featured news --------------- */
/* -------------- sections - featured news --------------- */
/* -------------- sections - featured news --------------- */
/* -------------- sections - featured news --------------- */
/* -------------- sections - featured news --------------- */
/* -------------- sections - featured news --------------- */
 .section-featured-news {
	 padding-top: 0;
	 padding-bottom: 0;
	 margin-top: 0 !important;
	 margin-bottom: 0 !important;
}
 .section-featured-news .articles {
	 margin-top: 60px;
}
 @media screen and (max-width: 640px ){
	 .section-featured-news .articles {
		 margin-top: 30px;
	}
}
 .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%;
}
/* -------------- 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;
}
/* -------------- 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%;
}
 .article-block {
	 width: calc(25% - 30px);
	 margin-bottom: 40px;
	 box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
 .article-block .text {
	 padding: 20px 30px 20px 20px;
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 align-content: flex-start;
	 min-height: 40%;
}
 .section-featured-news .more-articles .article-block .text {
	 min-height: 139px;
}
 .article-block .image, .article-block .text {
	 width: 100%;
}
 @media screen and (max-width: 1260px) {
	 .section-featured-news .more-news .article-block {
		 width: calc(33.33333333% - 30px);
		 margin-bottom: 40px;
	}
}
/* -------------- sections - stats --------------- */
 .section-stats {
	 background-color: #f7f7f7;
	 padding-top: 80px;
	 padding-bottom: 80px;
}
 .section-stats .stat-list .stat {
	 display: block;
	 box-sizing: border-box;
	 width: 20%;
	 text-align: center;
	 padding: 30px 20px;
	 margin: 0;
	 opacity: 1;
	 transition: all .5s ease-in-out;
}
 .section-stats .stat.hide {
	 opacity: 0 !important;
}
 .section-stats .stat-list .stat:nth-child(2) .inner {
	 border-left: 1px solid #d4d4d4;
	 border-right: 1px solid #d4d4d4;
	 box-sizing: border-box;
	 display: block;
	 width: 100%;
	 padding: 0 20px;
}
 .section-stats .stat-number {
	 font-size: 640%;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 display: block;
	 font-weighT: 800;
	 color: #292929;
	 margin-bottom: 7px;
}
 .section-stats .stat-text {
	 font-size: 160%;
	 text-transform: uppercase;
	 display: block;
	 line-height: 1.5;
}
 @media screen and (max-width: 860px) {
	 .section-stats {
		 padding-top: 15px;
		 padding-bottom: 15px;
	}
	 .section-stats .stat-list .stat:nth-child(2) .inner {
		 border: none;
	}
	 .section-stats .slick-dots {
		 position: absolute;
		 height: 30px;
		 bottom: -30px;
		 display: block;
		 text-align: center;
	}
	 .section-stats .slick-dots li {
		 display: inline-block;
		 padding: 0;
		 margin: 0;
		 width: auto;
	}
}
/* -------------- sections - events --------------- */
 .section-events {
	 background-color: #f7f7f7;
	 padding-top: 120px;
	 padding-bottom: 120px;
}
 .section-events:last-child {
	 margin-bottom: 0;
}
 .section-events h2 {
	 font-size: 400%;
	 font-weight: 800;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
 .articles {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
}
 .section-events .events {
	 padding-top: 40px;
	 padding-bottom: 0;
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 40px 40px;
}
 .section-events .event-block.large a {
	 align-items: flex-start;
}
 @media screen and (max-width: 1080px) {
	 .section-events .event-block.large a {
		 align-items: center;
	}
}
 .section-events .event-block.large a .text {
	 padding: 0 20px 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;
}
 .section-events .event-block.large {
	 width: 100%;
}
 @media screen and (max-width: 860px) {
	 .section-events .articles {
		 grid-template-columns: repeat(2, 1fr);
	}
}
 @media screen and (max-width: 640px) {
	 .section-events .articles {
		 grid-template-columns: repeat(1, 1fr);
	}
}
 section.section-slideshow {
	 padding-left: 0;
	 padding-right: 0;
	 overflow: visible;
	 overflow: hidden;
}
 .section-slideshow h2 {
	 font-size: 400%;
	 font-weight: 800;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
/* -------------- story slider --------------- */
 .story-slider-wrap {
	 margin: 64px 0 120px;
	 margin-bottom: 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;
	 width: 1400px;
}
 .story-slider-wrap .content-wrap-inner {
	 position: absolute;
	 widtH: 600px;
	 max-width: 50%;
	 heighT: 512px;
	 top: 120px;
	 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: 800;
	/* 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%;
	 height: 696px;
	 max-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: 800;
	 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.8;
}
 .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, .story-content-slider .slick-prev:focus, .story-content-slider .slick-next:focus {
	 background-color: #9B172E;
}
 .story-content-slider .text {
	 height: 320px;
}
 @media screen and (max-width: 1080px) {
	 .story-slider-wrap, .story-slider-wrap .story-content-slider, .story-slider-wrap .content-wrap, .story-slider-wrap .content-wrap-inner, .story-slider-wrap .story-image-slider, .story-slider-wrap .image-wrap, .story-slider-wrap .image-wrap-inner {
		 height: auto;
		 position: static;
		 widtH: 100%;
		 max-width: 100%;
		 top: auto;
		 left: auto;
		 right: auto;
		 bottom: auto;
		 overflow: visible;
		 padding: 0;
		 margin: 0;
	}
	 .story-slider-wrap .image-wrap {
		 position: relative;
	}
	 #story-play-button {
		 top: auto;
		 bottom: 30px;
		 z-index: 100;
	}
	 .story-slider-wrap .story-content-slider {
		 padding: 80px 30px 0 20px;
	}
	 .story-slider-wrap .content-wrap {
		 position: relative;
	}
	 .story-slider-wrap .content-wrap-inner {
		 padding: 0;
		 padding-top: 30px;
	}
	 .slide-number {
		 padding-top: 20px;
		 padding-righT: 20px;
	}
}
 @media screen and (max-width: 800px) {
	 .story-slider-wrap p {
		 line-height: 1.4;
	}
	 .story-slider-wrap .image-wrap, .story-slider-wrap .image-wrap-inner, .story-slider-wrap .image-wrap-inner .image, .story-slider-wrap .image-wrap-inner .image img {
		 height: 300px;
	}
}
 @media screen and (max-width: 560px) {
	 .story-slider-wrap p {
		 display: none;
	}
}
/* -------------- professor profiles --------------- */
 section.section-professor-profiles {
	 margin: 0 auto;
	 padding: 120px 30px;
	/* border-top: 1px solid #dfdfdf;
	 */
}
 .section-professor-profiles {
	 overflow: hidden !important;
}
 .section-professor-profiles .slick-dots {
	 bottom: -35px;
}
 @media screen and (max-width: 640px) {
	 .modern-page .section-professor-profiles {
		 margin-left: 30px;
		 margin-right: 30px;
		 padding: 0 0;
	}
	 .professor-slider-wrap {
		 margin-top: 30px;
	}
}
 .section-professor-profiles .inner {
	 text-aligN: left;
	 width: 1400px;
	 max-width: 100%;
	 margin: 0 auto;
}
 .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: 60px;
}
 .professor-slider-wrap .slick-track {
	 padding-bottom: 10px;
}
 .professor-slider-wrap .slide {
	 width: 31%;
	 margin: 0 15px;
	 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: 85%;
	 height: 130px;
	 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, .professor-slider-wrap .slide:focus .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, .professor-slider-wrap .slide:focus .text p.excerpt, .professor-slider-wrap .slide:focus .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, .professor-slider-wrap .slide:focus .text h3, .professor-slider-wrap .slide:focus .text p.subtitle, .professor-slider-wrap .slide:focus .text p.excerpt {
	 color: white;
}
 .professor-slider-wrap .slide .text h3 a {
	 color: inherit;
	 text-decoration: none;
}
 .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 {
	 margin-left: -15px;
	 margin-right: -15px;
}
 .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-bottom: 30px;
}
 .eyebrow-header h2 {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-size: 400%;
	 font-weight: 800;
	 margin-bottom: 30px;
}
 .eyebrow-header p.basic {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-weight: 400;
	 line-height: 1.6;
	 font-size: 240%;
}
 .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');
}
 @media screen and (max-width: 480px) {
	 .professor-slider-wrap .slide {
		 height: 480px;
	}
	 .professor-slider-wrap .slide:hover .text, .professor-slider-wrap .slide:focus .text {
		 padding: 85px 30% 0 35px;
	}
}
/* -------------- areas of study --------------- */
 .section-button-set {
	 padding-bottom: 80px;
	 margin-top: -40px !important;
	 border-bottom: 1px solid #dfdfdf;
}
/* -------------- areas of study --------------- */
 section.section-area-of-study {
	 margin: 0 auto;
	 padding: 120px 30px 80px;
	 background-color: #f7f7f7;
}
 .section-area-of-study h2 {
	 font-size: 400%;
	 font-weight: 800;
	/* 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: 60px 0 80px;
	 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: auto;
	 box-sizing: border-box;
	 background: black;
	 outline: white;
	 z-index: 1;
}
 @media screen and (max-width: 1024px) {
	 .areas-of-study .area {
		 width: calc(50% - 20px);
	}
}
 @media screen and (max-width: 700px) {
	 .areas-of-study .area {
		 width: 100%;
	}
}
 .areas-of-study .area a {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 height: 0;
	 color: white;
	 box-sizing: border-box;
	 padding: 30px;
	 padding-bottom: 56.25%;
	 position: relative;
	 overflow: hidden;
}
 .areas-of-study img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 opacity: 0.4;
	 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: 400;
	 line-height: 1.7;
	 height: 1px;
	 overflow: hidden;
	 transition: all .2s ease-in-out;
}
 .areas-of-study a:hover p.excerpt {
	 height: 130px;
}
 @media screen and (max-width: 480px) {
	 .areas-of-study .text {
		 top: 53%;
		 padding: 36px 15px;
	}
	 .areas-of-study p.title {
		 color: white;
		 text-decoration: none;
		 font-size: 220%;
		 font-weight: 700;
		 line-height: 1.1;
	}
	 .areas-of-study a p.excerpt {
		 padding-top: 5px;
		 color: white;
		 line-height: 1.3;
	}
}
/* -------------- 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;
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 0 30px;
}
 .link-grid .link {
	/* width: calc(33.33333333% - 20px);
	 */
	 width: 100%;
	 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 {
	 transition: all .2s ease-in-out;
	 border-bottom: 1px solid #dfdfdf;
}
 .link-grid.style1 .link:hover a {
	 border-bottom: 1px 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: 1px 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: 1px solid #e71c31;
}
 @media screen and (max-width: 1024px) {
	 .link-grid {
		 grid-template-columns: repeat(2, 1fr);
	}
}
 @media screen and (max-width: 640px) {
	 .link-grid {
		 grid-template-columns: repeat(1, 1fr);
	}
}
/* -------------- website footer --------------- */
 #main .section-button-bar {
	 background: #e71c31;
	 padding: 50px 30px;
}
 #main .kill-bottom-margin {
	 margin-bottom: 0 !important;
}
 #main .kill-top-margin {
	 margin-top: 0 !important;
}
 .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;
	 0 align-items: center;
	 */
	 margin: 60px 0;
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 gap: 0 40px;
}
 @media screen and (max-width: 560px ) {
	 .section-academic-news .articles {
		 margin: 30px 0 30px;
	}
}
 .section-academic-news article {
	/* width: calc(25% - 30px);
	 */
	 width: 100%;
	 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: 800;
	/* 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;
	 padding-bottom: 56.25%;
	 position: relative;
	 width: 100%;
}
 .section-academic-news article img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 widtH: 100%;
	 height: 100%;
	 transition: all .4s ease-in-out;
	 transform: scale(1.1);
	 object-fit: cover;
}
 .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: 20px 30px 20px 20px;
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 align-content: flex-start;
	 min-height: 40%;
}
 .section-academic-news article .eyebrow {
	 font-size: 140%;
	 font-weight: 600;
	 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;
}
 .section-academic-news article h3 {
	 font-size: 220%;
	 font-size: 180%;
	 font-weight: 700;
	 color: #292929;
}
 @media screen and (max-width: 1080px) {
	 .section-academic-news .articles {
		 grid-template-columns: repeat(2, 1fr);
		 grid-gap: 20px;
	}
	 .section-academic-news article .eyebrow {
		 display: block;
		 width: 100%;
	}
}
 @media screen and (max-width: 640px) {
	 .section-academic-news .articles {
		 grid-template-columns: repeat(1, 1fr);
		 grid-gap: 20px;
	}
}
/* -------------- section realted links --------------- */
 section.section-related-links {
	 background: #f7f8f8;
	 padding: 80px 0;
	 padding-left: 30px;
	 padding-right: 30px;
	 margin-bottom: 0 !important;
}
 section.section-related-links h2 {
	 font-size: 300%;
}
/* -------------- basic page --------------- */
 .standard-type p {
	 font-size: 180%;
	 line-height: 1.8;
	 margin: 16px 0;
	 color: #292929;
}
 .standard-type .dropcap {
	 color: #e71c31;
	 font-weight: 800;
	 font-size: 369%;
	 line-height: 1;
	 float: left;
	 height: 60px;
	 margin-right: 6px;
	 margin-top: 0;
}
 .standard-type figure img {
	 width: 100%;
}
 .standard-type figcaption {
	 font-size: 120%;
	 line-height: 1.3;
	 padding: 20px;
	 display: block;
	 background: #f7f7f7;
}
 .standard-type h2 {
	 color: #292929;
	 font-size: 300%;
	 font-weight: 700;
	 line-height: 1.27;
}
 .standard-type a {
	 color: #e71c31;
}
 .standard-type a:hover {
	 text-decoration: none;
}
 .standard-type h3 {
	 font-size: 220%;
	 font-weight: 700;
	 margin-top: 40px;
}
/* -------------- bubble list --------------- */
 .standard-type .top-five-things .title, .standard-type .top-five-things .excerpt {
	 color: #292929;
}
 .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: 400;
	 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;
}
 @media screen and (max-width: 800px ) {
	 .standard-type .bubble-list li {
		 padding-left: 60px;
		 margin-top: 30px;
		 padding-bottom: 30px;
	}
	 .standard-type .bubble-list .number {
		 width: 45px;
		 height: 45px;
		 border-radius: 40px;
		 line-height: 40px;
		 font-size: 180%;
	}
}
/* -------------- blockquote --------------- */
 .standard-type blockquote.pullquote, .standard-type .inset-block {
	 displaY: block;
	 margin-top: 0;
	 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;
}
 .standard-type blockquote.pullquote > p {
	 font-size: 100%;
}
 .standard-type blockquote.pullquote > p:first-child, .standard-type .inset-block > 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;
}
 .standard-type blockquote.pullquote .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;
}
 .standard-type blockquote.pullquote > p:first-child:before, .standard-type blockquote.pullquote > p:first-child:after {
	 position: absolute;
	 margin-top: -8px;
	 font-size: 150%;
	 font-weight: 800;
	 line-height: 1.33;
	 color: #e71c31;
}
 .standard-type blockquote.pullquote > p:first-child:before {
	 content: "\201C";
	 margin-left: -25px;
}
 .standard-type blockquote.pullquote > p:first-child:after {
	 content: "\201D";
	 margin-right: -15px;
}
 .standard-type blockquote.pullquote .quotee:after, .standard-type blockquote.pullquote .quotee:before {
	 content: "" !important;
	 display: none !important;
}
 .standard-type .inset-block {
	 display: block;
	 color: white;
	 padding: 60px;
	 text-align: left;
}
 .standard-type .inset-block.red {
	 background: #e71c31;
	 text-align: center;
	 padding: 30px 60px;
}
 .standard-type .inset-block.red p {
	 font-size: 220%;
	 font-weight: 700;
	 line-height: 1.6;
	 color: white;
}
 @media screen and (max-width: 1084px) {
	 .standard-type blockquote.pullquote, .standard-type .inset-block {
		 width: 33% !important;
		 margin-right: 0 !important;
	}
	 .standard-type blockquote.pullquote > p:first-child {
		 font-size: 240%;
		 font-weight: 800;
		 line-height: 1.3;
	}
}
 @media screen and (max-width: 800px) {
	 .standard-type .inset-block {
		 width: 100% !important;
		 margin-left: auto !important;
		 margin-right: auto !important;
		 border-left: none !important;
		 border-top: 5px solid #e71c31 !important;
		 padding: 35px 20px 40px !important;
	}
}
 @media screen and (max-width: 540px) {
	 .standard-type blockquote.pullquote > p:first-child {
		 padding: 0 0 26px 25px;
	}
	 .standard-type blockquote.pullquote {
		 width: 100% !important;
		 margin: 30px auto 0 !important;
		 border-left: none !important;
		 border-top: 5px solid #e71c31 !important;
		 padding: 20px 0 !important;
	}
	 .standard-type blockquote.pullquote p.quote {
		 padding: 0 0 20px 0 !important 
	}
	 .standard-type blockquote.pullquote .quotee {
		 padding: 0;
	}
}
/* -------------- sections - stats --------------- */
 .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: 80px auto;
}
 .standard-page .section-intro {
	 padding-bottom: 0;
	 margin-bottom: 100px;
}
 .story-pagination {
	 background-color: #f7f7f7 !important;
	 padding: 0 30px;
}
 .story-pagination .inner {
	 text-align: center !important;
	 padding: 120px 0;
}
 .story-pagination .prev {
	 float: left;
}
 .story-pagination .next {
	 float: right;
}
 .story-pagination .up {
	 margin: 0 0;
}
 @media screen and (max-width: 1200px ) {
	 .story-pagination .up {
		 margin: 0;
	}
}
 @media screen and (max-width: 800px ) {
	 .story-pagination .up {
		 margin: 0;
	}
	 .story-pagination .button.full.red {
		 bordeR: 3px solid #e71c31 !important;
	}
	 .story-pagination .button.full.red:hover {
		 bordeR-color: #9B172E !important;
	}
	 .story-pagination .button {
		 width: 100px;
		 height: 50px;
		 line-height: 50px;
		 padding: 0;
	}
	 .story-pagination .button.next, .story-pagination .button.prev {
		 max-width: 20%;
	}
	 .story-pagination .mobile-hide {
		 display: none;
	}
	 .story-pagination .inner {
		 text-align: center !important;
		 padding: 60px 0;
	}
}
 .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: 120px;
	 padding-bottom: 120px;
}
 @media screen and (max-width: 640px ) {
	 .section-resource-list {
		 padding-top: 60px;
		 padding-bottom: 60px;
	}
}
 .block-set.style1 {
	/* display: flex;
	 flex-wrap: wrap;
	 margin-top: 60px;
	 list-style-type: none;
	 */
	 margin-top: 60px;
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 0;
}
 .block-set.style2 {
	 margin-top: 60px;
	 list-style-type: none;
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 gap: 40px 40px;
}
 .section-resource-list .block-set {
	 margin-top: 0;
}
 .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;
	 */
	 width: 100%;
	 padding: 15.5% 13%;
}
 @media screen and (max-width: 860px) {
	 .block-set.style1 {
		 grid-template-columns: repeat(2, 1fr);
	}
	 .block-set.style1 .block {
		 padding: 15.5% 13%;
	}
}
 @media screen and (max-width: 640px) {
	 .block-set.style1 {
		 grid-template-columns: repeat(1, 1fr);
	}
	 .block-set.style1 .block {
		 padding: 10% 10%;
	}
}
 .block-set.style2 .block {
	/* width: calc(25% - 30px);
	 */
	 width: 100%;
	 text-align: center;
	 border-bottom: 5px solid #bfbfbf;
	 flex-grow: 0;
	 padding: 0;
	 background: white;
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	 justify-content: flex-start;
	 align-content: flex-start;
}
 .block-set.style2 .block .block-header {
	 width: 100%;
	 height: 170px;
}
 .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: 160%;
	 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;
	 */
}
 @media screen and (max-width: 1200px) {
	 .block-set.style2 {
		 grid-template-columns: repeat(3, 1fr);
	}
}
 @media screen and (max-width: 860px) {
	 .block-set.style2 {
		 grid-template-columns: repeat(2, 1fr);
	}
}
 @media screen and (max-width: 640px) {
	 .block-set.style2 {
		 grid-template-columns: repeat(1, 1fr);
		 gap: 20px;
	}
	 .block-set.style2 .block .block-header {
		 width: 100%;
		 height: auto;
	}
}
 section.quote-set {
	 background-color: #f7f7f7;
	 padding: 80px 0;
}
 .quote-set .quote-slider {
	 width: 680px;
	 max-width: 100%;
	 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: 220%;
	 font-weight: 800;
	 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;
	 font-weight: 400;
	 margin: 0 auto;
	 color: #292929;
}
 .quote-set blockquote cite .name, .quote-set blockquote cite .job-title {
	 max-width: 100%;
}
 .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;
}
 @media screen and (max-width: 560px) {
	 .quote-set .pagination img {
		 widtH: 30px;
		 height: 30px;
		 margin: 10px;
	}
}
/* -------------- slideshow --------------- */
 .section-slideshow {
	 overflow: hidden;
}
 .section-slideshow .inner {
	 position: relative;
}
 .slideshow-slider {
	 height: 750px;
	 overflow: visible;
	 MARGIN-TOP: 64px;
}
 .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;
	 box-shadow: 10px 3px 8px rgba(0,0,0,0.1) !important;
}
 .slideshow-slider-control .text {
	 padding-right: 60px;
}
 .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: 400;
}
 .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;
}
 @media screen and (max-width: 1024px) {
	 .slideshow-slider, .slideshow-slider .slide, .slideshow-slider .slide img {
		 height: 700px;
	}
	 .slideshow-slider-control {
		 max-width: 100%;
	}
}
 @media screen and (max-width: 800px) {
	 .slideshow-slider, .slideshow-slider .slide, .slideshow-slider .slide img {
		 height: 400px;
	}
}
 @media screen and (max-width: 640px) {
	 .slideshow-slider-control {
		 max-width: 100%;
		 padding: 20px 20px;
	}
	 .slideshow-slider-control .title {
		 margin-bottom: 7px;
	}
}
/* -------------- instagram grid --------------- */
 .instagram-grid {
	 margin-top: 64px;
}
 .instagram-grid .grid-item {
	 width: 25%;
	 height: 100%;
	 float: left;
	 position: relative;
}
 @media screen and (max-width: 1024px) {
	 .instagram-grid .grid-item {
		 width: 33.33333333%;
	}
}
 @media screen and (max-width: 800px) {
	 .instagram-grid .grid-item {
		 width: 50%;
	}
}
 @media screen and (max-width: 560px) {
	 .instagram-grid .grid-item {
		 width: 100%;
	}
}
 .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');
}
 .instagram-layer .center {
	 text-align: center;
}
 .instagram-layer .more-instagram {
	 margin: 64px auto 0;
}
/* -------------- 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: 120%;
	 font-weighT: 600;
}
 #breadcrumbs li a {
	 font-weighT: inherit;
	 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;
}
 @media screen and (max-width: 1084px) {
	 #content.has-two-sidebars #main {
		 margin-left: 0;
	}
	 #main.has-aside {
		 width: 100%;
	}
	 #content.has-two-sidebars #sidebar {
		 position: relative;
		 width: 100%;
	}
	 #content.has-two-sidebars #main-aside {
		 position: relative;
		 width: 100%;
	}
	 #content.has-two-sidebars #sidebar, #content.has-two-sidebars #main-aside {
		 margin-top: 60px;
	}
}
 @media screen and (max-width: 960px) {
	 #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: 100px 20px 60px;
	}
	 .stype h1 {
		 font-size: 280%;
	}
	 .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: 145%;
		 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: 600;
		 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: 480px) {
	 .feature-slide {
		 border-right: none;
	}
}
 @media screen and (max-width: 640px) {
	 .modern-page section {
		 margin:50px auto;
	}
	 .section-featured-news {
		 padding: 0;
	}
	 .section-events {
		 padding: 60px 0;
	}
	 section.section-professor-profiles {
		 padding: 0;
	}
	 section.section-area-of-study {
		 padding-top: 60px;
		 padding-bottom: 60px;
	}
}
 @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%;
	}
	 .first-article.article-block .title a {
		 font-size: 210% !important;
	}
	 .article-block .category, .section-intro .category, .in-the-media .category {
		 font-size: 120%;
	}
	 .article-block .excerpt {
		 margin-top: 10px;
		 font-size: 150% !important;
		 line-height: 1.3 !important;
	}
}
 @media screen and (max-width: 1080px) {
	 .event-block.large {
		 height: auto;
	}
	 .in-the-media article {
		 height: auto;
	}
}
 .event-block.large {
	 height: auto;
}
 .section-events .footer {
	 clear: both;
	 display: block;
}
 @media screen and (max-width: 1080px) {
	 .event-block.large {
		 height: auto;
	}
	 .section-events .events {
		 padding: 40px 0;
		 display: block;
	}
	 .event-block.large:last-child {
		 border-bottom: none;
	}
	 .event-block.large a {
		 align-items: center;
		 justify-content: flex-start;
	}
	 .section-events .event-block.large a .text {
	}
	 .event-block.large a .text h3 {
		 margin-bottom: 10px;
	}
	 .section-events .event {
		 box-sizing: border-box;
		 width: 33.33333333%;
		 display: block;
		 float: left;
	}
}
 @media screen and (max-width: 540px) {
	 .modern-page .section-featured-program {
		 margin-bottom: 0;
	}
	 .in-the-media h2, .upcoming-events h2, .section-news-feed h2, .section-featured-program h2 {
		 font-size: 260%;
	}
	 .section-events .events {
		 padding: 0 0 20px;
		 margin: 0;
	}
	 .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;
	}
	 .section-events .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 {
		 height: auto;
	}
	 .event-block.large a .title {
		 font-size: 160%;
		 line-height: 1.44;
	}
	 .section-events .event-block.large a .text h3 {
		 font-size: 180% !important;
		 margin-bottom: 0;
	}
	 .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;
	}
}
 @media screen and (max-width: 560px) {
	 .section-academic-news h2, .two-col h2, .section-events h2, .section-featured-program h2 {
		 font-size: 260%;
		 margin-bottom: 25px;
	}
	 .eyebrow-header h2 {
		 font-size: 260%;
		 margin-bottom: 30px;
	}
	 .section-intro h1 {
		 font-size: 400%;
		 margin-bottom: 25px;
	}
	 .section-intro .inner {
		 padding: 0 7%;
	}
	 section .eyebrow {
		 margin-bottom: 10px;
		 font-size: 120%;
	}
	 .eyebrow-header p.basic, .section-featured-program p.basic {
		 line-heighT: 1.4;
	}
	 .text-link.style3, .text-link.style4 {
		 line-heighT: 1.4;
	}
	 .section-other-programs article a {
		 padding: 35px 35px 35px 0;
	}
	 .text-link {
		 padding: 0;
	}
	 .section-other-programs article h2 {
		 margin-bottom: 0;
	}
	 .section-other-programs article p {
		 display: none;
	}
	 .section-other-programs article a::after {
		 bottom: 50%;
	}
	 .section-other-programs article a {
		 padding: 25px 35px 25px 0;
	}
	 .text-link.style2 {
		 font-size: 180%;
	}
	 .section-featured-news .more-articles {
		 margin-bottom: 20px;
	}
}
 @media screen and (max-width: 1260px) {
	 .story-slider-wrap {
		 margin: 0 30px;
		 width: auto;
		 padding-bottom: 10px;
	}
}
 @media screen and (max-width: 560px) {
	 .slide-number {
		 display: none;
	}
	 .story-slider-wrap .story-content-slider {
		 padding-left: 0;
		 padding-top: 50px;
		 padding-bottom: 30px;
	}
	 .story-slider-wrap .content-wrap-inner {
		 padding: 50px 30px 0 20px;
		 padding: 0;
	}
	 .section-slideshow .story-slider-wrap {
		 padding-bottom: 0;
		 padding-bottom: 20px;
	}
	 section.section-area-of-study {
		/* margin-bottom: -50px !important;
		 */
	}
	 .professor-slider-wrap {
		 margin-top: 30px;
	}
	 .slideshow-slider, .instagram-grid, .block-set.style1, .block-set.style2 {
		 margin-top: 30px;
	}
	 .event-block.large {
		 height: auto;
		 border-bottom: 1px solid #ccc;
	}
	 .section-intro.border-top-red {
		 margin-top: 60px;
	}
	 #story-play-button {
		 right: 15px;
		 bottom: 15px;
		 margin-right: 0;
	}
	 .story-content-slider .text {
		 height: 240px;
	}
	 .story-slider-wrap .story-content-slider {
		 padding-top: 40px;
	}
	 section.section-related-links h2, .story-slider-wrap h3 {
		 font-size: 260%;
	}
	 .story-slider-wrap .text-link {
		 margin-top:15px;
	}
	 .section-area-of-study p.basic {
		 font-size: 180%;
	}
}
 @media screen and (max-width: 320px) {
	 .story-slider-wrap .story-content-slider {
		 padding-top: 20px;
	}
	 .story-slider-wrap h3 {
		 font-size: 200%;
		 margin-bottom: 15px;
	}
	 .story-slider-wrap .text-link {
		 margin-top: 5px;
	}
}
 .section-home-banner.hs-slides .controls {
	 display:block !important;
	 z-index: 9999;
}
 .section-home-banner.hs-slides .play-button {
	 border: 2px solid white;
	 background-size: 111px 59px;
	 display:block !important;
	 position: absolute;
	 left: 90vw;
	 top: 65vh;
	 padding: 5px;
}
 @media screen and (max-width: 1260px) {
	 .section-home-banner.hs-slides .play-button {
		 top: 55vh;
	}
}
 @media screen and (max-width: 640px) {
	 .section-home-banner.hs-slides .play-button {
		 left: 42vw;
		 top: 70vh;
	}
}
 .section-home-banner.hs-slides .play-button.paused {
	 background-size: 123px 59px;
}
 .section-home-banner.hs-slides .play-button:active, .section-home-banner.hs-slides .play-button:hover, .section-home-banner.hs-slides .play-button:focus{
	 bordeR-color:#e71c31;
}
/* -------------- video banner --------------- */
 .video-banner {
	 overflow:hidden;
	 position: relative;
}
 @media (max-width: 1024px) {
	 .video-banner {
		 margin-top: 50px;
	}
}
 .video-banner video {
	 display: block;
	 width: 100%;
	 min-width:180vh;
	 height: auto;
	 position: relative;
	 top: 50%;
	 transform: translateY(-50%);
}
 .video-banner .video-banner-container {
	 height: 100vh;
}
 .video-banner .video-banner-container img {
	 display:none;
	 min-width:180vh;
}
 @media (max-width: 1024px) {
	 .video-banner .video-banner-container video {
		 display:none;
	}
	 .video-banner .video-banner-container img {
		 display:block;
		 object-fit:cover;
		 height:90vh;
		 min-width:100%;
	}
}
 .video-banner .video-banner-text {
	 display: flex;
	 position: absolute;
	 top: 105px;
	 height: 100%;
	 width:100%;
	 align-content: center;
	 flex-wrap: wrap;
	 padding: 0 20px;
}
 .video-banner .video-banner-text-container {
	 z-index: 5;
	 width:100%;
}
 .video-banner .video-banner-text-container h2 {
	 color: white;
	 font-size: 720%;
	 font-weight: 800;
	 line-heighT: 1;
	 text-shadow: 0 0 5px rgb(0 0 0 / 50%);
	 padding: 0;
	 margin: 0;
}
 .video-banner .video-banner-text-container p {
	 color: white;
	 font-size: 240%;
	 line-heighT: 1.44;
	 margin-top: 20px;
}
 .video-banner .video-banner-text-container .button {
	 margin-top: 50px;
}
 @media screen and (max-height: 800px) {
	 .video-banner .video-banner-text-container h2 {
		 font-size: 480%;
	}
	 .video-banner .video-banner-text-container p {
		 font-size: 180%;
		 margin-top: 10px;
	}
	 .video-banner .video-banner-text-container .button {
		 margin-top: 20px;
		 padding: 17px 20px;
	}
}
 @media (max-width: 1160px) {
	 .video-banner .video-banner-container {
		 height: auto;
	}
	 .video-banner video {
		 top: 0;
		 transform: none;
	}
}
 .video-banner .video-banner-controls .controls {
	 list-style-type: none;
	 position: absolute;
	 text-align: center;
	 top: 0;
	 left: 0;
	 z-index: 9999;
}
 .video-banner .video-banner-controls .play-button {
	 border: 2px solid white;
	 background-size: 111px 59px;
	 display: block !important;
	 position: absolute;
	 left: 90vw;
	 top: 71vh;
	 padding: 5px;
}
 .video-banner .video-banner-controls .play-button.paused {
	 background-size: 123px 59px;
}
 @media (max-width: 1024px) {
	 .video-banner .video-banner-controls {
		 display:none;
	}
}
 .video-banner .video-banner-arrow {
	 width: 60px;
	 height: 60px;
	 position: absolute;
	 bottom: 5px;
	 left: 50%;
	 transform: translateX(-50%);
	 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;
}
 .video-banner .video-banner-controls .play-button:active, .video-banner .video-banner-controls .play-button:hover, .video-banner .video-banner-controls .play-button:focus {
	 border-color: #e71c31;
}
 .video-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;
}
 .video-banner .shadow, .video-banner .shadow-top {
	 z-index: 1;
}
/*12/18/2023 HANNON HILL - EVENTS*/
 .col1 .event-block.large a .subtitle {
	 display: none;
}
 .col1 .event-block.large a {
	 justify-content: flex-start;
}
 section.section-featured-event {
	 margin: 120px auto;
	 padding: 80px 30px;
	 background-color: #f7f7f7;
}
 section.section-featured-event {
	 margin: 120px auto;
	 padding: 80px 30px;
	 background-color: #f7f7f7;
}
 .home-page section.section-featured-event {
	 margin-top: 0;
}
 .section-featured-event.sfe-hasimage .sfe-eyebrow:before {
	 content: "";
	 position: absolute;
	 margin-top: 1px;
	 margin-left: -20px;
	 color: #e71c31;
	 font-weight: 700;
	 border-bottom: 1.5px solid #e71c31;
	 width: 12px;
	 height: 0.5em;
	 box-sizing: border-box;
}
 .section-featured-event.sfe-hasimage .inner {
	 box-sizing: border-box;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: row;
}
 .section-featured-event.sfe-hasimage .inner {
	 box-sizing: border-box;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: row;
}
 .section-featured-event.sfe-hasimage .inner>div {
	 width: 50%;
}
 .section-featured-event.sfe-hasimage .sfe-text {
	 padding-left: 46px;
}
 .section-featured-event.sfe-hasimage .sfe-text, .section-featured-event.sfe-hasimage .sfe-image {
	 display: flex;
	 flex-direction: column;
	 align-self: center;
}
 .section-featured-event .sfe-text .sfe-link a, .section-featured-event .sfe-text .sfe-link a:visited {
	 position: relative;
	 font-weight: bold;
	 color: #000;
	 text-decoration: none;
	 padding-right: 20px;
}
 .section-featured-event .sfe-text .sfe-link a:hover, .section-featured-event .sfe-text .sfe-link a:focus {
	 color: #e71c31;
}
 .section-featured-event .sfe-text .sfe-link a:before {
	 clear: both;
	 content: '';
	 display: inline-block;
	 position: absolute;
	 margin-left: 0;
	 right: 0;
	 width: 9px;
	 heighT: 14px;
	 background-size: 9px 14px;
	 background-image: url(https://www.uwinnipeg.ca/img/chevron-right-red.svg);
	 background-position: center;
	 transition: all 0.2s ease-in-out !important;
	 -webkit-transition: all 0.2s ease-in-out !important;
	 -moz-transition: all 0.2s ease-in-out !important;
	 -ms-transition: all 0.2s ease-in-out !important;
	 -o-transition: all 0.2s ease-in-out !important;
	 bottom: 5px;
}
 .section-featured-event .sfe-text {
	 text-align: center;
}
 .section-featured-event.sfe-hasimage .sfe-text {
	 text-align: left;
	 padding-right: 46px;
}
 .section-featured-event.sfe-hasimage .sfe-image {
	 text-align: right;
	 padding-right: 46px;
}
 .section-featured-event.sfe-hasimage .sfe-image img {
	 border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 -ms-border-radius: 4px;
	 -o-border-radius: 4px;
}
 .section-featured-event h2 {
	 font-size: 340%;
	 font-weight: 800;
	 margin-bottom: 25px;
	 color: #e71c31;
}
 .section-featured-event p {
	 font-size: 180%;
	 font-weight: 400;
	 line-heighT: 1.8;
	 margin-bottom: 30px;
}
 .section-featured-event .sfe-date {
	 margin-top: -20px;
}
 .section-featured-event .sfe-eyebrow {
	 line-heighT: 1.2;
	 font-size: 140%;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.075em;
	 margin-bottom: 15px;
	 padding-left: 1px;
}
 .section-featured-event .sfe-text-container *:last-child {
	 margin-bottom: 0;
}
 @media screen and (max-width: 1023px) {
	 section.section-featured-event {
		 margin: 80px auto;
		 padding: 50px 30px;
	}
	 .section-featured-event.sfe-hasimage .inner {
		 box-sizing: border-box;
		 display: flex;
		 flex-wrap: wrap;
		 flex-direction: column;
	}
	 .section-featured-event.sfe-hasimage .inner>div {
		 width: 100%;
		 padding: 0;
		 text-align: center;
	}
	 .section-featured-event.sfe-hasimage .inner>div+div {
		 padding-top: 40px;
	}
	 .section-featured-event.sfe-hasimage .sfe-eyebrow:before {
		 display: none;
	}
	 .section-featured-event p {
		 line-heighT: 1.4;
	}
}
 @media screen and (max-width: 640px) {
	 section.section-featured-event {
		 margin: 50px auto;
		 padding: 40px 30px;
	}
}
 .modern-page main section {
	 margin-top: 120px !important;
	 margin-bottom:0 !important;
	 padding-top:0 !important;
	 padding-bottom:0 !important;
}
 .modern-page main section.has-bg{
	 padding-top: 80px !important;
	 padding-bottom: 80px !important;
}
 .modern-page main section.has-bg.section-button-bar {
    padding: 50px 30px  !important;
}
 .modern-page main section.has-bg+.has-bg{
	 margin-top: 0 !important;
	 margin-bottom:0 !important;
}
/*END HH STYLES*/
 