/* --------------- Banner --------------- */
.banner {
	background:
		linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,.75) 16%,rgba(0,166,100,1) 27%) no-repeat left top/100%,
		#00a664
	;
	width:auto;
	height:auto;
	display:block;
	padding:10px 0;
}
.saslogo {
	background:transparent url('/safeandsoundweek/includes/SandS_Logo_gray.svg') no-repeat left center/100% auto;
	min-height: 160px;
	display: block;
	margin:-10px 0;
	padding: 10px;
}
.saslogo a {
	display: block;
	width: 100%;
	min-height: 160px;
}

.banner .row-fluid {
	margin-bottom:0;
}

.banner h3 {
	font-size:3rem;
	margin:7% 0 0 0;
	line-height:1em;
	color:#fff;
}

.banner h3 .smaller {
	color:#fff;
	font-size:85%;
	font-weight:100;
}

@media (max-width:767px) {
	.banner {
		background: #00a664;
	}
	.saslogo {
		background:
			url('/safeandsoundweek/includes/SandS_Logo_gray.svg') no-repeat center center/auto 80%,
			linear-gradient(to bottom, rgba(255,255,255,1) 92%,rgba(255,255,255,0) 100%) no-repeat left top/100% 100%;
		;
		margin:-10px -10px -10px 0;
	}
	.banner h3 {
		font-size:1.5rem;
		margin:20px 10px 0 20px;
		line-height:1em;
		color:#fff;
	}
}

.pics {
	float:right;
	background-color:#fff;
	padding:5px;
}
.pics img {
	margin:0 2px 0 0;
	width:32.5%;
}
.pics img:last-child {
	margin:0 0;
}

@media (max-width:500px) {
	.banner h2 {
		font-size:182%;
		margin:10px 0 5px 0.25em;
	}
}
@media (max-width:979px) and (min-width:500px) {
	.banner h2 {
		font-size:230%;
		margin:15px 0 5px 0.25em;
	}
}
/* --------------- Nav Bar --------------- */

.shp-nav {
	margin-top:2em;
}

.shp-nav li {
	background-color:#d9d9d9;
	border-bottom:5px solid #fff;;
	min-height:100px;
}

.shp-nav a {
	color:#000;
	text-decoration:none;
	margin-left:10px;
	font-weight:bold;
	padding:11% 10px 11% 120px;
	line-height:normal;
	display:inline-block;
}
.shp-nav > li:hover, .shp-nav > li.active {
	background-color:#c3c3c3;
}

.shp-nav > li > a:hover,
.shp-nav > li > a:focus {
	background-color:transparent !important;
}
/*.shp-nav > li.active {
	border-bottom:5px solid #ccc;
}*/

.shp-nav a:visited {
	color:#000;
}

.shp-nav li.home {
	background-image:url(/shpcampaign/images/home.png);
	background-repeat:no-repeat;
	background-position:10px center;
}
.shp-nav li.components {
	background-image:url(/shpcampaign/images/clipboard.png);
	background-repeat:no-repeat;
	background-position:10px center;
}
.shp-nav li.case {
	background-image:url(/shpcampaign/images/scales.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

.shp-nav li.start {
	background-image:url(/shpcampaign/images/investigate.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

.shp-nav li.additional {
	background-image:url(/shpcampaign/images/AdditionalResources.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

.shp-nav li.cosponsors {
	background-image:url(/shpcampaign/images/cosponsors.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-right:40px;
}
.shp-nav li.calendar {
	background-image:url(/shpcampaign/images/calendar.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-right:0;
}

@media (min-width:280px) and (max-width:979px) {
	.shp-nav li {
		min-height:auto;
	}
	.shp-nav a {
		padding:10px;
	}
	.shp-nav li.components {
		background-image:none;
	}

	.shp-nav li.case {
		background-image:none;
	}

	.shp-nav li.start {
		background-image:none;
	}

	.shp-nav li.additional {
		background-image:none;
	}

	.shp-nav li.cosponsors {
		background-image:none;
		padding-right:10px;
	}

	.shp-nav li.calendar {
		background-image:none;
	}
}

.sub-menu {
	margin-bottom:0;
}

.sub-menu > li {
	background-color:#f3f3f3;
	padding:10px;
	border-bottom:5px solid #fff;
	min-height:auto;
}
.sub-menu > li > a {
	color:#000;
	font-size:1em;
	padding:0;
}
.sub-menu > li:hover, .sub-menu > li.active {
	background-color:#000;
}
.sub-menu > li.active {
	border-bottom-color:#fff;
}
.sub-menu > li:hover a, .sub-menu li.active a {
	color:#fff;
}

.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
	background-color:transparent !important;
}
.sub-menu a:visited {
	color:#000;
}

/* --------------- Sidebar --------------- */

.graybox {
	background-color:#6d6e71;
	padding:10px;
}
.graybox:hover {
	background-color:#8F9093;
}
.graybox a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.graybox p {
	margin-top:10px;
	margin-bottom:0;
	line-height:normal;
}

/* --------------- Main Content --------------- */

.embiggen {
	font-size:125%;
	font-weight:bold;
}

h3 {
	margin-top:1em;
	font-size:2em;
	font-weight:normal;
}

.shp-blue {
	color:#006a9a;
	font-weight:bold;
}

.dropcap {
	float:left;
	color:#006a9a;
	font-size:3em;
	padding:8px 2px 0 2px;
	font-weight:bold;
}

.span9 ul {
	list-style-type:disc;
}

.span9 ul > li, .span9 ol > li {
	margin-bottom:0.5em;
}

.strike {
	position:relative;
	visibility:hidden;
}
.strike:before {
	content:'\0024';
	position:absolute;
	visibility:visible;
}

/* --------------- Partner Logos --------------- */

#cosponsors > .span1,
#cosponsors > .span2 {
	height: 60px;
	line-height: 60px;
	display: block;
	margin: 0 6px 10px !important;
}
#cosponsors > .span1 > a > img,
#cosponsors > .span2 > a > img {
	max-height: 60px;
}

#partners > .row-fluid > .span3 {
	height:120px;
	line-height:120px;
	display:block;
	margin:0 6px 20px !important;
}
#partners > .row-fluid > .span3 > img {
	max-height:100px;
}

@media (max-width:768px) {
	#partners > .span3 {
		margin:0 0 0;
	}
}
