/*
Theme Name: techdecisions
Theme URI: https://www.techdecisions.co
Author: EH Publishing, Inc
Author URI: https://ehmedia.com
Description: This is a child theme of Genesis created for Tech Decisions.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: genesis

*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
		- Spacing
	- Headings
	- Objects
	- Gallery
	- Forms
		- Subscribe Form
		- Figures/Images
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure & Layout
- Content Area
	- Entries
	- Entry Meta
		- Images
		- Videos
	- Pagination
	- Comments
		- Project Details/Related Posts/Downloads/Share Links
		- Project of the week
		- Lightbox
		- Formats 
- Slideshow 
		-Captions
		-Paginated Slideshow
- Site Header
- Site Header Navigation
- Site Navigation
- Mobile Menu
- Search Navigation
- Accessible Menu
- Homepage 
- Spotlights 
- GeoDirectory
- WP User Frontend
- Ad Inserter
- Footer Widgets
- Topic Pages 	- 050
- Promos		- 060
- Legacy Styles
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles

*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#6A737B}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:		 border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clearfix {
  *zoom: 1;
  &:before,
  &:after {
	display: table;
	content: "";
  }
  &:after {
	clear: both;
  }
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #3e4445;
	font-family: "Lato", sans-serif;
	font-size: 16px;
 	font-weight: 400;
	line-height: 1.625 !important;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:	all 0.1s ease-in-out;
	-ms-transition:	 all 0.1s ease-in-out;
	-o-transition:	  all 0.1s ease-in-out;
	transition:		 all 0.1s ease-in-out;
}

a {
	color: #3178BF;
		outline: none !important;
		text-decoration: none;
}

a:active, a:visited {
	outline: none !important;
	border: none !important;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #6A737B;
	text-decoration: none;
}

media all:focus {
	outline: none !important;
}

p {
	margin: 0 0 12px;
	padding: 0;
		line-height: 1.625 !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

ul.checkmarks li:before { 
		font-family: 'FontAwesome';
		content:  "\f00c";
		margin-right: 5px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
		font-style: italic;
}

blockquote {
		border-left: 10px solid #202020;
		margin: 1.5em 10px;
		padding: 0.5em 10px;
		quotes: "\201C""\201D""\2018""\2019";
}

blockquote::before {
		color: #ccc;
		content: open-quote;
		font-size: 4em;
		line-height: 0.1em;
		margin-right: 0.25em;
		vertical-align: -0.4em;
}

/* ## Spacing
--------------------------------------------- */

.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}

.margin-top {
	margin-top: 20px !important;
}

.padding-top {
	padding-top: 20px !important;
}

.pad2 {height:2px;}
.pad4 {height:4px;}
.pad6 {height:6px;}
.pad8 {height:8px;}
.pad10 {height:10px; clear:left; }
.pad12 {height:12px; clear:left; }
.pad14 {height:14px; clear:left; }
.pad16 {height:16px; clear:left; }
.pad18 {height:18px; clear:left; }
.pad20 {height:20px; clear:left; }
.pad30 {height:30px; clear:left; }
.pad50 {height:50px; clear:left; }

.center { text-align: center; }

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
		color: #4a4949;
}

h1 {
	font-size: 36px;
		font-weight: 400;
}

h2 {
	font-size: 30px;
		font-weight: 700;
		
}

h3 {
	font-size: 24px;
		font-weight: 700;
}

h4 {
	font-size: 20px;
		font-weight: 500;
}

h5 {
	font-size: 18px;
		font-weight: 500;
}

h6 {
	font-size: 16px;
		font-weight: 400;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {width:49%;}
.gallery-columns-2 .gallery-item:nth-of-type(even) {margin-right:0;}
.gallery-columns-2 .gallery-item:nth-of-type(odd) {clear:left;}

.gallery  figcaption.wp-caption-text {
	text-align: center;
}

.gallery-columns-3 .gallery-item {width:32%;}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {margin-right:0;}
.gallery-columns-3 .gallery-item:nth-of-type(3n+4) {clear:left;}

.gallery-columns-4 .gallery-item {width:23.25%;}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {margin-right:0;}
.gallery-columns-4 .gallery-item:nth-of-type(4n+5) {clear:left;}

.gallery-columns-5 .gallery-item {width:18%;}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {margin-right:0;}
.gallery-columns-5 .gallery-item:nth-of-type(5n+6) {clear:left;}

.gallery-columns-6 .gallery-item {width:14.2%;}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {margin-right:0;}
.gallery-columns-6 .gallery-item:nth-of-type(6n+7) {clear:left;}

.gallery-columns-7 .gallery-item {width:12%;}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {margin-right:0;}
.gallery-columns-7 .gallery-item:nth-of-type(7n+8) {clear:left;}

.gallery-columns-8 .gallery-iteme {width:10.2%;}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {margin-right:0;}
.gallery-columns-8 .gallery-item:nth-of-type(8n+9) {clear:left;}

.gallery-columns-9 .gallery-item {width:8.85%;}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {margin-right:0;}
.gallery-columns-9 .gallery-item:nth-of-type(9n+10) {clear:left;}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #6A737B;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #ccc;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 300;
}

[placeholder]:focus::-webkit-input-placeholder {transition: opacity 0.5s 0.5s ease; opacity: 0;}
[placeholder]:focus::-input-placeholder {transition: opacity 0.5s 0.5s ease; opacity: 0;}
[placeholder]:focus::-moz-placeholder {transition: opacity 0.5s 0.5s ease; opacity: 0;}

.content-sidebar-wrap a.button {
    padding: 7px 14px;
}

/* sidebar: newsletter sign up widget */
#text-11, #text-7{
    background-color: #efefef;
    padding: 7px 14px;
}

#text-11, #text-8, #text-7, #text-5, #custom_html-3 {
    width: 300px;
}

#genesis-content button,
article button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    font-family: 'Roboto Condensed', sans-serif;
	background-color: #3178BF;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

span.button a, span.button a:hover {
		color: #FFF;
}

a.button {
		text-decoration: none;
}

#genesis-sidebar-primary button, input[type="button"], #genesis-sidebar-primary input[type="reset"], #genesis-sidebar-primary input[type="submit"], .button {
		display: block; 
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
article.type-downloads button:hover {
	background-color: #333 !important;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
		margin-top: 10px;
		font-family: 'Roboto Condensed', sans-serif;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 12px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
		background-color: #42a646 !important;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

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

/* ## Figures/Images/Aligns
--------------------------------------------- */
figcaption.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}
figure.alignright {
	float: right;
	
}

figure.alignleft {
	float: left;
	
}

figure.aligncenter {
	margin: 0 auto;
}

img, figure img, figure {
	max-width: 100%;
	height: auto;
}

img.alignleft {
	float: left; 
	margin: 10px 30px 10px 0;
}

img.alignright {
	float: right;
	margin: 10px 0 10px 30px;
}
 
img.aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block;
}
/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
		display: none;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
		clip: auto !important;
		height: auto;
		width: auto;
		display: none;
		font-size: 1em;
		font-weight: bold;
		padding: 15px 23px 14px;
		color: #6A737B;
		background: #fff;
		z-index: 100000; /* Above WP toolbar. */
		text-decoration: none;
		box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
		position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus
:focus {
	color: #6A737B;
	outline: #ccc solid 1px;
}
 */
 
/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-inner {	
	margin: 0 auto;
	max-width: 1500px;
	margin-top: 120px;
}

.site-header {
	background: #efefef;
	height: 80px;
	position: fixed;
	top:0;
	width:100%;
	z-index: 100;
	border-bottom: 1 px solid #eee;
}



.admin-bar .site-header {
  top: 32px;
}

.wrap {
	max-width: 1500px;
	margin: 0 auto;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.blogContent,
.content {
	float: right;
	width: 1100px;
}

.content-sidebar .blogContent,
.content-sidebar .content {
	float: left;
}

.full-width-content .blogContent,
.full-width-content .content {
	width: 100%;
}

body.page-id-39482.full-width-content .blogContent,
body.page-id-39482.full-width-content .content{
		width: 1100px;
		float: none;
		margin: 0 auto;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
		padding-top: 50px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-primary section {
		margin: 0 0 30px 0;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
	padding: 50px 0;
}

.entry-content {
	font-size: 18px;
	margin-bottom: 20px;
}

.blogContent .entry, 
.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
		margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content code {
	background-color: #6A737B;
	color: #ddd;
}

h2.subheadline {
		font-size: 24px;
		font-weight: 300;
		color: #3178BF;
		margin: 0;
} 

.entry-content h1, .entry-content h2, .entry-content h3, 
.entry-content h4, .entry-content h5, .entry-content h6 {
		color: #3178BF;
}

#category-archive h2.subheadline {
		font-size: 20px;
		color: #444;
}

.topdownload {
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding-top: 10px;
		margin-bottom: 10px;
}

.sponsor-box {
		border: 1px solid #ddd;
		/*background: #efefef;*/
		padding: 0 10px;
		min-height: 65px;
}

.sponsor-title { 
		width: 65%;
		float: left;
		margin-right: 10px;
		margin-top: 15px;
}

.sponsor-title span {
		font-family: "Roboto Condensed",sans-serif;
		font-weight: 700;
		color: #3178BF;
		text-transform: uppercase;
		font-size: 16px;
}

.sponsor {
		width: 30%;
		float: right;
		marign-left: 10px;
}

.sponsor p { 
		color: #8a8989;
		font-weight: 600;
		font-size: 11px;  
		margin: 0;
		padding: 0;
}

.sponsor-box img {
		margin-top: 3px;
}
 
h3.download {
		color: #3178BF;
		font-weight: 400;
}

.projects-container {
		position: relative;
		width:49%;
		float: left;
		margin-bottom: 20px;
 }

.projects-container-wrap {
		margin-right: 25px;
		position: relative;
}

.projects-container:nth-of-type(even) {margin-right:0;}
.projects-container:nth-of-type(odd) {clear:left;}

.projects-container img {
		margin: 0 !important;
		border: 1px solid #ddd;
}

.projects-container p {
		padding: 0;
		margin: 0;
}

.overlay-container, .project-of-the-week-container {
		position: relative;
		height: auto;
}

.projects-container .overlay::before {
		bottom: 6px;
}

.projects-container .entry-meta {
		margin-bottom: 10px;
}

.read-more {
		font-family: "Roboto Condensed",sans-serif;
		font-weight: 700;
		text-transform: uppercase;
}

.tag-top {
		margin-bottom: 35px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
}

.tag-top a {
		border:1px solid #42a646;
		color:#42a646;
		display:inline-block;
		margin:0 5px 10px 0;
		padding:10px;
}

.tag-top a:hover {
		color: #A7B5C2;
		border:1px solid #A7B5C2;
}

.wide-thumbnail-crop {
		width: 285px;
		height: 200px;
		overflow: hidden;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
		color: #555;
		font-size: 14px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

header.entry-header:after {
		clear: both;
		display: table;
		content: "";
}

.entry-footer .entry-meta {
	border-top: 1px dotted #DDD;
		padding-top: 20px;
		margin: 25px 0;
	
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-tags { 
		font-family:"Roboto Condensed", sans-serif;
		font-weight:700;
		text-transform:uppercase;
		color:#42a646;
}

.entry-tags a {
		font-weight: normal;
		text-transform: none;
}

.entry-categories {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.entry-categories a {
	text-decoration: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

p.entry-meta .entry-time:before, p.entry-meta .entry-author:before, p.entry-meta .entry-comments-link:before {
		font-family: FontAwesome;
		margin: 0 6px;
}

p.entry-meta .entry-time:before {
		content: "\f073";
}

p.entry-meta .entry-author:before {
		content: "\f040";
}

p.entry-meta .entry-comments-link:before {
		content: "\f075";
}

#category-archive .entry-meta.archive-meta {
		margin: 20px 0;
}

.author-promo  {
	border: 1px solid #dddddd;
	background: #EFEFEF;
	margin: 10px 20px 10px 0;
	max-width: 500px;
	width: auto;
	float: left;
}

.author-promo p {
	font-size: 15px;
}

.author-promo * {
	margin: 10px 20px;
}

.author-promo a {
	margin: 0;
}

.author-promo img{
	max-width: 150px;
	height: auto;
	float: left;
	display: block; 
}

.author-promo p:last-child:after { 
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.promoted-post {
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		text-align: right;
		color: #CC3333;
		border-bottom:1px dotted #EF8B8B;	 
}

.promoted-post-home {
		font-family: 'Roboto', sans-serif;
		font-size: 10px;
		font-style: italic;
		text-align: left;
		color: #CC3333;   
}


/* ## Images
--------------------------------------------- */
img.wp-post-image, img.post-image {
	max-width: 100%;
	height: auto;
}

.site-inner img.wp-post-image, img.post-image {
	margin-bottom: 15px;
}

body.single-downloads img.wp-post-image, img.post-image {
	float: left;
	margin-right: 30px;
}

img.resource {
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
}

.topdownload img {
	float: left;
	margin-right: 10px;
}

/* Sister publications widget in sidebar */
.sidebar-primary #text-5 img {
    display: inline;
    width: 90px;
    margin-right: 10px;
    vertical-align: -webkit-baseline-middle;
}

/* ## Videos
--------------------------------------------- */
/*.featured-video-plus  > .video-wrap  {
	padding-top: 0 !important;
}*/

/* ## Ads
--------------------------------------------- */
.topads {
	text-align: center;
	margin: 0 auto 20px auto;
}
/*
.topads iframe {
	width:100% !important; 
	height:auto !important; 
	max-width:320px; 
	overflow:hidden;
}
*/

.topads-jumbo {
	outline: 0 !important;
}

.topads-jumbo {
	text-align: center;
	margin: 0 auto;
	height: auto;
	min-height: 15px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #6A737B;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #42a646;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

#respond {
		margin-top: 60px
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	/*padding: 40px 40px 16px;*/
}

.entry-comments {
	padding: 40px;
}

.comment-header {
		font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-content p {
	font-style: italic;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
		font-size: 10px;
		font-size: 1rem;
		color: #3178BF;
		font-weight: bold;
}

.comment-author img {
		margin-right: 10px;
}

.entry-pings .reply {
	display: none;
}

.comment-time {
		font-size: 10px;
		font-size: 1rem;
}

.comment-time a {
		text-decoration: none;
		color: #6A737B;
}

.comment-time a:hover {
		color: #3178BF;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

/* ## Project Details/Related Content/Downloads/Share Links
--------------------------------------------- */
#project-box {
	background: #EFEFEF;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px; 
	margin-left: 15px;
	float: right;
	width: 25%;
}

.bottom-box {
	margin-bottom: 20px;
}

.article-content {
	float: left;
}

h3.equipment-list-title, h3.the_professionals {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: bold;
		color: #202020;
}

#project-box ul {
		margin-left: 0;
}

#project-box li:before { 
		font-family: 'FontAwesome';
		content:  "\f00c";
		margin-right: 5px;
}

#project-box ul > li {
		list-style: none;
}

#related_posts {
		width: 49%;
		float: left;
		margin-right:10px;  
}

#related_download {
		width: 49%;
		float: right;	  
}

#related_posts ul, #related_download {
		margin:0;
}

#related_posts h3, #related_download h3 {
		color: #555;
		letter-spacing: -1px;
}

#related_posts li {
		float: left;
		list-style: none;
		margin-left:15px;
		width:110px;
		height: 155px;
}


#related_posts li:first-child, #related_download li:first-child {
		margin-left: 0;
}

#related_posts li a, #related_download a {
		display: block;
		text-align: left;
		text-decoration:none;
		width: 110px;
} 

#related_posts li a {
		font-size: 12px;
		line-height: 16px;
}

#related_download a {
		line-height: 22px;
}

#related_download p {
		margin-top: 10px;
		font-size: 14px !important;
		line-height: 20px !important;
		color:#666666;
}

#related_posts img {
		border: 1px solid #ccc;
		height: 91px;
		width: 110px;
}

#related_download img {
		border: 1px solid #ccc;
		height: 110px;
		width: 91px; 
}

#related_posts li a:hover, #related_download li a:hover {
		text-decoration: underline;
} 

.empty-block {
		content: '';
		height: 200px;
		float: right;
		width: 49%;
}

#related_download li a img {
		float: left; 
		margin-right: 10px;
}


#related_download .related_content a {
		width: 100%;
}

#related_download p {
		font-size: 12px;
}

#crestashareiconincontent {
		margin-top: 20px !important;
}

body.single-downloads img.attachment-post-thumbnail{
		border: 1px solid #ddd;
}

.large-guides-crop {
		width: 175px;
		height: 236px;
		overflow: hidden;
}

/* ## Project of the week
--------------------------------------------- */

.project-of-the-week-listing p { 
		padding: 0; 
}

.project-of-the-week-listing h3 {
		margin-bottom: 0;
}

.project-of-the-week-listing p.entry-meta {
		padding: 5px 0 10px 0;
}

/* ## Lightbox
--------------------------------------------- */

#outerImageContainer, #lightbox, #overlay, #imageDataContainer {
		max-width: 100% !important;
}

/* ## Formats 
--------------------------------------------- */

.highlight {
		border: 1px solid #ddd;
		padding: 10px 20px;
		float: left;
		margin: 10px 15px 10px 0;
}

.highlight:after {
		clear: left;
		content: " ";
		display: table;
}

.highlight h4 {
		color: #3178BF;
		text-transform: uppercase;
}

.highlight ul li:before {
		font-family: 'FontAwesome';
		content: '\f02e';
		margin: 0 5px 0 -15px;
		color: #3178BF;
}

.highlight ul li {
		list-style-type: none;
}

/* # Slideshow
---------------------------------------------------------------------------------------------------- */


/* ## Captions 
--------------------------------------------- */
.image-caption, .featured-image-caption {
		font-size: 15px;
		line-height: 20px;
}
.image-caption {
		margin: 10px 0 20px 20px;
}
.featured-image-caption {
		font-style: italic;
		margin-bottom: 25px;
}
.image-caption p {
		margin:0 0 8px;
		padding: 0;
}

.image-caption ul li:before {
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-size: 10px;
		margin: 0 10px 0 0;
} 


/* ## Paginated Slideshow
--------------------------------------------- */
.slidePage .slide-wrapper .video-container {
	max-width: 1000px;
	height: auto;
}
.slidePage header .header-border {
	height: 50px;
	border-top: 1px solid #e5e5e5;
	padding-top: .5em;
}
.slidePage a.previous:before,
.slidePage a.next:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #565664;
}
.slidePage a.previous:before {
	content: "\f053";
	margin-right: .5em;
}
.slidePage a.next:after {
	content: "\f054";
	margin-left: .5em;
}
.slidePage a.previous {
	float: left;
}
.slidePage a.next {
	float: right;
}
.slidePage header .header-border:after {
	content: "";
	display: table;
	clear: both;
}
.slidePage .entry,
.slidePage .sidebar-primary {
	padding-top: 0;
}
.slidePage header .header-border .return-to-article {
	padding: 0 0 5px 0;
}
.youtube-clip {
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.alignleft.slideshow {
	position: relative;
	max-width: 320px;
	float: left;
	margin-right: .5em;
}
@media (max-width: 600px){
	.alignleft.slideshow {
		float: none;
	}
}
@media (max-width: 354px){
	.alignleft.slideshow {
		max-width: 210px;
	}
}
.slideshow .slideshow-bar {
	display: block;
	text-align: center;
}
.slideshow img {
	float: left;
	padding: 0 5px 15px 5px;
}
@media (max-width: 354px){
	.slideshow img{
		max-width: 100px;
	}
}
.slideshow hr{
	margin: 0;
}
.slideshow .slideshow-link {
	margin-top: .5em;
	text-align: center;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	padding: 10px 0;
}

.title-area {
	float: left;
	width: 30%;
}

.header-widget-area {
	float: right;
	width: 70%;
}

.site-title {
		line-height: 1px;
		float: left;
}

p.site-title, h1.site-title {
	margin: 0;
}

.site-header img {
	max-width: 100%;
	height: auto;
	width: 160px;
}


.site-description {
	margin-bottom: 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
		font-family: 'Roboto Condensed', sans-serif;
	background-color: #3178bf;
	margin: 0 auto;
}

.nav-secondary {
		font-family: 'Roboto Condensed', sans-serif;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none !important;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #555 !important;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #3178BF !important;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	line-height: 1;
	width: 100%;
}

ul#menu-main-menu li {
	text-transform: uppercase;
}

ul#menu-main-menu li.best a:before {
	content: "\f005";
	font-family: FontAwesome;
	display: inline;
	color: #efd924;
	margin-right: .5em;
}

ul#menu-main-menu li.best a{
	font-weight: bold;
	color: #fff;
}

ul#menu-main-menu li.best a:hover{
	color: #ccc;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #555;
	text-decoration: none;
	display: block;
	padding: 10px 24px;
}

.genesis-nav-menu a:first-child {
		padding-left: 0;
		margin: 0;
}

#menu-main-menu li.drop-menu a:after{
		font-family: FontAwesome;
		color: #fff;
		margin-left: 5px;
		content: "\f107";
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #3178BF;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
		padding-top: .3em;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:	 opacity .4s ease-in-out;
	-o-transition:	  opacity .4s ease-in-out;
	transition:		 opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
		line-height: 20px;
		
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee !important;
	border-top: 0;
	font-size: 14px;
	padding: 12px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
		text-transform: none !important;
}

.genesis-nav-menu .sub-menu a:visited {
	border: 1px solid #eee !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;	 
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.nav-secondary {
	float: right;
}

.nav-secondary a, .nav-secondary a:active, .nav-secondary a:visited {
	color: #333;
	text-decoration: none !important;
}

.nav-secondary a:hover {
	color: #ccc !important;
	text-decoration: none;
}

nav.nav-secondary li {
	font-size: 12px;
	text-transform: uppercase;
}

nav.nav-secondary li.menu-item a {
	padding: 30px 10px;
}

.nav-secondary li a:before {
	font-family: FontAwesome;
	color: #3178BF;
	margin-right: 5px;
}

.nav-secondary li a[href*="log"]::before {
	content: '\f007';
}

.nav-secondary li a[href*="get"]::before {
	content: '\f040';
}

nav#genesis-nav-primary {
	position: fixed;
	top: 80px;
	width: 100%;
	height: 40px;
	z-index: 100;
}

.admin-bar nav#genesis-nav-primary {
	top: 112px;
}

nav#genesis-nav-primary .wrap {
	padding-top: 0;
}

#search-form-container {
	position: fixed;
	top: 120px;
	width: 100%;
	z-index: 200;
}

.admin-bar #search-form-container {
	top: 152px;
}

/* # Mobile Menu
---------------------------------------------------------------------------------------------------- */

.slicknav_menu {
	display:none;
}

/* # Search Navigation
---------------------------------------------------------------------------------------------------- */
.menu-primary  .menu-item {
	float: left;
}

/* Header search */
.search-form-container {
	position: relative;
}

.search-toggle {
		font-family: 'Roboto Condensed', sans-serif;
	float: right;
	padding: 10px 24px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 1;
		font-size: 15px;
}

.search-toggle:hover,
.search-toggle.active {
	background: #516073
		border-bottom: 3px solid #516073
}

span.search:after{
	font-family: FontAwesome;
	content: "\f002";
	margin-left: 5px;
}


.search-box-wrapper {
	z-index: 999;
	width: 100%;
	display: none;
}

.search-box {
	background: #516073
		/*height: 3em;*/
		padding-top: 1px;
}

.search-box input[type="search"]{
	max-width: 350px;
	float: right;
	padding: 10px 20px 10px 40px;
	font-size: 20px;
	background-color: #fff;
	/*border: 0;*/
}

.search-box input[value="Search"]{ 
	display: none; 
}


/* Text meant only for screen readers - from UnderScores */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: none;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Homepage
--------------------------------------------- */

.main-story { 
	 position: relative;
	 width: 50%;
	 float: left;
	 background: #ddd;
 }
 
.more-stories img {
	display: block;
	/*max-height: 200px;*/
	width: 100%;
}
.main-story img {
	display: block;
	/*max-height: 400px !important;*/
	width: 100%;
}
@media (min-width: 1501px ){
	/*.more-stories img {
		min-height: 250px;
	}
	.main-story img {
		min-height: 500px;
	}*/
}
@media (max-width: 996px ){
	.more-stories img {
		width: 100%;
		height: auto;
		max-height: 100%;
	}
}
.relative {
	 position: relative;
 }

.overlay::before { 
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 70%;
	position: absolute;
	width: 100%;
	/*z-index: 10;*/
}

.overlay {
	margin-bottom: 0;
	display: block;
}

.homepage-title, .homepage-title-more  {
	bottom: 0;
	left: 0;
	padding: 18px 20px;
	position: absolute;
	z-index: 15;
}

.homepage-title h2 {
	color: #fff;
	font-family: "Lato",sans-serif;
	font-weight: 600;
}

.homepage-title h2 a, .homepage-title-more h3 a {
	color: #fff;
}

.homepage-title h2 a:hover, .homepage-title-more h3 a:hover  {
	opacity: .5;
}

 .more-stories {
	 position: relative;
	 width: 25%;
	 float: left;
	 background: #ccc;
 }
 
 .main-story .entry, .more-stories .entry {
	 padding: 0;
 }
 
 .ie9block {
	 background: #6A737B; 
	 display: block;
	 width: 100%;
	 min-height: 1px;
	 padding: 10px;
 }
 
.cat-box {
	background: #42a646;
	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
 }
 
.homepage-title .cat-box .entry-categories, .homepage-title-more .cat-box .entry-categories, .homepage-title .entry-meta, .homepage-title-more .entry-meta, .post-teaser-cat-box .cat-box .entry-categories {
	 color: #fff;
 }
 
.homepage-title p.entry-meta, .homepage-title-more p.entry-meta {
	 padding: 0 !important;
 }
 
.homepage-title .more:last-child::after {
	 content: ' in';
 } 
 
.homepage-title-more .more::after {
	 content: ', ';
 } 
 
.homepage-title-more .more:last-child::after {
	 content: '';
 } 
 
.post-teaser-cat-box.latest-content .more::after {
	 content: ', ';
 }

.post-teaser-cat-box.latest-content .more:last-child::after {
	 content: '';
 } 
 
.subscribe-box{
	width: 100%;
	background: #a7b5c2;
 }
 
.subscribe-box2{
	width: 100%;
	background: #a7b5c2;
	/*added when they switched newsletter promo*/
	background-image: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2018/03/23141300/TD_newsletter_promo3.jpg'); 
	background-repeat: no-repeat; 
	min-height: 350px; 
	background-position: 100%;
 }
/*added when they switched newsletter promo*/ 
@media only screen and (max-width: 1200px) {
.subscribe-box2 {
	background-position: 90%;
}
  }
/*added when they switched newsletter promo*/ 
@media only screen and (max-width: 1026px) {
.subscribe-box2 {
	background-image: none;
	background-color: #3178bf; 
	min-height: 0px;
}
.subscribe-box2 .subscribe-form-wrapper {
	width: 100%;
	float: none;
}
}

.subscribe-box .site-inner, .subscribe-box2 .site-inner  {
	 margin-top: 0;
	 padding: 20px;
 }
/*added when they switched newsletter promo*/
.subscribe-box2 .subscribe-form-wrapper {
	 padding-top: 20px;	
}
/*added when they switched newsletter promo*/
 @media only screen and (max-width: 1320px) {
.subscribe-box2 .subscribe-form-wrapper {
	 padding-top: 0px;	
}
 }

/*added when they switched newsletter promo*/
.subscribe-box2 .subscribe-form-wrapper h2, .subscribe-box2 .subscribe-form-wrapper p {
	color: #fff;	
}
/*added when they switched newsletter promo*/
.subscribe-box2 .subscribe-form-wrapper a {
	background-color: #333; 
	color: #fff;
}
/*added when they switched newsletter promo*/
.subscribe-box2 .subscribe-form-wrapper a:hover {
	background-color: #42a646 !important;	
}
 
.right-side-teaser {
	 width: 50%;
	 float: left;
	 border-left: 1px solid #96a0a9;
}
.right-side-teaser-wrap {
	margin-left: 40px;
}


.right-side-teaser img {
	width: 150px;
}

.subscribe-form-wrapper {
	 width: 48%;
	 float: left;
	 margin-right: 10px;
}

 #homepage .site-inner {
	 margin-top: 40px;
 } 

.post-teaser {
	width: 33.3333%;
	float: left; 
	margin-bottom: 30px;
}

.post-teaser:nth-of-type(3n+3) {margin-right:0;}

.post-teaser:nth-of-type(3n+4) {clear:left;}

.post-teaser-wrapper {
	margin: 5px 10px 5px 0;
}

.post-teaser-img-wrapper {
   position: relative
}

.post-teaser-img-wrapper img, .homepage-downloads img, .topics img  {
	border: 1px solid #ddd;
}

.homepage-downloads img.post-image {
	max-width: 100px;
	height: auto;
	margin-right: 15px;
}

.post-teaser-cat-box {
		bottom: 0;
		left: 0;
		padding: 30px 20px;
		position: absolute;
		z-index: 15;
}

.homepage-downloads {
		position: relative;
		min-height: 145px;
		margin-top: 15px;
}

.homepage-inner-wrapper {
		margin-right: 15px;
		padding-bottom: 50px;
	
}

.homepage-inner-wrapper:after {
		clear: left;
		content: " ";
		display: table;
}

.topics.home-topic img {
	/*max-width: 95%;*/
	height:264px;
  	overflow:hidden;
  	width:470px;
  	margin-bottom: 0;
}
	
.topics {
		width: 48%;
		float: left;
		margin-right: 10px;
}

.home-widget-left, .home-widget-right {
		position: relative;
		width: 50%;
		float: left;
}

.home-widget-left-content, .home-widget-right-content {
		margin-right: 20px;
}

.homepage-crop-topics {
		width: 470px;
		height: 264px;
		overflow: hidden;
}

.homepage-crop-latest, .latest-content img {
		width: 350px;
		height: 190px;
		overflow: hidden;
		margin-bottom: 0 !important;
}

.homepage-crop-downloads {
		width: 100px;
		height: 135px;
		overflow: hidden;
}

/*
Homepage - blog section
*/
	.blogContent
	{
		margin-top: 40px;
		width: inherit;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		text-align: left;
		overflow: hidden;
	}
	.blogContent .homepage-inner-wrapper
	{
		padding-right: 0;
	}
	.blogFooter
	{
		clear: both;
		margin:1rem 0;
	}
	.blogPost
	{
		flex: 0 0 auto;
		margin-bottom: 30px;
		width: 25%;
	}
	.blogContent .post-teaser:nth-of-type(4n+4)
	{
		clear: none;
	}
	.blogItemFooter .entry-time::before
	{
		margin-right: 6px;
		font-family: FontAwesome;
		content: '\f073';
	}
	.blogItemFooter .entry-author::before
	{
		margin-right: 6px;
		font-family: FontAwesome;
		content: '\f040';
	}

	@media only screen and (max-width: 854px)
	{
		.blogPost
		{
			width: 50%;
		}
	}
	@media only screen and (max-width: 798px) {
		.blogContent
		{
			padding: 0;
		}
		.blogPost
		{
			width: 48%;
		}
	}
	@media only screen and (max-width: 600px) {
		.blogPost
		{
			width: 100%;
		}
	}


/* ## Spotlights
--------------------------------------------- */

.spotlight-box {
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,237,252,1) 49%, rgba(179,195,209,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(221,237,252,1)), color-stop(100%, rgba(179,195,209,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,237,252,1) 49%, rgba(179,195,209,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,237,252,1) 49%, rgba(179,195,209,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,237,252,1) 49%, rgba(179,195,209,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(221,237,252,1) 49%, rgba(179,195,209,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3c3d1', GradientType=0 );
		border-bottom: 1px solid #b0adad;
		border-top: 1px solid #f2f3f2;
}
.spotlight-box.article-page {
		padding: 0 20px;
		border: 1px solid #a7b5c2;
		margin-bottom: 15px;
}
 
.spotlight-box h3, .spotlight-box h5, .spotlight-box h6 {
		font-weight: 300;
}

.spotlight-item-article h6 {
		font-size: 14px;
		line-height: 20px;
}

.spotlight-box p {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		padding: 0;
}

.spotlight-box h5 {
		margin: 0;
}

.spotlight-box.article-page h5 {
		margin-bottom: 10px;
}

.spotlight-box h6.spotlight-more {
		margin-bottom: 8px;
}

.spotlight-box .entry-categories {
		color: #3178BF;
}

span.entry-categories.spotlight-article {
		display: inline !important;
}

.spotlight-article img {
	float: none !important;
	max-height: 75px;
	width: auto;
	margin: 0 !important;
}

.spotlight-article p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: auto;
}

.spotlight-box img.entry-image.post-image {
		border: 1px solid #ccc;
}

.spotlight-logo {
		max-width: 100px;
		height: auto;
}

.spotlight-box .site-inner {
		margin-top: 0 !important;
		padding-top: 20px;
		padding-bottom: 20px;
}

.spotlight-box.article-page .site-inner {
		margin-top: 0 !important;
		padding-top: 8px;
}

span.spotlight-title {
		font-weight: bold;
}

.spotlight-home .spotlight-item {
		width:25%;
		float: left;
		padding-right: 15px;
}

.spotlight-home .spotlight-item:nth-of-type(3n+4) {
		margin-right:0;
}

.spotlight-home > .download img {
    float:left;
    margin: 0 10px 10px 0;
    width: 120px;
    height: auto;
}

.spotlight-home .spotlight-item-article {
		width:18%;
		float: left;
		/*margin: 0 0 28px;*/
		padding-right: 15px;}
.spotlight-home .spotlight-item-article :nth-of-type(5n+5) {margin-right:0;}
.spotlight-home .spotlight-item-article :nth-of-type(5n+6) {clear:left;}



img.spotlight-article-thumb {
		margin-right: 5px !important;
		margin-bottom: 0 !important;
		border: 1px solid #b0adad;
		max-width: 100px;
		height: auto;
		overflow: hidden;
}

.spotlight-box .button {
		margin-top: 10px;
		padding:10px 15px;
		background-color: #202020;
}

.spotlight-crop {
		width: 200px;
		height: 160px;
		overflow: hidden;
}

/* ## GeoDirectory
--------------------------------------------- */


.geo-site-inner {
		margin-top: 120px;  
		max-width: 1500px;
}

body.page-geodir-signup .site-inner {
		padding-top: 60px;
}

body.geodir-page .site-inner {
		margin: 20px auto 0;
}

.geodir_full_page {
		/*overflow-x: hidden;*/
}


.geodir-addtofav-icon {
		display: none;
}

/* Certifications */

.certs {
   color: transparent;
}

.geodir_info_comm:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190242/icif_logo.png');
   display: block;
}

.geodir_nsca:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190243/nsca_logo.png');
   display: block;
}

.geodir_apex:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190236/apex_logo.png');
   display: block;
}

.geodir_esa:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190242/esa_logo.png');
   display: block;
}

.geodir_psa:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190244/psa_logo.png');
   display: block;
}

.geodir_asis:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190238/asis_logo.png');
   display: block;
}

.geodir_comptia:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190241/comptia_logo.png');
   display: block;
}

.geodir_cissp:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190240/cissp_logo.png');
   display: block;
}

.geodir_cism:after {
   margin-top: 20px;
   content: url('https://s3.amazonaws.com/techdecisions/wp-content/uploads/2016/10/03190238/cism_logo.png');
   display: block;
}

.geo-nav-menu {
	padding: 20px 0;
	background: #f3f3f3;
}

.geo-company-logo {
	max-width: 200px;
}

body.single-gd_place .geo-nav-menu, body.single-format-standard .geo-nav-menu {
	display: none;
}

ul#menu-geodirectory, ul#menu-geodirectory dl.geodir_location_tabs_head, ul#menu-geodirectory .geodir_location_sugestion  {
	margin: 0 auto;
	text-align: center;
}

#menu-item-gd-location-switcher .geodir_location_tab_container dd.geodir_location_tabs a {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 14px !important;
	text-decoration: none;
	text-transform: uppercase;
}

ul#menu-geodirectory #menu-item-gd-location-switcher .geodir_location_sugestion {
	margin-top: 20px;
}

#menu-item-gd-location-switcher .geodir_location_tab_container dd.gd-tab-active a {
	border-color: #3178BF !important;
	color: #3178BF !important;
}

ul#menu-geodirectory #menu-item-gd-location-switcher dd {
	width: auto;
	margin-right: 5px;
}

ul#menu-geodirectory li.menu-item-gd-location-switcher > a {
	text-decoration: none;
	pointer-events: none;
	color: #3178BF !important;
	text-transform: uppercase;
}

.geodir-chosen-container-single .chosen-single {
	border-radius: 0 !important;
	height: 40px !important;
}

#menu-item-gd-location-switcher .geodir_location_sugestion a {
	font-size: 14px !important;
	padding: 8px 0 0 8px !important;
}
.geodir-chosen-container-active .chosen-single {
	border: 1px solid #3178BF !important;
}

aside.sidebar-primary  #geodir_widget_carousel {
	display: none;
}

aside.sidebar-primary .geodir_flexslider .geodir-slides img {
	max-width: 100%;
	width: 100%;
	height: 100% !important;
}

.geodir_flexslider {
	box-shadow: none !important;
	border-radius: 0 !important;
}

.geodir-slider-title a, .geodir-slider-title a:hover {
	text-decoration: none;
}

#geodir_near_me_button-2 button, #geodir_near_me_button-3 button, button.gdga-show-analytics, .geodir_near_me_button .widget-wrap button {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #3178BF;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

#geodir_near_me_button-2 button:hover, button.gdga-show-analytics:hover {
	background-color: #333;
	color: #fff;
}

.geodir-company_info {
	border: 0 !important;
}

body.single-gd_place .geodir-direction-nav a {
	top: 90%; 
	background: #fff url("images/geo_direction_nav.png") no-repeat scroll 0 0;
}

body.single-gd_place .geodir-direction-nav .geodir-next {
	background-position: 100% 0;
	right: 5px;
}

body.single-gd_place #geodir_carousel li {
	border: 0;
}

body.single-gd_place #geodir_carousel ul.geodir-slides li:first-child {
	margin-left: 40px;
}

body.single-gd_place #geodir_carousel {
	margin-top: 40px;
}

body.single-gd_place .geodir-company_info.geodir-details-sidebar-social-sharing {
	margin-bottom: 0;
	padding: 0 10px 0 10px;
}

body.single-gd_place .twitter-share-button {
	width: 70px !important
}

ul li .geodir_featured_img {
	background: url("images/geo_featured.png") no-repeat scroll 0 0 !important;
}

.geodir_new_listing {
	background: url("images/new.png") no-repeat scroll 0 0 !important;
	height: 35px !important;
}

.geodir_full_page .geodir-cat-list ul li {
	width: auto !important;
}

.geodir-cat-list{
	max-width: 1500px;
		margin: 0 auto;
}

.geodir-company_info {
	padding: 0 !important;
}

.geodir-content p { 
	font-size: inherit !important;
	line-height: inherit !important;
}
/* GEO Register Page */

body.page-geodir-signup .entry {
	float: left !important;
	padding-top: 0;
	width: 50%;
}

body.page-geodir-signup .registration_form_r {
	float: left !important;
	width: 90%;
}

.directory_sample {
	float: left;
	width: 49%;  
	line-height: 1.625;
}

.widget-wrap .geodir-listing-slider-spacer, #geodir-sidebar-right .geodir-listing-slider-spacer {
	display: none !important;
}

.geodir-category, .geodir-tags {
	display: block;
	float: none !important;
}

.geodir-upgrade {
	color: #202020 !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

.geodir-chosen-container-single .chosen-single div b {
   background: rgba(0, 0, 0, 0) url("images/chosen-sprite_new.png") no-repeat scroll 0 3px !important; 
}

.registration_form_box h4::after {
	margin-top: 10px;
	display: block;
	content: '* All Fields Required';
	font-size: 12px;
	font-style: italic;
}

.geodir-bubble_desc .geodir-bubble-rating, .geodir-bubble_desc .geodir-bubble-fav, .geodir-bubble_desc .geodir-bubble-reviews {
	display: none;
}

.geodir-bubble_desc h4 {
	background: none !important;
	position: relative !important;
	width: auto !important;
	padding-bottom: 0 !important;
}

.geodir-search:before {
	display: block;
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	content: "Example: Home Theater, Los Angeles, CA or click the compass to detect your location.";
}

#post_profileTab img {
	float:left;
	margin-right: 10px;
}

.map_category {
	display: none !important;
}

/* ## WP User Frontend 
--------------------------------------------- */
ul.wpuf-form li {
		list-style-type:none;
}

.wpuf-form .button, .wpuf-form input[type="submit"] {
		font-family: 'Roboto Condensed', sans-serif !important;
		background-image: none !important;
		background-color: #3178BF !important;
	border: 0 !important;
		border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 16px 24px !important;
	text-transform: uppercase;
	width: auto;
		height: auto !important;
}


.wpuf-form .button:hover, .wpuf-form input[type="submit"]:hover {
	background-color: #333;
	color: #fff;
}

ul.wpuf-form li .wpuf-fields { 
	width: 100% !important;
}

ul.wpuf-form li .wpuf-label {
	margin-right: 25px;
	width: 100% !important;
}

.wpuf-help ul li {
	margin-left: 0;
	line-height: 100%;
}

ul.wpuf-form li .wpuf-fields textarea {
	width: 100% !important;
}

ul.wpuf-form li .wpuf-fields a.file-selector {
	display: inline-block !important;
}

/* ## Ad Inserter
--------------------------------------------- */
.code-block {
	border: 1px solid #ddd;
	background: #efeeee;
	padding: 10px;
	margin: 10px 0 25px !important;
}

.code-block h4 {
	padding-top: 10px;
	color: #3178BF; 
}

.code-block img {
	border: 1px solid #ddd;
}
.code-block .button {
	padding:6px 14px;
	background: #202020;
	margin-top: 10px;
}
.code-block p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family:"Lato", sans-serif;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .wrap {
	color: #fff;
	margin: 0 auto;
	max-width: 1500px;
		padding: 20px 0;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets .widget-area {
	float: left;
	padding-right: 5%;
	width: 30%;
}

.footer-widgets .footer-widgets-3 {
	padding-right: 0;
    float: right;
}

.footer-widgets .search-form input[type="submit"] {
	margin-top: 10px;
	width: 100%;
}

#genesis-footer-widgets {
	border-top: 1px solid #ccc;
	background: #3178BF;
	font-size: 14px;
}

footer.site-footer{
	font-size: 14px;
	background: #333;
	border-top: 1px solid #ccc;
}

.creds {
	margin-top: 20px;
	color: #fff;
}

.footer-widgets-1 h3, .footer-widgets-2 h3, .footer-widgets-3 h3  {
	font-family: "Lato",sans-serif;
	font-weight: bold;
}

.footer-widgets-3 img {
    background-color: #efefef;
    width: 300px;
}

#menu-footer li {
	margin: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
}

#menu-footer li a, .footer-widgets-3 a {
	color: #ddd;
	text-transform: uppercase;
	text-decoration: none;
}

#menu-footer li a:hover, .footer-widgets-3 a:hover {
	color: #fff;
}

#genesis-footer-widgets .alignleft {
	float: left;
	margin-right: 10px;
}

.menu-social-menu-container li {
	display: inline-block;
	width: 40px;
}

.menu-social-menu-container li a {
	visibility: hidden;
	display: inline-flex;
	color: #A7B5C2;
}

.menu-social-menu-container li a:hover {
	color: #fff;
}

.menu-social-menu-container li a:before {
	visibility: visible;
	font-family: FontAwesome; 
	font-size: 20px; 
	display: inline-block; 
}


.menu-social-menu-container li a[href*="facebook.com"]:before {
	content: "\f09a";
}

.menu-social-menu-container li a[href*="twitter.com"]:before {
	content: "\f099";
}

.menu-social-menu-container li a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.menu-social-menu-container li a[href*="linkedin"]:before {
	content: "\f0e1";
}

.menu-social-menu-container li a[href*="feeds"]:before {
	content: "\f09e";
}

/*
Topic Pages - 050
*/
	.wrapper_topicRelated {
		margin: 1rem 0;
		padding: 1rem 0;
	}
	.topicRelatedHeader {
		font-weight: 400;
	}
	.topicRelatedItem {
		margin: 1rem 0;
		padding: 1rem 0;
		border-bottom: 1px dotted #CCC;
	}
	.listedItem {

	}
	.listedItem_Title {
		font-weight: 400;
	}
	.listedItem_Excerpt {

	}
	.listedItem_Date {
		padding-right: .5rem;
	}
	.listedItem_Author {
		padding-right: .5rem;
	}
/*
Promo Styles - 060
*/
	/*
	alert promos - 060.01
	*/
		body.no-alert .promo_alertBar {
			display: none !important;
		}
		.promo_alertBar {
			box-sizing: border-box;
			background-color: rgba(197,23,23,.8);
			text-align:center;
			color: #fff;
			padding:.5rem 0;
			z-index:200;
			position:fixed;
			width:100%;
			top: auto;
		}
		.promo_alertBar p {
			padding:0;
			margin:0;
			display:inline;
		}
		.promo_alertBar a {
			color: #fff;
			text-decoration: underline;
		}
		#promo_alertBar_closer {
			box-sizing: border-box;
			padding-right: 1rem;
			cursor:pointer;
			float: right;
			font-size: 1rem;
		}
		#promo_alertBar_closer a {
			text-decoration: none;
			font-weight: bold;
		}
	/*
	bottom bar promos - 060.02
	*/
		.promo_bottombar {
			position:fixed;
			bottom: 0;
			left: 0;
			height: auto;
			width:100%;
			/*background-color: rgba(0,0,0,.8);*/
			background-color: rgba(107,105,105,.95);
			padding:1rem 0;
			color: #FFFFFF;
			border-top:1px solid #e5e5e5;
			/*z-index:5;*/
			text-align:center;
			z-index:16;
		}
		.promo_bottombar .row {
			margin-bottom: .5em;
		}
		.promo_bottombar a:hover,
		.promo_bottombar .promo_bottombar_button:hover {
			color: #FFFFFF;
		}
		.promo_bottombar .promo_bottombar_button {
			margin-right: 1rem;
			float:right;
			cursor:pointer;
			color: #DDDDDD;
			height: auto;
			font-size: 1.8rem;
		}
		.promo_bottombar p {
			color: #FFFFFF;
		}
		#bottombarCloseIcon:hover {
			color: #FFFFFF;
		}
	/*
	in content promos - 060.03
	*/
		#promo_incontent {
			clear: both;
			margin: 2rem 0;
			padding: 1rem;
			display: block;
			background-color: #EFEFEF;
			border: 1px solid #cccccc;
		}
		#promo_incontent p {
			margin:1rem 0;
		}

/* # Legacy Styles
---------------------------------------------------------------------------------------------------- */

.sideleft, #storyside {
	float:left;
	font-weight:400;
	font-size: 85%;
	line-height:135%;
	margin:5px 20px 10px 0;
	width:220px;
	color: #727272;
}

.sideleft p, .sideright p {
	margin: 0;
	padding: 0;
}

.caption {
  font-size:12px;
  font-style:italic;  
}

.sideright {
	float:right;
	font-weight:400;
	font-size: 85%;
	line-height:135%;
	margin:5px 0 10px 20px;
	width:220px;
	color: #727272;
}

.pullquoteright, .pullquoteleft {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:124%;
	font-weight:400;
	line-height:26px;
	color: #3178BF;
	width:240px;
}
.pullquoteright{
	 float:right;
	 margin:6px 0 10px 15px;
	 padding-left:10px;
	 border-left:1px dotted #ddd;
}
.pullquoteleft{
	float:left;
	margin:6px 14px 12px 0;
	padding-right:10px;
	border-right:1px dotted #ddd;
}
.pullquoteright i, .pullquoteleft i, .pullquoteright em, .pullquoteleft em {
	font-weight: 800;
	font-size:100%;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1600px) {
	.site-inner,
	.blogContent,
	.wrap, .site-header > .wrap, .footer-widgets .wrap, .geodir-cat-list {
		max-width: 1260px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area, body.page-id-39482.full-width-content .content {
		/*width: 620px;*/
		width: 920px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}
		
	.entry-content {
			font-size: 16px;
	}
	
	.equipment_list_column_1, .equipment_list_column_2 {
		width: 39%;
	}
	
	#related_posts li:last-child {
		margin-left: 0;
	}
	
	#related_posts li {
		margin-bottom: 30px;
	}
	
	#project-box {
		float: none; 
		width: 100%;
		margin-left: 0;
	}
   
	
	.equipment_list_column_1 {
		width: 49%;
		float: left;
		margin-right:10px;  
	}

	.equipment_list_column_2 {
		width: 49%;
		float: right;
	}
	
	.topics {
		width: 48%;
		margin: 0 5px;
	}
}

@media only screen and (max-width: 1450px) {
	.homepage-title-more .cat-box, .post-teaser-cat-box {
		display: none;
	}
}

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

	.spotlight-box.article-page .spotlight-home img {
		float: none;
	}
		
		
	.spotlight-box img.entry-image.post-image {
		float: none;
	}
}

@media only screen and (max-width: 1320px) {
	.site-inner,
	.blogContent,
	.wrap, .site-header > .wrap, .footer-widgets .wrap, .geodir-cat-list {
		max-width: 1060px;
	}
		
	.content,
	.site-header .widget-area, body.page-id-29031.full-width-content .content {
		width: 720px;
	}
		
	#related_posts li {
		margin-left: 10px;
	}
	
	.homepage-crop-topics, .homepage-crop-latest  {
		height: auto;
	}

}


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

	.homepage-title-more h3 {
			font-size: 18px;
	}
}

@media only screen and (max-width: 1080px) {
	.site-inner,
	.blogContent,
	.wrap, .site-header > .wrap, .footer-widgets .wrap, .geodir-cat-list {
		max-width: 960px;
	}
		
		.content,
	.site-header .widget-area, body.page-id-29031.full-width-content .content {
		width: 620px;
	}
.genesis-nav-menu a {padding: 10px 14px;}
		
}

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

	.header-image .site-title > a {
		background-position: center top;
	}
		
		.genesis-nav-menu {font-size: 14px;}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		/*padding: 30px 16px;*/
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
		
		#related_posts li:nth-child(3){
				margin-left: 0;
		}
		
		#related_posts li:last-child {
				margin-left: 10px;
		}

}

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

	.site-inner,
	.blogContent,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area, body.page-id-29031.full-width-content .content {
		width: 100%;
	}

	.footer-widgets .wrap{
		padding: 20px 5%;
	}
		
		.site-header .wrap {
				padding: 10px 5%;
		}
		
		.entry {
			padding-bottom: 0;
		}
		
		.sidebar-primary {
			padding-top: 0;
		}
		
		aside.sidebar-primary .geodir_flexslider .geodir-slides img {
			width: auto !important;
		}
		
		.geodir-slider-title {
			background: none !important;
		}
		
		.geodir-slider-title a {
			background-color: #6A737B;
			color: #ffffff;
			font-size: 18px;
			font-weight: bold;
			letter-spacing: -1px;
			padding: 5px 10px;
			text-shadow: 1px 1px 1px #6A737B;
			text-transform: uppercase;
		}
		
		#related_posts li:nth-child(3){
			margin-left: 10px;
		}
		
		#related_posts li:last-child {
			margin-left: 0;
		}
}



@media only screen and (max-width: 996px) {
		.main-story, .more-stories {
			float: none;
			width: 100%;
		}
		.homepage-title-more .cat-box {
			display: inline-block;
		}

		.homepage-title-more h3 {
			font-size: 24px;
		}
}


@media only screen and (max-width: 970px) {
		.search-toggle {  padding: 10px 0; }

		#wpadminbar, #wpadminbar * { font-size: 11px; }

		#wpadminbar .ab-icon, #wpadminbar .ab-item::before, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon{
			margin-right: 0 !important;
		}

		#wpadminbar .ab-icon, #wpadminbar .ab-item::before, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon {
			display: none;
		}
}

 
@media only screen and (max-width: 854px) {
	
		#menu-main-menu, #menu-top-menu {
		display:none;
	}
		
		.site-title {
		float: none;
		margin: 0 auto;
		}
		
		.site-header {
			top: 50px;
		}
		
		.admin-bar .site-header {
			top: 82px;
		}
		
		.site-inner {
		   margin-top: 150px;
		}
		
		.admin-bar .site-inner {
			margin-top: 152px;
		}

		
		nav#genesis-nav-primary {
			top: 120px;
		   /* height: 40px;*/
		}
		
		.admin-bar nav#genesis-nav-primary {
			top: 152px;
		}
		
		#search-form-container {
			top: 160px;
		}
		
		.admin-bar #search-form-container {
			top: 192px
		}
		
		.search-box {
		   /* height: 40px;*/
		}

        .slicknav_menu {
                display:block;
                position: fixed;
                top: 0;
                width: 100%;
                /*z-index: 40;*/
                z-index: 200;
        }
		
		.admin-bar .slicknav_menu {
			top: 32px; 
		}
		
		.search-box input[type="search"] {
			float: none;
			width: 100%;
			max-width: 100%;
		}
		
		.search-box .wrap {
			margin: 0 auto;
			text-align: center;
		}
		
		.search-toggle:hover,
		.search-toggle.active {
            background: none;
            border: 0;
		}
		
		form.search-form {
			/*margin-top: 10px;*/
		}
	
		.nav-primary {
			height: 40px;
		}

		.search-toggle {
		   /* padding: 10px 0; */
			float: none !important;
			margin: 0 auto;
			font-size: 15px;
		}
		
		span.search {
			font-weight: bold;
		}

		header .wrap {
			margin: 0 auto;
		   /* padding: 10px 5px !important;*/
		} 
		
		.spotlight-home img.entry-image.post-image, .spotlight-home > .download img {
			float: none;
		}  
		
		.statusbar-wrapper {
			float: left;
			text-align: left;
		}
		
}



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

	body {
		background-color: #fff;
		font-size: 14px;
		/*font-size: 1.4rem;*/
	}
		
	.site-inner,
	.blogContent,
	.wrap, .wrap, .footer-widgets .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
		
		#related_posts li:nth-child(2){
			margin-right: 15px;
		}
		
		#related_posts li:nth-child(3){
				margin-left: 0;
				margin-right: 15px;
		}
		
		#project-box {
			font-size: 16px;
		}
		
		body.page-geodir-signup .entry, .directory_sample {
			float: none;
			width: 100%;
			margin-bottom: 20px;
		}
		
		body.page-geodir-signup .registration_form_r {
			width: 100%;
		}
		
		.sponsor-box img {
			width: 100px;
			margin-top: 0;
		}
		
		.registration_form_r {
			margin-left: 0 !important;
		}
		
		.spotlight-home .spotlight-item-article {
			float: none;
			width: 100%;
		}
	
		.article-page .spotlight-home .spotlight-item-article img {
			float: left;
			max-width: 50px; 
		}
		
		.article-page .spotlight-home {clear:left;}
}

@media only screen and (max-width: 798px) {
    
		.footer-widgets .widget-area {
			float: none;
			width: 100%;
			text-align: center;
		}

		.footer-widgets-3.widget-area {
			clear: both;
			padding-top: 20px;
		}
        
        .footer-widgets-3 img {
            float: none;
        }
    
		.footer-widgets-2.widget-area img {
			width: 300px;
			max-width: 100%;
			height: auto;
		}

		.subscribe-form-wrapper,.right-side-teaser {
			float: none;
			width: 100%;
			border: 0;
			margin: 0;
		}
		
		.right-side-teaser {
			clear: both;
		}
		
		.right-side-teaser-wrap  {
			margin-left: 0;
		}

		#post_profileTab img {
			float: none;
			margin-right: 0;
		}
		
		.author-promo {
			float: none;
			width: 100%;
			margin: 10px 0; 
		}
}

@media only screen and (max-width: 678px) {
		figure.alignleft, figure.alignright {
			float: none;
			margin: 0 auto;
		}

		.spotlight-home .spotlight-item {
			float: none;
			width: 100%;
			padding-bottom: 15px;
			padding-right: 0;
		}

		.spotlight-box p {
			margin: 0;
			padding: 0;
		}
		.projects-container {
			float: none;
			width: 100%;
		}
		.projects-container-wrap {
			margin: 0;
		}
}

@media only screen and (max-width: 600px) {
		.equipment_list_column_1, .equipment_list_column_2, #related_posts {
			float: none; 
			width: 100%;
		}

		#related_download {
			width: 100%;
		}

		.post-teaser {
			float: none;
			width: 100%;
		}

		#wpadminbar {
			background: #23282d none repeat scroll 0 0;
			color: #ccc;
			direction: ltr;
			font: 400 13px/32px "Lato",sans-serif;
			height: 32px;
			left: 0;
			min-width: 600px;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 99999;
		}

		.homepage-title h2 {
			font-size: 24px;
		}
		
		.topics {
		   float: none;
		   width: 100%;
		   margin: 0;
		}
		
		.latest-content {
			text-align: center;
		}
}

@media only screen and (max-width: 460px) {
        .spotlight-home .spotlight-item:nth-of-type(3n+4) {
            clear:left;
        }
    
        .sponsor-title span {
			font-size: 12px;
		}

		.sponsor p { display: none; }

		.sponsor-box img { margin-top: 20px; }

		.sponsor-title { margin-top: 5px; }

		.sideleft, .sideright, .pullquoteleft, .pullquoteright {
			float: none;
			width: 100%;
			margin: 0;
			padding: 0;
		}
}

@media only screen and (max-width: 420px) {
    
        .footer-widgets-1.widget-area, .footer-widgets-2.widget-area, .footer-widgets-3.widget-area {
			float: none;
			width: 100%;
		}
    
}

@media only screen and (max-width: 400px) {
		img.alignright, img.alignleft {
			float: none; 
			display: block;
		}
}

@media only screen and (max-width: 377px) {
		.statusbar-wrapper {
			width: 200px;
		}

		.statusbar {
			top: 3px;
		}

		.cat-box { 
		   display: none !important;
		}
    
}

@media only screen and (max-width: 276px) {
		#related_posts li {
			margin-left: 0;
			float: none;
		}
		.statusbar  { display: none;}
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}




