@charset "utf-8";




/* This applies a black background to various elements. All are required to overwrite background styles. */
body, .container, .container-wide, .container--no-sidebar{
	background-color: #000000;
}




/* This applies to the background from behind the main image all the way down to the bottom of the article body. All are required to overwrite background styles. */
article.main-body.page-article-show.page-article-show--v2.page-article-show--dark{
	background: #ffffff;
}




/* This is only behind the body. */
.article-body{
	padding: 15px;
	background-color: #ffffff;
}




/* This is the linked logo at the top of the body. */
.contractorProLink{
	float: right;
	margin: 0px 0px 10px 10px;
	max-width: 40%;
	text-align: center;
}
@media screen and (max-width: 700px){
    .contractorProLink{
		float: none;
		margin: 8px auto 20px auto;
		width: 80%;		
	}
}

.contractorProLink p{
	margin: 0px auto 10px auto;
	font-style: italic;
	color: #c41230;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

.contractorProLink img{
	max-width: 100%;
}

.contractorProLink a:link, .contractorProLink a:visited{
	text-decoration: none;
	border-bottom: none;
}

.contractorProLink a:hover{
	opacity: 0.6;
}