/*
Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'nanalyze';
	src:  url('../fonts/nanalyze.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[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";
}

font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Light.ttf') format('truetype');
	font-weight: 300;
}



/*
Base and Layouts
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #222;
	font-family: 'Lato', sans-serif;
}

a {
	color: #222;
}

article a {
	color: #145b9b;
text-decoration: none;
border-bottom: 1px solid;
}

a.button,
input[type="button"],
input[type="submit"] {
	border: none;
	box-shadow: none;
	cursor: pointer;
	text-shadow: none;
	font-weight: 400;
}

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;
}

.content-wrapper {
	min-height: 500px;
}

.home-middle,
.post-content-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: -60px;
	z-index: 6;
}

a.button,
.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;
}

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;
}

.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 {
	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;
}

.home header {
	margin-bottom: 30px;
}

.hdr-logo {
	text-indent: -9999px;
	width: 180px;
	margin: 0 0 0 20px;
	padding: 20px 0;
	display: inline-block;
}

.hdr-logo a {
	display: block;
	background: url(../images/white-logo.png) no-repeat;
	width: 180px;
	height: 70px;
	background-size: contain;
}

.header .responsive-menu-icon {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin-top: 40px;
	margin-left: 40px;
}

.header .responsive-menu-icon:before {
	content: "\e9bd";
	font-family: 'nanalyze';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
 	font-variant: normal;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-right {
	float: right;
	margin: 45px 0 0 0;
}

.header-right ul > li {
	color: #fff;
}

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 li.search {
	font-size: 16px;
}

.header-right a.button {
	background: #fff;
	color: #222;
	font-size: 14px;
	margin: 0 20px;
}

.header-right a.button:hover {
	background: #145b9b;
	color: #fff;
}

/*
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
---------------------------------------------------------------------------------------------------- */

.featured-post {
	display: inline-block;
	height: 400px;
	width: 33%;
	background-size: cover;
	padding: 0;
	vertical-align: bottom;
	position: relative;
	margin: 0;
}

.featured-post:first-child {
	float: left;
	margin-right: 0.5%;
}

.featured-post:last-child {
	float: right;
	margin-left: 0.5%;
}

.featured-post .featured-post-header {
	padding: 20px;
	max-width: 500px;
	position: absolute;
	bottom: 0;
}

.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: 22px;
}

.cat-button {
	padding: 6px 15px;
	min-width: 170px;
	text-align:center;
	background: #222;
	position: relative;
	z-index: 9999;
}

.cat-button:hover {
	background: #ccc;
}

.featured-post .cat-button {
	margin: 10px 0;
	float: right;
}

.featured-post a.image-link {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

/*
Home Middle
---------------------------------------------------------------------------------------------------- */

.home-middle-sidebar {
	margin-top: 30px;
	width: 300px;
	float: right;
	text-align: 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-middle .recent-post.wide h3 {
}

/*
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;
}

.sidebar {
	display: table-cell;
	vertical-align: top;
	width: 375px;
}

.sidebar .blog-details {
	background: #f5f5f5;
	padding: 10px 30px;
}

.post-date {
	font-weight: 700;
}
.article-header::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.article-header {
	height: 550px;
	position: relative;
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: none;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.post-header {
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	z-index: 6;
	line-height: 1.2;
	background: rgba(255,255,255, 0.7);
	padding: 20px 0;
}

h1.article-h1,
p.blog-details {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

.page h1.article-h1,
.error404 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;
}

ul.tag-list li a,
ul.category-list li a {
	text-decoration: none;
}

ul.tag-list li a:before {
	content: "\e90e";
	font-family: 'nanalyze';
	font-size: 16px;
}	

.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-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;
}

/*
Subscribe Form
---------------------------------------------------------------------------------------------------- */

.signup {
	text-align: center;
	padding: 20px 0;
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	background: #5d5d5d;
	color: #fff;
}

.signup h3,
.signup p {
	margin: 0;
	color: #fff;
}

.signup h3:before {
	content: "\e911";
	font-family: 'nanalyze';
	font-size: 40px;
	display: block;
}

.signup .gform_wrapper,
footer .gform_wrapper {
	max-width: 500px;
	margin: 0 auto;
	display: table;
}

.signup .gform_wrapper form.gf_simple_horizontal div.gform_body {
	min-width: 400px;
}

.signup .gform_wrapper .gform_footer input[type=submit],
	background: #f5f5f5;
	color: #5d5d5d;
}

.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;
}

.home .signup .gform_wrapper .gform_footer input[type=submit] {
	background: #fff;
	color: #5d5d5d;
}

.home .signup .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #f5f5f5;
}

/*
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-marijuana h4,
.category-intro.cat-marijuana,
.cat-button.cat-marijuana {
	background: #45a889;
}

ul.category-list li a.cat-marijuana {
	color: #45a889;
}

.category-section.cat-marijuana h4:before,
ul.category-list li a.cat-marijuana:before,
h1.cat-marijuana: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,
.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;
}

.category-section .image-filter,
.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;
	
}

/*
Search
---------------------------------------------------------------------------------------------------- */

h1.search-title:before {
	content: "\e986";
	font-size: 20px;
}

ul.header-icons,
.header-right .toggleable {
	display: inline-block;
	vertical-align: top;
}

.header-right .toggle-handle {
	cursor: pointer;
	color: #fff;
	font-size: 28px;
}

.header-right .toggle-body {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 20px;
	right: 0;
	background: #ccc;
	padding: 10px 0;
	text-align: center;
	z-index: 999;
}

.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;
}

/*
toggle
---------------------------------------------------------------------------------------------------- */

.page-body .toggle-handle {
	color: #145b9b;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-indent: -17px;
	padding-left: 17px
}

.page-body .toggle-handle:before {
	content: "+";
	margin-right: 10px;
}

.page-body .open .toggle-handle:before {
	content: "-";
	margin-right: 10px;
}

.page-body .toggle-body {
	display: none;
	margin: 0 0 10px 20px;
}

/*
Ads
---------------------------------------------------------------------------------------------------- */

.fixed-scroll  {	
	display: none;
}

.fixed-scroll.show {
	display: block;
	position: fixed;
	top: 80px;
}

.bottom-ad {
	text-align: center;
}

/*
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;
}

/*
Ads
---------------------------------------------------------------------------------------------------- */

.top-ad {
	text-align: center;
}

.sidebar-ad {
	margin-top: 20px;
}

/*
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%;
	}

	.featured-post {
		height: 300px;
	}

	.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;
	}

	.home-middle-sidebar {
		display: none;
	}

	.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%;
	}
}

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

	.featured-post {
		height: 200px;
	}

	.home-categories {
		box-shadow: none;
		text-align: center;
	}

	.billboard-ad {
		display: none;
	}

	.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;
	}

	.signup .gform_wrapper {
		display: block;
		padding: 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;
	}

	.hdr-logo {
		width: 100%;
		margin: 0;
	}

	.hdr-logo a {
		margin: 0 auto;
	}

	.header .responsive-menu-icon,
	.header-right {
		margin: 10px;
	}

	.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 .nav-main {
		float: none;
	}

	.header .header-right {
		margin: 0;
	}

	.header .nav-main {
		position: absolute;
		top: 0;
		width: 100%;
		right: 0;
		left: 0;
	}

	.hdr-logo {
		display: block;
		width: 180px;
		margin: 0 auto;
		position: relative;
		z-index: 999999999;
	}

	.dl-menuwrapper {
		width: 100%;
	}

	.dl-menuwrapper button {
		margin: 0;
	}

	.dl-menuwrapper .dl-menu {
		width: 100%;
	}

	.header-right .toggle-handle {
		position: absolute;
		top: 43px;
		right: 20px;
		z-index: 999999999;
	}

	.header-right .toggle-body {
		margin: 0;
	}

	.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: 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;
	}
}
	