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



/* ARTICLES PAGES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */





div.alsolike_image {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	vertical-align: middle;
	text-align: center;
	width: 8%; 
	height: 0; 
	padding-bottom: 8%;
	overflow: hidden; 
	float: left; /* change this to not float when shrunk */
	margin-bottom: 10px;
	margin-top: 4px;
	}

img.alsolike_image {
	width: 135%;
	height: auto;
	}

div.alsolike_text {
	display: block; 
	float: left; 
	width: 89%; 
	padding-left: 2%; 
	margin-bottom: 10px;
	line-height: 17px;
	font-size: 14px;
	padding-top: 10px;
	}
	
	
span.alsolike_title {
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-size: 22px; 
	color: #555555; 
	font-weight: 300;
	text-transform: none;
	line-height: 23px;
	}

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

span.alsolike_header {
	font-family: oswald, arial, sans-serif;
	font-size: 25px; 
	color: #888888; 
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
	}






	





div.article_list_image {
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #222222 1px solid;
	*/
	vertical-align: middle;
	text-align: center;
	width: 25%; 
	height: 0; 
	padding-bottom: 25%;
	overflow: hidden; 
	float: left; /* change this to not float when shrunk */
	margin-bottom: 40px;
	margin-top: 4px;
	}

img.article_list_image {
	width: 115%; /* was 135 */
	height: auto;
	}
	
/* switch horizontal and vertical based on proportions */
/* horizontal is wider dimension */
img.article_list_image_horz {
	width: 120%; 
	height: auto;
	}
/* vertical is wider dimension */
img.article_list_image_vert {
	width: 105%; 
	height: auto;
	}

div.article_list_text {
	display: block; 
	float: left; 
	width: 72%; 
	padding-left: 2%; 
	margin-bottom: 40px;
	line-height: 17px;
	font-size: 14px;
	padding-top: 0px;
	}
	





span.article_list_title {
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-size: 30px; 
	color: #555555; 
	font-weight: 300;
	line-height: 33px;
	text-transform: none;
	}

span.article_list_infoline {
	font-family: oswald, arial, sans-serif;
	font-size: 14px; 
	color: #aaaaaa; 
	font-weight: 300;
	text-transform: uppercase;
	}




a.article_list_infoline:link, a.article_list_infoline:active, a.article_list_infoline:visited {text-decoration: none; color: #aaaaaa;}
a.article_list_infoline:hover {text-decoration: none; color: #429bc1;}





span.article_page_title {
	font-family: oswald, arial, sans-serif;
	font-size: 50px; 
	line-height: 50px;
	font-weight: 400;
	color: #333333;
	text-transform: none;
	}
	
span.article_page_author {
	font-family: oswald, arial, sans-serif;
	font-size: 25px; 
	font-weight: 300;
	color: #aaaaaa;
	line-height: 25px;
	}	

div.article_page_article_image {
	width: 98%; 
	height: auto; 
   	float: none; 
	margin-bottom: 20px;
	line-height: 0;
	border: #222222 1px solid;
	overflow: hidden;
	}

.article_image {
	width: 101%;
	height: auto;
	}

span.articleCaption {
	font-family: sans-serif, arial, helvetica neue, Helvetica, Verdana;
	font-size: 14px;
	line-height: 14px;
	color: #777777;
	font-style: italic;
	}

#article_page_shareicons {
	display: block;
	float: right;
	clear: both;
	margin: 0 auto;
	}

#article_content {
	display: block; 
	float: left; 
	width: 100%; 
	padding: 0;
	padding-top: 30px;
	padding-bottom: 50px;
	font-family: sans-serif, Arial, helvetica neue, Helvetica, Verdana;
	font-size: 17px;
	color: #555555;
	line-height: 30px;
	}


img.body {
	width: 98%;
	height: auto;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}


blockquote {
  margin: 1.5em 10px;
  padding: 15px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: normal;
  color: #777777;
  font-family: oswald;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

#article_author_bio {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 100%;
	padding: 15px; 
	background-color: #f9f9f9; 
	border: #eeeeee 1px solid; 
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	box-sizing: border-box;
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}





a.articlesMoreFromButton:link, a.articlesMoreFromButton:active, a.articlesMoreFromButton:visited {
	background-color: #999999;
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	/*
	border: #555555 1px solid;
	text-shadow: black 0.05em 0.05em 0.05em;
	-moz-box-shadow:inset 0 40px 40px -40px #dddddd;
   -webkit-box-shadow:inset 0 40px 40px -40px #dddddd;
   box-shadow:inset 0 40px 40px -40px #dddddd;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

a.articlesMoreFromButton:hover {
	background-color: #429bc1;
	cursor: pointer;
	}
	
img.articleBodyImage {
	width: 99%;
	height: auto;
	}
	





div.article_newsletter_container{
	width: 100%;
	display: block;
	clear: both;
	padding-top: 15px;
	float: none;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	/*
	background-color: #f9f9f9;
	-moz-box-shadow:inset 0 0 40px #f5f5f5;
   -webkit-box-shadow:inset 0 0 40px #f5f5f5;
   box-shadow:inset 0 0 40px #f5f5f5;
	border: #eeeeee 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	border-top: #dddddd 1px solid;
	color: #999999;
	font-family: oswald, arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	}

td.article_newsletter_form_container {
	width: 100%;
	padding: 0;
	border: #999999 1px solid;
	background-color: #ffffff;
	/*
	-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;
	*/
	}

input.article_newsletter {
	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.article_newsletter {
	border: none;
	background-color: #429bc1;
	font-family: oswald, arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px;
	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.article_newsletter:hover {
	background-color: #555555;
	cursor: pointer;
	}	





















/* RESPONSIVE CHANGES TO ARTICLES STUFF //////////////////////////////////////////////////////////////////////////////////////////////////// RESPONSIVE CHANGES ////////////////////////////////////////////////////////////////////////////////////////////////////////// */







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





div.alsolike_image {
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #222222 1px solid;
	*/
	vertical-align: middle;
	text-align: center;
	width: 15%; 
	height: 0; 
	padding-bottom: 15%;
	overflow: hidden; 
	float: left; /* change this to not float when shrunk */
	margin-bottom: 10px;
	margin-top: 4px;
	}

img.alsolike_image {
	width: 135%;
	height: auto;
	}

div.alsolike_text {
	display: block; 
	float: left; 
	width: 82%; 
	padding-left: 2%; 
	margin-bottom: 10px;
	padding-top: 5px;
	}
	
span.alsolike_title {
	font-size: 18px; 
	line-height: 20px;
	}

span.alsolike_infoline {
	font-size: 13px; 
	}
	



	
div.article_list_image {
	display: block;
	float: none;
	width: 99%; 
	padding-bottom: 75%;
	margin-bottom: 10px;
	}

img.article_list_image {
	width: 105%;
	height: auto;
	}
	
div.article_list_text {
	width: 96%; 
	padding: 2%; 
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 20px;
	}
	
span.article_page_title {
	font-size: 35px;
	line-height: 38px;
	}
	
span.article_page_author {
	font-size: 15px;
	line-height: 18px;
	}

	
	
	}


