/*
Theme Name: electronichouse
Theme URI: http://www.electronichouse.com
Author: EH Publishing, Inc
Author URI: https://ehmedia.com
Description: This is a child theme of Genesis created for the Electronic House.
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 
- Site Header
- Site Header Navigation
- Site Navigation
- Mobile Menu
- Search Navigation
- Accessible Menu
- Homepage 
- Spotlights 
- Pinit
- GeoDirectory
- WP User Frontend
- Ad Inserter
- Footer Widgets
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
- Legacy 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:#333}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: #333;
	font-family: 'Open Sans', 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: #336891;
        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: #333;
	text-decoration: none;
}

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

p {
	margin: 0 0 28px;
	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 #9d0b0e;
        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: 'Exo 2', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
        color: #444;
        letter-spacing: -1px;

}

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

h2 {
	font-size: 30px;
}

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

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

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

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: #433 !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: #336891;
	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: #9d0b0e;
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* ## Subscribe Form
--------------------------------------------- */
#_field330 {
        margin-bottom: 20px;
}
/* ## 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
}

img.alignright {
    float: right;
    margin: 10px;
}
 
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: #333;
        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: #333;
	outline: #ccc solid 1px;
}
 */
/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.site-header {
    background: #9d0b0e;
    height: 80px;
    position: fixed;
    top:0;
    width:100%;
    z-index: 100;
}



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

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


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

/* ### Content */

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

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

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

body.page-id-39482.full-width-content .content{
        width: 1100px;
        max-width: 100%;
        float: none;
        margin: 0 auto;
        padding-top: 50px;
}

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

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

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

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

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

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

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

#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: #336891;
    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: #336891;
    font-weight: 400;
}

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

.homes-container-wrap {
    margin-right: 10px;
    position: relative;
}

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

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

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

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

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

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

p.read-more {
    margin-top: 15px;
}

.home-of-the-year-badge {
    bottom: 0;
    left: 0;
    padding: 18px 20px;
    position: absolute;
    z-index: 15;
}

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

p.entry-meta {
        color: #666;
        font-size: 14px;
	margin-bottom: 0;
}

.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: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

/* ## 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: 20px;
}

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

.topdownload img {
    float: left;
    margin-right: 10px;
    max-width: 85px;
    height: auto;
}

img.home-of-the-year {
    float: left;
    margin-right: 10px;
    width: 150px;
}

.home-of-the-year-badge img {
   width: 150px;
   background: #FFF;
   padding: 5px;
}


/* ## 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: #333;
	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: #c3251d;
	text-decoration: underline;
}

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

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

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

.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: #f4f4f4;
    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: #9d0b0e;
}

#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: #336891;
        font-family:"Roboto Condensed", sans-serif;
        font-weight:700;
        text-transform:uppercase;
}

#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 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
}

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

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

/* ## 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: #336891;
    text-transform: uppercase;
}

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

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

/* # 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 {
    width: 220px;
    max-width: 100%;
    height: auto;
}

.title-area {
background: url(/wp-content/uploads/2016/03/eh_logo.png) no-repeat;
}

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

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


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

.statusbar {
        top: 15px;
        /*background: #333;*/
        position: fixed;
        z-index: 1000;
        width: 100%;
}
.statusbar-wrapper {
        color: #fff;
        text-align: right;
        /*font-family: "Roboto Condensed", sans-serif;*/
        font-style: italic;
        font-size: 11px;
}

.statusbar .statusbar-wrapper .site-inner {
        margin-top: 0 !important; 
}

.statusbar-wrapper a, .statusbar-wrapper a:visited  {
        color: #fff;
}
.statusbar-wrapper a:hover, .statusbar-wrapper a:active{
        color: #ddd;
}

body.page-id-39340 .statusbar  {
    display: none;
}

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

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

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

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

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

li#menu-item-26760 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: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
        /*padding-top: 4px;*/
        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: 20px;
	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: #fff !important;
    text-decoration: none !important;
}

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

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

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

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

.nav-secondary li a[href*="login"]::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', 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: #4d4d4d;
        border-bottom: 3px solid #4d4d4d;
}

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


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

.search-box {
	background: #4d4d4d;
        /*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: 250px;
    width: 100%;
}
.main-story img {
    display: block;
    max-height: 500px;
    width: 100%;
}
@media (max-width: 997px ){
	.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: "Open Sans",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: #333; 
     display: block;
     width: 100%;
     min-height: 1px;
     padding: 10px;
 }
 
.cat-box {
    background: #336891;
    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: #ddd;
 }

.subscribe-box .site-inner {
     margin-top: 0;
     padding: 20px;
 }
 
.subscribe-teaser {
     width: 50%;
     float: left;
}
.subscribe-teaser-wrap {
    margin-left: 40px;
}

.subscribe-teaser img {
    width: 150px;
}

.subscribe-form-wrapper {
     width: 50%;
     float: left
}
 
 #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;
}
.topics.home-topic img {
	max-width: 95%;
}
.topics h4 {
    padding: 0 5px;
}

.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-downloads img {
	max-width: 100px;
	height: auto;
}

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

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

.topics {
     width: 50%;
     float: left;
}

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

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

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

.spotlight-box {
    background: #ddd;
    border-bottom: 1px solid #b0adad;
    border-top: 1px solid #b0adad;
}
.spotlight-box.article-page {
    padding: 0 20px;
    border: 1px solid #b0adad;
    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: #336891;
}

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

.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:32%;
    float: left;
    /*margin: 0 0 28px;*/
    padding-right: 15px;
}

.spotlight-home .spotlight-item .spotlight-feature-img {
	width: 200px;
	height: 160px;
	overflow: hidden;
}

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

.spotlight-home .spotlight-item:nth-of-type(3n+4) {
    clear:left;
}
.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 {
    max-width: 120px;
    height: auto;
    margin-right: 5px !important;
    border: 1px solid #b0adad;
}

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

/* ## Pinit
--------------------------------------------- */

ul.slides li.jpibfi_container {
position: relative;
}

ul.slides li.jpibfi_container a.pinit-button {
    z-index: 9999;
    top: 20px !important;
}

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


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

body.page-geodir-signup .site-inner, body.page-id-39340 .site-inner, body.page-id-39341 .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;
}

.geodir_cedia_certification:after {
   margin-top: 20px;
   content: url('images/cedia-logo.png');
   display: block;
}

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

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: #336891 !important;
    color: #336891 !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: #336891 !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 #336891 !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: #336891;
    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: #433;
    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: #9d0b0e !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.";
}


body.page-id-39341 .geodir_preview_section {
    background: none !important; 
    border: none !important; 
    padding: 0 !important; 
}

body.page-id-39341 .geodir_preview_section h5, body.page-id-39341 p {
     padding: 0 !important;
     margin: 0 !important;
}

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




/* ## 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: #336891 !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: #433;
	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: 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: #336891; 
}

.code-block img {
    border: 1px solid #ddd;
}
.code-block .button {
    padding:6px 14px;
    background: #9D0B0E;
    margin-top: 10px;
}
.code-block p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family:"Open Sans", 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;
}

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

#genesis-footer-widgets {
    border-top: 8px solid #ddd;
    background: #333;
    font-size: 14px;
}

footer.site-footer{
    font-size: 14px;
    background: #9d0b0e;
    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: 'Open Sans', sans-serif;
    font-weight: bold;
}

#menu-footer li {
    margin: 5px 0;
}

#menu-footer li a {
    color: #e5e5e5;
    text-decoration: none;
}

#menu-footer li a:hover {
    color: #336891;
}

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

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

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


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

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

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

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

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

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

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

@media only screen and (max-width: 1600px) {
    	.site-inner,
	.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;
        }
}

@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) {
    /*
    	.site-inner,
	.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;
	}
    */
        
        
        .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,
	.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;
        }

}


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

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

@media only screen and (max-width: 1080px) {
        .site-inner,
	.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;
	}
        
}

@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,
	.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: #333;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: -1px;
            padding: 5px 10px;
            text-shadow: 1px 1px 1px #333;
            text-transform: uppercase;
        }
        
        #related_posts li:nth-child(3){
            margin-left: 10px;
        }
        
        #related_posts li:last-child {
            margin-left: 0;
        }
        
        .nav-primary .genesis-nav-menu a {
               padding: 10px 5px;
        }
}



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

        .site-header img {
            width: 200px;
        }
        
        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 {
            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,
	.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%;

    }
    
    .footer-widgets-1.widget-area {
        float: left;
        width: 49%;
    }
    
    .footer-widgets-2.widget-area {
        float: right;
        width: 49%;
    }
    
    .footer-widgets-3.widget-area {
        clear: both;
        padding-top: 20px;
    }
    
    .footer-widgets-2.widget-area img {
        width: 300px;
        max-width: 100%;
        height: auto;
    }
    
    .subscribe-teaser {
        display: none;
    }
    
    .subscribe-form-wrapper {
        float: none;
        width: 100%;
    }
    
    #post_profileTab img {
        float: none;
        margin-right: 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;
    }
}

@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 "Open Sans",sans-serif;
        height: 32px;
        left: 0;
        min-width: 600px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }
    
    .homepage-title h2 {
                font-size: 24px;
    }
}

@media only screen and (max-width: 460px) {
    .sponsor-title span {
        font-size: 12px;
    }
    
    .sponsor p { display: none; }
    
    .sponsor-box img { margin-top: 20px; }
    
    .sponsor-title { margin-top: 5px; }
}

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

}

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

.article-sidebar p {
    padding: 0;
}

/* line 2421, scss/_custom.scss */
div.article-sidebar.l, div.article-sidebar.left {
  float: left;
  margin: 8px 2% 2% 0;
}
/* line 2425, scss/_custom.scss */
div.article-sidebar.r, div.article-sidebar.right {
  float: right;
  margin: 2% 0 2% 2%;
}
/* line 2429, scss/_custom.scss */
div.article-sidebar.small-sb {
  max-width: 30%;
}
/* line 2432, scss/_custom.scss */
div.article-sidebar.large-sb {
  max-width: 50%;
}

/* line 2438, scss/_custom.scss */
div.article-sidebar h3 {
  margin-top: 0;
}
/* line 2440, scss/_custom.scss */
div.article-sidebar.no-border {
  border: none;
}

/* line 205, bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  
  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 148, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 151, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 156, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 161, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 169, bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 171, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 174, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 181, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right !important;
  }
}

.keri {display:none;}

/* Fix for Advanced Integrated Controls Listing */
body.postid-42375 h1:after {
	content: ' (AIC)';
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	font-size: 36px;
    color: #444;
    letter-spacing: -1px;
}