/* Enter Your Custom CSS Here */
.site-logo-image {
  margin: 10px 0;
}
.article-preview-image {
  text-align: center
}
.article-featured-image, .entry-meta, .author, .home .entry-content img {
  display: none;
}
.entry-content a {
	color: #eb5937;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
  text-decoration: underline;
}
.entry-content a.moretag {
	color: #ffffff;
}
.entry-content a.moretag:hover,
.entry-content a.moretag:focus,
.entry-content a.moretag:active {
  text-decoration: none;
}
/* Newsletters */
.newsletters h1 {
    font-size: 18px !important;
    font-weight: bold;
}
.newsletters .btn-primary {
    color: #fff;
    background-color: #e6e6e6!important;
    border-color: #cccccc!important;
    color: rgba(0, 0, 0, .8)!important;
  	font-weight:100!important;
}
/* YouTube Responsive CSS */
.hs-responsive-embed-youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.hs-responsive-embed-youtube iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
}
/* Calculator Tbale */
table#wolframAlphaWidget47689, div#wolframAlphaWidget47689 {
  margin: 0 !important;
}