/*-------------------------------------------
		*	G E N E R A L  S T Y L E   *
 --------------------------------------------*/

h1.article-title.with-tabs { margin-top: 0; }

div#content { overflow: hidden; }

#node-202 td, #node-202 tbody th { padding: 9px 3px; }

a:link {  
	text-decoration: none;
	webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
a:visited { text-decoration: none; }

a:hover { 
	text-decoration: none;
	webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
a:active { color: #e00; text-decoration: underline; }

article .links li a {
	webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease; 
}

.banner-text h1 { display: none; }
body.front section#ultibanner { display: none; }
.front #banner { display: none; }

section#banner { margin-bottom: 1.5em; }
@media only screen and (min-width: 37.5em) and (max-width: 9999em) {
	section#banner.sub-banner {
		margin-top: 0 !important;
	}
}

#sidebar-left .menu li {
	border-bottom: 1px solid #eeebdf;
	margin-left: 0;
}

#sidebar-left .menu li a {
	webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

#sidebar-left .menu li a:hover {
	background-color: #eeebdf;
	webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

.block-calwidget h2 {
	font-size: .95em !important;
	letter-spacing: 1px;
	padding: .7em 0 !important;
}


/*----------------------------------
		*	N E W S  P A G E   *
 -----------------------------------*/

.featured-news-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 2em;
}

#featured-news .teaser-content {
    margin-top: .5em;
}

#body-content .news_story h3 {
	font-size: 16px !important;
	font-family: georgia, serif;
	margin-bottom: 0;
	line-height: 1.2em;
}

.news-date .date {
	text-transform: uppercase;
	font-size: 10px !important;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(150, 150, 150);
}

#body-content .view-id-news .news_story {
	border-bottom: none;
	padding-bottom: 0;
	margin: 1em 0;
	border-bottom: 1px solid rgb(223, 223, 223);
	padding: .4em 0 !important;
	padding-bottom: 1em !important;
}

.teaser-content p {
	margin-bottom: 0;
}

.thumbnail-wrapper.inline-left {
	margin: 5px 10px 5px 0px !important;
}

#body-content .more-link {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 1em .7em 1em;
	border: 2px solid rgb(210, 210, 210);
	display: inline-block;
	border-radius: 2px;
}

#node-510 img {
	width: 130px;
	height: auto;
	margin-right: 14px;
	border: 1px solid rgb(224, 224, 224) !important;
	padding: 3px;
}


/*---------------------------------------------
		*	A N N O U N C E M E N T S   *
 ----------------------------------------------*/

#announcements .content .view .view-content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 2em 0;
	padding: 0;
	position: relative;
	width: 4230px;
	transition: left 0.75s ease;
	-webkit-transition: left 0.75s ease;
	left: 0px;
	display: block;
	height: 98%;
}

#announcements .content .view .view-content .views-row {
	display: inline-block;
	margin: 0px 8px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
	position: relative;
	z-index: 1000;
	width: 190px;
	padding: 1em .2em 0 .2em;
}
#announcements .content .view .view-content .views-row p {
	/* font-family: georgia !important; */
	font-size: 1.15em;
	margin-bottom: 0;
}
#announcements .content .view .view-content .views-row p a {
	color: #c00404 !important;
}

#announcements .content {
	overflow: hidden;
	width: 88%;
	margin: 0 auto;
	padding: 0;
	border: none;
	height: 100%;
	clear: both;
	border-top: 1px solid rgb(216, 216, 216);
	/* border-bottom: 1px solid rgb(184, 184, 184); */

}

#announcements h2 {
	display: block;
	margin: 0 auto !important;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 0;
	color: #4F4F4F;
	text-align: center;
	padding: 1.2em 0;
	letter-spacing: 1px;
}

#announcements {
	background-color: rgb(240, 240, 240);
	margin: .2em 0 1em 0;
	border-radius: 2px;
	position: relative;
	height: 100%;
	border: 1px solid rgb(218, 218, 218);
}


/*arrows*/
ul#announcement-arrows{  
    list-style: none;  
    padding: 0;  
    background-color: rgba(178, 178, 178, 0.32);
    box-shadow: 0px -1px 1px rgb(190, 189, 189);
    display: block;
    height: 35px;
    padding: 5px 10px 0 10px;
}

li.arrow.right-arrow.next {
	float: right;
}

#announcement-arrows li.arrow {
    margin: 0;  
    padding: 0;  
    display: inline-block;
}
#announcement-arrows li.left-arrow a {
    background: url("arrow-left.svg") no-repeat 35% 50%;  
     
    height: 30px;  
    width: 30px;  
    display: block;  
    background-size: 55%;  
    z-index: 999;  
    position: relative;  
    vertical-align: top;   
    text-indent: 99999em;
    cursor: pointer;
    background-color: rgb(220, 220, 220);
    border-radius: 2px;
    transition: .5s all ease;
}
#announcement-arrows li.left-arrow a::after {
	content: 'PREV';
	position: absolute;
	bottom: 9px;
	left: 15px;
	width: 35px;
	color: rgba(220, 220, 220, 0);
	z-index: 999;
	display: block;
	text-indent: 0px;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 12px;
	padding-left: 22px;
	transition: .5s all ease;
	transform: translateX(-20px);
}

#announcement-arrows li.right-arrow a {
    background: url("arrow-right.svg") no-repeat 65% 50%;  
    height: 30px;  
    width: 30px;  
    display: block;  
    background-size: 55%;  
    z-index: 999;  
    position: relative;  
    vertical-align: top;   
    text-indent: 99999em;
    cursor: pointer;
    background-color: rgb(220, 220, 220);
    border-radius: 0px;
    transition: .5s all ease;
}
#announcement-arrows li.right-arrow a::before {
	content: 'NEXT';
	position: absolute;
	bottom: 9px;
	right: 19px;
	width: 25px;
	color: rgba(220, 220, 220, 0);
	z-index: 999;
	display: block;
	text-indent: 0px;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 12px;
	padding-right: 25px;
	transition: .5s all ease;
	transform: translateX(20px);
}

#announcement-arrows li.left-arrow a:hover, #announcement-arrows li.right-arrow a:hover {
	background-color: rgb(140, 140, 140);
	border-radius: 20px;
	transition: .5s all ease;
}
#announcement-arrows li.right-arrow a:hover::before, #announcement-arrows li.left-arrow a:hover::after {
	color: rgb(140, 140, 140);
	transition: .6s all ease;
	transform: translateX(0px);
}


/* --- THE JOB PLACEMENT SITES --- */

#node-350 img, #node-351 img, #node-352 img, #node-353 img, #node-354 img, #node-355 img, #node-356 img { 
	padding: 0 15px 0 0; 
	float: left; 
	margin: 0 0 3em 0; 
} 
#node-350 div, #node-351 div, #node-352 div, #node-353 div, #node-354 div, #node-355 div, #node-356 div { 
	margin-bottom: 1em; 
	margin-top: 2em; 
	display: block; 
	height: auto; 
	clear: both; 
} 
#node-350 div p, #node-351 div p, #node-352 div p, #node-353 div p, #node-354 div p, #node-355 div p, #node-356 div p { 
	margin-bottom: 0; 
} 
#node-350 hr, #node-351 hr, #node-352 hr, #node-353 hr, #node-354 hr, #node-355 hr, #node-356 hr { 
	background: rgb(221, 221, 221); 
	margin-right: 1em; 
}


/* --- THE JOB PLACEMENT SITES --- */

#node-350 img, #node-351 img, #node-352 img, #node-353 img, #node-354 img, #node-355 img, #node-356 img { 
	padding: 0 15px 0 0; 
	float: left; 
	margin: 0 0 3em 0; 
} 
#node-350 div, #node-351 div, #node-352 div, #node-353 div, #node-354 div, #node-355 div, #node-356 div { 
	margin-bottom: 1em; 
	margin-top: 2em; 
	display: block; 
	height: auto; 
	clear: both; 
} 
#node-350 div p, #node-351 div p, #node-352 div p, #node-353 div p, #node-354 div p, #node-355 div p, #node-356 div p { 
	margin-bottom: 0; 
} 
#node-350 hr, #node-351 hr, #node-352 hr, #node-353 hr, #node-354 hr, #node-355 hr, #node-356 hr { 
	background: rgb(221, 221, 221); 
	margin-right: 1em; 
}