﻿.bigStripe #stripe {
	background-image: url('../images/head-education-home.jpg');
}

.bigStripe #siteTitleContainer {
	line-height:100%;
	margin-top:0.5em;
}

.secondTitleLine {
	display:block;
	margin:0;
	padding:0;
/*	font-size:0.8em; */
}

a.thumb-webpage {
	text-align:center;
}

#localSearchForm {
	position: relative;
	margin: -1.5em 0 0 0;
	width: 25%;
	float: right;
}

#localSearchField {
	position: relative;
	margin: 0;
    padding: .5em .5em .5em 2em;
    font-size: 125%;
    line-height: 140%;
}

#localSearchForm .fa {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: .25em;
	z-index: 2;
	color: #b8d8ec;
	font-size: 200%;
	line-height: 100%;
}

h1#everyLevel {
	padding-bottom:0.4em;
}

#catalogButton {
	float:right;
}

a.prog {
	width:70%;
}

#catalogButton a {
	margin-left:10px;
}

.midRibbon {
	margin-top: 2.5em;
	padding: 2.5em 0 1.8em 0;
	background-color: #f4f3f3;
}

.midRibbon h2.internships {
	color: #333;
	margin-bottom: 0.2em;
	text-align:center;
}

.midRibbon h3 {

	font-size:140%;
	text-align: center;
	border: 0px;
	margin-bottom:0.5em;
}

.midRibbon .buttonBox {
	text-align:center;
}

p#WDTSnotice {
	font-size: 125%;
	border: 1px dotted #c1c2c3;
	padding:0.7em 1em; 
	margin-top:2em;
	background-color:white;
	text-align:center;
}

.fa-question-circle, .fa-youtube-play {
	color: #da2128;
	margin-right:0.4em;
}

.fa-question-circle {
	margin-left:1em;
}

p.progDescription {
	margin-bottom:0;
}

h2.internships + p {
	text-align: center;
	line-height:150%;
	margin-bottom: 2em;
	border-bottom: 1px dotted #bcbcbc;
	padding: 0.4em 15% 1.5em 15%;
}

.midRibbon .button {
	margin: 2em 0 1em 0;
}

.midRibbon .button.blue {
	background-color:#fff;
}

.midRibbon .button.blue:hover {
    color: #369;
}

.announcementsBand {
	padding:1em 0 2em 0;
	margin:0;
	background-color:#fff;
}

.announcementsBand .grid_8 > h2 {
	text-align:center;
}

.announcements, .events {
	margin-bottom: 5em;
    background: #F5F6F7;
}

.announcements {
	padding-top:1em;
}


#announcementsList {
    margin-bottom: 1em;
    clear: both;
}

#announcementsList > li {
	margin: 0;
}

#announcementsList > li .fa {
    color: #C00;
}

#announcementsList > li > a,
#announcementsList > li > div {
	background: transparent;
}
#announcementsList > li .dateText,
#announcementsList > li .date {
	display: block;
	font-size: 85%;
}

#announcementsList > li .date {
	color: #999;
}


.noAnnouncementsNote {
	text-align: center;
}



.events {
	position: relative;
		padding-bottom: 4em;
}

.eventList {
	margin-bottom: 0;
	padding: 1em 1em .5em 1em;
}

.eventList > li > a > div:first-child {
	font-size: 85%;
}

.eventList > li > a h3 {
	display: none;
}

.noEvents {
	padding-top: 1em;
	text-align: center;
}

#moreEventsOuter {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding: .5em;
	text-align: center;
	background: #dbdcdc;
}

#moreEventsOuter .button.blue {
	background: #fff;
}

	@media only screen and (max-width: 768px) {
		#moreEventsOuter .button {
		    margin-bottom: 0;
		}
	}

#moreEventsOuter .button.blue:hover {
	background: #369;
}

#contactUsButton.reversed:hover {
    background: #fff;
}

.currentVideoInformation h3,
.currentVideoInformation p.date {
	display: none;
}

.videoSummaries {
	font-size: 110%;
}


.sidebar div.currentVideoInformation,
.sidebar ul.videoSummaries,
.sidebar div.clear {
    margin-bottom: 0;
}


.fatFooter {
    background-color: #eaeaea;
    padding-top: 3.5em;
    padding-bottom: 4em;
    border-bottom:1px solid #c9c7c7;
}

.fatFooter h3, .fatFooter p {
	color: #666;
}

.fatFooter h3 {
	margin-bottom:1.2em;
}

.fatFooter p {
	margin-bottom:0.7em;
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
}

.fatFooter a {
	color: #888;
	text-decoration: none;
}

.fatFooter a:hover {
	color: #f60;
	text-decoration: underline;
}

#footer {
	margin: 0;
}

@media only screen and (max-width: 768px) {
			
	.bigStripe #stripe {
		background-image: none;
	}
			
}