@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	color: #555;
	background-color: #1A5EAB;
	text-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}
.page { font-size: 1em; }

h1 {
	font-size: 2em;
	color: #EE6E2C;
	margin: 0px 0px .5em 0px;
	text-align: left;
}
h2 {
	font-size: 1.8em;
	color: #F08238;
	margin: 0px 0px .5em 0px;
	text-align: left;
}
h3 { font-size: 1.25em; color: #9e472a; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a {
	color: #1846F8;
}
a:hover { color: #00a2ed; }

.content_sidebar h3 { color: #68230b; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #733e34; }
.content_sidebar a { color: #00a2ed; }
.content_sidebar a:hover { color: #f52d1b; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(file:///MacBook%20OS%20X/Users/takrbacker/Downloads/template_10/Publish/images/sidebar_photo_large.jpg) right 0px;
	margin: 0px;
	height: 175px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  }
.content_sidebar figure figcaption { font-size: .9em; display: block; color: #000; margin: 3px 0px 15px 0px; }

/* Layout */

.page {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 1024px;
	/* [disabled]width: 1080; */
}
.page header {
	display: block;
	/*position: static;*/
	height: 100%;
	min-height: 175px;
	color: #757575;
	background-color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 5px 0px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(bottom, #ffffff 75%, #1A5EAB 90%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(75%,#ffffff), color-stop(90%,#1A5EAB));
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	-webkit-box-shadow: 5px 0px 3px rgba(0,0,0,0.3);	/*background-image: url(../_images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
.page header a.logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	background-image: url(../_images/DIC_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.page .page_content {
	background-color: #fff;
	padding: 1px 0px 1px 0px;
	text-shadow: 0px 0;
	-webkit-box-shadow: 5px 0 3px 0 rgba(0,0,0,0.30);
	box-shadow: 5px 0 3px 0 rgba(0,0,0,0.30);
}
.page .page_content #container  {
	height: 160px;
	clear: left;
	text-align: left;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.page .page_content .page_content_container_left {
	width: 60%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.page .page_content .page_content_container_right {
	width: 40%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.page_content_container_right .content_sidebar p {
	text-align: center;
}
.page .page_content .content {
	margin: 15px 20px 20px 20px;
	padding: 0px;
}
.page_content .page_content_container_left #container  {
	height: 160px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.page .page_content .content_sidebar {
	margin: 15px 20px 20px 0px;
	padding: 10px;
	border: 1px solid #591508;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f6ebda;
}
.page nav {
	position: absolute;
	top: 77px;
	right: 20px;
	text-align: center;
}
.page nav a {
	border: 1px solid #fff;
	border-radius: 10px;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	background-color: #ED5A18;
	font-size: 1.15em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.page nav a:hover {
	background-color: #F08238;
	color: #fff;
}
.page footer {
	display: block;
	font-size: 0.9em;
	color: #757575;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #ffffff 60%, #1A5EAB 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#1A5EAB));
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.clear_both { clear: both; line-height: 1px; }

.list_carousel {
	/* [disabled]width: auto; */
	height: 65px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 60px;
	clear: both;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	width: auto;
	height: auto;
	padding: 0;
	margin: 30px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
#agents #agents li a {
	color: #555;
	text-decoration: none;
}
#agents #agents li a:hover {
	text-decoration: underline;
	color: #2A49E3;
	font-weight: bold;
}
.page header .logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 620px) {	
#agents #agents li a {
	color: #555;
	text-decoration: none;
}
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header {
	/* [disabled]height: 50px; */
	min-height: 50px;
}
	.page header a.logo {
	/* [disabled]top: 10px; */
	/* [disabled]left: 35px; */
	/* [disabled]margin-top: 2px; */
	margin-bottom: 0px;
	width: 190px;
	height: 40px;
	/*background-image: url(../_images/diversified_logo_small.png);*/
	background-repeat: no-repeat;
	/* [disabled]background-position: 0px 0px; */
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	.page .page_content .page_content_container_left {
	width: inherit;
	float: none;
	margin: 0px;
}
.page_content .page_content_container_left #container  {
	margin-bottom: 10px;
	margin-left: 20px;
}
	.page .page_content .page_content_container_right {
	width: 90%;
	float: none;
	margin-top: 0%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 0%;
	padding-top: 10px;
}
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 30%; float: right; margin-left: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background: url(file:///MacBook%20OS%20X/Users/takrbacker/Downloads/template_10/Publish/images/sidebar_photo_small.jpg) right 0px; height: 100px; }
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }
	.page nav {
	position: inherit;
	padding: 15px 0px 1px 0px;
	text-align: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	}
	.page nav a {
	color: #fff;
	border: 1px solid #68230b;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin: 0px 10px 15px 10px;
	background-image: url(../_images/mobile_link_arrow.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	}
	.page footer {
	font-size: .8em;
	text-align: center;
}
	.page_content .page_content_container_left .content h1 {
	font-size: 1.4em;
	text-align: center;
}
.page_content_container_left .content h2 {
	font-size: 1.25em;
}
.page_content_container_right .content_sidebar p {
	font-size: 12.5px;
}
.page .page_content .page_content_container_left .content #contactForm label {
	font-size: x-small;
}
#agents ul li {
	font-size: x-small;
}
.page header .logo {
	width: 275px;
	height: 58px;
	margin-top: 14px;
}
}
@media screen and (min-width: 621px) and (max-width: 768px) {
body {
	padding: 10px;
	text-shadow: 0px 5px 3px;
}
.page {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	text-shadow: 0px 0;
}
.page header {
	min-height: 50px;
	clear: both;
	padding-bottom: 50px;
}
.page header a.logo {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 400px;
	height: 80px;
	/*background-image: url(../_images/diversified_logo_small.png);*/
	background-repeat: no-repeat;
	/* [disabled]background-position: 0px 0px; */
	margin-top: auto;
	display: block;
}
.page .page_content .page_content_container_left {
	width: inherit;
	margin: 0px;
	padding-left: 5%;
	padding-right: 5%;
	float: none;
	clear: both;
}
.page_content .page_content_container_left #container  {
margin-bottom: 10px;
margin-left: 20px;
}
.page .page_content .page_content_container_right {
	width: 90%;
	float: none;
	margin-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 0px;
	padding-top: 15px;
}
.page .page_content .content {
	margin: 10px 10px 20px 10px;
	clear: none;
	text-shadow: 0px 0;
}
.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
.page .page_content .content_sidebar figure { width: 30%; float: right; margin-left: 15px; }
.page .page_content .content_sidebar figure .figure_photo { background: url(file:///MacBook%20OS%20X/Users/takrbacker/Downloads/template_10/Publish/images/sidebar_photo_small.jpg) right 0px; height: 100px; }
.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }
.page nav {
	position: inherit;
	padding: 15px 0px 1px 0px;
	text-align: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.page nav a {
	color: #fff;
	border: 1px solid #68230b;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin: 0px 10px 15px 10px;
	background-image: url(../_images/mobile_link_arrow.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.page footer { font-size: .8em; }
.page_content_container_left .content h1 {
	font-size: 1.75em;
	text-align: center;
}
.page_content_container_left .content h2 {
	font-size:1.25em;
	text-align:center;
}
.page_content_container_left .content p {
	font-size:1em;
}
.page header .logo {
	margin-top: 25px;
	width: 400px;
	height: 85px;
}

}
/* Medium Screen Rules */
@media screen and (min-width: 769px) and (max-width: 960px) {
	body { padding: 10px; }
	.page {
	margin: 0px;
	padding: 0px;
	font-size: 1.15em
}
	.page header {
	height: 90px;
	padding: 10px 50px 0px 75px;
}
	.page header a.logo {
	top: 20px;
	left: 25px;
	width: 375px;
	height: 65px;
	/*background-image: url(../_images/diversified_logo_medium.png);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.page nav {
	position: inherit;
	padding: 15px 0px 1px 0px;
	text-align: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	}
.page nav a {
	color: #fff;
	border: 1px solid #68230b;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin: 0px 10px 15px 10px;
	background-image: url(../_images/mobile_link_arrow.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	}
	.page .content_sidebar figure .figure_photo { background: url(file:///MacBook%20OS%20X/Users/takrbacker/Downloads/template_10/Publish/images/sidebar_photo_medium.jpg) right 0px; height: 150px; }
	.page .content_sidebar figure figcaption { font-size: .8em; }
.page_content .page_content_container_left #container  {
	margin-left: 90px;
}
	.page_content_container_right .content_sidebar p {
	font-size: 12.5px;
}
	.page_content_container_left .content h1 {
	font-size: 2em;
}
.page_content_container_left .content h2 {
	font-size: 1.7em;
}
.page header .logo {
	margin-top: 40px;
	width: 450px;
	height: 95px;
}
}

/* Large Screen Rules */
@media screen and (min-width: 961px) and (max-width: 10000px) {
	body { padding: 20px; }
	.page header a.logo {
		max-width:50%;
		}
	.page_content_container_right .content_sidebar p {
	font-size: 16px;
}
.page_content .page_content_container_left #container  {
	margin-left: 165px;
	margin-top: 40px;
}
p { margin: 0px 0px 1em 0px; font-size: 1.5em; }	
li {
	font-size: 1.5em;
}
#dairyland {
	font-size: 1.4em;
}
.page header .logo {
	margin-top: 40px;
	width: 475px;
	height: 101px;
	margin-left: 0px;
}
}
}
