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




/* BUY PAGE ////////////////////////////////////////////////////////*/



/* END BUY PAGE ////////////////////////////////////////////////////////*/









/* ENDORSEMENTS PAGE //////////////////// */

span.endorsementSource {
	font-family: oswald, arial, sans-serif; font-weight: 400; font-size: 17px; color: #000000;
	}

	
#endorsementsColumn-text {
	float: left;
	width: 66%;
	padding: 2%;
	display: block;
	margin: 0 auto;
	overflow: visible;
	box-sizing: border-box;
	font-family: oswald, arial, sans-serif; 
	font-weight: 200; 
	font-size: 17px;
	line-height: 23px;
	color: #444444;
	}

#endorsementsColumn-cover {
	float: right;
	padding: 2%;
	padding-left: 0;
	width: 28%;
	display: block;
	margin: 0 auto;
	overflow: visible;
	box-sizing: border-box;
	font-family: oswald, arial, sans-serif; 
	font-weight: 300; 
	font-size: 23px;
	color: #444444;
	}

img.endorsementsCover {
	width: 99%;
	height: auto;		
	}

	
/*RESPONSIVE CHANGES /////////////// */

@media screen and (max-width: 500px) {

#endorsementsColumn-text {
	float: none;
	clear: both;
	width: 90%;
	padding: 5%;
	}

#endorsementsColumn-cover {
	float: none;
	clear: both;
	width: 90%;
	padding: 5%;
	}

	}
/* END RESPONSIVE CHANGES /////////////// */

/*/////////













/* COMMENTS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.comment_reply_container {
	width: 90%; 
	float: right; 
	margin-top: 15px; 
	padding-left: 15px; 
	border-left: #cccccc 3px solid;
	color: #888888;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 14px; 
	font-weight: regular;
	line-height: 17px;
}

span.comment_reply_name{
	color: #777777; 
	font-family: oswald, arial, sans-serif; 
	font-size: 14px; 
	font-weight: 400;
}






/* END COMMENTS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/





























/* CONTACT PAGE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.contactFormTable {
	font-family: oswald, arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #444444;
	}

input.contact {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 8px;
	text-align: left;
    width: 98%;
	/*
	-moz-box-shadow:inset 0 0 10px #cccccc;
   -webkit-box-shadow:inset 0 0 10px #cccccc;
   box-shadow:inset 0 0 10px #cccccc;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}


textarea.contact {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 8px;
	text-align: left;
	width: 98%;
	/*
	-moz-box-shadow:inset 0 0 10px #dddddd;
   -webkit-box-shadow:inset 0 0 10px #dddddd;
   box-shadow:inset 0 0 10px #dddddd;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    */
	}

select.contact {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 7px;
	/*
	-moz-box-shadow:inset 0 0 10px #dddddd;
   -webkit-box-shadow:inset 0 0 10px #dddddd;
   box-shadow:inset 0 0 10px #dddddd;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

button.contact {
	border: none;
	background-color: #429bc1;
	font-family: oswald, arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box; 
	text-align: center;
	/*
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-box-shadow:inset 0 40px 40px -40px #888888;
   box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}


button.contact:hover {
	background-color: #555555;
	cursor: pointer;
	}	


/* SMALLER THAN 900PX WIDE*/
@media screen and (max-width: 960px) {

select.contact {
	width: 98%;
		}

	}

/* END CONTACT PAGE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
 
 
 
 
 
 
 










 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 /* NEWSLETTER PAGE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */





div.newsletterPageContainer {
	display: block;
	width: 48%;
	margin: 0 auto;
	box-sizing: border-box;
	}

div.newsletterPageContainerLeft {
	float: left;
	padding-right: 1%;
	}

div.newsletterPageContainerRight {
	float: right;
	padding-left: 1%;
	}

h2.newsletter_page {
	color: #444444;
	}



td.newsletter_page_form_container {
	width: 100%;
	padding: 2px;
	border: #cccccc 1px solid;
	background-color: #ffffff;
   /*
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

input.newsletter_page {
	width: 100%;
	background-color: #ffffff;
	border: none;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 15px;
	color: #666666;
	padding: 5px;
	text-align: left;
	-moz-box-shadow: none;
   -webkit-box-shadow:none;
   box-shadow:none;
   -webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	}

button.newsletter_page {
	border: none;
	background-color: #429bc1;
	font-family: oswald, arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	/*
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-box-shadow:inset 0 40px 40px -40px #888888;
   box-shadow:inset 0 40px 40px -40px #888888;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}


button.newsletter_page:hover {
	background-color: #555555;
	cursor: pointer;
	}	








/*RESPONSIVE CHANGES /////////////// */

@media screen and (max-width: 960px) {


input.newsletter_page {
	WIDTH: 96%;
	}
	
#newsletterPageContainer {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	}

div.newsletterPageContainer {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin: 0 auto;
	box-sizing: border-box;
	}

div.newsletterPageContainerLeft,div.newsletterPageContainerLeft {
	float: none;
	padding-left: 5%;
	padding-right: 5%;
	}


	}
/* END RESPONSIVE CHANGES /////////////// */

 
/* END NEWSLETTER PAGE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

 
 
 
 
 
 
 
 
 




/* ERROR PAGES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

 
 input.error_page {
	width: 50%;
	border: #666666 1px solid;
	background-color: #ffffff;
	font-family: sans-serif, arial, helvetica neue, helvetica;
	font-size: 13px;
	color: #666666;
	padding: 5px;
	text-align: left;
	/*
	-moz-box-shadow:inset 0 0 5px #dddddd;
   -webkit-box-shadow:inset 0 0 5px #dddddd;
   box-shadow:inset 0 0 5px #dddddd;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}



/*RESPONSIVE CHANGES /////////////// */

@media screen and (max-width: 960px) {


input.error_page {
	WIDTH: 96%;
	}
	



	}
/* END RESPONSIVE CHANGES /////////////// */

 
/* END ERROR PAGES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */















