/* CSS */

/* /////////////////////////////////////////////////////////////////////////// */
/* Website Styles - Dianne McKay
/* /////////////////////////////////////////////////////////////////////////// */

/* General Styles */

body {
	background: #fafafa;
	padding: 0;
	margin: 0;
	font-family: Lato, sans-serif;
	color: #666;
}

.table {
	display: table;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

h2 {
	font-weight: 700;
	color: #043e83;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #043e83;
}

h3 {
	font-weight: 700;
	color: #043e83;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h4 {
	font-weight: 700;
	color: #043e83;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}


p {
	line-height: 1.6;
	margin-top: 25px;
}

img.right {
	float: right;
	margin: 10px 0 30px 30px;
}

img.left {
	float: left;
	margin: 10px 30px 30px 0;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	/*display: inline-block;*/
}

html[xmlns] .clearfix {
	/*display: block;*/
}

* html .clearfix {
	height: 1%;
}

.right {
	float: right;
}

/* Structure */

#header {
	width: 100%;
	background: url('../images/bg-ventura-county.jpg') no-repeat;
	background-size: cover;
	-ms-behavior: url('http://dev6.mustangmktg.com/dianne/assets/css/backgroundsize.min.htc');
	background-position: center center;
	min-height: 600px;
}

.navigation-container {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
}

.h-content-container {
	width: 100%;
	max-width: 870px;
	height: 100%;
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 15px;
	min-height: 600px;
	margin: 50px auto 0;
}

.h-content {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.h-content .headshot,
.h-content .logo {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.h-content .headshot {
	width: 45%;
	padding-right: 20px;
}

.h-content .logo {
	width: 55%;
	text-align: right;
	padding-left: 25px;
}

#wrapper {
	padding-bottom: 50px;
}

#wrapper .about {
	padding-top: 60px;
}

#wrapper .news {
	padding-top: 0;
}

.content-container {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
}

.content {
	max-width: 1000px;
	margin: auto;
}

/* Navigation */

.navigation {
	max-width: 1000px;
	margin: auto;
}

.navigation ul li {
	float: left;
	/*border-right: 1px solid #ddd;*/
}

.navigation ul li:first-child {
	/*border-left: 1px solid #ddd;*/
}

.navigation ul li a {
	color: #666;
	text-decoration: none;
	padding: 17px 30px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navigation ul li a:hover {
	background: #f8f8e6;
}

.navigation ul li a.donate-button {
	background: #f0c073;
	color: #fff;
}

.navigation ul li a.donate-button:hover {
	background: #cc9846;
}

.navigation ul li a.facebook-button {
	background: #3b5998;
	color: #fff;
}

.navigation ul li a.facebook-button:hover {
	background: #2c4476;
}

.navigation ul li a.linkedin-button {
	background: #007bb6;
	color: #fff;
}

.navigation ul li a.linkedin-button:hover {
	background: #00618f;
}

.navigation ul li.tagline p {
	padding: 12px 20px;
	margin: 0;
	color: #aaa;
}

/* Header */

.h-content .headshot img,
.h-content .logo img {
	width: 100%;
}

.h-content .headshot .table,
.h-content .logo .table {
	height: 500px;
}

.h-content .headshot img {
	max-width: 354px;
}

.h-content .logo img {
	max-width: 433px;
}

/* Quote */

.quote {
	background: #043e83;
	text-align: center;
	color: #ffffff;
}

.quote .content {
	max-width: 960px;
}

.quote h1,
.quote p {
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 2;
}

/* Introduction */

.intro {
	background: #98b4d6;
	color: #555;
}

.intro h3 {
	color: #043e83;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.intro ul li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	padding: 20px 20px;
	line-height: 1.3;
	font-size: 17px;
}

/* Images */

.images img.left {
	margin: 0;
	width: 100%;
	max-width:	334px;
}

.images .images-list {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
}

.images .images-list .image-item {
	width: 33.3333%;
	float: left;
}

.images-list .image-caption {
	/*background: #f8f8e6;*/
	color: #cb1d1e;
	font-size: 13px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 0px;
}

.images-list .image-caption p {
	margin-top: 0;
}

/* About */

.about img.right {
	margin-bottom: 70px;
	width: 100%;
	max-width: 408px;
}

/* Endorsements */

.list ul {
	width: 33%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	float: left;
}

.list ul:first-child {
	padding-left: 0;
	padding-right: 40px;
}

.list ul.last-list {
	padding-left: 40px;
	padding-right: 0;
}

.list ul li {
	font-style: italic;
	margin-bottom: 20px;
	color: #999;
	line-height: 1.2;
}

.list ul li span.list-name {
	font-style: normal;
	font-weight: 700;
	color: #043e83;
}

/* Footer */

#footer {
	width: 100%;
	background: #043e83;
	color: #fff;
	padding: 30px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer-content {
	width: 100%;
	max-width: 900px;
	text-align: center;
	font-size: 11px;
	margin: auto;
}

.footer-content p {
	margin-top: 0;
}

.myButton {
	background-color:#043e83;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:inherit;
	font-size:16px;
	padding:14px 36px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* 2.0 Updates */

.d-about-feature {
	margin: 35px 0 25px 35px;
}

.d-video {
	margin-bottom: 35px;
}

.d-about-feature img {
	display: block;
	margin: 0;
}

.d-news-links {
	width: 100%;
}

.d-news-item {
}

.d-news-item:hover {
	cursor: pointer;
}

.d-news-item div {
	width: 25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px;
	background: #043e83;
	border-top: 2px solid #fafafa;
	border-right: 2px solid #fafafa;
	float: left;
	height: 175px;
	display: table;
	overflow-y: hidden;
}

.d-news-item:hover div {
	background: #98b4d6;
}

.d-news-item h5 {
	display: table-cell;
	vertical-align: middle;
}

.d-news-item h5 {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	width: 100%;
	letter-spacing: 1px;
	line-height: 1.4;
}

.d-news-item:hover h5 {
	color: #043e83;
}

.d-news-item h5 span {
	text-transform: none;
	color: #98b4d6;
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
	display: block;
}

.d-news-item:hover h5 span {
	color: #043e83;
}

.show-on-mobile {
	display: none;
}

.communityList {
	list-style-type: circle;
	font-size: 15px;
	padding: 10px 20px;
}
.communityList li {
	margin: 10px 0px;
}

.d-italic {
	width: 100%;
	max-width: 900px;
	text-align: center;
	text-decoration-color: #043e83;
	text-decoration: italic !important;
	font-size: 13px;
	margin: auto;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* Media Queries */

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1000px) {

	.d-news-item div {
		height: 200px;
	}

}

@media screen and (max-width: 880px) {

	.d-news-item div {
		height: 175px;
		width: 33.3333%;
	}

	.tagline {
		display: none;
	}

	.navigation ul li {
		width: 33.3333%;
		text-align: center;
	}

}

@media screen and (max-width: 768px) {

	.content {
		text-align: center;
	}

	.about img.right {
		float: none;
		margin: 0 0 10px;
	}

	.content .list ul li {
		text-align: left;
	}

	#header {
		min-height: 500px;
	}

	.h-content-container {
		min-height: 500px;
	}

	.h-content .headshot .table,
	.h-content .logo .table {
		height: 400px;
	}

	.intro ul li {
		float: none;
		width: 100%;
	}

	.d-about-feature {
		float: none;
		width: 100%;
		margin: 25px 0 25px 0;
	}

	.d-video {
		display: none;
	}

	.d-about-feature img {
		margin: auto;
		width: 100%;
		max-width: 408px;
	}

	.d-news-item div {
		height: 200px;
	}

}

@media screen and (max-width: 700px) {

	#header {
		min-height: 400px;
	}

	.h-content-container {
		min-height: 400px;
	}

	.h-content .headshot .table,
	.h-content .logo .table {
		height: 300px;
	}

	.navigation ul {
		width: 100%;
	}

	.navigation ul li {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.navigation ul li a {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		text-align: center;
	}

	.navigation ul li.tagline {
		display: none;
	}

	.d-news-item div {
		height: 175px;
		width: 50%;
	}

}

@media screen and (max-width: 640px) {

	.h-content .logo {
		margin-top: 20px;
	}

	.h-content .headshot,
	.h-content .logo {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.h-content .headshot .table,
	.h-content .logo .table {
		height: auto;
	}

	.quote h1 {
		font-size: 18px;
		line-height: 1.5;
	}

	.images-list {
		display: none;
	}

}

@media screen and (max-width: 575px) {

	.d-news-item div {
		height: 150px;
		width: 100%;
	}

	.d-news-mobile-hide {
		display: none;
	}

	.navigation ul li {
		width: 60%;
	}

	.hide-on-mobile {
		display: none;
	}

	.navigation ul .show-on-mobile {
		display: block;
		width: 20%
	}

	.navigation ul .show-on-mobile a {
		text-transform: none;
	}

}

@media screen and (max-width: 480px) {

	.list ul,
	.list ul.last-list {
		float: none;
		width: 100%;
		padding: 0;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 16px;
	}

	.content .list ul li {
		text-align: center;
	}

	.content .list ul:first-child {
		padding-right: 0;
	}

}