@import url('reset.css');

html, body { width: 100%; }

body { font-size: 10px; }

.float_left { float: left; }
.float_right { float: right; }

.hr { width: 100%; height: 1px; overflow: hidden; background-color: #ccc; }

.hr hr { display: none; }

/* slightly enhanced, universal clearfix hack */

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

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */

body {
	background: #f6f6f6 url('../../files/cooppro/body.png') 0 0 repeat-x;
	font-family: Arial, Helvetica, “Helvetica Neue”, sans-serif;
}

/* @group Misc */

.body_copy h1 {
	font-size: 1.7em;
	padding-bottom: 16px;
}

.body_copy h2 {
	font-size: 1.6em;
	padding-bottom: 16px;
}

.body_copy h3 {
	font-size: 1.5em;
}

.body_copy h4 {
	font-size: 1.4em;
}

.body_copy h5 {
	font-size: 1.3em;
}

.body_copy h3, .body_copy h4, .body_copy h5 {
	padding-bottom: 10px;
	color: #666;
}

.body_copy p {
	font-size: 1.3em;
	line-height: 1.4;
	padding-bottom: 10px;
	color: #666;
}

.body_copy ul, .body_copy ol {
	padding-bottom: 10px;
}

.body_copy ol {
	list-style-type: decimal;
	margin-left: 20px;
}

.body_copy li {
	font-size: 1.3em;
	line-height: 1.4;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 22px;
	font-weight: bold;
	color: #016ec0;
	background: url('../../files/cooppro/check.png') 0 0 no-repeat;
}

.body_copy ol li {
	background-image: none;
	padding-left: 0;
}

.body_copy a:link, .body_copy a:visited {
	color: #000;
}

.body_copy a:hover {
	color: #666;
}

/* @end */

/* @group Header */

#header {
	width: 941px;
	height: 206px;
	background-color: #000;
	margin: 0 auto;
}

#page_details {
	position: absolute;
	margin: 60px 0 0 240px;
	
}

#page_details h3 {
	font-weight: normal;
	color: #00ade5;
	font-size: 1.6em;
	padding-bottom: 4px;
}

#page_details h2 {
	font-weight: normal;
	color: #d2d2d2;
	font-size: 1.8em;
}

#fitness_together_logo_header  {
	background: url('../../files/cooppro/fitnesstogether_logo_large.png') 0 0 no-repeat;
	display: block;
	width: 220px;
	height: 129px;
	position: relative;
	text-indent: -99999px;
}

#hero_image {
	float: right;
}

/* @end */

/* @group Content */

#content {
	width: 903px;
	margin: 0 auto;
	background: #ededed url('../../files/cooppro/content.png') 0 0 no-repeat;
	padding: 20px 19px 0;
}

#offer_form {
	float: left;
	width: 423px;
}

#offer_details {
	float: right;
	width: 450px;
	padding-left: 30px;
}

#offer_form p.offer_form_summary {
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #666;
	margin-top: 80px;
}

#offer_box {
	background: url('../../files/cooppro/offer.png') 0 0 no-repeat;
	width: 427px;
	height: 175px;
	position: absolute;
	margin-top: -100px;
	text-align: center;
}

.offer_box_green {
	background-image: url('../../files/cooppro/offer_green.png') !important;
}

.offer_subtitle_none {
	padding-top: 16px !important;
}


#offer_form #offer_box h1, #offer_form #offer_box h2 {
	font-family: Helvetica, "Helvetica Neue", Arial
}
#offer_form #offer_box h1 {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	font-size: 3.6em;
	padding-top: 28px;
	padding-bottom: 10px;
}

#offer_form #offer_box h1.two {
	padding-top: 10px;
	padding-bottom: 4px;
}

#offer_form #offer_box h2 {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	font-size: 2.3em;
}

#call_to_action {
	position: relative;
}

#offer_phone_number {
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #d1d1d1;
	height: 53px;
	width: 187px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

#offer_phone_number h5 {
	color: #666;
	text-shadow: #eee 1px 1px 1px;
	font-size: 1.9em;
}

#offer_phone_number h6 {
	color: #666;
	text-shadow: #eee 1px 1px 1px;
	font-size: 1.2em;
	padding: 8px 0 6px;
}

#get_started_link {
	display: block;
	background: url('../../files/landing_pages/get_started.png') 0 0 no-repeat;
	width: 248px;
	height: 96px;
	text-indent: -99999px;
	z-index: 100;
	position: relative;
}

#get_started_link:hover {
	background-position: 0 -96px;
}

.offer_theme_green #get_started_link {
	background-image: url('../../files/cooppro/get_started_green.png');

}

.offer_theme_green #offer_box h1, .offer_theme_green #offer_box h2 {
	color: #666;
}


#form_offer {
	padding-left: 12px;
}

#form_offer .one {
	float: left;
}

#form_offer .two {
	float: right;
}

#form_offer input.text, #form_offer textarea.text {
	width: 176px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px 8px;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Helvetica, “Helvetica Neue”, sans-serif;
}

#form_offer .full {
	width: 393px !important;
}

#form_offer select.full {
	width: 409px !important;
}

#form_offer input.empty, #form_offer textarea.empty {
	color: #bbb;
}

#form_offer select {
	width: 194px;
	padding: 1px 0 0 0;
	vertical-align: middle;
	font-size: 12px;
	color: #333;
	border: 1px solid #000;
}

#form_offer input.negative_captcha {
	display: none;
}

#submit_button {
	display: none;
}

#form_offer option {
	padding: 2px 4px;
	font-size: 12px;
}

#form_offer div.row {
	padding-bottom: 20px;
}

ul#form_offer_notices {
	border: 2px solid #de888a;
	background-color: #fee9ea;
	padding: 6px 8px;
	margin-bottom: 10px;
	margin-left: 12px;
	color: #dc2f33;
}

ul.form_offer_success {
	border: 2px solid #528D14 !important;
	background-color: #E0F4C0 !important;
	color: #528D14 !important;
}

ul.form_offer_success li {
	padding: 3px 0;
	font-size: 1.3em !important;
}

ul.form_offer_success a:link, ul.form_offer_success a:visited {
	color: #528D14 !important;	
}

ul.form_offer_success a:hover {
	
}

ul#form_offer_notices li {
	font-size: 1.1em;
}

p.coops_pro_sharethis {
	color: #666;
	position: absolute;
	margin-top: 50px;
	margin-left: 10px;
}

/* @end */

/* @group Locations */

#locations {
	background: #000 url('../../files/cooppro/locations.png') 0 0 repeat-y;
	width: 960px;
	margin: 0 auto;
}

#locations_top {
	background: url('../../files/cooppro/locations_top.png') 0 0 no-repeat;
	width: 960px;
	height: 3px;
	margin: 0 auto;
}

#view_map_wrapper {
	background: url('../../files/cooppro/view_map.png') 0 0 no-repeat;
	width: 414px;
	height: 30px;
	margin-left: 37px;
	text-align: right;
}

#view_map_wrapper h5 {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 30px;
	padding-left: 10px;
}

#view_map_wrapper p {
	line-height: 30px;
	float: right;
	font-size: 1.2em;
	padding-right: 10px;
}

#view_map_wrapper p a {
	text-decoration: underline;
}

#view_map_wrapper p a:link, #view_map_wrapper p a:visited {
	color: #fff;
}

#view_map_wrapper p a:hover {
	text-decoration: none;
	color: #eee;
}

#locations_tbl_wrapper {
	padding: 14px 50px;
}

#locations_tbl {
	width: 100%;
}

#locations_tbl td {
	vertical-align: top;
	width: 25%;
}


#location_wrapper {
	padding: 30px 0 14px 0;
}


.location_block_info {
	width: 180px;
	margin: 50px 40px 0 140px;
}

.location_block_info p:hover, .location_block_info p:hover strong a {
	color: #fff !important;
}



#location_wrapper #location_map p, #location_wrapper #location_map p:hover, #location_wrapper #location_map p:hover strong a {
	font-family: Arial, Helvetica, “Helvetica Neue”, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	padding: 4px 0;
	color: #333 !important;
}

#location_wrapper p {
	font-size: 15px;
	line-height: 1.3;
}

#location_map_wrapper {
	width: 370px; height: 200px; -moz-box-shadow: 4px 3px 6px #666; -webkit-box-shadow: 4px 3px 6px #666; box-shadow: 4px 3px 6px #666;	
}

#location_map {
	width: 370px; height: 200px;
}


#locations_tbl p, #location_wrapper p {
	font-size: 1.3em;
	line-height: 1.4;
	padding-bottom: 10px;
	color: #d8d8d8;
	cursor: pointer;
}


.info-window, .info-window {
	font-size: 12px;
	line-height: 1.5;
	padding: 2px;
	margin: 0;
	color: #333 !important;
	overflow: hidden;
}

p.coop_pro_serving_towns {
	line-height: 1.5;
	font-size: 11px;
	color: #d8d8d8;
}

#locations_tbl strong {
	color: #b2b2b2;
	font-weight: bold;
	font-size: 1.2em;
}

#locations_tbl a, #location_wrapper a {
	text-decoration: none;
}

#locations_tbl a:link, #locations_tbl a:visited,
#location_wrapper a:link, #location_wrapper a:visited {
	color: #b2b2b2
}

#locations_tbl a:hover, #locations_tbl td:hover a:link, #locations_tbl td:hover a:visited,
#location_wrapper a:hover {
	color: #00B3E1;
}

/* @end */

/* @group Testimonials */

#testimonials {
	background-color: #171717;
	width: 941px;
	margin: 0 auto;
	color: #b2b2b2 !important;
}

#textimonials_photos {
	background: #171717 url('../../files/cooppro/testimonials.png') 0 0 no-repeat;
	min-height: 282px;
	height: auto !important;
	height: 282px;
	width: 341px;
	float: left;
	text-align: center;
	padding-top: 23px;
}

#textimonials_details {
	width: 570px;
	float: right;
	padding: 42px 30px 20px 0;
}

.textimonials_details_fullwidth {
	width: 851px !important;
	float: none !important;
	padding: 42px 45px 40px 45px !important;
}

#testimonials h5 {
	font-size: 1.4em;
	padding-bottom: 6px;
	color: #b2b2b2;
}

#testimonials h6 {
	font-size: 1.2em;
	padding-bottom: 10px;
	color: #9f9f9f;
}

#testimonials p {
	font-size: 1.2em;
	color: #d2d2d2 !important;
	padding-bottom: 10px;
	line-height: 1.4;
	word-spacing: 1px;
}

#testimonials span {
	color: #d2d2d2 !important;	
}

#testimonials ol, #testimonials ul {
	padding-bottom: 10px;
	margin-left: 18px;
}

#testimonials ul {
	list-style-type: disc;
}

#testimonials ol {
	list-style-type: decimal;
}

#testimonials a:link, #testimonials a:visited {
	color: #d2d2d2;
}

#testimonials a:hover {
	color: #fff;
}

#testimonials li {
	font-size: 1.2em;
	color: #d2d2d2;
	padding-bottom: 10px;
	line-height: 1.4;
	padding-bottom: 2px;
	word-spacing: 1px;	
}

#testimonials div.polaroid_double {
	margin-left: 40px;
}

#testimonials div.polaroid_double div.polaroid {
	float: left;
}

#testimonials div.polaroid_double div.two {
	position: relative;
	margin: 8px 0 0 -36px;
}

#testimonials div.polaroid {
	width: 144px;
	height: 161px;
	background: url('../../files/cooppro/polaroid.png') 0 0 no-repeat;
}

#testimonials div.polaroid img {
	display: block;
	width: 124px;
	height: 124px;
	padding: 5px 0 0 14px;
}

#testimonials div.polaroid h4 {
	height: 25px;
	line-height: 25px;
	width: 124px;
	padding: 0 0 0 14px;
	text-align: center;
	font-size: 1.4em;
	color: #000;
}

#testimonials div.polaroid_single {
	margin: 0 auto;	
}

/* @end */

#coop_pro_video {
	width: 450px;
	height: 253px;
	background-color: #ccc;
	margin-bottom: 12px;
}

#coop_pro_image {
	width: 450px;
	padding-bottom: 12px;
}

/* @group Third Party Styles */


.news_infusionsoft form table {

}

.news_infusionsoft form table tr td {
	padding: 2px 10px 2px 0;
	width: 110px;
	font-size: 12px;
	color: #777;
	vertical-align: top;
}

.news_infusionsoft form table img {
	vertical-align: middle;
	display: none;
	width: 10px;
}

.news_infusionsoft form table input.text {
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 12px;
	padding: 3px;
	width: 150px;
}
.news_infusionsoft form table textarea {
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 12px;
	padding: 3px;
	width: 172px;
	height: 70px;
}

#salesforce_contactus_form label {
	display: block;
	float: left;
	text-align: right;
	width: 140px;
	font-size: 12px;
	color: #777;
	margin: 6px 0 2px 0;
	padding-right: 10px;
}

#salesforce_contactus_form {
	text-align: right;
}

#salesforce_contactus_form select {
	width: 154px;
}

#salesforce_contactus_form br {
	clear: both;
}

#salesforce_contactus_form input, #salesforce_contactus_form textarea {
	display: block;
	width: 154px;
	margin: 4px 0;
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 12px;
	padding: 3px;
}

#salesforce_contactus_form textarea {
	height: 70px;
}

#salesforce_contactus_form input.submit_btn {
	font-weight: bold;
	display: block;
	margin: 10px 0 10px 150px;
	background-color: #ccc;
	color: #000;
	cursor: pointer;
	width: 110px;
	padding: 4px 8px;
}

#infusionsoft_contactus_form table {
	width: 100%;
}

#infusionsoft_contactus_form table tr td {
	padding-bottom: 8px;
}

#infusionsoft_contactus_form .form_label {
	width: 110px;
	font-size: 12px;
	color: #777;
	text-align: right;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 10px;
}

#infusionsoft_contactus_form .form_element {
	vertical-align: top;
}

#infusionsoft_contactus_form .nontext {
	padding-top: 6px;
}

#infusionsoft_contactus_form .form_element img {
	vertical-align: middle;
}

#infusionsoft_contactus_form input.text {
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 12px;
	padding: 3px;
	width: 150px;
}
#infusionsoft_contactus_form textarea {
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 12px;
	padding: 3px;
	width: 172px;
	height: 70px;
}

#infusionsoft_contactus_form .submit_button_wrapper {
	padding-left: 130px;
}

#infusionsoft_contactus_form {
	padding-top: 10px;
	padding-bottom: 20px;
}
#infusionsoft_contactus_form select {
	font-size: 11px;
	padding: 1px 0;
}
#infusionsoft_notice {
	width: auto;
	margin-bottom: 10px;
}

.form_button {
	border: 0;
	cursor: pointer;
	background-color:#b6d43e;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 16px;
	text-decoration:none;
}.form_button:hover {
	background-color:#c6ec2d;
}.form_button:active {
	position:relative;
	top:1px;
}

/* @end */
