

body{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	line-height: 1;
}




ul, li {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
}
@media (max-width:786px){
	ul, li {
	font-weight: 300;
	}
}
#content ul,
.meta-notes ul{
	margin: 0.5em 1.3em;
	font-size: 1.4em;
}
#content ul li,
.meta-notes ul li{
	margin: 0.5em 0;
	font-size: 1em;
	line-height: 1.4em;
}


a{
	color:#444;
	display:inline;
}
a:hover{
	text-decoration: none;
	color: black;
	text-decoration: underline;
}
.has-black-background-color p a,
.has-black-background-color p a:hover{
	color: white;
}

strong, b {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 800;
}

.entry-content p a{
	text-decoration: underline;
}


p {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	line-height: 1.4em;
}


form, label, input {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	line-height: 1.4em;
}



.entry-content p {
	font-size: 1.4em;
	line-height: 1.4em;
}
@media (max-width:786px){
	body .entry-content p {
		font-size: 1.3em;
		line-height: 1.4em;
		font-weight: 300;
		margin: 1.1em auto !important;
	}
}
@media (max-width:420px){
	.entry-content p {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}

body .post .post-content.entry-content p span{
	padding: 2px;
	background-color: white;
}
body .post .post-content a h2,
body .post .post-content.entry-content p span a{
	background-color: white;
	text-decoration: none;
}
body .post .post-content.entry-content p span a{
	padding: 0 0.2em;
}
body .post .post-content a:hover h2,
body .post .post-content.entry-content p span a:hover{
	/*background-color: rgba(255, 255, 255, 0.4) !important;*/
	text-decoration: underline;
}

body .post .post-content h2{
	border: none;
	background: transparent;
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.2em;
	line-height: 1.0em;
	text-transform: uppercase;
	font-weight: 100;
	color: white;
	display: inline-block;
	flex-grow: 0 !important;
	flex-shrink: 1 !important;
	margin: 0 0; 
	padding-left: 0 0;
	border-color: white;
	background: none;
}
@media (max-width:1400px){
	body .post .post-content h2{
		font-size: 2.0em;
		line-height: 1em;
	}
}
@media (max-width:900px){
	body .post .post-content h2{
		font-size: 1.4em;
		line-height: 1em;
	}
}
@media (max-width:786px){
	body .post .post-content h2{
		font-size: 1.4em;
		line-height: 1em;
	}
}
@media (max-width:660px){
	body .post .post-content h2{
		font-size: 1.6em;
		line-height: 1em;
	}
}
body .post h2 span{
	margin: 0px 0px;
	padding: 3px 0px;
	line-height: 1em;
	display: inline;
	color: inherit;
}

body .post h2 span strong{
	font-weight: 300;
	position: relative;
	display: inline;
	padding-right: 5px;
}
body .wrapper .post p{
	line-height: 1em;
	font-size: 0.8em;
	text-align: left;	
	margin: 0 0 !important;
	padding: 0 0;
	color: white;
	vertical-align: top;
	display: block;
	position: relative;
}
@media (max-width:786px){
	body .post p{
	}
	body .post p a{
	}
}
body .post p span{
	vertical-align: middle;
	margin: 0 0 0 0;
	display: inline-flex;
	color: inherit;
}
body .post p span a:hover{
	color: black;
}
body .post a{
	padding: 0;
	margin: 0;
	background: transparent;
	color: inherit;
}






h1, h2, h3, h4, h5, h6{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 800;
}
h1{
	font-size: 3em;
}
h2{
	font-size: 2.5em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
h3{
	font-size: 2em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
h4{
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1.3em;
	margin-bottom: 0.7em;
}
h5{
	font-size: 1.6em;
	line-height: 1.3em;
}
h6{
	font-size: 1.5em;
}


.entry-content h2{
	margin: 1em auto 0.5em;
	max-width: 800px;
}
.meta-notes .section p{
	font-size: 1.4em;
	margin: 0.5em 0.2em 1em;
}
@media (max-width:786px){
	.meta-notes .section  p {
		font-size: 1.3em;
		font-weight: 300;
	}
}
.meta-notes .section h2 {
	border: none;	
	margin-top: 0.3em;
	font-size: 2.8em;
	color: black;
}





#masthead h1,
#masthead h2 {
	text-align: left;
	font-size: 2em;
	line-height: 1em;
	color: black;
	font-weight: 800;
	text-transform: lowercase;
	text-align: left;
	margin: 0 0;
	padding: 0 0 auto;
}
#masthead h2 {
	padding-left: 2vw;
	text-align: right;
}
#masthead.light h1,
#masthead.light h2,
#masthead.light h1 a,
#masthead.light h2 a {
	color: white;	
}

@media (max-width:786px){
	#masthead {
		font-size: 0.9em;
	}
}
@media (max-width:900px){
	#masthead h2 {
		text-align: right;
	}
}
@media (max-width:600px){
	#masthead {
		font-size: 0.8em;
	}
}
@media (max-width:400px){
	#masthead {
		font-size: 0.7em;
	}
}



.section-header{
	margin-top: 2em;
	padding: 0.2em;
	border-bottom: 3px solid black;
}
#home-features-heading.section-header{
	opacity: 0;
	animation-name: fade-section-header;
	animation-duration: 0.5s; 
	animation-timing-function: ease-in-out;
	animation-delay: 1.1s;
	animation-fill-mode: forwards;
}
@keyframes fade-section-header{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
#related-posts-heading.section-header{
	margin-top: 15vh;
}
.section-header h1 {
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
	color: black;
	font-weight: 100;
}
.section-header h1 a,
.section-header h1 a:hover,
.section-header h1 a:visited,
.section-header h2 a,
.section-header h2 a:hover, 
.section-header h2 a:visited {
	color: black;
}
.section-header h1 span {
	font-weight: 800;
	float: left;
}
#related-posts-heading.section-header h1 span{
	float: none;
}
.section-header h2 {
	text-align: left;
	font-size: 1em;
	color: black;
	border: none;
	text-transform: capitalize;
	padding: 0 0 0.4em 65.5vw;
	margin: 0.2em 0;
	padding-left: 5vw;
	text-align: right;
}
@media (max-width:900px){
	.section-header h2 {
		padding-left: 5vw;
		text-align: right;
	}
}
.section-header p {
	text-align: left;
	font-size: 1em;
	color: black;
	border: none;
	padding: 0 0 0.4em 65.5vw;
	margin: 0.28em 0;
}


@media (max-width:786px){
	.section-header {
		margin-top: 2em;
		font-size: 0.85em;
	}
}
@media (max-width:375px){
	.section-header {
		margin-top: 1em;
		font-size: 0.75em;
	}
}




body .banner-wrap h2 {
	font-size: 2.6em;
	line-height: 1.0em;
	display: inline-block;
	width: 100%;
	border: none;
	margin: 0.4em 0em 0.1em;
	font-weight: 100;
	color: black;
	font-variant: normal;
	text-transform: uppercase;
}
body .banner-wrap p {
	font-size: 1.1em;
	line-height: 1.45em;
	display: block;
	border: none;
	margin: 0em 0em 0;
	padding-left: 3px;
	font-weight: 100;
	color: black;
	font-variant: normal;
	text-transform: none;
	color: black;
	max-width: 33%;
}
@media (max-width:1600px){
	body .banner-wrap p {
		max-width: 50%;
	}
}
@media (max-width:1040px){
	body .banner-wrap h2 {
		margin: 0.3em 0 0;
		max-width: 100%;
	}
	body .banner-wrap p {
		font-size: 1em;
		margin: 0.2em 0 0;
		max-width: 66%;
	}
}
@media (max-width:860px){
	body .banner-wrap p {
		max-width: 100%;
	}
}
@media (max-width:420px){
	body .banner-wrap h2 {
		font-size: 2em;
		margin: 0.1em 0 0;
	}
	body .banner-wrap p {
		font-size: 0.9em;
		margin: 0.2em 0 0;
	}
}

