* {
	margin: 0;
	padding: 0;
	color: #333333;
}

html {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

body {
	font-size: 16px;
}

p {
	font-size: 120%;
	line-height: 1.25;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4, h5 {
	font-size: 100%;
}

a {
	color: #74ad9a;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

strong,
b {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.screen-reader-text {
	display: none;
}

.entry-content ul {
    font-size: 1.1em;
	line-height: 1.25;
	padding-left: 1.6em;
}

.entry-content ul li {
	margin-bottom: 0.6em;
}

sub {
	// make sub the underline
	background-image: linear-gradient(bottom, #c7eee1 50%, #fff 50%);
	background-image: -o-linear-gradient(bottom, #c7eee1 50%, #fff 50%);
	background-image: -moz-linear-gradient(bottom, #c7eee1 50%, #fff 50%);
	background-image: -webkit-linear-gradient(bottom, #c7eee1 50%, #fff 50%);
	background-image: -ms-linear-gradient(bottom, #c7eee1 50%, #fff 50%);
	font-size: 100%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

#page {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 12px;
}

#content #primary {
	margin-bottom: 2.6em;
}

.separator-title {
    display: block;
    border-bottom: 1px solid #74ad9a;
    margin-bottom: 1em;
    text-align: left;
    padding-left: 1.6em;
}

.separator-title span {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0.25em 1em;
	color: #ffffff;
	background: #74ad9a;
	-webkit-border-radius: 1em 0 0 0;
	border-radius: 1em 0 0 0;
}

iframe {
 	max-width: 100%;
}

/* Header and menu */
#masthead {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 35px;
	z-index: 100000;
	margin: 0;
    padding-bottom: 5px;
	-webkit-transition: height 250ms;
    transition: height 250ms;
	border-bottom: 1px solid #74ad9a;
	background: #FFF;
}

#masthead.active {
	height: 100%;
    margin-top: -1px;
	padding-bottom: 0;
	overflow-y: auto;
}

#masthead .site-branding {
	padding: 4px 12px 0 12px;
}

#main-menu-toggle {
	position: absolute;
	top: 3px;
	right: 12px;
	width: 9%;
	font-size: 200%;
}
#main-menu-toggle:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 0.125em;
  border-top: 0.375em double #333;
  border-bottom: 0.125em solid #333;
}

#site-navigation .menu > li.menu-item {
    border-bottom: 1px solid #74ad9a;
}

#site-navigation li.menu-item {
    display: block;
    text-align: left;
    margin: 1em 0 0.5em 0;
    font-size: 140%;
}

#site-navigation li.menu-item .sub-menu {
	z-index: 100;
}

#site-navigation li.menu-item .sub-menu .menu-item {
	font-size: 100%;
	margin-left: 1.4em;
	margin-bottom: 0;
}

#site-navigation li.menu-item a {
	display: inline-block;
	padding: 0.25em 1em;
	color: #333333;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 1em 0 0 0;
}

#site-navigation li.menu-item a:hover {
    background: #74ad9a;
	color: #ffffff;
}

#page {
	position: absolute;
	top: 40px;
	bottom: 0;
	padding-right: 12px;
	padding-top: 12px;
	overflow-y: auto;
}

#logo {
	display: inline-block;
    margin-right: 8px;
}

#logo img {
	height: 33px;
}

#title {
	display: inline-block;
	vertical-align: top;
}

#title img {
    height: 17px;
    margin-top: 7px;
	margin-right: 33px;
}


/* article page */

body.single-post .entry-meta {
    margin: 1em 0 1.2em 0;
}

body.single-post .entry-content figure.aligncenter,
body.single-post .entry-content figure.alignleft,
body.single-post .entry-content figure.alignright,
body.single-post .entry-content figure.alignnone {
	width: 100% !important;
}

body.single-post .entry-content figure.aligncenter img,
body.single-post .entry-content figure.alignnone img {
    width: 100%;
    height: auto;
}

body.single-post .entry-content h1,
body.page #main > article > .entry-content > h1,
body.single-post .entry-content h2,
body.page #main > article > .entry-content >  h2,
body.single-post .entry-content h3,
body.page #main > article > .entry-content >  h3,
body.single-post .entry-content h4,
body.page #main > article > .entry-content >  h4,
body.single-post .entry-content h5,
body.page #main > article > .entry-content >  h5,
body.single-post .entry-content h6,
body.page #main > article > .entry-content >  h6 {
	margin: 1.6em 0 1em 0;
}

body.single-post .wp-caption-text {
	color: #6a6a6a;
	text-align: right;
	margin: 0.2em 0 1.4em 2em;
}

body.single-post .entry-content blockquote {
	margin-top: 0.8em;
	font-weight: 700;
}

body.single-post .entry-content blockquote p {
    font-size: 140%;
    color: #74ad9a;
	margin-left: 15%;
}

body.single-post .entry-content blockquote:after {
	content: '...';
	color: #fff;
	display: block;
	width: 60%;
	margin-left: 40%;
	border-bottom: 1px solid #74ad9a;
	height: 0;
	margin-bottom: 2em;
}

body.single-post .entry-content .tags {
	margin-top: 2em;
}

#fancybox-title,
#fancybox-title-over {
	background: #fff !important;
}

#after-post-body {
	clear: both;
}

/* posts navigation */

.posts-navigation {
    font-size: 1.4em;
    margin: 1em 0;
}

/* sidebar */

#secondary .widget {
	margin-bottom: 1.6em;
}

#secondary #sticky-sidebar {
	left: auto !important;
	width: 100% !important;
}

#secondary div.post-preview .date-comments {
	text-align: right;
}

/* Widget titles */

.widget-title {
	display: block;
    border-bottom: 1px solid #74ad9a;
    margin-bottom: 1em;
    text-align: left;
    padding-left: 1.8em;
	font-size: initial;
}

.widget-title span {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0.12em 1em;
	color: #ffffff;
	background: #74ad9a;
	-webkit-border-radius: 1em 0 0 0;
	border-radius: 1em 0 0 0;
	font-size: 120%;
    margin-bottom: -1px;
}

.widget-title span a {
	color: #ffffff;
}

a:hover .widget-title span {
	background: #fff;
	color: #333;
}

/* Post preview */

.post-preview {
	margin-bottom: 1.6em;
}

.post-preview a:hover * {
	color: #74ad9a;
}

.post-preview h4 {
	margin-bottom: 0.2em;
}

.post-preview .by-line {
	display: inline-block;
	width: 55%;
	color: #6a6a6a;
}

.post-preview .date-comments {
	display: inline-block;
	width: 45%;
	text-align: right;
	vertical-align: top;
}

.post-preview .excerpt {
    margin-top: 0.6em;
}

/* comments section */

.comments-area {
	margin-top: 28px;
}

.comment-list li.comment,
.comment-list li.pingback {
	display: block;
}

.comment-list li.comment .comment-body,
.comment-list li.pingback .comment-body {
	padding-bottom: 36px;
}

.comment-list .children {
    margin-left: 73px;
}

.comment-list li.comment .comment-body::after,
.comment-list li.pingback .comment-body::after {
	content: '';
    display: block;
    width: 50%;
    border-top: 1px solid #74ad9a;
	margin-top: 36px;
}

.comment-list li.comment span.says {
	display: none;
}

img.avatar {
	-webkit-border-radius: 1em 0 0 0;
	border-radius: 1em 0 0 0;
	margin-right: 16px;
}

.comment-list li.comment .comment-author {
	font-family: 'Noto Serif', serif;
}

.comment-list li.comment .comment-author b.fn {
	position: relative;
	top: -2em;
}

.comment-list li.comment .comment-metadata {
    position: relative;
	display: inline-block;
    left: 70px;
    margin-right: 70px;
    top: -1.5em;
}

.comment-list li.comment .comment-metadata time {
	color: #6a6a6a;
}

.comment-list li.comment div.reply {
    text-align: right;
}

.comment-list li.comment div.reply a.comment-reply-link {
	display: inline-block;
	padding: 0.25em 1em;
	-webkit-border-radius: 1em 0 0 0;
	border-radius: 1em 0 0 0;
	border: 1px solid #74ad9a;
}

.comment-list li.comment div.reply a.comment-reply-link:hover {
	color: #fff;
	background: #74ad9a;
}

.comment-form .comment-notes,
.comment-form .comment-notes span {
	color: #6a6a6a;
}

.comment-form label {
    display: block;
    margin-top: 0.5em;
}

.comment-form textarea,
.comment-form #author,
.comment-form #email,
.comment-form #url {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	border: 1px solid #74ad9a;
	padding: 0.5em;
	width: 100%;
}

.comment-form .form-submit {
	text-align: right;
}

.comment-form #submit {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	padding: 0.25em 1em;
	-webkit-border-radius: 1em 0 0 0;
	border-radius: 1em 0 0 0;
	border: 1px solid #74ad9a;
	background: #fff;
	color: #74ad9a;
	cursor: pointer;
	margin-top: 16px;
}

.comment-form #submit:hover {
	color: #fff;
	background: #74ad9a;
}


/* addthis social share buttons */

.entry-content .addthis_toolbox {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	margin: 0 !important;
	padding: 8px 10px 0 10px;
	border-top: 1px solid #74ad9a;
    z-index: 10000;
}

.entry-content .addthis_toolbox .at-icon-wrapper {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.entry-content .addthis_toolbox .addthis_default_style .at300b {
	margin-right: 5px;
}

.entry-content .addthis_toolbox .addthis_counter.addthis_bubble_style {
	margin-left: 5px !important;
}

.entry-content .addthis_toolbox .addthis_counter.addthis_bubble_style {
	background-image: none;
	border: 1px solid #6a6a6a;
	width: auto !important;
	padding: 0 !important;
	border-radius: 30%;
}

.entry-content .addthis_toolbox .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
	width: 39px !important;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/* social links on sidebar */
a.soc-link {
	display: inline-block;
	width: 10%;
	margin-right: 8%;
}

a.soc-link img {
	width: 100%;
}

a.soc-link-last {
	margin-right: 0;
}

#search-icon {
	cursor: pointer;
	display: none;
}

/* search bar */

.search-form {
    padding: 0.25em 1em;
    margin-top: 1em;
}

.search-form span {
	display: none;
}

.search-form input {
	padding: 0.5em 1em;
	border: 1px solid #333;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.search-form .search-submit {
	-webkit-border-radius: 1em 0 0 0;
	border-radius: 1em 0 0 0;
	border-color: #74ad9a;
	color: #74ad9a;
	background: #fff;
	cursor: pointer;
}

.search-form .search-submit {
	color: #fff;
	background: #74ad9a;
}

/* pages */

body.page .widget_related_artciles {
	display: none;
}

h1.page-title {
	margin-bottom: 0.6em;
}

/* Home page */

body.home h1.entry-title {
	display: none;
}

div.featured-small,
div.featured-big {
	text-align: center;
}

div.featured span.categories {
	color: #74ad9a;
	display: block;
    margin-top: 0.2em;
}

div.post-preview div.text-block > *,
div.post-preview div.text-block h4 {
	margin-bottom: 0.6em;
}

div.post-preview .date-comments {
	text-align: center;
}

.articlesByCategory .post-preview .date-comments {
	text-align: right;
}

.articlesByCategory .widget-title {
    margin-top: 1.8em;
}

.articlesByCategory.with-images.images-small .post-preview img.wp-post-image {
	display: inline-block;
	width: 33.22%;
	vertical-align: top;
}

.articlesByCategory.with-images.images-small .post-preview div.text-block {
	display: inline-block;
	margin-left: 4%;
	width: 62.78%;
	vertical-align: top;
}

.featured-big h4 {
	font-size: 140%;
}


/* author bio on the post */
.author-bio {
	position: relative;
	min-height: 106px;
	text-align: right;
	margin-top: 2.4em;
    margin-bottom: 2.4em;
}

.author-bio .author-description {
	margin-right: 120px;
	color: #6a6a6a;
}

.author-bio img.avatar {
	position: absolute;
	top: 1em;
	right: 0;
	margin-right: 0;
}

.author-bio .author-name {
	-webkit-border-radius: 1em 0 0 0;
    border-radius: 1em 0 0 0;
    border: 1px solid #74ad9a;
	border-right: 0;
	border-bottom: 0;
	display: inline-block;
	margin: 0 120px 0.6em 0 !important;
	padding: 0.5em 1em;
	color: #74ad9a;
}

/* author page */

body.archive.author .page-header {
	position: relative;
	margin-bottom: 2em;
}

body.archive.author .page-header h1.page-title,
body.archive.author .page-header .taxonomy-description {
	margin-right: 120px;
}

body.archive.author .page-header img.avatar {
    position: absolute;
    right: 0;
    margin-right: 0;
	top: 0.40em;
}

/* social icons */

.social-icons {
	margin-top: 1em;
	padding: 0.25em 1em;
}

.social-icons img {
	width: 30px;
	margin-left: 5px;
}

/* simple share buttons */

.ssba-wrap {
    position: relative;
	margin-bottom: 2em;
	margin-top: 2em;
}

.ssba-wrap .ssba_sharecount {
	top: 61px;
	position: absolute;
	left: 6px;
	width: 34px;
	text-align: center;
	border: 0;
	background: #6a6a6a;
	color: #fff;
}

.ssba-wrap .ssba_sharecount::before {
	border: 0;
	padding: 5px;
	border-radius: 100%;
	top: 2px;
	right: 50%;
	margin-right: -5px;
	background: #6a6a6a;
}

.ssba-wrap .ssba_sharecount::after {
	border: 0;
}

/* ads */

#scat-ads {
	color: #fff;
}

.ajdg_grpwidgets .g,
.entry-content .g {
	margin: 1em 0;
	color: #333333;
}

#after-header .ajdg_grpwidgets {
	font-size: 0;
}

#after-header .ajdg_grpwidgets .g {
	margin: 0 auto 21px auto;
	font-size: 1.1em;
}

/* sidebar randoms */

.glob-btn {
    padding: 0.25em 1em;
    -webkit-border-radius: 1em 0 0 0;
    border-radius: 1em 0 0 0;
    border: 1px solid #74ad9a;
    color: #74ad9a;
}

.glob-btn:hover {
    background: #74ad9a;
	color: #fff;
}

.glob-btn.big {
	display: block;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0 1.4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	border: 3px solid #74ad9a;
}

.entry-content .glob-btn {
	display: inline-block;
	margin-bottom: 0.3em;
}

#secondary #mc_embed_signup input {
	border-color: #6a6a6a;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#secondary #mc_embed_signup .button {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
	font-weight: normal;
    -webkit-border-radius: 1em 0 0 0;
    border-radius: 1em 0 0 0;
    border: 1px solid #6a6a6a;
    background: #fff;
    color: #6a6a6a;
    cursor: pointer;
    margin-top: 16px;
}

#secondary #mc_embed_signup .button:hover {
	background: #6a6a6a;
	color: #fff;
}

#mc_embed_signup .clear {
	text-align: right;
}

/* footer */

#colophon {
	padding: 1em 1.4em;
	margin-bottom: 1em;
	font-size: 0.86em;
	background: #333;
}

#colophon p,
#colophon strong {
	color: #fff;
}

@media screen and (min-width: 470px) {
	/* header and menu */
	#masthead {
		height: 60px;
	}

	#page {
		top: 65px;
	}

	#logo img {
	    height: 55px;
	}

	#title img {
	    height: 26px;
	    margin-top: 10px;
	}

	#main-menu-toggle {
	  width: 6.5%;
	  font-size: 280%;
	  cursor: pointer;
	}

	#main-menu-toggle:before {
	    top: 11px;
	}


	/* article page */
	body.single-post .entry-content blockquote p {
		margin-left: 25%;
	}

	body.single-post .entry-content figure.alignleft,
	body.single-post .entry-content figure.alignright {
		width: 50% !important;
	}


	/* home page and archive pages */
	#primary div.post-preview {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	body #primary div.post-preview.featured-even {
		margin-left: 2%;
	}

	body #primary #featured-small-container div.post-preview.featured-even {
		margin-left: 0;
	}

	body #primary #featured-small-container div.post-preview.featured-odd {
		margin-left: 2%;
	}

	div.featured-big h4 {
		font-size: 160%;
	}

	/* author bio on the post */
	.author-bio .author-name {
		padding-right: 4.8em;
	}
}

@media screen and (min-width: 898px) {

	/* Layout 2 columns */

	#content #primary {
		width: 100%;
		float: left;
	}

	#content #primary-content,
	#colophon {
		margin-right: 354px;
	}

	#content #secondary {
		float: right;
		width: 300px;
		margin-left: -300px;
	}

	#colophon {
		clear: both;
	}


	/* header and menu */
	#masthead {
		position: initial;
		overflow: initial;
		height: initial;
		z-index: 100000;
		border-bottom: 0;
		max-width: 1230px;
		margin: 18px auto 0 auto;
		padding-left: 12px;
		padding-right: 12px;
	}

	#masthead.active {
		height: initial;
		margin-top: 18px;
	    padding-bottom: 5px;
	}

	#masthead .site-branding {
		padding-left: 0;
		padding-right: 0;
	}

	#main-menu-toggle {
	  display: none;
	}

	#site-navigation {
		margin-left: 144px;
	    margin-top: -57px;
	    border-bottom: 1px solid #74ad9a;
	    margin-bottom: 35px;
		position: relative;
	}

	#site-navigation #primary-menu {
		height: 2em;
	}

	#site-navigation li.menu-item {
	    display: inline-block;
		vertical-align: top;
		margin: 0;
		font-size: 120%;
	}

	#site-navigation .menu > li.menu-item {
	    border-bottom: 0;
	}

	#site-navigation li.menu-item .sub-menu {
	    background: #fff;
	    border: 1px solid #74ad9a;
		margin-top: -1px;
		position: absolute;
		display: none;
	}

	#site-navigation li.menu-item:hover .sub-menu {
		display: block;
	}

	#site-navigation li.menu-item .sub-menu .menu-item {
	    margin-left: 0;
		display: block;
	}

	#site-navigation li.menu-item .sub-menu .menu-item a {
		display: block;
		border-radius: 0 !important;
	}

	#page {
		position: initial;
		top: initial;
		bottom: initial;
	}

	#logo img,
	#title img {
		height: auto;
	}

	#title {
	    margin-top: 4px;
	}

	#title img {
	    margin-right: 0;
	}

	/* social icons */
	.social-icons {
		position: absolute;
		right: 0;
		padding: 0;
		top: 1.4em;
	}

	#search-icon {
		display: inline-block;
	}

	/* search bar */
	#search-bar {
		display: none;
		position: absolute;
		right: 0;
		padding: 0 0 1em 1em;
		background: #fff;
		top: 5em;
	}

	#search-bar.active {
		display: block;
	}

	#search-bar .search-form {
		padding: 0;
	}

	/* related articles */

	#secondary .widget_related_artciles img {
		width: 30%;
		display: inline-block;
		vertical-align: top;
	}

	#secondary .widget_related_artciles .text-block {
		width: 67%;
		display: inline-block;
		margin-left: 3%;
	}

	#secondary .widget_related_artciles .post-preview-1 img {
		width: 100%;
		display: block;
	}

	#secondary .widget_related_artciles .post-preview-1 .text-block {
		width: 100%;
		display: block;
		margin-left: 0;
	}

	#secondary .widget_related_artciles {
		width: 300px;
		padding-top: 8px;
	}

	#secondary .widget_related_artciles .post-preview {
		opacity: 0;
		-webkit-transition: opacity 300ms ease-in;
		-moz-transition: opacity 300ms ease-in;
		-ms-transition: opacity 300ms ease-in;
		-o-transition: opacity 300ms ease-in;
		transition: opacity 300ms ease-in;
	}

	#secondary .widget_related_artciles .post-preview.visible {
		opacity: 1;
	}

	/* home page */
	div.featured-big {
		margin-bottom: 1em;
	}

	div.featured-big a img.wp-post-image,
	div.featured-big a div.text-block {
		display: inline-block;
		vertical-align: top;
	}

	div.featured-big a img.wp-post-image {
		width: 63.74%;
		margin-right: 4%;
	}

	div.featured-big a div.text-block {
		width: 32.26%;
	}

	div.featured-big div.date-comments {
		margin-top: 0.6em;
		margin-bottom: 0;
	}

	div.featured-small .text-block {
	    text-align: left;
	}

	div.featured-small div.date-comments {
		width: 100%;
		text-align: right;
	}

	/* footer */
	#colophon .col {
		display: inline-block;
		width: 55%;
	}

	#colophon .col.last {
		width: 43%;
		margin-left: 2%;
	}
}

@media screen and (min-width: 1100px) {
	h1 {
		font-size: 240%;
	}

	h2 {
		font-size: 200%;
	}

	h3 {
		font-size: 160%;
	}

	/* article page */
	.entry-content > * {
		margin-left: 16% !important;
		margin-right: 8% !important;
	}

	body.single-post .entry-content figure {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}

	body.single-post .entry-content figure.aligncenter,
	body.single-post .entry-content figure.alignnone,
	body.single-post .entry-content #after-post-body {
	    width: 84% !important;
		margin-left: 16% !important;
		margin-right: 0 !important;
	}

	body.single-post .entry-content figure.aligncenter:first-child,
	body.single-post .entry-content figure.alignnone:first-child,
	.entry-content #featured-small-container {
	    width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.single-post .entry-content blockquote {
		margin-right: 0 !important;
	}

	/* social icons */
	.social-icons {
		top: -1.3em;
	}

	#search-bar {
	    top: -5em;
	}

	/* simple share buttons */
	.entry-content .ssba-wrap {
		margin-left: 0 !important;
		margin-right: 0 !important;
		left: auto !important;
		position: absolute;
		margin-top: 0;
	}

	.entry-content .ssba.ssba-wrap img {
		display: block !important;
	}

	.ssba-wrap .ssba_sharecount {
		top: 18px;
		left: 59px;
	}

	.ssba-wrap .ssba_sharecount::before {
		top: 12px;
		right: 100%;
	}

	/* comments section */
	#comments {
		margin-left: 16%;
	}

	/* comment form */
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url {
		float: left;
		width: 32%;
		margin-right: 2%
	}

	.comment-form .comment-form-url {
		margin-right: 0;
	}

	/* addthis social share buttons */
	.entry-content .addthis_toolbox {
		position: initial;
		width: 48px;
		height: 0;
		border: 0;
	}

	.entry-content > div.scrollmagic-pin-spacer {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.entry-content .addthis_toolbox .at-icon-wrapper {
		padding: 6px;
	}

	/* home page */

	body.home div.featured-small.featured-even,
	body.home div.articlesByCategory {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.home div.featured-small.featured-odd {
	    margin-left: 2% !important;
		margin-right: 0 !important;
	}

	div.featured-big div.excerpt {
		margin: 2em 0;
	}

	div.featured-big h4 {
	    font-size: 200%;
	}

	div.featured-small h4,
	div.articlesByCategory.with-images.images-medium h4 {
		font-size: 120%;
	}

	/* author bio on the post */

	.entry-content .author-bio {
		margin-right: 0 !important;
	}

}


@media print {
	#masthead,
	#page {
    	position: initial;
	}

	#page {
		height: auto !important;
	}

	#secondary,
	.ssba-wrap,
	#respond,
	#colophon,
	#sticky-sidebar {
		display: none;
	}
}

/*.g.g-8 {
    margin-bottom: -10px;
}*/
