/*Base Styles - Goes After the reset*/

/* =============================================== */
/* ! /*------------Font Classes---------------*/
/* =============================================== */
h1, h2, h3, h4, h5, h6, h1 img, h2 img,
h3 img, h4 img, h5 img, h6 img, em, dfn,
del, ins, a, tbody, tfoot, thead, tr, ul,
li, label, legend, figure, figcaption {
	letter-spacing: 0.05em;
	font-weight: 200;
	font-family: 'Cabin',sans-serif;
}
p, p a, li, input, legend {
	color: #464646;
	font-weight: 400;
	font-family: Arial, sans-serif;
}
label {
	font-size: 1.6em;
	color: #464646;
	float: left;
}
/*End Font Classes*/

/*
	   ______           __                     ______            __
	  / ____/_  _______/ /_____  ____ ___     / ____/___  ____  / /______
	 / /   / / / / ___/ __/ __ \/ __ `__ \   / /_  / __ \/ __ \/ __/ ___/
	/ /___/ /_/ (__  ) /_/ /_/ / / / / / /  / __/ / /_/ / / / / /_(__  )
	\____/\__,_/____/\__/\____/_/ /_/ /_/  /_/    \____/_/ /_/\__/____/
*/

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Cabin';
	src: url('fonts/Cabin-Regular-webfont.eot');
	src: url('fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Cabin-Regular-webfont.woff') format('woff'),
		 url('fonts/Cabin-Regular-webfont.ttf') format('truetype'),
		 url('fonts/Cabin-Regular-webfont.svg#CabinRegular') format('svg');

}
/*Custom Font Icons*/
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icons';
	src:url('fonts/icons.eot');
	src:url('fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/icons.woff') format('woff'),
		url('fonts/icons.ttf') format('truetype'),
		url('fonts/icons.svg#icons') format('svg');
}

/*Fonts Base Styles*/
h1,h2,h3,h4,h5,h6	{
	margin: 0 0 .8em;
	color: #464646;
	line-height: 1.2em;
}
p, legend {
	margin: 0 0 .8em;
	font-size: 1.4em;
	line-height: 1.6em;
}
h1	{
	font-size: 2.2em;
}
h2	{
	font-size: 2.4em;
}
h3	{
	font-size: 1.9em;
}
h4	{
	font-size: 1.8em;
}
h5	{
	font-size: 1.6em;
}
h6	{
	font-size: 1.4em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #415634;
	font-family: 'Cabin',sans-serif;
	line-height: 1em;
}
p.specialText 	{
	font-size: 1.6em;
	line-height: 1.4em;
}
p.smallText {
	font-size: 1em;
	line-height: 1em;
}
a, p a {
	color: #7b6b05;
}
a:hover	{
	color: #415634;
	text-decoration: underline;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
li {
	margin: 0.5em 0;
	line-height: 1.6em;
}
em	{
	font-style: italic;
}
strong, b {
	font-weight: bolder;
}
hr {
	margin: 10px 0 20px;
	width: 100%;
	border: 1px solid #BFBFBF;
}
time {
	display: block;
	margin: 0.5em 0;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
}
/*
	    ______
	   / ____/___  _________ ___  _____
	  / /_  / __ \/ ___/ __ `__ \/ ___/
	 / __/ / /_/ / /  / / / / / (__  )
	/_/    \____/_/  /_/ /_/ /_/____/

*/
/*Forms*/
.formCont {
	width: 100%;
}
.formCont h3,
.formCont h4,
.formCont h5,
.formCont label,
.formCont legend,
.formCont input {
	font-family: Arial, sans-serif;
}
.formCont h3,
.formCont h4,
.formCont h5	{
	font-size: 1.6em;
	margin: 0;
}
.formCont label,
.formCont legend,
.formCont input {
	font-size: 1.4em;
	line-height: 1.4em;
}
.formCont li {
	margin-bottom: 2em;
}
.formHalfCol  {
	width: 42.5%;
	float: left;
}
.formCont input[type=text],
.formCont input[type=email],
.formCont input[type=date],
.formCont select {
	-moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #4c4e4b;
	float: left;
	width: 60%;
	margin: 0.5em 0;
	display: block;
	padding: 0.5em 0.5em 0.5em 1em;
	font-size: 1.2em;
	line-height: 1.2em;
	clear: both;
}
#rightContent .formCont {
	width: 100%;
}
#rightContent .formCont input {
	width: 90%;
	margin: 1em 0;
}
.formCont select {
	width: 40%;
	clear: both;
	display: block;
	margin: 0.5em 0;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("/subscriptions/images/assets/formArrowD.png") no-repeat right 50%;
}
.formCont label {
	float: left;
	clear: both;
	margin: 1em 0 0;
	cursor: pointer;
}
.formCont legend{
	display: block;
	float: left;
	margin: .5em 0;
}
.formCont input[type=radio],
.formCont input[type=checkbox]	{
	display: inline-block;
	float: left;
	margin: 0.8em 1em 0 1em;
	width: 1.7em;
	clear:  left;
	height: 1.7em;
}
label.choiceLabel {
	display: block;
	clear: right;
	max-width: 76%;
}
.formCont input.halfInput {
	width: 36%;
}
.formError {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 1em 0 0;
}
.formError p{
	color: #A11B17;
}
.countError{
	font-size: 1.4em;
}
.formCont span {
	display: block;
	clear: both;
	padding-top: 2em;
}


/*
	   ______     _     __   ________
	  / ____/____(_)___/ /  / ____/ /___ ______________  _____
	 / / __/ ___/ / __  /  / /   / / __ `/ ___/ ___/ _ \/ ___/
	/ /_/ / /  / / /_/ /  / /___/ / /_/ (__  |__  )  __(__  )
	\____/_/  /_/\__,_/   \____/_/\__,_/____/____/\___/____/

*/
/*body and wrapper don't need to change unless we want to go for a biggeer layout*/
/*Defautl Styles 1024px margin 32px wrappper 960px*/
body {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
	background-color: #fff;
	font-size: 62.5%; /* 1em - 10px */
	font-family: 'Cabin', sans-serif;
}
/*Wrap Size for default view*/
/*Each Important secction (header - nav - content - footer)
needs to have a wrapped inside if we want backgrounds with
size bigger than the wrapper*/

/*Add 16px of padding to each side
remember scrolling bars (15 - 20px)*/
.wrapper	{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
	/*max-width: 960px;*//*Use for RWD*/
	width: 960px;
	/*width: 100%;*/
	height: auto;
}
.touch .wrapper	{
	-webkit-text-size-adjust: 100%;
}


/*General Styles - Styles that apply to all pages*/

/*
	    __  __               __             _____
	   / / / /__  ____ _____/ /__  _____   / ___/___  _____
	  / /_/ / _ \/ __ `/ __  / _ \/ ___/   \__ \/ _ \/ ___/
	 / __  /  __/ /_/ / /_/ /  __/ /      ___/ /  __/ /__
	/_/ /_/\___/\__,_/\__,_/\___/_/      /____/\___/\___/

*/
/*Header Styles - Same for all secondary pages (OneSite-Newsroom)*/
#headerWrapper	{
	position: fixed;
	top: 0;
	z-index: 9999;
	max-width: 1024px;
	max-height: 10em;
	width: 100%;
}
#headerSec {
	background-color: #415634;
}
#brandSec	{
	float: left;
	margin: 1em 0 0 3%;
	width: 12.5%;
}
#searchSec	{
	position: relative;
	float: left;
	margin: 2.08% 0% 2.08% 2.08%;
	padding: 10px;
	width: 61%;
	background: none;
}
#searchFieldSec	{
	position: relative;
	-moz-box-sizing: border-box;
	padding: .4em 5em .4em 1em;
	border-right: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.8em;
	display: inline-block;
	width: 99.5%;
	top: 0;
}
.moz #searchFieldSec {
	padding: .44em 5em .44em 1em;
}
#searchSecBtn {
	position: absolute;
	float: right;
	padding: 4px 4px 2px;
	border: 0 none;
	border-radius: 3px;
	background-color: #B9C2B7;
	color: #363C2D;
	font-weight: 700;
	font-size: 1.6em;
	cursor: pointer;
	-moz-appearance: none;
	top: 0;
	margin-top: 10px;
	right: 10px;
}
.opera #searchSecBtn {
	min-width: 37px;
	height: 37px;
}
#searchSecIcon {
    font-size: 1.6em;
    color: #415634;
}
.opera #searchFieldSec	{
	width: 77.5%;
}
#topLinks	{
	position: absolute;
	top: 0;
	right: 3%;
	font-size: 1.4em;
}
#topLinks p {
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 1em;
}
#topLinks a {
	color: #fff;
}
#headerFold	{
	height: 10px;
	background: url("/subscriptions/images/assets/fadeHeader.png") repeat-x;
}
/*
	    ___         __  _      __        ____
	   /   |  _____/ /_(_)____/ /__     / __ \____ _____ ____
	  / /| | / ___/ __/ / ___/ / _ \   / /_/ / __ `/ __ `/ _ \
	 / ___ |/ /  / /_/ / /__/ /  __/  / ____/ /_/ / /_/ /  __/
	/_/  |_/_/   \__/_/\___/_/\___/  /_/    \__,_/\__, /\___/
	                                             /____/
	    __  ___      _          ______            __             __
	   /  |/  /___ _(_)___     / ____/___  ____  / /____  ____  / /_
	  / /|_/ / __ `/ / __ \   / /   / __ \/ __ \/ __/ _ \/ __ \/ __/
	 / /  / / /_/ / / / / /  / /___/ /_/ / / / / /_/  __/ / / / /_
	/_/  /_/\__,_/_/_/ /_/   \____/\____/_/ /_/\__/\___/_/ /_/\__/

*/
/*Article Main Content*/
#topWidgets h2	{
	color: #415634;
}
#content {
	padding-bottom: 3.5em;
}
#mainContent	{
	float: left;
	padding-right: 2em;
	width: 67%;
	border-right: 1px solid #CCD3CB;
}
#rightContent {
	float: right;
	padding: 0 1em 0 2em;
	width: 27.5%;
}
#endWidgetsCont {
	width: 67%;
	border-top: 1px solid #CCD3CB;
	padding: 2.5em 0 3.5em;
}
/*
		______            __
	   / ____/___  ____  / /____  _____
	  / /_  / __ \/ __ \/ __/ _ \/ ___/
	 / __/ / /_/ / /_/ / /_/  __/ /
	/_/    \____/\____/\__/\___/_/
*/
#articleFooter	{
	padding: 5.5em 0 1.5em 0;
	min-height: 35em; /*Dev*/
	background: url("/subscriptions/images/assets/footerTop.png") top repeat-x #EDEDED;
}
#articleFooter h2	{
	color: #464646;
	letter-spacing: 0.05em;
	font-size: 1.9em;
}
#footerMain	{
	float: left;
	padding-right: 2em;
	width: 47%;
	border-right: 1px solid #C7CCC5;
}
#footerContact	{
	float: left;
	padding-left: 2em;
	width: 17.9%;
	text-align: left;
}
#footerTopics	{
	float: left;
	padding-left: 2em;
	width: 28.5%;
	border-left: 1px solid #C7CCC5;
}
#footerMain li,
#footerContact li,
#footerTopics li {
	font-size: 1.6em;
}
/*	   _____                          __
	  / ___/      ______  ____  _____/ /_
	  \__ \ | /| / / __ \/ __ \/ ___/ __ \
	 ___/ / |/ |/ / /_/ / /_/ (__  ) / / /
	/____/|__/|__/\____/\____/____/_/ /_/
*/
#swooshContainer	{
	position: relative;
	display: none;
	margin: 1.5em 0;
	width: 100%;
	height: 80px;
}
#curtain	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #EDEDED;
}
#swoosh	{
	position: relative;
	width: 100%;
	height: 80px;
	background: url("/subscriptions/images/brand/swoosh.png");
}
#swoosh a {
	margin-top: 3em;
}
/*	             __
	  ___  _  __/ /__________ _   ____  ____ __   __
	 / _ \| |/_/ __/ ___/ __ `/  / __ \/ __ `/ | / /
	/  __/>  </ /_/ /  / /_/ /  / / / / /_/ /| |/ /
	\___/_/|_|\__/_/   \__,_/  /_/ /_/\__,_/ |___/
*/
#footerExtra 	{
	padding: 1em 0;
	width: 100%;
	text-align: center;
}
#footerExtra li {
	display: inline;
	padding: 0 .5em;
	border-right: 1px solid #415634;
	font-size: 1.4em;
}
/*Fallback for old browsers*/
#footerExtra .footerExtraLast {
	border-right: none;
}
/*	   ______                       _       __    __
	  / ____/___  ____  __  _______(_)___ _/ /_  / /______
	 / /   / __ \/ __ \/ / / / ___/ / __ `/ __ \/ __/ ___/
	/ /___/ /_/ / /_/ / /_/ / /  / / /_/ / / / / /_(__  )
	\____/\____/ .___/\__, /_/  /_/\__, /_/ /_/\__/____/
			  /_/    /____/       /____/
*/
small span {
	display:block;
	margin: 1em 0;
	text-align: center;
	font-size: 1.4em;
    line-height: 1.6em
}
.div-form-input{
	display: inline-block;
    width: 100%;
}
.header-font{
	font-size:1.6em;
}
.choice-category-text{
    max-width: 76%;
    cursor: pointer;
}
.custom-type-header{
    font-size: 1.6em;
}
.general-form-header{
	font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #464646;
    padding-top:0 !important;
}
/*Template specific general styles*/
/*Splash Page*/
/*Home Page*/
/*Article Page*/
/**/
