@charset "utf-8";


/* ----------------------------------------------------
	old styles
---------------------------------------------------- */
.hide { display: none; }

h1.larger { font-size: 190%; margin-top: 4px; }
h1.largerOther { font-size: 190%; }
h1.smaller { font-size: ; }
h1.orange,
h3.orange { 
	background: rgb(235, 114, 7);
	color: white;
	margin-top: 0 !important;
	padding: 7px;
	font-size: 125%;
}

.relative { position: relative; }

.notBold { font-weight: 200; }
.noBorder { border: none !important; }

.noListStyle { list-style-type: none; }
.noMargin { margin: 0; }

.noBackgroundImage { background-image: none !important; }

.topBottomPadding {
	padding-top: 23px !important;
	padding-bottom: 23px !important;
}

/*Inline List */
.inlineList {
	display: block;
	padding-left: 0;
	margin-top: 10px;
}
.inlineList li {
	display: inline-block;
	overflow: hidden;
	margin: 0 8px 8px 8px;
}	.inlineList li:last-child { padding-right: 0; }


.orangeButton,
.joinButton {
	background: #EB7207;
	border: 1px solid #B35704;
	color: #FFFFFF;
}
.orangeButton {
	padding: 5px 10px;	
}
.joinButton {
	padding: 5px 25px;
	font-size: 1.25em;
	margin: 2em 0;
	/*width: 40%;*/
}

.headerJoinButton {
	position: relative;
	display: block;
	width: 99.6%;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}


.darkBackground {
	background: #6B6D76;	
}

.menu { font-family: Arial, sans-serif !important; }

.menu ul li.firstItem {
	margin-left: -12px;
}

.white { color: white; }
.orange { color: #EB7207; }
.blue { color: #66cbff; }

a:link,
a:visited {
	color: inherit;
	}
	
a.noUnderline:link,
a.noUnderline:visited {
	text-decoration: none;
}
a.noUnderline:hover {
	text-decoration: underline;
}
a.noHover:hover {
	text-decoration: none;
}

#topBar {
	background-color: #6B6D76;
	color: #FFF;
	overflow: visible;
	display: block;
	font-size: 85%;
}
#logoBar {
	clear: both;
	padding: 25px 0;
	display:block;
}


.topLogo {
	max-width: 400px;	
}

#topBarLeftText {
	float: left;
	margin:7px 12px;
	max-width: 680px;
}
#topBarRightText {
	float: right;
	margin:7px 12px;
}
#topBarRightText a:link,
#topBarRightText a:visited{
	color: #fff;
	padding: 3px;
}
#topBarRightText a:hover{
	color: #6B6D76;
	background-color: #fff;
	padding: 3px;
}
#menuContainer {
	/*background-color:#CADB68;*/
	/*min-height: 52px;*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	clear: both;
	}

.clearBoth {
	clear: both;
}

.smaller {
	font-size:90%;
	}

.lightText {
	margin-bottom: 1em;
	/*padding: 4%;*/
	display: block;
	float: left;
	width: 100%;/*width: 90%;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lightText h1,
.darkText h1 {
	/*font-size: 160%;*/
	font-size: 150%;
	/*margin-top: 18px !important;*/
}

/*#mainContentLeft .lightText { padding: 4% 0; }*//* Padding for content block */

.paleGreyBg {
	background-color:#e0e0e0;
	}

.darkText {
	margin-bottom: 1em;
	color: #FFF;
	background-color: #6B6D76;
	padding: 1% 4%;
	float: left;
	display: block;
	width: 92%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}
.lightText a,
.darkText a {
	text-decoration:underline;
	}

.lightText a:link,
/*.lightText a:hover,*/
.lightText a:visited {
	color: #333;
	}

.darkText a:link,
/*.darkText a:hover,*/
.darkText a:visited {
	color: #fff;
}
.lightText a:hover { color: #AFC62F; }
.darkText a:hover { color: #AFC62F; }

.darkText.lighter {
	background: #F1F1F1;
	color: #000;
}

.blueBox {
	margin-botom: 1em;
	background-color: #BDCCDD;
	padding: 4%;
	float: left;
	display: block;
	width: 92%;
	}
		
.highlightTextBox {
	margin-bottom: 1em;
	background: #CADB68 url(../images/orange-arrow.png) no-repeat top;
	padding: 27px 4% 4% 4%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.highlightTextBox h1 {
		color: #FFF;
		text-align: center;
		font-size: 175%;
	}

#contactForm fieldset { margin-bottom: 0.45em; }
#contactForm input { /*border-radius: 0;*/ }
form.formStyle fieldset {
	margin-bottom:0.9em;
	}

form.formStyle label {
	display:block;
	text-align:right;
	width:40%;
	padding-right:0.9em;
	float:left;
	margin-top:3px;
}

form.formStyle label.wide {
	width:100%;
	text-align:center;
}

form.formStyle fieldset input,
form.formStyle fieldset textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:0 0 20px 10px;
	}

form.formStyle #postcode{
	width:60px;
	margin:3px 40%;
	}

form.formStyleL fieldset input,
form.formStyleL fieldset textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:0 0 20px 10px;
	}
form.formStyleL #postcode{
	width:60px;
	margin:3px 40%;
	}

form.formStyleBig fieldset {
	clear: both;
	margin-bottom: 2em;
}
form.formStyleBig fieldset label {
	text-align: left;
	float: left;
	width: 40%;
}
form.formStyleBig fieldset input,
form.formStyleBig fieldset select,
form.formStyleBig fieldset textarea {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:300px;
	margin:0 0 20px 10px;
	float: right;
}

.searchboxField {
	background-color:#fff;
	max-width: 140px;
}
	#postcode1,
	#postcode2 { 
		float: none; 
		margin: 0;
		max-width: 130px;
	}

	.formStyle .darkButton {
		margin: 0px 0px 8px;	
		font-size: 130%;
	}
	
.darkButton {
	color: #FFF;
	font-weight:bold;
	/*background-color: #6B6D76;*/
	background-color: #EB7207;
	padding:0.3em 2em;
	border-color:#6B6D76;
	/*font-size:110%;*/
	font-size: 120%;
	margin:0.5em 0;
	}
	
.greyBackground {
	background: rgb(248,248,248);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}	.greyBackground > * { padding: 0 22px; }
	.greyBackground > h1 { margin-top: 10px; }
	

.squareBlueButton,
.squareBlueButton:visited { 
	background: rgb(102, 203, 255);
	
}

.typesOrganisations {
}
	.typesOrganisations > * { padding: 0; }
	
	.typesOrganisations h3 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 124%;
	}
	.typesOrganisations p {
		padding: 0 22px;
	}
	.typesOrganisations a,
	.typesOrganisations a:visited {
		width: 50%;
		display: block;
		float: left;
		margin: 0px;
		text-align: center;
		padding: 5px 0;
	}
	a#typesOrganisationsLower {
		display: block;
		width: 100%;
		background: rgb(107, 109, 118);
		color: white;
		margin-top: -14px;
		font-size: 120%;
	}
	
	.typesOrganisations ul {
		width: 100%;
		padding: 0px;
		list-style: none outside none;
	}
	.typesOrganisations li,
	.typesOrganisations li a {
		padding: 6px 22px;	
		border-bottom: 1px solid rgb(150,150,150);
		color: #777;
	}
	
	.typesOrganisations li a {
		width: 100%;
		text-align: left;
	}
	
	#showOrganisations { 
		background: rgb(107, 109, 118); 
		color: #FFF;
	}
	
	#showOrganisations,
	#showClassTypes {
		font-size: 110%;	
	}
	
	.classText,
	.assocText {
		display: block;
		background: rgb(248, 248, 248);
		padding-top: 30px; padding-bottom: 4px;
	}
	
	
	
/* News Summary on Homepage */
.newsSummary {
	background: rgb(248,248,248);
	margin-bottom: 0;
}
	.newsSummary h3,
	.darkHeading {
		color: #FFF;
		background: #6B6D76;
		padding: 12px 22px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.newsSummary h3 { font-size: 124%; margin-top: 0; }
	.newsSummary p {
		border-bottom: 1px solid #555;
		padding-left: 23px;
		padding-bottom: 15px;
	}
	.newsSummary a {
		text-decoration: none;
		padding-right: 14px;
	}	.newsSummary a:hover {
			color: #AFC62F;
		}
	
	

a.moreLink {
	display: block;
	padding-left: 21px;
	margin-right: 12px;
	margin-bottom: 11px;
	font-weight: 700;
}
a.newsLinkMore {
	padding: 4px 9px;	
	background: rgb(107, 109, 118);
	color: #FFF;
}
	
#newsNav {
	display: inline-block;
	width: 100%;
	margin-top: 15px; margin-bottom: 12px;
	text-align: center;
	font-size: 125%;
}
	
	.newsSummarySignUp {
		background: #EB7207;
		color: #FFF;
		padding-top: 5px; padding-bottom: 7px;
		border-top-left-radius: 0; border-top-right-radius: 0;
		border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
		font-family: sans-serif;
		font-size: 14px;
	}
		.newsSummarySignUp > * {
			clear: both;
			padding-right: 20px;
		}
		.newsSummarySignUp p {
			float: left;
			width: 100%;
			font-size: 120%;
			margin-top: 2px; margin-bottom: 5px;
			padding-left: 20px;
		}
		.newsSummarySignUp form {
			display: inline-block;
			margin-left: 0;
		}	.newsSummarySignUp form fieldset {
				padding-left: 20px;
			}
			.newsSummarySignUp form input { height: 26px; -webkit-appearance: none; }
				.newsSummarySignUp form input[type="text"] {
					padding-left: 3px;
					height: 24px;
					width: 150px;
					margin-bottom: 5px;
				}
	


/* News Stories Page */
.newsLinkMore {
		
}
.story {
	margin-bottom: 1px;
	padding: 14px 0;
	border-radius: 0;
	border-bottom: 1px solid rgb(85,85,85);
	background: rgb(248,248,248);
	overflow: hidden;
	text-align: left;
}

.story-image {
	float: left;
	width: 15%;
	/*margin-right: 3%;*/
	padding-left: 2%;
}

.story-text {
	float: left;
	width: 76%;
	/*padding-left: 3%;*/
}
	.story-text h2 { 
		font-size: 125%;
		font-weight: 700;
		margin-top: 0; margin-bottom: 7px;
	}
	.story-text h3 {
		font-weight: 200;
		font-size: 90%;
		margin-top: 0; margin-bottom: 18px;
	}

.individualStory {
	width: 97%;
	padding-left: 3%; padding-right: 3%;
}
	.individualStory h1 {
		font-size: 145%;
		margin-bottom: 0;	
	}
	.individualStory img {
		float: right;
		padding-left: 10px; padding-bottom: 10px;
	}
span.newsDate {
	display: block;
	margin-top: 3px; margin-bottom: -10px;
}
	
	
	
.categorylist { 
	margin-top: 0;
	padding-left: 0;
	background: rgb(248,248,248);
}
	.categorylist li {
		margin-left: 0;
		padding-top: 10px; padding-bottom: 10px;
		border-bottom: 1px solid rgb(84,84,84);
	}
		.categorylist li a { 
			padding-left: 22px;
			display: inline-block;
		}
	
	
	
.sideSocialIcons {
	margin-top: 15px;	
}
	.sideSocialIcons img { 
		padding: 0 2px;
	}

	
.submitButton {
	background: #555;
	color: white;
	border: none;
	border-radius: 0;
	padding: 3px 12px;
	font-size: 110%;	
	font-weight: 200;
}

.plainInput {
	border: none;
	border-radius: 0;
}
	
.formCaptcha {
	display: block;
	clear: both;
	float: right;
	margin-bottom: 2em;
	margin-right:12%;
}
.formCaptcha #captcha {
	display: block;
	clear: both;
	float: right;
}
.formCaptcha .regen {
	display: block;
	clear: both;
	float: right;
}

.formError {
	color: #F00;
	clear: both;
	float: right;
	margin-right: 14%;
	margin-top: -1em;
}


.lightButton {
	color: #6B6D76;
	font-weight:bold;
	background-color: #FFF;
	padding:0.3em 2em;
	border-color:#FFF;
	font-size:110%;
	margin:0.5em 0;
	margin:7px 0;
	}

div.error {
	width: 100%;
	clear:both;
	}

.ajaxFormError {
	color: #F00;
	display: block;
	float: right;
}

.tips-title { 
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: -7px;
	font-size: 120%;
}

ul.terms {
	margin-left: 40px;
	color: #555;
}

ul.terms li {
	margin: 4px 0;
}

a.lightButton:link,
a.lightButton:visited,
a.lightButton:hover {
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	color:#6B6D76;
	}
a.backArrow {
	padding-left: 28px;
	background-image: url(/images/design/backArrow.png);
	background-repeat: no-repeat;
	background-position: 3px 0;
	}
	
a.lightButton:hover {
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
	color: #AFC62F;
	}

.smallDarkButton {
	color:#FFF;
	font-weight:bold;
	background-color: #6B6D76;
	padding:0.1em 2em;
	border-color:#FFF;
	font-size:90%;
	margin:5px 0;
	}
a.smallDarkButton:link,
a.smallDarkButton:visited,
a.smallDarkButton:hover {
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	color:#FFF;
	}
	
a.smallDarkButton:hover {
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
	color: #AFC62F;
	}
	
.smallLightButton {
	color: #6B6D76;
	font-weight: bold;
	background-color: #FFF;
	padding: 0.1em 2em;
	font-size: 90%;
	margin: 10px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	display:inline-block;
	}
a.smallLightButton:link,
a.smallLightButton:visited {
	text-decoration: none;
	color: #6B6D76;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
	}
	
a.smallLightButton:hover {
	text-decoration: none;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #333;
	background-color:#66CCFF;
	color:#333;
	}
	
.lArrow{
	
	}
	
.textCenter {
	float:left;
	width:100%;
	text-align:center;
	clear:both;
	}
	
#cityWide.darkText {
	padding: 4%;
	}
	
#at4-follow { /*margin-top: 37px !important;*/ }
.at4-follow-inner {
	/*background: #FFF;
	border-radius: 30px;*/
}
#at4-share {
	/* background: #FFF;
	border-radius: 10px; */	
}
#AddThis {
	clear: none;
	float: right;
	margin:7px 10px 7px 10px;
	/*width:105px;*/
	width: 84px;
}
	#footer #AddThis { width: 104px; }
.addthis_button img {
	float: none;
}

/* Bottom of page credits */
#credits img { /* bwcom logo image */
	margin-top:-4px;
	margin-right:5px;
}
#site-url { /* Site link */
	background: #CADB68;
	color: #FFF;
	font-size: 150%;/*font-size: 125%;*/
	margin-top: 0;
	padding: 7px 0;
	border-radius: 5px;
	text-shadow: 0px 1px rgb(136,136,136);
}

h1 {
	font-size:120%;
	padding-top:0;
	margin-top:0;
	}
.imageLeft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageRight {
	float: right;
	margin: 0 0 15px 15px;
}
.imageCenter {
	display: block;
	margin-left: auto; margin-right: auto;	
}
form input,
form select,
.rounded {
	border-radius: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
}

#searchDesc {
	width: 100%;
	padding: 0;
	background: rgb(107, 109, 118);
	color: #FFF;
	margin-top: 0;
}	#searchDesc h1 {
		margin: 0;
		padding: 15px 0 15px 20px;
		font-size: 140%;
	}

.resBox {
	/*border: 1px solid #CCC;*/
	border-bottom: 1px solid #CCC;
	padding: 12px 5%;
	margin-bottom: 10px;
	font-size:90%;
	overflow: hidden;
}
.resBox > a:hover,
.resBox .resultName:hover { cursor: pointer; }
.resBox ul{
	margin-top:0;
	margin-left:6%;
	padding-left: 0;
	font-size: 100%;
	color: #555;
	}
.resBox ul li {
	padding-bottom:3px;
	/* list-style: none; */
	}
.resBox a:link,
.resBox a:link
 {
	color: #666;
 }	
 
.resBox .resIcon {
	width:16px;
	height:25px;
	float:left;
	margin-top:3px;
	margin-right:4px;
	background-image:url(../images/mapIcons/map-icon-white-sm.png);
	background-repeat:none;
	}
.resBox .resIcon.activeResIcon {
	background-image:url(../images/mapIcons/map-icon-sm.png) !important;
	}
.resServiceList {
	display:block;
	margin-left:6%;
	font-size:95%;
	color: black;
	}
.tablePaleBg {
	background-color:#FFF;
	}

.tablePaleBgH {
	background-color: #F9FBEC;
	}
	
.tablePaleBgH2 {
	background-color: #EAEAEA;
	}

.resultName {
	font-size: 125%;
	color: #A0B52B;
}

.resultLinks { 
	font-family: sans-serif;
	margin-top: 15px;
}
.resultLinks ul { padding-left: 0; }
.resultLinks li {
	display: inline;
	float: left;
	margin: 0 3px;
	padding: 3px 4px;
	background: #DDD;
	margin-bottom: 8px;
}
.resultLinks li:first-child {
	background: #EB7207;
	padding: 3px 5px;
}
.resultLinks li:first-child a {
	color: #FFF !important;
	text-decoration: none;
	font-size: 0.875em;
	padding-bottom: 2px;
}
.resultLinks li:last-child { clear: none !important; }

.resultLinks a {
	/*color: #849523 !important;*/
	text-decoration: none;
	font-size: 0.875em;
}

/* Map container 
#mapDiv { max-height: 600px; }*/

/* Search box on results page */
.mapSearchBox {
	width: 100%;
	font-size:85%;
	background: rgb(248,248,248);
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}
	.mapSearchBox h2 {
		margin-top: 0;
		font-size: 130%;	
	}
	.mapSearchBox div {
		margin: 10px 0;	
		padding-left: 20px;
	}
	.mapSearchBox label {
		float: left;
		width: 40%;
		font-weight: 700;
	}
	.mapSearchBox input,
	.mapSearchBox select {
		border-radius: 0;
		border: 1px solid rgb(215,215,215);
	}
	.mapSearchBox input {
		display: inline-block;
		width: 190px;
	}
	.searchSubmitSmall,
	#searchSubmitSmall {
		border: medium none;
		margin-left: 20px;
		margin-bottom: 14px;
	}
	#refineSearchHeading {
		overflow: hidden;
		float: right;
		margin-top: 0;
		font-size: 70%;
	}
	
.dealerBubble {
	font-size:85%;
/*	border-radius: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; */
}
.dealerBubble h2 {
	font-size:125%;
	margin:0 0;
	padding:0;
}
.dealerBubble ul {
	margin:5px 0 0 10px;
	padding:0;
	}
.dealerBubble ul li{
	margin-bottom:3px;
	}
.dealerBubble ul li a:link,
.dealerBubble ul li a:visited,
.dealerBubble ul li a:hover{
	text-decoration:none;
	}
.infoCTList{
	color:#888;
	}	

	
.subscribeClick {
	cursor:pointer;
	}
	
.menuButton {
	float:left;
	display:block;
	clear:both;
	margin:8px 0 7px 0;
	padding:0;
	}
	
.menuButton a:link,
.menuButton a:hover,
.menuButton a:visited {
	font-size:120%;
	text-decoration:none;
	padding:0;
	}
	
.menuButton a img {
	margin-top:-4px;
	}


/* Signup Additions */
.noHover {
	text-decoration: none;
}
.joinButton a,
.priceBox .orangeButton a {
	color: white !important;	
}
.priceRight a:hover,
.underButtonTxt a:hover,
.paraHeading a:hover { color: #000000; }

.joinButton a:hover,
.priceBox .orangeButton a:hover {
	color: white !important;
	text-decoration: none !important;	
}
.topBottomMargin { margin-top: 30px !important; margin-bottom: 30px !important; }
.gray { color: #666; }
.signupContent .lightText { margin: 0; }
.signupContent p {
	/*color: #6B6D76;*/
	color: #222;
}
.topImage {
	clear: both;
	position: relative;	
}
#signupMainHeading {
	padding: 2% 0;
	color: white;
}
.lineHeading {
	position: relative;
	font-weight: 600;
}
.lineHeading {
	/*border-bottom: 2px solid #EB7207;*/
	/*margin: 2.875em 0;*/
	margin-bottom: 1.75em;
	font-size: 1.25em;
}
.lineHeading span {
	background: white;
	position: relative;
	bottom: -10px; 
}

.largeQuotes:before {
	content: url(../portal/images/open-quote.png);
}
.largeQuotes:after {
	content: url(../portal/images/close-quote.png);
}
.smallQuotes:before {
	content: "\201C";
	font-size: 20px;
}
.smallQuotes:after {
	content: '\201D';
	font-size: 20px;
}
.quotes { position: relative; }
.quotes:before,
.quotes:after {
	/*display: block;
	
	color: #7a7a7a;*/
	display:block;
	font-size: 40px;
}
.quotes:before {
	content: "\201C";
	/*float: left;
	margin-top: -28px;	*/
	text-align: left;
	margin-bottom: -30px;
}
.quotes:after {
	/*float: right;*/
	content: '\201D';
	text-align: right;
	margin-top: -10px;
	margin-bottom: -50px;
}

/* Accordion */
.accordion {
	clear: both;
	overflow: hidden;
}
.accordion .accHeading {
	position: relative;
	margin: 5px 0;
	padding: 8px 0;
}
.accordion .accHeading img {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -9px;
	margin-right: 6px;
}
.accordion .accHeading:hover {
	cursor: pointer;	
}
.primaryAccordion .accHeading {
	background: #CADB68;
	font-weight: 600;
}
.secondaryAccordion .accHeading {
	background: #AAAAAA;
	font-weight: 600;
	font-size: 16px;
}

.arrowAnchor {
	height: 20px;
	width: 100%;
	/*background: url(../images/design/signup_arrow.png) no-repeat center;*/
	display: block;
	clear: both;
}


/* Case Histories */
#caseHistories .accToggle p {
	width: 75%;
	margin-left:auto; margin-right:auto;	
}

.priceBox {
	position: relative;
	z-index: 1;
	border: 2px solid #888;
	margin-bottom: 40px;
	overflow: hidden;
}
.priceBox:first-child,
.priceBox .priceMiddle p:first-child,
.priceBox .priceRight p:first-child  {
	margin-top: 0;	
}
.priceBox .priceMiddle p:last-child,
.priceBox .priceRight p:last-child  {
	margin-bottom: 3px;
}

.priceLeft, .priceMiddle {
	position: relative;	
}
.priceLeft {
	z-index: 1;
}
.priceLeft .price { font-size: 1.25em;}
.priceMiddle {
	z-index: 5;
	background: #DDD;
	padding: 5px 3px;
	margin: 15px 0;
}
.priceLeft p.paraHeading,
.priceMiddle p.paraHeading {
	font-size: 1.25em;
	
}
.priceBox .priceRight p { margin: 12px auto; }

.ribbon {
  color: black;
  text-align: center;
  -webkit-transform: rotate(42deg);
  -moz-transform:    rotate(40deg);
  -ms-transform:     rotate(40deg);
  -o-transform:      rotate(40deg);
  /*position: relative;*/
  padding: 7px 0;
 /* top: 8px;
  right: -147px;*/
  width: 120px;
  background-color: #CADB68;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: -30px;
}

.ribbon:before, .ribbon:after {
  content: "";
  /*border-top:   3px solid #6e8900; */  
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}

.details_priceBox .ribbon {
	top: -7px;	
}
.details_priceBox .priceMiddle .orangeButton {
	font-size: 1.25em;
}
.priceBox .priceMiddle p:last-child {
	font-size: 0.913em;	
}
.details_priceBox .priceMiddle  {
	margin: 0;
}

.activePrice {
	border: 4px solid #EB7207;
	box-shadow: #000 1px 1px;
}
#youHaveSelected {
	margin-bottom: -40px;
	width: auto;
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	padding: 17px 5px;
	font-size: 1.125em;
}


#caseHistories img {
	display: block;
	padding-right: 25px !important;
	margin-bottom: 10px;
}


/* New Signup Form */
a.orangeButton:link,
a.joinButton:link,
a.orangeButton:visited,
a.joinButton:visited { color: #FFFFFF; }

a.orangeButton:hover,
a.joinButton:hover { color: #FFFFFF; }

#newSignup .error {
	color: rgb(253, 61, 61) !important;
	margin: 12px 0;
	font-size: 16px;
	font-weight: 600;
}
#newSignup label {
	display: block;
	color: #6B6D76;
	font-weight: 600;
}
#newSignup input,
#newSignup select {
	border-radius: 0;
	border: 1px solid #90929A;
	width: 92%;
}

#newSignup select { width: 100% !important; }

#newSignup input[type="text"] { 
	height: 24px;
	padding: 0 5px;
}

#newSignup input[type="submit"] {
	margin-top: 1.5em;	
	width: 100%;
	border: none;
}

#newSignup fieldset div.inputWrapper {
	margin: 15px auto;
	max-width: 375px;
}
#newSignup fieldset div.lineHeading {
	text-align: center;
	max-width: none !important;
	margin-top: 1.5em;
}
#newSignup .priceBox {
	margin: 25px 0;	
}
#newSignup .priceBox:first-child {
	margin-top: 0 !important;	
}
.details_priceBox { cursor: pointer; }

/* Horizontal Search Form */
.empty { color: red; }
.horizontalSearch {
	background: #CADB68;
	padding-top: 22px;
	margin-bottom: 10px;
}
.horizontalSearch input,
.horizontalSearch select {
	/*border-radius: 5px;
	padding: 4px 7px !important;
	font-size: 0.913em !important;
	border: none;
	margin-bottom: 20px;
	margin-left: 2px; margin-right: 2px;*/
}
.horizontalSearch select option:first-child {
	color: #777777;
}
.horizontalSearch input[type="submit"] {
	position: relative;
	top: 1px;
	float: none;
	font-size: 1.250em !important;
	border: 1px solid #C75D00;
	padding: 20px !important;
	max-width: 120px;
	margin-left: 5px;
	background: #FF5D26;
}
.horizontalSearch ::-webkit-input-placeholder { color: #000000; }
.horizontalSearch :-moz-placeholder { color: #000000; }
.horizontalSearch ::-moz-placeholder { color: #000000; }
.horizontalSearch :-ms-input-placeholder { color: #000000; }


.horizontalSearch div:first-child:not(.formErrorContent) {
	/*float: left;
	width: 48%;
	text-align: right;
	color: #000000;
	font-size: 1.125em;
	padding-top: 5px;*/
}
.horizontalSearch form {
	float: left;
	width: 45%;
	text-align: left;
	padding-left: 25px;
}

.horizontalSearch p {
	margin: 0;
}
.horizontalSearch div:first-child span {
	font-size: 1.250em;
}

#classTypesMore {
	cursor: pointer;
	color: #333333;
}

/*#search2 input[type="submit"] { float: none; }

#newsSearch #search1 p:first-child,
#newsMoreSearch #search1 p:first-child {
		font-size: 1.500em !important;
}*/

.sitemapPara {
	margin-top:0;
	font-size:90%;
	width:80%;	
}

#goodCompanyLogoList li {
	width: 40%;
	float: left;
	margin: 0 5% 5%;
}

/* Horizontal Form With Type Drop-down */
.horizontalSearch div.horizontalWithTypeLabel {
	width: 33%;
}
.horizontalSearch .horizontalWithTypeForm {
	width: 60%;
}
.horizontalSearch .horizontalWithTypeForm select {
	margin-bottom: 0;	
	height: 32px;
}

/* Fixed Search Bar */
span#searchWithType {
	display: block;
	/*overflow: hidden;*/	
}
.fixedSearchBar {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	width: 92%;
	max-width: 920px;
	background: #CADB68;
	margin: 0 auto;
	padding-top: 7px;
	font-size: 0.938em;
}
.fixedSearchBar .horizontalWithTypeForm {
	/*margin-bottom: -9px;*/
}

/* Type Drop Down */
.chosen-container {
	max-width: 210px;
	margin-top: -2px;
}
.chosen-single {
	background-color: #FFF;
}
#footer .chosen-container .chosen-results {
	max-height: 160px;
}
.chosen-container .chosen-results li {
	padding: 9px 6px !important;
	border-top: 1px solid #DDD;
	font-size: 14px;
}
.oddItem {
	background: #EEEEEE;
	background: rgba(0,0,0,0.035);
}
.chosen-container-single .chosen-single {
	padding: 4px 0px 2px 8px !important;
	height: 26px !important;
	margin-top: -1px;
}
.chosen-container-single .chosen-single div b {
	background-position: 0 5px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -16px 6px !important;	
}
.chosen-container .chosen-results li.highlighted {
 	background-color: #EB7207;
	background: rgba(235,114,7,0.90);
}

/* Fixed Search Bar Mobile */
.fixedMobActive {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: #CADB68;
}
.fixedMobActive p {
	margin: 2px auto 3px auto;
	font-size: 1.063em !important;
}
.fixedMobActive input[type="text"],
.fixedMobActive select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #777;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.fixedMobActive input[type="text"]:focus,
.fixedMobActive select:focus {
	font-size: 16px;	
}
.fixedMobActive input[type="submit"] {
	font-size: 1em;
}
.fixedMobActive fieldset {
	margin-bottom: 7px !important;
}
.fixedMobActive fieldset div {
	width: 50%;
	clear: none;
}
.fixedMobActive fieldset div:last-child {
	margin-top: 0 !important;
}


/* ----- Long Style Search ----- */
.horizontalSearch { background: #444; margin: 0 auto; padding: 0; width: 100%; min-height: 35px; }
.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-single span { text-align: left; }
.horizontalSearch #newStyleSearchContainer {
	width: 100%;
	/*max-width: 830px;*/
	max-width: 900px;
	margin: 0 auto;
	float: none;
}
.horizontalSearch #newStyleSearchContainer > * {
	box-sizing: border-box;	
}
.horizontalSearch #newStyleSearchContainer.fixedSearchBar {
	padding-top: 9px;
	padding-bottom: 10px;
	background: #444;
  	max-width: none;
}
.horizontalSearch #newStyleSearchContainer.fixedSearchBar form.formStyle fieldset { margin-bottom: 0; 
}
.horizontalSearch #newStyleSearchContainer.fixedSearchBar .chosen-container-single {
	max-width: 105px;		
}
.horizontalSearch #newStyleSearchContainer .horizontalWithTypeLabel {
	width: 35%;
	font-size: 1em;
}
.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-default { color: #565A5B; }/*placeholder*/
.horizontalSearch #newStyleSearchContainer input::-webkit-input-placeholder { color: #565A5B; }
.horizontalSearch #newStyleSearchContainer input:-moz-placeholder { color: #565A5B; opacity: 1; }
.horizontalSearch #newStyleSearchContainer input::-moz-placeholder { color: #565A5B; opacity: 1; }
.horizontalSearch #newStyleSearchContainer input:-ms-input-placeholder {color: #565A5B; }

.horizontalSearch #newStyleSearchContainer form {
	padding-left: 15px;
	width: 100%;
	text-align: center;
}
.horizontalSearch #newStyleSearchContainer form fielset div,
.horizontalSearch #newStyleSearchContainer form fielset input {
	position: relative;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 -5px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	vertical-align: middle !important;
	line-height: 1;
}
.horizontalSearch #newStyleSearchContainer select {
	border-radius: 1px;
	/*display: block;*/
	width: 100px !important;
	margin: 0 auto;
	font-size: 16px;
	height: 36px;
	margin-right: -5px;
	border: 1px solid #C4C4C4;
}
.horizontalSearch #newStyleSearchContainer input[type="text"] {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #C4C4C4;
	height: auto;
	/*line-height: initial;
	padding: 5px 4px 5px 10px !important;*/
	padding: 6.5px 0 6.5px 12px !important;
	margin-right: -5px;
	vertical-align: top;
	line-height: 1.325 !important;
	padding-right: 10px !important;
	-webkit-appearance: none;
}
.horizontalSearch #newStyleSearchContainer .chosen-container-single {
	max-width: 100px;
	margin: 0;
	margin-right: -5px;
	border: 1px solid #C4C4C4;
	background: #FFF;
	padding-top: 1px;
}
.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-single {
	background: #FFF;
	border-radius: 0;
	border: none;
	padding-top: 6px !important;
	font-family: sans-serif;
	font-weight: 200;
}
.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-drop {
	width: 200px;
	color: #565A5B;
	margin-left: -1px;
	margin-top: 1px;
	font-family: sans-serif;
	font-weight: 200;
	font-size: 12px !important;
	text-align: left;
}
.horizontalSearch #newStyleSearchContainer .chosen-container-single#stype1_chosen .chosen-drop { width: 181px; }
.horizontalSearch #newStyleSearchContainer .chosen-container-single#type1_chosen .chosen-drop { width: 259.85px; }
.horizontalSearch #newStyleSearchContainer .chosen-container-single#day1_chosen .chosen-drop { width: 168.85px; }

.horizontalSearch #newStyleSearchContainer input[type="submit"] {
	display: inline-block;
	top: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	/*border: 1px solid #E89C4B;*/
	border: 1px solid #E06C0B;
	font-size: 18px !important;
	max-width: 80px;
	margin-left: -1px;
	vertical-align: top;
	padding-top: 7px !important;
	padding-bottom: 6px !important;
	line-height: 1.1725 !important;
}
.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-single div b { background: none; }
.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-single div b:before,
.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-single div b::before {
	content: '\25BC';
	position: absolute;
	pointer-events: none;
	color: #565A5B;
	top: 0;
	bottom: 0;
	right: 0;
	padding-top: 0.9em;
	line-height: 1;
	width: 2em;
	text-align: center;
	transform: scale(0.97, 0.55);
	-webkit-transform: scale(0.97, 0.55);
	-moz-transform: scale(0.97, 0.55);
	-ms-transform: scale(0.97, 0.55);
	-o-transform: scale(0.97, 0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.97, M12=0, M21=0, M22=0.55, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.97, M12=0, M21=0, M22=0.55, SizingMethod='auto expand');
}
.mobSearchReveal { display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
	.horizontalSearch #newStyleSearchContainer .chosen-container-single .chosen-single div b { background: none !important; }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.horizontalSearch #newStyleSearchContainer input[type='text'] {
		padding-bottom: 9px !important;	
	}
}
@media only screen and (max-width: 595px) {
	.horizontalSearch.revealActive { min-height: 255px; }
	.mobSearchReveal {
		display: block;
		width: 100%;
		text-align: center;
		/*margin-bottom: 12px;*/
	}
	.mobSearchReveal a  {
		display: inline-block;
		text-decoration: none;
		background: #EB7207;
		color: #FFF !important;
		font-weight: 700;
		padding: 5px 12px;
		cursor: pointer;
		margin-top: 20px;
	}
	.mobSearchReveal a:hover { color: #FFF !important; }
	
	.horizontalSearch #newStyleSearchContainer.fixedSearchBar {
		position: static !important;	
	}
	.horizontalSearch #newStyleSearchContainer select {
		width: 91% !important;	
		max-width: 210px;
		font-size: 16px !important;
		margin-top: 15px;
	}
	.horizontalSearch #newStyleSearchContainer .chosen-container-single,
	.horizontalSearch #newStyleSearchContainer input[type="text"] {
		display: block !important;
		box-sizing: border-box;
		width: 210px !important;
		margin: 6px auto;
		max-width: 100%;
		border-radius: 1px !important;
	}
	.horizontalSearch #newStyleSearchContainer .chosen-container-single#stype1_chosen .chosen-drop,
	.horizontalSearch #newStyleSearchContainer .chosen-container-single#type1_chosen .chosen-drop,
	.horizontalSearch #newStyleSearchContainer .chosen-container-single#day1_chosen .chosen-drop {
		width: 100%;
	}
	.horizontalSearch #newStyleSearchContainer input[type="submit"] {
		border-radius: 1px !important;
		width: 100%;
		max-width: 210px;
		margin-top: 18px;
		font-size: 22px;
	}
	
	.horizontalSearch #newStyleSearchContainer.notSearch fieldset {	display: none; }
	.horizontalSearch #newStyleSearchContainer.notSearch fieldset.show { display: block; }
	
	.horizontalSearch #newStyleSearchContainer .horizontalWithTypeLabel {
		padding-left: 5px; padding-right: 5px;
	}
	
}
@media only screen and (min-width: 595px) and (max-width: 768px) {
	.horizontalSearch #newStyleSearchContainer.fixedSearchBar input[type="text"] {
		/*padding-bottom: 3px !important;	*/
	}
}
@media only screen and (max-width: 633px) {
	.horizontalSearch #newStyleSearchContainer.fixedSearchBar .chosen-container-single { max-width: 75px; }
}

.classTypeSearchLabel { display: none; }
@media only screen and (max-width: 939px) {
	.horizontalSearch #newStyleSearchContainer .horizontalWithTypeLabel {
		width: 100%;
		padding-bottom: 8px;
	}
	.horizontalSearch #newStyleSearchContainer form {
		width: 100%;
		padding-left: 0;	
	}
	.horizontalSearch #newStyleSearchContainer input[type="text"] {
		/*font-size: 16.7827px !important;*/	
	}
	.classTypeSearchLabel { display: inline; font-size: inherit; }
}
/* ----- ----- */


/* App Download Bar */
.app-store-download {
	clear:both;
	overflow: hidden;
	background: #ff5d26;
	margin: 14px -1em -1em -1em;
	padding: 1px 0 19px;
	max-width: none;
}
.app-store-download > div:first-child,
.app-store-download > div:last-child {
	display: block;
	text-align: center;
	width: 100%;
	clear: both;
}
.app-store-download > div:first-child { display: none; }
.app-store-download > div:last-child { margin: 20px 0 0; }
@media only screen and (min-width: 596px) {
	.app-store-download > div:first-child {
		display: block;
		font-size: 21px;
		font-weight: 200;
		margin: 12px 0;
	}
	.app-store-download > div:last-child {
		margin: 18px 0 5px;
	}
}
@media only screen and (min-width: 1024px) {
	.horizontalSearch #newStyleSearchContainer:not(.fixedSearchBar) {
		position: relative;
		z-index: 10;
	}
	.app-store-download {
		position: relative;
		z-index: 1;
		background: #ff5d26;
		max-width: none;
		clear: both;
		padding: 0 0 10px;
		margin: 18px -1em -1em -1em;
	}
}
@media only screen and (min-width: 692px) and (max-width: 1024px) {
	.app-store-download {
		/* margin-top: 85px; */
	}
}
/* ----- ----- */


/* News Details Page */
.largerNewsTitle {
	font-size: 220% !important;
	font-weight: 200;
}
.newsDateSpacing {
	color: #777;
	margin: 10px 0 -12px !important;
	font-size: 1.063em;
}
.newsMainText {
	clear: both;
	margin-top: 15px;
}
.storyBanner {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;	
}
.storyBanner img {
	width: 100%;
	height: auto;	
}
#storyMainText {
	display: block;
	clear: both;	
}
.recentPosts {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;	
}
.recentPosts .recentPostsTitle {
	background: #CADB68;
	font-size: 1.438em;
	padding: 10px 0 10px 20px;
}
.recentPosts ul {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
}
.recentPosts ul li {
	clear: both;
	float: none;
	overflow: hidden;
	margin-bottom: 15px;
}
.recentPosts a {
	text-decoration: none;
}
.recentPosts .recentPostImage {
	float: left;
	width: 37%;
/*	position: absolute; 
	top: 0; right: 0; bottom: 0; left: 0; */
}
.recentPosts .recentPostImage img {
	width: 100%;
}
.recentPosts .recentPostText {
	float: left;
	width: 61%;
	padding-left: 2%;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
}
.recentPosts .recentPostText a {/* Links - latest stories text */
	display: block;
}
.recentPosts .recentPostDate {
	position: relative;
	display: block;
	float: none;
	color: #AFC62F;
	font-weight: 700;
	margin-top: 6px;
}
#moreNewsLink {
	text-align: center;
	padding: 22px 0 0;
}
#moreNewsLink a {
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
	border: 1px solid #555;
	border-radius: 10px;
}
#moreNewsLink a:hover {
	color: #FFF;
	background: #777;	
}
.greenBgNewsSide {
	background-color: #CADB68;
	color: #000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 1.438em;
	font-weight: 200;
}
@media only screen and (min-width: 481px) and (max-width: 939px) {
.recentPosts .recentPostText {
/*	font-size: 1.063em;
	padding-left: 3%;*/
}
.recentPosts .recentPostImage {
/*	position: relative;
	display: block;
	float: none;
	width: 100%;
	clear: none;
	border: 1px inset solid #EEE;*/
}
}
.newsAuthor {
	/*overflow: hidden;*/
	margin-top: 24px;
	position: relative;
	z-index: 20;
}
.authorImg {
	overflow: hidden;
	float: left;
	width: 10%;
	padding-right: 3%;
	text-align: left;
}
.authorImg img {
	max-width: 50px;	
	width: 100%;
}
.authorTxt {
	float: left;
	width: 28%;	
}
.authorNewsDate {
	/*margin: 0 auto;*/
}
#sharrreShareBtns {
	padding: 0 0 35px 0;
	margin-top: -55px;	
}
#sharrreShareBtns.increasedMargin {
	margin-top: -15px;
}
.metaSep {
	height: 20px;
	border-bottom: 1px solid #E9E9E9;	
	padding-top: 10px;
}
.lowerInstImage {
	max-width: 45px;
	float: left;
	padding-right: 15px;
}
/* ----------------------------------------------------
	old styles end
---------------------------------------------------- */




 

/* NEW STYLES */
/* --------------- */
#colorbox, #cboxOverlay, #cboxWrapper{ z-index: 999999 !important; }
#_atssh {
	display: none !important;	
}
.paraSpan {
	display: block;
	margin: 1em 0;
}
.greenText {
	color: #CADB6B;
}
.myriad { font-family: "myriad-pro", sans-serif; }
.textCenter { text-align: center; }
.blockImg { display: block; }
.centerMargin { margin: 0 auto; }
.clear { clear: both; }
.orange { color: #EB7207; }
.gray55 { color: #555; }
.noTopMargin { margin-top: 0; }
.noListStyle { list-style: none; }
.noStrong { font-weight: 200; }
.lowerPadImg {
	padding-bottom: 1em;
}
.padPara {
	padding: 1em 0;	
}
.padPara:first-child { padding-top: 0; }

.largeQuote {
	font-size: 1.1em;
	font-weight: 700;
	font-style: italic;
	color: #5A5A5A;
}
.largeQuote.openQuote { padding-right: 5px; }
.largeQuote.closeQuote { padding-left: 5px;	}
.inlineList {
	display: block;
	padding-left: 0;
	margin-top: 10px;
}
.inlineList li {
	display: inline-block;
	overflow: hidden;
	margin: 0 8px 8px 8px;
}
.specChar {
	font-family: sans-serif;
}

.penLink:after {
	content: '';
	background: url(../images/design/pen_icon.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 0 1px 3px;
}

form input, form select, .rounded {
	border-radius: 0;
	-webkit-border-radius: 0;
}

html {
	height: 100%;
}
body {
	/*overflow-x: hidden;*/
	font-family: "hypatia-sans-pro", sans-serif;
	font-weight: 200;
	font-size: 62.5%;
	padding-top: 0.375em;
	line-height: 2.36em;
	color: #232323;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-family: "myriad-pro", sans-serif;
	font-weight: 700;
	font-size: 1.563em;
	line-height: 1.1;
	color: #444;
	margin: 0 0 7px;
}
.darkText h1 {
	color: #FFF;	
}
/*.wf-loading { visibility: hidden; }
.wf-active { visibility: visible; }*/

.graySection h1 { color: #FFF; }
h2 {
	margin: 0;	
	line-height: 1.2;
}
h3 {
	font-family: "myriad-pro", sans-serif;
	font-weight: 700;
	font-size: 1.563em;
	line-height: 1.1;
	color: #444;
	margin: 0;	
}
.normalPage h1,
.normalPage h2 {
	font-size: 1.125em;
}
.normalPage .highlightSection p {
	font-size: 1.25em;	
}
.contentHead h2 { font-weight: 700; }
a,
a:hover,
a:visited {
	color: #232323;	
}
a:hover { color: #AFC62F; }
a.noUnderline { text-decoration: none; }
a.blockLink {
	display: block;	
	padding-top: 10px;
}
a.coloredLink { color: #BBCD5A; font-weight: 700; font-size: 1.125em; }
a.coloredLink:hover { color: #A6B652; }
a.coloredLink.noHover:hover { color: #BBCD5A; }
a.noHover:hover { color: #232323; }


#logo.noNavLogo {
	margin-bottom: 7px;	
}
.flagIcon {
	width: 25px;	
	margin-top: -3.5px;
}
#mobileFlag { margin-left: 6px; }
#tabDeskFlag { display: none; }

.btn {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 1em 0;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 0.938em;
	text-decoration: none;
	letter-spacing: 0.125em;
	text-align: center;	
	background: #FF5D26;
	border: 1px solid #CA6442;
	transition: background 0.2s ease-in-out;
}
.btn:hover {
	background: #FA6E3E;
	border: 1px solid #C76C4E;
}
.btn:active {
	-webkit-transform: translate(1px, 2px);
	-ms-transform: translate(1px, 2px);
	transform: translate(1px, 2px);
	background: #FA6E3E;
	border: 1px solid #C76C4E;
}
.btnSmall {
	width: auto;
	padding: 0.5em 1em;	
}
#topBar .btn {
	padding: 0.05em 0.5em;
	letter-spacing: 0;
	display: inline-block;
	width: auto;
	border-radius: 3px;
	white-space: nowrap;
}
#topBar .btn:hover,
#topBar .btn:active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.btnOrange, .btnOrange a,
.actionBtn a {
	position: relative;
	color: #FFF;
	border-radius: 0.156em;
}
.btnLightOrange, a.btnLightOrange {
	background: #FF7F00;
	border: 1px solid #DA8062;
	color: #FFF;
}
.terms {
	display: block;
	clear: both;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.750em;
	color: #777;
	padding-top: 0.75em;
	letter-spacing: 0.019em;
}
.actionBtn .terms a {
	color: #777;
}
.actionBtn.noTopMargin { margin-top: 0 !important; }
.btnTransp {
	display: inline-block;
	border: 1px solid #555;
	border-radius: 2px;
	padding: 8px 15px;
	text-align: center;
	font-size: 1.125em;
	font-weight: 600;
}
.btnTransp:hover,
.btnTransp:active {
	background: #F2F2F2;
	color: #232323;
	text-decoration: none !important;
}
.orangeButton,
.joinButton {
	background: #EB7207;
	border: 1px solid #B35704;
	color: #FFFFFF;
}
.orangeButton {
	padding: 5px 10px;	
}
.joinButton {
	padding: 5px 25px;
	font-size: 1.25em;
	margin: 2em 0;
	/*width: 40%;*/
}


#header #topBar {
	background: none;
	font-size: 1.3em;
	text-align: center;
	font-family: sans-serif;
	/*border-bottom: 1px solid #C3C3C3;*/
}
#header #topBar:after {
	clear: both;
}
#header #topBar .gridContainer div:first-child img {
	max-width: 200px;
}
#header #topBar .gridContainer div:last-child {
	clear: both;
	padding: 0.5em 0;
}
#header #topBar .gridContainer div:last-child a {
	display: inline-block;
	margin: 0 0.5em;
	border: none;
}
#header #topBar .gridContainer div:last-child a:first-child {
	font-weight: 700;
	color: #666;
}
#header header {
	position: relative;
	overflow: hidden;
	text-align: center;
	clear: both;
}
#header .actionBtn {
	font-size: 1.6em;
	margin-bottom: 1em;	
}

#bannerImage {
	/*width: 100%;*/
}

#footer {
	clear: both;
	background:	#444;
	color: #FFF;
	font-family: "myriad-pro", sans-serif;
	font-size: 1.438em;
	/*margin-top: 4em;*/
	padding: 0.375em 0 1em;
}
#footer ul {
	padding-left: 0;
	text-align: center;
}
#footer ul li:first-child {
	/*font-size: 1.063em;*/
	letter-spacing: 0.03em;
}
#footer ul li:not(.active-result) {
	margin-bottom: 1em;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
}
#footer a:active {
	color: #AAA;
}
#footer #trdmrk {
	text-align: center;
	font-size: 0.813em;
	padding-top: 1.75em;
	color: #A5A5A5;
}
#footer #trdmrk a {
	color: #A5A5A5;
}
#footer #trdmrk p {
	font-size: 1.875em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0.5em;	
}
#footer #trdmrk p a {
	color: #EAEAEA;
}
#footerSocial {
	text-align: center;	
	padding-top: 40px;
}
#footerSocial a {
	padding: 0 6px;	
}

#latestRetreatsContainer span,
#latestEventsContainer span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 375px;
}

#mainContent {
	font-size: 1.813em;
}
#mainContent .actionBtn {
	margin-top: 2.25em;	
}
.leftCol,
.rightCol {
	padding-top: 20px;	
}
.rightCol {
	clear: both;
	padding-bottom: 35px;	
}

.story {
	background: none;
	border-color: #B2B2B2;
	padding: 30px 0;
}
.story:first-child {
	padding-top: 10px;	
}
.story-text {
	width: 100%;
}
.vidDesc {
	font-size: 17px;
}

.highlightSection,
.graySection,
.whiteSection,
.grayLightSection {
	padding: 1em;
	text-align: center;
	font-weight: 700;
	clear: both;
}
.highlightSection.noStrong,
.graySection.noStrong,
.whiteSection.noStrong,
.grayLightSection.noStrong {
	font-weight: 200;
}
.graySection {
	background: #444;
	color: #FFF;
}
.grayLightSection {
	background: #E5E5E5;
	color: #444;
	font-weight: 200;
	padding: 2em;
}
.grayLightSection p:last-child {
	margin-bottom: 0;	
}
.whiteSection {
	color: #444;	
}
.highlightSection {
	position: relative;
	color: #323232;
	background-color: #DFE8A7;
	margin-top: 2em;
	margin-bottom: 2em;
	/*font-size: 1.125em;*/
	line-height: 1.5em;
}
.highlightSection.smaller {
	margin: 0;
	padding: 1.5em 0;
}
.highlightSection p {
	margin: 0 auto;
	font-weight: 200;
	font-size: 1.125em;
	font-family: "myriad-pro", sans-serif;
}
.highlightSection.noTopMargin {
	margin-top: 0;
}
.highlightSection.arrow {
	/*padding-top: 1.125em;*/
	margin-bottom: 2.25em;
}
.highlightSection.arrow:after,
.highlightSection.arrow::after {
	content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 35px #DFE8A7;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}
.highlightSection a:hover {
	color: #333;	
}

.lightText {
	margin-bottom: 0;
	display: block;
	float: none;
	width: 75%;
	margin: 0 auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.contentSection,
.whiteSection.contentSection {
	font-weight: 400;
	max-width: 650px;
	margin: 0 auto;	
	text-align: left;
}
.whiteSection.contentSection.withImg {
	max-width: 950px;
	overflow: hidden;
}
.contentSection.wide {
	max-width: 1024px;	
}
.contentImg {
	text-align: center;
	margin-top: 29px;	
}
.contentHead > *,
.graySection.contentHead > * {
	max-width: 750px;
	margin: 0 auto;
}

.featuresBoxes div p:not(:first-of-type) {
	/*text-align: justify;*/
}
.featuresBoxes div p:first-of-type {
	font-size: 1.125em;
}
.featuresBoxes div p:nth-of-type(2) {
	color: #5F5F5F;
}
.lowerTestimonials {
	margin-bottom: 5em;	
}
.lowerTestimonials > p {
	margin: 3em auto;
	text-align: center;
	max-width: 45em;
}
.lowerTestimonials > p:first-child {
	margin-top: 4em	
}
.imageAndPara > *:not(img) {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
#coffeeImg {
	padding: 0;
}
#coffeeImg img {
	margin: 0 auto;
}
#coffeeText {
	padding-top: 0;
}
#coffeeText p:first-child {
	font-size: 1.2em;
}
#coffeeText p:last-child {
	color: #5A5A5A;	
	font-size: 1.063em;
}

#qas div {
	word-wrap: break-word;
}

.typesContainer .btnTransp {
	display: block;
	font-size: 0.750em;
	max-width: 80px;
	margin: 10px auto 0 auto;
}
.typesContainer .gridContainer div:first-child {
	padding-bottom: 0.375em;
}
.typesContainer .gridContainer div:last-child {
	padding-top: 0.375em;
}
.typesContainer div a {
	font-size: 1.375em;
	color: #4D4D4D;
}
.typesContainer div img {
	width: 200px;
	padding-bottom: 10px;
}

#homeBlogs {
	line-height: 1.6;
}
.homeBlogImg {
	margin-bottom: 12px;	
	width: 100%;
	height: auto;
	max-width: 340px;
}


.contactForm div {
	margin: 1em auto;	
}
.contactForm label {
	display: block;
	font-weight: 700;
	color: #666;
	font-size: 0.938em;
}
.contactForm input,
.contactForm textarea {
	width: 100%;	
}

/* New Signup Form */
a.orangeButton:link,
a.joinButton:link,
a.orangeButton:visited,
a.joinButton:visited { color: #FFFFFF; }

a.orangeButton:hover,
a.joinButton:hover { color: #FFFFFF; }

.error {
	font-family: "myriad-pro", sans-serif;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select {
	font-size: 16px;	
}
#newSignup .error {
	color: red !important;
	margin: 12px 0;
}
#newSignup label {
	display: block;
	color: #6B6D76;
	font-weight: 600;
	font-family: "myriad-pro", sans-serif;
}
#newSignup input,
#newSignup select {
	border-radius: 0;
	border: 1px solid #90929A;
	width: 92%;
}

#newSignup select { width: 100% !important; }

#newSignup input[type="text"],
#newSignup input[type="tel"],
#newSignup input[type="email"] { 
	height: 32px;
	padding: 0 5px;
}

#newSignup input[type="submit"] {
	margin-top: 3em !important;	
	width: 100%;
	border: none;
}

#newSignup fieldset div.inputWrapper {
	margin: 15px auto;
	max-width: 375px;
}
#newSignup fieldset div.lineHeading {
	text-align: center;
	max-width: 920px;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.375em;
	font-weight: 600;
}
.lineHeading {
	font-family: sans-serif;
}
.lineHeading span {
	background: white;
	position: relative;
	bottom: -10px;
}
#newSignup .priceBox {
	margin: 25px 0;	
}
#newSignup .priceBox:first-child {
	margin-top: 0 !important;	
}
.details_priceBox { cursor: pointer; }

.anOption {
	position: relative;
	text-align: center;	
	margin: 2em 0;
	cursor: pointer;
}
.anOption .anOptionImg {
	display: block;
	margin: auto auto 6px;	
	cursor: pointer;
	width: 48px;
	height: 48px;
	background: url('../images/design/unchecked.png') no-repeat;
}
.anOption.selected .anOptionImg {
	background: url('../images/design/checked.png') no-repeat;
}

/* Search Bar */
.pac-container { /* Google autocomplete box */
	z-index: 99999;
}
.fixedSearchBar .formError .formErrorArrow { /* validation engine form error arrow */
	-webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;	
	margin-top: -42px !important;
}
.newForm {
	font-family: "myriad-pro", sans-serif;
}
.newForm ::-webkit-input-placeholder {
   color: #333;
   font-family: "myriad-pro", sans-serif;
   /*font-size: 17px;*/
   letter-spacing: 0.5px;
}

.newForm :-moz-placeholder {
   color: #333;
   font-family: "myriad-pro", sans-serif;
   /*font-size: 17px;*/
   letter-spacing: 0.5px;
}

.newForm ::-moz-placeholder {
   color: #333;
   font-family: "myriad-pro", sans-serif;
   /*font-size: 17px;*/
   letter-spacing: 0.5px;
}

.newForm :-ms-input-placeholder {  
   color: #333;
   font-family: "myriad-pro", sans-serif;
   /*font-size: 17px;*/
   letter-spacing: 0.5px;
}
.newForm input,
.newForm select,
.newForm .chosen-container {
	height: 29px;
	padding: 2px 5px;
	width: 92%;
	max-width: 210px;
	border: none;
	/*float: left;*/
	font-size: 17px;
}
.newForm select {
	width: 95%;
}
.newForm input[type="text"] {
	border-radius: 2px;	
	margin: 11px 0;
}
.newForm input[type="submit"] {
	margin-top: 10px;
	border: none;
	max-width: 70px;
	height: 35px;
}
.newForm .chosen-container {
	text-align: left;
	font-weight: 200;
	font-size: 17px;
	letter-spacing: 0.5px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 5px;
	margin-top: -5px;
}
.newForm .chosen-container-single .chosen-single {
	border-radius: 2px;	
}
.newForm .chosen-container .chosen-drop {
	color: #333;	
}
.chosen-container .chosen-results li.highlighted {
	background: rgba(255, 93, 38, 0.95);
}
.fixedSearchBar {
	position: fixed;
	z-index: 99998;
	width: 100%;
	max-width: none;
	top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 8px 0;
}
.fixedSearchBar .newForm input[type="submit"] {
	margin-top: 0;
	font-size: 13px;
}
.fixedSearchBar .newForm input[type="text"] {
	padding-top: 0;
	padding-bottom: 0;
	height: 34px;	
}
.fixedSearchBar .newForm .chosen-container {
	font-size: 15px;
}
#mobSearchBtn {
	display: none;
}
@media only screen and (max-width: 465px) {
	#header #topBar .gridContainer div:last-child {
		text-align: left;	
	}
	.fixedSearchBar #mobSearchBtn {
		display: block;
		width: 75%;
		margin-top: -30px;
		margin-bottom: 5px;
		color: #FFF;	
	}
	.fixedSearchBar input,
	.fixedSearchBar select,
	.fixedSearchBar .chosen-container {
		display: none;
		visibility: hidden;
	}
}


/* Footer Search */
#footerSearch {
	padding: 12px 0 20px;
}
#footerSearch.fixedSearchBar {
	display: none;
	visibility: hidden;	
}
#footerSearch .newForm {
	text-align: center;
}
#footerSearch .newForm input,
#footerSearch .newForm select,
#footerSearch .newForm .chosen-container {
	display: inline-block;
	float: none;
	margin: 0;
}
#footerSearch .newForm .chosen-container {
	margin-top: -5px;
}
#footerSearch .newForm .chosen-container a {
	color: #333;
}
#footerSearch .newForm input[type="text"] {
	margin-left: 11px;
	margin-right: 11px;
}
#footerSearch .newForm input[type="submit"] {
	width: 70px;
	padding: 5px;
}



#homeFeatures {
	line-height: 1.55;
}
#homeFeatures img {
	/*margin-top: -4px;*/
	margin-bottom: -7px;
}
.listBtnContainer {
	position: absolute;
	top: 62%;
	left: 0;
	right: 0;
	font-size: 1.125em;
}
.listBtnContainer a,
.listBtnContainer a:hover,
.listBtnContainer a:visited {
	color: #FFF;	
	padding: 2px 0px;
	font-size: 12px;
	letter-spacing: 0.6px;
}
.signupIconsContainer {
	font-size: 0.813em;
	line-height: 1.5;
}
.signupIconsContainer .txt {
	display: block;
	max-width: 390px;
	margin: 0 auto;
	padding-top: 1em;
}
.signupArrowLeft,
.signupArrowRight { display: none; }

.formError {
	margin-top: 0;
	float: none;	
}
form.newStyle.formStyleBig fieldset input,
form.newStyle.formStyleBig fieldset textarea {
	/*float: none;*/
	font-size: 16px;
	padding: 2px 5px;
	border: 1px solid #90929A;
	margin: 0 0 5px;
	width: 100%;
	max-width: 300px;
	height: 30px;
}
form.newStyle.formStyleBig .btnSmall {
	border: 1px solid #CA6442;
	color: #FFF;
	padding: 8px 20px;
	letter-spacing: 0.8px;
	height: auto;
	max-width: 310px;
}
a.newsLinkMore {
	color: #FFF;
	font-size: 18px;
	font-family: sans-serif;
}
.signupSideBanner {
	font-size: 15px;
	margin-top: 35px;
	text-align: center;
}
.signupSideBanner img {
	display: block;
	margin-bottom: 8px;	
	margin-left: auto;
	margin-right: auto;
}
#cityWide .lightButton {
	font-size: 17px;
	border: none;
	padding: .25em 1em;
	border-radius: 2px;
	
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
.smallNote {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	max-width: 430px;
	margin: 10px auto 0;
}

.newsStoryMoreInfoLink,
a.newsStoryMoreInfoLink {
	color: #EB7207;
}

.resultLinks li:first-child {
	margin-right: 15px;
}
.resultLinks li:last-child {
	margin-top: 15px;
}


#cityWide {
	padding: 50px 3% 3% 3%;
	max-width: 850px;
	border-top: 1px solid #ECECEC;
	margin-top: 20px;

	/* margin: 0; */
	/* padding: 0; */
}
#cityWide h1,
#cityWide h2,
#cityWide h3 {
	font-size: 1.50em;	
}
#cityWide:not(.darkText) .lightButton {
	background: #FF5D26;
	border: 1px solid #FF5D26;
	color: #FFF;
}


.padAnchor {
	/*padding-top: 40px;*/
}

.horizontalSearch #newStyleSearchContainer .mainSearchLabel {
	display: inline-block;
	font-size: 23px;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 8px;
}


@media only screen and (min-width: 22.813em) { /*365px*/
	.resultLinks li:first-child {	
		margin-right: 4px;
	}
	.resultLinks li:last-child {
		margin-top: 6px;	
	}
}

@media only screen and (min-width: 37.563em) { /*601px*/
	body {
		padding-top: 0.875em;	
	}
	.btn {
		max-width: 20em;	
	}
	.flagIcon:first-of-type {
		padding-left: 0.875em;
	}
	#mobileFlag {
		display: none;	
	}
	#tabDeskFlag {
		display: inline-block;
	}
	#header #topBar {
		padding-bottom: 0.563em;
	}
	#header #topBar .gridContainer div:first-child {
		float: left;
		width: 55%;
		overflow: hidden;
	}
	#header #topBar .gridContainer div:first-child img {
		width: 100%;
		max-width: 350px;	
	}
	#header #topBar .gridContainer div:last-child {
		float: left;
		width: 45%;
		clear: none;
		text-align: right;
		margin-top: 2px;
	}
	#header .actionBtn .btn {
		max-width: none;	
	}
	.greenArrows,
	.whiteArrows,
	.orangeArrows {
		position: relative;
		max-width: 20em;
		margin: 0 auto;
	}
	.greenArrows:before,
	.greenArrows:after,
	.whiteArrows:before,
	.whiteArrows:after,
	.orangeArrows:before,
	.orangeArrows:after {
		position: absolute;
		content: '';
		background-repeat: no-repeat;
		width: 75px;
		height: 51px;
		top: -12%;
		opacity: 0.85;
	}
	.greenArrows:before {
		background-image: url(../images/design/curved_arrow_green_left.png);
		left: -25%;
	}
	.greenArrows:after {
		background-image: url(../images/design/curved_arrow_green_right.png);
		right: -24%;
	}
	.whiteArrows:before {
		background-image: url(../images/design/curved_arrow_white_left.png);
		left: -25%;
	}
	.whiteArrows:after {
		background-image: url(../images/design/curved_arrow_white_right.png);
		right: -24%;
	}
	.orangeArrows:before {
		background-image: url(../images/design/curved_arrow_orange_left.png);
		left: -25%;
		width: 69px;
		height: 63px;
		opacity: 0.75;
	}
	.orangeArrows:after {
		background-image: url(../images/design/curved_arrow_orange_right.png);
		right: -24%;
		width: 69px;
		height: 63px;
		opacity: 0.75;
	}
	
	#qas div {
		padding-bottom: 1px;	
	}
	
	.newForm input[type="text"],
	.newForm select,
	.newForm input[type="submit"],
	.newForm .chosen-container {
		display: inline-block;
	}
	.newForm .chosen-container {
		margin-right: 5px;
	}
	.newForm input[type="text"] {
		margin-left: 10px;	
	}
	.newForm input[type="submit"] {
		margin-left: 20px;
		height: 35px;
	}
	.fixedSearchBar .newForm .chosen-container {
		font-size: 17px;	
	}
	
	.story-text {
		width: 76%;
		padding-left: 3%;
	}
	.resultLinks {
		padding-left: 0;
		width: 100%;	
	}
}
@media only screen and (min-width: 47.938em) { /*767px*/
	h1 {
		/*font-size: 1.25em;*/	
	}
	h2 {
		/*font-size: 1.25em;*/	
	}
	h3 {
		font-size: 1.625em;
	}
	#mainContent {
		font-size: 1.563em;
	}
	.normalPage {
		font-size: 1.125em;
	}
	.normalPage h1 {
		font-size: 1.5em;
	}
	.normalPage h2 {
		font-size: 1.438em;
	}
	.highlightSection {
		font-size: 1em;
		padding: 1.25em;
	}
	.highlightSection h1 {
		font-size: 1.625em;
	}
	.highlightSection p {
		/*margin-top: 1em;*/
	}
	.grayLightSection {
		padding: 2.75em;
	}
	.grayLightSection.contentHead {
		/*padding: 2.25em;*/
		padding: 1.50em;
	}
	#header #topBar {
		text-align: left;
	}
	#header header {
		background-color: #CADB6B;	
	}
	#header .actionBtn {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin-bottom: 2px;
	}
	#header .actionBtn .btn {
		max-width: 20em;	
	}
	#header .terms {
		padding-top: 0.25em;
	}
	.lineHeading {
		font-size: 38px !important;
		border-bottom: 2px solid #EB7207;
	}
	.lineHeading span {
		/*bottom: -21px;*/
		padding: 0 20px;
	}
	.arrowBelow {
		background: url(../images/design/signup_orange_arrow.png) no-repeat top center;
		height: 43px;
		margin-top: -28px;		
	}
	.inputWrapper label {
		font-size: 0.875em;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	#newSignup select {
		height: 32px;
	}
	.joinButton {
		font-size: 1.750em;
		padding: 10px 40px;
		margin: 55px 0 15px 0;
	}
	.anOption strong:first-of-type {
		font-size: 1.375em;	
	}
	.signupArrowLeft,
	.signupArrowRight {
		display: block;
		position: absolute;
		top: 72px;
	}
	.signupArrowLeft {
		left: -80px;
	}
	.signupArrowRight {
		right: -70px;
	}
	
	.signupIconsContainer .txt {
		font-size: 1.125em;
		line-height: 1.35;
	} 
	
	.contactForm div {
		width: 45%;
	}
	
	.normalPage .coffeeSides {
		font-size: 1em;	
	}
	
	.contentSection,
	.whiteSection.contentSection {
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	/* search bar */
	.newForm select,
	.newForm input[type="text"],
	.newForm input[type="submit"],
	.newForm .chosen-container {
		/*float: left;
		width: 41%;*/
		display: inline-block;
		margin: 0;
		height: 30px;
	}
	.newForm .chosen-container {
		margin-left: 90px;
		margin-top: -4px;	
	}
	.newForm input[type="text"]{
		margin-left: 2.5%;
		margin-right: 2.5%;	
		margin-top: 0;
		margin-bottom: 0;
	}
	.newForm select {
		height: 34px;
	}
	.newForm input[type="submit"] {
		width: 11%;
		height: 35px;
	}
	.fixedSearchBar .newForm input[type="submit"] {
		font-size: 17px;	
	}
	#footer ul:not(.chosen-results) {
		text-align: center;
	}
	#footer ul li:not(.active-result) {
		display: inline-block;	
		/*padding: 0 7%;*/
		padding: 0px 12px;
	}
	#footer ul li:not(.active-result):last-child {
		padding-right: 0;	
	}
	#footer ul.chosen-results {
		text-align: left;
	}
	
	.leftCol {
		float: left;
		width: 60.5%;	
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.rightCol {
		float: left;
		clear: none;
		width: 36%;
		margin-left: 3.5%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.signupSideBanner {
		text-align: left;	
	}
}
@media only screen and (min-width: 51.250em) {/*820px*/
	#header #topBar .gridContainer div:last-child {
		margin-top: -17px;	
	}
	#header #topBar .gridContainer div:last-child a {
		padding-top: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#header #topBar .gridContainer div:last-child a:last-of-type {
		font-size: 1.063em;	
	}
	.flagIcon:not(.hide_tablet) {
		display: inline-block;
		margin-top: -5px;
	}
	.centerAdjustContainer {
		margin-left: -29em;	
	}
	.lowerTestimonials .centerAdjustContainer {
		margin-top: 5em;	
	}
	#coffeeImg {
		text-align: right;
	}
	#coffeeImg img {
		max-width: 90px;
		margin-top: -2em;
		margin-right: -1em;
	}
	#coffeeText {
		border: none;
		text-align: left;
	}
	#coffeeText p:last-child {
		max-width: 494px;	
	}
	
	#qas div:first-child {
		overflow: hidden;
	}
	
	.typesContainer {
		padding-top: 1em;
	}
	.typesContainer .btnTransp {
		margin: 15px 0 0;
		max-width: 35px;
	}
	.typesContainer a {
		display: block;
		/*overflow: hidden;*/
		/*max-width: 250px;	*/
	}
	.typesContainer div:first-child a {
		/*text-align: right;*/
		/*float: right;
		padding-right: 50px;*/
	}
	.typesContainer div:last-child a {
		/*text-align: left;*/
		/*float: left;
		padding-left: 50px;*/
	}
	.typesContainer span {
		/*padding: 0 1em;*/
	}
}
@media only screen and (min-width: 57.500em) {/*920px*/
	.constrainText > * {
		max-width: 665px;
		margin-left: auto;
		margin-right: auto;
	}
	.anOption {
		padding-right: 12em;
	}
	.anOption .anOptionImg {
		position: absolute;
		right: 21%;	
	}	
	
	.leftCol.narrow {
		width: 49.5%;
		padding-left: 11%;	
	}
	
}
@media only screen and (min-width: 64.000em) { /*1024px*/
	.rightCol {
		width: 32%;
		margin-left: 7.5%;	
	}
}
@media only screen and (min-width: 65.625em) { /*1050px*/
	#mainContent {
		font-size: 1.688em;	
	}
	h1 {
		font-size: 1.375em;	
	}
	h3 {
		font-size: 1.75em;	
	}
	.normalPage h2 {
		font-size: 1.25em;	
		line-height: 1.4;
	}
	.actionBtn {
		font-size: 1.2em;	
	}
	.normalPage .actionBtn {
		font-size: 1em;
	}
	.terms {
		font-size: 0.625em;	
	}
	.highlightSection {
		/*font-size: 1.125em;*/
	}
	.noramlPage .highlightSection {
		/*padding: ;*/
	}
	.normalPage .highlightSection p {
		font-size: 1.5em;	
	}
	.whiteSection {
		padding: 2em 0;
		line-height: 1.75em;	
	}
	.whiteSection.noPad {
		padding: 0;
	}
	.contentSection,
	.whiteSection.contentSection {
		line-height: 1.45;
	}
	#header .actionBtn {
		font-size: 1.9em;
		margin-bottom: 12px;
	}
	.greenArrows:before {
		left: -20%;	
	}
	.greenArrows:after {
		right: -19%;	
	}
	.whiteArrows:before {
		left: -20%;
	}
	.whiteArrows:after {
		right: -20%;
	}
	.orangeArrows:before {
		left: -20%;
	}
	.orangeArrows:after {
		right: -20%;
	}
	#footer #trdmrk {
		padding-top: 2.688em;
	}
	.coffeeSides {
		position: relative;
	}
	.coffeeSides:before,
	.coffeeSides:after {
		position: absolute;
		top: -27px;
		content: ' ';
		background: url(../images/design/coffee_img.png) no-repeat;
		background-size: contain;
		height: 120px;
		width: 58px;
	}
	.coffeeSides:before { 
		left: -135px;
	}
	.coffeeSides:after {
		right: -135px;
	}
	#homeFeatures > div span {
		max-width: 310px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 17px;
		line-height: 1.4;
	}
	
	/* search bar */
	.newForm select,
	.newForm input[type="text"],
	.newForm input[type="submit"] {
		max-width: 220px;	
	}
	.newForm fieldset {
		/*padding-left: 10%;*/
	}
	.newForm .chosen-container {
		margin-left: 0;	
	}
}
@media only screen and (min-width: 74.375em) { /*1190px*/
	.whiteSection.contentSection.withImg {
		padding-right: 165px;	
	}
}


@media only screen and (min-width: 460px) and (max-width: 601px) {
	.newForm input[type="text"] {
		display: inline-block;
		width: 32%;
	}
	.newForm input[type="submit"] {
		display: inline-block;
		width: 11%;
	}
	.fixedSearchBar {
		padding: 0;	
	}
	.fixedSearchBar .newForm input[type="text"] {
		display: inline-block;
		width: 32% !important;
	}
	.fixedSearchBar .newForm input[type="submit"] {
		display: inline-block;
		width: 11% !important;
		margin-top: -2px;
	}
}
@media only screen and (max-width: 30em) { /*480px*/
	.newForm input[type="submit"] {
		display: inline-block;
		width: 23%;
		margin-left: 1%;
	}
	.fixedSearchBar .newForm input[type="text"] {
		margin-left: 1%;
		width: 69%;
	}
	.fixedSearchBar .newForm input[type="submit"] {
		margin-right: 1%;
		width: 22%;
	}
	.recentPosts {
		width: 115%;
		margin-left: -7.5%;
		max-width: none;
	}
	.pac-container .pac-item {
		/*font-size: 17px;*/
	}
	#cityWide a {
		padding: 5px;
		display: inline-block;
	}
}
@media only screen and (max-width: 37.500em) { /*600px*/
	.story-image {
		float: none;
		width: 100%;
		/* text-align: center; */
	}
	.story-image img {
		max-width: 100px;
	}
	.story-image.largeStoryImage img {
		max-width: 100%;	
	}
}
@media only screen and (min-width: 880px) {
	.horizontalSearch #newStyleSearchContainer .mainSearchLabel {
		margin-bottom: 0;
		padding-right: 18px;
	}	
}
@media only screen and (min-width: 767px) and (max-width: 910px) {
	#footer ul li:not(.active-result) {
		padding: 0px 5% 0 0;	
	}
}
@media only screen and (min-width: 1232px) {
	.homeBlogImg {
		width: 340px;
		height: 178px;
	}
}
@media only screen and (min-width: 448px) and (max-width: 595px) {
	.horizontalSearch #newStyleSearchContainer select {
		display: block;
		margin: 10px auto;
	}
}
@media only screen and (max-width: 595px) {
	.horizontalSearch #newStyleSearchContainer .mainSearchLabel {
		font-size: 18px;	
	}
}
@media only screen and (min-width: 596px) and (max-width: 855px) {
	.horizontalSearch #newStyleSearchContainer .mainSearchLabel {
		display: block;
	}
}


span.search-bar-label {
	display: block;
	margin-bottom: 18px;
}
#newStyleSearchContainer:not(.fixedSearchBar) form {
	margin-bottom: 20px
}
@media only screen and (min-width: 830px) {
	#newStyleSearchContainer:not(.fixedSearchBar) form {
		margin-bottom: 0;
	}
	span.search-bar-label {
		display: inline-block;
		margin-right: 10px !important;
		margin-bottom: 0;
		font-size: 24px !important;
		vertical-align: middle !important;
	}
}
