@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';}

/*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: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:300;
	color:#575252;
}

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: #9e002c;
}
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:300;
	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 */

.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:300;	
}

.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
#9e002c		RED 2   	color1B

#b85d0f 	ORANGE		color2
#d06e1a		ORANGE 2	color2B
		
#64763c		GREEN		color3
#749133		GREEN 2   	color3B

#6c567b		PURPLE		color4
#7d529a		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:#9e002c !important; /*RED 2*/
}
.color2bg {
background-color:#b85d0f !important; /*ORANGE*/
}
.color2Bbg {
background-color:#d06e1a !important; /*ORANGE 2*/
}
.color3bg {
background-color:#64763c !important; /*GREEN*/
}
.color3Bbg {
background-color:#749133 !important; /*GREEN 2*/
}
.color4bg {
background-color:#6c567b !important; /*PURPLE*/
}
.color4Bbg {
background-color:#7d529a !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:#9e002c !important; /*RED 2*/
}
.color2txt {
color:#b85d0f !important; /*ORANGE*/
}
.color2Btxt {
color:#d06e1a !important; /*ORANGE 2*/
}
.color3txt {
color:#64763c !important; /*GREEN*/
}
.color3Btxt {
color:#749133 !important; /*GREEN 2*/
}
.color4txt {
color:#6c567b !important; /*PURPLE*/
}
.color4Btxt {
color:#7d529a !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:#9e002c;
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: #9e002c;
}
.textArea h2 {
    color: #b85d0f;
}
.textArea > h3 {
    color: #7d529a;
	font-weight:800;
}
.textArea > h4 {
    color: #64763c;
    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:#9e002c;
	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: #64763c;
    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: #730b1d;
	z-index: 20;
	padding-top: 18px;/*8*/
    padding-bottom: 7px;
    border-bottom:1px solid white;
	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:300;
				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: transparent;
	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: #730b1d;
    border: 2px solid rgba(255,255,255,1);
}

.mainNav button.navbar-toggler:after {
	content:'menu';
	display:block;
	position:absolute;
	left:-60px;
	top: -2px;
	text-transform:uppercase;
	font-size:14px;
	color:white;
	opacity:0;
	border:2px solid white;
	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:#fff;
	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:300;
	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:300;
	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:white;
	color:#730b1d;
	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:#fff;
				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;
							background-color: #730b1d;
							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: #fff;
							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:hover:after, .tertMenu button.searchTrigger:focus:after {
  				text-decoration: none;
			}
				.tertMenu nav ul li a {
						color:#fff;
						font-size: 13px;
						text-transform: uppercase;
						/* height: 20px; */
						display: block;
						padding: 0 10px;
}
				.tertMenu nav ul li a:hover:after {
						background-color: #fff;
}

					.tertMenu nav ul li a:after {
							content:'';
							display:block;
							position: relative;
							width: 10px;
							height: 10px;
							background-color: #730b1d;
							border: 2px solid #fff;
							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----------------------- */
.hero {
    margin-top: 80px;
}
.hero img {
    width:100%;
}

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

}

.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 */	
	}

}





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

.heroContent {
	width:400px;
	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:#730b1d;
	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:block;
		width: 65px;
		text-align: center;
		position: absolute;
		left:0;
		top:0;
		color:#fff;
}

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

	.mainCtas a.cta.progs span[class*='icon-']:before, .mainCtas a.cta.admis span[class*='icon-']:before {
		font-size:60px;
		line-height:45px;
	}
	.mainCtas a.cta.admis {
	background-color:#b85d0f;
	}
	.mainCtas a.cta.info {
	background-color:#64763c;
	}

	.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:2.125rem;
		line-height:1.1;
		}

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





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


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

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

	.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:#64763c;
}
.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:#64763c;}
.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:#64763c;	
}

/* ============== 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 ========== */
/*no hero templates*/
.noHero {
    margin-top: 120px;
}

.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:#9e002c;
				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:#9e002c;
				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:#9e002c;
	font-size:1.5rem;
}
.lgHighlight .btmCont p {}
.lgHighlight .btmCont a {color:#9e002c;}

/*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: #d06e1a;}
[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: #64763c;}
[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:#9e002c;
font-size:2.625rem;
line-height:1.4em;
margin-bottom: 2.5rem;
}
.textArea blockquote cite {
display:block;
color:#d06e1a;
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:#64763c;}
.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:#64763c;}
.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;
}
.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:300;
	-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: 80px;
	}
	.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:#64763c;
	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:#9e002c;
	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:#64763c;
	}
	.ctaGroup div[class^="col-"]:nth-of-type(2) a.cta {  /*.color2B*/
	background-color:#d06e1a;
	}
	.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-iwsKbI.ihSeoB{
	display:none;
}

/*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; /*add*/
}

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

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

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

.puiex path, .cjYSWX svg {
	fill:#9e002c !important; /*#820024*/
}
/*END - Career Coach plugin - provided by JCC*/


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


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

/*Medium devices*/
@media (min-width: 768px) {

}/*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: #64763c;
    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 #64763c;
	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 #7d529a;
	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: #7d529a;
    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: #7d529a;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*/

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

.newsLanding h1 {
	position: relative;
	background-color:#64763c;
	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: #9e002c;
}
.textArea .landingList article.highArt a:hover {
text-decoration: underline;
color: #9e002c;
}


.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: #64763c;
	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: #64763c;
	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 #64763c;
	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: #64763c;
    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:#64763c;
	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 */