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

.large-6.columns.left-column {
	padding-left: 0;
}

.large-6.columns.right-column {
	padding-left: 0;
	padding-right: 0;
}

.content .content-header .share {
	position: absolute;
	width:450px !important;
	bottom: -5em;
	right: 0;
}

.content .content-header a.addthis_button_google_plusone {
	background: transparent;
}

.top-links .top-bar-section li a:not(.button),
.top-links .top-bar-section ul li > a {
	font-family: "proxima-nova", sans-serif !important;
}

.footer a {
	font-family: "proxima-nova", sans-serif;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.0 !important;
}
	
.footer .contact dl dd.disclaimer {
	display: block;
	line-height: .7em !important;
}
			
.footer .contact dl dt {
	line-height: .9em !important;
}

.footer .contact dl dd {
	display: inline;
	margin-bottom: 0;
	line-height: .9em !important;
}

@media only screen and (max-width: 650px) {
	.footer a {
		line-height: inherit !important;
	}
	
	.footer .contact dl dd.disclaimer {
		line-height: inherit !important;
	}
			
	.footer .contact dl dt {
		line-height: inherit !important;
	}

	.footer .contact dl dd {
		line-height: inherit !important;
	}
}