@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.25em;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}
img, object, embed, video {
	max-width: 100%;
}
hr {
	color: #524E37;
	background-color: #524E37;
	border-top-color: #524E37;
	border-right-color: #524E37;
	border-bottom-color: #524E37;
	border-left-color: #524E37;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
a:link {
	color: #063E87;
	text-decoration: underline;
}
a:visited {
	color: #063E87;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #063E87;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.2em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2em;
}
h5 {
	font-size: 1.1em;
	line-height: 1.2em;
}
h6 {
	font-size: 1em;
	line-height: 1.2em;
}
/* Entry and Page Titles */
h1.page-title, h1.entry-title {
	margin-top: 10px;
}
.post h1.entry-title {
	margin-bottom: 0px;
}
h2.entry-title {
	margin-bottom: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}
h2.entry-title a {
	text-decoration: none;
}
h2.entry-title a:hover {
	text-decoration: none;
}
a.rmore {
	background-image: url(../images/more_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	float: right;
	padding-right: 13px;
	background-position: right;
	text-decoration: none;
	clear: both;
}
a.morenews {
	background-image: url(../images/more_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	float: right;
	padding-right: 13px;
	background-position: right;
	text-decoration: none;
	clear: both;
	font-size: 0.875em;
}
/* Media Alignment */
.alignright
{
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
.alignleft
{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.aligncenter
{
	display: block;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.clear_none {
	clear: none;
}
.clear_all {
	display: block;
	clear: both;
	width: 100%;
	height: 0.01px;
	margin: 0px;
	padding: 0px;
}
span.edit-link {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
span.edit-link a {
	display: block;
	width: auto;
	font-size: 0.875em;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFF;
	text-decoration: none;
	background-color: #999068;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
span.edit-link a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #524E37;
}
.entry-meta {
	font-size: 0.875em;
	font-style: italic;
	line-height: 1em;
}
.cycloneslider-template-default .cycloneslider-pager {
	right: auto;
	top: auto;
	left: 20px;
	top: 20px;
}
.cycloneslider-template-default .cycloneslider-pager span {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #063E87;
}
.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
    background-color: #ffffff;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#main_container {
	display: block;
	margin: 0px;
	width: 100%;
	background-color: #005CA9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#outer_container {
	background-color: #FFF;
	background-image: url(../images/bg_line.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
	width: 95.834%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#inner_container {
	background-image: url(../images/bg_curve_sm.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
header {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
header.hheader {
	padding-top: 10px;
	margin-bottom: 10px;
}
#cardon_logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#cardon_logo img {
	max-width: 90%;
}
#textsize {
	display: none;
}
#textsize a {
	text-decoration: underline;
}
#textsize a:hover {
	text-decoration: underline;
}
#phnumber {
	display: none;
}
#sm_phnumber {
	text-align: right;
	padding-right: 20px;
	font-size: 0.875em;
	margin-bottom: 10px;
}
header.hheader #sm_phnumber {
	margin-bottom: 0px;
}
#hphone {
	font-weight: bold;
	white-space: nowrap;
}
nav#main_menu {
	background-color: #524E37 !important;
	color: #FFF;
	margin-bottom: 10px;
	padding: 3%;
	clear: both;
	width: 94%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/*Navigation Styles*/
nav#main_menu ul.menu {
	list-style: none;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	font-size: 0.8125em;
	line-height: 1em;
	text-align: center;
}
nav#main_menu .menu li {
	display: inline-block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	-o-transition: padding-right 1s, padding-left 1s;
	-ms-transition: padding-right 1s, padding-left 1s;
	-moz-transition: padding-right 1s, padding-left 1s;
	-webkit-transition: padding-right 1s, padding-left 1s;
	transition: padding-right 1s, padding-left 1s;
}
nav#main_menu ul.menu li:hover {
	background-color: #999068;
}
nav#main_menu ul.menu ul {
	display: none;
}
nav#main_menu ul.menu li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	padding: 0px;
}
nav#main_menu ul.menu li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
nav#main_menu ul.menu .current-menu-item, 
nav#main_menu ul.menu .current-menu-ancestor, 
nav#main_menu ul.menu .current_page_item, 
nav#main_menu ul.menu .current-page-ancestor, 
nav#main_menu ul.menu .current-post-ancestor {
	background-color: #FFF;
}
nav#main_menu ul.menu .current-menu-item > a, 
nav#main_menu ul.menu .current-menu-ancestor > a, 
nav#main_menu ul.menu .current_page_item > a, 
nav#main_menu ul.menu .current-page-ancestor > a, 
nav#main_menu ul.menu .current-post-ancestor > a {
	color: #063E87;
}
select.responsiveMenuSelect option {
	margin-bottom: 6px;
}

#banner {
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#home_banner {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
#home_banner ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
#home_banner ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
#subnav {
	clear: both;
	padding-top: 0px;
	padding-right: 5.4%;
	padding-bottom: 0px;
	padding-left: 9.7%;
	width: 84.9%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	float: left;
}
#subnav ul.menu {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.2em;
}
#subnav ul.menu li {
	list-style-type: none;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #063E87;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnav .menu li:last-child {
	border-right-style: none !important;
}
#subnav ul.menu li a {
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
#subnav ul.menu li a:hover  {
}
#subnav ul.menu .current-menu-item > a, 
#subnav ul.menu .current-menu-ancestor > a, 
#subnav ul.menu .current_page_item > a, 
#subnav ul.menu .current-page-ancestor > a, 
#subnav ul.menu .current-post-ancestor > a {
	color: #524E37;
}
#home_container {
	clear: both;
	padding-top: 0px;
	padding-right: 5.4%;
	padding-bottom: 0px;
	padding-left: 9.7%;
	width: 84.9%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#cardon_home_logo {
	padding-top: 20px;
	text-align: right;
	padding-bottom: 20px;
}
#home_widgets {
	display: block;
	margin: 0px;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home_widget_left {
	clear: both;
	margin-bottom: 20px;
}
#home_widget_center {
	clear: both;
	margin-bottom: 20px;
}
#home_widget_right {
	clear: both;
	margin-bottom: 20px;
}
ul.homewidget {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
ul.homewidget li {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul.homewidget li:last-child {
	margin-bottom: 0px;
}
h3.home_widget_header {
	font-weight: bold;
	color: #FFF;
	background-color: #999068;
	margin: 0px;
	width: 90%;
	padding-top: 3px;
	padding-right: 5%;
	padding-bottom: 3px;
	padding-left: 5%;
	font-size: 1.14285714em;
	line-height: 1.2em;
}
#news_block {
	margin-bottom: 20px;
}
#news_block post {
	clear: both;
	margin-bottom: 20px;
}
#news_block h2.news-title {
	font-size: 1.14285714em;
	font-weight: bold;
}
#news_block .attachment-thumbnail {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}



#container {
	clear: both;
	padding-top: 0px;
	padding-right: 5.4%;
	padding-bottom: 0px;
	padding-left: 9.7%;
	width: 84.9%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#sidebar {
	clear: both;
	padding-top: 0px;
	padding-right: 5.4%;
	padding-bottom: 0px;
	padding-left: 9.7%;
	width: 84.9%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
#sidebar ul li.widget-container {
	background-color: #CCC7B3;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	font-size: 0.8125em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar ul li.widget-container h3.widget-title {
	font-size: 1em;
	line-height: 1.2em;
	color: #FFF;
	background-color: #524E37;
	margin: 0px;
	width: 90%;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
}
#sidebar ul li.widget-container .sbar_content {
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
}
#sidebar ul li.widget-container .sbar_content p:first-child {
	margin-top: 0px !important;
}
#sidebar ul li.widget-container ul  {
}
#sidebar ul li.widget-container ul li {
	margin-bottom: 10px;
}
footer {
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 84.9%;
	color: #063E87;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #524E37;
	margin-top: 0px;
	margin-right: 5.4%;
	margin-bottom: 0px;
	margin-left: 9.7%;
	text-align: center;
	font-size: 0.875em;
}
.footer_menu {
	display: inline-block;
}
footer .footer_menu {
	display: block;
	margin-top: 6px;
}
.footer_menu ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer_menu ul li {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_menu ul li:last-child span {
	display: none;
}
.fwrap {
	white-space: nowrap;
}
#foot_logos {
	display: block;
	margin: 0px;
	float: left;
	width: 32%;
	text-align: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#eho_logo {
	margin-right: 10px;
}
#ada_logo {
}
#payment-mobile {
	display: none;
}
#payment-desktop {
	text-align: center;
	display: block;
	width: 32%;
	float: left;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#payment-desktop a {
	-webkit-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
	box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
	text-decoration: none;
	padding: 7px;
	border-radius: 5px;
	background: #0074ca;
	font-weight: 700;
	color: #fff;
	font-size: 21px;
}
#payment-desktop a:hover {
	background: #005CA9;
}
@media (max-width: 500px) {
	#payment-desktop {
		display: none;
	}
	#payment-mobile {
		text-align: center;
		display: block;
		width: 32%;
		float: left;
		margin: 0px;
		padding-top: 30px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	#payment-mobile a {
		-webkit-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
		box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
		text-decoration: none;
		padding: 7px;
		border-radius: 5px;
		background: #0074ca;
		font-weight: 500;
		color: #fff;
		font-size: 16px;
	}
	#payment-mobile a:hover {
		background: #005CA9;
	}
}
#windpower {
	text-align: left;
	display: block;
	width: 32%;
	float: left;
	margin: 0px;
	padding: 0px;
}
#lg_footer_phone {
	display: none;
}

/*Community Map Styles*/
#sl_div #searchForm {
	background-color: #CCC7B3;
	padding: 10px;
	margin-bottom: 10px;
}
#sl_div #address_search {
	width: 100% !important;
}
.sl_header #address_search div {
	width: 100% !important;
	margin-bottom: 10px !important;
}
#sl_div #address_search label {
	width: 100% !important;
	max-width: 100% !important;
	text-align: left !important;
	padding-top: 6px;
}
#sl_div #address_search input, #sl_div #address_search select {
	clear: both !important;
}
#address_search #addressInput {
	width: auto !important;
	width: 65% !important;
	margin-right: 0px !important;
}
.search_item {
	vertical-align: top !important;
}
.search_item, #sl_div #searchForm #addy_in_radius, #sl_div #searchForm #radius_in_submit {
	display: block !important;
	float: none !important;
	width: 100% !important;
}
#addy_in_radius {
	margin-bottom: 10px;
}
#radius_in_submit {
	text-align: right;
}
#sl_div #searchForm select {
	font-size: 0.875em;
	color: #FFF;
	background-color: #999068;
	border: 1px solid #000;
	padding: 3px;
	-webkit-box-shadow: 2px 2px 3px 0px #999068;
	-moz-box-shadow: 2px 2px 3px 0px #999068;
	-ms-box-shadow: 2px 2px 3px 0px #999068;
	-o-box-shadow: 2px 2px 3px 0px #999068;
	box-shadow: 2px 2px 3px 0px #999068;
	line-height: 1.25em;
}
#sl_div #searchForm select option {
	background-color: #CCC;
	color: #000;
}
#sl_div #addressInput {
	font-size: 0.875em;
	line-height: 1.25em;
	color: #999068;
	background-color: #CCCCCC;
	background-image: none;
	padding: 3px;
	border: 1px solid #063E87;
	-webkit-box-shadow: 2px 2px 3px 0px #999068;
	-moz-box-shadow: 2px 2px 3px 0px #999068;
	-ms-box-shadow: 2px 2px 3px 0px #999068;
	-o-box-shadow: 2px 2px 3px 0px #999068;
	box-shadow: 2px 2px 3px 0px #999068;
}
#sl_div #addressSubmit {
	font-size: 0.875em;
	color: #FFF;
	background-color: #999068;
	border: 1px solid #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	padding: 3px;
	-webkit-box-shadow: 2px 2px 3px 0px #999068;
	-moz-box-shadow: 2px 2px 3px 0px #999068;
	-ms-box-shadow: 2px 2px 3px 0px #999068;
	-o-box-shadow: 2px 2px 3px 0px #999068;
	box-shadow: 2px 2px 3px 0px #999068;
	line-height: 1.25em;
	background-image: none;
}
.oldie #sl_div #addressSubmit, .ie9 #sl_div input#addressSubmit {
	color: #999068;
	background-color: #FFF;
}
.oldie #sl_div #searchForm select option, .ie9 #sl_div #searchForm select option {
	color: #FFF;
	background-color: #999068;
}


.results_wrapper {
	margin-top: 10px !important;
	padding-top: 10px !important;
	border-top-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: #063E87 !important;
	width: 100% !important;
	display: block !important;
}
.results_wrapper:first-child {
	border-top-style: none !important;
}
.results_entry {
	padding-bottom: 0px !important;
}
.com_loc_name {
	font-weight: bold;
}
.com_loc_distance {
	float: right !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
	font-size: 0.8125em !important;
	line-height: 1.2em !important;
	color: #666666 !important;
}
.com_result_address {
	font-size: 0.8125em !important;
	line-height: 1.2em !important;
	font-weight: normal !important;
}
.com_result_phone a {
	font-weight: bold !important;
}
.com_result_tags br {
	display: none !important;
}
.com_result_links {
	font-size: 0.8125em !important;
	line-height: 1.2em !important;
}
.com_result_links br {
	display: none !important;
}
.com_result_links a {
	display: inline !important;
}
tr.slp_map_search_results a {
	color: #063E87 !important;
	display: inline !important;
	width: auto !important;
}
#sl_div a.storelocatorlink {
	color: #063E87 !important;
}


.sbar_content input#s {
	width: 95% !important;
	margin-bottom: 6px;
}
.sbar_content #searchform label.screen-reader-text {
	display:none;
}
.sbar_content ul li.widget_slpwidgetbasic input#address_input {
	width: 95% !important;
}
.sbar_content #address_input_slpw_adv {
	width: 95% !important;
}




#address_search SELECT {
	width: auto !important;
}
.entry-content img.wp-post-image {
	margin-bottom: 10px;
	margin-top: 10px;
}
#nav-below {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #CCC7B3;
	padding: 6px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.75em;
	line-height: 1em;
}
#nav-below .page-numbers, .single #nav-below a {
	text-decoration: none;
	display: inline-block;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav-below a.page-numbers {
	color: #000;
	background-color: #ffffff;
}
#nav-below a.prev, #nav-below a.next, .nav-previous a, .nav-next a {
	color: #FFF;
	background-color: #999068;
}
#nav-below span.current {
	color: #FFF;
	background-color: #005CA9;
}
#nav-below a:hover {
	color: #FFF;
	background-color: #524E37;
}
.nav-previous, .nav-next {
	display: inline-block;
}
.nav-total {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

/* Google Cal Styles */
.st-dtitle {
color: #ffffff !important;
}

/* WYSIWYG Styles */
.sitemap_lists {
	margin-top: 0px;
	margin-bottom: 0px;
}
.sitemap_lists ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.category .attachment-thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.contact_sidebar {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
}
.category .post .entry-summary p, .archive .post .entry-summary p {
	margin-bottom: 0px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#inner_container {
	background-image: url(../images/bg_curve_med.png);
}
.com_result_phone a {
	font-weight: normal !important;
}
header {
	padding-left: 85px;
}
header.hheader {
	padding-top: 20px;
	margin-bottom: 10px;
}
#cardon_logo {
	float: left;
	width: 65%;
}
#textsize {
	display: block;
	text-align: right;
	float: right;
	width: 31.6%;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 3.4%;
}
header.hheader #textsize {
	float: none;
	width: 96.6%;
	margin-bottom: 0px;
}
#phnumber {
	display: block;
	text-align: right;
	float: right;
	width: 31.6%;
	padding-right: 3.4%;
}
header.hheader #phnumber, #sm_phnumber {
	display: none;
}
nav#main_menu {
	padding: 0px;
	width: 100%;
}
nav#main_menu ul.menu li {
	padding-right: 4%;
	padding-left: 4%;
}
#subnav {
	padding-right: 3.4%;
	padding-left: 6.1%;
	width: 90.5%;
}
#home_container {
	padding-right: 3.4%;
	padding-left: 6.1%;
	width: 90.5%;
}
#cardon_home_logo {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 30px;
	float: left;
}
#welcome_message {
	padding-top: 20px;
}
#welcome_message p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}
#home_widget_left {
	float: left;
	width: 48.8%;
	clear: none;
}
#home_widget_center {
	float: right;
	width: 48.8%;
	clear: none;
}
#home_widget_right {
	width: 100%;
}
#container {
	padding-left: 6.1%;
	width: 62.7%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sidebar {
	padding-right: 3.4%;
	width: 25.6%;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}
footer {
	margin-right: 3.4%;
	margin-left: 6.1%;
	width: 91.5%;
}
.entry-content img.wp-post-image {
	float: right;
	margin-left: 10px;
	max-width: 48%;
}
}

@media only screen and (min-width: 641px) {
nav#main_menu ul.menu li {
	padding-right: 1.15%;
	padding-left: 1.15%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
nav#main_menu .menu li:last-child {
	border-right-style: none !important;
}
/* STORE LOCATOR STYLES */
.search_item {
	display: inline-block !important;
	width: auto !important;
	margin-right: 10px !important;
	clear: none !important;
}
#sl_div #searchForm #addy_in_address {
	display: block !important;
	width: 100% !important;
	margin-right: 0% !important;
	margin-bottom: 10px;
}
#sl_div #searchForm #addy_in_city {
	margin-bottom: 10px;
}
#sl_div #searchForm label {
	width: auto !important;
	text-align: right !important;
	padding-top: 0px !important;
}
#sl_div #searchForm input, #sl_div #searchForm select {
	clear: none !important;
}
.two_col_left {
	float: left;
	width: 48%;
}
.two_col_right {
	float: right;
	width: 48%;
}
.three_col_left {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.three_col_middle {
	float: left;
	width: 30%;
}
.three_col_right {
	float: right;
	width: 30%;
}
.two_thirds_left {
	float: left;
	width: 65%;
}
.two_thirds_right {
	float: right;
	width: 64%;
}
#lg_footer_phone {
	display: inline;
}
#sm_footer_phone {
	display: none;
}
}

@media only screen and (min-width: 700px) {
nav#main_menu ul.menu li {
	padding-right: 1.65%;
	padding-left: 1.65%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#main_container {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#inner_container {
	background-image: url(../images/bg_curve.png);
}
#cardon_logo {
	width: 58%;
}
#cardon_logo img {
	max-width: 100%;
}
#textsize {
	margin-bottom: 15px;
	padding-top: 30px;
	width: 36.6%;
}
header {
	padding-left: 110px;
}
header.hheader #textsize {
	width: 96.6%;
	margin-bottom: 0px;
	padding-top: 0px;
}
#phnumber {
	width: 36.6%;
}
#textsize, #phnumber {
	font-size: 1em !important;
}
nav#main_menu ul.menu li {
	padding-right: 2%;
	padding-left: 2%;
}
#subnav {
	padding-right: 2.7%;
	padding-left: 4.9%;
	width: 92.4%;
}
#home_container {
	padding-right: 2.7%;
	padding-left: 4.9%;
	width: 92.4%;
}
#home_widget_left {
	margin-right: 2.3%;
	width: 31.8%;
}
#home_widget_center {
	float: left;
	margin-right: 2.3%;
	width: 31.8%;
}
#home_widget_right {
	float: right;
	width: 31.8%;
	clear: none;
}
#container {
	padding-left: 4.9%;
	width: 63.9%;
}
#sidebar {
	padding-right: 2.7%;
	width: 26.3%;
}
footer {
	margin-right: 2.7%;
	margin-left: 4.9%;
	width: 92.4%;
}
}

@media only screen and (min-width: 800px) {
nav#main_menu ul.menu li {
	padding-right: 2.4%;
	padding-left: 2.4%;
}
}

@media only screen and (min-width: 850px) {
nav#main_menu ul.menu li {
	padding-right: 2.7%;
	padding-left: 2.7%;
}
}

@media only screen and (min-width: 920px) {
nav#main_menu ul.menu li {
	padding-right: 3%;
	padding-left: 3%;
}
}

.testimonials {
	position: relative;
}

.testimonial-slider {
	background-color: #ddd;
	border-radius: 6px 6px 0 0;
	padding: 36px;
}

.testimonial-slider-footer {
	background-color: #ccc;
	border-radius: 0 0 6px 6px;
	padding: 10px 25px;
	margin: 0 auto;
	position: relative;
	top: -30px;
	display: flex;
	justify-content: space-between;
	min-height: 50px;

}

.testimonial-slider-footer > * {
	background-color: transparent;
	border: none;
}

.testimonial-slider-footer > * > i {
	font-size: 30px;
}