/*!
Theme Name: Whitespace
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whitespace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whitespace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Body Styles
--------------------------------------------------------------*/

body {
	margin: 0;
}

/*
Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'nanalyze';
	src:  url('fonts/nanalyze.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nanalyze' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e987";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-google:before {
  content: "\ea89";
}
.icon-linked-in:before {
  content: "\e908";
}
.icon-email:before {
  content: "\e911";
}
.icon-computing:before {
  content: "\e909";
}
.icon-fintech:before {
  content: "\e90f";
}
.icon-nanotechnology:before {
  content: "\e90b";
}
.icon-space:before {
  content: "\e90a";
}
.icon-renewable-energy:before {
  content: "\e90c";
}
.icon-life-science:before {
  content: "\e90d";
}
.icon-hash:before {
  content: "\e90e";
}
.icon-ar:before {
  content: "\e900";
}
.icon-ai:before {
  content: "\e901";
}
.icon-data:before {
  content: "\e910";
}
.icon-dna:before {
  content: "\e903";
}
.icon-mj:before {
  content: "\e904";
}
.icon-robotics:before {
  content: "\e905";
}
.icon-vr:before {
  content: "\e906";
}
.icon-d:before {
  content: "\e907";
}

.icon-rss:before {
  content: "\ea9b";
}

/*
Base and Layouts
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'arial', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
}

section#content {
	background: #fff;
}

h1,
h2,
h3,
h4,
h5 {
	color: #222;
	font-family: 'arial', sans-serif;
}

a {
	color: #222;
}

article a {
	color: #145b9b;
	text-decoration: none;
	border-bottom: 1px solid;
}

a.button,
button.stripe-button-el,
#leaky-paywall-submit,
input[type="button"],
input[type="submit"] {
	border: none;
	box-shadow: none;
	cursor: pointer;
	text-shadow: none;
	font-weight: 400;
}

#mepr_loginform input[type="submit"],
button.wp-block-search__button {
	background: #145b9b;
	color: #fff;
	padding: 5px 10px;
}


input {
	padding: 3px;
	font-size: 15px;
}

a:hover {
	color: #ccc;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 16px 0;
}

a.alignright img, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 16px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #145b9b;
	padding-left: 20px;
	margin-left: 0;
	font-size: 110%;
}

.green {
	color: #45a889;
}

.blue {
	color: #145b9b;
}

.pink {
	color: #00a3be;
}

.purple {
	color: #6bbcd2;
}

.orange {
	color: #67aadf;
}

.grey {
	color: #aaa;
}

.page-body {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
}

.home-middle {
	max-width: 1100px;
	margin: 0 auto;
	z-index: 6;
}

.post-content-wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.single-course .post-content-wrapper {
	margin-top: 0;
	box-shadow: none;
}

button.stripe-button-el,
.button,
a.button,
#leaky-paywall-submit,
.gform_wrapper .gform_footer input[type=submit] {
	background-color: #145b9b;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
	text-decoration: none;
	margin: 5px 0;
	display: inline-block;
	font-size: 15px;
}

.signup .gform_wrapper .gform_footer input[type=submit] {
	float: right;
	margin-right: 15px;
	padding: 10px 40px;
	border-radius: 0;
}

button.stripe-button-el span {
	background: none;
	height: auto;
	background-image: none;
	padding: 0;
	text-shadow: none;
	box-shadow: none;
	font-family: 'arial', sans-serif;
	font-weight: 700;
	font-size: 15px;
}

button.stripe-button-el {
	background-image: none;
	padding: 4px;
}

footer .gform_wrapper .gform_footer input[type=submit] {
	background: #145b9b;
}

a.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
	background: #fff;
	color: #5d5d5d;
}

.sidebar .gform_wrapper {
	max-width: 300px;
	margin: 0 auto;
}

.sidebar .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
}

.sidebar .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.signup .gform_wrapper div.validation_error,
#footer .gform_wrapper div.validation_error,
.spu-content .gform_wrapper div.validation_error {
	margin: 0;
	border-top: none;
	border-bottom: none;
	padding: 0;
	color: #fff;
}

.signup .gform_wrapper li.gfield.gfield_error,
.spu-content .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	border-top: none;
	border-bottom: none;
	padding: 0;
}

#footer .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	border-top: none;
	border-bottom: none;
}

.signup .gform_wrapper .gfield_error .gfield_label,
.signup .gform_wrapper .validation_message,
#footer .gform_wrapper .gfield_error .gfield_label,
#footer .gform_wrapper .validation_message,
.spu-content .gform_wrapper .gfield_error .gfield_label,
.spu-content .gform_wrapper .validation_message {
	color: #fff;
}

.gform_validation_error.gform_wrapper form.gf_simple_horizontal div.gform_body, 
.gform_validation_error.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	vertical-align: top;
}

p.wp-caption-text {
	text-align: center;
	margin-top: 0;
	font-weight: bold;
}
	

body {
	background: #fff;
}


h1,
h2 {
	font-weight: 700;
}

embed, iframe, img, object, video, .wp-caption, article table {
	max-width: 100%;
}

img {
	height: auto;
}


/*
Navigation
---------------------------------------------------------------------------------------------------- */

.header .nav-main {
	float: right;
	position: relative;
	z-index: 999999;
	right: 20px;
	margin-top: 40px;
	width: auto;
	clear: none;
}

.header .nav-main li a {
	text-decoration: none;
	font-weight: 400;
}


/*
Header
---------------------------------------------------------------------------------------------------- */

header.header {
	background: #5d5d5d; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#5d5d5d, #333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5d5d5d, #333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5d5d5d, #333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5d5d5d, #333); /* Standard syntax */
	box-shadow: 3px 0 5px #333;
	position: relative;
}

.home header {
	margin-bottom: 30px;
}

.hdr-logo {
	text-indent: -9999px;
	width: 180px;
	margin: 0 0 20px 20px;
	padding: 20px 20px 0 0;;
	display: inline-block;
	vertical-align: middle;
}

.hdr-logo a {
	display: block;
	background: url(images/white-logo.png) no-repeat;
	height: 70px;
	background-size: contain;
	background-position: center;
}

.tagline {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding: 0 0 0 20px;
	border-left: .05em solid #fff;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: .5px;
}

.tagline p {
	padding: 10px 0;
	margin: 0;
}

.tagline .tagline-welcome {
	display: block;
	color: #bdbdbd;
}

.header-right {
	float: right;
	margin: 50px 20px 0 20px;
}

.header-right ul > li {
	color: #fff;
}

.header-right a {
	color: #fff;
	text-decoration: none;
}

ul.header-icons,
ul.social-icons {
	padding: 0;
	margin: 0;
}

ul.header-icons li,
ul.social-icons li {
	list-style-type: none;
	display: inline-block;
}

.header-right .icon-search {
	font-size: 24px;
}

.nav-main ul,
.nav-main li {
	margin: 0;
	padding: 0;
}

.nav-main ul li.menu-item {
	list-style-type: none;
	position: relative;
	margin: 0 10px;
	padding: 0 10px;
}

.nav-main ul li.menu-item a {
	color: #fff;
	padding: 10px;
}

.nav-main ul {
	display: flex;
	margin-top: 15px;
}

.nav-main ul li.menu-item.menu-item-has-children:after {
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/down-carat.png);
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	margin-left: 8px;
	cursor: pointer;

}

.nav-main ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	transform: translate(0, 10px);
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
	padding-top: 15px;
	background: transparent;
	width: 100%;
}

.nav-main ul li ul.sub-menu li.menu-item {
	margin: 0;
	padding: 0;
}

.nav-main ul li ul.sub-menu li.menu-item a {
	color: #666;
	padding: 5px 10px;
	font-size: 14px;
	display: block;
	background: #f1f1f1;
}

.nav-main ul li ul.sub-menu li.menu-item a:hover {
	background: #ddd;
}

.nav-main ul li.menu-item.menu-item-has-children:hover ul.sub-menu {
	display: flex;
	flex-direction: column;
}

.nav-main ul li.menu-item a.login-button {
	background: #fff;
    color: #222;
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
    height: 40px;
}

.nav-main ul li.menu-item a.login-button:hover {
	background: #145b9b;
    color: #fff;
}

.nav-main .responsive-menu-icon {
	content: '';
	background-image: url(images/menu.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	.tagline {
		max-width: 180px;
		font-size: 14px;
	}

	.tagline p {
		padding: 0;
	}
}

@media only screen and (max-width: 1060px) {

	.header .nav-main {
		position: unset;
	}

	.header .nav-main .responsive-menu-icon {
		right: 60px;
		top: 40px;
	}

	.nav-main ul {
		display: none;
		background-color: #f1f1f1;
		margin-top: 55px;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 999999;
	}

	.nav-main .responsive-menu-icon {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
	}

	.nav-main ul li.menu-item {
		padding: 10px;
	}

	.nav-main ul li.menu-item a {
		color: #333;
	}

	.nav-main ul li.menu-item.menu-item-has-children:after {
		background-image: url('images/down-carat-dark.png');
	}

	.nav-main ul li ul.sub-menu {
		position: relative;
		padding: 0;
		margin-top: 0;
	}

	.nav-main ul li.menu-item.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}

	.nav-main ul li.menu-item a.login-button,
	.nav-main ul li.menu-item a.login-button:hover {
		background: none;
		height: auto;
		border-radius: 0;
		color: #333;
	}
}

@media only screen and (max-width: 500px) {
	.header .nav-main .responsive-menu-icon {
		top: 20px;
	}

	.header-right {
		margin: 30px 20px 0 20px;
	}
}

/*
Footer
---------------------------------------------------------------------------------------------------- */

footer {
	background: #5d5d5d; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#5d5d5d, #333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5d5d5d, #333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5d5d5d, #333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5d5d5d, #333); /* Standard syntax */
	box-shadow: 3px 0 5px #333;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	clear: both;
}

footer .wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.footer-1,
.footer-2,
.footer-3 {
	width: 33%;
}

footer h3 {
	color: #fff;
	margin: 0;
	padding: 0;
}

footer a {
	color: #fff;
}

.copyright:before {
	content: url(images/nanalyze-logo-2-color.svg);
	width: 200px;
	display: block;
	margin: 20px auto 0 auto;
}

.footer-1 {
	float: left;
	text-align: left;
}

.footer-2 {
	text-align: center;
	float: left;
}

.footer-3 {
	float: right;
	text-align: right;
}

.footer-tag {
	clear: both;
}

.footer-1 ul {
	margin: 0;
	padding: 0;
}

footer ul.social-icons {
	margin-bottom: 20px;
}

footer ul.social-icons a,
.staff-bio a .icon-linked-in {
	font-size: 30px;
	text-decoration: none;
	padding: 8px;
}

.staff-bio a .icon-linked-in {
	color: #145b9b;
}

footer ul.social-icons a {
	color: #fff;
}

footer ul.social-icons a:hover {
	color: #67aadf;
}

.footer-nav li.menu-item {
	display: block;
	padding: 0 0 10px 0;
}

.footer-nav li.menu-item a {
	text-decoration: none;
}

/*
Home Top
---------------------------------------------------------------------------------------------------- */

.home-top {
	display: flex;
	justify-content: center;
}

.featured-post {
	background-size: cover;
	padding: 0;
	position: relative;
	margin: 0;
	max-width: 640px;
}

.featured-post:nth-child(2) {
	margin: 0 8px;
}


.featured-post .featured-post-header {
	padding: 20px;
	max-width: 500px;
	position: absolute;
	bottom: 10px;
}

.featured-post a.image-link{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0 ;
	z-index: 1
}

.featured-post a {
	text-decoration: none;
	color: #fff;
}

.featured-post h3 {
	color: #fff;
	text-shadow: 3px 3px 8px #000;
	line-height: 1.2;
	font-size: 20px;
}

.cat-button {
	padding: 6px 15px;
	min-width: 170px;
	text-align:center;
	background: #222;
	position: relative;
	z-index: 9999;
}

.featured-post .cat-button {
	position: absolute;
	right: 0;
	top: 5px;
}

.cat-button:hover {
	background: #ccc;
}

.featured-post .cat-button {
	margin: 10px 0;
	float: right;
}

@media only screen and (min-width: 1725px) {
	.featured-post .cat-button {
		left: 0;
		top: 5px;
		right: auto;
	}
}

/*
Home Middle
---------------------------------------------------------------------------------------------------- */

.home-middle-sidebar {
	margin-top: 30px;
	width: 300px;
	float: right;
	margin-bottom: 30px;
}

.home-middle {
	clear: both;
}

.home-middle-articles {
	float: left;
	max-width: 760px;
}

.home-middle .recent-post {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	background: #fff;
	margin: 30px 0 15px 0;
	float: left;
}

.home-middle .recent-post img {
	max-width: 200px;
}

.home-middle .recent-post:nth-child(4) img {
	max-width: 400px;
}

.home-middle .recent-post:nth-child(1) {
	width: 25%;
	float: left;
	height: 320px;
}

.home-middle .recent-post:last-child {
	margin-bottom: 30px;
}

.home-middle .recent-post h3 {
	line-height: 1.1;
}

.home-middle .recent-post:nth-child(1) .recent-post-header {
	padding: 0 10px;
}

.home-middle .recent-post:nth-child(1) .recent-post-image img {
	width: 100%;
}

.home-middle .recent-post:nth-child(1) h3 {
	font-weight: 400;
}

.home-middle .recent-post:nth-child(2),
.home-middle .recent-post:nth-child(3) {
	width: 70%;
	float: right;
	background: #ddd;
}

.home-middle .recent-post:nth-child(2) .recent-post-image,
.home-middle .recent-post:nth-child(3) .recent-post-image {
	float: left;
	line-height: 0;
	padding-right: 10px;
}

.home-middle .recent-post:nth-child(2) .recent-post-image img,
.home-middle .recent-post:nth-child(3) .recent-post-image img {
	margin-bottom: 0;
}

.home-middle .recent-post:nth-child(2) a,
.home-middle .recent-post:nth-child(2) h3,
.home-middle .recent-post:nth-child(3) a,
.home-middle .recent-post:nth-child(3) h3 {
	color: #5d5d5d;
}

.home-middle .recent-post:nth-child(2) a:hover, 
.home-middle .recent-post:nth-child(3) a:hover {
	color: #000;
}

.home-middle .recent-excerpt {
	color: #5d5d5d;
	line-height: 1.3;
}

.home-middle a {
	text-decoration: none;
}

.home-middle h3 {
	color: #000;
}

.home-middle .recent-post.wide .recent-post-image {
	float: right;
	margin-left: 10px;
	line-height: 0;
}

.home-middle .recent-post.wide .recent-post-header {
	padding-left: 10px;
}

/*
Home Categories
---------------------------------------------------------------------------------------------------- */

.category-intro {
	width: 100%;
	z-index: 8;
	margin: 0 auto;
	line-height: 1.2;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	background: #145b9b;
}

h1.archive-title {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

h1.archive-title:before {
	font-size: 6rem;
	font-family: 'nanalyze';
	margin: 0 auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-right: 20px;
}

.category-articles {
	background: #fff;
	z-index: 6;
	position: relative;
	max-width: 900px;
	padding: 20px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	margin: 0 auto 20px auto;
}

.billboard-ad {
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

/*
Single Posts
---------------------------------------------------------------------------------------------------- */

.post-content-wrapper {
	background: #fff;
	padding: 0;
	position: relative;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}	

.article-body {
	font-family: Georgia, serif;
	padding: 10px 30px;
	width: auto;
	max-width: 750px;
	display: table-cell;
	vertical-align: top;
}

.single-course .article-body {
	max-width: none;
	display: block;
	margin-bottom: 10px;
}

.sidebar {
	display: table-cell;
	vertical-align: top;
	width: 375px;
}

.sidebar .blog-details {
	background: #f5f5f5;
	padding: 10px 30px;
}

.post-date {
	font-weight: 700;
}

.article-header {
	padding: 40px 10px;
}

h1.article-h1,
p.blog-details {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

h1.article-h1 {
	line-height: 1.1;
}

.page h1.article-h1,
.error404 h1.article-h1,
.single-course h1.article-h1 {
	color: #145b9b;
	padding: 20px 0 0 0;
}

.sidebar {
	z-index: 6;
	position: relative;
}

.article-header-wrapper {
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 500px;
}

ul.tag-list,
ul.category-list {
	padding: 0;
}

ul.tag-list > li,
ul.category-list > li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}

ul.tag-list li a,
ul.category-list li a {
	text-decoration: none;
	border-bottom: none;
}

ul.tag-list li a:before {
	content: "\e90e";
	font-family: 'nanalyze';
	font-size: 16px;
}

span.premium {
	display: block;
	background: url(images/premium_tag.svg);
	width: 168px;
	height: 34px;
}	

.tease {
	margin: 40px auto;
}

.tease-thumbnail {
	display: table-cell;
	vertical-align: top;
	width: 320px;
	padding-right: 20px;
	line-height: 0;
}

.tease-thumbnail img {
	margin-bottom: 0;
}

.tease-thumbnail a {
	text-decoration: none;
	border: none;
}

.tease-content {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.tease h2 {
	padding-top: 0;
	margin: 0;
	line-height: 1.2;
}

.tease h2 a {
	text-decoration: none;
}

.bottom-ad {
	max-width: 1100px;
	margin: 20px auto;
}

/*
Subscribe Form
---------------------------------------------------------------------------------------------------- */

.signup {
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
	background: url(images/subscribe-1100.jpg);
	height: 280px;
	background-size: contain;
}

.signup h3,
.signup p {
	margin: 0;
	color: #fff;
}

.signup h3:before {
	content: "\e911";
	font-family: 'nanalyze';
	font-size: 40px;
	display: block;
}

.signup .gform_wrapper {
	width: 530px;
	margin: 0 auto;
	display: table;
	float: right;
	margin-top: 80px;
	margin-right: 30px;
}


.signup .gform_wrapper form.gf_simple_horizontal div.gform_body {
	min-width: 400px;
}

.signup .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #fff;
}

.email-signup-page .gform_wrapper .gform_footer input[type=submit]:hover,
.page-body .gform_wrapper .gform_footer input[type=submit]:hover{
	background: #67aadf;
	color: #fff;
}

.gform_wrapper form.gf_simple_horizontal label.gfield_label {
	display: none !important;
}

.signup .gform_wrapper .gform_footer,
.footer-2 .gform_wrapper .gform_footer {
	margin-top: 0;
}

.signup .gform_confirmation_wrapper {
	float: right;
	color: #fff;
	margin: 100px 40px 0 20px;
}

#email-alert .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

@media only screen and (max-width: 1100px) {
	.signup {
		width: auto;
		background: url(images/subscribe-720.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
		height: 482px;
		background-size: contain;
	}

	.signup .gform_wrapper,
	.signup .gform_confirmation_wrapper  {
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
		float: none;
		padding-top: 300px;
	}

	.signup .gform_wrapper .gform_footer input[type=submit] {
		display: block;
		float: none;
		width: 97%;
	}
}

@media only screen and (max-width:800px) {
	.home-top {
		flex-direction: column;
		align-items: center;
	}

	.featured-post:nth-child(2) {
		margin: 0;
	}
}

@media only screen and (max-width: 650px) {
	.signup .gform_wrapper,
	.signup .gform_confirmation_wrapper  {
		padding-top: 240px;
	}
}

@media only screen and (max-width: 500px) {
	.signup {
		background: url(images/subscribe-375.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		height: 497px;
		background-size: contain;
	}

	.signup .gform_wrapper, 
	.signup .gform_confirmation_wrapper  {
		width: 90%;
		max-width: 350px;
	}

	.signup .gform_wrapper .gform_footer input[type="submit"] {
		width: 100%;
	}
}



/*
Categories
---------------------------------------------------------------------------------------------------- */

.home-categories {
	clear: both;
	max-width: 1100px;
	margin: 30px auto;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.category-section {
	margin: 0;
	padding: 0;
	width: 33.05%;
	display: inline-block;
	vertical-align: top;
}

.category-section:nth-child(3n) {
}

.category-section:nth-child(3n+1) {
	clear: both;
}

.category-section ul > li {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 700;
	text-align: left;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.category-section ul > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.category-section ul {
	padding: 0 20px;
}

.category-section h4 {
	padding: 20px 5px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 20px;
	line-height: .8;
}

.category-section h4:before {
	font-size: 3rem;
	font-family: 'nanalyze';
	margin: 0 auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

ul.category-list li a:before {
	font-family: 'nanalyze';
	margin: 0 auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.category-section a {
	text-decoration: none;
}

.category-section.cat-robotics h4,
.category-intro.cat-robotics,
.cat-button.cat-robotics {
	background: #145b9b;
}

ul.category-list li a.cat-robotics {
	color: #145b9b;
}

.category-section.cat-robotics h4:before,
ul.category-list li a.cat-robotics:before,
h1.cat-robotics:before {
	 content: "\e905";
}

.category-section.cat-green-technology h4,
.category-intro.cat-green-technology,
.cat-button.cat-green-technology {
	background: #45a889;
}

ul.category-list li a.cat-green-technology {
	color: #45a889;
}

.category-section.cat-green-technology h4:before,
ul.category-list li a.cat-green-technology:before,
h1.cat-green-technology:before {
	 content: "\e90c";
}

.category-section.cat-cannabis h4,
.category-intro.cat-cannabis,
.cat-button.cat-cannabis {
	background: #45a889;
}

ul.category-list li a.cat-cannabis {
	color: #45a889;
}

.category-section.cat-cannabis h4:before,
ul.category-list li a.cat-cannabis:before,
h1.cat-cannabis:before {
	content: "\e904";
}

.category-section.cat-fintech h4,
.category-intro.cat-fintech,
.cat-button.cat-fintech {
	background: #45a889;
}

ul.category-list li a.cat-fintech {
	color: #45a889;
}

.category-section.cat-fintech h4:before,
ul.category-list li a.cat-fintech:before,
h1.cat-fintech:before {
	content: "\e90f";
}

.category-section.cat-computing h4,
.category-intro.cat-computing,
.cat-button.cat-computing {
	background: #6bbcd2;
}

ul.category-list li a.cat-computing {
	color: #6bbcd2;
}

.category-section.cat-computing h4:before,
ul.category-list li a.cat-computing:before,
h1.cat-computing:before {
	content: "\e909";
}

.category-section.cat-life-sciences h4,
.category-intro.cat-life-sciences,
.cat-button.cat-life-sciences {
	background: #6bbcd2;
}

ul.category-list li a.cat-life-sciences {
	color: #6bbcd2;
}

.category-section.cat-life-sciences h4:before,
ul.category-list li a.cat-life-sciences:before,
h1.cat-life-sciences:before {
	content: "\e90d";
}

.category-section.cat-artificial-intelligence h4,
.category-intro.cat-artificial-intelligence,
.cat-button.cat-artificial-intelligence {
	background: #67aadf;
}

ul.category-list li a.cat-artificial-intelligence {
	color: #67aadf;
}

.category-section.cat-artificial-intelligence h4:before,
h1.cat-artificial-intelligence:before {
	content: "\e901";
	color: #fff;
}

ul.category-list li a.cat-artificial-intelligence:before {
	content: "\e901";
	color: #67aadf;
}

.category-section.cat-nanotechnology h4,
.category-intro.cat-nanotechnology,
.cat-button.cat-nanotechnology {
	background: #67aadf;
}

ul.category-list li a.cat-nanotechnology {
	color: #67aadf;
}

.category-section.cat-nanotechnology h4:before,
ul.category-list li a.cat-nanotechnology:before,
h1.cat-nanotechnology:before {
	content: "\e90b";
}

.category-section.cat-augmented-reality h4,
.category-intro.cat-augmented-reality,
.cat-button.cat-augmented-reality {
	background: #29abe2;
}

ul.category-list li a.cat-augmented-reality {
	color: #29abe2
}

.category-section.cat-augmented-reality h4:before,
ul.category-list li a.cat-augmented-reality:before,
h1.cat-augmented-reality:before {
	content: "\e900";
}

.category-section.cat-internet-of-things h4,
.category-intro.cat-internet-of-things,
.cat-button.cat-internet-of-things {
	background: #145b9b;
}

ul.category-list li a.cat-internet-of-things {
	color: #145b9b;
}

.category-section.cat-internet-of-things h4:before,
ul.category-list li a.cat-internet-of-things:before,
h1.cat-internet-of-things:before {
	content: "\e910";
}

.category-section.cat-augmented-virtual-reality h4,
.category-intro.cat-augmented-virtual-reality,
.cat-button.cat-augmented-virtual-reality {
	background: #00a3be;
}

ul.category-list li a.cat-augmented-virtual-reality {
	color: #00a3be;
}

.category-section.cat-augmented-virtual-reality h4:before,
ul.category-list li a.cat-augmented-virtual-reality:before,
h1.cat-augmented-virtual-reality:before {
	content: "\e906";
}

.category-section.cat-space h4,
.category-intro.cat-space,
.cat-button.cat-space {
	background: #145b9b;
}

ul.category-list li a.cat-space {
	color: #145b9b;;
}

.category-section.cat-space h4:before,
ul.category-list li a.cat-space:before,
h1.cat-space:before {
	content: "\e90a";
}

.category-section.cat-3d-printing h4,
.category-intro.cat-3d-printing,
.cat-button.cat-3d-printing {
	background: #00a3be;
}

ul.category-list li a.cat-3d-printing {
	color: #00a3be;
}

.category-section.cat-3d-printing h4:before,
ul.category-list li a.cat-3d-printing:before,
h1.cat-3d-printing:before {
	content: "\e907";
}

.related-posts {
	max-width: 1100px;
	margin: 20px auto;
	text-align: center;
}

.related-post-container {
	display: inline-block;
	width: 33%;
}

.category-section .featured-category-post {
	vertical-align: bottom;
	display: block;
	height: 200px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.category-section .featured-category-post img {
	width: 100%;
	max-width: none;
}

.related-post {
	vertical-align: bottom;
	height: 200px;
	position: relative;
	display: table;
	width: 100%;
}

.category-section .featured-category-post h5,
.related-post h5 {
	color: #fff;
	font-weight: 700;
	padding: 20px 20px 0 20px;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
}

.related-post-container a {
	text-decoration: none;
}

.category-section .image-filter {
	background:rgba(0,0,0,.5);
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5)); /*Standard*/
	vertical-align: bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}


.related-post .image-filter {
	display: table-cell;
	background:rgba(0,0,0,.5);
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5)); /*Standard*/
	vertical-align: bottom;
}

/*
Comments
---------------------------------------------------------------------------------------------------- */

.comment-box {
	max-width: 1060px;
	padding: 20px;
	background: #fff;
	margin: 20px auto;
}

.comments-heading {
	font-size: 20px;
	color: #145b9b;
	font-weight: bold;
}

/*
Search
---------------------------------------------------------------------------------------------------- */

h1.search-title:before {
	content: "\e987";
	font-size: 20px;
	font-family: 'nanalyze';
}

.search-field,
#searchsubmit {
	padding: 5px;
	font-size: 16px;
}

.search-no-results #content {
	margin: 20px auto;
	text-align: center;
}

.search-form input[type="search"],
.search-form input,
.search-form button[type="submit"] {
	border-radius: 0 !important;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}

/*
Page Layouts
---------------------------------------------------------------------------------------------------- */

.content-box {
	background: #f5f5f5;
	padding: 20px;
	max-width: 700px;
	margin: 10px auto;
}

.staff {
	text-align: center;
}

.staff-member {
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	max-width: 100%;
	vertical-align: top;
	text-align: center
}

.staff-member h3,
.staff-member h4 {
	margin: 0;
	padding: 0;
}

.staff-member a {
	text-decoration: none;
	color: #145b9b;
}

.staff-bio {
	max-width: 600px;
}

.staff-member h3,
.staff-member h4 {
	color: #145b9b;
}

.staff-member img {
	border-radius: 100%;
}

.staff-bio a {
	text-decoration: none;
}

.one-half {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.spu-content .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #fff;
	color: #145b9b;
}

.spu-content .gform_wrapper .gform_footer input[type="submit"] {
	background: #67aadf;
	color: #fff;
}


/*
MemberPress + Custom Valice Paywall
---------------------------------------------------------------------------------------------------- */

#article-status {
	position: fixed;
	background: #fff;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px;
	border-top: 5px solid #145b9b;
	bottom: 0;
	z-index: 9999;
}

#article-status-close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;	
}

.call-to-subscribe a.button:hover {
	background: #000;
	color: #fff;
}

/*
MemberPress Product Header / Footer
---------------------------------------------------------------------------------------------------- */
.single-memberpressproduct .header .header-right,
.single-memberpressproduct .header .nav-main,
.single-memberpressproduct .footer-1,
.single-memberpressproduct .footer-3 {
	display: none;
}

.single-memberpressproduct .footer-2 {
	float: none;
	width: auto;
}

/*
Testimonials
---------------------------------------------------------------------------------------------------- */

.testimonials,
.testimonials .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.testimonials blockquote.wp-block-quote {
	box-shadow: 5px 5px 8px #ccc;
	margin: 20px;
	width: 280px;
	font-style: inherit;
	padding: 0 20px;
	background: #145b9b;
	color: #fff;
}

.testimonials blockquote.wp-block-quote p:before {
	content: "\f122";
	font-family: 'dashicons';
	margin-right: 5px;
}

.testimonials blockquote.wp-block-quote cite {
	font-weight: bold;
	font-style: italic;
	margin-top: -10px;
	display: block;
	margin-bottom: 10px;
}

/* Toggle */

.toggleable > .toggle-handle {
	cursor: pointer;
}

.toggleable > .toggle-body {
	display: none;
}

.toggleable .toggle-handle::before {
	content: '+';
	width: 1em;
	vertical-align: baseline;
	display: inline-block;
}

.toggleable.open .toggle-handle::before {
	content: '-';
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1315px) {

	.post h1.article-h1,
	p.blog-details,
	.post-content-wrapper {
		max-width: 960px;
	}
	
}

@media only screen and (max-width: 1175px) {

	h1.article-h1,
	p.blog-details,
	.post-content-wrapper {
		max-width: 100%;
	}

	.page-body {
		padding: 0 20px 20px 20px;
	}

	.page h1.article-h1 {
		padding: 20px 20px 0 20px;
	}
}

@media only screen and (max-width: 1100px) {

	.home-middle-articles {
		max-width: 100%;
		padding: 0 20px;
	}

	.category-section {
		width: 33%;
	}

	footer {
		padding: 0;
	}

	.footer-1,
	.footer-2,
	.footer-3 {
		padding: 10px;
		width: 30%;
	}

	.sidebar,
	.article-body {
		display: block;
		margin: 0;
		max-width: 100%;
	}

	.sidebar,
	.article-body {
		width: auto;
	}

	.fixed-scroll.show,
	.admin-bar .fixed-scroll.show {
		display: none;
	}

	.category-section h4::before {
		font-size: 2rem;
	}

	.category-section h4 {
		font-size: 16px;
	}

	.related-post-container {
		width: 32%;
	}
	
	.home-middle-sidebar {
		display: none;
	}
}

@media only screen and (max-width: 816px) {

	.home-categories {
		box-shadow: none;
		text-align: center;
	}

	.category-section:nth-child(2n+1) {
		clear: none;
	}

	.category-section {
		display: inline-block;
		float: none;
		width: 49%;
	}

	.category-section:nth-child(3n+1) {
		clear: none;
	}

	.category-section h4 {
		font-size: 16px;
	}

	.footer-1,
	.footer-2,
	.footer-3 {
		padding: 10px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	.footer-nav li.menu-item {
		display: inline;
		margin: 0 10px;
	}

	.one-half {
		display: block;
		width: 100%;
	}

}

@media only screen and (max-width: 658px) {

	.featured-post {
		width: 100%;
		height: 250px;
	}

	.home-middle .recent-post:nth-child(1),
	.home-middle .recent-post:nth-child(2), 
	.home-middle .recent-post:nth-child(3) {
		width: 100%;
		height: auto;
	}

	.category-section {
		width: 100%;
	}

	h1.archive-title:before {
		font-size: 3rem;
	}

	h1.archive-title,
	h1.search-title:before {
		font-size: 20px;
	}

	.tease-thumbnail {
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		width: auto;
	}

	.tease-content {
		padding-top: 10px;
	}

	.signup .gform_wrapper form.gf_simple_horizontal div.gform_body {
		min-width: 0;
	}

	.home .header {
		margin-bottom: 0;
	}

	.toggle-body {
		margin-top: 20px;
	}

	.home-middle .recent-post:nth-child(4) img {
		max-width: 200px;
	}

	.home-middle .recent-post.wide h3 {
		font-size: 18px;
	}

	.home-middle .recent-post:nth-child(1) .recent-post-image img {
		max-width: 100%;
	}

	
	footer .gform_wrapper {
		display: block;
	}

	.header-right ul.header-icons {
		display: none;
	}

	.home-middle-articles {
		max-width: 96%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}

	.home-middle h3 {
		font-size: 18px;
		margin: 0;
		padding: 0;
	}

	.home-middle .recent-post:nth-child(1) .recent-post-header,
	.home-middle .recent-post .recent-post-header {
		padding: 10px;
	}

	.related-post-container {
		width: 100%;
	}
}


@media only screen and (max-width: 520px) {
	.tagline {
		max-width: 140px;
		font-size: 12px;
	}

	.hdr-logo {
		padding: 5px;
		margin: 0;
		max-width: 140px;
	}

	.hdr-logo a {
		max-width: 140px;
	}

	.header .nav-main {
		margin-top: 20px;
	}

}

@media only screen and (max-width: 400px) {
	.header .wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.hdr-logo {
		max-width: 140px;
		width: 40%;
	}
	
	.tagline {
		width: 40%;
	}

	.header .header-right {
		width: 50%;
		margin: 0;
		padding: 0;
		float: none;
		order: 4;
		text-align: right;
	}

	.header .nav-main {
		float: none;
		right: auto;
		margin-top: 0;
	}

	.header .nav-main .responsive-menu-icon {
		left: 60px;
		top: 70px;
	}

	.nav-main ul {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 320px) {

	.home-middle .recent-post:nth-child(2) .recent-post-image, 
	.home-middle .recent-post:nth-child(3) .recent-post-image {
		padding-right: 0;
		padding-bottom: 10px;
	}

	.recent-post-header {
		padding: 10px;
	}

	.home-middle .recent-post:nth-child(2) .recent-post-image img, 
	.home-middle .recent-post:nth-child(3) .recent-post-image img,
	.home-middle .recent-post:nth-child(4) img {
		max-width: 100%;
		width: 100%;
	}

	.home-middle .recent-post.wide .recent-post-image {
		margin-left: 0;
		float: none;
	}
}
	
