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


/* 
    Created on : 28 June 2016
    Author     :  Juliet Antipolo
*/

@import 'reset.css';
@import 'fonts.css';
.clearfix {
	clear: both;
	float: none;
	display: block;
}
body {
	font-family: 'open_sansregular', 'Open Sans', OpenSans, Arial, Helvetica, Verdana, sans-serif;
	/*background:#9baebd;*/
	background: #f4f4f4;
	font-size: 15px;
	line-height: 1.6em;
	color: #333;
	margin: 0px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.broome {
	background: #e5e5e5 url("../images/stripes_bg.gif") center top repeat;
}
em, i {
	font-family: 'open_sansitalic';
	font-weight: normal;
}
strong, b {
	font-family: 'open_sansbold';
	font-weight: normal;
}
em strong, em b, i strong, i b, strong em, b em, strong i, b i {
	font-family: 'open_sansbold_italic';
	font-weight: normal;
}
a, a:visited {
	color: #005da2;
}
a:hover, a:active {
	color: #00528f;
}
.left-column h1, .wide-column h1, .full-width h1 {
	font-family: 'open_sanssemibold';
	font-weight: normal;
	font-size: 160%;
	color: #ca2015;
	margin-bottom: .8em;
	line-height: 1.2em;
}
.left-column h2, .wide-column h2, .full-width h2 {
	font-family: 'open_sansbold';
	font-weight: normal;
	font-size: 140%;
	margin-bottom: .3em;
	line-height: 1.2em;
	margin-top: 1em;
	color: #005699;
}
.left-column h3, .wide-column h3, .full-width h3 {
	font-family: 'open_sansbold';
	font-weight: normal;
	font-size: 120%;
	margin-bottom: .3em;
	line-height: 1.2em;
	margin-top: 1em;
}
.left-column h3.no-top-margin, .wide-column h3.no-top-margin, .full-width h3.no-top-margin {
	margin-top: 0;
}
.left-column p.sectionsubtitle {
	font-family: 'open_sansbold';
	font-weight: normal;
	font-size: 150%;
	color: #db4046;
	margin-bottom: .5em;
	line-height: 1.2em;
}
h2.sectionheader {
	font-family: 'open_sanslight';
	font-weight: normal;
	font-size: 130%;
	color: #e0bf3c;
	margin-bottom: .8em;
	line-height: 1.2em;
}
p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

h2 a, h2 a:visited, h2 a:active {text-decoration:none; color:#f37520;}
h2 a:hover {text-decoration:none; color:#db6211;}

.authorpageblue {
	color: #6691AE;
}
.bigtext {
	color: #6691AE;
	font-family: 'open_sansbold';
	font-weight: normal;
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
}
.bigtext b, .bigtext strong {
	font-family: 'open_sansextrabold';
	font-size: 150%;
}
.authorpagebluepara {
	color: #6691AE;
	font-size: 170%;
	text-align: center;
	line-height: 1.5em;
	font-family: 'open_sanslight';
	font-weight: normal;
}
.authorpagebluepara em strong, .authorpagebluepara i b {
	font-family: 'open_sanssemibold_italic';
}
.authorpagered {
	color: #C74E38;
}
.authorpageredpara {
	color: #C74E38;
	font-size: 170%;
	text-align: center;
	line-height: 1.5em;
	font-family: 'open_sansbold';
	font-weight: normal;
}
.orangetext {
	color: #f37520;
}
.bluetext {
	color: #59b3ff;
}
.yellowtext {
	color: #e0bf3c;
}
.largertext {
	font-size: 120%;
}
.smalltext, p.smalltext {
	font-size: 80%;
	line-height: 1.2em;
}
main {
	width: 100%;
	/*max-width:300px;*/
	margin: 0 auto 0 auto;
	min-width: 300px;
	padding: 35px 0 0 0;
	display: block;
	background: #fff;/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);*/

}
header {
	padding: 0 0 0 0;
	width: 100%;
	min-width: 300px; /*max-width:300px;*/
	margin: 0 auto 0 auto;
	background: #f4f4f4 url(../images/line-below-logo-blue.gif) repeat-x 0 0;  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}
section#companyHeader {
	font-family: 'open_sansregular';
	/*text-transform: uppercase;*/
	font-size: 15px;
	line-height: 1.6em;
	/*letter-spacing: 7px;*/
	text-align: center;
	color: #fff;
	/*	color:#a1a1a1;*/
	padding: 0 0;
	width: 90%;
	margin: 10px auto 15px auto;
	display: block;
	height: 36px;
}
/*section#companyHeader img {margin-right:50px;}*/

section#companyHeader img {
	margin: 5px 0 0 0;
	display: block;
	float: right;
	width: 30%;
	max-width: 110px;
	/*max-width: 189px;*/
}
p.preHeader {
	font-family: 'open_sansbold';
	font-size: 100%;
	line-height: 1.2em;
	float: left;
	letter-spacing: 0;
	text-transform: none;
	
	display: block;
	margin-top: 0;
	width: 60%;
	text-align: left;
}
section#titleTextWrap {
	float: none;
	display: table-cell;
	margin: 0 auto 0 auto; /*background: url(../images/gradient-behind-title.png) bottom center repeat-x; padding-top:155px; */
	z-index: 900;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 135px;
}
section#titleTextWrap h1#titleText {
	margin: 0 0 0 3%;
	display: block;
	width: 80%;
	height: 143px;
	color: #ffffe1;
	font-size: 120%;
	font-family: 'open_sansbold';
	line-height: 1.2em;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
p#titleTextSubheader {
	color: #fff;
	font-family: 'open_sanssemibold';
	font-size: 100%;
	line-height: 1.2em;
	margin: 0 auto;
	display: block;
	width: 90%;
	text-align: center;
}
div.desktop_width {
}
div#content_main_image {
	width: 100%;
	min-width: 300px;
	margin: 0 auto;
	height: auto;
	padding-top: 1px;
}
/*header.thirdVersion div#content_main_image {
	max-height: none;}*/

div#over_title {
	font-family: 'open_sanssemibold';
	margin-top: 0;
	position: absolute;
	width: 80%;
	z-index: 799;
	color: #ffffff;
	font-size: 30px;
	line-height: 42px;
	margin-left: -40%;
	left: 50%;
	text-align: center;
}
div#over_title img {
	text-align: center;
	margin: 0 auto;
}
img#headerHeroImage {
	width: 100%;
}
div#dollarSign {
	margin-top: 50px;
	position: absolute;
	width: 80px;
	z-index: 1200;
	margin-left: 260px;
	left: 0;
	text-align: center;
}
/*div#dollarSign img {width:33%; }*/
div#dollarSign img.medscreenhidden {
	display: none;
}
div#dollarSign img.smallscreenhidden {
	display: none;
}
div#dollarSign img.dollarPhoto {
	width: 100%;
}
div#dollarBill {
	background: url(../images/bes-para2.png) 60px -11px no-repeat;
	background-size: cover;
	height: 217px;
	width: 500px;
	position: absolute;
	z-index: 1100;
	top: auto;
	left: 50%;
	margin-left: 35px;
	/* lt ie8 */
	-ms-background-position-x: 60px;
	-ms-background-position-y: -11px;
	background-position: 60px -11px;
}
div#headerImageWrap {
}
div#bannerBelowHero {
	width: 100%;
	background: #005699;
	padding: 15px 0;
	display: block;
	max-width: 940px;
	margin: -6px auto 0 auto;
}
div#content_main_image img#desktop_devices {
	margin-left: 0;
	margin-top: -350px;
	width: 350px;
}
#main_bar {
	width: 100%; /*padding:0 0 38px 0;*/
	margin: 0; /*overflow:hidden; */ /* border-bottom:3px solid #000;*/
}
ul {
	list-style: outside disc;
	line-height: 1.4em;
	margin-left: 1em;
	margin-bottom: 1em;
}
li {
	margin-bottom: .6em;
}
ul.margin-bottom-2em {
	margin-bottom: 2em;
}
ul#breadCrumbs {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}
ul#breadCrumbs li {
	margin: 0 .2em 0 0;
	padding: 0;
	display: inline-block;
}
ul#breadCrumbs li:after {
	content: '  »  ';
	margin-left: .2em;
}
ul#breadCrumbs li:last-child:after {
	content: normal;
}
ul#breadCrumbs li a {
	color: #e0bf3c;
	text-decoration: none;
}
ul#breadCrumbs li a:hover {
	color: #c4a736;
}
.wide-column, .full-width {
	padding: 0 5% 35px 5%;
	float: none;
	margin: 0 auto;
	font-size: 120%;
	line-height: 1.6em;
}
.left-column {
	padding: 0 20px 0 0;
	float: none;
	margin: 0 auto;
}
.right-column {
	margin-top: 30px;
	width: 100%;
	float: none;
	margin-bottom: 0;
	padding: 0;
	
}
aside h3 {
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: .5em;
	display: block;
	font-family: 'open_sanslight';
	font-size: 160%;
	font-weight: normal;
	color: #005699;
}
.about-aaas {
	color: #7a7a7a;
}
.calloutbox {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 6px;
	padding: 1.43em;
	clear: both;
}
.calloutbox h3 {
	margin-top: 0;
}
.calloutbox a, .calloutbox a:visited {
	color: #005da2;
}
.calloutbox a:hover, .calloutbox a:active {
	color: #00528f;
}
.becomeMemberPara {
	font-family: 'open_sanscondensed_light';
	font-weight: normal;
	font-size: 160%;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.becomeMemberPara i, .becomeMemberPara em {
	font-family: 'open_sansCnLtIt';
	font-weight: normal;
}
/*.becomeMemberPara.firstButton {margin-left:165px !important;}*/
	
	
a.register-button, a.register-button:visited {
	background: #ca2016;
	padding: .2em .8em;
	color: #fff;
	border: 0;
	font-size: 80%;
	font-family: 'open_sans_condensedbold';
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	margin-right: .3em;
}
a.register-button:hover, a.register-button:active {
	background: #ac1209;
	color: #fff;
}
.register-button-wrap {
	margin: 25px 25px 35px 25px;
	display: block;
	float: none;
	clear: both;
}
p.moreThanEverPara {
	font-size: 130%;
	line-height: 1.4em;
	text-align: center;
}
.makeTheMostPara {
	font-size: 120%;
	line-height: 1.4em;
}
p.benefitsSavings {
	font-size: 130%;
	line-height: 1.4em;
}
p.firstButton {
	text-align: center;
}
.toggleWrap {
	margin-bottom: 25px;
}
.chartWrap th.price {
	max-width: 200px;
}
.chartWrap td, .chartWrap th {
	padding: 5px !important;
	font-size: 80%;
	text-align: left;
}
.chartWrap td label {/*text-decoration:line-through;*/
	color: #ccc;
	font-weight: normal !important;
}
.testpage .chartWrap td label {
	color: #fff;
	font-weight: bold !important;
}
.chartWrap th div.greyheader {
	color: #fff;
}
table .table-grey-bg td {
	background: #555;
}
.chartWrap th div, .chartWrap td div {
	display: block;
	color: #d4423a;
	font-weight: bold !important;
	text-align: center;/*text-shadow: 2px 2px 3px #333333;*/
}
.chartWrap td.description {
	padding-right: 20px !important;
}
.chartWrap td.description strong {
	color: #ccc;
	font-weight: bold !important;
}
.chartWrap td.description a {
	color: #fff;
}
.chartWrap td.description a:hover {
	color: #ccc;
}
.buttonEnroll {
	width: 100%;
	max-width: 335px;
	margin:0 auto 10px auto;
	
	display:block;
}
img.buttonEnrollJoinToday {float:none; margin:0 auto;}
img.buttonEnroll {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	filter: alpha(opacity=100); /* IE 5-7 */
	/* Modern Browsers */
	opacity: 1;
	/* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
img.buttonEnroll:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	
	filter: alpha(opacity=50);  /* IE 5-7 */
	/* Modern Browsers */
	opacity: 0.5;
}


div.blueBoxWrap {background:#e0f3ff;padding:25px;margin-bottom:25px;}
div.blueBoxWrap h2 {padding-top:0; margin-top:0;}

/* FORM STYLES start */

.formWrap {
	text-align: center;
	display: block;
	margin: 0 0 30px 0;
	padding: 12px;
	height: 100%;
	border: 1px solid #ddd;
}
.formWrap h3 {
	font-size: 120%;
	font-family: 'open_sansbold';
	font-weight: normal;
	margin-bottom: .5em;
}
.formWrap h3 span {
	font-family: 'open_sanslight';
}
.formWrap .subheader {
	color: #51afff;
}
.fieldwrap {
	margin-bottom: .5em;
}
.input_field {
	font-size: 19px;
	font-family: 'open_sanslight';
	margin: 0px 0px 15px 0px;
	text-align: center;
	color: #787878
}
input#text {
	width: 96%;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	height: 40px;
	padding-left: 20px;
}
#submitButtonWrap {
	line-height: 2.3em;
}
input.submit-button, button.submit-button {
	/*background: #cc1d00; 
	padding: 15px;
	color: #fff;
	border: 0;
	font-size: 100%;
	text-transform: uppercase;
	border-radius: 5px;*/
	background: #ca2016;
	padding: .2em .8em;
	color: #fff;
	border: 0;
	font-size: 80%;
	font-family: 'open_sans_condensedbold';
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	margin-right: .3em;
}
input.submit-button:hover {
	background: #aa1c05;
}
.formWrap .label-position {
	margin-right: 10px;
	text-align: right;
	display: inline-block;
	width: 90px;
}
.formWrap input.field-size-top-large, .formWrap select.field-size-top-large {
	margin: 0 auto;
	text-align: left;
	display: inline;
	width: 50%;
	background: none;
	border: 1px solid #9c9c9c;
	color: #333;
}
.summary-title {
	margin-bottom: .6em;
	display: block;
}
.required-asterisk {
	color: #db4046;
	font-size: 80%;
	margin-left: .2em;
}
.checkbox-section-wrap {
	margin-top: 1.2em;
	margin-bottom: 1.5em;
}
.checkbox-label {
	line-height: 1.4em;
	margin-bottom: 1em;
	width: 190px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.checkbox-label a {
	color: #005da2;
}
.checkbox-label a:hover {
	color: #00528f;
}
.checkbox-box-wrap {
	margin-right: 10px;
	text-align: right;
	display: inline-block;
	width: 15px;
	margin-left: 0;
	vertical-align: top;
}
/* FORM STYLES end */
	
	
	
footer {
	clear: both;
	background: #333;
	text-transform: uppercase;
	width: 100%;
	/*max-width:300px;*/
	margin: 0 auto 0 auto;
	padding: 25px 0 35px 0;
	color: #fff;
	min-width: 300px;
	font-size: 90%;
	font-size: 95%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
#footercontentsWrap {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 20px;
}
#footerLogo {
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
#footerText {
	float: none;
	width: 100%;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#footerText li {
	margin: 0 .2em 0 0;
	padding: 0;
	display: block;
}
/*#footerText li:after {content:'  |  '; margin-left: .2em;}

#footerText li:last-child:after {content:normal;}*/
#footerText li a {
	color: #fff;
	text-decoration: none;
}
#footerText li a:hover {
	color: #ddd;
}
#footerText li.first-item:after {
	content: none;
}
#footerText address {
	display: inline;
}

@media only screen and (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
main {
/*	max-width:350px;*/}
#main_bar {/*padding:0 0 45px 0;*/
}
section#betheheartBanner {
	max-width: 300px;
}
#footercontentsWrap {
	max-width: none;
}
.featuredPeopleLargeImage {
	width: 260px;
	height: 117px;
}
.gridWrap {
	width: 260px;
}
.gridItemWrap {
	margin-right: 0;
}
}

@media only screen and (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
main {
/*max-width:460px;*/}
#footercontentsWrap {
	max-width: none;
}
.checkbox-box-wrap {
	margin-left: 53px;
}
.gridWrap {
	width: 380px;
}
div#content_main_image img#desktop_devices {
	margin-left: -967px;
}
div#over_title {
	font-size: 30px!important;
	width: 410px;
	line-height: 42px;
	margin-top: 0;
	margin-left: -205px;
}
div#content_main_image {
	width: 100%;
	height: auto;
}
/* div#dollarSign {margin-top:150px; width:436px;    margin-left:-218px;}*/
div#headerImageWrap {
}
section#titleTextWrap {
	padding-top: 175px;
}
section#titleTextWrap h1#titleText {
	font-size: 140%;
}
div#dollarSign {
	margin-top: 150px;
}
div#dollarBill {
	width: 430px;
	height: 252px;
	/* lt ie8 */
	-ms-background-position-x: 30px;
	-ms-background-position-y: 40px;
	background-position: 30px 40px;
}
p#titleTextSubheader {
	width: inherit;
	font-size: 125%;
}
}

@media only screen and (min-width:568px) {
div#over_title {
	font-size: 32px!important;
}
div#content_main_image img#desktop_devices {
	margin-left: -855px;
}
div#content_main_image {
	width: 100%;
	height: auto;
}
section#titleTextWrap {
	padding-top: 205px;
}
section#titleTextWrap h1#titleText {
	font-size: 180%;
}
div#dollarSign {
	margin-top: 170px;
	margin-left: 90px;
	width: 130px;
}
div#dollarBill {
	width: 430px;
	height: 292px;
	/* lt ie8 */
	-ms-background-position-x: 0;
	-ms-background-position-y: 50px;
	background-position: 0 50px;
	margin-left: 75px;
}
.buttonEnroll {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 5px;
}
	img.buttonEnrollOrange {float:none; margin:0 auto 5px auto; display: block;}
}
img.buttonEnrollJoinToday {}
@media only screen and (min-width:591px) {
p.preHeader {
	margin-top: 10px;
}
}

@media only screen and (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
main {
	/*max-width:620px;*/
	margin-top: 0;
}
div#content_main_image {
	height: auto;/*height:338px; max-height:338px;*/
}
p#titleTextSubheader {
	font-size: 170%;
}
div#dollarSign {
	width: 150px;
	margin-top: 220px;
}
/*div#dollarSign img {width:24%; }*/
div#dollarSign img.medscreenhidden {
	display: inline-block;
}
div#dollarBill {
	height: 345px;
	width: 430px;
	/* lt ie8 */
	-ms-background-position-x: 0;
	-ms-background-position-y: 70px;
	background-position: 0 70px;
	margin-left: 70px;
}
div#headerImageWrap {
}
section#titleTextWrap {
	padding-top: 235px;
}
section#titleTextWrap h1#titleText {
	font-size: 190%;
	padding-top: 20px;
}
#footercontentsWrap {
	max-width: none;
}
.featuredmemberName {
	position: absolute;
	right: 35px;
	font-size: 210%;
	bottom: 35%;
	margin-bottom: 0;
}
.featuredmemberTitle {
	position: absolute;
	bottom: 15%;
	margin-bottom: 0;
	right: 35px;
	font-size: 180%;
}
.callOutText {
	font-size: 170%;
}
.checkbox-label {
	width: 218px;
}
.checkbox-box-wrap {
	margin-left: 0;
}
section#betheheartBanner {
	padding-bottom: 35px;
}
.betheheartPeoplePage .sloganTitle {
	font-size: 300%;
}
.featuredPeopleLargeImage {
	width: 460px;
	height: 207px;
}
.gridWrap {
	width: 460px;
}
/*ul#footerText li.first-item:after {content:'  |  '; margin-left: .2em;}*/
#main_bar {/*padding:0 0 70px 0;*/
}
}

@media only screen and (min-width:667px) {
.gridWrap {
	width: 550px;
}
div#headerImageWrap {
}
}

@media only screen and (min-width:769px) {
p.preHeader {
	margin-top: 10px;
	font-size: 130%;
}
div#content_main_image img#desktop_devices {
	margin-left: -820px;
	margin-top: -55px;
}
div#over_title {
	font-size: 38px!important;
	width: 560px;
	line-height: 50px;
	margin-left: -285px;
	margin-top: 0;
}
div#content_main_image {
	width: 100%;
	height: auto;/*overflow:visible;
		height: 320px;*/
}
div#headerImageWrap {
}
section#titleTextWrap h1#titleText {
	font-size: 200%;
}
.chartWrap th.price {
	width: 80px;
}
div#dollarSign {
	left: 0;
	margin-left: 450px;
}
}

@media only screen and (min-width:801px) {
main {
/*max-width:780px;*/}
#footercontentsWrap {
	max-width: 780px;
	padding-left: 3%;
}
.wide-column {
	margin-left: 0;
	margin-right: 0;
}
.left-column {
	width: 35%;
	float: left;
	margin-right: 5%;
	padding-bottom: 35px;
	padding-left: 0;
}
.wide-column {
}
.right-column {
	margin-top: 0;
	width: 55%;
	float: left;
	
}
.buttonEnroll {
	width: 100%;
	margin-right: 0%;
	float: none;
	margin-bottom: 5px;
}
	img.buttonEnrollOrange {float:none; margin:0 0 5px 0; display: inline-block;}
.checkbox-label {
	line-height: 1.4em;
	margin-bottom: 1em;
	width: 190px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.checkbox-box-wrap {
	margin-right: 10px;
	text-align: right;
	display: inline-block;
	width: 15px;
	margin-left: 0;
	vertical-align: top;
}
#footerText {
	float: none;
	margin-bottom: 0;/*width: 75%;*/
}
.featuredPeopleLargeImage {
	width: 360px;
	height: 162px;
}
.gridWrap {
	width: 360px;
}
}

@media only screen and (min-width:829px) {
#footercontentsWrap {
	margin-top: 15px;
	max-width: none;
}
#footerLogo {
	width: 148px;
	float: left;
	margin-right: 35px;
	margin-top: 0;
	margin-bottom: 15px;
}
#footerText {
}
}

@media only screen and (min-width:850px) {
div#content_main_image img#desktop_devices {
	margin-left: -840px;
	margin-top: 0;
}
/*div#dollarSign {margin-top:0; width:830px; margin-left:-275px;}*/
/*div#dollarSign img {width:16%;}*/
div#dollarSign img.smallscreenhidden {
	display: inline-block;
}
div#dollarSign {
	left: 0;
	margin-left: 520px;
}
#main_logo img {
	margin-left: 0px;
}
div#over_title {
	font-size: 38px!important;
	margin-top: 0;
	line-height: 0;
	left: 50%;
	margin-left: -365px;
	width: 730px;
}
/*  div#content_main_image {height:375px;}*/
		
div#headerImageWrap {
	max-width: 940px;
	margin: 0 auto 0 auto;
}
section#titleTextWrap h1#titleText {
	font-size: 220%;
}
div#dollarBill {
	width: 430px;
	height: 345px;
	/* lt ie8 */
	-ms-background-position-x: 0;
	-ms-background-position-y: 80px;
	background-position: 0 80px;
	margin-left: 40px;
}
}

@media only screen and (min-width:896px) {
/*div#dollarSign {margin-top:0; width:860px; margin-left:-290px;}*/
section#titleTextWrap {
	padding-top: 225px;
}
section#titleTextWrap h1#titleText {
	font-size: 240%;
}
.gridWrap {
	width: 388px;
}
}

@media only screen and (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
p.preHeader {
	margin-top: 10px;
	font-size: 140%;
}
section#companyHeader {
	max-width: 940px;
	width: 90%;
}
div#over_title {
	left: 50%;
	margin-left: -415px;
	width: 830px;
}
p#titleTextSubheader {
	font-size: 180%;
}
main {
	max-width: 940px;
}
#footercontentsWrap {
	max-width: 940px;
	padding: 0;
	padding-left: 3%;
}
#footerText {
	margin-top: 0;
}
/*div#dollarSign {margin-top:0; width:930px; margin-left:-310px;}*/

	
}

@media only screen and (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
/*div#dollarSign {margin-top:0; width:1000px; margin-left:-320px;}*/
div.desktop_width {
	max-width: 1000px;
}
section#companyHeader {
	max-width: 940px;
	width: 100%;
}
#footercontentsWrap {
	max-width: 970px;
	padding-left: 3%;
	width: 100%;
}
section#featuredmember {
	max-width: 1000px;
	height: 164px;
}
.featuredmemberPhoto {
	display: block;
	float: left;
	margin-right: 25px;
	height: 164px;
}
.featuredmemberName {
	position: absolute;
	right: 35px;
	font-size: 250%;
	bottom: 30%;
	margin-bottom: 0;
}
.featuredmemberTitle {
	position: absolute;
	bottom: 15%;
	margin-bottom: 0;
	right: 35px;
	font-size: 230%;
}
.featuredPeopleLargeImage {
	width: 475px;
	height: 214px;
}
.gridWrap {
	width: 475px;
}
div#dollarSign {
	left: 50%;
	margin-left: 50px;
}
}

@media only screen and (min-width:1087px) {
/*section#companyHeader {width:1080px;}
	 section#companyHeader img { margin:0;}
div#over_title {margin-left:0;}*/

}

@media only screen and (min-width:1109px) {
footer {
	padding: 20px 0 45px 0;
}
/*ul#footerText {padding-top:12px;}*/
}

@media only screen and (min-width:1281px) { /* hi-res laptops and desktops */
header, footer {
}
section#companyHeader {
	max-width: none;
	padding-left: 0;
}
#footercontentsWrap {
	width: 1110px;
	max-width: none;
}
main, div.desktop_width {
	width: 1080px;
	max-width: 1080px;
}
div#headerImageWrap {
	max-width: none;
}
div#bannerBelowHero {
	max-width: 1080px;
}
div#dollarSign {
	left: 50%;
	margin-left: 20px;
}
div#dollarBill {
	margin-left: 110px;
}
.gridWrap {
	width: 580px;
}
.featuredmemberPhoto {
	display: block;
	float: left;
	margin-right: 25px;
	height: 188px;
}
/*div#over_title {margin-left:50px;}*/
/*div#dollarSign {margin-top:0; width:1240px; margin-left:-460px;}*/
}
