 
/*11/7/2023 HANNON HILL - EVENTS*/
 html .two-col .col .event-block.large {
	 width: 50%;
}
 @media screen and (max-width: 640px) {
	 html .two-col .col .event-block.large {
		 width: 100%;
	}
}
 .no-upcoming {
	 font-size: 14.5px;
	 font-weight: 600;
	/* border: 1px solid red;
	 */
	 padding: 5px 0;
	/* color: #e71c31 !important;
	 */
}
 article.event-block.large.cf:not(:nth-last-child(1)) {
	 border-bottom: 1px solid #dfdfdf;
}
 html .section-events .event-block.large a .text h3 {
	 margin-bottom: 0;
}
 .col1 .event-block.large a .subtitle {
	 display: none;
}
 .col1 .event-block.large a {
	 justify-content: flex-start;
}
 .winni-events-sidebar .events.cf.hh-events-hook {
	 display: flex;
	 flex-direction: column;
}
 .winni-events-sidebar .events p.subtitle {
	 display: none;
}
 .winni-events-sidebar.section-events {
	 padding-top: 0;
	 padding-bottom: 0;
	 background-color: transparent;
}
 .winni-events-sidebar .event-block.large a .title {
	 font-size: 14.5px;
	 font-weight: 600;
	 line-height: 1.44;
}
 .winni-events-sidebar .event-block.large .date-block .month {
	 font-size: 11px;
	 text-transform: uppercase;
	 top: 5px;
	 font-weight: 500;
}
 .winni-events-sidebar .event-block.large .date-block .day {
	 font-size: 18px;
	 top: 16px;
}
 .winni-events-sidebar .event-block.large .date-block {
	 width: 40px;
	 height: 40px;
}
 .winni-events-sidebar.section-events .event-block.large a .text {
	 padding: 0 40px 0 0;
	 ;
}
 .winni-events-sidebar article.event-block.large.cf {
	 width: 100%;
}
 .winni-events-sidebar .event-block.large a {
	 justify-content: start;
}
/*END EVENTS*/
/* Meyer reset ------------ */
 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	 border:0;
	 font-size:100%;
	 font:inherit;
	 vertical-align:baseline;
	 margin:0;
	 padding:0 
}
 article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	 display:block 
}
 body{
	 line-height:1 
}
 ol,ul{
	 list-style:none 
}
 blockquote,q{
	 quotes:none 
}
 blockquote:before,blockquote:after,q:before,q:after{
	 content:none 
}
 table{
	 border-collapse:collapse;
	 border-spacing:0 
}
 nav, section, aside {
	 display: block;
	 outline: none;
}
/* fix the box model ------------ */
 html {
	 box-sizing: border-box;
}
 *, *:before, *:after {
	 box-sizing: inherit;
}
/* form field standardization ------------ */
 ::-moz-selection {
	 background: #9ddeee;
	 text-shadow: none;
}
 ::selection {
	 background: #9ddeee;
	 text-shadow: none;
}
 img {
	 vertical-align: middle;
	 max-width: 100%;
	 height: auto;
}
 fieldset {
	 border: 0;
	 margin: 0;
	 padding: 0;
}
 .chromeframe {
	 margin: 0.2em 0;
	 background: #ccc;
	 color: #000;
	 padding: 0.2em 0;
}
/* clearfix ------------ */
 .cf:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}
 * html .cf {
	 zoom: 1;
}
/* IE6 */
 *:first-child+html .cf {
	 zoom: 1;
}
/* IE7 */
/* easy math font sizing: ( 180% = 18pt ) ------------ */
 body {
	 font-size: 62.5%;
}
/* prevent font size compounding */
 li li {
	 font-size: 100%;
}
/* superscript and subscript */
 sup, sub {
	 font-size: 66%;
}
 sup {
	 vertical-align: super;
}
 sub {
	 vertical-align: sub;
}
/* videos ------------ */
 .videoWrap {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
	 margin: 20px 0;
}
 .videoWrap.fourByThree {
	 padding-bottom: 75%;
}
 .videoWrap.zimerman {
	 padding-bottom: 78%;
}
 .videoWrap iframe, .videoWrap object, .videoWrap embed {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
/* floats ------------ */
 .fl {
	 float: left;
}
 .fr {
	 float: right;
}
 .cl {
	 clear: left;
}
 .cr {
	 clear: right;
}
 .cb {
	 clear: both;
}
/* display ------------ */
 .block {
	 display: block;
}
 .inline {
	 display: inline;
}
 .hidden {
	 display: none !important;
}
/* padding ------------ */
 .notop {
	 margin-top: 0 !important;
	 padding-top: 0 !important;
}
 .nobottom {
	 margin-bottom: 0 !important;
	 padding-bottom: 0 !important;
}
/* form tweakers ------------ */
 input, button {
	 outline: none;
	 border: none;
	 -webkit-border-radius:0;
	 border-radius:0;
}
 input, textarea, submit, select {
	 max-width: 100%;
}
/* Directory form */
 form input, form select {
	 border: 1px solid #000;
	 padding: 10px;
}
/* other helpers ------------ */
 abbr {
	 cursor:help;
}
/* wordpress admin tweaks ------------ */
 #wpadminbar {
	 z-index: 100000000 !important;
}
 body #wrapper .post-edit-link {
	 box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	 position: absolute;
	 top: -33px !important;
	 right: 30px !important;
	 padding: 10px 30px 10px 30px !important;
	 color: white !important;
	 background: #292929 !important;
	 border-radius: 1px 2px 5px 5px !important;
	 font-family: "andale mono", "courier new", courier, monospace !important;
	 font-size: 140%;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 text-decoration: none;
}
 body #wrapper .post-edit-link:hover {
	 background-color: #f38f00 !important;
}
/* overflow settings to prevent double-scrollbar ------------ */
 body {
	 overflow-y: hidden;
}
 html, body, #wrapper {
	 overflow-x: hidden;
	 position: relative;
}
 body {
	 -webkit-text-size-adjust: 100%;
}
 #wrapper {
	 min-height: 100%;
}
/* text rendering */
 body {
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
/* --------------CORE----------------- These styles are devoted to: a starting point. core styles to set the stage. -------------------------------------- */
/* -------------- clearfix --------------- */
 .cf:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}
 * html .cf {
	 zoom: 1;
}
/* IE6 */
 *:first-child+html .cf {
	 zoom: 1;
}
/* IE7 */
 * {
	 margin: 0;
	 padding: 0;
	 outline: none;
	 border: none;
}
 :focus {
	 outline: 1px dotted rgba(0,0,0,0.5);
}
 .aria-hide {
	 position: absolute;
	 top: 0;
	 left: -5000px;
}
 .button:focus {
	/* outline: 2px dotted rgba(0,0,0,0.5);
	 */
}
 .skip-link {
	 position: absolute !important;
	 top: 0;
	 left: -4000px;
	 background: #292929;
	 color: white;
	 displaY: inline-block;
	 z-index: 1000000;
	 font-size: 210%;
	 text-decoration: none;
	 font-size: 160%;
	 padding: 15px ;
}
 .skip-link:focus {
	 left: 0;
	 outline: none;
	 position: relative;
}
/* -------------- zeros --------------- */
 ul, ol, li, h1, h2, h3, h4, h5, h6 {
	 padding: 0;
	 margin: 0;
	 font-size: 100%;
}
/* -------------- tweakers --------------- */
 ::selection {
	 background: #ffb0b5;
	/* WebKit/Blink Browsers */
	 color: #292929;
}
 ::-moz-selection {
	 background: #ffb0b5;
	/* Gecko Browsers */
	 color: #292929;
}
 .hidden {
	 display: none;
}
 .sr-only {
	 border: 0;
	 clip: rect(0 0 0 0);
	 clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	 -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	 height: 1px;
	 margin: -1px;
	 overflow: hidden;
	 padding: 0;
	 position: absolute;
	 width: 1px;
	 white-space: nowrap;
}
 .clear-both {
	 clear: both;
}
/* -------------- max width --------------- */
 .mw730 {
	 max-width: 730px;
	/*width: 730px;
	 lock */
	/* position: relative;
	 */
	 margin: 0 auto;
	 text-align: left;
}
 .mw920 {
	 max-width: 960px;
	/*width: 730px;
	 lock */
	/* position: relative;
	 */
	 margin: 0 auto;
	 text-align: left;
}
 .mw1024 {
	 max-width: 1024px;
	/*width: 1024px;
	/* lock */
	/* position: relative;
	 */
	 margin: 0 auto;
	 text-align: left;
}
 .mw1160 {
	 max-width: 1160px;
	/*width: 1160px;
	/* lock */
	/* position: relative;
	 */
	 margin: 0 auto;
	 text-align: left;
}
 .mw1400, .modern-page .mw1024 
/* override header and footer max width on mdoern pages */
 {
	 max-width: 1400px;
	/*width: 1400px;
	/* lock */
	/* position: relative;
	 */
	 margin: 0 auto;
	 text-align: left;
}
 .modern-page #footer-info .mw1024, .modern-page .mega-dropdown .mw1024 {
	 max-width: 1440px;
}
 .mw1700 {
	/* for professor profiles, to make room for arrow navigation */
	 max-width: 1700px;
	/*width: 1160px;
	/* lock */
	/* position: relative;
	 */
	 margin: 0 auto;
	 text-align: left;
}
/* -------------- basics --------------- */
 fieldset {
	 border: none;
	 margin: 0;
	 padding: 0;
	 outline: none;
}
 hr {
	 border: none;
	 border-top: 1px solid #dfdfdf;
	 margin: 45px 0;
}
/* -------------- buttons --------------- */
 .button {
	 display: inline-block;
	 box-sizing: border-box;
	 paddinG: 20px 30px;
	 text-transform: uppercase;
	 text-decoration: none;
	 font-weight: 700;
	 font-size: 160%;
	 text-align: center;
	 border-width: 3px;
	 border-style: solid;
	 background: transparent;
}
 .stype .button {
	 margin-top: 20px;
	 margin-bottom: 20px;
}
/* -------------- button outline --------------- */
 .button.outline {
}
 .button.outline.white {
	 border-color: white;
	 color: white;
}
 .button.outline.grey {
	 border-color: #292929;
	 color: #292929;
}
 .button.outline.red {
	 border-color: #e71c31;
	 color: #e71c31;
}
/* -------------- button full --------------- */
 .button.full {
	 background-color: #e71c31;
	 border-color: #e71c31;
	 color: white !important;
	 width: auto;
}
 .button.full.grey {
	 background-color: #bfbfbf;
	 border-color: #bfbfbf;
	 color: white;
	 width: auto;
}
/* -------------- button effects --------------- */
 .button {
	 position: relative;
	 transition: all .1s ease-in-out;
	 z-index: 5;
	 outline: none;
	 overflow: hidden;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .button:after, .button:before {
	 transition: transform .2s ease-in-out;
	 transform-origin: top left;
}
 .button:after {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: -1;
	 -webkit-transform: scaleY(0);
	 -ms-transform: scaleY(0);
	 transform: scaleY(0);
}
 .button:hover:after, .button:focus:after {
	 background-position: left bottom;
	 -webkit-transform: scaleY(1);
	 -ms-transform: scaleY(1);
	 transform: scaleY(1);
	 transition: transform .2s ease-in-out;
	 transform-origin: bottom left;
}
 .button.outline.white:hover, .button.outline.white:focus {
	 color: #e71c31 !important;
}
 .button.outline.white:after {
	 background-color: white;
}
 .button.outline.red:hover, .button.outline.red:focus {
	 color: white !important;
}
 .button.outline.red:after {
	 background-color: #e71c31;
}
 .button.outline.grey:after {
	 background-color: #dfdfdf;
}
 .button.full.red:hover, .button.full.red:focus {
	 color: #e71c31 !important;
}
 .button.full.red:after, .button.full.red:before {
	 background-color: white !important;
}
 .button-set {
	 display: flex;
	 flex-wrap: wrap;
	 list-style-type: none;
	 margin-top: 60px;
	 justify-content: space-between;
}
 .button-set li {
	 box-sizing: border-box;
	 width: calc(25% - 15px);
	 margin: 0 0 20px 0;
}
 .button-set li a.button {
	 width: 100%;
	 box-sizing: border-box;
}
/* -------------- button outline --------------- */
 #sidebar .button {
	 width: 100%;
}
/* -------------- chevron links --------------- */
 .text-link {
	 display: inline-block;
	 font-family: proxima-nova, sans-serif;
	 font-weight: 700;
	 letter-spacinG: 0.05em;
	 text-decoration: none;
	 font-size: 160%;
	 color: #292929;
	 padding: 5px 0;
	 position: relative;
}
 .text-link:focus {
	 outline: none;
	 text-decoration: underline !important;
}
 .widget .text-link, #website-footer .text-link {
	 width: 100%;
}
 .text-link.style1:hover , .text-link.style2:hover , .text-link.style3:hover , .text-link.style4:hover, .text-link.style1:focus , .text-link.style2:focus , .text-link.style3:focus , .text-link.style4:focus {
	 color: #e71c31;
}
 .text-link:after {
	 clear: both;
	 content: '';
	 display: inline-block;
	 margin-left: 10px;
	 width: 7px;
	 heighT: 12px;
	 margin-top: 0;
	 background-size: 7px 12px;
	 background-image: url('../images/redesign-2020/chevron-right-red.svg');
	 background-position: center;
	 transition: all 0.2s ease-in-out !important;
}
 .text-link:before, .text-link:after {
	 top: 50%;
	 transform: translatey(-50%);
	 position: absolute;
}
 .text-link:hover:after, .text-link:focus:after {
	 margin-left: 15px;
}
/* chevron style 2 */
 .text-link.style2 {
	 font-size: 160%;
	 font-weight: 700;
	 text-decoration: none;
	 letter-spacing: 0.025em;
	 color: #292929;
}
 .text-link.style2:after {
	 background-image: url('../images/redesign-2020/chevron-right-red.svg');
}
 .text-link.style3 {
	 display: block;
}
/* chevron style 3 */
 .text-link.style3, .text-link.style4 {
	 font-size: 160%;
	 font-weight: 700;
	 text-decoration: none;
	 text-transform: none;
	 letter-spacing: 0.025em;
	 color: #292929;
	 padding-left: 20px;
	 position: relative;
	 line-height: 1.8;
}
 .text-link.style3:after, .text-link.style4:after {
	 background-image: none;
}
 .text-link.style3:before, .text-link.style4:before {
	 clear: both;
	 content: '';
	 display: inline-block;
	 position: absolute;
	 margin-left: 0;
	/* top: 14px;
	 */
	 left: 0;
	 width: 7px;
	 heighT: 12px;
	 background-size: 7px 12px;
	 background-image: url('../images/redesign-2020/chevron-right-grey.svg');
	 background-position: center;
	 transition: all 0.2s ease-in-out !important;
	 transform: none;
	 top: 13px;
}
 .text-link.style4:before {
	 background-image: url('../images/redesign-2020/chevron-right-red.svg');
}
 .text-link.style3:hover:before, .text-link.style4:hover:before, .text-link.style3:focus:before, .text-link.style4:focus:before {
	 margin-left:3px;
	 background-image: url('../images/redesign-2020/chevron-right-red.svg');
}
 .text-link.style3:hover, .text-link.style4:hover, .text-link.style3:focus, .text-link.style4:focus {
}
 #main .text-link {
	/* display: block;
	 */
}
/* -------------- content containers --------------- */
 body {
	 font-family: proxima-nova, sans-serif;
	 font-weight: 400;
	 font-size: 62.5%;
	 line-height: 1.2;
}
/* -------------- video banner --------------- */
 .video-container {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 width: 100%;
	 height: 600px;
	 overflow: hidden;
}
 .section-home-banner .video-container {
	 height: 860px;
}
 .video-container video {
	 min-width: 100%;
	 min-height: 100%;
	 width: auto;
	 height: auto;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 #play-button {
	 display: block;
	 box-sizing: border-box;
	 width: 60px;
	 height: 60px;
	 position: absolute;
	 bottom: 50px;
	 right: 0;
	 background-color: transparent;
	 border: 1px solid white;
	 border-radius: 100px;
	 cursor: pointer;
	 background-size: 120px 60px;
	 background-image: url('../images/redesign-2020/play-button.svg');
	 background-position: 0 0;
	 color: transparent;
}
 #play-button.paused {
	 background-position: 60px 0;
}
/* -------------HEADER----------------- These styles are devoted to: site header -------------------------------------- */
 #website-header {
	 color: white;
	 clear: both;
	 position: absolute !important;
	 top: 0;
	 z-index: 10000;
	 width: 100%;
	 text-align: center;
	 background-color: white;
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
 @media screen and (max-width: 860px) {
	 #website-header {
		 position: fixed!important;
	}
}
/* -------------- main menu --------------- */
 #logoWrap {
	 display: block;
	 float: left;
	 width: 192px;
	 height: 60px;
	 margin: 0;
	 margin-top: 22px;
	 background-image: url('../images/redesign-2020/uwinnipeg-white-4x.png');
	 background-size: 192px 60px;
	 background-position: 0 0;
}
 #logo-header {
	 width: 192px;
	 height: 60px;
}
/* -------------- main menu --------------- */
 #main-bar {
	 position: relative;
	 box-sizing: border-box;
	 margin-top: 50px;
	 padding: 0 20px;
	 height: 104px;
	 text-align: center;
	 border-bottom: 1px solid white;
}
 #main-menu {
	 text-align: right;
}
 #main-menu > ul {
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
}
 #main-menu ul > li {
	 display: inline;
	 list-style-type: none;
	 flex-shrink: 0;
}
 #main-menu a:hover{
	 color: #e71c31;
}
 #main-menu > ul > li > a {
	 color: #292929;
	 font-weight: 700;
	 text-decoration: none;
	 padding: 0 16px;
	 font-size: 180%;
	 position: relative;
	 display: inline-block;
	 height: 104px;
	 line-height: 104px;
	 box-sizing: border-box;
}
 #main-menu > ul > li > a:hover {
	 color: #e71c31;
	 opacity: 1;
}
 #main-menu > ul > li > a:focus {
	 outline: none;
}
/* -------------- topbar --------------- */
 #top-bar {
	 position: absolute;
	 top: 0;
	 height: 50px;
	 width: 100%;
	 text-align: center;
	 box-sizing: border-box;
	 padding: 0 20px;
}
 #top-bar .inner {
	 position: relative;
}
/* -------------- secondary menu --------------- */
 #secondary-menu {
	 margin: 0 auto;
	 float: left;
}
 #secondary-menu ul {
	 height: 50px;
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
}
 #secondary-menu ul li {
	 display: inline;
	 list-style-type: none;
}
/* -------------- tertiary menu --------------- */
 #tertiary-menu {
	 display: inline-block;
	 vertical-align: top;
	 padding-right: 20px;
	 margin-right: 50px;
}
 #tertiary-menu ul {
	 height: 50px;
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
}
 #tertiary-menu ul a {
	 font-size: 160%;
}
 #tertiary-menu ul li {
	 display: inline;
	 list-style-type: none;
}
/* -------------- topbar - secondary and teriary links --------------- */
 #secondary-menu a, #tertiary-menu a {
	 color: white;
	 text-decoration: none;
	 font-size: 160%;
	 padding: 12px 0 0 0;
	 margin: 0 10px;
}
 #secondary-menu a {
	 margin: 0 10px;
}
 #secondary-menu li:first-child a {
	 margin-left: 0;
}
 #tertiary-menu a {
	 font-weight: 700;
}
/* -------------- topbar - search button --------------- */
 .search-button {
	 position: absolute;
	 top: 0;
	 right: 0;
	 box-sizing: border-box;
	 display: block;
	 width: 50px;
	 heighT: 50px;
	 color: transparent;
	 background-color: #9B172E;
	 background-image: url('../images/redesign-2020/search-icon.svg');
	 background-position: top left;
	 background-size: 50px 100px;
}
 #show-menu {
	 display: none;
	 background-color: transparent;
	 background-repeat: no-repeat;
	 background-size: 120px 120px;
	 background-position: 0 -60px;
	 background-image: url('../images/redesign-2020/menu-button.svg');
	 background-color: rgba(0,0,0,0.2);
}
 .show-nav #show-menu {
	 background-color: #e71c31;
	 background-position: -60px -60px;
}
 #main-menu > ul > li:before {
	 content: " ";
	 width: 1px;
	 height: 15px;
	 background: #292929;
	 position: absolute;
	 margin-top: 45px;
	 margin-left: -1px;
}
 #main-menu > ul > li:first-child:before {
	 content: none;
}
 #main-menu > a.current-page {
	 color: #e71c31;
}
 #main-menu > a.current-page:after {
	 content: " ";
	 display: inline-block;
	 width: 100%;
	 position: absolute;
	 bottom: 0;
	 height: 3px;
	 background: #e71c31;
	 box-sizinG: border-box;
	 left: 0;
}
 #main-menu > ul > li:hover .mega-dropdown, #main-menu > ul > li.reveal-megamenu .mega-dropdown {
	 display: block;
}
 @media screen and (min-width: 960px) {
	 #main-menu > ul > li {
	}
	 #main-menu > ul > li.expanded .mega-dropdown, #main-menu > ul > li.reveal-megamenu .mega-dropdown {
		 display: block;
	}
	 #main-menu > ul > li > button {
		 display: none;
		 width: 20px;
		 height: 20px;
		 position: absolute;
		 color: #292929;
		 left: auto;
		 bottom: 10px;
		 transform: translatex(-50%);
		 cursor: pointer;
	}
}
/* -------------- mega dropdown --------------- */
 .mega-dropdown, .mega-dropdown .inner, .mega-dropdown .col {
	 display: block;
}
 .mega-dropdown {
	 padding: 60px 0 80px;
	 position: absolute;
	 display: none;
	 left: 0;
	 z-index: 11000;
	 width: 100%;
}
 .mega-dropdown .mw1024 {
	 max-width: 1064px;
	/* necessary to correct padding of column divs */
}
 .mega-dropdown .col {
	 float: left;
	 width: 26%;
	 padding: 0 20px;
	 box-sizing: border-box;
}
 .mega-dropdown .col1 {
}
 .mega-dropdown .col2 {
}
 .mega-dropdown .col3 {
}
 .mega-dropdown .col4 {
	 width: 22%;
	 border-left: 1px solid #dfdfdf;
	 box-sizing: border-box;
	 padding-lefT: 26px;
	 margin-top: 10px;
}
 .mega-dropdown .col1 h2 {
	 font-weighT: 700;
	 font-size: 220%;
	 line-height: 1.36;
	 color: #e71c31;
	 margin-bottom: 30px;
	 padding-top: 10px;
}
 .mega-dropdown .col1 .button {
	 width: auto;
	 margin-bottom: 0;
	 paddinG: 25px 30px;
}
 @media screen and (max-width: 1084px) {
	 .mega-dropdown {
		 padding: 40px 0 60px;
	}
	 .mega-dropdown .col1 .button {
		 paddinG: 15px 30px;
	}
}
 .mega-dropdown ul {
	 list-style-type: none;
}
 .mega-dropdown li {
	 display: block !important;
	 border-bottom: 1px solid #dfdfdf;
}
 .mega-dropdown li:hover {
	 border-bottom: 1px solid #e71c31;
}
 .mega-dropdown li a {
	 display: block;
	 font-size: 160%;
	 padding: 15px 10px 15px 0;
	 text-decoration: none;
	 color: #292929;
	 position: relative;
}
 .mega-dropdown .col2 .highlighted, .mega-dropdown .col3 .highlighted {
	 border-bottom: 1px solid #e71c31;
}
 .mega-dropdown .col2 .highlighted a, .mega-dropdown .col3 .highlighted a {
	 color: #e71c31;
}
 .mega-dropdown a.external:after {
	 content: " ";
	 display: inline-block;
	 position: absolute;
	 right: 0;
	 width: 16px;
	 height: 16px;
	 margin-left: 10px;
	 background-image: url('../images/redesign-2020/external.svg');
	 opacity: 0.5;
}
 .mega-dropdown .col4 button {
	 font-weight: 700;
	 font-size: 160%;
	 color: #292929;
	 margin-bottom: 10px;
	 background: transparent;
	 display: block;
	 width: 100%;
	 box-sizing: border-box;
	 text-align: left;
}
 .mega-dropdown .col4 li {
	 border: none;
}
 .mega-dropdown .col4 li a {
	 font-size: 140%;
	 font-weight: 600;
	 padding: 10px 0;
}
 .mega-dropdown .col4 li a:hover {
	 padding-left: 0;
}
 .mega-dropdown .col4 li.highlighted a {
	 padding-left: 10px;
	 color: #e71c31;
}
/* -------------- main menu - desktop --------------- */
 @media screen and (min-width: 861px) {
	 #main-menu, #main-menu > ul {
		 height: 104px;
	}
	 #main-bar {
		 box-sizing: border-box;
		 padding-top: 0;
		 transition: background .2s ease-out !important;
	}
	 #show-search-button:focus {
		 outline: none;
		/* 1px solid white;
		 */
		 background-color: #ff3547;
	}
	 #show-search-button.open {
		 background-position: 0 -50px !important;
	}
	 #website-header #main-menu > ul > li > a:after {
		 content: "";
		 position: absolute;
		 display: block;
		 bottom: 0;
		 left: 50%;
		 transform: translateX(-50%);
		 width: 0;
		 height: 5px;
		 background: #e71c31;
		 color: white;
		 -o-transition: width .5s cubic-bezier(.165,.84,.44,1);
		 transition: width .5s cubic-bezier(.165,.84,.44,1);
		 transition: width .5s cubic-bezier(.165,.84,.44,1), -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
		 transition: width .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
	}
	 #website-header #main-menu > ul > li > a:hover:after, #website-header #main-menu > ul > li > a:focus:after {
		 width: 100%;
	}
	 .mega-dropdown-bg {
		 position: absolute;
		 top: -1px;
		 left: -100vw;
		 z-index: -1;
		 width: 200vw;
		 height: 100%;
		 background: white;
		 border-top: 1px solid #dfdfdf;
		 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	}
	 .mega-dropdown li a {
		 transition: all .2s ease-in-out;
	}
	 .mega-dropdown li a:hover {
		 padding-left: 10px;
		 padding-right: 0;
	}
	 #main-menu > ul > li > a.current-page {
		 color: #e71c31;
		 opacity: 1;
	}
	 #top-bar {
		 background: #e71c31;
	}
	 #secondary-menu a, #tertiary-menu a {
		 border-bottom: 1px solid transparent;
		 outline: none;
	}
	 #secondary-menu a:hover, #tertiary-menu a:hover, #secondary-menu a:focus, #tertiary-menu a:focus {
		 border-bottom: 1px solid white;
	}
	 #tertiary-menu {
		 float: right;
	}
	 #logoWrap {
		 position: relative;
		 outline: none;
	}
	 #logoWrap:focus {
		 outline: 1px dotted #292929;
	}
	/* #logoWrap:after {
		 content: "";
		 position: absolute;
		 display: block;
		 bottom: -23px;
		 left: 50%;
		 transform: translateX(-50%);
		 width: 0;
		 height: 5px;
		 background: #e71c31;
		 color: white;
		 -o-transition: width .5s cubic-bezier(.165,.84,.44,1);
		 transition: width .5s cubic-bezier(.165,.84,.44,1);
		 transition: width .5s cubic-bezier(.165,.84,.44,1), -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
		 transition: width .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
	}
	 #logoWrap:focus:after {
		 width: 100%;
	}
	 */
}
/* -------------- Calendar View added by LORI --------------- */
 .right-nav {
	 margin-right: 10px;
	 margin-left: 1%;
}
 .right-nav ul {
	 list-style: none !important;
	 font-size: 12px;
}
 .right-nav ul li {
	 background-color: #ececec;
	 padding: 3px 15px 3px 25px;
	 margin-top: 5px;
	 margin-bottom: 5px;
}
 .right-nav ul li.active {
	 padding-left: 25px;
	 background-image: url(/renderfile/bf9be31b48020d2074772b92cc192bc4/_files/images/red-dot.png);
	 background-repeat: no-repeat;
	 background-position: 5px center;
}
 .right-nav ul li a {
	 color: #393939;
}
 .right-nav ul li.filter {
	 background-color: #ee2737;
	 color: #fff;
	 text-transform: uppercase;
	 font-family:'Arvo',sans-serif;
}
 @media screen and (min-width:640px) {
	 #calendar {
	}
	 .left-cal {
		 float: left;
		 width: 68%;
	}
	 .right-nav {
		 float: right;
		 width: 30%;
		 margin-right: 0;
	}
}
/* ------- end Calendar*/
/* -------------- Google Search added by LORI --------------- */
 .gsc-input-box {
	 width: 100%;
	 font-size: 14pt;
	 height: 40px;
	 padding: 10px 10px 40px 10px;
	 margin-right: 0;
}
 td.gsc-search-button {
	 border: 1px solid #e71c31 !important;
	 background-color: white;
	 background-size: 100px 100px;
	 cursor: pointer;
}
 .gsc-search-button-v2 {
	 padding: 0px 17px !important;
	 width: 47px !important;
}
 .gsc-search-button {
	 margin: 0;
}
 .gsc-search-button-v2, .gsc-search-button {
	 background: white url('../images/redesign-2020/search-icon-red.svg') no-repeat !important;
	 background-size: 50px 50px;
	 cursor: pointer;
	 height: 47px;
	 border: none !important;
}
 .gsc-search-button-v2 svg {
	 display: none;
}
/* ------- end Google Search*/
 #search-box {
	 display: block;
	 box-sizing: border-box;
	 z-index: 20000;
	 position: absolute;
	 top: -90px;
	 left: 0;
	 width: 100%;
	 height: 90px;
	 padding: 0 20px;
	 background: #9B172E;
	 transition: padding .7s ease-in-out !important;
}
 .show-search #search-box {
	 displaY: block;
}
 #search-box legend {
	 displaY: none;
}
 body #website-header {
	 padding-top: 0;
	 transition: top .3s ease-out !important;
}
 body.show-search #website-header {
	 top: 90px;
}
 .show-search #top-bar {
	/* border-top: 1px solid #9B172E;
	 */
	 height: 51px;
}
 #search-submit {
	 background-color: white;
	 background-image: url('../images/redesign-2020/search-icon-red.svg') !important;
	 background-size: 50px 50px;
	 border: 1px solid #e71c31;
}
 #search-input {
	 -webkit-appearance: none;
	 border-radius: 0 !important;
}
/* ----------POPUPS-------------------- These styles are devoted to: cookie-bar emergency-alert emergency-bar -------------------------------------- */
/* -------------- alert bars --------------- */
 .alert-bar {
	 padding: 20px 0;
}
 .alert-bar .inner {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .alert-bar p {
	 font-size: 160%;
	 line-height: 1.5;
	 flex-shrink: 1;
	 padding-right: 60px;
}
 .alert-bar .buttons {
	 flex-shrink: 0;
}
 .alert-bar .button {
	 margin-left: 30px;
}
/* -------------- cookie bars --------------- */
 #cookie-bar {
	 position: fixed;
	 bottom: 0;
	 lefT: 0;
	 width: 100vw;
	 background-color: #9B172E;
	 z-index: 10000;
}
 #cookie-bar p {
	 color: white;
}
 #cookie-bar p a {
	 color: white;
	 opacity: 0.6;
	 text-decoration: underline;
}
 #cookie-bar .button.white {
	 border: none !important;
	 text-decoration: underline;
}
 #cookie-bar .button.white:hover {
	 text-decoration: none;
	 color: white !important;
}
 #cookie-bar .button.white:after {
	 display: none !important;
}
/* -------------- emergency bar --------------- */
 #emergency-bar {
	 background-color: #feeeef;
	 width: 100%;
	 height: 100px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 1000000;
}
 @media screen and (max-width: 860px) {
	 #emergency-bar {
		 position: fixed;
	}
}
 #emergency-bar .intro, #emergency-bar .callout {
	 display: block;
}
 #emergency-bar .text {
	 padding-left: 75px;
	 position: relative;
	 color: #292929;
}
 #emergency-bar .text:before {
	 content: '';
	 position: absolute;
	 display: block;
	 widtH: 50px;
	 height: 50px;
	 left: 0;
	 top: 0;
	 background-size: 50px 50px;
	 background-image: url('../images/redesign-2020/emergency.svg');
	 background-position: center;
	 background-repeat: no-repeat;
}
 #emergency-bar .intro {
	 font-size: 180%;
	 font-weight: 700;
	 margin-bottom: 5px;
	 text-transform: uppercase;
	 color: #e71c31;
}
 #emergency-bar .callout {
	 font-size: 160%;
}
 #website-header.show-emergency-bar {
	 margin-top: 100px;
}
/* -------------- emergency alert --------------- */
 #alert-background, #cookie-bar, #emergency-bar {
	 display: none;
	 z-index: 1000000;
}
 #alert-background {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100vw;
	 height: 100vh;
	 background: rgba(0,0,0,0.3);
	 z-index: 20000;
}
 #emergency-alert {
	 position: absolute;
	 width: 680px;
	 background: white;
	 height: auto;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 text-align: center;
}
 #emergency-alert .header {
	 widtH: 100%;
	 text-align: center;
	 background: #e71c31;
	 padding: 15px 0;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
}
 #emergency-alert .body{
	 padding: 40px 0;
}
 #emergency-alert .title {
	 text-transform: uppercase;
	 color: white;
	 font-weight: 700;
	 font-size: 220%;
	 padding: 0 10px;
}
 #emergency-alert .header:before {
	 content: '';
	 widtH: 50px;
	 height: 50px;
	 padding: 0 10px;
	 background-size: 50px 50px;
	 background-image: url('../images/redesign-2020/emergency-white.svg');
	 background-position: center;
	 background-repeat: no-repeat;
}
 #emergency-alert .date {
	 color: #292929;
	 font-weight: 700;
	 font-size: 160%;
	 margin-bottom: 30px;
}
 #emergency-alert .message {
	 color: #292929;
	 font-size: 220%;
	 margin-bottom: 30px;
}
 #emergency-alert .footer{
	 widtH: 100%;
	 text-align: center;
	 background: #ebebeb;
	 padding: 15px 0;
}
 #emergency-alert .footer a {
	 color: #292929;
	 font-weight: 700;
	 font-size: 160%;
	 text-decoration: none;
	 text-transform: uppercase;
	 line-height: 20px;
}
 #emergency-alert .footer a:after {
	 content: '';
	 display: inline-block;
	 widtH: 20px;
	 height: 20px;
	 margin-left: 10px;
	 vertical-align: top;
	 background-size: 20px 20px;
	 background-image: url('../images/redesign-2020/close.svg');
	 background-position: center;
	 background-repeat: no-repeat;
}
/* --------------FOOTER---------------- These styles are devoted to: site footer -------------------------------------- */
/* -------------- website footer - basics --------------- */
 #website-footer {
	 clear: both;
}
 #website-footer ul {
	 list-style-type: none;
}
 #website-footer ul li {
	 display: inline;
}
 #website-footer a {
	 color: white;
	 text-decoration: none;
}
/* -------------- website footer - structure --------------- */
 #footer-main, #acknowledgement, #footer-info {
	 box-sizing: border-box;
	 padding-left: 20px;
	 padding-right: 20px;
}
 #footer-info .mw1024 {
	 max-width: 1064px;
}
 #footer-main {
	 padding-top: 75px;
	 padding-bottom: 75px;
	 background: #e71c31;
	 coloR: white;
}
 #footer-columns {
	 display: block;
}
 #footer-address, #footer-audience, #footer-resources, #footer-social {
	 padding-right: 20px;
	 float: left;
	 box-sizing: border-box;
}
 #footer-address {
	 width: 32%;
}
 #footer-audience {
	 width:24%;
}
 #footer-resources {
	 width: 18%;
}
 #footer-social {
	 width: 26%;
}
/* #footer-address (footer column 1) --------------- */
 #footer-logo {
	 width: 192px;
	 height: 60px;
	 margin-bottom: 50px;
	 display: block;
}
 #footer-address {
	 display: block;
	 line-height: 1.6;
}
 #website-footer address {
	 display: block;
	 font-size: 180%;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-style: normal;
	 font-weight: 400;
}
 #footer-address .u-email {
	 clear: both;
	 margin-top: 40px;
	 color: white;
	 font-size: 100%;
	 width: auto;
	 border-bottom: 1px solid transparent;
}
 #footer-address .u-email:hover, #footer-address .u-email:focus {
	 border-bottom: 1px solid white;
	 outline: none;
}
 #footer-address .u-email:after {
	 background-image: url('../images/redesign-2020/chevron-right.svg');
}
 #footer-address .u-email:hover:after {
	 margin-left: 15px;
}
 #footer-address .p-tel {
	 display: block;
}
 #footer-address .p-tel:focus {
	 text-decoration: underline;
	 outline: none;
}
 #footer-address .u-email:before {
	 content: "";
}
/* #footer-audience, #footer-resources (footer column 2 and 3) --------------- */
 #footer-audience h2, #footer-resources h2 {
	 margin-top: 7px;
	 font-size: 160%;
	 font-weight: 700;
	 margin-bottom: 20px;
}
 #footer-audience ul a, #footer-resources ul a {
	 font-size: 160%;
	 line-height: 1;
	 padding: 3px 0 0 0;
	 margin: 6px 0 6px;
	 displaY: inline-block;
	 border-bottom: 1px solid transparent;
}
 #footer-audience ul li, #footer-resources ul li {
	 display: block;
	 width: 100%;
}
 #footer-audience ul a:hover, #footer-resources ul a:hover, #footer-audience ul a:focus, #footer-resources ul a:focus {
	 border-bottom: 1px solid white;
	 outline: none;
}
 #website-footer .text-link {
	 text-decoration: none !important;
}
/* #footer-social (column 4) --------------- */
 #footer-social {
	 text-align: right;
	 padding-right: 0;
}
 #footer-social nav {
	 display: inline;
}
 #footer-social ul {
	 width: 200px;
	 display: inline-block;
}
 #footer-social .button {
	 margin-top: 120px;
}
 #footer-social a:hover img {
}
 #footer-social img {
	 width: 56px;
	 height: 56px;
	 background-color: #9B172E;
	 border-radius: 31px;
	 margin: 3px;
	 font-size: 100%;
	 line-height: 56px;
	 text-align: center;
	 display: inline-block;
	 transition: all .025s ease-out;
}
 #footer-social a:focus {
	 outline: none;
}
 #footer-social a:hover img, #footer-social a:focus img {
	 transform: scale(1.1);
}
 #donate-button {
	 display: inline-block;
	 width: 200px;
	 margin-top: 0;
}
/* treaty acknowledgement bar --------------- */
 #acknowledgement {
	 clear: both;
	 width: 100%;
	 background: #e71c31;
	 border-top: 1px solid white;
	 color: white;
	 padding: 60px 20px 120px;
}
 #acknowledgement small {
	 font-size: 140%;
	 line-height: 1.44;
}
 #acknowledgement a {
	 text-decoration: underline;
	 displaY: inline-block;
}
 #acknowledgement a:hover {
	 text-decoration: none;
}
/* -------------- bottom bar --------------- */
 #footer-info {
	 height: auto;
	 padding: 5px 0;
}
 #footer-info ul a {
	 font-size: 140%;
	 padding: 2px 0;
	 display: inline-block;
	 margin: 2px 10px;
}
 #footer-info ul a:focus {
	 outline: none;
	 text-decoration: underline;
}
 #footer-info li {
}
 #footer-info li:after {
	 content: "|";
	 display: inline;
	 margin-right: -3px;
	 color: white;
}
 #footer-info li:last-child:after {
	 content: none;
}
 #footer-copyright-menu {
}
 #footer-copyright-menu ul li {
	 display: inline;
}
 #footer-copyright-menu li a {
	 border-bottom: 1px solid transparent;
}
 #footer-copyright-menu li a:hover {
	 border-bottom: 1px solid white;
}
 #footer-main .inner, #acknowledgement .inner, #footer-info .inner, #top-bar .inner {
}
/* -------------- media queries --------------- */
 @media screen and (min-width: 1024px) {
	 #website-footer {
		 position: relative;
	}
	 #footer-info {
		 position: absolute;
		 bottom: 0;
		 left: 0;
		 widtH: 100%;
		 background-color: #9B172E;
	}
}
 @media screen and (max-width: 1024px) {
	 #website-footer {
		 position: relative;
	}
	 #footer-info {
		 position: relative;
		 bottom: auto;
		 left: auto;
		 widtH: auto;
		 clear: both;
	}
	 #acknowledgement {
		 background-color: #9B172E;
		 border-top: none;
	}
	 #donate-wrapper {
		 padding-bottom: 50px;
	}
	 #footer-main {
		 padding: 40px;
	}
	 #footer-main, #footer-info {
		 padding-left: 0;
		 padding-right: 0;
	}
	 #footer-address, #footer-audience, #footer-resources, #footer-social {
		 width: 100%;
		 padding-right: 0;
	}
	 #footer-social .button {
		 margin-top: 0;
		 margin-left: 0;
	}
	 #footer-address .u-email {
		 margin-top: 20px;
	}
	 #footer-audience {
		 width: 30%;
	}
	 #footer-resources {
		 width: 30%;
	}
	 #footer-address, #footer-audience, #footer-resources, #footer-social nav, #footer-social .donate-wrapper, #footer-info{
		 displaY: block;
		 padding: 30px 20px;
	}
	 #footer-address {
		 width: 40%;
		 padding-bottom: 40px;
	}
	 #footer-social nav, #footer-social .donate-wrapper{
		 text-align: center;
	}
	/* #footer-social nav, #footer-social .donate-wrapper, */
	 #footer-info{
		 border-top: 1px solid white;
		 padding: 30px 10px;
	}
	 #footer-social nav {
		 padding: 10px 20px;
	}
	 #footer-social ul {
		 width: auto;
		 display: inline;
	}
	 #acknowledgement {
		 padding: 30px 20px;
	}
	 #acknowledgement .inner {
		/* text-align: center;
		 */
	}
	 #footer-main {
		 padding-bottom: 0;
	}
}
 @media screen and (max-width: 760px) {
	 #footer-main {
		 padding: 0;
	}
	 #footer-audience, #footer-resources {
		 border-top: 1px solid white;
	}
	 #footer-audience h2, #footer-resources h2 {
		 margin-top: 0;
	}
}
 @media screen and (max-width: 760px) and (min-width: 480px){
	 #footer-main {
		 padding-top: 30px;
		 padding-bottom: 30px;
	}
	 #footer-address {
		 paddinG: 20px 0;
		 border-top: none;
	}
	 #footer-address {
		 width: 100%;
	}
	 #footer-address #footer-logo {
		 float: left;
		 padding-left: 20px;
	}
	 #footer-address .text-link {
		 float: left;
	}
	 #footer-address address {
		 displaY: block;
		 width: 50%;
		 float: right;
		 padding-left: 20px;
		 box-sizinG: border-box;
	}
	 #footer-audience, #footer-resources {
		 width: 50%;
	}
}
 @media screen and (max-width: 480px) {
	 #footer-address, #footer-audience, #footer-resources, #footer-social nav, #footer-info {
		 displaY: block;
		 padding: 30px 10px;
	}
	 #footer-address, #footer-audience, #footer-resources {
		 width: 100%;
	}
	 #footer-address {
		 text-align: center;
	}
	 #footer-logo {
		 text-align: center;
		 margin: 30px auto;
		/* optical center;
		 */
		 transform: translateX(-3%);
	}
	 #footer-social img {
		 width: 40px;
		 height: 40px;
	}
	 #footer-social .donate-wrapper {
		 padding-bottom: 50px;
		 padding-top: 0;
	}
	 #footer-info ul {
		 display: flex;
		 flex-wrap: wrap;
		 flex-direction: row;
		 height: 100px;
	}
	 #footer-info ul li {
		 displaY: inline-block;
		 width: 50%;
		 box-sizing: border-box;
	}
	 #footer-info ul li a {
		 box-sizing: border-box;
		 padding: 5px 0;
		 margin: 2px 0;
		 font-size: 130%;
	}
	 #footer-info ul li:after {
		 display: none;
	}
	 #footer-audience h2, #footer-resources h2{
		 letter-spacing: 0.05em;
	}
	 #footer-audience ul a, #footer-resources ul a, #footer-info ul li a {
		 letter-spacing: 0.025em;
	}
	 #acknowledgement {
		 padding: 20px 10px;
	}
}
/* ------------MAIN STYLES-------------- These styles are devoted to: page content styles sidebars -------------------------------------- */
 html, body {
	 width: 100%;
	 overflow: auto;
}
/* -------------- 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;
	 Commented this out as it was causing a layout bug in the sidebar - jfranks */
}
 #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('../images/redesign-2020/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 > ul {
	 display: none;
}
 #sidebar ul li.current-page > ul {
	 display: block;
}
 #sidebar ul li.current-page li a {
	 color: #292929;
	 font-weight: 400;
	 padding-left: 20px;
}
 #sidebar ul li.current-page li a.current-page {
	 font-weight: 700;
}
 #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 .item {
	 font-size: 145%;
	 letter-spacing: 0em;
	 padding: 0px 10px 10px;
	 line-height: 1.44;
	 text-decoration: none;
	 color:#292929;
	 border-bottom: 1px solid #dfdfdf;
	 margin-bottom: 10px;
}
 #sidebar .item a, #sidebar .item a:hover {
	 text-decoration: none !important;
	 font-weight: 600;
	 color: #000;
}
 #sidebar .item a:hover {
	 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-weighT: 700;
	 line-height: 1.4;
}
 .event-block.large a .subtitle {
	 font-size: 160%;
	 line-height: 1.5;
}
 .two-col .col .events {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
}
 .section-events .event-block.large {
	 width: calc(33.33333333% - 26.66666666666667px);
}
 .two-col .col .event-block.large{
	 box-sizing: border-box;
	 width: calc(50% - 30px);
}
/* -------------- 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: 90%;
}
 #main-aside ul.featured-stories li a .title {
	 font-size: 90%;
}
 #main-aside ul.featured-stories li a .description {
	 font-size: 90%;
}
 #main-aside ul li a:hover .title, #main-aside ul li a:hover .description {
	 color: #e71c31;
}
 #sidebar ul {
	 list-style-type: none;
}
 #sidebar ul li {
	 border-bottom: 1px solid #dfdfdf;
}
/* -------------- main --------------- */
 #main {
	 margin: 0;
	 padding: 0;
	 text-align: left;
}
 #main.standard-page {
	 padding: 0 30px;
}
 #main img {
	 max-width: 100%;
}
 #content.has-sidebar #main {
	 margin-left: 266px;
}
/* -------------- main - standard typography (stype) --------------- */
 .stype h1, .stype h2, .stype h3, .stype h4, .stype h5, .stype h6, .stype th, .stype p, .stype li, .stype small, .stype strong {
	 color: #292929;
}
 .stype strong {
	 font-weight: 700;
	/* 600;
	 */
}
 .stype h1, .stype h2, .stype h3, .stype h4, .stype h5, .stype h6 {
	 line-heighT: 1.2;
	 font-weighT: 800;
}
 .stype table caption {
	 font-family: proxima-nova, sans-serif;
	 font-weight: 400;
	 font-size: 180%;
	 font-weighT: 700;
	 line-height: 1.8;
	 text-align: left !important;
	 color: #292929;
	 margin: 20px 0 15px;
}
 .stype h1 {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-weight: 800;
	 font-size: 420%;
	/* 400%;
	 */
	 margin-bottom: 20px;
}
 .stype p.intro {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-weight: 500;
	 font-size: 220%;
	/* 240%;
	 */
	 line-height: 1.66;
	/* 1.44;
	 */
	/* padding-bottom: 40px;
	 */
}
 .stype p, .stype li {
	 font-family: proxima-nova, sans-serif;
	 font-weight: 400;
	 font-size: 180%;
	 line-height: 1.8;
	 margin: 20px 0 15px;
}
 .stype li {
	 line-height: 1.8;
	 margin: 7px 0;
}
 .stype ul, .stype ol {
	 margin: 0 0 20px;
	 list-style-position: outside;
	 padding-left: 20px;
}
 .stype ul {
	 list-style-type: disc;
}
 .stype ol {
	 list-style-type: decimal;
}
 .stype ul.plain-list {
	 margin: 30px 0;
	 list-style-type: none;
	 padding-left: 0;
}
 .stype ul.plain-list li {
	 font-size: 100%;
}
 .stype small {
	 font-size: 160%;
	 line-height: 1.5;
	 margin: 20px 0;
	 display: block;
}
 .stype small strong {
	 font-weight: 600;
}
 .stype h2, .stype .sub-heading {
	 font-family: proxima-nova, sans-serif;
	 font-weight: 700;
	 font-size: 260%;
	 line-height: 1.33;
	 color: #292929;
}
 .stype h2.secondary {
	 font-size: 260%;
}
 .stype .sub-heading {
	 margin-top: -20px;
}
 .stype h2.style2 {
	 font-size: 220%;
	 font-weight: 400;
}
 .stype h3, .stype h2.h3 {
	 font-size: 200%;
	/* 220%;
	 */
	 font-weighT: 700;
	 margin-top: 30px;
}
 .stype h4 {
	 margin-top: 30px;
	 font-sizE: 160%;
	/* 180%;
	 */
	 font-weight: 700;
}
 .stype a {
	 color: #e71c31;
}
 .stype a:hover {
	 text-decoration: none;
}
/* -------------- stype - accordion list --------------- */
 .stype .accordion-list {
	 margin-top: 40px;
	 border-bottom: 1px solid #dfdfdf;
	 margin-bottom: 60px;
}
 .stype .accordion-controls + .accordion-list {
	 margin-top:0;
}
 .stype .accordion-controls{
	 padding: 20px 0;
	 text-align: right;
	 font-size: 14px;
}
 .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('../images/redesign-2020/plus-minus.svg');
	 position: absolute;
	 right: 10px;
	 top: 36px;
	 overflow: hidden;
}
 .stype .accordion-list .accordion-button.expanded:after {
	 background-position: -16px -16px;
}
 .stype .accordion-list .accordion-button.expanded, .stype .accordion-list .accordion-button:focus {
	 color: #e71c31;
	 outline: none !important;
}
 .stype .accordion-list .accordion-button:focus {
	 text-decoration: underline;
}
 .stype .accordion-list.small .accordion-button {
	 border: 1px solid #dfdfdf;
	 border-bottom: 0;
	 font-size: 180%;
	 padding: 20px 40px 20px 20px;
}
 .stype .accordion-list.small .content {
	 border: 1px solid #dfdfdf;
	 border-top: none;
	 border-bottom: none;
	 padding: 0 40px 20px 20px;
}
 .stype .accordion-list.small .content :first-child {
	 margin-top: 0;
}
 .stype .accordion-list.small .accordion-button:after {
	 right: 20px;
	 top: 25px;
}
 .stype .accordion-list .content {
	 margin-bottom: 30px;
}
 .stype .accordion-list.small .content {
	 margin-bottom: 0;
}
/* -------------- stype - question list --------------- */
 .stype .question-box {
	 background-color: #f7f7f7;
	 padding: 35px 20px 30px 45px;
}
 .question-box.align-center {
	 display: block;
	 text-align: center !important;
	 padding: 60px 30px;
	 margin: 80px 0;
}
 .stype .question-box h3 {
	 font-family: proxima-nova, sans-serif;
	 font-weight: 700;
	 font-size: 260%;
	 margin-top: 0;
}
 .stype .question-box p {
	 color: #292929;
}
 .stype .question-box a {
	 font-weight: 700;
	 color:#9b172e;
}
 .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('../images/redesign-2020/exclaim.svg');
	 vertical-align: middle;
	 position: absolute;
	 margin-lefT: -25px;
	 margin-top: 5px;
}
 .stype .callout a {
	 color:#9b172e;
}
 .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;
}
/* -------------- 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(../images/redesign-2020/chevron-right-red.svg) !important;
	 transform: none;
	 top: -42px !important;
	 opacity: 1 !important;
	 color: transparent !important;
}
 .slick-prev {
	 background-imagE: url(../images/redesign-2020/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;
}
/*---------- LORI edit ------------*/
 .cycle-pager {
	 clear:both;
	 width:100%;
	 text-align:center;
	 line-height:24px;
}
 .cycle-pager a {
	 display:inline-block;
	 margin:0 0 0 4px;
	 width:8px;
	 height:8px;
	 background:#c0c0c0;
	 box-shadow:inset 0 1px 0 #999,inset 0 1px 3px #666;
	 border-radius:10px;
	 cursor:pointer;
}
 .cycle-pager span.cycle-pager-active, .cycle-pager a.cycle-pager-active {
	 color:#ee2737 !important;
	 background:#fff;
}
/*------- end edit -------- */
 @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, .banner-slide 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: 15px;
	 padding-left: 1px;
}
 section h1, section h2, section h3, section h4, section h5, section h6 {
	 color: #292929;
}
 section p, section li {
	 color: #292929;
}
/* -------------- sections - banner home --------------- */
 section.stripe-header {
	 border-bottom: 1px solid #dfdfdf;
	 padding: 50px;
	 margin-top: 30px;
}
 section.stripe-header h1 {
	 margin-bottom: 0 !important;
	 font-size: 480%;
}
/* -------------- sections - two-col --------------- */
 .two-col {
	 displaY: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
}
 .two-col .col {
	 width: calc( 50% - 20px);
	 box-sizing: border-box;
}
 .two-col h2 {
	 margin-bottom: 30px;
	 font-size: 300%;
	 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;
}
/* -------------- sections - banner home --------------- */
 .section-home-banner {
	 background: grey;
	 position: relative;
	 height: 860px;
	 width: 100%;
	 box-sizing: border-box;
}
 #main > .section-home-banner {
	 paddinG: 0;
}
 .section-home-banner .homepage-slider {
	 height: 860px;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .section-home-banner .home-slide {
	 height: 860px;
	 width: 100%;
	 position: relative;
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .section-home-banner .image {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 z-index: 10;
}
 .section-home-banner .shadow, .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('../images/redesign-2020/shadow.png');
	 z-index: 100;
	 mix-blend-mode: multiply;
}
 .shadow-top {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 257px;
	 width: 100%;
	 background-position: top left;
	 background-repeat: repeat-x;
	 background-image: url('../images/redesign-2020/shadow-top.png');
	 z-index: 100;
	 mix-blend-mode: multiply;
}
 .section-home-banner .text {
	 top: 300px;
	 position: relative;
	 z-index: 100;
}
 .section-home-banner h2, .section-home-banner p {
	 text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
 .section-home-banner h2 {
	 color: white;
	 font-size: 720%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 line-heighT: 0.9;
}
 .section-home-banner p {
	 color: white;
	 font-size: 240%;
	 line-heighT: 1.44;
	 margin-top: 20px;
}
 .section-home-banner .button {
	 margin-top: 40px;
}
 .section-home-banner .navigation {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: auto;
	 display: block;
}
 .section-home-banner .navigation .slide {
	 width: 25%;
	 float: left;
	 height: 120px;
	 position: relative;
	 z-index: 1000;
	 text-decoration: none;
}
 .section-home-banner .navigation .slide {
	 border-bottom: 5px solid transparent;
	 position: relative;
	 box-sizing: border-box;
}
 .section-home-banner .navigation .slide.current {
	 border-color: white;
}
 .section-home-banner .navigation .slide.current:after {
	 content: '';
	 display: block;
	 widtH: 0%;
	 height: 5px;
	 position: Absolute;
	 bottom: -5px;
	 left: 0;
	 background-color: #e71c31;
}
 .section-home-banner .navigation .slide.current:after {
	 -webkit-animation-name: example;
	/* Safari 4.0 - 8.0 */
	 -webkit-animation-duration: 6s;
	/* Safari 4.0 - 8.0 */
	 -webkit-animation-fill-mode: forwards;
	 animation-name: example;
	 animation-timing-function: linear;
	 animation-duration: 6s;
	 animation-fill-mode: forwards;
}
/* Safari 4.0 - 8.0 */
 @-webkit-keyframes example {
	 from {
		 width: 0;
	}
	 to {
		 width: 100%;
	}
}
/* Standard syntax */
 @keyframes example {
	 from {
		 width: 0;
	}
	 to {
		 width: 100%;
	}
}
 .section-home-banner .text {
	 opacity: 0;
	 transition: all .5s ease-in-out .5s;
}
 .section-home-banner .slick-current .text {
	 opacity: 1;
}
 .section-home-banner .navigation .number, .section-home-banner .navigation .title, .section-home-banner .navigation .description {
	 displaY: block;
	 color: white !important;
	 margin-bottom: 5px;
}
 .section-home-banner .navigation .number {
	 font-size: 140%;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 margin-bottom: 15px;
}
 .section-home-banner .navigation .title {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-size: 160%;
}
 .section-home-banner .navigation .description {
	 font-size: 160%;
}
 .section-home-banner .home-arrow {
	 width: 60px;
	 height: 60px;
	 position: absolute;
	 bottom: 100px;
	 right: 0;
	 position: absolute;
	 display: block;
	 box-sizing: border-box;
	 background-size: 60px 60px;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-image: url(../images/redesign-2020/home-arrow.svg);
	 z-index: 100;
}
 .navigation .mw1400 {
	 position: relative;
}
/* -------------- sections - banner --------------- */
 .modern-page .section-banner {
	 background: grey;
	 height: 600px;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 margin-bottom: 0;
}
 .section-banner.has-video {
	 padding-left: 0;
	 margin-left: 0;
	 padding-right: 0;
	 margin-right: 0;
}
 .section-banner.has-video .inner {
	 height: 600px;
	 position: relative;
	 z-index: 1;
}
/* -------------- sections - intro --------------- */
 .section-intro {
	 color: #292929;
	 position: relative;
	 z-index: 100;
}
 .section-intro h1 {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-size: 480%;
	 margin-bottom: 30px;
}
 .section-intro p.basic {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-weight: 500;
	 font-size: 240%;
	 line-height: 1.44;
}
 .shadowed {
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
 .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;
	 padding: 60px 30px;
}
 .border-top-red {
	 border-top: 5px solid #e71c31;
}
 .section-intro.border-top-red {
	 margin-top: 100px;
	 padding: 60px 30px;
}
 .standard-page .section-intro.border-top-red {
	 margin-bottom: 120px;
}
/* -------------- sections - featured program --------------- */
 .section-featured-program .inner {
	 box-sizinG: border-box;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: row;
}
 .section-featured-program.shadowed .inner {
	 box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	 border: 1px solid #d4d4d4;
}
 .section-featured-program .image, .section-featured-program .text {
	 width: 50%;
	 box-sizing: border-box;
	 flex-grow: 2;
	 flex-shrink: 0.7;
}
 .section-featured-program .image {
	 background: grey;
	 overflow: hidden;
	 display: flex;
}
 .section-featured-program .image img {
	 object-fit: cover;
	 object-position:50% 50%;
	 width: 100%;
	 height: 100%;
}
 .section-featured-program .text {
	 float: right;
	 padding: 80px 95px;
	 position: relative;
	 background: white;
	 min-width: 300px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
 .section-featured-program .inner.shadowed .text {
	 border-bottom: 5px solid #e71c31;
}
 .section-featured-program.shadowed .text:after {
	 content: '';
	 display: block;
	 width: 100%;
	 height: 5px;
	 background-color: #e71c31;
	 left: 0;
	 bottom: 0;
	 position: absolute;
}
 .section-featured-program .eyebrow:before {
	 content: "—";
	 position: absolute;
	 margin-top: -2px;
	 margin-left: -20px;
	 color: #e71c31;
	 font-weight: 700;
}
 .section-featured-program h2 {
	 font-size: 340%;
	 font-weight: 700;
	 margin-bottom: 25px;
}
 .section-featured-program p.basic {
	 font-size: 180%;
	 font-weight: 500;
	 line-heighT: 1.8;
	 margin-bottom: 30px;
}
 .section-featured-program ul {
	 list-style: none;
}
/* -------------- sections - other programs --------------- */
 .section-other-programs {
	 margin-top: -25px;
	 margin-bottom: -25px;
}
 .section-other-programs .inner {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
}
 .section-other-programs article {
	/*display: inline;
	 */
	 width: calc(50% - 15px);
}
 .section-other-programs article a {
	 box-siziNG: border-box;
	 padding: 35px 0;
	 displaY: block;
	 text-decoration: none;
	 position: relative;
	 padding-right: 30px;
}
 .section-other-programs article a:after {
	 content: "";
	 displaY: block;
	 width: 18px;
	 height: 11px;
	 background-size: 18px 11px;
	 background-image: url(../images/redesign-2020/arrow-red.svg);
	 position: absolute;
	 righT: 0;
	 bottom: 41px;
	 transition: all .2s ease-in-out;
}
 .section-other-programs article a:hover:after {
	 righT: -10px;
}
/* .section-other-programs article:nth-child(2n+1) {
	 padding-right: 20px;
}
 .section-other-programs article:nth-child(2n+2) {
	 padding-left: 20px;
}
 */
 .section-other-programs article:nth-child(1), .section-other-programs article:nth-child(2){
	 border-bottom: 1px solid #d4d4d4;
}
 .section-other-programs article h2 {
	 font-size: 180%;
	 font-weight: 700;
	 text-transform: uppercase;
	 margin-bottom: 10px;
	 line-heighT: 1.4;
}
 .section-other-programs article a:hover h2 {
	 color: #e71c31;
}
 .section-other-programs article p {
	 font-size: 180%;
	 margin-bottom: 0;
	 line-heighT: 1.4;
}
/* -------------- sections - featured news --------------- */
 .section-featured-news article {
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
 .section-featured-news article a {
	 text-decoration: none;
}
 .section-featured-news article a:hover .title {
	 color: #e71c31;
}
 .section-featured-news article.first-article {
	 box-sizing: border-box;
	 height: 750px;
}
 .section-featured-news .image {
	 overflow: hidden;
	 max-height: 60%;
}
 .section-featured-news article a img {
	 transition: all .2s ease-in-out;
	 widtH: 100%;
	 transform: scale(1.1);
	 height: 100%;
	 object-fit: cover;
}
 .section-featured-news article a:hover img {
	 transform: scale(1.2);
}
 .section-featured-news article.first-article .image, .section-featured-news article.first-article .text{
	 width: 100%;
	 box-sizing: border-box;
}
 .section-featured-news article .text{
	 padding: 0 30px;
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 align-content: center;
	 min-height: 40%;
}
 .section-featured-news .first-article .text {
	 padding: 40px 30px;
}
 .section-featured-news .eyebrow, .section-featured-news .title {
	 widtH: 100%;
}
 .section-featured-news .articles {
	 margin-top: 60px;
	 margin-bottom: 80px;
	 display: flex;
	 flex-wrap: nowrap;
	 justify-content: space-between;
	 align-content: space-between;
	 height: 750px;
}
 .section-featured-news .first-article, .section-featured-news .more-articles {
	 width: calc(50% - 20px);
	 float: none;
	/* height: 100%;
	 */
}
 .section-featured-news .more-articles {
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 align-content: center;
}
 .section-featured-news .more-articles article {
	 height: calc(33.33333333% - 30px) 
}
 .section-featured-news .more-articles article .image {
	 heighT: 100%;
	 max-height: none;
}
 .section-featured-news .more-articles article a {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
	 height: 100%;
}
 .section-featured-news .more-articles article:first-child {
	 margin-top: 0;
}
 .section-featured-news .more-articles article .image, .section-featured-news .more-articles article .text {
	 box-sizing: border-box;
	 width: 50%;
}
 .section-featured-news h2 {
	 font-size: 400%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
 .section-featured-news .title {
	 font-size: 300%;
	 font-weight: 700;
	 color: #292929;
	 line-heighT: 1.4;
}
 .section-featured-news .more-articles .title, .section-academic-news .articles .title {
	 font-size: 220%;
	 font-weight: 700;
	 line-height: 1.44;
}
 .section-featured-news .excerpt {
	 margin-top: 10px;
	 font-size: 180%;
	 line-heighT: 1.8;
	 color: #292929;
}
/* -------------- sections - stats --------------- */
 .section-stats {
	 background-color: #f7f7f7;
	 padding-top: 80px;
	 padding-bottom: 80px;
}
 .section-stats li {
	 box-sizing: border-box;
	 width: 33.33333333%;
	 display: block;
	 float: left;
	 text-align: center;
	 padding: 30px 20px;
}
 .section-stats li:nth-child(2) {
	 border-left: 1px solid #d4d4d4;
	 border-right: 1px solid #d4d4d4;
}
 .section-stats .stat-number {
	 font-size: 640%;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 display: block;
	 font-weighT: 700;
	 color: #292929;
	 margin-bottom: 7px;
}
 .section-stats li {
	 opacity: 1;
	 transition: all .5s ease-in-out;
}
 .section-stats li.hide {
	 opacity: 0;
}
 .section-stats .stat-text {
	 font-size: 160%;
	 text-transform: uppercase;
	 display: block;
	 line-height: 1.5;
}
/* -------------- sections - events --------------- */
 .section-events {
	 background-color: #f7f7f7;
	 padding-top: 120px;
	 padding-bottom: 120px;
}
 .section-events:last-child {
	 margin-bottom: 0;
}
 .section-events h2 {
	 font-size: 400%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
 .articles {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
}
 .section-events .articles {
	 padding-top: 60px;
	 padding-bottom: 80px;
}
 .section-events .event-block.large a {
	 align-items: flex-start;
}
 .section-events .event-block.large a .text {
	 padding: 0 40px 0 20px;
}
 .section-events .event-block.large a .text h3 {
	 margin-bottom: 10px;
}
 .section-events article {
	 box-sizing: border-box;
	 width: 33.33333333%;
	 display: block;
	 float: left;
}
 section.section-slideshow {
	 padding-left: 0;
	 padding-right: 0;
	 margin-bottom: 0;
}
 .section-slideshow h2 {
	 font-size: 400%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
/* -------------- story slider --------------- */
 .story-slider-wrap {
	 margin: 80px 0;
	/* outline: 1px solid grey;
	 */
	 height: 696px;
	 overflow: hidden;
	 position: relative;
}
 .story-slider-wrap .image-wrap {
	 position: relative;
}
 .story-slider-wrap .image-wrap-inner {
	 height: 696px;
	 position: relative;
	 position: absolute;
	 left: 479px;
	 top: 0;
	 width: 65vw;
	 height: 696px;
}
 .story-slider-wrap .content-wrap {
	 position: relative;
}
 .story-slider-wrap .content-wrap-inner {
	 position: absolute;
	 widtH: 600px;
	 heighT: 512px;
	 top: 60px;
	 left: 0;
	 background: white;
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	/* display: flex;
	 align-items: center;
	 */
	 box-sizing: border-box;
}
/* -------------- story slider pagination --------------- */
 .story-slider-wrap .slide-number {
	 text-align: right;
	 position: absolute;
	 top: 0;
	 righT: 0;
	 padding-top: 40px;
	 padding-righT: 40px;
	 font-size: 180%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 color: #e71c31;
}
 .story-slider-wrap .slide-number .current {
	 padding-right: 7px;
	 font-size: 200%;
}
 .story-slider-wrap .slide-number .total {
	 padding-left: 7px;
}
/* -------------- story slider image wrap --------------- */
 .story-slider-wrap .image-wrap .image img {
	 object-fit: cover;
	 object-position:50% 50%;
	 width: 100%;
	 height: 100%;
}
/* -------------- story slider content --------------- */
 .story-slider-wrap .story-content-slider {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 display: block;
	 padding: 150px 80px 0 40px;
	/* ate 40px to add accent */
	 box-sizing: border-box;
}
 .story-slider-wrap h3, .story-slider-wrap p, .story-slider-wrap .text-link {
	 margin-left: 40px;
}
 .story-slider-wrap h3 {
	 font-size: 300%;
	 font-weight: 700;
	 padding-bottom: 20px;
	 border-bottom: 1px solid #dfdfdf;
	 margin-bottom: 20px;
	 position: relative;
}
 .story-slider-wrap h3:after {
	 content: "";
	 position: absolute;
	 display: block;
	 left: -30px;
	 top: 17px;
	 width: 20px;
	 height: 2px;
	 background-color: #e71c31;
}
 .story-slider-wrap p {
	 font-size: 180%;
	 line-height: 1.44;
}
 .story-slider-wrap .text-link {
	 margin-top: 30px;
}
 .story-slider-wrap .pagination {
	 width: 121px;
	 position: absolute;
	 right: 0;
	 bottom: 0;
}
 .story-slider-wrap .pagination .previous, .story-slider-wrap .pagination .next {
	 width: 60px;
	 heighT: 60px;
	 line-heighT: 60px;
	 display: block;
	 float: left;
	 background: #e71c31;
	 text-align: center;
	 background-size: 8px 11px;
	 background-repeat: no-repeat;
	 background-position: center center;
}
 .story-slider-wrap .pagination .previous {
	 background-image: url('../images/redesign-2020/chevron-left.svg');
}
 .story-slider-wrap .pagination .next {
	/* margin-left: 1px;
	 disables line between arrows */
	 background-image: url('../images/redesign-2020/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('../images/redesign-2020/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('../images/redesign-2020/chevron-right.svg') !important;
	 position: absolute;
	 z-index: 1001;
	 bottom: 0;
	 right: 0;
	 top: auto !important;
}
 .story-content-slider .slick-prev:hover, .story-content-slider .slick-next:hover {
	 background-color: #9B172E;
}
 .story-content-slider .text {
	 height: 320px;
}
/* -------------- professor profiles --------------- */
 section.section-professor-profiles {
	 margin: 0 auto;
	 padding: 120px 0;
}
 .section-professor-profiles .inner {
	 text-aligN: left;
	 margin: 0 100px;
}
 .section-professor-profiles h2 {
	 font-size: 400%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
 .professor-slider-wrap {
	/* prevents clipping of lower shadow */
	 margin-top: 80px;
}
 .professor-slider-wrap .slick-track {
	 padding-bottom: 10px;
}
 .professor-slider-wrap .slide {
	 width: 31%;
	 margin: 0 10px;
	 height: 528px;
	 display: block;
	 background: grey;
	 position: relative;
	 box-sizing: border-box;
	 float: left;
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
 .professor-slider-wrap img {
	 object-fit: cover;
	 width: 100%;
	 height: 100%;
}
 .professor-slider-wrap .text {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 80%;
	 height: 100px;
	 background: white;
	 padding: 22px 25px;
	 text-align: left;
	 border-left: 5px solid rgba(238,42,55,0.9);
	 box-sizing: border-box;
	 overflow: hidden;
}
 .professor-slider-wrap .text, .professor-slider-wrap .text h3, .professor-slider-wrap .text .subtitle, .professor-slider-wrap .text .excerpt, .professor-slider-wrap .text .link {
	 transition: all .35s ease-in-out;
}
/* -------------- phoverstate--------------- */
 .professor-slider-wrap .slide:hover .text {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(238,42,55,0.9);
	 padding: 125px 30% 0 35px;
}
 .professor-slider-wrap .slide:hover .text p.excerpt, .professor-slider-wrap .slide:hover .text .link {
	 display: block !important;
}
 .professor-slider-wrap .slide:hover .text h3, .professor-slider-wrap .slide:hover .text p.subtitle, .professor-slider-wrap .slide:hover .text p.excerpt {
	 color: white;
}
 .professor-slider-wrap h3 {
	 font-size: 220%;
	 font-weight: 700;
	 margin-bottom: 7px;
	 color: #292929;
}
 .professor-slider-wrap p.subtitle {
	 color: #292929;
	 font-size: 140%;
	 text-transform: uppercase;
	 letter-spacing: 0.0125em;
}
 .professor-slider-wrap p.excerpt {
	 font-size: 160%;
	 line-height: 1.44;
	 margin-top: 30px;
	 color: white;
}
 .professor-slider .slick-prev, .professor-slider .slick-next {
	 display: block;
	 box-sizing: border-box;
	 width: 60px;
	 height: 60px;
	/* bordeR: 1px solid #292929;
	 design changed */
	 border-radius: 100px;
	 position: absolute;
	 background-size: 8px 11px;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-color: #f7f7f7;
	 color: grey;
}
 .professor-slider .slick-prev {
	 top: 50% !important;
	 left: -80px;
	 transform: translateY(-50%);
	 background-imagE: url(../images/redesign-2020/chevron-left-grey.svg) !important;
}
 .professor-slider .slick-next {
	 top: 50% !important;
	 right: -80px;
	 transform: translateY(-50%);
	 background-imagE: url(../images/redesign-2020/chevron-right-grey.svg) !important;
}
 .professor-slider .slick-prev:hover {
	 background-color: #e71c31;
	 background-imagE: url(../images/redesign-2020/chevron-left.svg) !important;
}
 .professor-slider .slick-next:hover {
	 background-color: #e71c31;
	 background-imagE: url(../images/redesign-2020/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: 700;
	 margin-bottom: 30px;
}
 .eyebrow-header p.basic {
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 font-weight: 500;
	 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('../images/redesign-2020/arrow-right.svg');
	 background-size: 18px 18px;
}
 .professor-slider-wrap .pagination .previous {
	 top: 50%;
	 left: -80px;
	 transform: translateY(-50%);
	 background-image: url('../images/redesign-2020/chevron-left-grey.svg');
}
 .professor-slider-wrap .pagination .next {
	 top: 50%;
	 right: -80px;
	 transform: translateY(-50%);
	 background-image: url('../images/redesign-2020/chevron-right-grey.svg');
}
/* -------------- areas of study --------------- */
 .section-button-set {
	 padding-bottom: 80px;
	 border-bottom: 1px solid #dfdfdf;
}
/* -------------- areas of study --------------- */
 section.section-area-of-study {
	 margin: 0 auto;
	 padding: 120px 0;
	 background-color: #f7f7f7;
	 margin-bottom: -120px !important;
}
 .section-area-of-study h2 {
	 font-size: 400%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
 .section-area-of-study p.basic {
	 font-size: 240%;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 margin-top: 20px;
}
 .areas-of-study {
	 margin: 80px 0;
	 margin-bottom: 0;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: center;
	 list-style-type: none;
}
 .areas-of-study .area {
	 width: calc(33.33333333% - 20px);
	 margin-bottom: 22px;
	 height: 320px;
	 box-sizing: border-box;
	 background: #292929;
	 outline: white;
	 z-index: 1;
}
 .areas-of-study .area a {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 height: 320px;
	 color: white;
	 box-sizing: border-box;
	 padding: 30px;
	 position: relative;
	 overflow: hidden;
}
 .areas-of-study img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 opacity: 0.5;
	 z-index: 1;
	 transition: all .2s ease-in-out;
}
 .areas-of-study .area a:hover img {
	 transform: scale(1.1);
}
 .areas-of-study .text {
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 lefT: 0;
	 width: 100%;
	 height: auto;
	 box-sizing: border-box;
	 z-index: 1;
	 padding: 36px;
}
 .areas-of-study p.title {
	 color: white;
	 text-decoration: none;
	 font-size: 220%;
	 font-weight: 700;
	 line-height: 1.5;
}
 .areas-of-study a p.excerpt {
	 padding-top: 20px;
	 color: white;
	 text-decoration: none;
	 font-size: 160%;
	 font-weight: 500;
	 line-height: 1.7;
	 height: 1px;
	 overflow: hidden;
	 transition: all .2s ease-in-out;
}
 .areas-of-study a:hover p.excerpt {
	 height: 130px;
}
/* -------------- website footer --------------- */
 .link-grid {
	 margin-top: 30px;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: center;
	 list-style-type: none;
}
 .link-grid .link {
	 width: calc(33.33333333% - 20px);
	 height: auto;
	 box-sizing: border-box;
	 outline: white;
}
 .link-grid.style1 .link {
	 margin-bottom: 22px;
}
 .link-grid .link a {
	 display: block;
	 text-align: left;
	 padding: 30px 0;
	 font-size: 180%;
	 font-weight: bold;
	 text-decoration: none;
	 color: #292929;
	 position: relative;
}
 .link-grid.style1 .link a {
	 border-bottom: 2px solid #e71c31;
	 transition: all .2s ease-in-out;
	 border-bottom: 2px solid #dfdfdf;
}
 .link-grid.style1 .link:hover a {
	 border-bottom: 2px solid #e71c31;
	 color: #e71c31;
}
 .link-grid.style1 .link a:after {
	 content: "";
	 displaY: block;
	 width: 18px;
	 height: 11px;
	 background-size: 18px 11px;
	 background-image: url(../images/redesign-2020/arrow-red.svg);
	 position: absolute;
	 righT: 0;
	 bottom: 35px;
	 transition: all 0.2s ease-in-out !important;
}
 .link-grid.style2 .link a {
	 border-bottom: 2px solid #dfdfdf;
	 transition: all .2s ease-in-out;
}
 .link-grid.style2 .link a:hover {
	/* padding-left: 10px;
	 */
	 color: #e71c31;
}
 .link-grid.style2 .link a:after {
	 clear: both;
	 content: '';
	 display: inline-block;
	 position: relative;
	 margin-left: 10px;
	 width: 7px;
	 heighT: 12px;
	 background-size: 7px 12px;
	 background-image: url('../images/redesign-2020/chevron-right-red.svg');
	 background-position: center;
	 transition: all 0.2s ease-in-out !important;
}
 .link-grid.style2 .link a:hover:after {
	 margin-left: 15px;
}
 .link-grid.style2 .link:hover a {
	 border-bottom: 2px solid #e71c31;
}
/* -------------- website footer --------------- */
 #main .section-button-bar {
	 background: #e71c31;
	 padding: 50px 0;
}
 .section-button-bar p {
	 color: white;
	 font-size: 220%;
	 font-weight: 700;
	 padding-right: 0 !important;
}
 .section-button-bar .inner {
	 justify-content: center !important;
}
/* -------------- website footer --------------- */
 .section-academic-news .articles {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: center;
	 margin: 60px 0;
}
 .section-academic-news article {
	 width: calc(33.33333333% - 20px);
	 margin-bottom: 22px;
	 box-sizing: border-box;
	 background:white;
	 z-index: 1;
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
 .section-academic-news h2 {
	 font-size: 400%;
	 font-weight: 700;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
}
 .section-academic-news article a {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
	 text-decoration: none;
}
 .section-academic-news article .image {
	 overflow: hidden;
}
 .section-academic-news article img {
	 display: block;
	 box-sizing: border-box;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transition: all .2s ease-in-out;
	 widtH: 100%;
	 transform: scale(1.1);
}
 .section-academic-news article a:hover img {
	 transform: scale(1.2);
}
 .section-academic-news article a:hover h3 {
	 color: #e71c31;
}
 .section-academic-news article .text {
	 box-sizing: border-box;
	 padding: 40px;
}
 .section-academic-news article .eyebrow {
	 font-size: 140%;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.075em;
	 margin-bottom: 10px;
	 padding-left: 1px;
}
 .section-academic-news article h3 {
	 font-size: 220%;
	 font-weight: 700;
	 color: #292929;
}
/* -------------- dsection realted links --------------- */
 section.section-related-links {
	 background: #f7f8f8;
	 padding: 80px 0;
	 margin-bottom: 0 !important;
}
/* -------------- basic page --------------- */
 .standard-type p {
	 font-size: 180%;
	 line-height: 1.8;
	 margin: 16px 0;
	 color: #292929;
}
 .standard-type .dropcap {
	 color: #e71c31;
	 font-weight: 700;
	 font-size: 359%;
	 line-height: 1;
	 float: left;
	 height: 60px;
	 margin-right: 6px;
	 margin-top: -2px;
}
 .standard-type figure img {
	 width: 100%;
}
 .standard-type figcaption {
	 font-size: 120%;
	 line-height: 1;
	 padding: 20px;
	 display: block;
	 background: #f7f7f7;
}
 .standard-type blockquote {
	 padding: 0 35px;
	 border-left: 5px solid #e71c31;
	 margin: 60px 0;
}
 .standard-type blockquote p {
	 color: #e71c31;
	 font-size: 300%;
	 font-weight: 600;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 line-height: 1.444;
	 margin-top: 25px;
}
 .standard-type blockquote cite {
	 font-style: normal;
	 color: #292929;
	 margin-top: 46px;
}
 .standard-type h2 {
	 color: #292929;
	 font-size: 300%;
	 font-weight: 700;
	 line-height: 1.27;
}
 .standard-type .bubble-list li {
	 display: block;
	 margin-top: 40px;
	 padding-bottom: 40px;
	 border-bottom: 1px solid #dfdfdf;
	 padding-left: 120px;
	 position: relative;
}
 .standard-type .bubble-list li:last-child {
	 border-bottom: none;
}
 .standard-type .bubble-list .title {
	 font-size: 180%;
	 font-weight: 700;
	 margin-bottom: 20px;
}
 .standard-type .title, .standard-type .excerpt {
	 display: block;
}
 .standard-type .bubble-list .excerpt {
	 font-size: 180%;
	 font-weight: 500;
	 line-height: 1.6;
}
 .standard-type .bubble-list .number {
	 display: block;
	 width: 80px;
	 height: 80px;
	 border: 2px solid #e71c31;
	 border-radius: 80px;
	 position: absolute;
	 top: 0;
	 lefT: 0;
	 text-align: center;
	 line-height: 80px;
	 font-size: 220%;
	 font-weight: 700;
	 color: #e71c31;
}
 .standard-type .top-five-things .title, .standard-type .top-five-things .excerpt {
	 color: #292929;
}
 .standard-type a {
	 color: #e71c31;
}
 .standard-type h3 {
	 font-size: 220%;
	 font-weight: 700;
	 margin-top: 40px;
}
 .standard-type .inset-block {
	 display: block;
	 color: white;
	 padding: 60px;
	 margin: 10px 60px 20px;
	 float: right;
	 right: 100px;
	 text-align: left;
}
 .standard-type .inset-block.red {
	 background: #e71c31;
	 text-align: center;
	 width: 440px;
}
 .standard-type .inset-block.blockquote {
	 width: 400px;
	 padding-left: 0;
	 padding-right: 0;
	 padding-bottom: 0;
	 padding-top: 0;
	 margin-right: 0;
}
 .standard-type .inset-block.blockquote blockquote{
	 padding: 30px 0 0 0;
	 margin: 0;
}
 .standard-type .inset-block.blockquote p {
	 margin: 0;
	 padding: 0;
}
 .standard-type .inset-block.blockquote p:before, .standard-type .inset-block.blockquote p:after {
	 position: absolute;
	 margin-top: -8px;
	 font-size: 150%;
	 font-weight: 700;
	 line-height: 1.33;
	 color: #e71c31;
}
 .standard-type .inset-block.blockquote p:before {
	 content: "\201C";
	 margin-left: -25px;
}
 .standard-type .inset-block.blockquote p:after {
	 content: "\201D";
	 margin-right: -15px;
}
 .standard-type .inset-block.red p {
	 font-size: 220%;
	 font-weight: 700;
	 line-height: 1.6;
	 color: white;
}
 .standard-type .inset-block.blockquote blockquote {
	 border-lefT: 0;
	 padding-left: 0;
	 border-top: 5px solid #e71c31;
}
 .standard-type .inset-block .button {
	 margin-top: 20px;
}
 .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('../images/redesign-2020/arrow-left-white.svg');
	 margin-right: 15px;
	 left: auto;
	 right: auto;
}
 .standard-type .pagination .button.next:after {
	 background-image: url('../images/redesign-2020/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;
}
 .sample-courses h2 {
	 font-size: 220%;
}
 .sample-courses p {
	 line-heighT: 1.65;
}
 .set1 {
	 background: grey !important;
}
 .set0 {
	 background: #ffd200 !important;
}
 .side-by-side-images .image {
	 width: 50%;
	 float: left;
}
 .section-resource-list {
	 background-color: #f7f7f7;
	 padding-top: 80px;
	 padding-bottom: 80px;
}
 .block-set {
	 display: flex;
	 flex-wrap: wrap;
}
 .block-set.style1 {
	 border: 1px solid #cccccc;
	 border-right: none;
	 border-bottom: none;
}
 .block-set.style2 {
	 justify-content: space-between;
}
 .block-set .block {
	 flex-grow: 1;
	 box-sizing: border-box;
	 position: relative;
	 display: flex;
	 flex-wrap: wrap;
}
 .block-set.style1 .block {
	 border: 1px solid #cccccc;
	 border-top: none;
	 border-left: none;
	 width: 466px;
	 padding: 72px 62px;
}
 .block-set.style2 .block {
	 width: calc(25% - 30px);
	 text-align: center;
	 border-bottom: 5px solid #dfdfdf;
	 flex-grow: 0;
	 margin: 30px 0;
	 padding: 0;
	 background: white;
	 box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
 .block-set.style2 .block:after {
	 content: "";
	 display: block;
	 position: absolute;
	 left: 50%;
	 bottom: -5px;
	 transform: translateX(-50%);
	 widtH: 0%;
	 heighT: 5px;
	 background-color: #e71c31;
	 transition: all .2s ease-out;
}
 .block-set.style2 .block:hover:after {
	 widtH: 100%;
}
 .block-set.style2 .block a {
	 transition: all .2s ease-in-out;
}
 .block-set.style2 .block a:hover {
	 color: #e71c31;
	 padding-left: 10px;
}
 .block-set.style2 img {
	 margin: 0 auto;
	 margin-top: 25px;
}
 .block-set h3 {
	 font-size: 220%;
	 font-weight: 700;
	 margin-bottom: 15px;
	 position: relative;
}
 .block-set.style1 h3:before {
	 content: "";
	 display: block;
	 position: absolute;
	 top: 3px;
	 left: -20px;
	 width: 2px;
	 height: 22px;
	 background: #e71c31;
	 ;
}
 .block-set.style2 h3 {
	 margin: 20px 0 30px;
	 padding: 0 20px;
	 width: 100%;
	 font-size: 180%;
	 text-transform: uppercase;
	 letter-spacing: 0.0125em;
	 transition: all .2s ease-in-out;
}
 .block-set.style2 .block:hover h3 {
	 color: #e71c31;
}
 .block-set.style2 ul {
	 border-top: 1px solid #dfdfdf;
	 width: 100%;
	 display: block;
	 list-style-type: none;
	 padding: 20px 30px 40px;
}
 .block-set.style2 ul a {
	 border-top: 1px solid #dfdfdf;
	 padding: 10px 0;
	 display: block;
	 font-size: 140%;
	 color: #292929;
	 text-align: left;
	 text-decoration: none;
}
 .block-set.style2 ul li:first-child a{
	 border-top: none;
}
 .block-set p {
	 font-size: 180%;
	 line-height: 1.666666666666667;
}
 .block-set .text-link {
	 margin-top: 20px;
	 font-size: 180%;
	 align-self: flex-end;
	/* position: relative;
	 bottom: 60px;
	 left: 70px;
	 */
}
 section.quote-set {
	 background-color: #f7f7f7;
	 padding: 80px 0;
}
 .quote-set .quote-slider {
	 width: 680px;
	 margin: 0 auto;
}
 .quote-set blockquote img {
	 display: block;
	 width: 112px;
	 height: 112px;
	 border-radius: 200px;
	 background: grey;
	 margin: 0 auto;
	 margin-bottom: 50px;
}
 .quote-set blockquote p {
	 font-size: 180%;
	 font-weight: 700;
	 line-height: 1.33;
	/* font-family: "Sentinel A", "Sentinel B";
	 */
	 color: #292929;
	 position: relative;
	 padding: 0 20px;
}
 .quote-set blockquote > p:before, .quote-set blockquote > p:after {
	 position: absolute;
	 margin-top: -8px;
	 font-size: 150%;
	 font-weight: 700;
	 line-height: 1.33;
	 color: #bfbfbf;
}
 .quote-set blockquote > p:before {
	 content: "\201C";
	 margin-left: -15px;
}
 .quote-set blockquote > p:after {
	 content: "\201D";
	 margin-right: -15px;
}
 .quote-set blockquote cite {
	 display: block;
	 text-align: center;
	 font-style: normal;
	 margin-top: 40px;
	 border-top: 1px solid #ccc;
	 padding-top: 20px;
}
 .quote-set blockquote cite .name {
	 width: 678px;
	 font-size: 180%;
	 font-weight: 700;
	 font-family: inherit;
	 margin: 0 auto;
	 color: #292929;
}
 .quote-set blockquote cite .job-title {
	 width: 678px;
	 font-size: 140%;
	 font-family: inherit;
	 margin: 0 auto;
	 color: #292929;
}
 .quote-set .pagination {
	 margin-top: 25px;
	 text-align: center;
	 width: 100%;
}
 .quote-set .pagination a {
	 display: inline-block;
}
 .quote-set .pagination img {
	 widtH: 60px;
	 height: 60px;
	 display: inline-block;
	 margin: 15px;
	 border-radius: 60px;
	 background: grey;
	 opacity: 0.6;
}
 .quote-set .pagination .active img, .quote-set .pagination a:hover img {
	 opacity: 1;
}
/* -------------- slideshow --------------- */
 .section-slideshow {
	 overflow: hidden;
}
 .section-slideshow .inner {
	 position: relative;
}
 .slideshow-slider {
	 height: 750px;
	 overflow: visible;
}
 .slideshow-slider .slick-list {
	 overflow: visible;
}
 .slideshow-slider .slide {
	 position: relative;
	 height: 750px;
	 width: 1160px;
	 max-width: 100%;
}
 .slideshow-slider .slide img {
	 width: 100%;
	 height: 750px;
	 object-fit: cover;
	 object-position: 50% 50%;
	 opacity: 0.5;
	 transition: opacity .3s ease-in-out;
}
 .slideshow-slider .slide.slick-current img {
	 opacity: 1;
}
/* -------------- slideshow slider control --------------- */
 .slideshow-slider-control {
	 box-sizing: border-box;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 z-index: 1000;
	 width: 500px;
	 height: 120px;
	 background: White;
	 padding: 30px 20px;
	 border-left: 5px solid #e71c31;
}
 .slideshow-slider-control p {
	 font-size: 140%;
}
 .slideshow-slider-control .eyebrow {
	 font-weight: 700;
	 color: #e71c31;
	 margin-bottom: 7px;
}
 .slideshow-slider-control .title {
	 font-weight: 600;
	 text-transform: uppercase;
	 margin-bottom: 15px;
}
 .slideshow-slider-control .cutline {
	 font-weight: 500;
}
 .slideshow-slider-control .pagination .previous, .slideshow-slider-control .pagination .next, .slideshow-slider-control .slick-prev, .slideshow-slider-control .slick-next {
	 width: 60px;
	 heighT: 60px;
	 line-heighT: 60px;
	 display: block;
	 background: #e71c31;
	 text-align: center;
	 background-size: 8px 11px;
	 background-repeat: no-repeat;
	 background-position: center center;
}
 .slideshow-slider-control .pagination .previous, .slideshow-slider-control .slick-prev {
	 position: absolute;
	 top: auto !important;
	 bottom: 0 !important;
	 right: 0 !important;
	 z-index: 101;
	 background-image: url('../images/redesign-2020/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('../images/redesign-2020/chevron-right.svg') !important;
}
 .slideshow-slider-control .pagination .previous:hover, .slideshow-slider-control .slick-prev:hover, .slideshow-slider-control .pagination .next:hover, .slideshow-slider-control .slick-next:hover {
	 background-color: #9B172E;
}
/* -------------- instagram grid --------------- */
 .instagram-grid .grid-item {
	 width: 290px;
	 height: 290px;
	 float: left;
	 position: relative;
}
 .instagram-grid .grid-item img {
	 width: 100%;
	 height: auto;
}
 .instagram-grid .grid-item .overlay {
	 width: 100%;
	 positioN: absolute;
	 widtH: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 box-sizing: border-box;
	 background: rgba(0,0,0,0.7);
	 padding: 20px;
	 display: none;
}
 .instagram-grid .grid-item:hover .overlay {
	 display: block;
}
 .instagram-grid .grid-item .overlay * {
	 color: white;
	 box-sizing: border-box;
}
 .instagram-grid .grid-item .overlay p {
	 font-size: 140%;
	 margin-bottom: 15px;
}
 .instagram-grid .grid-item .overlay a {
	 font-size: 140%;
	 font-weight: 700;
	 display: block;
	 text-decoration: underline;
}
 .instagram-grid .grid-item .overlay a.icon {
	 position: absolute;
	 bottom: 30px;
	 right: 30px;
	 width: 30px;
	 height: 30px;
	 background-repeat: no-repeat;
	 background-size: 16px 16px;
	 background-image: url('../images/redesign-2020/instagram2.svg');
}
/* -------------- breadcrumbs --------------- */
 #breadcrumbs {
	 position: absolute;
	 padding: 0 20px;
	 top: 0;
	 left: 0;
	 width: 100%;
	 display: block;
	 height: 48px;
	 background: #fafafa;
	 box-shadow: inset 0 4px 8px rgba(0,0,0,0.1);
}
 .modern-page #breadcrumbs {
	 position: relative;
}
 #breadcrumbs ol {
	 padding-left: 266px;
}
/*----------- LORI EDIT --------- */
 .modern-page #breadcrumbs, .no-sidebar #breadcrumbs ol {
	 padding-left: 0;
}
/*--------- end edit */
 #breadcrumbs li {
	 color: #292929;
	 display: inline;
	 font-size: 140%;
}
 #breadcrumbs li a {
	 font-weighT: 600;
	 font-size: 100%;
	 display: inline;
	 margin-right: 7px;
	 line-heighT: 48px;
	 text-decoration: none;
	 color: #292929;
}
 #breadcrumbs li a:hover, #breadcrumbs li a:focus {
	 text-decoration:underline;
	 outline: none;
}
 #breadcrumbs li a:hover:before {
	 text-decoration: none;
}
 #breadcrumbs li:last-child a {
	 color: #292929;
}
 #breadcrumbs li:last-child:before {
	 color: #292929;
}
 #breadcrumbs li:before {
	 content: "/";
	 margin-right: 7px;
}
 #breadcrumbs li:first-child:before {
	 content: none;
}
 #breadcrumbs li a.current {
	 font-weight: 700;
}
 @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%;
	}
}
 @media screen and (max-width: 960px) {
	 #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('../images/redesign-2020/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('../images/redesign-2020/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;
	}
}
/* ---------MOBILE HEADER------------- These styles are devoted to: Mobile Header -------------------------------------- */
 @media screen and (max-width: 860px) {
	 body{
		 border-top: none;
	}
	 body.show-nav {
		 overflow: hidden;
		 height: 100vh;
	}
	 #website-header {
		 border-top: 5px solid #e71c31;
	}
	 #website-header a:focus, #website-header button:focus {
		 outline: none !important;
	}
	 #website-header {
		 box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
	}
	 #website-header {
		 top: 0;
		 border-bottom: 1px solid #fafafa;
		 z-index: 10000;
		 position: fixed;
		 width: 100%;
		 min-height: 60px;
		 background: white;
	}
	 .show-nav #website-header {
		 height: 100% !important;
		 overflow: scroll;
	}
	 #breadcrumbs {
		 background: transparent !important;
		 top: 60px;
		 padding: 5px 20px;
		 height: auto;
		 box-shadow: none !important;
	}
	 #logoWrap {
		 margin-top: 6px;
		 margin-left: 15px;
		 width: 140px;
	}
	 #logo-header {
		 margin-top: 5px;
		 width: 160px;
		 height: auto;
	}
	 #show-search-button {
		 display: block;
		 box-sizing: border-box;
		 position: absolute;
		 top: 13px;
		 right: 50px;
		 z-index: 1000000;
		 background-color: transparent;
		 background-image: url('../images/redesign-2020/interface.svg') !important;
		 background-size: 280px 120px;
		 background-position: -80px 0;
		 width: 40px;
		 height: 40px;
	}
	 .show-search #show-search-button {
		 background-color: transparent;
		 background-image: url('../images/redesign-2020/interface.svg') !important;
		 background-size: 280px 120px;
		 background-position: -40px 0;
		 width: 40px;
		 height: 40px;
	}
	 .show-nav #show-search-button {
		 display: none;
	}
	 #show-menu {
		 display: block;
		 box-sizing: border-box;
		 position: absolute;
		 top: 13px;
		 right: 10px;
		 z-index: 1000000;
		 background-color: transparent;
		 background-image: url('../images/redesign-2020/interface.svg') !important;
		 background-size: 280px 120px;
		 background-position: 0 0;
		 width: 40px;
		 height: 40px;
	}
	 .show-nav #show-menu {
		 background-color: transparent;
		 background-image: url('../images/redesign-2020/interface.svg') !important;
		 background-size: 280px 120px;
		 background-position: -40px 0;
		 width: 40px;
		 height: 40px;
	}
	 #main-menu > ul > li {
		 display: block;
	}
	 #main-menu > ul > li > .expand-button {
		 display: block;
		 position: absolute;
		 top: 10px;
		 right: 10px;
		 overflow: hidden;
		 cursor: pointer;
		 background-color: #fafafa;
		 background-image: url('../images/redesign-2020/interface.svg') !important;
		 background-size: 280px 120px;
		 background-position: -120px -40px;
		 width: 40px;
		 height: 40px;
	}
	 #main-menu > ul > li > .expand-button:focus {
		 outline: 1px solid #e71c31;
		 bordeR: none;
	}
	 #main-menu > ul > li.expanded > .expand-button {
		 background-position: -160px 0;
	}
	 #main-menu > ul > li.expanded > a {
		 color: #e71c31;
	}
	 #main-menu {
		 padding-top: 0;
		 z-index: 1000;
		 width: 100%;
		 clear: both;
	}
	 .legacy-page #content {
		 padding: 140px 20px 100px;
	}
	 #top-bar {
		 height: auto;
	}
	 .mega-dropdown-bg {
		 display: none !important;
	}
	 #search-box {
		 top: -89px;
		 background: #e71c31;
	}
	 .show-nav #search-box {
		 display: block;
	}
	 #top-bar {
		 position: relative;
	}
	 #secondary-menu {
		 margin: 15px 20px;
		 float: none;
		 display: none;
	}
	 .show-nav #secondary-menu {
		 display: block;
	}
	 #secondary-menu ul {
		 height: auto;
		 display: block;
	}
	 #secondary-menu ul li {
		 display: inline;
		 list-style-type: none;
	}
	 #secondary-menu ul li a {
		 color: #292929;
		 border-top: 1px solid #e9e8e8;
		 padding-left: 0 !important;
		 padding-right: 0 !important;
	}
	 .search-box h2 {
		 padding-bottom: 60px;
	}
	 label.container {
		 float: left !important;
	}
	 #main-bar {
		 height: auto;
		 box-shadow: none;
	}
	 #search-button {
		 top: 0;
		 righT: 60px;
		 width: 40px;
		 heighT: 60px;
		 background-color: white;
		 background-image: url('../images/redesign-2020/search-icon-grey.svg');
		 display: none;
		 background-size: 50px 50px;
	}
	 .modern-page #main-bar #main-menu > ul > li > a {
		 color: #292929;
	}
	 #main-menu ul li {
		 border: none !important;
	}
	 #main-menu > ul > li > a {
		 border-bottom: 1px solid #e9e8e8;
	}
	 #main-menu ul li a {
		 display: block;
		 font-size: 180%;
		 display: block;
		 width: 100%;
		 box-sizinG: border-box;
		 padding: 20px !important;
		 margin: 0;
		 background: white;
		 border-top: 1px solid #e9e8e8;
		 border-bottom: none;
		 height: auto;
		 box-sizing: border-box;
		 line-height: 1;
		 text-align: left;
	}
	 #main-menu ul .col2 ul li:first-child a {
		 border-top:none;
	}
	 #main-menu ul li a:focus {
		 text-decoration: underline;
	}
	 #main-menu > ul > li:hover .mega-dropdown {
		 display: none;
	}
	 .mega-dropdown {
		 display: none;
		 position: relative;
		 padding: 0;
		 box-shadow: none;
	}
	 .expanded .mega-dropdown {
		 display: block !important;
	}
	 .mega-dropdown .col {
		 width: 100%;
		 padding: 0;
	}
	 .mega-dropdown .col1 {
		 display: none;
	}
	 .mega-dropdown .col ul {
		 padding: 0 20px !important;
	}
	 .mega-dropdown .col3 {
		 padding-bottom: 10px !important;
	}
	 #main-menu .mega-dropdown a.external {
		 padding-right: 25px !important;
	}
	 .mega-dropdown a.external::after {
		 right: 0;
	}
	 #main-menu > ul > li {
		 position: relative;
	}
	 #main-menu ul ul li a {
		 font-size: 160%;
		 padding: 15px 0 !important;
	}
	 #main-menu > ul > li::before {
		 content: none;
	}
	 #top-bar, #top-bar .inner, #tertiary-menu, #main-bar, #tertiary-menu ul, #main-bar ul {
		 width: 100%;
		 box-sizing: border-box;
		 top: auto;
		 bottom: auto;
		 left: auto;
		 right: auto;
		 display: block;
		 position: relative;
		 paddinG: 0;
		 margin: 0;
	}
	 #top-bar li a, #tertiary-menu li a {
		 display: block;
		 width: 100%;
		 box-sizinG: border-box;
		 padding: 15px !important;
		 border-top: 1px solid #9B172E;
		 margin: 0;
	}
	 #tertiary-menu {
		 display: none;
	}
	 .show-nav #tertiary-menu {
		 display: block;
	}
	 #tertiary-menu {
		 paddinG: 0;
		 background-color: #e71c31 !important;
		 text-align: center;
	}
	 #tertiary-menu ul {
		 height: auto;
	}
	 #tertiary-menu li {
		 display: inline;
	}
	 #tertiary-menu li a {
		 float: none;
		 font-size: 180%;
		 display: inline-block;
		 padding: 20px !important;
		 outline: none;
		 text-align: center;
		 margin: 0;
		 box-sizing: border-box;
		 width: auto;
		 border: none;
	}
	 #tertiary-menu li a:hover {
		 color: white;
		 background-color: transparent !important;
	}
	 #main-menu {
		 display: none;
	}
	 .show-nav #main-menu {
		 display: block;
		 background: white;
	}
	 .mega-dropdown .col4 {
		 padding-left: 0;
		 margin-top: 0;
	}
	 .mega-dropdown .col4 button {
		 padding: 15px !important;
		 margin-bottom: 0;
		 background-color: #f8f8f8;
	}
	 .mega-dropdown .col4.expanded button, .mega-dropdown .col4 button:hover {
		 color: #e71c31;
	}
	 #main-bar #main-menu .mega-dropdown .col4 ul.related {
		 display: none;
	}
	 #main-bar #main-menu .mega-dropdown .col4.expanded ul.related {
		 display: block;
	}
	 .mega-dropdown .col4 button {
		 position: relative;
		 cursor: pointer;
	}
	 .mega-dropdown .col4 button:after {
		 content: '';
		 display: block;
		 width: 16px;
		 height: 16px;
		 background-size: 32px 32px;
		 background-position: 0 0;
		 background-image: url('../images/redesign-2020/plus-minus.svg');
		 position: absolute;
		 top: 17px;
		 right: 20px;
		 overflow: hidden;
	}
	 .mega-dropdown .col4 button:hover:after {
		 background-position: 0 -16px;
	}
	 .mega-dropdown .col4.expanded button:after {
		 background-position: -16px -16px !important;
	}
	 #breadcrumbs {
		 padding: 10px 20px;
		 top: 70px;
	}
	 #breadcrumbs li a {
		 line-height: 24px;
	}
}
/* --------------------------------------------------- */
/* -------------- April 2021 Revisions --------------- */
/* --------------------------------------------------- */
/* -------------- image floats --------------- */
 .legacy-page hr {
	 clear: both;
}
 .legacy-page #main p img {
	 display: block;
	 float: left;
	 margin-right: 20px;
	 margin-bottom: 10px;
	 margin-top: 5px;
	 max-width: 50%;
}
 @media screen and (max-width: 520px) {
	 .legacy-page #main p img {
		 width: 100%;
		 max-width: none;
		 height: auto;
		 margin-bottom: 20px;
	}
}
/* -------------- stype - table --------------- */
 .stype table.fancy {
	 width: 100%;
	 border-collapse: separate;
	 border-spacing: 0;
}
 .stype table.fancy .table-wrap {
	 widtH: 100%;
	 overflow-x: auto;
}
 .stype table td {
	 vertical-align: top !important;
}
/* ------ TABLES - font sizes --------------- */
 .stype table h1, .stype table h2, .stype table h3, .stype table h4, .stype table h5, .stype table h6, .stype table p, .stype table li {
	 font-size: 100%;
}
 .stype table td, .stype table th {
	 font-size: 180%;
	 line-height: 1.5;
	 color: #292929;
	 text-align: left;
	 padding: 15px 5px;
	 margin: 0 !important;
}
 .stype table.fancy th, .stype table.fancy td {
	 font-size: 160%;
	 line-height: 1.5;
	 color: #292929;
	 text-align: left;
	 paddinG: 15px 5px;
	 margin: 0 !important;
}
 .stype table p, .stype table ul li, .stype table ul li li {
	 font-size: 100% !important;
	 line-height: 1.5;
	 margin-top:0;
}
 .stype table.fancy td p {
	 font-size: 100% !important;
}
 .stype table h1 {
	 font-size: 280% !important;
	 line-height: 1.5;
}
 .stype table h2 {
	 font-size: 160% !important;
	 line-height: 1.5;
}
 .stype table.fancy tr:first-child th {
	 font-size: 150%;
	 font-weight: 700;
	 padding-top: 25px;
}
 .stype table.fancy th {
	 font-weight: 400;
}
 .stype table.fancy tr:nth-child(2n+1) {
	 background-color: #f7f7f7;
}
 .stype table.fancy tr:first-child {
	 background: #e5e5e5;
}
 .stype table.fancy a {
	 color:#9b172e;
}
/* ------ end --------------- */
/* -------------- Stacktable -------------- */
 .stacktable {
	 width: 100%;
}
 .st-head-row {
	 padding-top: 1em;
}
 .st-head-row.st-head-row-main {
	 font-size: 180%;
	 padding-top: 0;
}
 .st-key {
	 width: 49%;
	 text-align: left;
	 padding-right: 1%;
}
 .st-val {
	 width: 49%;
	 padding-left: 1%;
}
/* RESPONSIVE EXAMPLE */
 .stacktable.large-only {
	 display: table;
}
 .stacktable.small-only {
	 display: none;
}
/* RESPONSIVE EXAMPLE */
 .stacktable.large-only {
	 display: table;
}
 .stacktable.small-only {
	 display: none;
}
 .stack tr td {
	 padding-right: 20px;
}
 @media (max-width: 800px) {
	 .stacktable.large-only {
		 display: none;
	}
	 .stacktable.small-only {
		 display: table;
	}
	 .stacktable th {
		 text-align: center;
	}
	 .stacktable tr:nth-child(odd) {
		 background-color: none;
	}
	 .stacktable tr {
		 border-bottom: dotted 1px #f4f5f9;
	}
	 .stacktable.cardtable tr {
		 background: none;
	}
	 .stacktable.cardtable {
		 border-bottom: 2px solid #ccc;
	}
	 .stack tr {
		 width: 100%;
	}
	 .stack tr td {
		 padding: 20px 10px;
		 display: block;
	}
	 .stack tr td img {
		 width: 100%;
	}
	 .icon td {
		 padding-right: 0% !important;
	}
	 .icon td img {
		 width: 100px !important;
		 padding-top:10% !important;
		 padding-bottom:0% !important;
	}
}
 .stack tr td img {
	 width: 75%;
	 padding-bottom: 20px;
}
 .responsive-table {
}
 .responsive-table tr:nth-child(2n+1) {
	 background-color: #f7f7f7;
}
 .responsive-table tr:first-child {
	 background: #e5e5e5;
}
 .cardtable {
}
/* -------------- missing italics - sitewide --------------- */
 i, em {
	 font-style: italic;
}
/* -------------- breadcrumbs --------------- */
/* #breadcrumbs ol {
	 padding-left: 0;
}
 */
 #breadcrumbs li {
	 font-weighT: 600;
}
/* -------------- vertical spacing adjustments --------------- */
 .stype h2, .stype .sub-heading, .stype h3, .banners {
	 margin-top: 30px;
}
 .legacy-page hr {
	 margin: 45px 0;
}
/* -------------- sidebar --------------- */
 #sidebar section, .widget {
	 margin-bottom: 40px;
}
/* -------------- sldiers --------------- */
 .feature-slider, .banner-slider {
	 margin-bottom: 30px;
}
/* -------------- banner slider --------------- */
/*------ LORI Edit ---------- */
 .banner-slider, .banner-slide {
	 max-width: 1024px;
}
/* ------end edit --------- */
 .banner-slider figure {
	 padding-bottom: 60px;
}
 .banner-slider .slick-dots {
	 bottom: 70px;
	/* .banner-slider figure + 10 */
	 right: 10px;
}
 .banner-slider figure figcaption {
	 margin-bottom: 10px;
	 margin-top: 10px;
}
 .banner-slider .slick-dots li.slick-active button:before {
	 opacity: 1;
	 color: #e71c31;
}
 .banner-slider .slick-dots li button:before {
	 display: none;
	 color: #fff;
	 text-shadow: 0 0 2px black;
}
 .banner-slider .slick-dots li button:before {
	 opacity: 1;
}
 .banner-slider .slick-dots li button {
	 background-image: url('../images/redesign-2020/bullet.png');
	 background-size: 20px 20px;
	 background-position: top left;
}
 .banner-slider .slick-dots li.slick-active button {
	 background-image: url('../images/redesign-2020/bullet-active.png');
}
/* -------------- feature slider --------------- */
 .feature-slider-wrap {
	 margin: 40px 0;
}
 .feature-slider {
	 margin-top: 0;
}
 .feature-slide .image {
	 margin-bottom: 20px;
}
 .feature-slider-wrap .slick-prev, .feature-slider-wrap .slick-next {
	 top: -19px !important;
}
 .feature-slider-wrap {
	 position: relative;
}
 .feature-slider-wrap .slide-number {
	 position: absolute;
	 top: 0;
	 right: 60px;
	 height: 30px;
	 line-height: 30px;
	 font-size: 160%;
}
 .feature-slider-wrap .slide-number .current, .feature-slider-wrap .slide-number .total {
	 padding: 0 4px;
}
 #sidebar ul li a {
	 letter-spacing: normal;
}
 #sidebar ul li.current-page li a {
	 letter-spacing: normal;
	 font-weight: 600;
}
 #sidebar ul li.current-page li a.current-page {
	 font-weight: 600;
	 Color: #E71C30;
}
 #sidebar ul li.current-page {
	 border-bottom: 1px solid #dfdfdf;
}
/* --------------------------------------------------- overhaul of #main and #sidebar relationship so that height no longer has to be calculated using javascript. --------------------------------------------------- */
 .legacy-page #content > .inner {
	 display: flex;
	 flex-flow: row-reverse;
}
/* LORI EDIT --------------- */
 .legacy-page #content.no-sidebar > .inner {
	 flex-flow: row;
}
/*----- end edit -------- */
 .legacy-page #content.has-sidebar #main {
	 margin-left: 40px;
	 float: none;
	 position: relative;
	 max-width: calc(100% - 230px);
	 width: 750px;
	 box-sizing: border-box;
}
 .legacy-page #sidebar {
	 width: 230px;
	 float: none;
	 position: relative;
	 top: auto;
	 lefT: auto;
	 max-width: 100%;
}
 @media screen and ( max-width: 960px) {
	 .legacy-page #content > .inner {
		 display: block;
	}
	 .legacy-page #content.has-sidebar #main, .legacy-page #sidebar {
		 margin-left: 0;
		 margin-right: 0;
		 width: 100%;
		 max-width: none;
	}
}
/* -------------- updated list styling --------------- */
 .stype li ul {
	 list-style-type: circle;
}
 .stype li li ul {
	 list-style-type: square;
}
 .stype li ol {
	 list-style-type: lower-alpha;
}
 .stype li li ol {
	 list-style-type: lower-roman;
}
 .stype li li {
	 font-size: 100%;
}
 .stype ul ul, .stype ul ol, .stype ol ul, .stype ol ol {
	 margin-top: 10px;
	 margin-bottom: 20px;
}
/* -------------- breadcrumbs --------------- */
 #breadcrumbs li.current-page {
	 font-weighT: 700;
}
 #mobile-section-nav ul a.current-page {
	 font-weight: 600;
	 Color: #E71C30;
}
 .legacy-page #main p .text-link.style1, .legacy-page #main p .text-link.style2, .legacy-page #main p .text-link.style3, .legacy-page #main p .text-link.style4, .legacy-page #main p .button {
	 font-size: 89%;
}
 #mobile-section-nav {
	 margin-bottom:25px;
}
 .anchor-link {
	 position: absolute;
	 margin-top: -145px;
}
 .stype .accordion-list .accordion-list {
	 margin-left: 30px;
}
/* -------------- Calendar View added by LORI --------------- */
 @media screen and (max-width:640px) {
	 #calendar {
	}
	 .left-cal {
		 float: none!important;
		 width: 45% !important;
	}
	 .right-nav {
		 float: none!important;
		 width: 45% !important;
	}
	 .right-nav ul{
		 padding-left: 0!important;
	}
}
 #calendar {
	 width: 1024px !important;
}
 .left-cal {
	 float: left;
	 width: 65%;
}
 .right-nav {
	 float: right;
	 width: 32%;
	 margin-right: 0;
}
 .right-nav ul {
	 list-style: none !important;
	 font-size: 80% !important;
}
 .right-nav ul li {
	 background-color: #ececec;
	 padding: 3px 15px 3px 25px;
	 margin-top: 5px;
	 margin-bottom: 5px;
}
 .right-nav ul li.active {
	 padding-left: 25px;
	 background-image: url(../images/redesign-2020/red-dot.png);
	 background-repeat: no-repeat;
	 background-position: 5px center;
}
 .right-nav ul li a {
	 color: #393939;
}
 .right-nav ul li.filter {
	 background-color: #ee2737;
	 color: #fff;
	 text-transform: uppercase;
	 font-family:'Arvo',sans-serif;
}
/* -------------- Calendar end --------------- */
/* ------------- Experts Guide -------------*/
 #expert-profile {
	 margin-top: 30px;
}
 #expert-profile .sub-heading {
	 margin-top: -20px;
}
/* --------------- Esignature -------------- */
 form#esignature input{
	 border: 4px solid #EFEFEF;
	 border-radius: 5px;
	 box-shadow: 0 0 0 1px rgb(0 0 0 / 20%) inset;
	 outline: medium none;
	 background: none repeat scroll 0 0 #FBFBFB;
	 padding: 6px 0 6px 6px;
	 color: #666666;
	 margin: 0;
}
 #esignature span {
	 clear: both;
	 display: inline;
	 font-size: 150%;
}
 #esignature label {
	 font-size: 150%;
	 font-weight: bold;
	 display: block;
	 margin-bottom: 3px;
	 width: 100%;
	 cursor: default;
}
 input[type='submit'], input[type='reset'] {
	 font-size: 150%;
	 overflow: visible;
	 width: auto;
	 outline: none;
	 padding: 6px 9px;
	 margin-bottom: 10px;
	 color: #333;
	 text-shadow: 0 1px 0 #f0f0f0;
	 background: #ebebeb;
	 background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dddddd));
	 background: -moz-linear-gradient(top, #fefefe, #dddddd);
	 border-width: 1px;
	 border-style: solid;
	 border-color: #bbb #bbb #999;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;
	 -webkit-box-shadow: 0 1px 0 #f8f8f8;
	 -moz-box-shadow: 0 1px 0 #f8f8f8;
	 box-shadow: 0 1px 0 #f8f8f8;
}
/* --------------- Banner Updates - FB HH -------------- */
 .hh-banner-page #website-header, .hh-banner-page #main-bar, .hh-banner-page #top-bar, .hh-banner-page #breadcrumbs{
	 position: relative !important;
	 margin-top:0;
}
 @media screen and (max-width: 860px){
	 .hh-banner-page #breadcrumbs {
		 top: 0;
	}
	 .hh-banner-page #website-header {
		 display: flex;
		 flex-direction: column;
	}
	 .hh-banner-page #top-bar{
		 order: 3;
	}
}
 .hh-banner-page #breadcrumbs.hh-banner-breadcrumbs ol {
	 padding-left: 0 !important;
}
 .hh-banner-page #content {
	 margin-top:0;
	 padding: 52px 20px 60px !important;
}
 .hh-banner-page #mobile-section-nav + * {
	 margin-top:0;
	 padding-top:0;
}
 .hh-banner-page .hh-banner.fixed-width {
	 margin: 30px auto 0;
}
 @media screen and (max-width: 860px){
	 .hh-banner-page .hh-banner.fixed-width {
		 margin: 30px 20px 0;
	}
}
 .hh-banner-page .hh-banner.full-width {
	 margin: 0 auto;
}
 .hh-banner-page .hh-banner .banner-slider, .hh-banner-page .hh-banner .banner-slide {
	 max-width: 100%;
}
 .hh-banner-page .hh-banner img {
	 width: 100%;
	 object-fit: cover;
	 object-position: center;
	 max-height: 594px;
}
 .hh-banner-page .hh-banner figure {
	 margin-bottom: 0;
	 padding-bottom: 0;
	 position:relative;
}
 .hh-banner-page .hh-banner figure > figcaption, .hh-banner-page .hh-banner figure > figcaption h1{
	 position: absolute;
	 bottom:10%;
	 left: 4%;
	 color:#fff !important;
	 font-size: 42px !important;
	 font-weight: 800;
	 line-heighT: 50px;
	 text-shadow: 0 0 5px rgb(0 0 0 / 50%);
	 z-index:999;
	 width:100%;
	 margin:0;
}
 .hh-banner-page .hh-banner.full-width figure > figcaption, .hh-banner-page .hh-banner.full-width figure > figcaption h1{
	 position: absolute;
	 left: 50%;
	 transform: translate(-50%, 0);
}
 .hh-banner-page .hh-banner .banner-slider .slick-dots {
	 bottom: 10px;
	 right: 10px;
}
 @media screen and (max-width: 1024px){
	 .hh-banner-page .hh-banner.full-width figure > figcaption, .hh-banner-page .hh-banner.full-width figure > figcaption h1{
		 left: 10px;
		 transform: none;
	}
}
 @media screen and (max-width: 860px){
	 .hh-banner-page .hh-banner figure > figcaption, .hh-banner-page .hh-banner figure > figcaption h1{
		 font-size: 22px!important;
	}
	 .hh-banner-page #show-search-button {
		 top: -52px;
	}
	 .hh-banner-page.show-search #top-bar {
		 height: auto !important;
	}
	 .hh-banner-page #search-box {
		 top: -95px;
	}
}
/* HH - FB */
 .gsc-orderby{
	 display: flex;
	 justify-content: end;
	 align-items: center;
}
 .gsc-orderby-label.gsc-inline-block{
	 color: #676767;
	 font-size: 13px;
}
 .no-sidebar #main {
	 width: 100%;
}
 .mw1024 {
	 max-width: 1320px !important;
	 width:100% !important;
}
 .legacy-page #content > .mw1024.inner {
	 flex-direction:row;
}
 .mw1024 #main {
	 max-width: 76% !important;
	 width:100% !important;
	 order:2;
}
 .no-sidebar .mw1024 #main {
	 max-width: 100% !important;
	 width:100% !important;
}
 .mw1024 #main.has-aside {
	 max-width: 100% !important;
	 width:100% !important;
	 order:2;
	 margin-right:40px;
}
 .mw1024 #main.has-aside .wrapper > div {
	 width:100% !important;
	 max-width:100% !important;
}
 .mw1024 #main-aside {
	 position:relative;
	 max-width: 17% !important;
	 width:100% !important;
	 order:3;
}
 .mw1024 #sidebar {
	 max-width: 24% !important;
	 width:100% !important;
	 order:1;
}
 .mw1024 .banner-slider, .mw1024 .banner-slide {
	 max-width: 100%;
}
 #breadcrumbs .mw1024 ol {
	 padding-left: 24%;
	 margin-left: 40px;
}
 .no-sidebar #breadcrumbs .mw1024 ol {
	 padding-left: 0;
	 margin-left: 0;
}
 .mw1024 .profilepic img {
	 width: 100%;
}
 @media screen and (max-width: 960px) {
	 #breadcrumbs .mw1024 ol {
		 padding-left: 0;
		 margin-left: 0;
	}
	 .mw1024 #main, .mw1024 #sidebar, .mw1024 #main-aside {
		 width: 100% !important;
		 max-width: 100% !important;
	}
}
 .stype figure.figure-100, .stype figure.figure-left, .stype figure.figure-right{
	 background-color: #f7f7f7;
}
 .stype figure.figure-100 figcaption, .stype figure.figure-left figcaption, .stype figure.figure-right figcaption{
	 margin:0;
	 padding:15px;
}
 .stype figure.figure-left {
	 float:left;
	 width:50%;
	 margin-bottom:5px;
	 margin-right:30px;
}
 .stype figure.figure-right {
	 float:right;
	 width:50%;
	 margin-bottom:5px;
	 margin-left:30px;
}
 .hh-banner-page .hh-banner.full-width figure > figcaption h1 {
	 line-height:1.2;
	 padding:12px 20px;
}
 @media screen and (max-width: 860px) {
	 .hh-banner-page .hh-banner figure > figcaption h1 {
		 font-size: 32px !important;
	}
}
 @media screen and (max-width: 460px) {
	 .hh-banner-page .hh-banner figure > figcaption h1 {
		 font-size: 25px !important;
	}
}
 @media screen and (max-width: 1024px){
	 .hh-banner-page .hh-banner.full-width figure > figcaption h1{
		 left: 0;
	}
}
 .rssfeed h2 {
	 margin-bottom: 30px;
}
 @media screen and (min-width: 992px){
 .rssfeed .layout-row-content h3 {
	 margin-top: 0;
}
}
 .rssfeed .layout-row-content *:last-child {
	 margin-bottom:0;
	 line-height:1;
}
 .rssfeed .layout-row-image, .rssfeed .layout-row-content{
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
 .rssfeed .more-link {
	 padding-top: 30px;
}
@media screen and (min-width: 992px){
.rssfeed .layout-row-image .image {
    width:100%;
    height:250px;
    overflow:hidden;
}
}

.rssfeed .layout-row-image .image img {
    object-fit:cover;
    transition: all .4s ease-in-out;
}

/*.rssfeed a:hover .layout-row-image .image img,*/
/*.rssfeed a:focus .layout-row-image .image img{*/
/*    transform: scale(1.2);*/
/*}*/

a:hover .text-link.style2, 
a:focus .text-link.style2 {
    color: #e71c31;
}

a:hover  .text-link:after, 
a:focus  .text-link:after {
    margin-left: 15px;
}
