@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'jefficon';
    src: url('/_resources/fonts/jefficon.eot');
    src: url('/_resources/fonts/jefficon.eot?#iefix') format('embedded-opentype'),
         url('/_resources/fonts/jefficon.woff') format('woff'),
         url('/_resources/fonts/jefficon.ttf') format('truetype'),
         url('/_resources/fonts/jefficon.svg#jefficon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'jefficon';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-admissions:before{content:'\0041';}
.icon-all:before{content:'\0042';}
.icon-events:before{content:'\0043';}
.icon-fb:before{content:'\0044';}
.icon-info:before{content:'\0045';}
.icon-insta:before{content:'\0046';}
.icon-news:before{content:'\0047';}
.icon-programs:before{content:'\0048';}
.icon-search:before{content:'\0049';}
.icon-twit:before{content:'\004a';}
.icon-youtube:before{content:'\004b';}
.icon-video:before{content:'\004c';}
.icon-ipad:before{content:'\004d';}
.icon-arrow:before{content:'\004e';}
.icon-pdf:before{content:'\004f';}
.icon-cost:before{content:'\0050';}
/* Base class for Montserrat */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Font weight variations */
.montserrat-thin    { font-weight: 100; }
.montserrat-extralight { font-weight: 200; }
.montserrat-light   { font-weight: 300; }
.montserrat-regular { font-weight: 400; }
.montserrat-medium  { font-weight: 500; }
.montserrat-semibold { font-weight: 600; }
.montserrat-bold    { font-weight: 700; }
.montserrat-extrabold { font-weight: 800; }
.montserrat-black   { font-weight: 900; }

/* Italic variants */
.montserrat-italic           { font-style: italic; }
.montserrat-thin-italic      { font-weight: 100; font-style: italic; }
.montserrat-light-italic     { font-weight: 300; font-style: italic; }
.montserrat-regular-italic   { font-weight: 400; font-style: italic; }
.montserrat-bold-italic      { font-weight: 700; font-style: italic; }

/* Optional responsive font size helper using clamp() */
.fs-responsive {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

/* You can also create specific font-size classes */
.fs-small   { font-size: 0.875rem; }
.fs-base    { font-size: 1rem; }
.fs-lg      { font-size: 1.25rem; }
.fs-xl      { font-size: 1.5rem; }
.fs-xxl     { font-size: 2rem; }

/*general styles*/
html {font-size:12px;overflow-x:hidden;}
@media (min-width: 576px) {html {font-size:14px;}}
@media (min-width: 768px) {html {font-size:16px;}}

body {
	font-family: "Montserrat", 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:400;
	color:#333030;
}

p {
 	margin: 0 0 1.1em 0;
	font-size:1rem;
	line-height:1.5;
	margin-bottom:1.25em;
}

em {
	font-style:italic;
	}


strong {	
	font-style:normal;
	font-weight:700;
}


strong em, em strong {	
	font-style:italic;
	font-weight:700;
}

ul, ol {
 	margin: 0 0 1.1em 0;
	font-size:1rem;
	line-height:1.5;
	margin-bottom:1.25em;
}

/*List style - compareAdd 2019112*/
ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: decimal;
}
ul ul {
    margin-left: 20px;
}
/* END - compareAdd 2019112*/

img {
max-width:100%;
height:auto;
-ms-interpolation-mode:bicubic;
}

/*IE8 only hack*/
@media \0screen { img {  width: auto; -ms-interpolation-mode:bicubic; } }
/*END IE8 img hack*/

iframe, embed, object {
    max-width: 100%;
}

a, a:link, a:visited  {
text-decoration:none;
color: #820024;
}
a:active, a:focus, a:hover {
text-decoration:underline;
color:inherit;
}
a:active *, a:focus *, a:hover * {
	color:inherit;
	text-decoration-color:inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {	
	font-style:normal;
	font-weight:400;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
	

/* Anchor offset style - compareAdd 2018112 */
a.anchorElement {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}	
/* END - compareAdd 2018112 */

h1, .h1 { font-size:2.625rem; }
h2, .h2 { font-size:1.56rem; }
h3, .h3, h4, .h4, h5, .h5  { font-size:1.125rem;}
h6, .h6  { font-size:1rem;}

/* Column Classes - compareAdd 2018112 */
.columnFour {
    float: left;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.rowFourcolumn:after {
    content: "";
    display: table;
    clear: both;
}
.columnThree {
    float: left;
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}

.rowThreecolumn:after {
    content: "";
    display: table;
    clear: both;
}

.columnTwo {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.rowTwocolumn:after {
    content: "";
    display: table;
    clear: both;
}
/* END - compareAdd 2018112 */


/* Helper Classes  */
.light {
font-weight:400;	
}

.no-gutter > [class*='col-'] {   /*.row.no-gutter*/
    padding-right:0;
    padding-left:0;
}

.static {position:static !important;}
.relative {position:relative !important;}
.absolute {position:absolute !important;}

.floatNone {float:none!important;}

.hot {color:#cc0000;}

.centerHead {
	text-align: center;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.pl-50 {padding-left:50px;}
.pl-65 {padding-left:65px;}
.pl-100 {padding-left:100px;}
/* compareAdd 2018112 */
.pb-35 {padding-bottom:25px;}
.pb-5-eventsnippet {padding-bottom:5px;}
/* END - compareAdd 2018112 */

.pr-50 {padding-right:50px;}
.pr-65 {padding-right:65px;}
.pr-100 {padding-right:100px;}

.px-50 {padding-right:50px;padding-left:50px;}
.px-65 {padding-right:65px;padding-left:65px;}
.px-100 {padding-right:100px;padding-left:100px;}

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

.pl-50, .pl-65, .pl-100, .px-50, .px-65, .px-100 {padding-left: 15px !important;}
.events .pl-65 {padding-left:65px !important;}	
}/* end MQmx991 */

.shad1b {
-webkit-box-shadow: 0 7px 28px -6px rgba(0,0,0,0.7);
-moz-box-shadow: 0 7px 28px -6px rgba(0,0,0,0.7);
box-shadow: 0 7px 28px -6px rgba(0,0,0,0.7);
}

.shad2b {
-webkit-box-shadow: -1px 12px 10px -9px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 12px 10px -9px rgba(0,0,0,0.2);
box-shadow: -1px 12px 10px -9px rgba(0,0,0,0.2);/*15to10*/
}

.shadL {
	-webkit-box-shadow: -16px 0px 19px -19px rgba(0,0,0,0.3);
-moz-box-shadow: -16px 0px 19px -19px rgba(0,0,0,0.3);
box-shadow: -16px 0px 19px -19px rgba(0,0,0,0.3);
}

.shadXTop {position:relative;}
.shadXTop:before {
	content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 2.5%;
    width: 95%;
    height: 0;
    background-color: transparent;
    box-shadow: 0px -7px 10px 5px rgba(0,0,0,0.2);/*15to10*/
    z-index: -1;
}



.gradOutBL:after {
	content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 1px;
    bottom: -1px;
    left: -180px;

background: -moz-linear-gradient(left, rgba(87,82,82,0) 0%, rgba(87,82,82,0.01) 1%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(87,82,82,0) 0%,rgba(87,82,82,0.01) 1%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(87,82,82,0) 0%,rgba(87,82,82,0.01) 1%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00575252', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


.gradOutBR:after {
	content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 1px;
    bottom: -1px;
    right: -180px;

background: -moz-linear-gradient(left, rgba(255,255,255,1) 10%, rgba(87,82,82,0.01) 99%, rgba(87,82,82,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 10%,rgba(87,82,82,0.01) 99%,rgba(87,82,82,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 10%,rgba(87,82,82,0.01) 99%,rgba(87,82,82,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00575252',GradientType=1 ); /* IE6-9 */
}

.textArea .gradOutBL:after, .textArea .gradOutBR:after  {
display:none;	
}

/*COLORS*/

/*
#730b1d		RED			color1
#820024		RED 2   	color1B

#b85d0f 	ORANGE		color2
#b85d0f		ORANGE 2	color2B
		
#6E7A33		GREEN		color3
#749133		GREEN 2   	color3B

#6c567b		PURPLE		color4
#46166B		PURPLE 2   	color4B

#575252		GREY		colorG
#a8a8aa		GREY 2		colorGB
#c7c8ca		GREY 3		colorGC
#f3f3f4		GREY 4		colorGD
*/

.colorFbg {
background-color:#fff !important; /*WHITE*/
}
.color0bg {
background-color:#000 !important; /*BLACK*/
}
.colorGbg {
background-color:#575252 !important; /*D. GREY*/
}
.colorGBbg {
background-color:#a8a8aa !important; /*GREY*/
}
.colorGCbg {
background-color:#c7c8ca !important; /*LIGHT GREY*/
}
.colorGDbg {
background-color:#f3f3f4 !important; /*LIGHTEST GREY*/
}

.color1bg {
background-color:#730b1d !important; /*RED*/
}
.color1Bbg {
background-color:#820024 !important; /*RED 2*/
}
.color2bg {
background-color:#b85d0f !important; /*ORANGE*/
}
.color2Bbg {
background-color:#b85d0f !important; /*ORANGE 2*/
}
.color3bg {
background-color:#6E7A33 !important; /*GREEN*/
}
.color3Bbg {
background-color:#749133 !important; /*GREEN 2*/
}
.color4bg {
background-color:#6c567b !important; /*PURPLE*/
}
.color4Bbg {
background-color:#46166B !important; /*PURPLE 2*/
}


			/*END - BACKGROUND COLORS*/

.colorFtxt {
color:#fff !important; /*WHITE*/
}			
.color0txt {
color:#000 !important; /*BLACK*/
}
.colorGtxt {
color:#575252 !important; /*D. GREY*/
}
.colorGBtxt {
color:#a8a8aa !important; /*GREY*/
}
.colorGCtxt {
color:#c7c8ca !important; /*LIGHT GREY*/
}
.colorGDtxt {
color:#f3f3f4 !important; /*LIGHTEST GREY*/
}
.color1txt {
color:#730b1d !important; /*RED*/
}
.color1Btxt {
color:#820024 !important; /*RED 2*/
}
.color2txt {
color:#b85d0f !important; /*ORANGE*/
}
.color2Btxt {
color:#b85d0f !important; /*ORANGE 2*/
}
.color3txt {
color:#6E7A33 !important; /*GREEN*/
}
.color3Btxt {
color:#749133 !important; /*GREEN 2*/
}
.color4txt {
color:#6c567b !important; /*PURPLE*/
}
.color4Btxt {
color:#46166B !important; /*PURPLE 2*/
}
			/*END - txt COLORS*/



/* ========== site wide layout elements ========== */

.siteWrap {
	overflow-x:hidden;
}

.container, .container2 {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position: relative;
}
.container {
	max-width:1170px;
}
.container2 {
	max-width:800px;
}


.textArea a  {
text-decoration:none;
color:#820024;
font-weight:400;
}

.textArea p a, .textArea li a {
text-decoration:underline;
}

.textArea p a:visited {
color:#b85d0f;
}

.textArea img, .textArea figure {
margin-bottom:1.3em;
}
.textArea figure img  {
margin-bottom:0.3em;
}

.textArea h1 {
    color: #820024;
}
.textArea h2 {
    color: #b85d0f;
}
.textArea > h3 {
    color: #46166B;
	font-weight:800;
}
.textArea > h4 {
    color: #6E7A33;
    font-weight: 700;
}

.textArea > h5 {
    color: #575252;
    font-weight: 300;
    font-style: italic;
}

.textArea > h6 {
    color: #575252;
    font-weight: 700;
}

.textArea ul {
    padding-left:1em;
}

.textArea ul li {
    list-style:none;
	position: relative;
}

.textArea ul li:before {
    content: '\2022';
    display: block;
    position: absolute;
    margin-left: -0.6em;
    font-size: 1.5em;
    line-height: 1em;
}

.textArea figcaption {
	color:#820024;
	font-weight:700;
	font-size:0.9rem;
	line-height:1.4em;
}

.skip-links {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 999999;
}

.skip-links a {
    background: #6E7A33;
    color: #fff;
	font-size:24px;
    left: -999px;
    padding: 4px 8px;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    white-space: nowrap;
}

.skip-links a:focus {
    left: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
/* ================ HEADER ================= */

header.mainHeader {
	
}

/* Search */


form.mainSearch, .mainSearch .form-group, .mainSearch .form-group input {
	margin-top: -16px;
	height: 0;
	overflow: hidden;
	transition: 1s all;
}

.searchOpen form.mainSearch, .searchOpen .mainSearch .form-group, .searchOpen .mainSearch .form-group input {
	height: 90px;
	border-radius: 0;
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	margin-top: -17px;
	transition: 1s all;
	padding-top: 10px;
}
.searchOpen .mainSearch .form-group input {
	padding-left: 10px;
}
form.mainSearch label {
	height: 16px;
	font-size: 14px;
	margin-top:0;
	top:-20px;
	font-weight:400;
	margin-left:13px;
	padding-top: 15px;
	position:absolute;
	color: #b95567;
	opacity:0;
	transition: opacity 1s ease-out;
}
.searchOpen form.mainSearch label {
	display:block;
	opacity:1;
	transition: opacity 1s ease-out;
}
.searchOpen form.mainSearch label:after {
	content:':'
}
/*END SEARCH*/
	.mainLogo {
		background-image: url('/_resources/images/jefferson_logo.svg');
		background-repeat: no-repeat;
		background-size: contain;
		width: 200px;
		background-position: 15px 0;
	}


header.mainHeader {background-color: #ffffff;z-index: 20;padding-top: 18px;/*8*/padding-bottom: 7px;border-bottom:1px #820024;box-shadow: rgba(0, 0, 0, 0.8) 0px 30px 20px;}

header.mainHeader:after {
	border-bottom: 21px solid rgba(140, 140, 140, 1);
	content:'';
	display:block;
	position: absolute;
	bottom: -22px;
	width: 100%;
	visibility:hidden;  /*TEMP*/
}

header.mainHeader .container {
    overflow:visible;
	padding-top:10px;
	height: 72px;
}

.mainHeader .navbar-brand {
	padding:5px 0;
	line-height: 52px;
	z-index: 10;
    position: absolute;
}

.mainHeader .navbar-brand h1 {
	margin:0;
	font-size: 20px;
    line-height: 52px;
}
.mainHeader .navbar-brand img {
    width:225px;
    max-width: 100%;
}


.tertMenu {
    display: block;
    width: 100%;
    bottom: -29px;
    right: 0;
	
    position: absolute;
    z-index: 9;
}

	.tertMenu nav {
    display: inline-block;
    width: 66%;
}

		.tertMenu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

			.tertMenu nav ul li {
				display:inline-block;
				width: 48%;
				text-align: center;
				height: 20px;
			}
			.tertMenu button.searchTrigger {
				display:inline-block;
				width:32%;
				text-align: center;
				height: 20px;
				cursor:pointer;
				background-color:transparent;
				border:0;
				color:#fff;
				font-size: 13px;
				font-weight:400;
				text-transform: uppercase;
			}


			.tertMenu button.searchTrigger:after {
							content:'';
							display:none;
			}

				.tertMenu nav ul li a {
						color:#fff;
						font-size: 13px;
						text-transform: uppercase;
						display: block;
						padding: 0 10px;
}

.tertMenu nav ul li a:hover {
	text-decoration:none;
}

					.tertMenu nav ul li a:after {
							content:'';
							display:none;

	}





nav.navbar.mainNav.d-block {
	overflow: hidden;
	min-height: 50px;
	width: 300px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9;
	background-color: #ffffff00;
	padding: 82px 0 0;
}

.searchOpen nav.navbar.mainNav.d-block {
z-index: 10;
}

.mainNav button.navbar-toggler {
	top: 10px;
	right: 10px;
	position: absolute;
	width: 36px;
	height: 36px;
	padding: 10px 5px;
	border-radius: 21px;
	background-color: #ffffff;
	border: 2px solid #820024;
}

.mainNav button.navbar-toggler:after {
	content:'menu';
	display:block;
	position:absolute;
	left:-60px;
	top: -2px;
	text-transform:uppercase;
	font-size:14px;
	color: #820024;
	opacity:0;
	border: 2px solid #820024;
	padding: 9px 38px 9px 7px;
	border-radius: 18px;
	z-index: -1;
	transition:opacity 0.5s ease-out;
}


.mainNav button.navbar-toggler .icon-bar {
	background-color: #820024;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 3px;
	transition: all 0.5s;
}


.mainNav .navbar-toggler.collapsed:hover .icon-bar {
	margin-bottom:5px;
}

.mainNav .navbar-toggler.collapsed:hover .icon-bar.b1 {
	margin-top:-2px;
}

.mainNav .navbar-toggler .b1 {
    transform: rotate(45deg);
    transform-origin: 23% 100%;
  }
.mainNav .navbar-toggler .b2 {
    opacity: 0;
  }
.mainNav .navbar-toggler .b3 {
    transform: rotate(-45deg);
    transform-origin: 21% -68%;
  }

.mainNav .navbar-toggler.collapsed .icon-bar.b1 {
    transform: rotate(0);
  }
.mainNav .navbar-toggler.collapsed .b2 {
    opacity: 1;
  }
.mainNav .navbar-toggler.collapsed .b3 {
    transform: rotate(0);
}


.mainNav a.nav-link {
	color:#fff;
	font-size:1.563rem;
}

.mainNav a.nav-link:hover, .mainNav a.nav-link:focus {
	text-decoration:underline;
}

.mainNav a.nav-link.has-children {
    width: calc(100% - 50px);
    display: inline-block;
}

.mainNav button.ddmOpener {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0;
    border: 2px solid white;
    background-color: transparent;
    border-radius: 15px;
	transition:background-color 0.5s ease-out;
}
.mainNav button.ddmOpener:hover, .mainNav button.ddmOpener:focus {
	background-color:#611420;
}
.mainNav button.ddmOpener:focus {
	border: 4px solid white;
	transition: none;
}

.mainNav button.ddmOpener:before {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    content: '+';
    transition: transform 0.3s ease-in;
}
.mainNav button.ddmOpener:focus:before {
    margin-top: -2px;
    margin-left: -2px;
}
.mainNav button.ddmOpener[aria-expanded="true"]:before {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	transform: rotate(45deg);
    transform-origin: center center;
}
.mainNav button.ddmOpener[aria-expanded="true"]:focus:before {
    margin-top: -2px;
    margin-left: -1px;
}

.mainNav button.ddmOpener[aria-expanded="false"]:before {

}



.mainNav .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
	padding: 15px;
}

.mainNav .navbar-collapse ul.navbar-nav > li {
    margin-left: -300px;
    width: 268px;
	opacity:0;
	border-bottom: 1px solid rgba(255,255,255,0.00);
	padding:0;
	transition:all 0.5s ease-out;
}

.mainNav .navbar-collapse.show ul.navbar-nav > li.enter {
    margin-left: 0;
	opacity:1;
	border-bottom: 1px solid rgba(255,255,255,0.8);
    padding: 8px 0;
}

.mainNav .navbar-collapse.collapse.show {
		height: calc(100vh - 86px);
    max-height: calc(100vh - 86px);
    min-height: calc(100vh - 86px);
	    overflow-y: auto;
}


.mainNav ul.dropdown-menu.show {
	background-color:transparent;
	border-top:1px solid white;
	margin-top:5px;
}
.mainNav ul.dropdown-menu li a.dropdown-item {
	background-color:transparent;
	color:white;
	padding-left:0;
	font-weight:400;
	font-size: 1.2rem;
}
.mainNav ul.dropdown-menu li a:hover, .mainNav ul.dropdown-menu li a:focus {
	background-color:transparent;
	color:white;
	padding-left:0;
	font-weight:400;
	text-decoration: underline;
}

/* ============== MediaQueries -  ============= */


/* Small devices*/
@media (min-width: 576px) {
header.mainHeader {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 12px 10px;
	}


.mainNav button.navbar-toggler:after {
	opacity:1;
}
.mainNav button.navbar-toggler:hover:after, .mainNav button.navbar-toggler:focus:after {
	background-color: #820024;
	color: #ffffff;
	transition:all 0.5s ease-out;
}		
	
	nav.navbar.mainNav.d-block {
	padding: 86px 0 0;
}

.tertMenu {
    display: block;
    width: 290px;
    bottom: -17px;
    right: 0;
    position: absolute;
    z-index: 10;
}

	.tertMenu nav {
    display: inline-block;
}

		.tertMenu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

			.tertMenu nav ul li, .tertMenu button.searchTrigger {
				display:inline-block;
				height: 40px;
			}

			.tertMenu button.searchTrigger {
				color: #ffffff;
				font-size: 13px;
				padding-top: 3px;
				position: absolute;
			}

			.tertMenu button.searchTrigger span[class*='icon-']:before {
							font-family: 'jefficon';
							content:'\0049';
							display:block;
							position: relative;
							font-size:28px;
							line-height:28px;
							width: 28px;
							height: 28px;
							color: #820024;
							background-color: #ffffff;
							border-radius: 14px;
							margin: 0 auto;
			}
			.tertMenu button.searchTrigger:hover:before, .tertMenu button.searchTrigger:focus:before {
							content:'';
							display:block;
							position: absolute;
							width: 9px;
							height: 9px;
							background-color: #820024;
							border-radius: 5px;
							margin: 0 auto;
							z-index: 1;
							top: 32px;
							left: calc(50% - 4px);
			}
				.tertMenu button.searchTrigger:hover span, .tertMenu button.searchTrigger:focus span {
							text-decoration: none;
			}
	.tertMenu button.searchTrigger span, .tertMenu button.searchTrigger span {
							color:#820024;
		font-weight:400;
			}
				.tertMenu button.searchTrigger:hover:after, .tertMenu button.searchTrigger:focus:after {
  				text-decoration: none;
			}
				.tertMenu nav ul li a {
						color: #820024;
						font-size: 13px;
						text-transform: uppercase;
						/* height: 20px; */
						display: block;
						padding: 0 10px;
}
				.tertMenu nav ul li a:hover:after {
						background-color: #820024;
}

					.tertMenu nav ul li a:after {
							content:'';
							display:block;
							position: relative;
							width: 10px;
							height: 10px;
							background-color: #ffffff;
							border: 2px solid #820024;
							border-radius: 5px;
							margin: 6px auto;
	}



	
}/*END MQ-mw576 */



/*END - HEADER ========== */




/* ================ FOOTER ================= */

footer.mainFooter {
color:#fff;
background-color:#730b1d;
	padding:30px 0;
	position:relative;
}
footer.mainFooter * {
	color:#fff;	
	font-size:14px;
}

footer.mainFooter .container {
position:unset;
}

footer.mainFooter ul, footer.mainFooter li {
padding:0; list-style:none;	
}

.footLogos .suny {
    padding: 10px 30px;
}

.footLinks .col-4 {
padding-top:15px;
padding-bottom:15px;
}
.footLinks .col-4:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
	background: -moz-linear-gradient(top, rgba(87,82,82,0) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 57%, rgba(87,82,82,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(87,82,82,0) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 57%,rgba(87,82,82,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(87,82,82,0) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 57%,rgba(87,82,82,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00575252', endColorstr='#00575252',GradientType=0 ); /* IE6-9 */	
	}
.footLinks li {
	margin-bottom:8px;	
}

ul.footSocial {
	position:relative;
	width: 270px;
    display: block;
    margin: 0 auto;
}
ul.footSocial li {
display:inline-block;
}


ul.footSocial li a {
display:block;
width:60px;
height:60px;
padding:10px;	
}

ul.footSocial span[class*='icon-']:before {
font-size:40px;
}



/* ============== MediaQueries -  ============= */


/*Medium devices*/
@media (min-width: 768px) {
	.footLogos .suny {
		padding: 30px 50px;
	}
	.footLinks .col-4 {
	padding-top:0;
	padding-bottom:0;	
	}

		
}

/*Extra large devices*/
@media (min-width: 1200px) {

ul.footSocial {
position:absolute;
top:20px;
right:30px;
width:40px;
display:block;	
}

ul.footSocial li {
display:block;
}

ul.footSocial li a {
display:block;
width:60px;
height:60px;
font-size:40px;
padding:10px;	
}

}




/*END - FOOTER ========== */



/* ========== HOME TEMPLATE ELEMENTS - body.home ========== */

/* ---------------home - hero **NOTE** please see line 1155 ----------------------- */
.hero {
    margin-top: 0px;
}
/* change .hero and .noHero margin-top back to 80px if .covid-alert is removed - see lines 1153, 1624, 2126  */
.hero img {
    width:100%;
}

.home.hero .col-12 .absoScreen {
    position: absolute;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 100%;
	z-index: 15;

}

.home.hero .col-12 .absoScreen .container {
    margin: 0 auto;
    height: 100%;
	padding: 0;
}

.heroContent {
	width:100%;
	height:auto;
	display:block;
    position: absolute;
    bottom: 0;
    padding: 40px 15px 10px;
	color:#fff!important;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.49) 26%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.49) 26%,rgba(0,0,0,1) 53%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.49) 26%,rgba(0,0,0,1) 53%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	

}	

.heroContent:after, .heroContent:before {
display:none;
}


.heroContent h2, .heroContent h2 a {
		display:block;
		font-size:3.375rem;
		color:#e2791c;
		line-height: 0.9em;
		border-bottom:1px solid transparent;
	}
.heroContent h2 a::after {
    content: '\00bb';
	display: inline-block;
    margin-left: .3em;
    width: 0.4em;
    margin-right: -0.9em;
    padding-right: 0.3em;
}

.heroContent h2 a:hover, .heroContent h2 a:focus {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	display:block;
}


	.heroContent p {
		display:none;
		font-size:1.25rem;
		line-height: 1.25em;
	}

/* Home Hero Title Fix */

@media (max-width:575px) {
	.heroContent h2, .heroContent h2 a {
			display:block;
			font-size:2.375rem;
			color:#e2791c;
			line-height: 0.9em;
			border-bottom:1px solid transparent;
		}

	.heroContent {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.49) 26%, rgba(0,0,0,1) 53%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.49) 26%,rgba(0,0,0,1) 53%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.49) 26%,rgba(0,0,0,1) 53%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	
	}

}
/* END - Home Hero Title Fix */




@media (min-width: 576px) {
	
.home.hero .col-12 .absoScreen .container {
	padding-right: 15px;
	padding-left: 15px;
}	

.heroContent {
	width:450px;
	position:relative;
	padding: 70px 30px;
	text-align: left;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 70%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.6) 20%,rgba(0,0,0,1) 30%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 70%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.6) 20%,rgba(0,0,0,1) 30%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 70%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}	
	
	.heroContent p {
		display:block;
	}
	
.heroContent:after {
right:0;
}
.heroContent:before {
left:0;
}	
	.heroContent:after, .heroContent:before {
content:'';
display:block;
width:2px;
height:100%;
position:absolute;
top:0;
bottom:0;	
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	
}	
	
} /*end mqMin576*/


/* -----------------home - CTAs--------------------- */


.mainCtas {
	background-color: #BF0D3E;
	border-top: 1px solid white;
}

.mainCtas .container {
    overflow: visible;
}

	.mainCtas a.cta {
	color:#fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/* min-height: 110px; */
	transition:background-color 0.5s ease-out;
	}
		.mainCtas a.cta:last-of-type {
	border-right: 1px solid #fff;
	}

.mainCtas a.cta span[class*='icon-']:before {
		font-family:'jefficon';
		font-size: 45px;
		line-height:1;
		display: flex;
		/* width: 65px; */
		text-align: left;
		position: absolute;
		left: 30px;
		/* top:0; */
		color:#fff;
}

	.mainCtas a.cta.progs {
	background-color: #820024;
	}

	.mainCtas a.cta.progs span[class*='icon-']:before, .mainCtas a.cta.admis span[class*='icon-']:before {
		/* font-size:60px; */
		/* line-height:45px; */
		/* padding-right: 20px; */
		/* margin-right: 25px; */
		/* display: flex; */
	}
	.mainCtas a.cta.admis {
	background-color: #820024;
	}
	.mainCtas a.cta.info {
	background-color: #820024;
	}
.mainCtas a.cta.cost {
	background-color: #820024;
	}

	.mainCtas a.cta:hover, .mainCtas a.cta:focus {
	background-color:#575252;
	text-decoration: none;
	}

	.mainCtas a.cta:hover h2, .mainCtas a.cta:focus h2, .mainCtas.inner a.cta:hover, .mainCtas.inner a.cta:focus {
	text-decoration: underline;
	}
		a.cta h2 {
		font-size: 2rem;
		/* line-height:1.1; */
		/* padding-left: 20px; */
		display: flex;
		align-items: center;
		gap: 0.5rem; /* Adds space between icon and text */
		padding-left: 75px;
		}

		a.cta p {
		color:#fff;
		padding-left:75px; 
		position:relative;
		margin-bottom:0;
		}





/* -----------------home - intro--------------------- */


	.homeIntro h2 {
	color:#820024;
	font-size:2.625rem;
	line-height:1.1;
	max-width: 475px;
	margin-bottom:1rem;
	}

.homeIntro a { text-decoration:underline;}
.homeIntro a:hover { color:#820024;}

	.homeIntro ul {
	padding-left:0;
	}
	.homeIntro ul li {
	list-style-type: none;
	margin-bottom: 1em;
	}
	.homeIntro ul li:before {
	content:'.';
	font-weight: 800;
	position:absolute;
	font-size:1em;
	line-height:1em;
	left: 0.4em;
	padding-left: 0.3em;
	}





/* -----------------home - links area--------------------- */


.homeLinks {
	background-color:#730b1d;
}
.homeLinks .container {
	overflow:visible;
}

.homeLinks a {
    background-color: #730b1d;
    padding: 10px 30px;
	border:1px solid #fff;
    border-width: 1px 0px 1px 1px;
	z-index: 0;
	transition:background 0.5s ease-out;
	
}
.homeLinks a:last-of-type {
    border-width: 1px 1px 1px 1px;
}

.homeLinks a:hover, .homeLinks a:focus {
    text-decoration: none;
	background-color: #575252;
}

	.homeLinks a img {
		width:100%;
	}

	.homeLinks a h3 {
		color: #fff;
		font-size:1.875rem;
		line-height:1.1;
	}

	.homeLinks a:hover h3, .homeLinks a:focus h3 {
		text-decoration:underline;
	}

	.homeLinks a p {
		color: #fff;
		font-size:1.125rem;
		line-height:1.22;
		margin-bottom:5px;
	}

	.homeLinks.visual a {
		padding:0;
		z-index: 1;
		border-width: 1px 0px 0px 1px;
		background-color:#575252;
	}
	.homeLinks.visual a img {
		opacity:1;
		transition:opacity 0.5s ease-out;
	}	
	.homeLinks.visual a:hover img, .homeLinks.visual a:focus img {
		opacity:0.3;
	}
	.homeLinks.visual a:last-of-type {
		border-width: 1px 1px 0px 1px;
	}
	.homeLinks.visual a:before {
		content:'';
		display:block;
		position:absolute;
		top:15px;
		left:2.5%;
		width:95%;
		height: 0;
		background-color:transparent;
		box-shadow:0px -7px 28px 5px rgba(0,0,0,0.7);
		z-index:-1;
	}

	
	.homeLinks.visual .over {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;		
	}

	.homeLinks.visual .over {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 18%, rgba(0,0,0,1) 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 18%,rgba(0,0,0,1) 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 18%,rgba(0,0,0,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

	

	.homeLinks.visual .over h3 {
		padding: 15px 30px 5px;
	}



/* ------------------home - news/events-------------------- */

.artList {
	position: relative;
	padding-bottom:30px;
}
.artList ul {
	padding-left:0;
	list-style:none;
}


.home.artList h2 {
	font-size:4.125rem;
	text-transform: lowercase;
}
.home.artList h3 {
	font-size:1.5rem;
	line-height:1.1;
}
.artList a h3::after {

    content: '\00bb';
    display: inline-block;
    margin-left: .3em;

}
.artList.color3 a:hover h3 {
	color:#6E7A33;
}
.artList.color2 a:hover h3 {
	color:#b85d0f;
}


.home.artList .sTitle span[class*='icon-'] {
    display:none;
}

.artList.color3 h2, .artList.color3 h3, .artList.color3 h4 {color:#6E7A33;}
.artList.color2 h2, .artList.color2 h3, .artList.color2 h4 {color:#b85d0f;}
.artList.color2 a:hover h3, .artList.color2 a:focus h3, .artList.color3 a:hover h3, .artList.color3 a:focus h3 {text-decoration: underline;}


h4.artDate {
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: 40px;
	text-align:center;
}

.artDate span {
	line-height:1;
	font-weight:800;
	display:block;
	text-transform: uppercase;
}
.artDate span:first-of-type {font-size:1.875rem;}
.artDate span:last-of-type { font-size:0.875rem;}


.artList a.viewAll {
	position: absolute;
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 32px 6px 10px;
    border-radius: 13px;
}


a.viewAll [class*='icon-']:before {
	font-size: 24px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.artList.color2 a.viewAll {
	background-color:#b85d0f;
}
.artList.color3 a.viewAll {
	background-color:#6E7A33;	
}

/* ============== MediaQueries -  ============= */

/*Large devices*/
@media (min-width: 992px) {
	.home.artList .sTitle span[class*='icon-'] {
		display:block;
		color: #a8a8aa;
		position: absolute;
	}

	.home.news .sTitle span[class*='icon-'] {top: 75px; left:15px;font-size: 70px;}
	.home.events .sTitle span[class*='icon-'] {top: 15px; right:15px;font-size: 60px;}	

}/*end mqMin992*/



/* ========== COMMON INTERIOR TEMPLATE ELEMENTS ========== */

main#mainContent {
	margin-bottom:3rem;
}

/*no hero templates*/
.noHero {
    margin-top: 0px;
}
/* change .noHero margin-top back to 120px if .covid-alert is removed lines 1153, 1624, 2126*/
.noHero img.introImg {
   margin-bottom: -15px;
}

.noHero ol.breadcrumb {
    padding: 25px 0 15px 0;
} 
/*no hero templates*/


/*inner mainCTAs*/

.mainCtas.inner { border-bottom: 1px solid white;}
.mainCtas.inner a {
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	text-align: center;
	min-height:0;
    border-bottom: none;
	}
/*END - inner mainCTAs*/

/*breadcrumbs*/

.breadRow nav {}

	ol.breadcrumb {
	background-color:transparent;
	border-radius:0;
	padding: 15px 0;
}
		li.breadcrumb-item {
			font-size:0.875rem;
	
}
			li.breadcrumb-item a {
				color:#575252;
}
			li.breadcrumb-item a:hover, li.breadcrumb-item a:focus {
				color:#820024;
				text-decoration:underline;
}
				li.breadcrumb-item.active {}



.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "|";
}

/*END - breadcrumbs -------------- */

/* sidenav */
nav.sideNav {
    color: #575252;
    position: relative;
    width: 100%;
    padding-top: 45px;
}

.sideNav button.navbar-toggler {
top: 0;
    right: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 10px 5px;
    border-radius: 21px;
    background-color: #730b1d;
    border: 2px solid rgba(255,255,255,1);
}

.sideNav button.navbar-toggler:after {
	content: 'section menu';
    display: block;
    position: absolute;
    left: -120px;
    top: -2px;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid white;
    padding: 9px 8px 9px 7px;
    border-radius: 18px;
    z-index: -1;
    transition: opacity 0.5s ease-out;
}


.sideNav button.navbar-toggler .icon-bar {
	background-color:#fff;
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 3px;
	transition: all 0.5s;
}


.sideNav .navbar-toggler.collapsed:hover .icon-bar {
	margin-bottom:5px;
}

.sideNav .navbar-toggler.collapsed:hover .icon-bar.b1 {
	margin-top:-2px;
}

.sideNav .navbar-toggler .b1 {
    transform: rotate(45deg);
    transform-origin: 23% 100%;
  }
.sideNav .navbar-toggler .b2 {
    opacity: 0;
  }
.sideNav .navbar-toggler .b3 {
    transform: rotate(-45deg);
    transform-origin: 21% -68%;
  }

.sideNav .navbar-toggler.collapsed .icon-bar.b1 {
    transform: rotate(0);
  }
.sideNav .navbar-toggler.collapsed .b2 {
    opacity: 1;
  }
.sideNav .navbar-toggler.collapsed .b3 {
    transform: rotate(0);
}







.sideNav .navbar-collapse {
color:#575252;	
}

	.sideNav ul.navbar-nav {
	color:#575252;	
	width:100%;
	}

			.sideNav a.nav-link {
			color:#575252;
			position: relative;
			}

				.sideNav a.nav-link.parent {
				font-weight:700;
					font-size:1.2em;
				}

				.sideNav a.nav-link.active, .sideNav a.nav-link:hover, .sideNav a.nav-link:focus {
				color:#820024;
				text-decoration: underline;
				}
				.sideNav a.nav-link.active:before, .sideNav a.nav-link:hover:before, .sideNav a.nav-link:focus:before {
				content: '\2022';
				position: absolute;
				margin-left: -0.6em;
				font-size: 1.5em;
				line-height: 1em;
				text-decoration:underline; /*ie11/edge glitch fix */
				display:inline-block; /*ie11/edge glitch fix */
				}
				.sideNav a.nav-link.active:before, .sideNav a.nav-link:hover:before, .sideNav a.nav-link:focus:before {
				text-decoration:none; /*ie11/edge glitch fix */
				}

@media reader, speech, aural  {
    .sideNav a.nav-link.active:before, .sideNav a.nav-link:hover:before, .sideNav a.nav-link:focus:before, h2:after, h3:after {
        display: none;
        visibility: hidden;
    }	
}


/*END - sidenav -------------- */

.inEl {margin-bottom:2rem;}


/*responsive tables -------------- */
.table-responsive table.table {
	background-color: #fff;
	border:1px solid #a8a8aa;
}

table.table caption {
    caption-side: top;
	background-color:#730b1d;
	padding:0.4rem 0.6rem;
}
table.table caption h2 {
	font-size:1.1rem;
    color:#fff;
	margin:0;
}

table.table, table.table th, table.table td {
	border:1px solid #575252;
}
.table td, .table th {
	font-size:0.9rem;
	padding:0.4rem 0.6rem;
	vertical-align: middle;
}    

table.table th {
	background-color: #f3f3f4;
	font-weight:700;
}
table.table tr > td:empty {
	background-color: #c7c8ca;
}




/*END - responsive tables -------------- */


/*largeHighlight -------------- */


.lgHighlight {} 

.lgHighlight .topCont {}

.lgHighlight .titleRow {padding:10px 25px 0;}

.lgHighlight .titleRow h2 {
	font-size:1.875rem;
	color: #fff;
}
.lgHighlight .contRow {
	padding:0 25px;
	position:relative;}

.lgHighlight .contRow span[class*='icon-'] {
    display: block;
    color: #fff;
    position: absolute;
    font-size:5rem;
    margin-left:-7rem;
}
.lgHighlight .contRow a {color:#fff;}

.lgHighlight .btmCont {padding:15px 25px 0;}
.lgHighlight .imgBg {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.lgHighlight .btmCont h3 {
	color:#820024;
	font-size:1.5rem;
}
.lgHighlight .btmCont p {}
.lgHighlight .btmCont a {color:#820024;}

/*END -- largeHighlight -------------- */

/* groupHighlight/stats -------------- */

[class^="group"] [class*="col-"] {margin-bottom:2em;}
[class^="group"] > [class*="col-12"] {margin-bottom:0;}
[class^="group"] .item {
	background-color: #f3f3f4;
	height: 100%;
}
[class^="group"] .item .topArea {
	min-height:20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 1em;
	background-color: #575252;
}
[class^="group"] .item .topArea img {
	width:100%;
	margin-bottom: 0;
}
[class^="group"] .item a h2 {
	margin:0.5em 0 0.1em;
	padding:0 1rem 0;
}
[class^="group"] .item .txt {padding:0 1rem 0.5rem;}
[class^="group"] .item p {}

.groupHighlight {}

.groupHighlight .item a {display: block;}
.groupHighlight .item a:hover h2, .groupHighlight .item a:focus h2 {text-decoration: underline;}
.groupHighlight .item a h2:after {
    content: '\00bb';
    display: inline-block;
    margin-left: .3em;
}
.groupHighlight .item .topArea {background-color: #730b1d;}

.groupStats {}
.groupStats .item .topArea {padding: 0.8rem 1rem;}
.groupStats .item .topArea * {
	margin:0;
	font-size:2.65rem;
	color:#fff;
}

[class^="group"].colored>[class*="col-"]:nth-of-type(1) .topArea, [class^="group"].colored>[class*="col-"]:nth-of-type(5) .topArea, [class^="group"].color2 .topArea { background-color: #b85d0f;}
[class^="group"].colored>[class*="col-"]:nth-of-type(2) .topArea, [class^="group"].colored>[class*="col-"]:nth-of-type(6) .topArea, [class^="group"].color3 .topArea { background-color: #6E7A33;}
[class^="group"].colored>[class*="col-"]:nth-of-type(3) .topArea, [class^="group"].color4 .topArea { background-color: #6c567b;}
[class^="group"].colored>[class*="col-"]:nth-of-type(4) .topArea, [class^="group"].color1 .topArea { background-color: #730b1d;}

/* END - groupHighlight/stats -------------- */

/* blockquotes/testimonials -------------- */

.textArea blockquote {
color:#820024;
font-size:2.625rem;
line-height:1.4em;
margin-bottom: 2.5rem;
}
.textArea blockquote cite {
display:block;
color:#b85d0f;
font-size:1.5rem;
line-height:1.1em;
margin-top: 0.7em;
}

.textArea blockquote.testimonial {
font-size:1.5rem;
line-height:1.6em;
}
.textArea blockquote.testimonial img {
    -webkit-box-shadow: -1px 12px 15px -9px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 12px 15px -9px rgba(0,0,0,0.2);
    box-shadow: -1px 12px 15px -9px rgba(0,0,0,0.2);
}
.textArea blockquote.testimonial .cite {
font-size:1.125rem;
line-height:1.3em;
}
/* END - blockquotes/testimonials -------------- */

/* inline news/events -------------- */

.textArea .artList {padding-bottom: 0;}
.textArea .artList .sTitle {padding-bottom:0.4em;}
.textArea .artList.color2 .sTitle {background-color:#b85d0f;}
.textArea .artList.color3 .sTitle {background-color:#6E7A33;}
.textArea .artList.color2 .sTitle h2, .textArea .artList.color3 .sTitle h2 {
	color:#fff;
	margin:0;
	text-transform: lowercase;
	font-size: 2.2rem;
	line-height:1;
	}
.textArea .artList span[class*='icon-'] {display:none;}
.textArea .artList.color2 span[class*='icon-'] {color:#b85d0f;}
.textArea .artList.color3 span[class*='icon-'] {color:#6E7A33;}
.textArea .artList .arts {padding-top:1.3rem;padding-bottom:1.3rem;}
.textArea .artList.color2 .arts {background-color:#faf0e7;}
.textArea .artList.color3 .arts {background-color:#f1f4eb;}
.textArea .artList ul {
	padding-left:0;

}
.textArea .artList ul li:before {
	content:'';
}
.textArea .artList article a {
	text-decoration:none;
	display: block;
}
.textArea .artList article a h3 {						
	font-size:1rem;
	font-weight:700;
}
.textArea .artList.color2 article a h3, .textArea .artList.color2 article a { color:#a9550e;}
.textArea .artList.color3 article a h3, .textArea .artList.color3 article a {color:#5d7529; }

/* END - inline news/events -------------- */

/* inline accordion -------------- */

.accordion {}
.accSect {}
.accHead { border-bottom:1px solid #fff;}
.accHead h3 {}
.accHead button {
	display:block;
	position: relative;
	width:100%;
	font-size:1.1rem;
	text-align: left;
	border-bottom: 3px solid #730b1d;
	white-space: normal;
}
.accHead button .accicon:after {
    content: '-';
    display: block;
    position: Absolute;
    right: 0.375rem;
    top: 0.375rem;
    width: 26px;
    height: 26px;
    font-size: 26px;
    line-height: 0.7;
    border: 2px solid #fff;
    border-radius: 13px;
    text-align: center;
	padding-left: 1px;
}
.accHead button.collapsed .accicon:after {
	content:'+';
	line-height: 0.8;
}
.accordion .accSect .panel {}
.accBody {
	background-color: #f3f3f4;
	padding:1.1rem;
}
/* END -  inline accordion -------------- */

/*  linkBlock -------------- */

a.linkBlock {
	display:block;
	background-color: #f3f3f4;
	padding:0.5rem 0.75rem 0.5rem 0.75rem; /*L4rem*/
	position:relative;
	font-size:1.3rem;
	font-weight:400;
	-webkit-box-shadow: -1px 12px 15px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 12px 15px -9px rgba(0,0,0,0.2);
	box-shadow: -1px 12px 15px -9px rgba(0,0,0,0.2);
	border-bottom:2px solid #f3f3f4;
	transition:0.5s all ease-out;
}
a.linkBlock:hover, a.linkBlock:focus {
	border-bottom:2px solid #730b1d;
}

/*a.linkBlock span[class*='icon-']:before {
	position:absolute;
    top:0.5rem;
    left:1rem;
	font-size:2rem;
	line-height:1em;
    color:#575353;
    margin: 0 0.5em -0.15em 0;
}*/

a.linkBlock span[class*='icon-']:before {
    position: relative;
    display: inline-block;
    top: 0.5rem;
    left: 0.3rem;
    font-size: 2rem;
    line-height: 1em;
    color: #575353;
    margin: 0 0.6em -0.15em 0;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #730b1d;
}

/* END -  linkBlock -------------- */





/* ============== MediaQueries -  ============= */


/* Small devices*/
@media (min-width: 576px) {
	[class^="group"] [class*="col-sm"] {margin-bottom:0;}		
}/*end mqMin576*/

/*Medium devices*/
@media (min-width: 768px) {
	
	[class^="group"] [class*="col-md"] {margin-bottom:0;}
	
}/*end mqMin768*/

/*Large devices*/
@media (min-width: 992px) {
	.noHero {
		margin-top: 0px;
	}
	/* change .noHero margin-top back to 80px if .covid-alert is removed  lines 1153, 1624, 2126 */
	.textArea .artList span[class*='icon-'] {
		top: 0.3rem;
		left: 15px;
		font-size: 50px;
	}
	.textArea .artList span[class*='icon-'] {
		display: block;
		color: #575252;
		position: absolute;
	}	
	
}/*end mqMin992*/



body:not(.tabbing) *:focus,
body:not(.tabbing) button:focus,
body:not(.tabbing) input:focus,
body:not(.tabbing) select:focus,
body:not(.tabbing) textarea:focus,
body .skip-links a:focus{
  outline: none;
}
body.tabbing *:focus {
  outline: 4px dotted yellow;
	outline-offset: -4px;
}
body.tabbing .artList *:focus, body.tabbing .textArea *:focus, body.tabbing .breadcrumb *:focus, body.tabbing .sideNav *:focus, body.tabbing .rsb *:focus, body.tabbing .homeIntro *:focus {
  outline-color: #9A6C19;
	outline-offset: 0;
}
body.tabbing .color1bg *:focus {
  outline-color: yellow;
}
body.tabbing a.viewAll:focus, body.tabbing .mainHeader *:focus, body.tabbing .mainFooter *:focus, body.tabbing .breadcrumb *:focus {
  outline-offset: 0;
}


/*PROGRAM TEMPLATE*/

.programIntro {
	
}
.programIntro h1 {
    background-color: #b85d0f;
    color: #fff;
    padding: 0.1em 0.5em;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.programIntro img {
	
}
.programIntro ul {
padding-left:0;	
}
.programIntro ul li {
    font-size:1rem;
	padding-bottom:0.6em;
	display: flex;
    align-items: center;
}

.textArea .programIntro ul li:before {
    content: '';
    display: none;
}
.programIntro span.progli {
    display: inline-block;
	font-size:1.25em;
    width: 23%;/*190px*/
    text-align: right;
	color:#6E7A33;
	margin-right:10px;
}
.programIntro span.progli2 {
    display: inline-block;
    width: 70%;
	margin-left:10px;
}
.programIntro [class*='icon-'] {
    line-height: 0.1em;
    vertical-align: sub;
	display:inline-block;
}
.programIntro [class*='icon-']:before {
    color: #b85d0f;
    font-size: 1.5em;
    line-height: 0.5em;
}



.focusBox {
    filter: blur(5px);
	transition:1.0s filter ease-out;
	padding: 0 0 0.2em;
	background-color:#fff;
	z-index:1;
}
.focusBox.noBlur, .tabbing .focusBox {
    filter: blur(0px);
}
.focusBox.shadXTop:before {
	-webkit-box-shadow:0px -7px 15px 5px rgba(116,145,51,0.4);
	-moz-box-shadow:0px -7px 15px 5px rgba(116,145,51,0.4);;
	box-shadow:0px -7px 15px 5px rgba(116,145,51,0.4);
}

.focusBox.shad2b {
	-webkit-box-shadow: -1px 12px 15px -9px rgba(116,145,51,0.4);
	-moz-box-shadow: -1px 12px 15px -9px rgba(116,145,51,0.4);
	box-shadow: -1px 12px 15px -9px rgba(116,145,51,0.4);
}


.focusBox h2 {
	background-color:#fff;
	padding-top: 20px;
}

.focusBox a {
	color:#575252;
}


.adminBox {}

.adminBox h2 {
	color:#820024;
	text-align:right;
}



.textArea blockquote.testimonial.prog {
    font-size: 2.125rem;
    line-height: 1.3em;
}
.textArea blockquote.prog cite {
    font-size: 1.1rem;
    line-height: 1.4em;
}
.textArea blockquote.prog cite a {
    color: #b85d0f;
	text-decoration:underline;
}
.textArea blockquote.prog cite a:hover, .textArea blockquote.prog cite a:focus {
	text-decoration:none;
}

.programTable table.table, .programTable table.table th, .programTable table.table td {
    border: none;
}
.programTable table.table th {padding-top:0;}

.programTable table.table th:nth-of-type(1) {width: 80%;}
.programTable table.table th:nth-of-type(2) {text-align:center;}

.programTable table.table {
    border-top: 1px solid #575252;
}

.programTable a {
    color: #575252;
	text-decoration:underline;
}

.programTable table.table th {
    background-color: #fff;
    font-weight: 700;
}
.programTable {}
.programTable .courses {width:85%;}
.programTable .credits {width:15%;}

.programTable .credits, .programTable tr td:last-of-type {text-align:center;}

.ctaGroup, .progContacts {
	margin-bottom:3em;
}

.ctaGroup a.cta {
	display:block;
	padding:0.3em 0.6em;
	font-size:2.125rem;
	color:#fff;
	font-weight: 300;
}



	.ctaGroup div[class^="col-"]:nth-of-type(1) a.cta {/*.color3*/
	background-color:#6E7A33;
	}
	.ctaGroup div[class^="col-"]:nth-of-type(2) a.cta {  /*.color2B*/
	background-color:#b85d0f;
	}
	.ctaGroup div[class^="col-"]:nth-of-type(3) a.cta {/*.color4*/
	background-color:#6c567b;
	}
	.ctaGroup a.cta:hover, .ctaGroup a.cta:focus {
	background-color:#575252 !important;
	text-decoration: underline;
	}

	.ctaGroup a.cta span[class*='icon-']:before {
    font-size: 45px;
    line-height: 1;
    display: block;
    width: 45px;
    text-align: center;
    position: absolute;
    right: 35px;
    top: 15px;
    color: #fff;
	transform:rotate(-90deg);
	}

.progContacts .row.inEl {
    background-color: #fff;
}

.progContacts h2 {
	margin-bottom:0.8em;
}
.progContacts h3 {
	font-size:1em;
	font-weight:700;
}

.progContacts .row div[class^="col-"] {
    background-color: #fff;	
	padding-top:1em;
	padding-bottom:1em;
}

#cc-widget-careers {
    margin-bottom: 3em;
	background-color:#fbfcfc;
	color:#000;
	border:1px solid #dcdcdc;
}
/*Career Coach plugin - provided by JCC*/



.footer.sc-gZMcBi.isolzr{
	display:none !important;
}


/*button.sc-htoDjs.play-pause-button.cjYSWX.Button-kDSBcD.eJJQSQ {
	margin-right:275px !important;
}*/

/*.cc-content a:hover{
	color:#f2e18b !important;
}*/

.cc-card {
	height: auto !important;/*375px*/
    margin-right: auto;
    margin-left: auto;
	background-color:#fbfcfc !important;
	box-shadow:none !important;
}

.iRoJrB {
    margin-top: 0px !important; /*add*/
}

.sc-bZQynM.cc-content-link.lipGXP.Button-kDSBcD.jrzZKG {
	background-color:#820024 !important; /*#820024*/
	color:#fff !important;
}
a.sc-bZQynM.cc-content-link.lipGXP.Button-kDSBcD.jrzZKG:hover, a.sc-bZQynM.cc-content-link.lipGXP.Button-kDSBcD.jrzZKG:focus {
	text-decoration: underline;
}

.sc-EHOje.cc-content-salary.ImFjv{
	color:#820024 !important; /*#820024*/
	padding-top:10px !important;
}

.sc-bxivhb.cc-content-title.bEHACH{
	margin-bottom:0px !important;
}

.hbMPRg path, .hfgXSg svg {
	fill:#820024 !important; /*#820024*/
}
/*END - Career Coach plugin - provided by JCC*/


/* ============== MediaQueries -  ============= */


/* Small devices*/
@media (min-width: 576px) {
	
}/*end mqMin576*/

/*Medium devices*/
@media (min-width: 768px) {
	
.programIntro [class*='icon-'] {
	display:inline-block;
}

}/*end mqMin768*/

/*Large devices*/
@media (min-width: 992px) {
	
	
}/*end mqMin992*/


/*END - PROGRAM TEMPLATE*/

/* SEARCH TEMPLATE*/



.textArea.searchMain .ou-search-container {
	width:100% !important;
	padding: 0;
}

h1#query-title, h2#query-title {
	color: #6c567b;
}

/* Search Form Area */

#ou-search-form {}

#ou-search-results .ou-search-input {/*main text input*/
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    width: 100%;
    border: 2px solid #6c567b;
} 


/* Advanced Area */

#ou-search-advanced {}

#ou-search-results h2.ou-search-advanced-header, #ou-search-results h3.ou-search-advanced-header {
    width: 200px;
    font-size: 1.125rem !important;
    margin-top: 5px;
    color: #fff;
    border-radius: 0;
    background-color: #6E7A33;
    border: 1px solid #749133;
    font-weight: 700;
    text-align: left;
    padding:10px 15px;
	float: right;
    clear: both;
}
#ou-search-results h2.ou-search-advanced-header:hover, #ou-search-results h3.ou-search-advanced-header:hover, #ou-search-results h2.ou-search-advanced-header:focus, #ou-search-results h3.ou-search-advanced-header:focus  {
    border-radius: 0;
    background-color: #749133;
    border: 1px solid #6E7A33;
	text-decoration:underline;
}

#ou-search-results .ou-search-advanced-header .ui-accordion-header-icon {
	display: none;
}


.ou-search-advanced .ou-search-row fieldset legend {
	
}

#ou-search-help-list a {}

.ou-search-advanced .ou-search-row fieldset .ou-search-advanced-group label {
	
}


/*Submit Button*/

#ou-search-results .ou-search-button {
	width:200px;
	font-size: 1.125rem !important;
	font-weight: 700;
	text-align: left;
	padding: 10px 2.2em 10px 15px;
	color:#fff;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #6c567b;
	border: 1px solid #46166B;
	border-radius: 0;
	position: relative;
	float: right;
    clear: right;
	z-index: 3;
}


#ou-search-results .ou-search-button:after {
    display: block;
    position: absolute;
    font-family: 'jefficon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\0049';
    right: 15px;
    top: 7px;
    font-size: 1.8rem;
}
.tabbing #ou-search-results .ou-search-button:after {
    display: none;
}



#ou-search-results .ou-search-button:hover, #ou-search-results .ou-search-button:focus {
    border-radius: 0;
	text-decoration:underline;
    background-color: #46166B;
    border: 1px solid #6c567b;
}

/*begin result number row */


.ou-search-container > .ou-search-row {
    clear: both;
}


#ou-search-results .ou-search-current-range {
    float: none;
    display: block;
}


/*begin listed results */
.ou-search-results-container {}

	ul.ou-search-results {

	}

		ul.ou-search-results li.ou-search-result-li {

		}


.textArea.searchMain ul li:before {
    display:none;
}

			ul.ou-search-results li.ou-search-result-li h3.ou-search-result-heading {

			}

				#ou-search-results a {color: #46166B;word-wrap: break-word;}

				ul.ou-search-results li.ou-search-result-li p.ou-search-abstract .pubDate {
    			font-weight: 700;
				}
				ul.ou-search-results li.ou-search-result-li p.ou-search-link {
				display:none;
				}



/*Search Pagination*/

#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 20px;
    line-height: 1.4;
    text-decoration: none;
    color: #730b1d;
    background-color: #fff;
    border: 1px solid #730b1d;
    margin-left: -1px;
}
#ou-search-results .ou-search-pagination>.ou-search-active>a, #ou-search-results .ou-search-pagination>.ou-search-active>span, #ou-search-results .ou-search-pagination>.ou-search-active>a:hover, #ou-search-results .ou-search-pagination>.ou-search-active>span:hover, #ou-search-results .ou-search-pagination>.ou-search-active>a:focus, #ou-search-results .ou-search-pagination>.ou-search-active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #730b1d;
    border-color: #730b1d;
    cursor: default;
}
#ou-search-results .ou-search-pagination>li>a:hover, #ou-search-results .ou-search-pagination>li>span:hover, #ou-search-results .ou-search-pagination>li>a:focus, #ou-search-results .ou-search-pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #730b1d;
    border-color: #730b1d;
}
#ou-search-results .ou-search-pagination>.ou-search-disabled>span, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:hover, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:focus {
    color: #730b1d;
    background-color: #fff;
    border-color: #730b1d;
    cursor: not-allowed;
}


/* Small devices*/
@media (min-width: 576px) {
.ou-total-results {/*margin-top: -50px;*/ width:50%;} 	
}/*end mqMin576*/

/*END - SEARCH TEMPLATE*/


/* PROGRAM FILTER*/


/*.textArea.programFilter h1 {
color:#b85d0f;
}*/

.programFilter .ctaGroup a.cta {
	font-size: 1.375rem;
    height: 100%;
    padding: 0.8em 0.6em;
    text-align: center;
    font-weight: 400;
	border-bottom:1px solid #fff;
}

.progNav {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.sideNav.progNav button.navbar-toggler:after {
	content: 'program filters';
	left: -140px;
}
.eventsDetail .sideNav.progNav button.navbar-toggler:after {
	content: 'event filters';
	left: -120px;
}
.textArea.directory .sideNav.progNav button.navbar-toggler:after {
	content: 'directory filters';
}

.progNav #progFilters {
	flex-direction: column;
	width:100%;
}

#progFilters section {
	width:100%;
}

#progFilters .filterSet {
    border:1px solid #6E7A33;
    margin-bottom:1.2rem;
}

#progFilters .filterSet.filTxt {
    border:1px solid #6c567b;
    margin-bottom:1.2rem;
}

#progFilters .filterSet ul {
    padding:5px 15px;
}

#progFilters .filterSet h2, #progFilters .filterSet.filTxt label {
    background-color: #6E7A33;
    color: #fff;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
}

#progFilters .filterSet.filTxt h2 {
	width:100%;
	background-color: #6c567b;
	margin-bottom: 0;
}

#progFilters .filterSet.filTxt input {
	width:100%;
	border:0;
	padding:5px;
}

/*CHECKBOXES*/
ul.checkList {
   	margin:0;
	padding:0;
	list-style: none;
}

.textArea .progNav ul li:before {
	content:none;
}

.checkList .checkboxLi input[type="checkbox"], .checkList .checkboxLi input[type="radio"] {
    opacity: 0;
	position: absolute;
}

.checkList .checkboxLi label{
    padding-left: 32px;
    margin-left: -10px;
}

.checkList .checkboxLi label::before{
    content: "+";
    display: inline-block;
    height: 22px;
    width: 22px;
    border: 1px solid grey;
    border-radius: 11px;
    font-weight: 400;
    line-height: 20px;
    font-size: 22px;
    text-align:center;
}

.checkList .checkboxLi label::after {
    content: "";
    display: inline-block;
    height: 0px;
    width: 0px;
    font-weight: 400;
}

.checkList .checkboxLi label {
    position: relative;
}
.checkList .checkboxLi label::before,
.checkList .checkboxLi label::after {
    position: absolute;
}

.checkList .checkboxLi label::before {
    top: 1px;
    left:0;
}

.checkList .checkboxLi label::after {
    left: 0;
    top: -2px;
    text-align: center;
}


.checkList .checkboxLi input[type="checkbox"] + label::after, .checkList .checkboxLi input[type="radio"] + label::after {
    content: none;
}

.checkList .checkboxLi input[type="checkbox"]:checked + label::after, .checkList .checkboxLi input[type="radio"]:checked + label::after {
    content: "-";
    height: 22px;
    width: 22px;
    line-height:22px;
    font-size: 32px;
    color: #fff;
}

.checkList .checkboxLi input[type="checkbox"]:checked + label::before, .checkList .checkboxLi input[type="radio"]:checked + label::before {
    content: "";
    background-color: #6E7A33;
}
.checkList .checkboxLi input[type="checkbox"]:hover + label::before, .checkList .checkboxLi input[type="radio"]:focus + label::before {
    background-color: #6E7A33;
    color: #fff;	
}
.checkList .checkboxLi input[type="checkbox"]:checked + label, .checkList .checkboxLi input[type="radio"]:checked + label {
    color:#6E7A33;
}
.checkList .checkboxLi input[type="checkbox"]:hover + label, .checkList .checkboxLi input[type="checkbox"]:focus + label, .checkList .checkboxLi input[type="radio"]:hover + label, .checkList .checkboxLi input[type="radio"]:focus + label {
    text-decoration:underline;
	cursor: pointer;
}
.checkList .checkboxLi input[type="checkbox"]:focus + label::before, .checkList .checkboxLi input[type="radio"]:focus + label::before {
    /*outline: rgb(59, 153, 252) auto 5px;*/
}

.checkList li.checkboxLi.sub {
    padding-left: 15px;
}

/*END-CHECKBOXES*/


	.grid-sizer, .progTile {
			width: 99%;
	}
	.gutter-sizer {
		width:1%;
	}

@media (min-width:480px) {
	.grid-sizer, .progTile {
			width: 48%;
	}
}

@media (min-width:576px) {
	.grid-sizer, .progTile {
			width: 31%;
	}
	.gutter-sizer {
		width:3%;
	}
}



.grid-item.progTile {
	border-top:6px solid #820024;
	background-color:#faf0e7;
	margin-bottom:15px;
}

.grid-item.progTile:hover, .grid-item.progTile:focus {
	border-top: 6px solid #575252;
	background-color:#575252;
}

.progTile .progTileInner {
	padding:10px;
}
.progTile h3 {	
font-size:1.4rem;
}
.progTile h4 {	
font-size:1.1rem;
font-weight:600;
}
.progTile h3 {	
color: #820024;
}
.progTile:hover h3, .progTile:hover h4, .progTile:focus h3, .progTile:focus h4 {	
color: #fff;
}
.progTile h4 {
color: #575252;
}

@media (min-width:768px) {

	.programFilter .ctaGroup a.cta {
		border-bottom:none;
	}	
	
}

/*END - PROGRAM FILTER*/


/* Directory Listing */


#jccdatatable_wrapper {
	margin-bottom:5rem;
}

#jccdatatable_filter {display:none;} /* hiding datatable default search for custom in LSB */



div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	padding-left:0;
}
.textArea div.dataTables_wrapper div.dataTables_paginate ul.pagination li:before {
    content: none;
    display: none;
}

/* END - Directory Listing */

/* Directory Detail */

.directoryDetail h3 {
	margin:0.5em 0 0.1em;
}

.directoryDetail .accordion h3 {
	margin:0;
	display: block;
}

.directoryDetail .evdirImg {
}
.directoryDetail .evdirImg img {
border-radius:50%;
margin-bottom: 0.3em;
}

.directoryDetail h3 {
    color: #4e4e4e;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 15px;
}

.directoryDetail h3.honor {
	color: #46166B;
    font-weight: 800;
	display:block;
}


ul.badgeList {	
padding: 0;
}
ul.badgeList li:before {
content: none;
}


h2.formhead {	
color: #820024;	
font-size: 1.5rem;	
font-weight: 600;	
line-height: 1.1em;	
margin-bottom: 1em;	
text-transform: uppercase;	
letter-spacing: 0.1em;
}				

.ou-form form.directoryForm {	
border: none;	
background-color: #fff;
}
.ou-form form.directoryForm .form-group label.control-label{	
color: #656565;	
text-transform: uppercase;	
font-size: 1.1rem;	
font-weight: 400;
}

.ou-form form.directoryForm .form-group span.required{	
font-size: 0.8em;	
color: #820024;
display: inline-block;
margin-left: 0.5em;
}


.ou-form form.directoryForm input.form-control, .ou-form form.directoryForm textarea.form-control{
	background-color: #f3f3f4;
	border:none;
	border-radius:0;
}
.ou-form form.directoryForm textarea.form-control{
	height:150px
}

.ou-form form.directoryForm button.submitBtn {
	background-color:#fff;
	border:2px solid #fff;
	color: #820024;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	float:right;
	cursor: pointer;
	position: relative;
	padding: 5px 40px 5px 13px;
	}

.ou-form form.directoryForm button.submitBtn:hover, .ou-form form.directoryForm button.submitBtn:focus {
	border:2px solid #820024;
}

	.ou-form form.directoryForm button.submitBtn:after {
	content: '\004e';
	color: #6F6F6F;
	font-size: 1.1em;
	display: block;
	position: absolute;
	font-family: 'jefficon';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	right: 4px;
	top: 0.2em;
	}


				

/* END - Directory Detail */


/* NEWS LANDING*/
.newsLanding {
	
}
.newsLanding h1 {
background-color:#6E7A33;
	color:	#fff;
	padding:5px 20px 15px;
	font-size:3.5rem;
	line-height:1em;
}

.newsLanding h1 {
	position: relative;
	background-color:#6E7A33;
	color:	#fff;
	padding:5px 20px 15px 5.8rem;
	font-size:3.5rem;
	line-height:1em;
	margin-bottom: 2rem;
}


.newsLanding h1 .icon-news {
    font-size: 1em;
    line-height: 1em;
    position: absolute;
    left: 20px;
    top: 10px;
}



ul.landingList  {
	margin:0;
	padding:0;
	list-style:none;
}

ul.landingList li:before {
	display:none;
}

.landingList article  {
	margin-bottom:1.875rem;
}

.landingList article.highArt {
    background-color: #faf0e8;
	margin:0 0 1.875rem 0;
}


.landingList article h2  {
	font-size:1.375rem;
}
.landingList article.highArt h2 {
    margin-top:0.5em;
}

.landingList article h2:after {
    content: '\00bb';
    display: inline-block;
    margin-left: .3em;
}

.textArea .landingList li article.highArt h2, .textArea .landingList li article.highArt a {
text-decoration: none;
color: #820024;
}
.textArea .landingList article.highArt a:hover {
text-decoration: underline;
color: #820024;
}


.landingList article p  {
	font-size:0.9rem;
	margin-bottom:0.5em;
}
.landingList article .byLine  {
	font-weight:400;
}

.landingList article .d-flex  {
	align-items:flex-start;
}

.landingList article.highArt .d-flex {
padding-left:0;
}

.landingList article .d-flex img {
	flex:1;
	margin-right:1.5rem;
	max-width:160px;
	align-self:flex-start;
	flex-shrink: 0;
}
.landingList article.highArt .d-flex img {
	flex:2;
	max-width:255px;
	flex-shrink: 0;
	margin-right:0;
}

.textArea .landingList img {
	margin-bottom:0;
}
.landingList article .d-flex .listText {
	flex:3;
}
.landingList article.highArt .d-flex .listText {
	margin-left:1.5rem;
}




/*JCC In The News*/
section.singleSection {
	background-color:#f3f3f4;
	margin-left: 0;
    margin-right: 0;
}

section.singleSection .topArea {
	background-color: #6E7A33;
	padding:5px 15px;
	border-bottom:2px solid #fff;
}

section.singleSection .topArea h2 {
	color: #fff;
	font-size:2.625rem;
}

section.singleSection ul.sectionList {
	margin:1em 0 0 0;
	padding:0;
	list-style: none;
}

section.singleSection ul.sectionList article {
	padding-top: 10px;
	padding-bottom: 10px;
}

section.singleSection ul.sectionList article:after {
	content:'';
	display:block;
	width:100%;
	height:2px;

background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(147,147,147,1) 43%, rgba(147,147,147,1) 50%, rgba(147,147,147,1) 57%, rgba(147,147,147,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 43%,rgba(147,147,147,1) 50%,rgba(147,147,147,1) 57%,rgba(147,147,147,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 43%,rgba(147,147,147,1) 50%,rgba(147,147,147,1) 57%,rgba(147,147,147,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00939393',GradientType=1 ); /* IE6-9 */
}
section.singleSection ul.sectionList article:last-of-type:after {
	content:'';
	display:none;
	width:100%;
}


section.singleSection .sectionList a {
	color: #6E7A33;
	font-size:1.375rem;
}
section.singleSection .sectionList a h2:after {
    content: '\00bb';
    display: inline-block;
    margin-left: .3em;
}
section.singleSection .sectionList .byLine {
	font-weight:400;
	text-align:right;
}

/*END - JCC In The News*/

/* PAGINATION - News Landing */

.pagination {
    border-radius: 0;
}
.page-link {
    color: #730b1d;
    border: 1px solid #730b1d;
	font-weight:400;
}
.page-link:hover, .page-link:focus, .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #730b1d;
    border-color: #730b1d;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius:0;
}


/* END - PAGINATION - News Landing */

.newsLanding aside.rsb section {
	border:2px solid #6E7A33;
	padding:0 15px 0;
	margin-bottom:30px;
}
.newsLanding aside.rsb section:nth-of-type(2) {
	border:2px solid #b85d0f;
}
.newsLanding aside.rsb section h2 {
	background-color: #6E7A33;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    font-size: 1.125rem;
    font-weight: 400;
}
.newsLanding aside.rsb section:nth-of-type(2) h2 {
	background-color: #b85d0f;
}
.newsLanding aside.rsb section ul {
list-style:none;
	margin:15px 0;
	padding:0;
}

.newsLanding aside.rsb section ul a {
	display:block;
	font-size: 1.125rem;
    font-weight: 300;
	/*color:#585859;*/
	padding-bottom:10px;
}

/*.newsLanding aside.rsb p a {
	text-decoration:underline;
}*/


/*END - NEWS LANDING*/

/* NEWS DETAIL */

.newsDetail header {
	margin-bottom:1rem;
}

.newsDetail header .newsPub {
    min-height: 1.1em;
}
.newsDetail header .newsPub p {
	margin:0;
	position: absolute;
	bottom:0;	
	right:15px;
	font-size:0.9rem;
	font-weight:400;
}

.newsDetail header .newsPub .icon-news {
color:#6E7A33;
	font-size:4rem;
}

.textArea figure.newsMain {
	display:flex;
}

.textArea figure {
	display:table;
}
.textArea figure figcaption {
	display:table-caption;
	caption-side: bottom;
}
.textArea figure.newsMain figcaption {
	display:block;
}

.textArea figure.float-right {
	margin-left:1em;
}
.textArea figure.float-left {
	margin-right:1em;
}
@media screen and (max-width:575px) {
	.textArea figure.float-right, .textArea figure.float-left {
		width:100%;
	}	
}

.newsDetail article footer {
	background-color:#f1f4ea;
	margin-top:2em;
	padding-top:1em;
	padding-bottom:1em;
	margin-right: 0;
    margin-left: 0;
	}
.newsDetail article footer h2 {
	color:#5d7529;
	font-size:1rem;
	font-weight:700;
	display:inline;
	margin-right:0.3em;
	}
.newsDetail article footer p {
	display:inline;
	}

.newsDetail article footer a {
	color:#575252;
	}
.newsDetail article footer a:hover, .newsDetail article footer a:focus {
	text-decoration:underline;
	}


/* END- NEWS DETAIL */



/*  EVENTS LANDING  */

.eventsLanding h1 {
	position: relative;
	background-color:#b85d0f;
	color:	#fff;
	padding:5px 20px 15px 5.8rem;
	font-size:3.5rem;
	line-height:1em;
	margin-bottom: 2rem;
}


.eventsLanding h1 .icon-events {
    font-size: 1em;
    line-height: 1em;
    position: absolute;
    left: 20px;
    top: 10px;
}


.featuredEvents h2 {
	color:#820024;
	border-bottom:1px solid #820024;
}


[class^="group"].featuredEvents .item a h3 {
    margin: 0.5em 0 0.1em;
    padding: 1rem 1rem 0;
	font-size:1.5rem;
}

.groupHighlight.featuredEvents .item a:hover h3, .groupHighlight.featuredEvents .item a:focus h3 {
    text-decoration: underline;
}

.groupHighlight.featuredEvents p {
    font-size:0.875rem;
	margin-bottom: 0;
}
.groupHighlight.featuredEvents .dateTime {
    font-size:1rem;
	font-weight:400;
	margin-bottom: 0.1em;
}


.eventList .header h2 {
	color:#820024;
	border-bottom:1px solid #820024;
	margin-top:1.5rem;
}

.eventList ul, .eventList ul li {
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.eventList ul li {
margin-top:1rem;
padding-bottom:1rem;
border-bottom:1px solid #dcdcdc;	
}
.eventList ul li:last-of-type {
border-bottom:none;	
}
.eventList ul li:before {
    content: '';
    display: none;
}

.eventList li a {
	font-size:1.5rem;
	font-weight:400;
	color:#575252;
	text-decoration:none;
}
.eventList li a:hover, .eventList li a:focus {
	text-decoration:underline;
}

.eventList li time {
	display: block;
	font-size:0.875rem;
	font-weight:400;
	color:#575252;
	font-style:italic;
}

.eventList li img {
	display:none;
}

@media (min-width: 576px) {
	.eventList li img {
		display:block;
		float:right;
		margin: 0.5rem 0 0.5rem 0.5rem;
	}
}

.eventList ul.pagination {
	float:right;
}

ul.pagination {
	margin: 0 0 1.1em 0;
	font-size:1rem;
	line-height:1.5;
	margin-bottom:1.25em;
}
ul.pagination li a.page-link {
	font-size:1rem;
	color:#730b1d;
}
ul.pagination li a:hover, ul.pagination li a:focus {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #730b1d;
    border-color: #730b1d;
}
.eventList ul.pagination li {
    border-bottom: none;
}

/* Search Events */
form#hc_search {
    position: relative;
}
#hc_search > span {
    display: block;
    position: absolute;
    top: -3.5em;
}
#hc_search > span a {
    color:#6c567b;
	text-decoration: underline;
}

/* END- Search Events */

/* all none filters */
#fe_all {
    text-decoration: underline;
}

#fe_none {
    text-decoration: underline;
}

/* END all none filters */

/* mini calendar */

#progFilters .filterSet.cal {
    border: none;
}

.mini-cal {
    width: 100%;
    font-size: 12px;
    padding: 0;
    margin: auto;
}

.mini-cal ul.navigation {
    display: table-row;
    list-style: none;
}

.mini-cal ul.navigation li {
    cursor: default;
    text-align: center;
    padding: 0 3px;
    margin: 0;
    display: table-cell;
}

.mini-cal ul.navigation li.nav a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 5px;
}

.mini-cal ul.navigation li.nav, .mini-cal ul.navigation li.title {
    background: #6E7A33;
}

.mini-cal ul.navigation li.title {
    width: 100%;
}

.mini-cal ul.navigation li.title select {
    font-family: inherit;
    background-color: #6E7A33;
    border: 0;
    float: none;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    text-align-last: center;
    text-align: center;
}

.mini-cal table {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}

.mini-cal td, .mini-cal th {
    cursor: default;
    text-align: center;
    border: solid 1px #ACACAC;
    padding: 2px 0;
    margin: 0;
}

.mini-cal th.dow {
    background: #FAFAFA;
    color: #6E7A33;
    width: 14%;
}
.mini-cal td.blank {
    background: #FAFAFA;
}

.mini-cal td.events a {
	color:#6E7A33;
	font-weight:600;
	text-decoration: underline;
}

.mini-cal td.today, .mini-cal td.today a {
    background: #6E7A33;
	color:#fff;
	text-decoration: none;
}
/* END- mini cal */

/* dateLinks */
.filterSet.dateLinks ul {
	margin-bottom:0.5rem;
}
.filterSet.dateLinks ul li a {
	color:#6E7A33;
	text-decoration:none;
	display:block;
	margin-bottom:0.5rem;
}
.filterSet.dateLinks ul li a::after {
    content: '\00bb';
    display: inline-block;
    margin-left: .3em;
}
.filterSet.dateLinks ul li a:hover, .filterSet.dateLinks ul li a:focus {
	text-decoration: underline;
}
/* END- dateLinks */

#progFilters .filterSet.cats h2, .filterSet.cats .checkList .checkboxLi input[type="checkbox"]:checked + label::before, .filterSet.cats .checkList .checkboxLi input[type="radio"]:checked + label::before, .filterSet.cats .checkList .checkboxLi input[type="checkbox"]:hover + label::before {
    background-color: #b85d0f;
}


#progFilters .filterSet.feeds {
	border:none;
}
#progFilters .filterSet.feeds ul {
	padding: 1rem;
}
#progFilters .filterSet.feeds ul li {
	margin-bottom: 0.6rem;
}
#progFilters .filterSet.feeds ul li a {
	color: #820024;
	font-weight:600;
	text-decoration:none;
}
/*  END- EVENTS LANDING  */

/*  EVENTS DETAIL  */

figure.evdirImg {
	max-width:33%;
	float:right;
	margin:0 0 15px 15px;
}
@media screen and (max-width:520px){figure.evdirImg {
	max-width:50%;
	float:right;
	margin:0 0 15px 15px;
}}

@media screen and (max-width:280px) {
figure.evdirImg {
	display:none;
}	
}

.eventDetail [itemprop="address"] {
	margin-bottom:1em;
	
}
.eventDetail h2 {
    color: #4e4e4e;
	font-size:1rem;
	font-weight:600;
	margin-top:15px;
}
.eventDetail h2.date {
   color: #820024;
	font-size:1.8rem;
	    font-weight: 100;
}

.textArea .eventDetail #location h2 {
color:#b85d0f;
text-transform:uppercase;
font-size:1.1rem;
font-weight:400;
}

.textArea .eventDetail a {
text-decoration:underline;
}

.textArea .eventDetail a.registerBtn {
    display: inline-block;
    background-color: #f3f3f4;
    width: auto;
    padding: 0.5rem 4rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
}

.eventDetail .social, .eventDetail .social2 {
	display:inline-block;
    vertical-align: top !important;
	width:220px;
}

.eventDetail .social2 {
	width:250px;
	margin-top: -0.5rem;
}

.eventDetail .social > div {
    width:auto;
	padding: 0 10px 0 0;
    text-align: left;
	display:inline-block;
}
.eventDetail .social > div.socialL > span {
    vertical-align: top !important;
}

.eventDetail .social > div.socialG {
    display:none;
}

/*  END- EVENTS DETAIL  */


/*  EVENTS RSVP  */

form#frmEventRSVP {
    padding-bottom: 3rem;
    overflow: hidden;
}

#frmEventRSVP fieldset, #frmEventSearch fieldset, #frmEventSubmit fieldset {
	padding:15px 0;
	border-bottom:1px solid #D7D7D7;
}

#frmEventRSVP fieldset:first-of-type, #frmEventSearch fieldset, #frmEventSubmit fieldset {
	padding-bottom:2rem;
	margin-bottom:2rem;
}

#frmEventRSVP fieldset legend, #frmEventSearch fieldset legend, #frmEventSubmit fieldset legend {
	color: #820024;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
   padding-top:1em;
}

#frmEventRSVP label, #frmEventSearch label {
	display:block;
	color: #656565;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top:0.5rem;
}

#frmEventSubmit label {
	color: #656565;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top:0.5rem;
}

#frmEventRSVP span.label {
    color: #656565;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    clear: both;
    float: left;
    margin: 0.3rem 0 0 0;
    padding: 0 0.3rem 0 0;
}
#frmEventRSVP .output {
    float: left;
    margin: 0.4rem 0 0.3rem 0;
}

#frmEventRSVP input, #frmEventRSVP select {
	width:100%;
	margin-bottom:1rem;
}

#frmEventSearch input, #frmEventSearch select {
	margin-bottom:1rem;	
}

#frmEventSearch .catCols {
	display:flex;
	flex-wrap:wrap;
}

#frmEventSearch .catCol {
	width: 250px;	
	padding:10px 15px;
}


#frmEventSearch .catCtrl {
	width: 100%;
	clear: both;
}

#frmEventRSVP input, #frmEventSearch input[type="text"] {
	background-color: #f3f3f4;
    border: 1px solid #b9b9b9;
    border-radius: 0;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#frmEventSubmit input {
	background-color: #f3f3f4;
    border: 1px solid #b9b9b9;
    border-radius: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#frmEventRSVP input[type="button"], #frmEventRSVP input[type="submit"], #frmEventSearch input[type="submit"], #frmEventSubmit input[type="submit"] {
	background-color:#fff;
	border: 2px solid #d8d8d8;
	color: #820024;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	float:right;
	cursor: pointer;
	position: relative;
	padding: 5px 13px 5px 13px;
	width:auto;
	margin-right:3%;
	margin-top:1rem;
	}

#frmEventSearch input[type="submit"] {
	margin-right:none;
	float:none;
	}

.textArea #frmEventSearch ul li:before {
    content: none;
}

#frmEventRSVP input[type="button"] {
		color: #606060;
	}

#frmEventRSVP input[type="button"]:focus, #frmEventRSVP input[type="submit"]:hover, #frmEventRSVP input[type="button"]:hover, #frmEventRSVP input[type="submit"]:focus, #frmEventSearch input[type="submit"]:hover, #frmEventSearch input[type="submit"]:focus, #frmEventSubmit input[type="submit"]:hover, #frmEventSubmit input[type="submit"]:focus {
	border:2px solid #820024;
}

#frmEventSearch legend a:hover, #frmEventSearch legend a:focus {
	text-decoration: underline;
}

input#startDate, input#endDate {
    max-width: 43%;
    margin-bottom: 0.2em;
}

#frmEventSearch a.ds, #frmEventSubmit a.ds {
    margin: 5px 0 0 5px;
    float: none;
    width: 1.56rem;
    height: 1.56rem;
}

#frmEventSearch .calendar {
    background-image: none;
}

#frmEventSearch .calendar:after {
    content: '\0043';
    display: block;
    font-family: 'jefficon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:1.56rem;
	position:absolute;
}
.rangeCol {
    display: flex;
}
/*	JS Date Select */
.hc_cpBorder table {width:200px;}
.hc_cpBorder {font-family:'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:11px;}
.hc_cpBorder select {text-align:center;vertical-align:center;color:#000;border:solid 1px #CCCCCC;font-size:11px;}
.hc_cpBorder select.hc_cpMonthNavigation {width:120px;}
.hc_cpBorder select.hc_cpYearNavigation {width:65px;}
td.hc_cpMonthNavigation, td.hc_cpYearNavigation {padding-top:5px;}
.hc_cpBorder td {text-align:right;width:50px;}
.hc_cpBorder td a.hc_cpCurrentMonthDate {display:block;background:#CCCCCC;color:#000000;text-decoration:none;}
.hc_cpBorder td a.hc_cpOtherMonthDate {display:block;background:#EFEFEF;color:#666666;text-decoration:none;}
.hc_cpBorder td a.hc_cpCurrentDate{display:block;background:#820024;color:#FFFFFF;text-decoration:none;}
.hc_cpBorder a.hc_cpTodayText:hover,
.hc_cpBorder td a.hc_cpCurrentMonthDate:hover,
.hc_cpBorder td a.hc_cpOtherMonthDate:hover,
.hc_cpBorder td a.hc_cpCurrentDate:hover {background:#FFFFFF;color:#000000}
.hc_cpBorder td.hc_cpDayColumnHeader{text-align:center;font-weight:bold;}
.hc_cpBorder a.hc_cpTodayText{margin:5px 0 0 0;display:block;color:#666666;font-weight:bold;height:20px;background:#EFEFEF;text-decoration:none;text-align:center;padding:5px 0 0 0;}
.hc_cpBorder{border:0;width:225px;height:170px;background:#FAFAFA;-khtml-border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-box-shadow:1px 1px 5px rgba(0,0,0,.5);-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.5);-goog-ms-box-shadow:1px 1px 5px rgba(0,0,0,.5);box-shadow:1px 1px 5px rgba(0,0,0,.5);}

/*	END- JS Date Select */



body:not(.tabbing) *:focus,
body:not(.tabbing) button:focus,
body:not(.tabbing) input:focus,
body:not(.tabbing) select:focus,
body:not(.tabbing) textarea:focus,
body .skip-links a:focus{
  outline: none;
}
body.tabbing *:focus {
  outline: 4px dotted yellow;
	outline-offset: -4px;
}
body.tabbing .artList *:focus, body.tabbing .textArea *:focus, body.tabbing .breadcrumb *:focus, body.tabbing .sideNav *:focus, body.tabbing .rsb *:focus, body.tabbing .homeIntro *:focus {
  outline-color: #9A6C19;
	outline-offset: 0;
}

body.tabbing .checkList .checkboxLi input[type="checkbox"]:focus + label {
border: 2px dotted #9a6c19;
}

body.tabbing .color1bg *:focus {
  outline-color: yellow;
}
body.tabbing a.viewAll:focus, body.tabbing .mainHeader *:focus, body.tabbing .mainFooter *:focus, body.tabbing .breadcrumb *:focus {
  outline-offset: 0;
}

/* Covid Alert Begin */


	
.covid-alert {
	line-height: 55px;
    height: 45px;
    background-color: #bf0d3e;
    padding-top: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 82px;
}

@media (max-width:576px) {
.covid-alert {
line-height: 80px;
    height: 55px;
}}



/* Covid Alert End */

/* Jumbotron and New Accordion */
.jumbotron-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
			
			
.bg-cover {
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
			.yellow-line {
    position: relative
}

.yellow-line:after {
    content: "";
    height: 2px;
    width: 75px;
    max-width: 200px;
    background-color: #ffa500;
    position: absolute;
    bottom: -.8rem;
    left: 0;
}

.yellow-line.yellow-line--center {
    text-align: center
}

.yellow-line.yellow-line--center:after {
    left: 50%;
    transform: translate(-50%)
}
			
			.accordion-container,
.table-container {
    width: 100%;
}
.accordion-container .card-header {
  background-color: #006195;
}
.accordion-container .card-header a:hover{
  color:#2196F3 !important;
}
.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  color: #fff;
  font-weight: normal;
}
.card-header a {
  color: #fff;
}

.card-body {
	color:#333030; 
	
}
			
.accordion-container .card .card-header a:not(.collapsed) .rotate-icon,
.ou-component-image-card-accordion a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-container .card ul {
    padding-left: 1rem;
}
.accordion-container .card {
    margin-bottom: 1rem;
}
.accordion-container .light .card-header {
    background-color: #f8f9fa;
    color: #333;
    border: 0;
}
.accordion-container .basic .card {
    border: 0;
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-container .basic .card-header {
    background-color: #fff;
    color: #333;
    font-weight: 700;
    border: 0;
}
.accordion-container .basic .card-header a,
.accordion-container .light .card-header a {
    color: #182a41;
    font-weight: 500;
}
.largeAccordion .card-header {
    background-color: transparent !important;
    padding: 1.5rem;
    border-bottom: 0;
}
.largeAccordion .h5 {
    font-size: 1.3rem;
    font-family: inherit;
}
.largeAccordion .card-header a,
.largeAccordion .card-header a:hover {
    color: #730b1d !important;
}
.largeAccordion .card-header:hover {
    background: #e0f1ff;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* Jumbotron and New Accordion End */

.bg-wavy {
	background-color: #730B1D;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.28'%3E%3Cpath fill='%237d0c1f' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23860d22' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23900e24' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23990f27' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23A31029' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23a9102b' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23af112c' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23b5112e' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23bb122f' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23C11231' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
/* background by SVGBackgrounds.com */
	
}

.bg-slant {
background-color: #510814;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23580916' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%235f0918' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23650a19' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%236c0a1b' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23730B1D' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
/* background by SVGBackgrounds.com */
}

.bg-corner {background-color: #730B1D;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%237c0c1f' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%23850d22' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%238e0e24' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23960e26' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%239f0f28' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%23a8102b' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23B1112D' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
/* background by SVGBackgrounds.com */
}

.bg-corner-purple {background-color: #46166B;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23411463' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%233c135b' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%23371153' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%2332104b' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%232c0e43' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%23270d3b' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23220B33' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
/* background by SVGBackgrounds.com */
}

.bg-mountain {
	background-color: #820024;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23f48025' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%238a1f03' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23f88e22' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%238d001e' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23fb9b20' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23880034' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23fda920' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%237c0049' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23feb621' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%2366005c' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23ffc425' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%2346166b' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
/* background by SVGBackgrounds.com */
}
.bg-radial {
	background-color: #820024;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%238A1F03' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23820024' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23880924' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%238d1224' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23921924' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23982024' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%239d2624' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23a22c24' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23a73223' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23ac3823' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23b03e22' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23b54422' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23b94a21' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23bd5020' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23c1561f' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23c55c1e' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23c9631d' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23cd691b' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23B15E16' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
/* background by SVGBackgrounds.com */

}
.bg-radial-2 {
background-color: #820024;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%238A1F03' stroke-width='66.6' stroke-opacity='0.05' %3E%3Ccircle fill='%23820024' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23850120' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%2387021b' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%238a0216' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%238c0311' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%238f040d' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23910508' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23940a06' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23961207' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23991909' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%239b210a' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%239d290b' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%239f300c' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23a2380d' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23a4400f' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23a64910' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23a85112' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23AA5913' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
		/* background by SVGBackgrounds.com */

}
.bg-arrow {
	background-color: #820024;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpolygon fill='%238D0027' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
	/* background by SVGBackgrounds.com */

}

.bg-web {
	background-color: #270C3B;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%234D004D' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2346166B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
/* background by SVGBackgrounds.com */
}

.bg-money {
background-color: #3B421B;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='277' height='33.2' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%232D3215' stroke-width='7.3' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
/* background by SVGBackgrounds.com */
}

.bg-money-2 {
background-color: #1D5733;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284' height='34.1' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%231A2D13' stroke-width='6' stroke-opacity='0.36'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
/* background by SVGBackgrounds.com */
}

.bg-green-wave {
	background-color: #013104;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.76'%3E%3Cpath fill='%23013904' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23014103' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23014703' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23014d02' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23015301' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23014c01' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23014301' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23023a01' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23022e00' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23021F00' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
	/* background by SVGBackgrounds.com */

}

.bg-radial-c {background-color: #820024;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23820024' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%238a0622' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%23920e1f' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%2399161b' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23a01e16' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23A62610' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
	/* background by SVGBackgrounds.com */

}

.bg-neutral-squares {background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse fill='%23fcfcfc' href='%23s' y='2'/%3E%3Cuse fill='%23fcfcfc' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s'/%3E%3Cuse fill='%23f7f7f7' href='%23s' x='2'/%3E%3Cuse fill='%23f7f7f7' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f5f5f5'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f5f5f5'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f2f2f2'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23efefef'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23730B1D'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23730B1D'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23730B1D'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}

.bg-rose-petals {
	background-color: #330000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23781A1A'/%3E%3Cstop offset='1' stop-color='%23330000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23DEB82A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23DEB82A' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
background-size: cover;
}

/* Fix Card Deck breakpoints */
.card-deck {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
grid-gap: 0.5rem;
}


.card-footer {
Border-top:0px;
Background-color:white;
}

.btn-secondary {
	background-color:#730b1d !important;
}
.btn-secondary:hover {
    background-color: #555 !important; /* Change to grey on hover */
    border-color: grey !important; 
    
}