/* 
Title:		Master styles for screen media
Author: 	mtrusa@comcast.net; thanks to dan@simplebits.com
*/

/*============================================
               Reset Styles 
=============================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q  {
	quotes: none;
	}
	
:focus {
	outline: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*============================================
               Master Styles 
=============================================*/

body {
	font-size: 62.5%;
	/* [disabled]background-image: url(../img/bg_gradient.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: left top; */
	background-color: #4b6d93;
	background-image: url(../img/Diagonal-Stripes_whiteTrans.png);
	background-repeat: repeat;
	background-position: left top;
	}

img {
	border:0px;
	}

h1 {
	text-indent: -9999px;
	}

a {
	text-decoration:none;
	}

/* page structure 
--------------------------------------------- */

#wrapper  {
	width:940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px 10px 0px 10px;
	}

/* header images */

#header-home {
	width:940px;
	height:120px;
	background-image: url(../img/home_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
	}

#header-about {
	width:940px;
	height:120px;
	background-image: url(../img/about_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
	}

#header-team {
	width:940px;
	height:120px;
	background-image: url(../img/team_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
	}

#header-services {
	width:940px;
	height:120px;
	background-image: url(../img/services_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
	}

#header-projects {
	width:940px;
	height:120px;
	background-image: url(../img/projects_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;;
	position: relative;
	}

#header-workLocations {
	width:940px;
	height:120px;
	background-image: url(../img/workLocations_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;;
	position: relative;
	}

#header-eventCalendar {
	width:940px;
	height:120px;
	background-image: url(../img/eventCalendar_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
	}
#header-contact {
	width:940px;
	height:120px;
	background-image: url(../img/contact_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
}
#header-privacy {
	width:940px;
	height:120px;
	background-image: url(../img/privacy_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
}
#header-helpfulLinks {
	width:940px;
	height:120px;
	background-image: url(../img/helpfulLinks_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: relative;
}

#header-left {
	height: 160px;
	width: 50%;
	position: relative;
	}

/* logo */

#logo   {
	position: absolute;
	left: 55px;
	top: 37px;
	}

.p-statement {
	font-family: 'FranklinGothicFSCondensedItal', Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #223D76;
	position: absolute;
	left: 345px;
	top: 47px;
	font-weight: normal;
	}

/* brow nav. */

.browLinks  {
	position: absolute;
	top: 0px;
	padding: 6px 9px 0 0;
	right: 288px;
	color: #666;
	}

.browLinks a  {
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	/* [disabled]letter-spacing: 0.1em; */
	padding-left: 3px;
	padding-right: 3px;
	}
	
.browLinks a:hover, .privacy a:hover {
	color: #999;
}

/* main nav. */

#mainNav {
	background-color:#F6E8C6;
	width: 940px;
	height: 30px;
	}
	
.mainNav-left ul li{
	display: block;
	float: left;
	position: relative;
	}
	
/*.mainNav-left .facebook  a img{
	position: absolute;
	left: 60px;
	top: 7px;
	}*/
	
/*.mainNav-left .linkedin a img    {
	position: absolute;
	left: 90px;
	top: 7px;
	}*/
	
/*.mainNav-left .twitter a img {
	position: absolute;
	left: 120px;
	top: 7px;
	}*/
	
.mainNav-right {
	margin-left: 320px;
	}
	
.mainNavTitles li a{
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #666; 
	/* [disabled]color: #B6892D; */
	padding-right: 24px;
	padding-left: 24px;
	float: left;
	letter-spacing: 0.08em;
	overflow: hidden;
	line-height: 30px;
	}
	
.mainNavTitles li a:hover, .mainNavTitles li a:active {
	/* [disabled]color: #999; */
	background-color:#E3D5AC;
	}
	
.mainNavTitles li a.current {
	color: #666;
	background-image: url(../img/mainNav_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: default;
	background-color:#F6E8C6;
	}
	
/* secondary nav. */

#secNav-home {
	width:940px;
	height:230px;
	position: relative;
	background-image: url(../img/home_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#secNav {
	width:940px;
	height:75px;
	position: relative;
	}
	
#secNav img {
	z-index: 10;
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	}

ul .box1  {
	display: block;
	left: 300px;
	position: absolute;
	height: 75px;
	width: 180px;
	background-image: url(../img/Diagonal-Stripes_white.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	z-index: 20;
	}
	
ul .box2  {
	display: block;
	left: 500px;
	position: absolute;
	height: 75px;
	width: 180px;
	background-image: url(../img/Diagonal-Stripes_white.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	z-index: 20;
	}
	
ul .box3  {
	display: block;
	left: 700px;
	position: absolute;
	height: 75px;
	width: 180px;
	background-image:url(../img/Diagonal-Stripes_white.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	z-index: 20;
	}
	
ul .box1 a, ul .box2 a, ul .box3 a{
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: #B6892D;
	display: block;
	padding: 6px 0px 6px 0px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	margin-top: 25px;
	color: #FFF;
	text-decoration:none;
	letter-spacing: .09em;
	}
	
ul .box1 a:hover, ul .box1 a:active, ul .box2 a:hover, ul .box2 a:active, ul .box3 a:hover, ul .box3 a:active {
	background-color: #FFF;
	color: #C39E16;
	}
	
ul .box1 a.current, ul .box2 a.current, ul .box3 a.current {
	background-color: #FFF;
	color: #C39E16;
	cursor: default;
	}
	
#mainContent {
	width:940px;
	/* [disabled]position: relative; */
	background-color: #FFF;
	background-image: url(../img/Diagonal-Stripes_gray.gif);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	margin: 10px 0;
	}

/* diagonal striped pattern */

/*.stripeBox {
	background-image: url(../img/Diagonal-Stripes_gray.png);
	background-repeat: repeat;
	background-position: left top;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 30px;
	z-index: 10;
	}*/

/* Industry News and Recent Installations modules */

#news  {
	width: 260px;
	background-color: #FFF;
	margin-left: 60px;
	padding-top: 15px;
	float: left;
	min-height:540px;
	}
	
#recentInstalls {
	float: left;
	width: 500px;
	margin-left:60px;
	padding-top: 15px;
	background-color: #FFF;
	min-height:540px;
	}
	
#copyContainer {
	width: 820px;
	background-color: #FFF;
	margin-left: 60px;
	float: left;
	padding: 15px 0 25px 0;
	}
	
#copyContainer .leftCol {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-right:20px;
	}
	
#copyContainer .leftCol-privacy {
	float: left;
	width: 620px;
	padding-left: 20px;
	}
	
#copyContainer .leftCol-results {
	float: left;
	width: 780px;
	padding-left: 20px;
	}
	
#copyContainer .leftCol-contact {
	float: left;
	width: 480px;
	padding-right: 20px;
    margin-left: 20px;
	}

.leftCol-contact p {
	margin:10px 0 0 0;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #666;
	line-height: 1.65em;
	}

#copyContainer .rightCol {
	float: left;
	width: 300px;
	}

#copyContainer .rightCol-contact {
	float: left;
	width: 200px;
	}

#copyContainer .leftCol-thankYou {
	float: left;
	width: 480px;
	padding-right: 20px;
	}

.leftCol-thankYou p {
	margin:20px 0 0 20px;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #666;
	line-height: 1.65em;
	}

.header {
	font-family: 'FranklinGothicFSMediumCondens', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.9em;
	padding-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-left: 20px;
	font-weight: normal;
	}
	
.intro {
	color: #666;
	font-family: 'FranklinGothicFSCondensed', Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.7em;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.subhead {
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	color: #B6892D;
	font-weight: normal;
	}
	
.subhead-rule {
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	color: #B6892D;
	font-weight: normal;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	padding-top:5px;
	}
	
.openLeading {
	margin-top:20px;
	}
	
.subheadItal {
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: 'FranklinGothicFSBookItalic', Arial, Helvetica, sans-serif;
	color: #B6892D;
	font-weight: normal;
	}
	
.bodyCopy {
	padding: 0 0 5px 0;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #666;
	line-height: 1.65em;
	}
	
.leftCol ul li, .rightCol ul li {
	padding: 5px 20px 5px 10px;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #666;
	line-height: 1.35em;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	}
	
.indexSubhead {
	font-family: 'FranklinGothicFSMediumCondens', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #2F68B2;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#recentInstalls p {
	font-family: 'FranklinGothicFSCondensed', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.65em;
	color: #666;
	}
	
#RSSFeedBox .feed li{
	font-family: 'FranklinGothicFSMediumCondens', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.6em;
	padding: 5px 20px 5px 20px;	
	}
	
#RSSFeedBox .feed li a{
	color: #2F68B2;
	display: block;
	border-top: thin dotted #2F68B2;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding: 10px 0 0 10px;
	}
	
#RSSFeedBox .feed li a:hover {
	color: #7F95CB;
	}
	
#news .viewAll a {
	font-family: 'FranklinGothicFSDemi',Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	display:block;
	margin: 20px 20px 20px 0;
	padding:5px 27px 5px 8px;
	background-image: url(../img/CTA-arrow.gif);
	background-repeat: no-repeat;
	background-position: 105px center;
	background-color:#5B88BF;
	}
	
#recentInstalls .viewAll a {
	font-family: 'FranklinGothicFSDemi',Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	display:block;
	margin: 20px 20px 20px 0;
	padding:5px 27px 5px 8px;
	background-image: url(../img/CTA-arrow.gif);
	background-repeat: no-repeat;
	background-position: 107px center;
	background-color:#5B88BF;
	}
	
#news .viewAll a:hover, #recentInstalls .viewAll a:hover {
	color: #86A3D2;
	}
	
.recentInstall-proj1 {
	width: 460px;
	border-top: thin dotted #2F68B2;
	float: left;
	padding: 15px 0 15px 0;
	margin: 5px 0 0 20px;
	}
	
.recentInstall-proj2 {
	width: 460px;
	border-top: thin dotted #2F68B2;
	float: left;
	padding-top: 15px;
	margin-left:20px;
	}

.recentInstall-proj1 a img, .recentInstall-proj2 a img {
	float:left;
	padding:5px;
	background-color:#F6E8C6;
	}
	
.recentInstall-proj1 a:hover img, .recentInstall-proj2 a:hover img {
	background-color:#86A3D2;
	cursor:default;
	}
	
.recentInstall-copyContainer {
	float: left;
	width:220px;
	padding-left:20px;
}

/* footer */

#footer {
	width: 940px;
	height: 80px; 
	position: relative;
	background-color: #e7e7e7;
	clear: both;
	margin-bottom: 10px;
	}
	
.copyright  {
	font-family: 'FranklinGothicFSBook',Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:30px;
	color: #666;
	float: left;
	margin-left: 10px;
	}

#footer a {
	color: #2F68B2;
	}
	
#footer a:hover {
	color: #7F95CB;
	}

/* REACTIVATE this set when PID decides to use Twitter*/
	
#footer .linkedin a img {
	position: absolute;
	left: 800px;
	top: 7px;
	}
	
#footer .facebook a img {
	position: absolute;
	left: 832px;
	top: 7px;
	}
	
#footer .twitter a img {
	position: absolute;
	left: 865px;
	top: 7px;
	}
#footer .E2MA-logo a img {
	position: absolute;
	left: 10px;
	top: 37px;
	}
#footer .EDPA-logo a img {
	position: absolute;
	left: 175px;
	top: 37px;
	}

/* misc. 
--------------------------------------------- */

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.bodyCopy a:link, .bodyCopy a:visited, .leftCol-contact p a:link, .leftCol-contact p a:visited, .leftCol ul li a:link, .leftCol ul li a:visited, .rightCol ul li a:link, .rightCol ul li a:visited, .email-contact {
	color: #666;
	text-decoration: underline;
	}

.bodyCopy a:hover, .bodyCopy a:active, .leftCol-contact p a:hover, .leftCol-contact p a:active, .leftCol ul li a:hover, .leftCol ul li a:active, .rightCol ul li a:hover, .rightCol ul li a:active, .email-contact:hover {
	color: #999;
	}

.formDownload a:link, .formDownload a:visited {
	color: #666;
	text-decoration: underline;
	height:30px;
	width:440px;
	padding:5px 0 0 38px;
	display:block;
	background-image: url(../img/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.formDownload a:hover, .formDownload a:active {
	color: #C30;
	}

/* ------- Event Schedule tables START -------- */


#eventsRegion {
	}
	
#schedule {
	width: 780px;
	}
.scheduleMonth  {
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	color: #B6892D;
	float: left;
	padding-bottom: 5px;
	margin-left: 10px;
	}
	
.colHead-event {
	font-family: 'FranklinGothicFSMediumCondens', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	text-align: left;
	background-color: #CCC;
	padding: 3px 0 3px 10px;
	width: 55%;
	cursor: pointer;
	}
	
.colHead-date  {
	font-family: 'FranklinGothicFSMediumCondens', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	text-align: left;
	background-color: #CCC;
	padding: 3px 0 3px 10px;
	width: 22%;
	cursor: pointer;
	}
	
.colHead-city {
	font-family: 'FranklinGothicFSMediumCondens', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	text-align: left;
	background-color: #CCC;
	padding: 3px 0 3px 10px;
	width: 18%;
	cursor: pointer;
	}
	
.scheduleRow {
	font-size: 1.25em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 3px 0 3px 10px;
	}

tr {
	background-color: #FFF;
	}
		
tr:hover {
	background-color: #F6E8C6;
	}
	
thead tr:hover {
	background-color: #FFF;
	}
	
.displaySize {
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	color: #B6892D;
	float: left;
	padding-bottom: 5px;
	width: 100%;
	}
.displaySizeTriggers {
	margin: 0 0 0 465px;
	}
.monthTriggers ul {
	margin: 10px 20px 0 0;
	float: right;
}
.monthTriggers ul li {
	float: left;
}
.monthTriggers li a , .displaySizeTriggers li a{
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	display: block;
	padding: 0 10px;
	background-color:#5B88BF;
	border-left: thick solid #FFF;
	line-height:17px;
	text-transform:uppercase;
	float:left;
	}
.monthTriggers li a:hover , .displaySizeTriggers li a:hover{
	background-color: #223D76;
	}
	
/* ------- Results page styles -------- */

.resultsTotal {
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	float: left;
	display: block;
	padding: 0 10px;
	/*background-color:#5B88BF;*/
	background-color:#666;
	line-height:17px;
	text-transform:uppercase;
	}
	
/*.resultsTitle a {
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	color: #B6892D;
	font-weight: normal;
	text-decoration:none;
	float:left;
	clear:both;
	margin: 15px 0 0 0;
	cursor: default;
	}*/
	
.resultsTitle {
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	color: #B6892D;
	font-weight: normal;
	text-decoration:none;
	float:left;
	clear:both;
	margin: 15px 0 0 0;
	}
	
/*.resultsAbstract a {
	padding: 0 0 5px 0;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #666;
	line-height: 1.65em;
	text-decoration:none;
	float:left;
	width:520px;
	padding-right:120px;
	cursor: default;
	}
	*/
.resultsAbstract {
	padding: 0 0 5px 0;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #666;
	line-height: 1.65em;
	text-decoration:none;
	float:left;
	width:520px;
	padding-right:120px;
	}

.resultsVisitPage a {
	font-family: 'FranklinGothicFSDemi',Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	display:block;
	margin-top:20px;
	padding:5px 27px 5px 8px;
	background-image: url(../img/CTA-arrow.gif);
	background-repeat: no-repeat;
	background-position: 65px center;
	background-color:#5B88BF;
	}
	
.resultsVisitPage a:hover {
	color: #86A3D2;
	}
	
.resultsBtmRule {
	border-bottom:thin solid #CCC;
	padding-bottom:15px;
	margin-bottom:15px;
	
	}
	
.contactInfo-smallCaps {
	font-variant: small-caps;
	font-weight: bold;
	font-size: .95em;
	margin-left: 5px;
	}

/*----------------- Misc. ----------------------*/
			
.policyDate {
	padding: 0 20px 5px 0;
	margin-left:20px;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #666;
	line-height: 1.65em;
	font-style: italic;
	}
	
.closedLeading-btm {
	padding-bottom: 5px;
	}
	
.minHeight {
	min-height: 500px;
	}
	
.indent {
	margin-left: 20px;
	}
.teamSliderTrigger {
	font-size: 1.125em;
	font-family: 'FranklinGothicFSMedium', Arial, Helvetica, sans-serif;
	color: #223D76;
	font-weight: normal;
	float: right;
	margin:3px 40px 0 0;
	display:block;
	}
.teamSliderTrigger a {
	/* [disabled]line-height: 1.4em; */
	font-family: 'FranklinGothicFSMedium', Arial, Helvetica, sans-serif;
	color: #223D76;
	font-weight: normal;
	}
.teamSliderTrigger a:hover {
	color: #5B88BF;
	}
.notification {
	background: red;
	margin: -15px 0 15px 0;
	padding: 10px;
	font-family: 'FranklinGothicFSBook', Arial, Helvetica, sans-serif;
}
.notification p {
	color: #fff;
	font-size: 2em;
}
.notification a {
	color: #fff;
	text-decoration: underline;
}