.half
{
	display: inline-block;
	width: 49%;
}
.navigation
{
	height: 30px;
	padding: 10px 0 0 0; 
	margin: 0;
}
.navigation ul
{
	display: inline-block;
}
.navigation ul li
{
	width: 50%;
}
.navigation a#mobile_nav
{
	display: none;
}
.navigation ul li
{
	width: auto;
}
.navigation ul li a,
.navigation ul li a:visited
{
	display: inline-block;
	height: 36px;
	margin: 0 30px 0 0;
}
.navigation ul li a:hover,
.navigation ul li.current a
{
	background: url("img/menu_hover.png") no-repeat;
	background-position: center bottom;
	text-decoration: none;
}
/***** 
	-------- BUTTONS
*****/
#signup_cta_mobile a.signup_btn
{
	width: 35%;
	display: inline-block;
	margin: 15px 10px 10px;
}
#signup_cta_mobile a.signup_btn small
{
	display: block;
}
#signup_cta_mobile a.signup_btn img
{
	display: none;
}
a.cta_button,
a.cta_button:visited
{
	padding: 5px 30px 8px 30px;
}
/***** 
	-------- HERO UNIT 
*****/
.hero_unit
{
	text-align: center;
}
.hero_unit h1
{
	font-size: 46px;
	line-height: 50px;
}
.watch_video
{
	margin-bottom: 70px;
	float: right;
}
h3.cta_btn,
a#topSignUp,
a#topSignUp:visited,
a#topSignUp:hover
{
	display: inline-block;
	padding: 8px 30px 12px 80px;
	background: url("img/checkmark_hero.png") no-repeat, url("img/hero_btn_bg.jpg") repeat-x;
	background-position: 18px 22px, left top;
	background-color: #e94e00;
}
h3.cta_btn:hover
{
	display: inline-block;
	padding: 8px 30px 12px 80px;
	background: url("img/checkmark_hero.png") no-repeat;
	background-position: 18px 22px;
	background-color: #e94e00;
}
h3.cta_btn_blue
{
	display: inline-block;
	padding: 8px 30px 12px 30px;
	background: url("img/hero_btn_blue_bg.jpg") repeat-x;
	background-position: left top;
	background-color: #2aace3;
}
h3.cta_btn a.main-link,
h3.cta_btn_blue a.main-link,
a#topSignUp span.main-link
{
	font-size: 32px;
	line-height: 36px;
}
h3.cta_btn a.sub-link,
h3.cta_btn_blue a.sub-link
a#topSignUp span.sub-link
{
	font-size: 18px;
	line-height: 22px;
}
/***** 
	-------- TESTIMONIALS 
*****/
.testimonials .half.first .user_testimonial
{
	margin: 0 20px 0 0;
}
.testimonials .half.last .user_testimonial
{
	margin: 0 0 0 20px;
}
.user_testimonial p
{
	margin: 0 10px;
	text-align: left;
	padding: 0 0 0 135px;
}
img.user_testimonial
{
	float: left;
	margin: 0 25px 0 0 !important;
}
.user_testimonial p strong
{
	margin: 25px 0 0 0;
}
span.arrow_testimonials
{
	margin-bottom: 0;
}
.testimonials .half.first span.arrow_testimonials
{
	background-position: 40px top;
}
.testimonials .half.last span.arrow_testimonials
{
	background-position: 60px top;
}
/***** 
	-------- PROVIDER OF
*****/
.provider_of ul
{
	margin: 0 0 20px 0;
}
.provider_of h1
{
	font-size: 36px;
	padding: 30px 40px 30px 40px;
}
.provider_of ul li
{
	width: 28%;
	padding: 0 2%;
	display: inline-block;
}
/***** 
	-------- WONDERING BLOCK
*****/
.wondering_block h1
{
	background: url("img/question_mark.png") no-repeat #dacab6;
	background-position: 50px 30px;
	padding: 45px 0 40px 215px;
}
.wondering_block h1 em
{
	font-size: 45px; 
	color: #000000;
}
.wondering_block h1 strong
{
	font-size: 80px; 
	color: #8a7963;
	line-height: 65px;
}
.need_to_know,
.our_locations
{
	display: inline-block;
}
.need_to_know
{
	width: 60%;
	margin: 15px 0 10px;
}
.our_locations
{
	width: 35%;
	margin: 0 3% 25px 0;
}
/***** 
	-------- CALCULATOR
*****/
.calculator .half
{
	width: 48%;
}
.calculator .calculator_left,
.calculator .calculator_right,
.calculator .calculator_form,
.calculator .calculator_info
{
	display: inline-block;
	vertical-align: top;
}
.calculator .calculator_left
{
	width: 42%;
}
.calculator .calculator_right
{
	width: 56%;
}
.calculator .calculator_form
{
	width: 60%;
}
.calculator .calculator_left img
{
	display: inline-block;
	float: right;
	margin: -5px 0 -35px -5px;
	position: relative;
	right: -25px;
	z-index: 10;
}
.calculator .calculator_form select
{
	background: url("img/dropdown.jpg") no-repeat #ffffff;
	background-position: 105% top;
	margin: 0 5% 15px 0;
	width: 84%;
	padding: 10px 5% 8px;
}
.calculator .calculator_info
{
	width: 38%;
	padding: 0;
	margin: 5px 0 10px 0;
	-webkit-box-shadow: 1px 1px 2px #B3B3B3;
	box-shadow: 1px 1px 2px #B3B3B3;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: #2cabe2; /* Old browsers */
	background: -moz-linear-gradient(top,  #39c3eb 0%, #26a0de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39c3eb), color-stop(100%,#26a0de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39c3eb 0%,#26a0de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39c3eb 0%,#26a0de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39c3eb 0%,#26a0de 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #39c3eb 0%,#26a0de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39c3eb', endColorstr='#26a0de',GradientType=0 ); /* IE6-9 */
}
.calculator .calculator_info h3
{
	margin: 35px auto 0;
}
.calculator .calculator_right p
{
	font-size: 16px;
	text-align: center;
}
.calculator .calculator_info p
{
	margin: 5px auto 40px;
}
.calculator a.calculator_btn
{
	display: block;
	margin: 5px 0 0;
}
/***** 
	-------- INTERMEDIARY
*****/
.intermediary p,
.intermediary a,
.intermediary p a,
.intermediary p a:visited,
.intermediary p a:hover
{
	font-size: 28px;
}
.intermediary h1,
.intermediary h1 a,
.intermediary h1 a:visited,
.intermediary h1 a:hover
{
	font-size: 40px;
	line-height: 44px;
	margin: 10px 0;
}
.intermediary h2
{
	font-size: 30px;
}
p.advantages
{
	background: url("img/advantage_bg.png") no-repeat;
	background-position: left top;
	padding: 0 0 0 50px;
	margin: 20px 0 0;
	text-align: left;
}
.intermediary .intermediary_cta span
{
	padding-top: 60px;
}
/***** 
	-------- SUBSCRIBE POPUP
*****/
#signup_cta_mobile h2
{
	display: inline-block;
	width: 55%;
	padding: 10px 5px 5px 0;
	text-align: left;
}
#signup_cta_mobile h2 strong
{
	display: inline-block;
}
#signup_cta_mobile p
{
	width: 10%;
	margin-left: 10px;
	display: inline-block;
	text-align: left;
	margin-top: 30px !important;
}
/***** 
	-------- JOIN/LOGIN PAGE
*****/
.page_intro h1,
.page_intro h2,
.page_intro h3,
.page_intro h4,
.page_intro h5,
.page_intro p
{
	width: 95%;
	text-align: left;
}
.user_actions .half.first .gutter
{
	padding: 0 20px 0 0;
}
.user_actions .half
{
	width: 48%;
	vertical-align: top;
}
.user_actions .half.user_form
{
	width: 48% !important;
	margin: 0 0 25px 2%;
}
.user_form form .half
{
	width: 48%;
}
.user_form form .half input
{
	width: 92%;
	padding: 10px 5% 8px 5%;
	margin: 0 3% 15px 0;
}
.form_actions
{
	text-align: left;
}
/***** 
	-------- OUR PEOPLE
*****/
.member_img,
.member_description
{
	display: inline-block;
}
.member_img
{
	width: 23%;
}
.member_img img
{
	width: 90%;
}
.member_description
{
	padding: 20px 1%;
	width: 72%;
}
ul.our_people li h1,
ul.our_people li h2
{
	text-align: left;
}
ul.our_people li img.deft
{
	margin: 10px;
	float: right;
	position: relative;
	top: -5px;
}
/***** 
	-------- BLOG AND BLOG ENTRY
*****/
.section h1
{
	font-size: 34px;
}
.section h2
{
	font-size: 26px;
}
.section p
{
	font-size: 18px;
}
.entry_content ul,
.entry_content ol
{
	padding: 10px 40px 10px 90px;
}
.section,
.aside
{
	display: inline-block;
}
.section
{
	width: 66%;
}
.aside
{
	width: 29%;
	margin: 30px 0 30px 3%;
}
ul.blog_list li.entry_img
{
	width: 100%;
	display: inline-block;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 10;
}
ul.blog_list li.entry_description
{
	width: 100%;
	display: block;
	padding: 5px 0 0 0;
}
.share_page p,
ul.social_icons
{
	width: 48%;
	display: inline-block;
}
ul.social_icons
{
	text-align: right;
	margin: 15px 0 0;
}
.entry_title a.entry_previous,
.entry_title a.entry_next
{
	width: 35%;
	display: inline-block;
	min-height: 40px;
}
.entry_title a.entry_previous
{
	margin: 0 -1px 0 0;
	text-align: left;
	padding: 15px 8% 15px 7%;
	border-right: 1px solid #d1c6b7;
	border-bottom: none;
}
.entry_title a.entry_next
{
	margin: 0 0 0 -3%;
	text-align: right;
	padding: 15px 7% 15px 8%;
	border-left: 1px solid #f4f1ec;
	border-top: none;
}
.entry_featured ul li.entry_img
{
	width: 85%;
}
.entry_featured ul li.pin_it
{
	width: 14%;
	position: relative;
	top: -25px;
	left: 0;
	z-index: 15;
}
/***** 
	-------- ASIDE
*****/
.aside_signup
{
	background: url("img/signup_bg.jpg") no-repeat #4c3518;
	background-position: center -10px;
	background-size: auto;
}
.aside_signup a.register_btn
{
	font-size: 24px;
	margin: 15px auto 0;
	padding: 0 30px 10px 30px;
}
.aside_signup a.register_btn img
{
	display: none;
}
.aside_block h3
{
	font-size: 24px;
}
