/* ------------- FOOTER ------------- */

.footerLeft {
	margin-left: 25px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}


.footerRight {
	margin-right: 50px;
	float: right;
	margin-top: 8px;
	font-size: 10px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.footerRight a {
    letter-spacing: 1px !important;
}


.footerRight a:hover {
	text-decoration: underline;
}

.footer {
	font-weight: normal;
	letter-spacing: 0.5;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#FooterSignupForm {
	display: block;
	position: relative;
	float: left;
	color: rgb(136, 110, 66);	
	margin-left: 25px;
}

#mc-email {
	border: 1px solid rgb(136, 110, 66);
	background: black;
	color: rgb(136, 110, 66);
	padding: 3px 25px 3px 3px;
	width: 160px;
	font-size: 12px;
}

#mc-submit {
	position: absolute;
	right: 2px;
	top: 2px;
	border: none;
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	background: transparent;
	cursor: pointer;
	color: rgb(136, 110, 66);
}

#FooterSignupForm #mc-label {
	position: absolute;
	top: 30px;
	left: 0;
	width: 600px;
	color: #CCC;
	font-size: 11px;
}

#FooterSignupForm #mc-label.error {
	color: rgb(201, 24, 24);
}

#FooterSignupForm ::-webkit-input-placeholder { /* WebKit browsers */
   	color: rgb(136, 110, 66);
}
#FooterSignupForm :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color: rgb(136, 110, 66);
    opacity:  1;
}
#FooterSignupForm ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(136, 110, 66);
    opacity:  1;
}
#FooterSignupForm :-ms-input-placeholder { /* Internet Explorer 10+ */
   	color: rgb(136, 110, 66);
}

/* ------------- LOGO / BRAND ------------- */

.pnglogo {display:none;}
.no-svg .svglogo {display:none;}
.no-svg .pnglogo {display:block;}

#Logo {
	display:block;
	float:left;
	width: 123px;
	height: 23px;
    width: 148px;
	padding-left: 25px;
	padding-top:23px;
}

a.logo img {
	width: 123px;
	height: 23px;
	border: 0px;
}

a.logo span {
	display: none;
}

.leftColumn {
	width: 80%;	
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 25px;
}

h1 {
	font-weight: 100;
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 0;
}

h2 {
	font-weight: 100;
	font-size: 23px;
	margin-bottom: 15px;
	margin-top: 0;
}

h6 {
	font-weight: normal;
	font-size: 10px;
}

