/*
EasyDNNMailChimp CSS file
*/

#EDMC-HLSR
{
	text-align: center;
}


#EDMC-HLSR input
{
	display: inline-block;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 3px;
	margin-right: 3%;
	width: 25%
}

#EDMC-HLSR input:last-child {margin-right: 0;}

#EDMC-HLSR a.btnsubscribe:link, #EDMC-HLSR a.btnsubscribe:active, #EDMC-HLSR a.btnsubscribe:visited
{
	background-color: #f46c1f;
	display: inline-block;
	color: #fff;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#EDMC-HLSR a.btnsubscribe:hover
{
	background-color: #0082c6;
}


#EDMC-HLSR a.btnunsubscribe:link, #EDMC-HLSR a.btnunsubscribe:active, #EDMC-HLSR a.btnunsubscribe:visited
{
	
}

#EDMC-HLSR a.btnunsubscribe:hover
{
	
}



#EDMC-HLSR .title
{
	display: block;
	float: left;
	clear: left;
	color: #000000;
	margin-bottom: 5px;
	font-weight: normal;
}
#EDMC-HLSR .valid
{
	border: 1px solid #fff;
	color: #FFFFFF;
	background-color: #FF0000;
	clear: both;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#EDMC-HLSR label
{
	clear: both;
	color: #000000;
}

#EDMC-HLSR input {
	color: #666666;
}

#EDMC-HLSR .radioscrb
{
	/*display: block;*/
	float: left;
	clear: left;
	color: #FFFFFF;
	text-align: left;
}

#EDMC-HLSR .chkbox
{
	display: block;
	float: left;
	clear: left;
	color: #FFFFFF;
	margin-bottom: 6px;
}


/***************Add in Version 2.0.***************************/


#EDMC-HLSR a.btnarchive:link, #EDMC-HLSR a.btnarchive:active, #EDMC-HLSR a.btnarchive:visited
{
	float: left;
	clear: both;
	display: block;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:5px;
	text-decoration: underline;
}


#EDMC-HLSR a.btnarchive:hover
{
	float: left;
	clear: both;
	display: block;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:5px;
	text-decoration: none;
}


/*Archive*/





#EDMC-HLSR_a .Archive
{
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}


#EDMC-HLSR_a .ArchiveTitle
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom:15px;
	display:block;
}

#EDMC-HLSR_a .ArchiveGrid
{
	width: 400px;
}

#EDMC-HLSR_a .Archive a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#EDMC-HLSR_a .Archive a:hover
{
	text-decoration:none;
}


#EDMC-HLSR_a .Pager span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	
	}

#EDMC-HLSR_a .Pager a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	
	}
	
	
#EDMC-HLSR_a .Pager a:hover
{	
	text-decoration:underline;
	
	}
	
	
/*********version 2.5************/


#EDMC-HLSR .maincustomfields
{
    display:block;
    }

#EDMC-HLSR .boxcustom
{
	border: 1px solid #ffffff;
	float: left;
	clear: left;
	height: 20px;
	width: 130px;
	padding-top: 9px;
	padding-left: 6px;
	margin-bottom: 3px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #9d9c9c;
}

@media (max-width: 990px) {
	#EDMC-HLSR input {width: 22%; margin-right: 1%;}
}	
@media (max-width: 767px) {
	#EDMC-HLSR input {width: 60%; margin-right: 0; margin-bottom: 10px;}	
	#EDMC-HLSR a.btnsubscribe:link, #EDMC-HLSR a.btnsubscribe:active, #EDMC-HLSR a.btnsubscribe:visited {display: block; width: 60%; margin: auto;}	
}