@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: "Arimo",Arial, sans-serif;
	background: #fdfdfd;
}
.clear{clear:both}
#topbar{
	background: #dd243e;
	padding: 25px 0;
	width: 100%;
}
#headerwrap{
	width: 100%;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 40px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 40px 0px rgba(50, 50, 50, 0.75);
	padding: 5px 0;
	background-image: url(images/headerback.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
/******************************* Client Headerwrap ***********************************/


/***********************************************************************************/
#header{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 1000px) {
    #header {
        width: 100%;
    }
	#nav{display: none;}
	#headerwrap{background-image: none;padding: 5px 0 5px 0;}
	#navicon{display: block;}
}
/********************************** Logo Side *********************************/
#logo{margin-left: 20%;}
#logo img{
	width: 15%;
	min-width: 130px;
	float: left;
}

/********************************** Navigation ******************************/
#nav{
	float: right;
	width: 55%;
	margin-top:2.4%;
}

/***********************************/
#nav ul{
	list-style: none;
	position: relative;
}
#nav ul li{
	float: left;
	position: relative;
}
#nav ul li:before{
	content:"|";
	position:absolute;
	top:-4px;
	right:-2px;
	font-size:15px;
	color:#205934;
	font-family: Arial, sans-serif;
	font-weight: 100;
	z-index: 1;
}
#nav ul a{
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	padding:4px 10px;
	margin:-4px 0 10px 0;
}
#nav ul li:last-child a{
	font-weight: 900;
}
#nav ul li:last-child:before{display: none;}
#nav ul a:hover{
	color: #205934;
	font-weight: 900;
}
@media only screen and (max-width: 1200px) {
	#nav ul a{
		font-size: 10px; 
	}
	#nav{
		margin-top:2%;
	}
	#nav.equity{
		margin-top: 2.5%;
	}
}
/************************************ Nav Icon *****************************/
#navicon{
	display: none;
	position: absolute;
	top: -10px;
	right: 15%;
}

/******************************************** Media Queries ************************/
@media only screen and (max-width: 1000px) {
	#navicon{display: block;}
	#nav{
		position: relative;
		width: 100%;
		height: auto;
		margin:0 auto;
		background: #dedede;
	}
	#nav ul{
		padding: 0;
		text-align: center;
	}
	#nav ul li{
		width: 100%;
	}
	#nav ul li:before{
		display: none;
		float: none!important;
	}
	#nav ul a{
		padding: 10px 0 10px 0;
		border-bottom: 2px solid #dd243e;
		width: 100%;
		display: block;
		background: #ffffff;
	}
	#nav ul a:first-child{border-top:2px solid #dd243e;}
}
@media only screen and (max-width: 430px) {
	#navicon{right: 2%;top:-10px}
	#topbar{padding: 10px 0;}
	#logo{margin-left: 2%;}
}
@media only screen and (max-width: 720px) {
	#content{
		width: 96%!important;	
	}
}
/******************************** Slider ************************************/
#slider{
	width: 100%;
}
#slider img{
	max-width: 100%;
	display: block;
}
/*********************************** Content *************************************/
#contentwrap{
	background-image: url(images/background.png);
	background-position:left;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
}
@media only screen and (max-width: 1200px) {
	#contentwrap{
		background-size: 150%;
	}
}
#content{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#content h1{
	background: #205934;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	padding: 19px 0 15px 0;
	margin: 0 0 20px 0!important;
}
#content p{
	font-size: 12px;
	padding: 10px;
	line-height: 22px;
}
#content a{
	color: #205934;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
/************************************** Form ***************************************/
.fieldlabel{display: block;text-align: left;font-weight: 900;color: #464646;text-transform: uppercase;font-size: 12px;}

.mediumleft{
	width: 49%;
	float: left;
}
.mediumright{
	width: 49%;
	float: right;
}
.fullfield{
	width: 100%;
}
.smallleft{
	width: 32%!important;
	float: left;
	display: block;
	margin-right: 2%;
}
.smallmid{
	float: left;
	width: 32%;
	display: block;
	margin-right: 2%;
}
.smallright{
	width: 32%;
	float: left;
	display:block;
}
#content input[type=text]{
	width: 100%!important;
	border: 3px solid #d1d1d1;
	border-radius: 5px;
	padding:10px 0 5px 0!important;
	margin: 10px 0;
}
#content input[type=email]{
	width: 100%;
	border: 3px solid #d1d1d1;
	border-radius: 5px;
	padding:10px 0 5px 0!important;
	margin: 10px 0;
}
#content input[type=tel]{
	width: 100%;
	border: 3px solid #d1d1d1;
	border-radius: 5px;
	padding:10px 0 5px 0!important;
	margin: 10px 0;
}
#content button{
	color:#ffffff;
	background:#205934;
	border-radius: 8px;
	border:0;
	-webkit-appearance:none;
	outline:none;
	padding:6px 30px;
	margin:10px 0 60px 0;
	text-transform: uppercase;
	cursor:pointer;
}
#content button:hover{opacity: .8;}

/****************************************** Callouts ****************************/
.callout{
	width: 48%;
	background: #ffffff;
}
@media only screen and (max-width: 1350px) {
	#contentwrap{
		background-size: 200%;
	}
}
@media only screen and (max-width: 1000px) {
	#contentwrap{
		background-size: 300%;
		background-position: bottom;
	}
	.callout{
		width: 100%;
		margin-bottom: 20px;
	}
	.mediumleft{width: 100%!important;margin: 10px auto!important;float: none!important;}
	.mediumright{width: 100%!important;margin: 10px auto!important;float: none!important;}
	.fullfield{width: 100%!important;margin: 10px auto!important;float: none!important;}
	.smallleft{width: 100%!important;margin: 10px auto!important;float: none!important;}
	.smallmid{width: 100%!important;margin: 10px auto!important;float: none!important;}
	.smallright{width: 100%!important;margin: 10px auto!important;float: none!important;}
}
@media only screen and (max-width: 720px) {
	#content{
		width: 96%!important;	
	}
}
.callout strong{
	text-decoration: none;
	color: #ffffff;
	background: #dd243e;
	display: inline-block;
	padding: 15px 0 10px 0;
	font-weight: 900;
	text-transform: uppercase;
	width: 100%;
}
.callout a{
	color:#464646!important;
}
.callout a:hover{opacity: .6;text-decoration: none!important;}
#callleft{float: left;}
#callleft img{
	width: 80%;
	padding: 38px 0;
}
#callleft iframe{
	width: 80%;
	height: 250px;
	margin: 55px 0;
}

#callright{float:right;}
.pdf{
	border-bottom: 5px solid #cdcdcd;
	padding: 20px 10px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.pdf img{
	display: block;
	width:52%;
	float: left;
}
.pdf a{
	text-decoration: none;
	color: #464646;
	display: inline-block;
	font-weight: 900;
	font-size: 14px!important;
}
.pdf span{
	display: inline-block;
	margin-top: 28px;
}
.pdfbottom{
	border-bottom: 5px solid #cdcdcd!important;
}
.cursor{
	border: none;
}

.cursor img{float: left;}
.pdf h5{
	margin: 0;
	display: inline;
	font-size: 12px;
	color: #dd243e;
	font-weight: 900;
}

/************************************* Contest Rules ******************************/
#rules h2{
	color:#464646;
	font-weight: 900;
	text-transform: uppercase;
	margin: 60px 0 30px 0;
	font-size: 20px;
}
#rules hr{
	border: none;
	width: 100%;
	background: #ffffff;
	height: 10px;
}
#rules p{
	font-size: 11px;
	font-weight: 600;
}
#rules span{
	color: #dd243e;
	display: block;
	font-weight: 600;
}
@media only screen and (max-width: 430px) {
	#rules h2{
		margin: 20px 0 10px 0!important;
	}
	
	.pdf a{
		font-size: 12px!important;
	}
	.pdf{
		width: 90%;
	}
}
/*********************************** Footer *************************************/
#footer{
	text-align: center;
	width: 100%;
	background: #464646;
	padding: 25px 0;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: -15px;
}
/************************************* Retailer Classes ***************************/
/**********************************************************************************/

/***************************** Equity Group ******************************/
body.equity #topbar{background:#f67a20;}
body.equity #logo{
	height: 120px;
	background-repeat: no-repeat;
	width: 30%;
	min-width: 120px!important;
	display: inline-block;
	margin:0 0 0 14%!important;
}
body.equity #logo img{
	height: 100%;
	width: auto;
	position: relative;
	left: 26%;
}
body.equity #nav{margin-top: 2.6%;}
body.equity #nav ul a:hover{color: #f67a20;font-weight: 900;}
/*body.equity #nav:before{
	content:url(images/equity.png)!important;
	position: absolute;
	top: -4px;
	left: 22%;
}*/
body.equity .callout strong{background: #f67a20;}
body.equity #content a{color:#EC6809;}
/*body.equity .pdfbottom{border-bottom: 5px solid #f67a20!important;}*/
@media only screen and (max-width: 1340px) {
	body.equity #nav{margin-top: 3%;}
}
@media only screen and (max-width: 1200px) {
	body.equity #nav{
		margin-top: 3.7%!important;
	}
}
@media only screen and (max-width: 1000px) {
	body.equity #logo{
		height: 100px;
		left:20%;
	}
}
@media only screen and (max-width: 720px) {
	body.equity #logo{
		width: 60%;
		position: relative;
		left: -100px!important;
	}
}
@media only screen and (max-width: 346px) {
	body.equity #logo{
		height: 80px;
		left: -80px!important;
	}
}
/***************************** Southern FS ******************************/
body.southernfs #logo{
	height: 120px;
	background-repeat: no-repeat;
	width: 30%;
	min-width: 120px!important;
	display: inline-block;
	margin:0 0 0 14%!important;
}
body.southernfs #logo img{
	height: 35%;
	width: auto;
	position: relative;
	left: 26%;
	top: 34%;
}
body.southernfs #nav{margin-top: 2.6%;}
body.southernfs #nav ul a:hover{font-weight: 900;}

@media only screen and (max-width: 1340px) {
	body.southernfs #nav{margin-top: 3.4%;}
}
@media only screen and (max-width: 1200px) {
	body.southernfs #nav{
		margin-top: 3.7%!important;
	}
}
@media only screen and (max-width: 1000px) {
	body.southernfs #logo{
		height: 100px;
		left:20%;
	}
}
@media only screen and (max-width: 720px) {
	body.southernfs #logo{
		width: 60%;
		position: relative;
		left: -100px!important;
	}
}
@media only screen and (max-width: 346px) {
	body.southernfs #logo{
		height: 80px;
		left: -80px!important;
	}
}
/***************************** West Central FS ******************************/
body.westcentralfs #nav{margin-top: 2%;}
body.westcentralfs #nav ul a:hover{font-weight: 900;}

@media only screen and (max-width: 1340px) {
	body.westcentralfs #nav{margin-top: 1.8%;}
}
@media only screen and (max-width: 1200px) {
	body.westcentralfs #nav{
		margin-top: 1.4%!important;
	}
}
@media only screen and (max-width: 1000px) {
	body.westcentralfs #logo{
		height: 100px;
		left:20%;
	}
}
@media only screen and (max-width: 720px) {
	body.westcentralfs #logo{
		width: 60%;
		position: relative;
		left: 0px!important;
	}
}
@media only screen and (max-width: 346px) {
	body.westcentralfs #logo{
		height: 80px;
		left: 0px!important;
	}
}
/***************************** Brandt Consolidated ******************************/
body.brandt #nav{margin-top: 1.6%;}
body.brandt #nav ul a:hover{font-weight: 900;}

@media only screen and (max-width: 1340px) {
	body.brandt #nav{margin-top: 1%;}
}
@media only screen and (max-width: 1200px) {
	body.brandt #nav{
		margin-top: .8%!important;
	}
}
@media only screen and (max-width: 1000px) {
	body.brandt #logo{
		height: 100px;
		left:20%;
		min-width: 100px!important;
	}
}
@media only screen and (max-width: 720px) {
	body.brandt #logo{
		width: 60%;
		position: relative;
		left: 0px!important;
	}
}
@media only screen and (max-width: 346px) {
	body.brandt #logo{
		height: 100px;
		left: 0px!important;
	}
}
