/**
 * Theme Name: Modern Estate Child
 * Theme URI: http://slocumthemes.com/wordpress-themes/modern-estate-free-child/
 * Description: A sleek responsive modern real estate theme for WordPress that offers cutting-edge HTML5 and CSS3, various color schemes, page templates and more. Use the Easy Real Estate Plugin (http://github.com/sdsweb/Easy-Real-Estate-Plugin/) to add real estate functionality such as Agent Profiles, Property Listings, and Testimonials.
 * Author: Slocum Design Studio
 * Author URI: http://slocumthemes.com/
 * Template: modern-estate
 * Version: 1.1.1
 * License: GPL
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Tags: black, blue, brown, gray, green, purple, red, silver, tan, dark, light, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-image-header, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, fluid-layout, responsive-layout

 * Modern Estate WordPress theme, Copyright (C) 2013 Slocum Studio
 * Modern Estate WordPress theme is licensed under the GPL.

 * @see attribution.txt for more license information.
 */

/**
 * CSS Reset - http://meyerweb.com/eric/tools/css/reset/
 * License: None (public domain)
 * Copyright: Eric Meyer, http://meyerweb.com/eric/
 *
 * We've used Eric Meyer's reset as a base and modified it a bit to suit our needs.
 */
html,body, div, dl, dt, dd, ul, li,
pre, form, fieldset, input, textarea, blockquote, th, td, figure {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}

/*q:before, q:after {
	content: '';
}*/
abbr, acronym {
	border: 0;
}

mark{
	background: none;
}

button{
	border: none;
}

a img{
	text-decoration: none;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.hide {
	display: none;
}


/**
 * Theme Styles
 */
body{
	width: 100%;
	background: #ffffff;
	color: #363636;
	font-family: 'PT Sans', sans-serif;

	/* Ensure that all long words are broken up so they do not exceed the width of their container elements. */
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.in{
	width: 80%;
	margin: 0 auto;
	max-width: 1022px;
}


strong{
	font-weight: 700;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}


/**
 * WordPress Core CSS - http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 * License: GPL2
 * Copyright: WordPress.org, http://wordpress.org
 */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption, .gallery-caption {
    background: #eee;
    border: 1px solid #e6e6e6;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 10px;
}

.wp-caption img, .gallery-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




/* ------------------
  Primary Navigation
---------------------  */


section.header-top{
	width: 100%;

}
nav ul, nav ul li {
	list-style: none;
}

nav ul.topbar-nav{
	margin-top: 0;
	position: relative;
}

nav ul.topbar-nav li{
	float: left;
	position: relative;
	width: 80%;
}

nav ul.topbar-nav li a{
	font-size: 14px;
	padding: 2px 0;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #ebedf0;
	display: block;
		text-shadow: 1px 1px 1px #000000;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
}

nav ul.topbar-nav li ul.sub-menu {
	width: auto;
	position: absolute;
	top: 100%;
	display: none;
	background: #2b4c6c;
	white-space: nowrap;
}

/* Third Level */
nav ul.topbar-nav li ul.sub-menu  li ul.sub-menu {
	top: 0;
	left: 100%;
}

nav ul.topbar-nav li ul.sub-menu li ul.sub-menu li {
	float: none;
}

nav ul.topbar-nav li ul.sub-menu li {
	width: auto;
	/*min-width: 100%;*/
	min-height: 40px;
	float: none;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	display: block;
}

nav ul.topbar-nav li ul.sub-menu li a {
	width: auto;
	min-width: 5em;
	padding: 10px 15px;
	display: block;
	float: none;
}

nav ul.topbar-nav li ul.sub-menu li:last-child a {
	margin-bottom: 0;
	border-bottom: none;
}

nav ul.topbar-nav li:hover > ul.sub-menu {
	display: block;
}

nav.social-media ul li a:hover {
	background-color: rgba(0, 0, 0, .35);
}

/* ------------------
  Social Media Navigation
---------------------  */

nav.social-media{
	float: right;
	display: inline;
	padding-right: 36px;
}

nav.social-media a{
	padding: 10px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #ebedf0;
		text-shadow: 1px 1px 1px #000000;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;

}


/* ------------------
  Header Content (logo/phone)
---------------------  */

section.header-middle{
	width: 100%;
	background: #ffffff;
	background: rgba(255, 255, 255, 1);
	margin: 0;
	float: left;
}

section.logo-container{
	width: 100%;
}

#title.has-logo {
	margin: 0 0 1em;
}
section.logo-container h1 {
	display: inline-block;
}
section.logo-container h1 a{
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #363636;
	font-size: 42px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1em;
		text-shadow: 1px 1px 1px #ffffff;
}
section.logo-container h1 a img {
	width: 397px;
	height: 212px;
}
section.logo-container .GTI-info {
	display: inline-block;
	background: #0052cb;
	padding: 20px;
	position: relative;
	float: right;
	top: 34px;
	text-shadow: 1px 1px 1px #363636;
}
section.logo-container .GTI-info h2 {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 1px 1px 2px #363636;
	font-size: 1.2rem;
}
.GTI-address, .GTI-phone, .GTI-fax {
	font-size: 0.9rem;
	margin-top: 4px;
	color: #eeeeee;
	display: block;
	line-height: 1.4;
}
.GTI-phone a {
	text-decoration: none;
	color: #eeeeee;
	margin-left: 8px;
}
a.tel, a.tel:visited, a.tel:hover, a.tel:active, a.tel:focus {
	color: #363636;
	cursor: text;
	outline: none;
	text-decoration: none;
}
span.fa-fax {
	margin-left: 8px;
}
section.logo-container h2{
	text-transform: uppercase;
	font-weight: 300;
	color: #a1a1a1;
	margin-top: 0;
	padding-top: 0;
	text-shadow: 1px 1px 1px #ffffff;
		font: normal 22px/.8em 'Oswald', sans-serif;
	}


/* Header Call To Action - Random Testimonials Widget */
section.sidebar-2 .widget_random-testimonials-widget .testimonial {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	/*line-height: 14px;*/
	text-align: left;
}

section.sidebar-2 .widget_random-testimonials-widget .testimonial-quote {
	margin-bottom: 8px;
}

section.sidebar-2 .widget_random-testimonials-widget .testimonial-2-col {
	width: 100%;
	float: none;
}

/* Header Call To Action - Property Search */
section.sidebar-2 .property-search {
	width: 90%;
	margin: 0.5em 0;
	padding: 5%;
}

section.sidebar-2 .property-search select {
	max-width: 100%;
}

section.sidebar-2 .property-search .property-search-widget-taxonomies {
	width: 100%;
	float: none;
}

section.sidebar-2 .property-search input[type=submit] {
	width: 100%;
	float: none;
}

/* Header Call To Action - Agents */
section.sidebar-2 .agents-widget .agent {
	width: auto;
	max-width: 80px;
	margin: 2%;
}


/* Sidebar */
#sidebar ul {
	list-style: none;
}

#sidebar .sub-menu {
	margin-top: 0.5em;
	margin-left: 1em;
}

#sidebar ul li {
	margin-bottom: 1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.menu-product-categories-container {
  border-top: 2px solid #bbb;
}

/* Sidebar - Search */
.sidebar-2 .widget_search .screen-reader-text {
	height: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.sidebar-2 .widget_search input{
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* Sidebar - Property Search */
#sidebar .property-search{
	background: #c8d7e5;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
}

#sidebar .property-search select {
	max-width: 100%;
}

#sidebar .property-search .property-search-widget-taxonomies {
	width: 100%;
	float: none;
}

#sidebar .property-search input[type=submit] {
	width: 100%;
	float: none;
}


/* Sidebar - Agents */
#sidebar .agents-widget .agent {
	width: auto;
	max-width: 80px;
	margin: 2%;
}

/* Sidebar - Calendar */
.sidebar-2 .widget_calendar table {
	width: 100%;
}

.sidebar-2 .widget_calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.sidebar-2 .widget_calendar table th{
	font-weight: bold;
	text-align: center;
}

.sidebar-2 .widget_calendar table td{
	text-align: center;
}


/* ------------------
  Secondary Navigation
---------------------  */

nav.header-bottom{
	width: 100%;
	background: #223344;
	background: rgba(0, 0, 0, .35);
	float: left;
	position: relative;
	z-index: 10;
}

nav.header-bottom ul li{
	position: relative;
	float: left;
}

nav.header-bottom ul li a{
	font-size: 14px;
	padding: 10px 15px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #ebedf0;
	display: block;
		text-shadow: 1px 1px 1px #000000;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
}

nav.header-bottom ul li ul.sub-menu, nav.header-bottom ul li ul.children {
	/*min-width: 100%;*/
	width: auto;
	min-width: 10em;
	position: absolute;
	top: 100%;
	display: none;
	background: #223344;
	white-space: nowrap;
}

/* Third Level */
nav.header-bottom ul li ul.sub-menu li ul.sub-menu, nav.header-bottom ul li ul.children  li ul.children {
	top: 0;
	left: 100%;
}

nav.header-bottom ul li ul.sub-menu li, nav.header-bottom ul li ul.children li{
	width: auto;
	min-height: 40px;
	float: none;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

nav.header-bottom ul li ul.sub-menu li a, nav.header-bottom ul li ul.children li a {
	margin-bottom: -1px;
	padding: 10px 15px;
	float: none;
}

nav.header-bottom ul li ul.sub-menu li:last-child a, nav.header-bottom ul li ul.children li:last-child a {
	margin-bottom: 0;
	border-bottom: none;
}

nav.header-bottom ul li:hover > ul.sub-menu, nav.header-bottom ul li:hover > ul.children {
	display: block;
}

nav.header-bottom ul li a:hover{
	background: rgba(255, 255, 255, .20);
}

.nav-button, .primary-nav-button { display: none; } /* hide the navigation button by default */

/* Announcement Text */
.announcement{
	color: #ff3c1f;
	background: #ebedf0;
	background: rgba(255, 255, 255, .90);
	font-size: 20px;
	font-weight:  bold;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.announcement p {
	margin: 0;
	padding: 10px 0;
}


/* ------------------
  Content Home
---------------------  */
section.home-content{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
}

section.home-block{
	width: 100%;
	clear: both;
	float: left;
	margin-top: 40px;
}

section.home-block a:hover, section.inner-block a:hover{
	text-decoration: underline;
}

/* ------------------
  Intro Block
---------------------  */

.block-main-title{
	position: relative;
	font-weight: 300;
	font-size: 40px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	padding: 10px 20px;
	display: inline;
	background-color: #223344;
	background: rgba(0, 0, 0, .40);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
}

/*.block-title, .page-title, #reply-title, .property-search-title, .front-page-sidebar .widget-title {
	position:relative;
	font-weight: 300;
	display: inline-block;
	font-size: 32px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	padding: 5px 20px 10px;
	background-color: #223344;
	background: rgba(0, 0, 0, .40);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
		margin: 0 0 20px;
}*/

.home-block-header .block-title {
	float: left;
}

.block-title {
	display: block;
}

#reply-title {
	margin-bottom: 30px;
}

/* bubble triangle */
.block-title:after, .page-title:after, .block-main-title:after, #reply-title:after, .property-search-title:after, .front-page-sidebar .widget-title:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   left:50px;
   width:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:rgba(0, 0, 0, .05) transparent;
}




/* Search Widget */
.property-search-sidebar {
	margin-top: 40px;
}

.property-search-sidebar .property-search-widget {
	margin-bottom: 20px;
	overflow: auto;
}

.property-search{
	background-color: #ebeef1;
	width: 94%;
	margin-top: 0;
	clear: both;
	display: block;
	padding: 3% 3% 2%;
	float: left;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}

.property-search input{
	margin-right: 20px;
	margin-top: 5px;
	float: left;
}

.property-search input[type=submit] {
  background: #f26c4f;
  float: right;
  width: 20%;
  padding-top: 25px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 18px;
  	text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
  font-weight: 700;

		  -webkit-border-radius: 5px;
		  border-radius: 5px;

		  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		  background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		  background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		  background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	cursor: pointer;
}

.property-search input[type=submit]:hover{
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));

	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .7);
	box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .7);
}

.property-search .property-search-widget-taxonomies {
	width: 78%;
	float: left;
}

.property-search select{
	width: 300px;
	margin: 0 20px 10px 0;
	height: 30px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Front Page Slider Sidebar */
.front-page-slider .widget-title {
	color: #fff;
}

.front-page-sidebar .widget-title {
	margin-bottom: 1em;
	float: left;
}

.front-page-sidebar .widget-title:before,
.front-page-sidebar .widget-title:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}


/* Various Default Widget Titles */
#front-page-sidebar .front-page-sidebar-header {
	margin-bottom: 20px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, .3);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .3);
	overflow: auto;
}
#front-page-sidebar .block-title {
	float: left;
}

/* Various Default Widget Containers */
#front-page-sidebar .tagcloud,
#front-page-sidebar #searchform,
#front-page-sidebar .social-media-icons,
#front-page-sidebar .widget_rss ul,
#front-page-sidebar .widget_recent_entries > ul,
#front-page-sidebar .widget_recent_comments ul,
#front-page-sidebar  .widget_pages > ul,
#front-page-sidebar  .widget_meta > ul,
#front-page-sidebar  .widget_nav_menu ul,
#front-page-sidebar  .widget_categories > ul,
#front-page-sidebar  .widget_archive > ul,
#front-page-sidebar .widget_calendar #calendar_wrap,
#front-page-sidebar .testimonial {
	background-color: #ebeef1;
	width: 96%;
	height: auto;
	margin-bottom: 20px;
	padding: 2%;
	float: left;
	display: block;
	position: relative;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	clear: both;
}
.after-posts-widget {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: auto;
	padding: 2%;
	float: left;
	display: block;
	position: relative;
	clear: both;
}
h3.after-posts-title {
	margin-top: 0.5em;
}
#front-page-sidebar .widget {
	width: 100%;
	margin-top: 40px;
	clear: both;
	float: left;
}

#front-page-sidebar ul {
	list-style: none;
}

#front-page-sidebar ul li {
	margin-bottom: 10px;
}

/* Front Page Sidebar - Testimonial */
#front-page-sidebar .testimonials-container {
	clear: both;
}

#front-page-sidebar .testimonial-2-col {
	width: 48%;
	margin-right: 2%;
}

#front-page-sidebar .testimonial-featured-image {
	width: 22%;
}

#front-page-sidebar .testimonial-featured-image img {
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
}


#front-page-sidebar .testimonial {
	float: none;
}

#front-page-sidebar .testimonial:before {
	position: absolute;
	top: 30px;
	left: -10px;
	border-width: 5px 10px 5px 0;
	border-color: transparent #ebeef1;
	border-style: solid;
	content: "";
	display: block;
	width: 0;
}

#front-page-sidebar .testimonial-has-post-thumbnail .testimonial {
	width: 70%;
	margin-left: 4%;
	float: left;
	clear: none;
}

#front-page-sidebar .testimonial-quote {
	margin-top: 0;
}
/* Front Page Sidebar - Search */
#front-page-sidebar .widget_search .screen-reader-text {
	height: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#front-page-sidebar .widget_search input{
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/* Front Page Sidebar - Calendar */
#front-page-sidebar .widget_calendar table {
	width: 100%;
}

#front-page-sidebar .widget_calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#front-page-sidebar .widget_calendar table th{
	font-weight: bold;
	text-align: center;
}

#front-page-sidebar .widget_calendar table td{
	height: 50px;
	text-align: center;
}

#front-page-sidebar .widget_calendar #prev {
	text-align: left;
}

#front-page-sidebar .widget_calendar #next {
	text-align: right;
}

/* Front Page Sidebar - RSS */
#front-page-sidebar .widget-title a.rsswidget {
	color: #d8e7f5;
}
#front-page-sidebar .widget-title a.rsswidget:hover {
	text-decoration: none;
}


/* ------------------
  Front Page Sidebar Text Block
---------------------  */

.sidebar-text-block{
	width: 90%;
	padding: 5%;
	position: relative;
}

.sidebar-text-block ul.property-details li{
	margin-top: 7px;
	margin-bottom: 5px;
	display: block;
}

.sidebar-featured-block{
	width: 90%;
	padding: 3% 5% 0;
	position: relative;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
}

.sidebar-top, .footer-top{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
}


/* ------------------
  Front Page Sidebar Video Box
---------------------  */

.sidebar-top iframe,
.sidebar-top object,
.sidebar-top embed {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clear: both;
	display: block;
	float: left;
	z-index: 300;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}


.sidebar-top img, .footer-top img{
	float: left;
	width: 100%;
	position: relative;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.sidebar-block img{
	float: left;
	width: 100%;
	position: relative;
}


/* Front Page Sidebar - Recent Posts, Recent Comments, Pages, Meta, Menu, Categories, & Monthly Archives */
#front-page-sidebar .widget_recent_entries .post-date {
	margin-top: -2em;
	float: right;
	font-size: 14px;
}

#front-page-sidebar .widget_recent_entries ul li, #front-page-sidebar  .widget_pages ul li, #front-page-sidebar  .widget_meta ul li, #front-page-sidebar  .widget_nav_menu ul li, #front-page-sidebar  .widget_categories ul li, #front-page-sidebar  .widget_archive ul li {
	margin-bottom: 0 !important;
}

#front-page-sidebar .widget_recent_entries ul li a, #front-page-sidebar  .widget_pages ul li a, #front-page-sidebar  .widget_meta ul li a, #front-page-sidebar  .widget_nav_menu ul li a, #front-page-sidebar  .widget_categories ul li a, #front-page-sidebar  .widget_archive ul li a {
	display: block;
	color: #363636;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	border-top: 1px solid;
	border-top-color: rgba(0, 0, 0, .15);
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, .7);
		text-shadow: 1px 1px 1px #ffffff;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
}

#front-page-sidebar .widget_recent_entries ul li a:hover, #front-page-sidebar  .widget_pages ul li a:hover, #front-page-sidebar  .widget_meta ul li a:hover, #front-page-sidebar  .widget_nav_menu ul li a:hover, #front-page-sidebar  .widget_categories ul li a:hover, #front-page-sidebar  .widget_archive ul li a:hover {
	background: rgba(0, 0, 0, .1);
}

#front-page-sidebar .widget_recent_entries ul li:first-child a, #front-page-sidebar  .widget_pages ul li:first-child a, #front-page-sidebar  .widget_meta ul li:first-child a, #front-page-sidebar  .widget_nav_menu ul li:first-child a, #front-page-sidebar  .widget_categories ul li:first-child a, #front-page-sidebar  .widget_archive ul li:first-child a {
	border-top: 1px solid;
	border-top-color: rgba(255, 255, 255, .7);
	margin-bottom: 0;
}

#front-page-sidebar .widget_recent_entries ul li:last-child a, #front-page-sidebar  .widget_pages ul li:last-child a, #front-page-sidebar  .widget_meta ul li:last-child a, #front-page-sidebar  .widget_nav_menu ul li:last-child a, #front-page-sidebar  .widget_categories ul li:last-child a, #front-page-sidebar  .widget_archive ul li:last-child a {
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .15);
	margin-bottom: 0;
}

#front-page-sidebar .widget_recent_comments ul li a {
	font-weight: bold;
}

#front-page-sidebar .widget_recent_comments ul li a:hover {
	text-decoration: none;
}

#front-page-sidebar .recentcomments:last-child{
	margin-bottom: 0 !important;
}

/* ------------------
  Front Page Sidebar Call to Action Block
---------------------  */

#front-page-sidebar .social-media-icons{
	position:relative;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	background-color: #223344;
	background: rgba(0, 0, 0, .40);
}

#front-page-sidebar .social-media-icons p{
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

#front-page-sidebar .social-media-icons a{
	padding: 5px;
	float: left;
	float: left;
	text-decoration: none;
	color: #ebedf0;
	color: rgba(255, 255, 255, .70);
		text-shadow: 1px 1px 1px #000000;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
}

#front-page-sidebar .social-media-icons a:hover{
	color: #ebedf0;
}

#front-page-sidebar .widget_text .textwidget{
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4em;
	color: #ebedf0;
	text-shadow: 1px 1px 1px #000000;
	padding: 20px;
	display: block;
	margin-top: 30px;
	background-color: #223344;
	background: rgba(0, 0, 0, .40);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	clear: both;
}


/* ------------------
  Front Page Featured Content Widget
---------------------  */
#front-page-sidebar .featured-content-widget a:hover {
	text-decoration: underline;
}

#front-page-sidebar .featured-content-widget-large {
	max-height: 300px;
	background-color: #ebeef1;
	overflow: hidden;

	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}

#front-page-sidebar .featured-content-widget-large .post-thumbnail img{
	float: left;
}

#front-page-sidebar .featured-content-widget-large .content {
	padding: 3%;
}

#front-page-sidebar .featured-content-widget-large .content-has-post-thumbnail {
	width: 45%;
	padding-left: 3%;
	padding-right: 2%;
}

#front-page-sidebar .featured-content-widget-large h3 {
font-size: 24px;
margin-top: 0;
margin-bottom: 1em;
}

#front-page-sidebar .featured-content-widget-large h3 a {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #636363;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;
}

#front-page-sidebar .featured-content-widget-large h3 a:hover {
	text-decoration: underline;
}


#front-page-sidebar .featured-content-widget-medium {
	background-color: #ebeef1;
	width: 48%;
	height: auto;
	max-height: 180px;
	padding: 0;
	min-height: 180px;
	margin: 0 1% 2%;
	overflow: hidden;

	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}

#front-page-sidebar .featured-content-widget-medium .post-thumbnail{
	overflow: hidden;
	width: 28%;
	float: left;
}

#front-page-sidebar .featured-content-widget-medium .post-thumbnail img{
	width: auto;
	max-height: 180px;
	height: auto;

	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

#front-page-sidebar .featured-content-widget-medium .content {
	width: 96%;
	padding: 2%;
}

#front-page-sidebar .featured-content-widget-medium .content-has-post-thumbnail{
	padding-left: 5%;
	padding-right: 2%;
	width: 65%;
	float: left;
}

#front-page-sidebar .featured-content-widget-medium h3 {
	word-wrap: break-word;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: none;
}

#front-page-sidebar .featured-content-widget-medium h3 a{
	color: #363636;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: none;
}

#front-page-sidebar .featured-content-widget-medium h3 a:hover {
	text-decoration: underline;
}



#front-page-sidebar .featured-content-widget-small {
	background-color: #ebeef1;
	width: 22.5%;
	height: 300px;
	padding: 0;
	margin: 0 1% 2%;
	overflow: hidden;

	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}

#front-page-sidebar .featured-content-widget-small .post-thumbnail{
	height: 50%;
	overflow: hidden;
}


#front-page-sidebar .featured-content-widget-small .post-thumbnail img{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#front-page-sidebar .featured-content-widget-small .content {
	width: 96%;
	padding: 2%;
}

#front-page-sidebar .featured-content-widget-small h3 {
	margin: .5em 0;
	word-wrap: break-word;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: none;
}

#front-page-sidebar .featured-content-widget-small h3 a{
	color: #363636;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: none;
}

#front-page-sidebar .featured-content-widget-small h3 a:hover {
	text-decoration: underline;
}

a.more{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #f26c4f;
}
a.more:after {
	content: url(/wp-content/uploads/2015/05/arrow-right.png);
	margin-left: 4px;
	vertical-align: middle;
}
a {
	color: #003893;
}


/* ------------------
  Featured Houses (Rent/Sale)
---------------------  */

.home-house-block{
	background-color: #ebeef1;
	display: block;
	width: 22.5%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	float: left;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
}

.home-house-block:hover{
	background: rgba(255, 255, 255, .7);
}

.home-house-block a img{
	width: 100%;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}


.home-house-block figure{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

figure.house-thumb{
	position: relative;
	    float: left;
	    cursor: pointer;
	    -webkit-transition: background .6s ease-in-out;
	    -moz-transition: background .6s ease-in-out;
	    -ms-transition: background .6s ease-in-out;
	    -o-transition: background .6s ease-in-out;
	    transition: background .6s ease-in-out;
}

figure.house-thumb:before{
		display: none;
}

figure.house-thumb:hover:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 5px;
	background: rgba(0,0,0, .3);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.home-house-block-info{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
}

.home-house-block-info p{
	margin: 0.5em 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}



/* ------------------
  Testimonial Block
---------------------  */

.home-testimonial-block{
	width: 48%;
	margin-right: 2%;
	float: left;
}

.home-testimonial-block img{
	float: left;
	width: 20%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}

.home-testimonial-block-info{
	float: left;
	width: 68%;
	margin-left: 2%;
	background-color: #ebeef1;
	padding: 2% 4% 2px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}


.home-testimonial-block-info:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	border-width: 20px 20px 0;
	border-style: solid;
	border-color: #5A8F00 transparent;
	display: block;
	width: 0;
}

.home-testimonial-block-info.left:before {
top: 30px;
bottom: auto;
left: -10px;
border-width: 5px 10px 5px 0;
border-color: transparent #ebeef1;
}

cite{
	font-size: 14px;
	font-weight: 700;
}



/* ------------------
  Team Block
---------------------  */

.agents-widget .agent{
	width: 10.5%;
	margin: 1%;
	float: left;
}

.agents-widget .agent img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}



/* ------------------
  Inner Home - ERASE
---------------------  */

section.inner-content{
	width: 100%;
	float: left;
	margin-top: 10px;
}

section.inner-block{
	width: 67%;
	float: right;
	margin-top: 20px;
}

/* ------------------
  Yoast Breadcrumbs
---------------------  */
/*.breadcrumb {
	margin: 0;
	color: #fff;
}
.blog .breadcrumb {
	margin: 0;
}

.single-breadcrumb {
	margin-top: 1em;
}

.breadcrumb a {
	color: #d8e7f5;
}*/

/* ------------------
  Blog Page
---------------------  */

.news-block{
	/*background-color: #ebeef1;*/
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	float: left;
	word-wrap: break-word;
		/*-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  1px 1px 4px 0 rgba(0, 0, 0, .1);
		box-shadow:  1px 1px 4px 0 rgba(0, 0, 0, .1);*/
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
}

section.news-block:hover{
	/*background: #d6d8da;*/
}

.sticky {
	background: #d8e7f5;
}

section.news-block.sticky:hover {
	background: #c8d7e5;
}

.news-block-info{
	/*padding-left: 3%;*/
	padding-right: 2%;
	padding-bottom: 2%;
	width: 75%;
	float: right;
}

.has-post-thumbnail .news-block-info {
	width: 100%;
	margin: 0;
	/*padding-left: 3%;*/
	padding-left: 0;
	float: left;
}

.no-post-thumbnail .news-block-info {
	float: none;
}

.news-block #searchform label {
	display: none;
}

.news-block #searchform input[type="text"] {
	width: 96%;
	margin-bottom: 10px;
	padding: 2%;

	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.news-block #searchform input[type="submit"] {
	width: 100%;
	padding: 2%;
}


section.news-thumb{
	/*overflow: hidden;
	width: 20%;
	height: auto;
	float: left;*/
}


section.news-thumb img{
	/*float: left;
	overflow: hidden;
	max-height: 270px;
		-webkit-border-radius: 5px 0px 0px 5px;
		border-radius: 5px 0px 0px 5px;*/
	height: auto;
	width: 100%;
}


/* Agents */
section.agent-thumb {
	overflow: visible;
}

.news-thumb .author-thumb {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

.news-thumb .author-thumb img {
	margin: 1em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.agent-position {
	margin-top: -15px;
}

.agent-social-media {
	margin-left: -8px;
	overflow: auto;
}

.agent-social-media a {
	padding: 5px;
	display: block;
	float: left;
	text-decoration: none;
	color: #1b2f42;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

section.inner-block .agent-social-media a:hover, .agent-social-media a:hover {
	opacity: .7;
	text-decoration: none;
}

footer.agent-post-footer {
	padding-bottom: 10px !important;
}





.block-news-title a {
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	color: #363636;
}

.block-news-title a:visited {
	color: #363636;
}

.post-navigation{
	width: 100%;
	float: left;
	padding-top: 20px;
	margin-top: 20px;
	/*border-top: 1px solid;
		border-top-color: rgba(255, 255, 255, .3);
		-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, .4);
		box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, .4);*/
}

.post-navigation li{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	display: block;
	list-style: none
}

.post-navigation a, .post-navigation span{
	position:relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #444;
	margin: 5px 0 20px;
		-webkit-transition: background .6s ease-in-out;
		-moz-transition: background .6s ease-in-out;
		-ms-transition: background .6s ease-in-out;
		-o-transition: background .6s ease-in-out;
		transition: background .6s ease-in-out;
	word-wrap: break-word;
}

.post-navigation .current {
	/*background-color: #123;*/
}

.post-navigation a:hover{
	text-decoration: underline;
}

.post-navigation .next-posts {
	float: right;
}

/* Single Post Pagination/Navigation */
.single-post-pagination {
	margin-top: 1em;
	padding: 0.5em 1em;
	border-top: 1px solid #c6c6c6;
	font-weight: bold;
}
h3.post-navigation-title {
	-webkit-border-radius: 2px;
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
	background-color: #039BE5;
	border-radius: 2px;
	box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
	color: #ffffff;
	margin: 0.5em 0;
	padding: 10px 20px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: none;
}
h3.post-navigation-title:hover {
	background-color: #444;
	text-decoration: none;
}

/* No Posts */
.no-posts-block {
	width: 96%;
	padding: 0 2%;
}


/* ------------------
  Property Page
---------------------  */

.property-gallery{
	width: 100%;
	float: left;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	background-color: #1b2f42; /* ---- Color Change ----*/
}

.property-gallery img.property-thumb{
	width: 100%;
	float: left;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
		-webkit-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
}

.thumb-roll{
	width: 90%;
	float: left;
	padding: 10px 5px 10px 5%;
}

.thumb-roll ul li{
	float: left;
	width: 10%;
	margin-right: 2.5%;
}

section.thumb-roll ul li a img{
	width: 100%;
	float: left;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, .4);
		box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, .4);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}

section.thumb-roll ul li a img:hover{
	opacity: .7;
}

/* ------------------
  Content Video Box
---------------------  */

.blog-video-block{
	width: 90%;
	padding: 5%;
	background: rgba(0, 0, 0, .05);
	float: left;
	clear: both;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
}

.video{
	width: 40%;
	float: left;
}

.video iframe,
.video object,
.video embed {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clear: both;
	display: block;
	float: left;
	z-index: 300;
}

.video-info{
	width: 55%;
	float: right;
}

.no-video {
	width: 100%;
	float: none;
}

/* ------------------
  Sidebar
---------------------  */

aside#sidebar{
	width: 19%;
	float: left;
	margin-top: 20px;
	word-wrap: break-word;
}

aside#property-sidebar{
	width: 30%;
	float: left;
	margin-top: 20px;
}

aside#property-sidebar section.sidebar-block section.sidebar-top{
	width: 100%;
	height: 300px;
	margin-left: 0;
	margin-top: 0;
	background-color: #ebeef1;
}

#sidebar .widget, .sidebar-block{
	background-color: #efefef;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
		/*-webkit-border-radius: 5px;
		border-radius: 5px;*/
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}

.sidebar-block {
	width: 100%;
	padding: 0;
}

/* Sidebar - Social Media Widget */
#sidebar .widget-sds-social-media .widgettitle {
	color: #fff;
	text-shadow: none;
}

#sidebar .widget-sds-social-media {
	width: 100% !important;
	/*margin-bottom: 1.82em;*/
	padding: 0 !important;
	background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}

#sidebar .widget-sds-social-media .social-media-icons {
	margin: 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 1px;
}


/* Sidebar - Search */
#sidebar .widget_search .screen-reader-text {
	height: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#sidebar .widget_search input{
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/* Sidebar - Calendar */
#sidebar .widget_calendar table {
	width: 100%;
}

#sidebar .widget_calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#sidebar .widget_calendar table th{
	font-weight: bold;
	text-align: center;
}

#sidebar .widget_calendar table td{
	text-align: center;
}


/* ------------------
  Sidebar Text Block
---------------------  */

.sidebar-text-block{
	width: 90%;
	padding: 5%;
	position: relative;
}

.sidebar-text-block ul.property-details li{
	margin-top: 7px;
	margin-bottom: 5px;
	display: block;
}

.sidebar-featured-block{
	width: 90%;
	padding: 3% 5% 0;
	position: relative;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
}

.sidebar-top, .footer-top{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
}


/* ------------------
  Sidebar Video Box
---------------------  */

#sidebar iframe,
#sidebar object,
#sidebar embed {
	position: relative;
	max-width: 100%;
	clear: both;
	display: block;
}


.sidebar-top img, .footer-top img{
	float: left;
	width: 100%;
	position: relative;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.sidebar-block img{
	float: left;
	width: 100%;
	position: relative;
}

#sidebar .widgettitle, .footer-block-title, .footer-block-2 .widgettitle{
	background: #0052CC;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #444;
}
#sidebar .widgettitle {
	margin: 0;
	padding: 5% 0 0.5em 1em;
}
.menu-product-categories-container ul#menu-product-categories li {
	margin: 0;
}
.menu-product-categories-container ul#menu-product-categories li#menu-item-182 a, .menu-product-categories-container ul#menu-product-categories li#menu-item-183 a, .menu-product-categories-container ul#menu-product-categories li#menu-item-91 a, .menu-product-categories-container ul#menu-product-categories li#menu-item-98 a {
	background: #00337f;
	color: #fff;
	display: block;
	padding: 1em;
	width: 100%;
}
.menu-product-categories-container ul#menu-product-categories li#menu-item-183 ul.sub-menu li a, .menu-product-categories-container ul#menu-product-categories li#menu-item-182 ul.sub-menu li a, .menu-product-categories-container ul#menu-product-categories li#menu-item-91 ul.sub-menu li a, .menu-product-categories-container ul#menu-product-categories li#menu-item-98 ul.sub-menu li a {
	background: #efefef;
	color: #444;
	margin: 0;
	padding: 0;
}
#sidebar .widget_recent_entries ul li, .footer-block-2 ul li {
	margin-bottom: 0 !important;
}

#sidebar .widget_recent_entries ul li a, .footer-block-2 ul li a{
	display: block;
	color: #363636;
	font-size: 0.85em;
	text-decoration: none;
	padding-right: 20px;
	/*border-top: 1px solid;
	border-top-color: rgba(0, 0, 0, .15);
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, .7);
		text-shadow: 1px 1px 1px #ffffff;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;*/
	text-transform: uppercase;
}

.sidebar-block ul.sidebar-list li a:hover, .footer-block-2 ul li a:hover{
	background: rgba(0, 0, 0, .1);
}

.sidebar-block ul.sidebar-list li:first-child, .footer-block-2 ul li:first-child{
	/*border-top: 1px solid;
	border-top-color: rgba(255, 255, 255, .7);*/
}

.sidebar-block ul.sidebar-list li:last-child, .footer-block-2 ul li:last-child{
	/*border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .15);
	margin-bottom: 10px;*/
}

/* ------------------
  Sidebar Call to Action Block
---------------------  */

#sidebar .social-media-icons{
	position:relative;
	width: 90%;
	text-align: center;
	float: left;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	padding: 5% 5% 2%;
	background-color: #223344;
	background: rgba(0, 0, 0, .40);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
		margin: 5px 0 20px;
}

#sidebar .social-media-icons p{
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}



#sidebar .social-media-icons a{
	width: 50px;
	height: 35px;
	margin: 0 5px 10px 0;
	padding: 15px 0 0;
	font-size: 20px;
	text-align: center;
	float: left;
	text-decoration: none;
	text-shadow: none;
	color: #234;
	background-color: #ebedf0;
	background: rgba(255, 255, 255, 0.7);
		text-shadow: none;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

#sidebar .social-media-icons a:hover{
	background-color: #ebedf0;
}

/* Sidebar - Random Testimonials */
#sidebar .widget_random-testimonials-widget .testimonial-2-col {
	width: 100%;
	float: none;
}

#sidebar .widget_random-testimonials-widget .testimonial-quote {
	margin-top: 0;
}

/* Sidebar - Featured Content Widget */
#sidebar .featured-content-widget {
	background-color: transparent !important;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
	position: relative !important;
	-webkit-border-radius: none !important;
	border-radius: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#sidebar .featured-content-widget .widgettitle {
	color: #fff;
	text-shadow: none;
}

#sidebar .featured-content-widget a:hover {
	text-decoration: underline;
}

#sidebar .featured-content-widget-large, #sidebar .featured-content-widget-medium, #sidebar .featured-content-widget-small {
	width: 100%;
	padding: 0;
	float: none;
	background-color: #ebeef1 !important;
	overflow: hidden;

	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}

#sidebar .featured-content-widget-large .post-thumbnail, #sidebar .featured-content-widget-medium .post-thumbnail, #sidebar .featured-content-widget-small .post-thumbnail {
	width: 100%;
	max-height: 160px;
	float: none;
}

#sidebar .featured-content-widget-large .post-thumbnail img, #sidebar .featured-content-widget-medium .post-thumbnail img, #sidebar .featured-content-widget-small .post-thumbnail img {
	max-width: 100%;
	max-height: 160px;
	float: none;
}

#sidebar .featured-content-widget-large .content, #sidebar .featured-content-widget-medium .content, #sidebar .featured-content-widget-small .content {
	width: 94%;
	padding: 3%;
}

#sidebar .featured-content-widget-large .content-has-post-thumbnail, #sidebar .featured-content-widget-medium .content-has-post-thumbnail, #sidebar .featured-content-widget-small .content-has-post-thumbnail {
	width: 94%;
	padding: 3%;
}

#sidebar .featured-content-widget-large h3, #sidebar .featured-content-widget-medium h3, #sidebar .featured-content-widget-small h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 1em;
}

#sidebar .featured-content-widget-large h3 a, #sidebar .featured-content-widget-medium h3 a, #sidebar .featured-content-widget-small h3 a {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #636363;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;
}


footer .social-media-icons a{
	width: 48px;
	height: 34px;
	margin: 0 5px 10px 0;
	padding: 14px 0 0;
	font-size: 20px;
	text-align: center;
	float: left;
	text-decoration: none;
	text-shadow: none;
	color: #ebedf0;
	background-color: #1b2f42;
	text-shadow: none;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

footer .social-media-icons a:hover{
	background: #5b6a78;
}

/* 404 */
.overmap .col1, .overmap .col2 {
	float: left;
	margin-right: 9%;
	width: 40%;
}

.overmap ul {
	margin-bottom: 25px;
}

.overmap h2 {
	margin-bottom: 15px;
	clear: both;
}



/* ------------------
  Newsletter
---------------------  */

ul.newsletter li:last-child, ul.newsletter li:first-child{
	border: none;
}

section.sidebar-block input{
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

section.sidebar-block textarea{
	width: 100%;
	margin-bottom: 5px;
	height: 120px;
	padding-top: 5px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=submit] {
  background: #1b2f42;
  width: 100%;
  font-size: 14px;
  color: #ebedf0;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type=submit]:hover{
	background: #00337f;
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

input[type=submit]:hover:active{
	background: #fff;
}

.sidebar-bottom, .footer-bottom{
	width: 90%;
	float: left;
	padding: 5%;
	border-top: 1px solid;
	border-color: rgba(0, 0, 0, .20);
}

.sidebar-bottom a img{
	width: 23px;
}

.sidebar-bottom a:first-child, .footer-bottom a:first-child{
	float: left;
}

.sidebar-bottom a:last-child, .footer-bottom a:last-child{
	float: right;
}

.sidebar-bottom a, .footer-bottom a{
	opacity: .5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sidebar-bottom a:hover, .footer-bottom a:hover{
	opacity: 1;
}

/* ------------------
  sidebar contact
---------------------  */

.sidebar-house-block-info{
	float: left;
	width: 90%;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	padding-bottom: 10px;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 20px;
}

.sidebar-house-block-info p{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.sidebar-contact{
	width: 90%;
	display: block;
	padding: 5%;
	background: rgba(0, 0, 0, .05);
	border-top: 1px solid;
	border-top-color: rgba(0, 0, 0, .3);
}


/* ------------------
  Comments
---------------------  */

.comments-title-container {
	width: 100%;
	float: left;
}

#comments {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.comment-list {
	font-size: 15px;
	counter-reset: comments-counter;
	list-style: none;
}

.comment-list .children {
	font-size: 14px;
	list-style: none;
}

.comment-list li, .comments-container #commentform, #no-comments {
	width: 94%;
	height: auto;
	margin-bottom: 20px;
	padding: 2% 3% 0;
	background-color: #ebeef1;
	float: left;
	position: relative;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
}

.comment-list li.pingback {
	background-color: #dbdee1;
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .35);
	box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .35);
}

.comment-list li.pingback p {
	margin: 0;
	padding: 0;
}

.comment-list li .children li {
	width: 80%;
	height: auto;
	margin-bottom: 20px;
	padding: 3%;
	background-color: #e3e7ea;
	border: 1px solid #d8d8d8;
	float: right;
	position: relative;

	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.comment-list li:before {
	width: 32px;
	position: absolute;
	left: -40px;
	top: 0;
	font-size: 20px;
	color: #f6f6f6;
	text-align: right;
	content: counter(comments-counter);
	counter-increment: comments-counter;
}

.comment-content ul {
	padding-left: 20px;
}

.comment-content li {
	width: auto;
	margin-bottom: 0;
	padding: 0 0 2px;
	float: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.comment-content li:before {
	content: normal;
	counter-increment: none;
}

.comment-list .children li:before {
}

.comment-list .comment {
	padding-bottom: 8%;
}

/* Author Comments */
.bypostauthor {
	background: #d8e7f5;
	border: 1px solid #bacddd;
	border-radius: 5px;
	padding: 2% 0 8%;
}

.comment-author {
	width: 18%;
	padding: 0 2% 2% 0;
	float: left;
	text-align: center;
}

.comment-author .avatar {
	margin: 0 auto 2px;
	display: block;
	border: 2px solid #4e6984;
}

.comment-author .author-link {
	font-size: 14px;
	font-weight: bold;
}

.comment-author .author-link .url {
	color: #2b4c6c;
}

.comment-content-container, .comment-list .reply {
	width: 80%;
	float: right;
}

.comment-list .children .comment-content-container, .comment-list .children .reply {
	width: 74%;
}

.comment-list li .children li .children li { /* Nested Comments */
	width: 74%;
	border: 1px solid #ccc;
}

.comment-list li .children li .children li .comment-author, .comment-list li .children li .children li  .comment-content-container, .comment-list li .children li .children li  .reply {
	width: 100%;
	float: none;
}

.comment-list li .children li .children li .comment-meta {
	text-align: center;
}

/* Leave A Reply */
.comments-container #commentform {
	clear: both;
}

.comments-container #commentform .comment-notes{
	margin-top: 0;
}

.comments-container #commentform label {
	display: block;
}

.comments-container #commentform .required {
	color: #800;
}

.comments-container input, .comments-container #commentform #comment {
	width: 98%;
	padding: 1%;
	height: 160px;
	display: block;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}


.comments-container input {
	height: 30px;
}

.comments-container #commentform .form-allowed-tags {
	padding: 3%;
	background: #d8e7f5;
	border: 1px solid #bacddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comments-container #commentform #submit {
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	border: 1px solid;
	font-size: 16px;
	line-height: 12px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-family: 'Archivo Narrow', sans-serif;
}



/* ------------------
  Footer
---------------------  */


footer#footer{
	width: 100%;
	background: #ebedf0;
	background: rgba(255, 255, 255, .90);
	margin-top: 40px;
	float: left;
	overflow: auto;

	padding-top: 30px;
	padding-bottom: 0;
}


.footer-block-1{
	width: 45%;
	margin-right: 3%;
	float: left;
	margin-top: 0;
}

.footer-block-1 .widgettitle{
font-size: 24px;
margin-bottom: 10px;
margin-top: 20px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #636363;
	text-shadow: 1px 1px 1px #ffffff;
}

.footer-blocks .widget  {
	margin: 1em 0;
}

.footer-blocks ul {
	list-style: none;
}

.footer-blocks ul li {
	border-right: 1px solid #aaa;
	display: inline-block;
	margin-bottom: 10px;
}
.footer-blocks ul li:last-of-type {
	border-right: none;
}

/* Footer/Copyright Area - Property Search */
.footer-block-1 .property-search, .copyright-area .property-search {
	background: #c8d7e5;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
}

.footer-block-2 .property-search {
	background: transparent;
	box-shadow: none;
}

.footer-block-2 .property-search select {
	max-width: 100%;
}
.footer-block-2 .property-search .property-search-widget-taxonomies {
	width: 100%;
	float: none;
}

.footer-block-2 .property-search input[type=submit] {
	width: 100%;
	float: none;
}


/* Footer - Agents */
.footer-block-2 .agents-widget .agent {
	width: auto;
	max-width: 96px;
	margin: 2%;
}


/* Footer - Search */
.footer-blocks .widget_search .screen-reader-text {
	height: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.footer-blocks .widget_search input{
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/* Footer - Calendar */
.footer-blocks .widget_calendar table {
	width: 100%;
}

.footer-blocks .widget_calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.footer-blocks .widget_calendar table th{
	font-weight: bold;
	text-align: center;
}

.footer-blocks .widget_calendar table td{
	text-align: center;
}


.footer-block-2 {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
}

.footer-block-2 .widget{
	width: 100%;
	display: block;
	text-align: center;
	/*background: rgba(255, 255, 255, .4);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .2);*/
}

.footer-block-2 .widget:nth-of-type(even) {
	margin-right: 0;
}

/* Footer (left) - Random Testimonials */
.footer-block-1 .widget_random-testimonials-widget .testimonial-quote {
	margin-top: 0;
}

/* Footer (right) - Random Testimonials */
.footer-block-2 .widget_random-testimonials-widget .testimonial-2-col {
	width: 100%;
	float: none;
}

.footer-block-2 .widget_random-testimonials-widget .testimonial-quote {
	margin-top: 0;
}

/* Random Testimonials Widget (all sidebars) */
.widget_random-testimonials-widget .testimonial-name, .widget_random-testimonials-widget .testimonial-position, .widget_random-testimonials-widget .testimonial-company {
	margin: 0;
	font-weight: bold;
}

.widget_random-testimonials-widget .testimonial-position {
	font-size: 13px;
}

.widget_random-testimonials-widget .testimonial-company {
	font-size: 12px;
}

/* Copyright Area - Random testimonials */
.copyright-area .widget_random-testimonials-widget .testimonial-featured-image {
	width: 15%;
}

.copyright-area .widget_random-testimonials-widget .testimonial-has-post-thumbnail .testimonial {
	width: 82%;
}

.copyright-area .widget_random-testimonials-widget .testimonial-2-col .testimonial-featured-image {
	width: 28%;
}

.copyright-area .widget_random-testimonials-widget .testimonial-has-post-thumbnail .testimonial {
	width: 66%;
}

.copyright-area .widget_random-testimonials-widget .testimonial-2-col .testimonial-quote {
	margin-top: 0;
}
#copyright-area-widget-text-2 {
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

.copyright {
	background: #c8d7e5;
	margin: 30px 0 0;
	padding: 10px 0;
}

.copyright a {
	color: #2b4c6c;
	font-weight: bold;
}

.copyright .site-copyright {
	/*float: left;*/
}

.copyright .slocum-credit {
	display: none;
}
.copyright-area {
	margin: 0 auto 20px;
	text-align: center;
}


/* ----------
   Newsletter
 ------------ */
.mc-gravity, .mc_gravity, .mc-newsletter, .mc_newsletter,
.mc-gravity_wrapper, .mc_gravity_wrapper, .mc-newsletter_wrapper, .mc_newsletter_wrapper {
	width: 100%;
	max-width: 100% !important;
	border: 1px solid #aaa;
}

form.mc-gravity, form.mc_gravity, form.mc-newsletter, form.mc_newsletter {
	padding-bottom: 1em;
	border: none;
}

.mc-gravity:before, .mc_gravity:before, .mc-newsletter:before, .mc_newsletter:before,
.mc-gravity_wrapper:before, .mc_gravity_wrapper:before, .mc-newsletter_wrapper:before, .mc_newsletter_wrapper:before,
.mc-gravity:after, .mc_gravity:after, .mc-newsletter:after, .mc_newsletter:after,
.mc-gravity_wrapper:after, .mc_gravity_wrapper:after, .mc-newsletter_wrapper:after, .mc_newsletter_wrapper:after {
    content: " ";
    display: table;
}

.mc-gravity:after, .mc_gravity:after, .mc-newsletter:after, .mc_newsletter:after,
.mc-gravity_wrapper:after, .mc_gravity_wrapper:after, .mc-newsletter_wrapper:after, .mc_newsletter_wrapper:after {
    clear: both;
}

.mc-gravity .gform_heading, .mc_gravity .gform_heading, .mc-newsletter .gform_heading, .mc_newsletter .gform_heading,
.mc-gravity_wrapper .gform_heading, .mc_gravity_wrapper .gform_heading, .mc-newsletter_wrapper .gform_heading, .mc_newsletter_wrapper .gform_heading {
	width: 98%;
	margin: 0;
	padding: 2%;
	background: #2c4c6c;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.mc-gravity .gform_heading h3.gform_title, .mc_gravity .gform_heading h3.gform_title,
.mc-newsletter .gform_heading h3.gform_title, .mc_newsletter .gform_heading h3.gform_title,
.mc-gravity_wrapper .gform_heading h3.gform_title, .mc_gravity_wrapper .gform_heading h3.gform_title,
.mc-newsletter_wrapper .gform_heading h3.gform_title, .mc_newsletter_wrapper .gform_heading h3.gform_title {
	margin: 0 0 15px;
}

.mc-gravity .gform_heading span.gform_description, .mc_gravity .gform_heading span.gform_description,
.mc-newsletter .gform_heading span.gform_description, .mc_newsletter .gform_heading span.gform_description,
.mc-gravity_wrapper .gform_heading span.gform_description, .mc_gravity_wrapper .gform_heading span.gform_description,
.mc-newsletter_wrapper .gform_heading span.gform_description, .mc_newsletter_wrapper .gform_heading span.gform_description {
	font-size: 16px;
	text-transform: none;
	display: block;
}

.mc-gravity .gform_heading, .mc_gravity .gform_heading,
.mc-newsletter .gform_heading, .mc_newsletter .gform_heading,
.mc-gravity_wrapper .gform_heading, .mc_gravity_wrapper .gform_heading,
.mc-newsletter_wrapper .gform_heading, .mc_newsletter_wrapper .gform_heading {
	width: 96% !important;
	margin: 0;
	margin-bottom: 1.25em !important;
	padding: 2%;
}

.mc-gravity .gform_body, .mc_gravity .gform_body,
.mc-newsletter .gform_body, .mc_newsletter .gform_body,
.mc-gravity_wrapper .gform_body, .mc_gravity_wrapper .gform_body,
.mc-newsletter_wrapper .gform_body, .mc_newsletter_wrapper .gform_body {
	width: 40%;
	margin: 0 0 0 20%;
	padding: 0;
	float: left;
}

.mc-gravity  .gfield_label, .mc_gravity  .gfield_label,
.mc-newsletter  .gfield_label, .mc_newsletter  .gfield_label,
.mc-gravity_wrapper  .gfield_label, .mc_gravity_wrapper  .gfield_label,
.mc-newsletter_wrapper  .gfield_label, .mc_newsletter_wrapper  .gfield_label {
	margin: 0 !important;
	display: none !important;
}

.mc-gravity  form li, .mc_gravity  form li,
.mc-newsletter  form li, .mc_newsletter  form li,
.mc-gravity_wrapper  form li, .mc_gravity_wrapper  form li,
.mc-newsletter_wrapper  form li, .mc_newsletter_wrapper  form li {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mc-gravity .gform_fields input, .mc_gravity .gform_fields input,
.mc-newsletter .gform_fields input, .mc_newsletter .gform_fields input,
.mc-gravity_wrapper .gform_fields input, .mc_gravity_wrapper .gform_fields input,
.mc-newsletter_wrapper .gform_fields input, .mc_newsletter_wrapper .gform_fields input {
	width: 90% !important;
	margin-left: -2px;
	font-size: 16px !important;
	padding: 14px 5% !important;
	border-radius: 0 !important;
}

.mc-gravity .gform_fields .gfield_error input, .mc_gravity .gform_fields .gfield_error input,
.mc-newsletter .gform_fields .gfield_error input, .mc_newsletter .gform_fields .gfield_error input,
.mc-gravity_wrapper .gform_fields .gfield_error input, .mc_gravity_wrapper .gform_fields .gfield_error input,
.mc-newsletter_wrapper .gform_fields .gfield_error input, .mc_newsletter_wrapper .gform_fields .gfield_error input {
	background: #ffdfe0;
}

/* Placeholder color */
.mc-gravity .gform_fields input::-webkit-input-placeholder, .mc_gravity .gform_fields input::-webkit-input-placeholder,
.mc-newsletter .gform_fields input::-webkit-input-placeholder, .mc_newsletter .gform_fields input::-webkit-input-placeholder,
.mc-gravity_wrapper .gform_fields input::-webkit-input-placeholder, .mc_gravity_wrapper .gform_fields input::-webkit-input-placeholder,
.mc-newsletter_wrapper .gform_fields input::-webkit-input-placeholder, .mc_newsletter_wrapper .gform_fields input::-webkit-input-placeholder {
	color: #aaa;
}

.mc-gravity .gform_fields input::-moz-placeholder, .mc_gravity .gform_fields input::-moz-placeholder,
.mc-newsletter .gform_fields input::-moz-placeholder, .mc_newsletter .gform_fields input::-moz-placeholder,
.mc-gravity_wrapper .gform_fields input::-moz-placeholder, .mc_gravity_wrapper .gform_fields input::-moz-placeholder,
.mc-newsletter_wrapper .gform_fields input::-moz-placeholder, .mc_newsletter_wrapper .gform_fields input::-moz-placeholder {
	color: #aaa;
}

.mc-gravity .gform_fields input:-ms-input-placeholder, .mc_gravity .gform_fields input:-ms-input-placeholder,
.mc-newsletter .gform_fields input:-ms-input-placeholder, .mc_newsletter .gform_fields input:-ms-input-placeholder,
.mc-gravity_wrapper .gform_fields input:-ms-input-placeholder, .mc_gravity_wrapper .gform_fields input:-ms-input-placeholder,
.mc-newsletter_wrapper .gform_fields input:-ms-input-placeholder, .mc_newsletter_wrapper .gform_fields input:-ms-input-placeholder {
	color: #aaa;
}

.mc-gravity div.validation_error, .mc_gravity div.validation_error,
.mc-newsletter div.validation_error, .mc_newsletter div.validation_error,
.mc-gravity_wrapper div.validation_error, .mc_gravity_wrapper div.validation_error,
.mc-newsletter_wrapper div.validation_error, .mc_newsletter_wrapper div.validation_error {
	padding: 0 20px !important;
	font-size: 16px !important;
	text-align: center;
}

.mc-gravity li.gfield.gfield_error.gfield_contains_required, .mc_gravity li.gfield.gfield_error.gfield_contains_required,
.mc-newsletter li.gfield.gfield_error.gfield_contains_required, .mc_newsletter li.gfield.gfield_error.gfield_contains_required,
.mc-gravity_wrapper li.gfield.gfield_error.gfield_contains_required, .mc_gravity_wrapper li.gfield.gfield_error.gfield_contains_required,
.mc-newsletter_wrapper li.gfield.gfield_error.gfield_contains_required, .mc_newsletter_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

.mc-gravity li.gfield.gfield_error.gfield_contains_required div.ginput_container, .mc_gravity li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.mc-newsletter li.gfield.gfield_error.gfield_contains_required div.ginput_container, .mc_newsletter li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.mc-gravity_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .mc_gravity_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.mc-newsletter_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .mc_newsletter_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin: 0 !important;
}


.mc-gravity .gform_fields .gfield_error .validation_message, .mc_gravity .gform_fields .gfield_error .validation_message,
.mc-newsletter .gform_fields .gfield_error .validation_message, .mc_newsletter .gform_fields .gfield_error .validation_message,
.mc-gravity_wrapper .gform_fields .gfield_error .validation_message, .mc_gravity_wrapper .gform_fields .gfield_error .validation_message,
.mc-newsletter_wrapper .gform_fields .gfield_error .validation_message, .mc_newsletter_wrapper .gform_fields .gfield_error .validation_message {
	display: none !important;
}

.mc-gravity .gform_footer, .mc_gravity .gform_footer,
.mc-newsletter .gform_footer, .mc_newsletter .gform_footer,
.mc-gravity_wrapper .gform_footer, .mc_gravity_wrapper .gform_footer,
.mc-newsletter_wrapper .gform_footer, .mc_newsletter_wrapper .gform_footer {
	width: 20%;
	margin: 0 20% 0 0 !important;
	padding: 0 !important;
	float: left;
	clear: none !important;
	position: relative;
}

.mc-gravity .gform_footer input.button, .mc_gravity .gform_footer input.button,
.mc-newsletter .gform_footer input.button, .mc_newsletter .gform_footer input.button,
.mc-gravity_wrapper .gform_footer input.button, .mc_gravity_wrapper .gform_footer input.button,
.mc-newsletter_wrapper .gform_footer input.button, .mc_newsletter_wrapper .gform_footer input.button {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	border-radius: 0;
}

.mc-gravity .gform_ajax_spinner, .mc_gravity .gform_ajax_spinner,
.mc-newsletter .gform_ajax_spinner, .mc_newsletter .gform_ajax_spinner,
.mc-gravity_wrapper .gform_ajax_spinner, .mc_gravity_wrapper .gform_ajax_spinner,
.mc-newsletter_wrapper .gform_ajax_spinner, .mc_newsletter_wrapper .gform_ajax_spinner {
	position: absolute;
	top: 17px;
	right: -25px;
}

.mc-gravity-confirmation, .mc_gravity-confirmation, .mc-newsletter-confirmation, .mc_newsletter-confirmation {
	width: 98%;
	padding: 2%;
	color: #fff;
	background: #2c4c6c;
}

.mc-gravity-confirmation .gform_confirmation_wrapper, .mc_gravity-confirmation .gform_confirmation_wrapper,
.mc-newsletter-confirmation .gform_confirmation_wrapper, .mc_newsletter-confirmation .gform_confirmation_wrapper {
	border: none;
}



/* ------------------
 Responsive Structure
 -------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	aside#sidebar{
		float: left;
		margin-top: 20px !important;
		width: 100% !important;
	}
	.content-wrapper, #product-post-sidebar {
		padding: 0 1.25em !important;
		width: 100% !important;
	}
	section.central-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	section.sidebar-2, #home-content {
		padding-right: 1em !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
	#product-post-sidebar {
		padding: 0 20px !important;
	}
	#product-post-content {
		margin-left: 0 !important;
	}
	.blog-post-content ul {
		margin-left: 0 !important;
	}
	section.central-content {
		margin: 0 !important;
	}
	section.central-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	section.sidebar-2 {
		width: 100% !important;
	}
	a.brochure-link:before, #technote_links a:before {
		float: none !important;
	}
}
@media screen and (max-width: 600px) {
	.fifty {
		width: 100% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
	.in{
		width: 95%;
		margin: 0 auto;
		max-width: 1022px;
	}

	nav ul.topbar-nav{
	}

	nav.social-media ul{
		width: 15%;
		}

	/* ------------------
	  Intro Block
	---------------------  */

	.block-main-title{
		font-size: 29px;
	}


	/* ------------------
	  News Block
	---------------------  */

	.home-block-news-title{
		font-size: 16px;
		font-weight: 700;
	}

	/* ------------------
	  House Block
	---------------------  */

	.home-block-date{
		font-size: 12px;
		font-weight: 400;
	}


	.home-news-block a.more{
		font-size: 12px;
		font-weight: 700;
	}

	/* ------------------
	  Inner Home
	---------------------  */


	section.news-thumb img{
		max-height: 301px;
		width: auto;
	}

	section.inner-block{
		width: 67%;
		float: right;
		margin-top: 40px;
	}


	/* ------------------
	  Sidebar
	---------------------  */

	.sidebar-block p{
		font-size: 14px;
	}

	.footer-block-1{
		width: 35%;
		margin-bottom: 20px;

	}

	/* Properties */
	/*header.blog-post-header {
		height: 236px !important;
	}*/

	.footer-block{
		width: 25%;
		height: 100%;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.in{
		width: 96%;
		margin: 0 auto;
		max-width: 1022px;
	}


	nav ul.topbar-nav{
	}

	nav.social-media ul{
		width: 15%;
	}

/* ------------------
  Header
---------------------  */
	section.logo-container{
		width: 62%;
		float: left;
	}


	section.logo-container h1 a{
		font-size: 36px;
		margin-bottom: 0;
		padding-bottom: 0;
		line-height: .5em;
	}

	section.logo-container h2{
		font-size: 18px;
		margin-top: 0;
		padding-top: 0;
		line-height: .5em;
		}


	section.sidebar-2{
		font-size: 22px;
		width: 35%;

	}

	section.sidebar-2 p span{
		letter-spacing: 5px;
		font-size: 18px;
	}


	#product-post-sidebar {
		font-size: 22px;
		width: 35%;

	}

	#product-post-sidebar p span{
		letter-spacing: 5px;
		font-size: 18px;
	}



	/* ------------------
	  Navigation
	---------------------  */


	nav ul.topbar-nav {
		width: 100%;
		float: left;
		clear: both;
	}

	nav.social-media{
			clear: both;
			width: 100%;
			float: left;
			text-align: center;
			padding: 0;
		}

	nav.social-media ul {
			float: left;
			width: 100%;
		}

	nav.social-media ul li{
		float: left;
	}



	/* ------------------
	  Search Block
	---------------------  */


	.search-1{
		float: left;
		width: 100%;
		margin-right: 3px;
	}

	.search-2,.search-3{
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.search-4{
		float: left;
		width: 90%;
	}




	/* ------------------
	  Intro Block
	---------------------  */

	.block-main-title{
		font-size: 29px;
	}

	.intro-block-title{
		font-size: 18px;
	}

	/* ------------------
	  News Block
	---------------------  */

	.home-block-news-title{
		font-size: 16px;
		font-weight: 700;
	}


	.home-block-date{
		font-size: 12px;
		font-weight: 400;
	}


	.home-news-block a.more{
		font-size: 12px;
		font-weight: 700;
	}

	/* ------------------
	  House Block
	---------------------  */

	.home-house-block{
		background-color: #ebeef1;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 20px;
		}

	/* ------------------
	  Inner Home
	---------------------  */


	section.news-thumb img{
		max-height: 270px;
		width: auto;
	}

	section.inner-block, .blog-content{
		width: 100%;
		float: right;
		margin-top: 40px;
	}


	/* ------------------
	  Sidebar
	---------------------  */

	aside#sidebar{
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	aside#property-sidebar{
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.sidebar-block{
		width: 48%;
		margin-right: 2%;
	}

	.sidebar-action-block{
		width: 44%;
		margin-right: 2%;
		padding: 2%;
		}


	.footer-block-1{
		width: 100%;
		margin-bottom: 20px;

	}

	.footer-block{
		width: 40%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.in{
		width: 95%;
		margin: 0 auto;
		max-width: 1022px;
	}


	/* ------------------
	   Navigation Button
	---------------------  */

	.nav-button  {
		display: block;
		position: fixed;
		top: 7px;
		right: 20px;
		width: 50px;
		height: 35px;
		background: url('images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}

	.primary-nav-button {
		display: block;
		position: absolute;
		top: 10px;
		left: 10%;
		margin-left: -5%;
		width: 90%;
		height: 35px;
		background: url('images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: 35% center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: 1px;
		font-size: 18px;
		color: white;
	}
	.nav-button:hover , .primary-nav-button:hover {
		background-color: rgba(0,0,0,.1);
	}
	.nav-button.open , .primary-nav-button.open {
		background: url('images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	.primary-nav-button.open {
		background-position: 35% center;
	}

	/* ------------------
	  Primary Navigation
	---------------------  */

	nav ul.topbar-nav {
		width: 100%;
		float: left;
		background-color: #2b4c6c; /* ---- Color Change ----*/
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	nav ul.topbar-nav li {
		display: none;
		width: 100%;
	}
	nav ul.topbar-nav li a {
		display: block;
		width: 100%;
		padding: 2px 0;
		float: none;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1);
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	nav ul.topbar-nav li a:hover {
		/*background-color: rgba(0,0,0,.5);*/
		border-top-color: transparent;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	nav ul.topbar-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	nav ul.topbar-nav.open {
		height: auto;
		padding-top: 50px;
	}
	nav ul.topbar-nav.open li, nav ul.topbar-nav.open li ul.sub-menu, nav ul.topbar-nav.open li ul.sub-menu li  {
		display: block;
		float: none;
	}

	/* Submenus – optional .parent class indicates dropdowns */
	nav ul.topbar-nav > li a {
		padding-left: 20px;
	}

	nav ul.topbar-nav > li:hover > a {
		background: rgba(255,255,255,.5);
		border-bottom-color: transparent;
	}
	nav ul.topbar-nav li .sub-menu > li a:after {
		content: ">";
		color: rgba(255,255,255,.5);
		float: left;
		margin-left: 10px;
		padding-right: 10px;
	}
	nav ul.topbar-nav li ul.sub-menu  > a:hover {
		background: rgba(0,0,0,.75);
	}

	nav ul.topbar-nav li .sub-menu li .sub-menu > li a {
		padding-left: 20px;
	}

	nav ul.topbar-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	nav ul.topbar-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	nav ul.topbar-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

	nav ul.topbar-nav.open li ul.sub-menu {
		width: 100%;
		position: static;
		top: auto;
		background: #2b4c6c;
	}

	nav ul.topbar-nav.open li ul.sub-menu li {
		min-height: auto;
	}

	/* ------------------
	  Social Media Navigation
	---------------------  */
	nav.social-media{
		clear: both;
		width: 100%;
		float: left;
		text-align: center;
		padding: 0;
	}

	nav.social-media ul {
			float: left;
			width: 100%;
		}
	nav.social-media ul li{
		float: left;
	}


	/* ------------------
	  Header Content (logo/phone)
	---------------------  */
	section.header-top{
		display: block;
		padding-top: 60px;
		text-align: center;

	}

	section.logo-container{
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.header-middle section.sidebar-2{
		width: 80%;
		padding: 10px 0;
		margin: 0 10%;
		text-align: center;
		float: left;
		font-size: 18px;
		}
	.header-middle section.sidebar-2 p span{
		letter-spacing: 2px;
		font-size: 16px;
	}

		.header-middle section.logo-container h1{
			margin: 0;
			padding: 0;
			text-align: center;
		}

	.header-middle section.logo-container h1 a{
		font-size: 32px;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}

	section.logo-container h2{
		font-size: 18px;
		text-align: center;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}


	/* ------------------
	  Bottom Navigation
	---------------------  */

	nav.header-bottom ul.primary-nav {
		width: 100%;
		float: left;
		background-color: #2b4c6c; /* ---- Color Change ----*/
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: none;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
		display: none;
	}
	nav.header-bottom ul.primary-nav li {
		display: none;
		width: 100%;
	}
	nav.header-bottom ul.primary-nav li a {
		display: block;
		width: 100%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1);
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	nav.header-bottom ul.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	nav.header-bottom ul.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	nav.header-bottom ul.primary-nav.open {
		height: auto;
		position: absolute;
		padding-top: 0;
		margin-top: 48px;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		display: block;
	}
	nav.header-bottom ul.primary-nav.open li, nav.header-bottom ul.primary-nav.open li ul.sub-menu, nav.header-bottom ul.primary-nav.open li ul.sub-menu li  {
		display: block;
		/*float: none;*/

	}


	/* Submenus - optional .parent class indicates dropdowns */
	nav.header-bottom ul.primary-nav > li a {
		padding-left: 20px;
		float: none;
	}

	nav.header-bottom ul.primary-nav > li:hover > a {
		background: rgba(255,255,255,.5);
		border-bottom-color: transparent;
	}
	nav.header-bottom ul.primary-nav li .sub-menu > li a:after {
		content: ">";
		color: rgba(255,255,255,.5);
		float: left;
		margin-left: 10px;
		padding-right: 10px;
	}
	nav.header-bottom ul.primary-nav li ul.sub-menu  > a:hover {
		background: rgba(0,0,0,.75);
	}

	nav.header-bottom ul.primary-nav li .sub-menu li .sub-menu > li a {
		padding-left: 20px;
	}

	nav.header-bottom ul.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	nav.header-bottom ul.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	nav.header-bottom ul.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

	nav.header-bottom ul.primary-nav.open li ul.sub-menu {
		width: 100%;
		position: static;
		top: auto;
		background: #2b4c6c;
	}

	nav.header-bottom ul.primary-nav.open li ul.sub-menu li {
		/*min-height: auto;*/
	}

	nav.header-bottom {
		margin-bottom: 20px;
	}

	/* Property Search Widget */
	.property-search-sidebar {
		margin-top: 40px;
		margin-bottom: -20px;
	}

	/* ------------------
	  SEARCH Block
	---------------------  */

	.search-1{
		float: left;
		width: 100%;
		margin-right: 3px;
	}

	.search-2,.search-3{
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.search-4{
		float: left;
		width: 90%;
	}


	/* ------------------
	  Intro Block
	---------------------  */

	.block-title, .page-title{
		font-size: 18px;
	}

	.block-main-title{
		font-size: 16px;
	}

	.block-description{
		font-size: 16px;
	}

	.intro-block-thumb{
		width: 100%;
	}

	.home-intro-block{
		height: 100%;
		padding-bottom: 20px;
	}

	.home-intro-block img{
		width: 100%;
		float: left;
	}

	.home-intro-block-info{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		float: left;
		text-align: center;
	}

	.intro-block-title{
		font-size: 24px;
		margin-bottom: 5px;
		margin-top: 10px;
		font-family: 'Archivo Narrow', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		color: #636363;

	}

	/* ------------------
	  News Block
	---------------------  */

	.home-news-block, .home-news-block:last-child{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: left;
		margin-bottom: 20px;
		}

	/* ------------------
	  House Block
	---------------------  */

	.home-house-block{
		background-color: #ebeef1;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 20px;
		}

	/* ------------------
	  Testimonial Block
	---------------------  */

	#front-page-sidebar .testimonial-2-col {
		width: 100%;
		margin-bottom: 20px;
	}


	/* ------------------
	  Agent Block
	---------------------  */

		.agents .agent{
			width: 23%;
			max-width: 150px;
			margin-right: 2%;
			margin-bottom: 20px;
		}



	/* ------------------
	  Inner Home - ERASE
	---------------------  */

	section.inner-block, .blog-content{
		width: 100%;
		clear: both;
		float: right;
		margin-top: 60px;
	}


	section.news-thumb img{
		max-height: 300px;
	}

	.block-news-title a{
		font-size: 18px;
	}


	/* ------------------
	  Sidebar
	---------------------  */

	aside#sidebar{
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.sidebar-block{
		width: 100%;
	}

	.sidebar-action-block{
		width: 96%;
		padding: 2%;
	}

	aside#property-sidebar{
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	aside#property-sidebar section.sidebar-block section.sidebar-top{
		height: 140px;
		background-color: #ebeef1;
		margin-bottom: 0;
	}

	/* ------------------
	  Property
	---------------------  */

	.thumb-roll{
		display: none;
	}


	.video{
		width: 100%;
		height: auto;
		float: left;
	}

	.video-info{
		width: 100%;
		float: right;
	}

	/* Front Page Sidebar - Featured Content */
	#front-page-sidebar .featured-content-widget-small {
		width: 48% !important;
		height: 220px;
		min-height: 220px;
	}



	/* Comments */
	.comment-content-container, .comment-list .reply {
		width: 75% !important;
	}



	/* ------------------
	  Footer Block
	---------------------  */

		.footer-block-1{
			width: 100%;
			margin-bottom: 20px;
		}


		.footer-block{
			width: 40%;
		}

		.footer-block-2 {
			width: 100%;
		}


}

@media only screen and (min-width: 0px) and (max-width: 420px) {
	/* ------------------
	  News Block
	---------------------  */

	.home-block-news-title{
		font-size: 14px;
		font-weight: 700;
	}

	section.latest-news-thumb img{
		max-height: 150px;
	}

	/* ------------------
	  Front Page Sidebar - Featured Content
	---------------------  */
	#front-page-sidebar .featured-content-widget-large {
		max-height: 400px !important;
	}

	#front-page-sidebar .featured-content-widget-medium, #front-page-sidebar .featured-content-widget-small {
		width: 100% !important;
		height: auto !important;
		font-size: 12px;
		font-weight: 400;
	}

	#front-page-sidebar .featured-content-widget-small .post-thumbnail {
		text-align: center;
	}

	#front-page-sidebar .featured-content-widget-small .post-thumbnail img {
		margin: 0 auto;
		text-align: center;
		-webkit-border-radius: none !important;
		border-radius: none !important;
	}



	/* Comments */
	.comment-content-container, .comment-list .reply {
		width: 65% !important;
	}



	.home-house-block{
		width: 100%;
		margin-bottom: 20px;
		}

	.home-news-block a{
		font-size: 12px;
		font-weight: 700;
	}

	.footer-block-2 .widget{
		width: 90% !important;
		min-height: auto !important;
		padding: 5% !important;
		margin: 0 0 20px;
	}

	.footer-block{
		min-height: none;
	}

	/* Property Search Widget */
	.property-search .property-search-widget-taxonomies, .property-search select, .property-search input[type=submit] {
		width: 96% !important;
		float: none !important;
	}

}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	.in{
		width: 96%;
		margin: 0 auto;
		max-width: 1022px;
	}
	nav.header-bottom ul.primary-nav.open {
		height: auto;
		position: absolute;
		padding-top: 0;
		margin-top: 48px;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
	}
	.primary-nav-button, .primary-nav-button.open {
		background-position: 32% center;
	}
}

@media only screen and (min-width: 0px) and (max-width: 350px) {
	nav.header-bottom ul.primary-nav.open {
		height: auto;
		position: absolute;
		padding-top: 0;
		margin-top: 48px;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
	}
	.primary-nav-button, .primary-nav-button.open {
		background-position: 26% center;
	}
}
/* End Mobile Styles */



/****GTI Styles****/
body {
	background-color: rgba(255, 255, 255, .90);
	color: #363636;
}
nav.social-media a {
	text-decoration: none;
	color: #ccc;
	text-shadow: 1px 4px 8px rgba(0, 51, 127, 0.6);
	/* border: 1px solid #004499; */
	/* border-radius: 50px; */
	width: 12px;
	height: 12px;
	background: #00388c;
}
nav.social-media a {
	padding: 10px;
	/* float: left; */
	text-decoration: none;
	text-transform: uppercase;
	color: #ebedf0;
	text-shadow: 1px 1px 1px #000000;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin: 2px;
}
nav ul.topbar-nav li a {
	font-size: 14px;
	padding: 2px 0;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #363636;
	display: block;
	text-shadow: 1px 1px 1px #c7c7c7;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
nav.header-bottom {
	background: #00337f;
	background: rgba(0, 51, 127, 1);
}
nav ul.topbar-nav li ul.sub-menu {
	background: #acacac;
}
nav.social-media ul li a:hover {
	background-color: rgba(0, 0, 0, .35);
}
section.sidebar-2{
	background-color: #fff;
	color: #444;
}
#sidebar .property-search{
	background: #d6d6d6;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
}
nav.header-bottom ul li a{
	text-decoration: none;
	color: #ebebeb;
		text-shadow: 1px 1px 1px #000000;
}
nav.header-bottom ul li ul.sub-menu, nav.header-bottom ul li ul.children {
	background: #898989;
}
.announcement{
	color: #ff3c1f;
	background: #ebebeb;
	background: rgba(255, 255, 255, .90);
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.block-main-title{
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	background-color: #898989;
	background: rgba(0, 0, 0, .40);
		-webkit-box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
}
/*.block-title, .page-title, #reply-title, .property-search-title{
	color: #0052cb;
	 text-shadow: 1px 1px 1px #fff;
	background-color: #eee;
	background: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 10px;
	padding: 5px 12px 5px;
}*/
.property-search{
	background-color: #ebebeb;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
.property-search input[type=submit] {
  background: #f26c4f;
  	text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
		  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		  background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		  background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		  background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
}
#front-page-sidebar .tagcloud, #front-page-sidebar #searchform, #front-page-sidebar .social-media-icons, #front-page-sidebar .widget_rss ul, #front-page-sidebar .widget_recent_entries > ul, #front-page-sidebar .widget_recent_comments ul, #front-page-sidebar  .widget_pages > ul, #front-page-sidebar  .widget_meta > ul, #front-page-sidebar  .widget_nav_menu ul, #front-page-sidebar  .widget_categories > ul, #front-page-sidebar  .widget_archive > ul, #front-page-sidebar .widget_calendar #calendar_wrap, #front-page-sidebar .testimonial {
	background-color: #ebebeb;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
#front-page-sidebar .widget-title a.rsswidget {
	color: #e6e6e6;
}
#front-page-sidebar .widget_recent_entries ul li a:hover, #front-page-sidebar  .widget_pages ul li a:hover, #front-page-sidebar  .widget_meta ul li a:hover, #front-page-sidebar  .widget_nav_menu ul li a:hover, #front-page-sidebar  .widget_categories ul li a:hover, #front-page-sidebar  .widget_archive ul li a:hover {
	background: rgba(0, 0, 0, .1);
}
#front-page-sidebar .social-media-icons{
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	background-color: #898989;
	background: rgba(0, 0, 0, .40);
}
#front-page-sidebar .social-media-icons a:hover{
	color: #ebebeb;
}
#front-page-sidebar .widget_text .textwidget{
	color: #ebebeb;
	text-shadow: 1px 1px 1px #000000;
	background-color: #898989;
	background: rgba(0, 0, 0, .40);
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
#front-page-sidebar .featured-content-widget-large {
	background-color: #ebebeb;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
#front-page-sidebar .featured-content-widget-medium {
	background-color: #ebebeb;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
#front-page-sidebar .featured-content-widget-small {
	background-color: #ebebeb;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
a.more{
	text-decoration: none;
	color: #f26c4f;
}
a {
	color: #003893;
}
figure.house-thumb:hover:before{
	background: rgba(0,0,0, .3);
}
.home-testimonial-block-info{
	background-color: #ebebeb;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
/*.breadcrumb a {
	color: #e6e6e6;
}*/

.sticky {
	background: #d6d8da;
}

section.news-block.sticky:hover {
	background: #bfbfbf;
}

.news-block{
	/*background-color: #ebebeb;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);*/
}
section.news-block:hover{
	/*background: #d6d8da;*/
}
p.home-block-date {
	background: #039BE5;
	display: inline-block;
	padding: 0.1em 0.6em;
	color: #fff;
	font-size: 0.8em;
	margin: 0;
}
section.news-block-info p.home-block-date {
	margin-left: 0;
	margin: 0;
}
.blog-archive .sticky {
	background: #e6e6e6;
}
.blog-archive .sticky:hover {
	background: #d6d6d6;
}
.post-navigation a{
	color: #444;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.post-navigation a:hover, .post-navigation .current{
	text-decoration: underline;
}
.blog-post, .no-posts{
	/*background-color: #ebebeb;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);*/
}
.blog-post-content table th, .comment-content table th {
	background: #e6e6e6;
	border: 1px solid #bacddd;
	border-bottom: none;
}
.blog-post-content table tr:nth-child(even), .comment-content table tr:nth-child(even) {
	background: #e8e8e8;
}
.post-edit-link {
	color: #ebebeb;
	background: #898989;
	text-decoration: none;
	display:none;
}
footer.blog-post-footer{
	background: rgba(0, 0, 0, .05);
	border-top: 1px solid;
	border-top-color: rgba(0, 0, 0, .1);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.blog-post-footer .post-meta {
	background: #d6d6d6;
	border-top: 1px solid #bbb;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 2% 2% 2% 20%;
}
.property-gallery{
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	background-color: #898989; /* ---- Color Change ----*/
}
.blog-video-block{
	background: rgba(0, 0, 0, .05);
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
}
aside#property-sidebar section.sidebar-block section.sidebar-top{
	background-color: #ebebeb;
}
#sidebar .widget, .sidebar-block{
	background-color: #efefef;
		-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
		box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
.sidebar-block ul.sidebar-list li a:hover, .footer-block-2 ul li a:hover{
	background: rgba(0, 0, 0, .1);
}

#sidebar .social-media-icons a, #footer .social-media-icons a {
	color: #333;
}

#footer .social-media-icons a {
background-color: #eee;
}

#sidebar .featured-content-widget-large, #sidebar .featured-content-widget-medium, #sidebar .featured-content-widget-small {
	background-color: #ebebeb;
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);
}
input[type=submit] {
  background: #898989;
  color: #ebebeb;
}
.sidebar-contact{
	background: rgba(0, 0, 0, .05);
	border-top: 1px solid;
	border-top-color: rgba(0, 0, 0, .3);
}
.comment-list > li, .comments-container #commentform, #no-comments {
	background-color: #d6d6d6;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
}
.comment-list > li.pingback {
	background-color: #dbdee1;
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .35);
	box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .35);
}
.comment-list > li .children li {
	background-color: #e6e6e6;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bypostauthor {
	background: #e6e6e6;
	border: 1px solid #bacddd;
}
.comments-container #commentform .form-allowed-tags {
	background: #e6e6e6;
	border: 1px solid #bacddd;
}
.footer-block-1 .property-search, .copyright-area .property-search {
	background: #d6d6d6;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
}
.copyright {
	background: #d6d6d6;
}
.copyright a{
	color: #acacac;
}

/* ----------
   Newsletter
 ------------ */
.mc-gravity .gform_heading, .mc_gravity .gform_heading, .mc-newsletter .gform_heading, .mc_newsletter .gform_heading,
.mc-gravity_wrapper .gform_heading, .mc_gravity_wrapper .gform_heading, .mc-newsletter_wrapper .gform_heading, .mc_newsletter_wrapper .gform_heading,
.mc-gravity-confirmation, .mc_gravity-confirmation, .mc-newsletter-confirmation, .mc_newsletter-confirmation {
	background: #acacac;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	nav ul.topbar-nav {
		background-color: #acacac; /* ---- Color Change ----*/
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
	}
	nav ul.topbar-nav.open li ul.sub-menu {
		background: #acacac;
	}

	nav.header-bottom ul.primary-nav {
		background-color: #898989;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	}

	nav.header-bottom ul.primary-nav.open li ul.sub-menu {
		background-color: #898989;
	}
}
/** GTI CUSTOM STYLES **/
/* HTML RESET
///////////////////////////////////////////// */

/*
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  /*text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {border-collapse: collapse;border-spacing: 0;}
a img { border: 0;}

/* END HTML RESET
///////////////////////////////////////////// */

/* Viewport size fix (in lieu of viewport meta tag) */
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* TYPE PRESETS
///////////////////////////////////////////// */
/*
_______________________________
Columnal - TYPE (basic settings to make type look nice) */

/*html {
  font-size: 62.5%;*/ /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /*overflow-y: scroll;*/ /* Keeps page centered in all browsers regardless of content height */
  /*-webkit-text-size-adjust: 100%;*/ /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
 /* -ms-text-size-adjust:     100%;*/ /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
/*}*/

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 100%;
  color: #444;

  line-height: 1.6em; /* from cssgrid.net */
  -webkit-text-size-adjust: none;   /* from cssgrid.net */ /* Stops the iPhone scalling type up - from cssgrid.net */
  }

/* h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; } */

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset {margin-bottom: 1.4em;}

/* Add back in basic text markup (after removal by reset) */
strong { font-weight: bold; }
em { font-style:italic; font-family: 'Archivo Narrow', sans-serif; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

/* text colors, add custom colors here to match your site */
.teal { color: #155f62; }

/* link colors */
a { color: #003893; text-decoration:none; }
a:visited {
	color:#003893;
	/* color: inherit; */
	text-decoration:none;
}
a:hover { color:#003893; text-decoration:underline; }
a:focus { outline:1px dotted #79160d; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }
p { font-size: 0.9375rem; line-height: 1.5; }
p + p, p + ul {margin-top: -.8em;}
h1 { font-size: 2em; line-height:1.2em; font-weight:normal; margin:1em 0 .5em; }
p + h1 { margin-top:.5em; }
h2, h3, h4, h5, h6 { font-weight: bold; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p { margin-top: 0;} /* fix for weird Chrome collapse bug */
h2 { font-family: 'Archivo Narrow', sans-serif; font-size:1.313em; line-height:1.3em; margin:1.07em 0 .535em; }
h3 { font-family: 'Archivo Narrow', sans-serif; font-size:1.063em; margin:1.14em 0 .57em 0; }
h4 { font-size:1.063em; margin:0.5em 0 .25em; }
h5, h6 { font-size: 1em; margin:1em 0 .25em 0; }

ol { margin-left: 0; padding-left: 20px; text-indent: 0; }
ul {list-style:disc outside;}
li { /*font-size: 0.875em;*/ font-size: 0.9375rem; line-height: 1.5; margin-bottom: 2px; margin-left: 20px; }
blockquote {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.9375em;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-style:italic;
  padding: 10px 20px 10px 70px;
  color: #777;
  margin: .5em 0 .5em 0;
  background: #efefef;
  background-image: url(/images/quote.png);
  background-repeat: no-repeat;
  background-position: 6px 6px;
}
blockquote.noquote {
	background-image: none;
	font-style: normal;
	padding: 20px;
}
blockquote p {
  font-size: 0.9375em;
  margin-bottom: 0;
}
input, textarea { font: .75em  'PT Sans', sans-serif; }

hr { background:black; border:none; color:black; display:block; height:1px; margin-top: 20px; width:100%;}
section>p:last-of-type {
	margin-bottom: 0;
}
section>p:last-of-type + ul {
	margin-top: 0.6em;
}
select {
  	padding: 4px;
  	border-color: #d6d6d6;
  	border-radius: 2px;
  	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
}

/*
_______________________________
Columnal - reverse type presets (for text on dark backgrounds) */
.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {color: white;}
.reverse p, .reverse ul {color: #aaa;}

/* COLUMNAL - CORE
///////////////////////////////////////////// */

/* Column code based on work from cssgrid.net:
The 1140px Grid by Andy Taylor – http://cssgrid.net – http://www.twitter.com/andytlr – http://www.catchingzebra.com */
.container {padding-left: 20px; padding-right: 20px;}
.row {clear: both; width: 100%; max-width: 1140px; margin: 0 auto;}

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 {float: left; margin-right: 3.8%; position: relative;}

.col_1 {width: 4.85%;}  /* ie - 4.7% */
.col_2 {width: 13.5%;}  /* ie - 13.2% */
.col_3 {width: 22.15%;} /* ie - 22.05% */
.col_4 {width: 30.8%;}  /* ie - 30.6% */
.col_5 {width: 39.45%;} /* ie - 39% */
.col_6 {width: 48.1%;}  /* ie - 48% */
.col_7 {width: 56.75%;} /* ie - 56.75% */
.col_8 {width: 65.4%;}  /* ie - 61.6% */
.col_9 {width: 74.05%;} /* ie - 74.05% */
.col_10 {width: 82.7%;} /* ie - 82.7% */
.col_11 {width: 91.35%;}/* ie - 91.35% */
.col_12 {clear: both; width: 100%; float: left;}


.last, .omega {margin-right: 0 !important;}
img, object, embed {max-width: 100%;}
.inline { display: inline !important; }
.block        { display: block !important; }
.inline-block { display: inline-block !important; }


.nowrap { white-space: nowrap }


/* Utility Typography
***************************/

.bold    { font-weight: bold }
.regular { font-weight: normal }
.italic  { font-style: italic }
.caps    { text-transform: uppercase; }

.left-align   { text-align: left }
.center       { text-align: center }
.right-align  { text-align: right }
.justify      { text-align: justify }

.nowrap { white-space: nowrap }

/* White Space
***************************/

.m0  { margin:        0 }
.mt0 { margin-top:    0 }
.mr0 { margin-right:  0 }
.mb0 { margin-bottom: 0 }
.ml0 { margin-left:   0 }

.m1  { margin: .5rem }
.mt1 { margin-top: .5rem }
.mr1 { margin-right: .5rem }
.mb1 { margin-bottom: .5rem }
.ml1 { margin-left: .5rem }

.m2  { margin: 1rem }
.mt2 { margin-top: 1rem }
.mr2 { margin-right: 1rem }
.mb2 { margin-bottom: 1rem }
.ml2 { margin-left: 1rem }

.m3  { margin: 2rem }
.mt3 { margin-top: 2rem }
.mr3 { margin-right: 2rem }
.mb3 { margin-bottom: 2rem }
.ml3 { margin-left: 2rem }

.m4  { margin: 4rem }
.mt4 { margin-top: 4rem }
.mr4 { margin-right: 4rem }
.mb4 { margin-bottom: 4rem }
.ml4 { margin-left: 4rem }

.mxn1 { margin-left: -.5rem; margin-right: -.5rem; }
.mxn2 { margin-left: -1rem; margin-right: -1rem; }
.mxn3 { margin-left: -2rem; margin-right: -2rem; }
.mxn4 { margin-left: -4rem; margin-right: -4rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.p1  { padding: .5rem }
.py1 { padding-top: .5rem; padding-bottom: .5rem }
.px1 { padding-left: .5rem; padding-right: .5rem }

.p2  { padding: 1rem }
.py2 { padding-top: 1rem; padding-bottom: 1rem }
.px2 { padding-left: 1rem; padding-right: 1rem }

.p3  { padding: 2rem }
.py3 { padding-top: 2rem; padding-bottom: 2rem }
.px3 { padding-left: 2rem; padding-right: 2rem }

.p4  { padding: 4rem }
.py4 { padding-top: 4rem; padding-bottom: 4rem }
.px4 { padding-left: 4rem; padding-right: 4rem }


/*
_______________________________
Columnal - sub-columns */

.col_2 .col_1 {margin-right:28.62%; width:35.69%;}
.col_2 .pre_1 {padding-left:35.69%;}
.col_2 .suf_1 {padding-right:35.69%;}

/* */

.col_3 .col_2, .col_3 .col_1 {margin-right:17.45%;}
.col_3 .col_1 {width:21.7%;}
.col_3 .col_2 {width:60.86%;}

.col_3 .pre_1 {padding-left:21.7%;}
.col_3 .pre_2 {padding-left:60.86%;}

.col_3 .suf_1 {padding-right:21.7%;}
.col_3 .suf_2 {padding-right:60.86%;}

/* */

.col_4 .col_3, .col_4 .col_2, .col_4 .col_1 {margin-right:12.36%;}
.col_4 .col_1 {width:15.73%;}
.col_4 .col_2 {width:43.82%;}
.col_4 .col_3 {width:71.91%;}

.col_4 .pre_1 {padding-left:28.09%;}
.col_4 .pre_2 {padding-left:56.18%;}
.col_4 .pre_3 {padding-left:84.27%;}

.col_4 .suf_1 {padding-right:28.09%;}
.col_4 .suf_2 {padding-right:56.18%;}
.col_4 .suf_3 {padding-right:84.27%;}

/* */

.col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1 {margin-right:9.7%;}
.col_5 .col_1 {width:12.24%;}
.col_5 .col_2 {width:34%;}
.col_5 .col_3 {width:56.28%;}
.col_5 .col_4 {width:78%;}

.col_5 .pre_1 {padding-left:21.94%;}
.col_5 .pre_2 {padding-left:43.7%;}
.col_5 .pre_3 {padding-left:65.98%;}
.col_5 .pre_4 {padding-left:87.7%;}

.col_5 .suf_1 {padding-right:21.94%;}
.col_5 .suf_2 {padding-right:43.7%;}
.col_5 .suf_3 {padding-right:65.98%;}
.col_5 .suf_4 {padding-right:87.7%;}

/* */

.col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1 {margin-right:7.77%}
.col_6 .col_1 {width:10.19%;}
.col_6 .col_2 {width: 28.13%;}
.col_6 .col_3 {width: 46.11%;}
.col_6 .col_4 {width: 64.1%;}
.col_6 .col_5 {width: 82%;}

.col_6 .pre_1 {padding-left:89.77%;}
.col_6 .pre_2 {padding-left:71.87%;}
.col_6 .pre_3 {padding-left:53.88%;}
.col_6 .pre_4 {padding-left:35.9%;}
.col_6 .pre_5 {padding-left:17.96%;}

.col_6 .suf_1 {padding-right:89.77%;}
.col_6 .suf_2 {padding-right:71.87%;}
.col_6 .suf_3 {padding-right:53.88%;}
.col_6 .suf_4 {padding-right:35.9%;}
.col_6 .suf_5 {padding-right:17.96%;}

/* */

.col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1 {margin-right: 6.56%;}
.col_7 .col_1 {width:8.66%;}
.col_7 .col_2 {width:23.88%;}
.col_7 .col_3 {width:39.11%;}
.col_7 .col_4 {width:54.33%;}
.col_7 .col_5 {width:69.56%;}
.col_7 .col_6 {width:84.78%;}

.col_7 .pre_1 {padding-left:15.22%;}
.col_7 .pre_2 {padding-left:30.44%;}
.col_7 .pre_3 {padding-left:45.67%;}
.col_7 .pre_4 {padding-left:60.89%;}
.col_7 .pre_5 {padding-left:76.12%;}
.col_7 .pre_6 {padding-left:91.34%;}

.col_7 .suf_1 {padding-right:15.22%;}
.col_7 .suf_2 {padding-right:30.44%;}
.col_7 .suf_3 {padding-right:45.67%;}
.col_7 .suf_4 {padding-right:60.89%;}
.col_7 .suf_5 {padding-right:76.12%;}
.col_7 .suf_6 {padding-right:91.34%;}

/* */

.col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8  .col_3, .col_8 .col_2, .col_8 .col_1 {margin-right:5.78%;}
.col_8 .col_1 {width:7.44%;}
.col_8 .col_2 {width:20.66%;}
.col_8 .col_3 {width:33.89%;}
.col_8 .col_4 {width:47.11%;}
.col_8 .col_5 {width:60.33%;}
.col_8 .col_6 {width:73.56%;}
.col_8 .col_7 {width:86.78%;}

.col_8 .pre_1 {padding-left:13.22%;}
.col_8 .pre_2 {padding-left:26.44%;}
.col_8 .pre_3 {padding-left:39.67%;}
.col_8 .pre_4 {padding-left:52.89%;}
.col_8 .pre_5 {padding-left:66.11%;}
.col_8 .pre_6 {padding-left:79.34%;}
.col_8 .pre_7 {padding-left:92.56%;}

.col_8 .suf_1 {padding-right:13.22%;}
.col_8 .suf_2 {padding-right:26.44%;}
.col_8 .suf_3 {padding-right:39.67%;}
.col_8 .suf_4 {padding-right:52.89%;}
.col_8 .suf_5 {padding-right:66.11%;}
.col_8 .suf_6 {padding-right:79.34%;}
.col_8 .suf_7 {padding-right:92.56%;}

/* */

.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8 {margin-right:5.1%;}
.col_9 .col_1 {width:6.57%;}
.col_9 .col_2 {width:18.25%;}
.col_9 .col_3 {width:29.93%;}
.col_9 .col_4 {width:41.61%;}
.col_9 .col_5 {width:53.25%}
.col_9 .col_6 {width:64.97%;}
.col_9 .col_7 {width:76.65%;}
.col_9 .col_8 {width:88.33%;}

.col_9 .pre_1 {padding-left:11.67%;}
.col_9 .pre_2 {padding-left:23.35%;}
.col_9 .pre_3 {padding-left:35.03%;}
.col_9 .pre_4 {padding-left:46.71%;}
.col_9 .pre_5 {padding-left:58.35%}
.col_9 .pre_6 {padding-left:70.07%;}
.col_9 .pre_7 {padding-left:81.75%;}
.col_9 .pre_8 {padding-left:93.43%;}

.col_9 .suf_1 {padding-right:11.67%;}
.col_9 .suf_2 {padding-right:23.35%;}
.col_9 .suf_3 {padding-right:35.03%;}
.col_9 .suf_4 {padding-right:46.71%;}
.col_9 .suf_5 {padding-right:58.35%}
.col_9 .suf_6 {padding-right:70.07%;}
.col_9 .suf_7 {padding-right:81.75%;}
.col_9 .suf_8 {padding-right:93.43%;}

/* */

.col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1 {margin-right:4.61%;}
.col_10 .col_1 {width:5.85%;}
.col_10 .col_2 {width:16.31%;}
.col_10 .col_3 {width:26.77%;}
.col_10 .col_4 {width:37.23%;}
.col_10 .col_5 {width:47.69%;}
.col_10 .col_6 {width:58.16%;}
.col_10 .col_7 {width:68.62%;}
.col_10 .col_8 {width:79.08%;}
.col_10 .col_9 {width:89.54%;}

.col_10 .pre_1 {padding-left:10.46%;}
.col_10 .pre_2 {padding-left:20.92%;}
.col_10 .pre_3 {padding-left:31.38%;}
.col_10 .pre_4 {padding-left:41.84%;}
.col_10 .pre_5 {padding-left:52.3%;}
.col_10 .pre_6 {padding-left:62.77%;}
.col_10 .pre_7 {padding-left:73.23%;}
.col_10 .pre_8 {padding-left:83.69%;}
.col_10 .pre_9 {padding-left:94.06%;}

.col_10 .suf_1 {padding-right:10.46%;}
.col_10 .suf_2 {padding-right:20.92%;}
.col_10 .suf_3 {padding-right:31.38%;}
.col_10 .suf_4 {padding-right:41.84%;}
.col_10 .suf_5 {padding-right:52.3%;}
.col_10 .suf_6 {padding-right:62.77%;}
.col_10 .suf_7 {padding-right:73.23%;}
.col_10 .suf_8 {padding-right:83.69%;}
.col_10 .suf_9 {padding-right:94.06%;}

/* */

.col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1 {margin-right:4.14%;}
.col_11 .col_1 {width:5.32%;}
.col_11 .col_2 {width:14.79%;}
.col_11 .col_3 {width:24.26%;}
.col_11 .col_4 {width:33.73%;}
.col_11 .col_5 {width:43.2%;}
.col_11 .col_6 {width:52.66%;}
.col_11 .col_7 {width:62.1%;}
.col_11 .col_8 {width:71.6%;}
.col_11 .col_9 {width:81.07%;}
.col_11 .col_10 {width:90.54%;}

.col_11 .pre_1 {padding-left:9.46%;}
.col_11 .pre_2 {padding-left:18.93%;}
.col_11 .pre_3 {padding-left:28.4%;}
.col_11 .pre_4 {padding-left:37.87%;}
.col_11 .pre_5 {padding-left:47.34%;}
.col_11 .pre_6 {padding-left:56.8%;}
.col_11 .pre_7 {padding-left:66.24%;}
.col_11 .pre_8 {padding-left:75.74%;}
.col_11 .pre_9 {padding-left:85.21%;}
.col_11 .pre_10 {padding-left:94.68%;}

.col_11 .suf_1 {padding-right:9.46%;}
.col_11 .suf_2 {padding-right:18.93%;}
.col_11 .suf_3 {padding-right:28.4%;}
.col_11 .suf_4 {padding-right:37.87%;}
.col_11 .suf_5 {padding-right:47.34%;}
.col_11 .suf_6 {padding-right:56.8%;}
.col_11 .suf_7 {padding-right:66.24%;}
.col_11 .suf_8 {padding-right:75.74%;}
.col_11 .suf_9 {padding-right:85.21%;}
.col_11 .suf_10 {padding-right:94.68%;}

/*
_______________________________
Columnal - prefix and suffix columns for horizontal spacing options */

/* spacing for before column */
.pre_1 {padding-left: 8.65%;} /* 4.85 + 3.8 */
.pre_2 {padding-left: 17.3%;} /* 13.5 + 3.8 */
.pre_3 {padding-left: 25.95%;} /* 22.15 + 3.8 */
.pre_4 {padding-left: 34.6%;} /* 30.8 + 3.8 */
.pre_5 {padding-left: 43.25%;} /* 39.45 + 3.8 */
.pre_6 {padding-left: 51.9%;} /* 48.1 + 3.8 */
.pre_7 {padding-left: 60.55%;} /* 56.75 + 3.8 */
.pre_8 {padding-left: 69.2%;} /* 65.4 + 3.8 */
.pre_9 {padding-left: 77.85%;} /* 74.05 + 3.8 */
.pre_10 {padding-left: 86.5%;} /* 82.7 + 3.8 */
.pre_11 {padding-left: 95.15%;} /* 91.35 + 3.8 */

/* spacing for after column */
.suf_1 {padding-right: 8.65%;}
.suf_2 {padding-right: 17.3%;}
.suf_3 {padding-right: 25.95%}
.suf_4 {padding-right: 34.6%;}
.suf_5 {padding-right: 43.25%;}
.suf_6 {padding-right: 51.9%;}
.suf_7 {padding-right: 60.55%;}
.suf_8 {padding-right: 69.2%;}
.suf_9 {padding-right: 77.85%;}
.suf_10 {padding-right: 86.5%;}
.suf_11 {padding-right: 95.15%;}

/*
_______________________________
Columnal - vertical spacing options */

.margin_top_5 {margin-top: 5px !important;}
.margin_top_15 {margin-top: 15px !important;}
.margin_top_25 {margin-top: 25px !important;}
.margin_top_30 {margin-top: 30px !important;}
.margin_top_35 {margin-top: 35px !important;}
.margin_top_45 {margin-top: 45px !important;}
.margin_top_60 {margin-top: 60px !important;}
.margin_top_90 {margin-top: 90px !important;}
.margin_top_120 {margin-top: 120px !important;}

.margin_bottom_0 {margin-bottom: 0 !important;}
.margin_bottom_5 {margin-bottom: 5px !important;}
.margin_bottom_15 {margin-bottom: 15px !important;}
.margin_bottom_25 {margin-bottom: 25px !important;}
.margin_bottom_30 {margin-bottom: 30px !important;}
.margin_bottom_35 {margin-bottom: 35px !important;}
.margin_bottom_45 {margin-bottom: 45px !important;}
.margin_bottom_60 {margin-bottom: 60px !important;}
.margin_bottom_90 {margin-bottom: 90px !important;}
.margin_bottom_120 {margin-bottom: 120px !important;}

.padding_top_15 {padding-top:15px !important;}
.padding_top_30 {padding-top:30px !important;}
.padding_top_45 {padding-top:45px !important;}
.padding_top_60 {padding-top:60px !important;}
.padding_top_90 {padding-top:90px !important;}
.padding_top_120 {padding-top:120px !important;}
.padding_top_130 {padding-top:130px !important;}

.padding_bottom_15 {padding-bottom:15px !important;}
.padding_bottom_30 {padding-bottom:30px !important;}
.padding_bottom_45 {padding-bottom:45px !important;}
.padding_bottom_60 {padding-bottom:60px !important;}
.padding_bottom_90 {padding-bottom:90px !important;}
.padding_bottom_120 {padding-bottom:120px !important;}
.padding_bottom_130 {padding-bottom:130px !important;}



/*
_______________________________
Columnal - extras */



/* Borders
***************************/

.border {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,.125);
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,.125);
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(0,0,0,.125);
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,.125);
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(0,0,0,.125);
}

.border-blue {
	border-color: rgb(0, 51, 127);
}

.border-blue.muted {
	border-color: rgba(0, 51, 127, 0.6);
}

.rounded { border-radius: 3px }
.circle  { border-radius: 50% }

.rounded-top    { border-radius: 3px 3px 0 0 }
.rounded-right  { border-radius: 0 3px 3px 0 }
.rounded-bottom { border-radius: 0 0 3px 3px }
.rounded-left   { border-radius: 3px 0 0 3px }

.not-rounded { border-radius: 0 }

/* Other */

.clear, .clearboth {clear:both !important;}
.clearleft {clear:left !important;}
.clearright {clear:right !important;}

.divider {
  border-top: 1px solid #ddd;
  clear: both;
  margin: 10px 0 20px;
  width: 100%;
}
.sidebar-divider {
  border-top: 1px solid #ddd;
  clear: both;
  margin: 20px 0;
  width: 100%;
}
.border_left {
  border-left: 1px solid #aaa;
}
.border_right {
  border-right: 1px solid #aaa;
}
.right { float: right; }

.inline {display:inline;}
.block {display: block;}

.textcenter {text-align:center;}
.textright {text-align:right;}
.textleft {text-align:left;}

.thirty {
	display: inline-block;
	float: left;
	margin: 0 2% 0 0;
	width: 32%;
}
.thirty.last-third { margin: 0; float: right;}
.fifty {
	display: inline-block;
	float: left;
	margin-right: 2%;
	width: 48%;
}
.flex-row {
	display: flex !important;
	flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: space-between;
}
.flex-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-col {
	margin: 0 10px 4em 0;
}
.flex-row > .flex-col:last-of-type {
	margin: 0;
}
.flex-col-2 {
	width: 48%;
}
.flex-col-3 {
	width: 30%;
}
.flex-col-4 {
	width: 23%;
}

/* this will insert a pseduo element clears floats for an element containing floated content */
.selfclear:after {clear:both; content:"."; display:block; height:0; visibility:hidden;}

.mobile-only, img.mobile-logo, span.mobile-lp-info, .mobile-frame, .mobile-search {display: none;}

/* END COLUMNAL - CORE CODE
///////////////////////////////////////////// */


/* COLUMNAL - MOBILE
///////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .row, .body, .container {
  width: 100%;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
  }
  /* kill prefixes and suffixes, otherwise 1-column version breaks */
  .pre_1, .pre_2, .pre_3, .pre_4, .pre_5, .pre_6, .pre_7, .pre_8, .pre_9, .pre_10, .pre_11 {padding-left: 0;}
  .suf_1, .suf_2, .suf_3, .suf_4, .suf_5, .suf_6, .suf_7, .suf_8, .suf_9, .suf_10, .suf_11 {padding-right: 0;}

  /************************************************************************/

  /* cssgrid.net - mobile presets */
  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6,
  .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    width: -moz-available;
  }


  /* Columnal - sub columns */
  .col_2 .col_1,
  .col_3 .col_2, .col_3 .col_1,
  .col_4 .col_3, .col_4 .col_2, .col_4 .col_1,
  .col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1,
  .col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1,
  .col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1,
  .col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8 .col_3, .col_8 .col_2, .col_8 .col_1,
  .col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8,
  .col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1,
  .col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1,
  .col_12 .col_11, .col_12 .col_10, .col_12 .col_9, .col_12 .col_8, .col_12 .col_7, .col_12 .col_6, .col_12 .col_5, .col_12 .col_4, .col_12 .col_3, .col_12 .col_2, .col_12 .col_1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  /* .row {width: 100%;} */
  /* Type presets */
  .container h1 {margin:.5em 0 .5em;}
  .container h2 {margin:.5em 0 .535em;}
  .container h3 {margin:.5em 0 .57em;}
  .container h4 {margin:.5em 0 .615em;}
  .container h5 {margin:.5em 0 .67em;}
  .container h6 {margin:.5em 0 .8em;}

  /* .reverse {padding-top: 1em; margin-bottom: 1em;} */

  /* Columnal content control - use on any elements to show/hide content on mobile */
  .mobile-hide {display: none;}
  .mobile-only {display: block;}
  img.mobile-only {height: auto;}
  img.mobile-logo {
    display: inline-block;
    height: 100px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .mobile-container { padding-left: 20px !important; padding-right: 20px !important;}

  /*****************************************
     CUSTOM ADDITIONS FOR MOBILE SITE LAYOUT
  *****************************************/
  	.flex-row { flex-wrap: wrap;}
	.flex-col-2, .flex-col-3, .flex-col-4 { width: 48%; }
  .mobile-third {
    clear: none !important;
    float: left !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 30% !important;
  }
  .mobile-fifty {
    clear: none !important;
    float: left !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 50% !important;
  }
  .mobile-textcenter {
    text-align: center !important;
  }
  .mobile-nopad {
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  }
  /*nav.main-nav {
    border: 2px solid #ddd;
    font-family: 'Archivo Narrow', sans-serif;
    max-width: 90%;
    text-align: left !important;
  }*/
  /*nav.main-nav ul li {
    border-top: 1px solid #ddd;
    display: block !important;
    margin: 0 !important;
    padding: 4px 0 4px 40px;
  }*/
  nav.top-nav ul li ul.sub-menu {
    height: auto;
    margin: 0;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  nav.top-nav ul li.tap ul.sub-menu {
    display: block;
  }
  .ga-nav ul li ul.sub-menu, .ca-nav ul li ul.sub-menu {
    height: auto;
    margin: 0;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ga-nav ul li ul.sub-menu li a, .ca-nav ul li ul.sub-menu li a {
    background: #333;
    border-bottom: 1px solid #222;
    border-top: 3px solid #444;
    color: #f3f3f3;
    padding: 0 20px;
  }
  .ga-nav ul li.tap ul.sub-menu, .ca-nav ul li.tap ul.sub-menu {
    display: block;
  }
  /*.info {
    padding: 16px 0 0 0 !important;
  }*/
  .social {
    margin: 0 auto 2% !important;
  }
  #content {
    margin: 0 auto !important;
  }
  .blog-post, .no-posts {
  	margin-top: 0 !important;
  }
  h1#product-page-title {
  	margin: 0.5em 0 0 0 !important;
  }
  #sidebar .widget, .sidebar-block {
  	margin-bottom: 10px !important;
  }
  #footer {
    padding-top: 20px;
  }
  #lp-gray-wrap:before, #lp-gray-wrap:after {
    display: none;
  }
  span.mobile-lp-info {
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
  .logo {
    display: inline-block;
    float: left;
    margin: 0;
    width: 170px !important;
    height: auto !important;
    background-size: contain !important;
    position: relative !important;
    right: -20px;
  }
  blockquote.lp-quote {
    margin: -30px 0 30px 0;
  }
  #lp-gray-wrap {
    margin-bottom: 40px;
    padding: 20px 10% 20px !important;
  }
  .mobile-frame {
    display: block;
    padding: 0 8%;
  }
  .info {
  	clear: none !important;
  	float: left !important;
  	padding-left: 20px !important;
	padding-right: 10px !important;
    width: 50%;
  }
  a#header-main-lblue {
  	margin: 0.5em auto 0 !important;
  }
  .header-main {
  	padding: 0 0 20px 0 !important;
  }
  #page-content aside#sidebar {
	margin-top: 0 !important;
  }
  #home-cols .col_3 {
	width: 100% !important;
	margin-right: 0 !important;
  }
  #home-cols .mobile-fifty {
  	padding-left: 0 !important;
  }
  #home-cols .mobile-fifty img {
  	width: 100% !important;
  	height: auto !important;
  }
  #canada-map {
  	margin-top: -40px !important;
  }
  #product-content {
  	margin: 0 !important;
  	width: 100% !important;
  }
  #product-post-sidebar {
  	padding: 0 40px !important;
  	width: 100% !important;
  }
  footer#footer {
  	margin-top: 0 !important;
  	float: none !important;
  	padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	nav.main-nav {
		max-height: 60px;
		padding: 0.5em 0 0;
	}
	nav.main-nav .col_9 {
		width: 30%;
	}
	nav.main-nav .col_3 {
		width: 30%;
	}
	.header-main .col-4 {
		margin-right: 2.3%;
		width: 27.5%;
	}
	.header-main .col-4 {
		margin-right: 2.3%;
	}
	.info {
		margin: 0;
		padding: 0;
		width: 29.2%;
	}
	.logo {
		width: 180px !important;
		height: 100px !important;
		margin-top: 0 !important;
	}
	.mobile-search {
		display: inline-block !important;
		margin: 0;
	}
	a#header-main-lblue {
		margin: 0.75em 0 1em !important;
	}
	nav#ubermenu-top-nav-3-top_nav ul#ubermenu-nav-top-nav-3-top_nav li#menu-item-906 {
		display: none !important;
	}
	#headlogo {
		width: 27% !important;
	}
	#vert-top-nav {
		margin-top: 0 !important;
		width: 13.5% !important;
	}
	nav#ubermenu-top-nav-3-top_nav ul#ubermenu-nav-top-nav-3-top_nav li#menu-item-43 .ubermenu .ubermenu-item-43 > .ubermenu-target,
	nav#ubermenu-top-nav-3-top_nav ul#ubermenu-nav-top-nav-3-top_nav li#menu-item-43 .ubermenu .ubermenu-item-43 > .ubermenu-content-block,
	nav#ubermenu-top-nav-3-top_nav ul#ubermenu-nav-top-nav-3-top_nav li#menu-item-43 .ubermenu .ubermenu-item-43.ubermenu-custom-content-padded {
		margin: 2px 20px !important;
	}
	li#menu-item-1293 ul.ubermenu-widget-area li#search-3 {
		padding: 6px 10px 0 !important;
	}
	#searchform input[type="text"] {
		height: 28px;
	}
	#searchform input[type="submit"] {
		height: 28px !important;
		width: 28px !important;
	}
}
@media screen and ( max-width: 560px ) {
	.flex-wrap { justify-content: center;}
  .flex-col-2, .flex-col-3, .flex-col-4 { margin: 0 auto; width: 80%; }
}
@media screen and (min-width: 960px) and (max-width: 972px) {
	nav.main-nav .col_9 {
		width: 76% !important;
	}
	nav.main-nav .col_3 {
		width: 20% !important;
	}
}
@media screen and (min-width: 960px) and (max-width: 1115px) {
	#searchform input[type="text"] {
		width: 70%;
	}
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
	#vert-top-nav {
		margin-top: 1em !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
	.header-main {
		padding: 0 0 10px 10px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 823px) {
	span.address1 {
		border-right: none !important;
	}
}
@media screen and (max-width: 420px) {
	span.address1 {
		border-right: none !important;
		display: block !important;
		margin-right: 0 !important;
	}
	span.address2 {
		display: block !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 921px) {
	#page-content aside#sidebar {
		margin-top: 0 !important;
		width: 100% !important;
	}
	section#home-content {
		padding-left: 2% !important;
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	#product-post-sidebar {
		padding: 0 60px !important;
		width: 100% !important;
	}
	#product-post-content {
		margin-left: 0 !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 1180px) {
	.breadcrumbs {
		padding: 0 10px;
	}
}
@media screen and (max-width: 602px) {
	form .form-section:last-of-type {
  		display: block !important;
  		margin-right: 0 !important;
  		margin-top: 20px;
	}
}
@media screen and (max-width: 510px) {
	form .form-section:first-of-type {
  		display: block !important;
  		margin-right: 0 !important;
  		margin-bottom: 20px;
	}
}
@media screen and (max-width: 445px) {
	form.relamping input[type="submit"] {
  		display: block !important;
  		margin-right: 0 !important;
  		margin-bottom: 20px;
  		margin-top: 20px;
  		width: 100%;
	}
}

/* END COLUMNAL - MOBILE
///////////////////////////////////////////// */



/* Layout
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#site-container {
  margin: 0 auto;
  width: 100%;
}
.lp-container {
  background: #e8e8e8;
  height: auto;
  margin: 0;
  position: absolute;
  width: 100%;
}
header {
  margin: 0 auto;
}
#lp {
  background: #ffffff;
}
.lp-content {
  background: #ffffff;
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
#lp-gray-wrap {
  background: #d7d7d7;
  left: -20px;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 404px;
  padding: 0 0 50px;
  position: relative;
  width: 103.5%;
}
#lp-gray-wrap:before {
  content: url('/images/triangle-left.png');
  left: 0;
  position: absolute;
  top: 404px;
}
#lp-gray-wrap:after {
  content: url('/images/triangle-right.png');
  left: 1160px;
  position: absolute;
  top: 404px;
}
@media screen and (min-width: 1065px) and (max-width: 1070px) {
  #lp-gray-wrap {
    min-height: 444px;
  }
}
@media screen and (min-width: 984px) and (max-width: 1064px) {
  #lp-gray-wrap {
    min-height: 496px;
  }
}
@media screen and (min-width: 846px) and (max-width: 983px) {
  #lp-gray-wrap {
    min-height: 524px;
  }
}
@media screen and (min-width: 768px) and (max-width: 845px) {
  #lp-gray-wrap {
    min-height: 580px;
  }
}
#page-content {
  margin: 1em auto;
  width: 100%;
  max-width: 1140px;
}
section#home-content {
  margin: 0 auto;
  /*padding-left: 2%;*/
}
section #home-content h2 {
	font-size: 1.3em;
}
#home-cols .col_3 {
  width: 34%;
  margin-right: 5.8%;
}
#home-cols p {
	font-size: 15px;
	/*line-height: 1.5;*/
	padding: 6px 20px 0;
}
@media screen and (max-width: 415px) {
	#home-cols p {
		line-height: 1.25 !important;
	}
}
#home-cols p + p, #home-cols p + ul {
	margin-top: -1.3em;
}
/*#home-cols .divider {
	margin: 10px 0 20px;
}*/
#content {
  margin: 0 auto;
}
section.central-content {
  margin-left: 4.5%;
  margin-right: 3%;
  /*margin-top: 20px;*/
}
#blog-archive {
	margin-top: 20px;
}
#footer {
  margin: 0 auto;
  width: 100%;
}
#lp-footer {
  background: #ffffff;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  top: 8%;
  width: 100%;
}
@media screen and (max-width: 979px) {
  #lp-footer {
    padding-bottom: 50px;
  }
}
@media (min-width: 40rem) {
  .column {
    display: inline-block;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.full { width: 100%; }
  .column.two-thirds { width: 66.7%; }
  .column.three-fourths { width: 75%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 24.95%; }
  .column.flow-opposite { float: right; }
  .column.nopad { padding: 0; }
}
.row {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

/** Header
   ========================================================================== **/
header {
  /*max-width: 1140px; */
  width: 100%;
  margin: 0 auto;
  display: block;
}
.header-nav {
  background: #00337f;
}
.header-main {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1135px) {
	.header-main {
		max-height: 160px;
		padding: 0 4px 0 10px !important;
	}
}
.info {
  font-family: 'Archivo Narrow', sans-serif;
  line-height: 1.4;
  margin: 0.5em 0 0;
  padding: 0;
}
.info h1 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
}
.info h1 a {
  color: #444;
}
.address {
  font-size: 15px;
  margin-bottom: 4px;
}
span.address1 {
	border-right: 1px solid #555;
	margin-right: 4px;
}
span.address2 {
	display: inline-block;
}
span.address3 {
	display: block;
}
.phone, .fax {
  display: inline-block;
  font-size: 15px;
}
.phone {
  margin-right: 4px;
}
.phone:before {
  content: url('/wp-content/uploads/2015/05/phone.png');
  display: inline-block;
  margin-right: 4px;
}
.fax:before {
  content: url('/wp-content/uploads/2015/05/fax.png');
  display: inline-block;
  margin-right: 4px;
}
.email:before {
	content: url('/wp-content/uploads/2015/05/email.png');
	display: inline-block;
	margin-right: 4px;
}
.website:before {}
.phone a {
  text-decoration: none;
  color: #444;
}
.fax {}
.fa {}
.fa-phone {}
.fa-print {}
span.fa-fax {}
.logo {
  margin: 0.5em 0;
  float: right;
  background-size: cover;
  background-image: url(/wp-content/uploads/2015/05/tagline.png);
  min-height: 80px;
  width: 250px;
  background-repeat: no-repeat;
  background-position: top center;
  height: 140px;
}
.logoleft {
  margin: 0.5em 0;
  float: left;
}
.social {
  margin: 40px auto 0;
}
.social ul {
  list-style: none;
}
.social ul li {
  display: inline-block;
  float: left;
  margin: 0 3px 0 0;
}
.social ul li a {
  text-decoration: none;
  border: 0;
}
.social ul li a img {
  margin: 0;
  border: none;
}
.top-social {
	margin-top: 5px;
}
.b-topsocial {
  background: url(/images/social-sprites.png) -326px 6px no-repeat;
  background-color: #039BE5;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: #002b66 1px 1px 0 1px;
  -moz-box-shadow: #002b66 1px 1px 0 1px;
  -webkit-box-shadow: #002b66 1px 1px 0 1px;
  display: block;
  height: 32px;
  width: 52px;
}
nav.social-media a.facebook_url {
  /*background: url(/images/social-sprites.png) -84px 6px no-repeat;*/
}
nav.social-media a.twitter_url {
  /*background: url(/images/social-sprites.png) -144px 6px no-repeat;*/
}
nav.social-media a.linkedin_url {
  /*background: url(/images/social-sprites.png) -296px 6px no-repeat;*/
}
nav.social-media a.google_plus_url {
  /*background: url(/images/social-sprites.png) 6px 7px no-repeat;*/
}
nav.social-media a.youtube_url {
  /*background: url(/images/social-sprites.png) 6px 7px no-repeat;*/
}
nav.social-media a.rss_url {
  /*background: url(/images/social-sprites.png) -205px 6px no-repeat;*/
  display: none;
}
a.blue-linkbg:visited {
  color: #ffffff;
}
a#social-email {
  background: #039BE5;
  display: inline-block;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
  padding: 2% 8px;
  position: relative;
  top: -10px;
}
a#header-main-lblue {
  background: #efefef;
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  color: #000;
  display: inline-block;
  font-size: 1.1em;
  margin: 2.6em 0 1em;
  padding: 1em;
  text-shadow: none;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
a#header-main-lblue:hover {
	background: #F5F5F5;
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	text-decoration: none;
}
.blog-signup {
  background: #f7f7f7;
  margin: 1em 0 0 0;
  padding: 0.7em;
  width: 100%;
}
span.blog-title {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-shadow: -2px 1px 0 #ffffff;
  width: 100%;
}
p.blog-signup-text {
  font-size: 0.95em;
  font-family: 'Archivo Narrow', sans-serif;
  font-style: italic;
  line-height: 1.3;
  margin: 0.5em 0;
}
nav.top-nav {
  display: block;
  padding: 6px 0 0;
}
nav.top-nav ul {
  list-style: none;
}
nav.top-nav ul li {
  border-bottom: 2px solid #00337f;
  font-size: 13px;
}
@media all and (min-width: 767px) {
  nav.top-nav ul li a, nav.top-nav ul li#drop:hover ul.sub-menu li a {
    border: none;
    color: #444;
    font-size: 13px;
    text-decoration: none;
  }
  nav.top-nav ul li a:hover {
    font-weight: bold;
  }
  nav.top-nav ul li#drop:hover ul.sub-menu {
    height: auto;
    width: 200%;
    opacity: 1;
    z-index: 60000;
    display: block;
    position: absolute;
    left: 154px;
    top: 46px;
  }
  nav.top-nav ul li#drop:hover ul.sub-menu li {
    background: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    display:block;
    float: none;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 3px 6px;
    width: inherit;
  }
  nav.top-nav ul li#drop:hover ul.sub-menu li a {
    border: none;
    margin: 0 0 0 10px;
  }
  nav.top-nav ul li#drop:hover ul.sub-menu li:hover {
    background: #00337f;
    color: #eeeeee;
  }
  nav.top-nav ul li#drop:hover ul.sub-menu li:hover a {
    color: #eeeeee;
  }
}
nav.top-nav ul.sub-menu {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition-duration: 0.8s;
  overflow: hidden;
  display: none;
}
nav.main-nav {
  margin: 0 auto;
  width: 100%;
  background: #00337f;
  font-family: 'Archivo Narrow', sans-serif !important;
  /*text-align: center;*/
  padding: 0.25em 0;
  position: relative;
}
nav.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}
nav.main-nav ul.top-social {
  padding: 0;
}
nav.main-nav ul.top-social li {
  margin: 0 2px 0 0;
}
nav.main-nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
nav.main-nav ul li a {
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 15px;
  text-decoration: none;
}
nav.main-nav ul li a#newsletter-signup-modal {
	display: block;
	margin-top: 4px;
}
nav.main-nav ul li .ubermenu-target:hover, nav.main-nav ul li .ubermenu-target:active {
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 51, 127, 0.4);
  background: #01579B;
  border-radius: 2px;
  padding: 5px 10px 7px !important;
  margin-top: 5px;
}
nav.main-nav ul li .ubermenu-target:hover:after, nav.main-nav ul li .ubermenu-target:active:after {
	background-color: #01579B;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 11px 6px 7px 0 !important;
	top: 4px;
	right: -11px !important;
}
a.shoplink {
  background: #039BE5;
  border: 1px solid #01265E;
  border-radius: 3px;
  padding: 0.5em;
}
a.shoplink:hover {
  border-bottom: 2px solid #01265E !important;
  border: 2px solid #01265E;
}
li#search-2 {
	padding: 4px 0 0 10px !important;
}
.breadcrumbs {
  margin: 0 auto;
}
.breadcrumbs a {
  color: #444;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 12px;
  position: relative;
  text-decoration: none;
  top: -4px;
}
.breadcrumbs span.current-page {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: -4px;
}
p#breadcrumbs {
	margin: 0;
}
#breadcrumbs span {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 13px;
	margin: 0 4px 0 0;
	padding: 0;
}
#breadcrumbs span a {
	position: relative;
	top: 0;
}
#breadcrumbs span span {
	display: inline-block;
	margin: 0 4px 0 0;
}
strong.breadcrumb_last {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	margin-left: 2px;
	position: relative;
	top: 0;
}
#vert-top-nav {
	width: 17.3%;
}
#searchform input[type="text"] {
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	display: inline-block;
	float: left;
	font-size: 12px;
	margin: 0 4px 0 10px;
	padding: 4px 2px;
}
#searchform input[type="submit"] {
	background: #D6D6D6;
	background-image: url(/wp-content/uploads/2015/05/magnifier2.png);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	display: inline-block;
	height: 22px;
	padding: 0;
	width: 22px;
}

/* Right Sidebar
============================================================*/
section.sidebar-2{
	background-color: #fff;
	border-left: 1px solid #efefef;
	color: #444;
	float: right;
	font-size: 1em;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	padding-left: 1em;
	/*line-height: 1em;*//*
	text-transform: uppercase;*/
		/*-webkit-border-radius: 5px;
		border-radius: 5px;*/
		-webkit-box-shadow: none;
		box-shadow: none;
	width: 23%;
}

.sidebar-2 .widgettitle {
	background: #fff;
	border-bottom: none;
	color: #444;
	font-size: 1.063em;
	font-weight: bold;
	margin: 1.14em 0 .57em 0;
	padding: 2% 0 2% 1em;
	/*text-transform: uppercase;*/
	/*text-shadow: 1px 1px 1px #444;*/
}
section.sidebar-2 .widget {
	border-bottom: 1px solid #efefef;
	padding-bottom: 1em;
}
section.sidebar-2 .widget a {
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
}
section.sidebar-2 p{
	margin: 0;
		text-shadow: 1px 1px 1px #000000;
}
section.sidebar-2 ul {
	padding: 0 0.5em;
}
.header-call-to-action-widget {
	margin-bottom: 1em;
	padding: 0;
}

.header-call-to-action-widget:last-child {
	margin-bottom: 0;
}
/*.origin-widget.origin-widget-call-to-action-simple-light_dashed {
	zoom: 1 !important;
	padding: 0.5em !important;
	position: relative !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: url(/wp-content/plugins/siteorigin-panels/widgets/img/textures/light-dashed.png) repeat #F6F6F6 !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
	border: 1px solid #E0E0E0 !important;
}
.origin-widget.origin-widget-call-to-action-simple-light_dashed .title {
	line-height: 1 !important;
	margin: 0 0 0.75em 0 !important;
	color: #444 !important;
	font-size: 18px !important;
	text-align: center !important;
}
.origin-widget.origin-widget-call-to-action-simple-light_dashed .subtitle {
	line-height: 1.25em !important;
	margin: 0 !important;
	color: #555555 !important;
	font-size: 16px !important;
}
.origin-widget.origin-widget-call-to-action-simple-light_dashed .origin-widget-button {
	position:relative !important;
	display: block !important;
	top: 0 !important;
	right: 0 !important;
	margin-top: 0 !important;
}
.origin-widget.origin-widget-button-simple-white a {
	display: inline-block !important;
	padding: 10px 20px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	font-size: 16px !important;
	font-family: inherit !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #7b7b7b !important;
	text-align: center !important;
	-webkit-box-shadow: inset 0 1px 0 #FFFFFF,0 1px 2px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: inset 0 1px 0 #FFFFFF,0 1px 2px rgba(0,0,0,0.1) !important;
	box-shadow: inset 0 1px 0 #FFFFFF,0 1px 2px rgba(0,0,0,0.1) !important;
	background: #039BE5 !important;
	border-top: solid 1px #CDCDCD !important;
	border-left: solid 1px #C2C2C2 !important;
	border-right: solid 1px #C2C2C2 !important;
	border-bottom: solid 1px #B7B7B7 !important;
	line-height: 1.3 !important;
}*/
section#header-call-to-action-wp_views-3 ul li, section#header-call-to-action-categories-2 ul li {
	line-height: 1.2em;
	font-size: 15px;
	margin-bottom: 0.8em;
	font-weight: bold;
}
/* Left Sidebar
============================================================*/
.ga-nav, .ca-nav, .eshop-nav, .guide-nav {
  border: 1px solid #bbb;
  margin: 0;
  padding: 0;
  width: 100%;
}
h2.sidebar-head {
  border: 0;
  color: #003893;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0 4px 10px;
  width: 100%;
}
h3.sidebar-navhead, h3.sidebar-navhead a {
  background-color: #00337f;
  border-top: 1px solid #01265E;
  border-bottom: 1px solid #01265E;
  color: #FFFFFF;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 4px 10px;
  width: 100%;
}
h3.sidebar-navhead a {
  border: none;
  padding: 0;
}
.ga-nav ul, .ca-nav ul, .eshop-nav ul, .guide-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}
.ga-nav ul li, .ca-nav ul li, .eshop-nav ul li, .guide-nav ul li {
  border-bottom: 1px solid #bbbbbb;
  border-top: 3px solid #ffffff;
  margin: 0;
  padding: 0;
}
a.has-sub:after {
  content: url('/images/angle-right.png');
  display: inline-block;
  float: right;
  /*padding-top: 2px;*/
}
.ga-nav ul.sub-menu, .ca-nav ul.sub-menu {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition-duration: 0.8s;
  overflow: hidden;
  display: none;
}
@media all and (min-width: 767px) {
  .ga-nav ul li#drop1:hover ul.sub-menu {
    border: 1px solid #bbb;
    display: block;
    height: auto;
    left: 226px;
    opacity: 1;
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 60000;
  }
  .ga-nav ul li#drop2:hover ul.sub-menu {
    border: 1px solid #bbb;
    display: block;
    height: auto;
    left: 226px;
    opacity: 1;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 60000;
  }
  .ga-nav ul li#drop3:hover ul.sub-menu {
    border: 1px solid #bbb;
    display: block;
    height: auto;
    left: 226px;
    opacity: 1;
    position: absolute;
    top: 196px;
    width: 100%;
    z-index: 60000;
  }
  .ca-nav ul li#drop4:hover ul.sub-menu {
    border: 1px solid #bbb;
    display: block;
    height: auto;
    left: 226px;
    opacity: 1;
    position: absolute;
    top: 390px;
    width: 100%;
    z-index: 60000;
  }
  .ga-nav ul li#drop1:hover ul.sub-menu li, .ga-nav ul li#drop2:hover ul.sub-menu li, .ga-nav ul li#drop4:hover ul.sub-menu li, .ca-nav ul li#drop4:hover ul.sub-menu li {
    background: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    display:block;
    float: none;
    height: auto;
    margin: 0;
    opacity: 1;
    width: inherit;
  }
  .ga-nav ul li#drop1:hover ul.sub-menu li a, .ga-nav ul li#drop2:hover ul.sub-menu li a, .ga-nav ul li#drop4:hover ul.sub-menu li a, .ca-nav ul li#drop4:hover ul.sub-menu li a {
    border: none;
    color: #444;
    margin: 0 0 0 10px;
    text-decoration: none;
  }
}
.ga-nav ul li ul.submenu li:hover, .ca-nav ul li ul.submenu li:hover {
  background: #00337F;
  color: #eeeeee;
}
.ga-nav ul li ul.submenu li a:hover, .ca-nav ul li ul.submenu li a:hover {
  color: #eeeeee;
}
.ga-nav ul li a, .ca-nav ul li a, .eshop-nav ul li a, .guide-nav ul li a {
  background-color: #F3F3F3;
  color: #222 !important;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  padding: 3px 10px;
  text-decoration: none;
  width: 100%;
}
.ga-nav ul li a:active, .ca-nav ul li a:active, .eshop-nav ul li a:active, .guide-nav ul li a:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.ga-nav ul li a:hover, .ca-nav ul li a:hover, .eshop-nav ul li a:hover, .guide-nav ul li a:hover {
  color: #003893;
  background-color: #F0F0F0;
  font-weight: bold;
}
.ga-nav ul li a:visited, .ca-nav ul li a:visited, .eshop-nav ul li a:visited, .guide-nav ul li a:visited {
  color: #444;
}
.sidebar-lower {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.clearance {
  margin-bottom: 10px;
}
.clearance a {
  margin: 0;
}

/** Footer
============================================================**/
.footer-nav {
  text-align: center;
}
.footer-nav a {
  color: #444;
  font-size: 12px;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-nav a:after {
  content: '|';
  margin: 0 8px;
}
.footer-nav > a:last-of-type:after {
  content: '';
  margin: 0 0 0 8px;
}
.copyright {
  background-color: #E8E8E8;
  border: 0;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
}
.credits {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

/** Page Styles
============================================================**/
h1#page-title {
  border-bottom: 1px solid #777;
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 1em 0 0.5em 0;
  padding: 0 0 2px 0;
  text-transform: uppercase;
}
h1#page-title-2 {
  border-bottom: 1px solid #777;
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 0 2px 0;
  text-transform: uppercase;
}
h3.graybar {
background: #efefef;
padding: 6px 0 6px 8px;
}
h2.inpage {
	margin: 0 0 0.25em;
}
h3.inpage {
	font-size: 1.063em;
  margin:0.25em 0 0.25em;
}
#content p {
  max-width: 100%;
}
p + blockquote {
  margin-bottom: 1.2em;
  margin-top: -0.4em;
}
.home-img-wrap {
	max-height: 220px;
	overflow: hidden;
}
img.imgright {
  float: right;
  margin: 0 0 10px 10px;
}
img.imgleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 500px) {
	img.imgright, img.imgleft {
		float: none !important;
		width: 100%;
	}
	#home-cols .mobile-fifty {
		width: 100% !important;
	}
	#home-cols .mobile-fifty .home-img-wrap {
		max-height: 320px !important;
	}
	img.home-logo {
		max-width: 170px !important;
	}
}
img.captioned {
  /*border: 1px solid #eee;*/
  width:100%;
}
img.halfwidth-captioned {
	/*border: 1px solid #eee;*/
	display: inline-block;
	margin: 0;
	max-width: 49% !important;
	padding: 0;
	width: 49%;
}
img.bordered {
	/*border: 1px solid #eee;*/
	padding: 2px;
}
@media screen and (max-width: 560px) {
	img.sm-fullwidth {
		margin: 0 auto 20px;
		width: 100% !important;
	}
}
.captiontext {
  /*background: #efefef;*/
  display: block;
  font-size: 0.8em;
  font-style:italic;
  line-height: 1.4;
  margin: 0 auto;
  padding: 2%;
  position: relative;
  top: -10px;
}
video {
  display: block;
  margin: 20px auto;
}
.video-container {
  background: #d6d6d6;
  margin: 0 auto;
  width: 100%;
}
img.home-logo {
  /*border: 1px solid #eee;*/
  margin-top: 0.25em;
  /*max-width: 200px !important;
  padding: 10px;*/
}
.technotes ul {
	list-style: none;
}
.technotes ul li {
	margin-left: 10px;
}
.technotes a.brochure-link, #technote_links a {
	clear: both;
	color: #444;
	display: inline-block;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3;
	margin: 0.5em 0 1em 0.5em;
	text-shadow: none;
}
.technotes a.brochure-link:before, #technote_links a:before {
	content: url(/wp-content/uploads/2015/05/PDF-icon-28x35.png);
	display: inline-block;
	float: left;
	margin-right: 8px;
	vertical-align: middle;
}
.product-portfolio img {
	width: 250px;
}
.bottom_bordered {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
p.condensed {
	font-size: 0.875em;
	line-height: 1.4;
}
.relamp-table {
	text-align: center;
	width: 100%;
}
.relamp-table th,
.relamp-table td {
	border: 1px solid #ccc;
	line-height: 1;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
}
.relamp-table th {
	font-weight: bold;
}
.relamp-table th:last-of-type {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#canada-map-wrap {
	max-height: 310px;
	overflow: hidden;
}
#canada-map {
	margin-top: -160px;
}

/** Landing Page Styles
============================================================**/
h1.lp-page-title {
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 2.5em;
  font-weight: bold;
}
#lp-gray-wrap h2 {
  margin-top: 1.07em;
}
img.lp-framed {
  border: 4px solid #aaa;
  margin-top: 30px;
}
ul.lp-list {
  list-style: url('/images/checkmark.png');
}
ul.lp-list li {
  line-height: 1.3;
}
a.lp-leak {
  color: #555;
  font-size: 0.8em;
}

.about-text {
  background: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 8px;
}
.about-text h3 {
  margin-top: 0.5em;
}
ul.arrow-list {
  list-style: url('/images/asterisk.png');
}
ul.arrow-list li {
  font-weight: bold;
  font-family: 'Archivo Narrow';
  font-size: 1.4em;
}
.coupon {
  background: url('/images/circle-arrow.png') no-repeat;
  padding: 7% 10% 4% 15%;
  margin-top: -20px;
  background-size: 100%;
  line-height: 1.4;
}
.coupon h3 {
  margin-top: 2.7em;
  margin-bottom: 0.2em;
}
div#at4-share:before {
  content: 'Share this Page:';
  font-family: 'Archivo Narrow';
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.8;
}
.lb-overlay{
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 1000000;
    text-align: center;
    background: rgba(0,0,0,0.8);
}
.lb-overlay > div{
    position: relative;
    color: rgba(27,54,81,0.8);
    margin: 40px auto 0px auto;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3{
    color: #efefef;
    font-size: 36px;
}
.lb-overlay a.lb-close{
    z-index: 3000000;
    position: absolute;
    top: 13px;
    overflow: hidden;
    margin-left: 380px;
    opacity: 0;
}
.lb-overlay img{
    max-height: 100%;
    position: relative;
    opacity: 0;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
    transition: opacity 0.5s linear;
}
a.lb-prev, a.lb-next{
    text-indent: -9000px;
    position: absolute;
    top: -32px;
    width: 24px;
    height: 25px;
    left: 50%;
    opacity: 0.8;
}
a.lb-prev:hover, .lb-next:hover{
    opacity: 1;
}
a.lb-prev{
    background: url(/images/arrowleft.png) no-repeat top;
    color: #efefef;
    font-size: 0.8em;
    left: -400px;
    margin-left: -30px;
    padding: 20px;
    position: relative;
    top:-600px;
}
a.lb-next{
    background: url(/images/arrowright.png) no-repeat top;
    color: #efefef;
    font-size: 0.8em;
    left: 400px;
    margin-left: 6px;
    padding: 20px;
    position: relative;
    top:-600px;
}
.lb-overlay:target {
    width: auto;
    height: auto;
    bottom: 0px;
    padding: 0;
    right: 0px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
    opacity: 1;
}
.bottom-footer {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  min-height: 40px;
}
blockquote.lp-quote {
  background-color: #fff;
  background-image: url('/images/quote.png');
  background-repeat: no-repeat;
  font-family: 'Archivo Narrow';
  padding: 10px 60px 0 60px;
}
img.downarrow {
  display: block;
  margin: 0 auto;
}
img.glite-logo {
  width: 160px;
}

/* ------------------
  Blog Post Page
---------------------  */

.blog-content{
	width: 67%;
	float: left;
	margin-top: 20px;
}
.blog-post, .no-posts{
	width:100%;
	float: left;
	/*background-color: #ebeef1;*/
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		/*-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);*/
		/*box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, .2);*/
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
}
.no-posts {
	width: 100%;
	padding: 1% 4% 0 1%;
}
.blog-post-full-width{
	margin-top: 50px !important;
}
header.blog-post-header, header.custom-post-header {
	width: 100%;
	height: auto;
	/*max-height: 300px;*/
	float: left;
	text-align: center;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	overflow: hidden;
}
header.custom-archive-post-header {
	width: 100%;
	height: auto;
	/*max-height: 300px;*/
	float: left;
	text-align: left;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	overflow: hidden;
}
section.news-block header.blog-post-header {
	border-bottom: none;
	float: right;
	overflow: visible;
	text-align: left;
	width: 100%;
}
h2.block-news-title {
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.4em;
	letter-spacing: -1px;
	line-height: 1.3em;
	margin: 0.5em 0 0;
	padding-bottom: 0.2em;
}
p.archive-block-date {
	background: #039BE5;
	display: inline-block;
	padding: 0.15em 0.3em;
	color: #fff;
	font-size: 1em;
	margin-left: 0;
	position: absolute;
}
#custom-content header.custom-post-header {
	width: 100%;
	height: auto;
	/*max-height: 300px;*/
	float: left;
	text-align: center;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	overflow: hidden;
	margin-bottom: 1.25em;
}
header.blog-post-header img.wp-post-image{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
header.custom-post-header img.wp-post-image{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
header.product-post-header img.wp-post-image{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* Header Soliloquy Slider */
.blog-post-header .soliloquy-container {
	height: 300px;
}
section.blog-post-content{
	width: 100%;
	float: left;
	margin: 0;
	padding-bottom: 30px;
}
.blog-post-date{
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-post-content img, .comment-content img {
	max-width: 100%;
	height: auto;
	/*width: 100%;*/
}
.blog-post-content h1.title {
	letter-spacing: -1px;
	margin: 0.8em 0 0.5em;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.blog-post-content h1, .comment-content h1 {
	margin: 0 0 0.8em 0;
	font-size: 28px;
}
/*.blog-post-content h2, .comment-content h2 {
	font-size: 24px;
}*/
/*.blog-post-content h3, .comment-content h3 {
	font-size: 20px;
}*/
.blog-post-content h4, .comment-content  h4 {
	font-size: 18px;
}
.blog-post-content ul{
	margin-left: 30px;
}
.blog-post-content ul > li{
	/*list-style: square;	*/
	padding-bottom: 2px;
}
.blog-post-content ol > li {
	padding-bottom: 2px;
}
.blog-post-content blockquote, .comment-content blockquote {
  font-family: 'Archivo Narrow', sans-serif;
  font-size:18px;
  letter-spacing: 0.01em;
  line-height: 24px;
  font-style:italic;
  padding: 20px 20px 20px 70px;
  color: #777;
  margin: .5em 0 .5em;
  background: #efefef;
  background-image: url(/images/quote.png);
  background-repeat: no-repeat;
  background-position: 6px 6px;
}
.blog-post-content cite, .comment-content cite {
	display: block;
}
.blog-post-content table th, .comment-content table th {
	padding: 0.5em;
	background: #d8e7f5;
	font-weight: bold;
	text-align: center;
	border: 1px solid #bacddd;
	border-bottom: none;
}
.blog-post-content table tr:nth-child(even), .comment-content table tr:nth-child(even) {
	background: #e8e8e8;
}

.blog-post-content table td, .comment-content table td {
	padding: 0.5em;
	border: 1px solid #D6D6D6;
}

.blog-post-content dt, .comment-content dt {
	font-weight: bold;
}

.blog-post-content dd, .comment-content dd {
	padding-left: 1em;
	padding-bottom: 1em;
}

.blog-post-content abbr, .blog-post-content acronym, .comment-content abbr, .comment-content acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

.blog-post-content em, .comment-content em {
	font-family: 'Archivo Narrow', sans-serif;
	font-style: italic;
}

.blog-post-content input {
	width: 48%;
	margin-bottom: 1em;
	padding: 0.5rem;
	/*height: 20px;*/
	display: block;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.blog-post-content #searchform input[type="text"] {
	margin: 6px 6px 0 0;
	padding: 10px 0 10px 8px;
}

.blog-post-content #searchform input[type="submit"] {
	height: 36px;
  	padding: 0;
  	width: 36px;
  	margin-top: 6px;
}

.blog-post-content input[type=submit] {
	/*height: 30px;*/
	cursor: pointer;
}

.blog-post-content input[type=password] {
	border-radius: 2px;
	margin: 0.25rem 0 1rem;
	padding: 0.5rem;
	width: 100%;
}

.blog-post-content iframe, .comment-content iframe {
	max-width: 100%;
}

.post-password-form label {
	display: block;
	margin: 2rem auto 0;
	width: 48%;
}

.post-password-form {
	background-color: #EFEFEF;
	margin: 1rem auto;
	padding: 2rem;
}

/* Edit Post Link */
.post-edit-link {
	padding: 1% 2%;
	color: #ebedf0;
	background: #1b2f42;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: none;

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.post-edit-link:hover{
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .3);
}

.post-edit-link:active{
	background: #fff;
}



footer.blog-post-footer{
	width: 100%;
	background: rgba(0, 0, 0, .05);
	padding: 10px 0 0;
	float: left;
	font-size: 14px;
	margin: 0;
	border-top: 1px solid;
	border-top-color: rgba(0, 0, 0, .1);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.author-name{
	font-weight: 700;
}

.author-thumb {
	float: left;
	width: 20%;
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 0.25em;
}

.no-post-thumbnail .author-thumb {
	width: 0;
}

.author-thumb img{
	max-width: 90%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, .4);
	box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, .4);
}

.author-info{
	width: 76%;
	padding-right: 0;
	float: none;
}

.no-post-thumbnail .author-info {
	width: 93%;
	padding-left: 5%;
	padding-right: 2%;
	float: none;
}


.blog-post-footer .post-meta {
	margin-top: 0.25em;
	padding: 2% 2% 2% 20%;
	background: #d6d6d6;
	border-top: 1px solid #bbb;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.blog-post-footer .post-meta p {
	margin: 0;
	padding: 0;
}



/* Post Pagination */
.post-navigation {
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	overflow: auto;
}
.post-navigation a {
	color: #444;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.post-navigation .previous-posts {
	width: 50%;
	float: left;
}
.post-navigation .next-posts {
	width: 48%;
	text-align: right;
	float: right;
}
.post-navigation .next-posts a {
	float: right;
}
h3.post-navigation-title {
	-webkit-border-radius: 2px;
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
	background-color: #039BE5;
	border-radius: 2px;
	box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, .2);
	color: #ffffff;
	font-size: 1.1em;
	margin: 0.5em 0;
	padding: 10px 20px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: none;
}
h3.post-navigation-title:hover {
	background-color: #444;
	text-decoration: none;
}

/* ------------------
  Product Post Page
---------------------  */

#product-post-content {
	margin-right: 0;
	margin-left: 1%;
	/*padding-bottom: 30px;*/
}
#product-content {
	margin: 0 5%;
	width: 90%;
}
#product-content header.product-post-header {
	width: 100%;
	height: auto;
	/*max-height: 300px;*/
	float: left;
	text-align: center;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	overflow: hidden;
	margin-bottom: 0.5em;
}
h1#product-page-title {
  border-bottom: 1px solid #777;
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0.5em 0 1em 0;
  padding: 0 0 2px 0;
}
header.product-post-header img.wp-post-image{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#product-post-sidebar {
	width: 23%;
	float: right;
	border-left: 1px solid #efefef;
	color: #444;
	margin: 0;
	padding: 0;
	padding-left: 1em;
	/*line-height: 1em;*/
}
#product-post-sidebar .widgettitle {
	background: #145ECB;
	border-bottom: 2px solid #bbb;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0.5em 0;
	margin-top: 0;
	padding: 5% 0 5% 1em;
	text-shadow: 1px 1px 1px #444;
}
#product-post-sidebar p{
	margin: 0;
		text-shadow: 1px 1px 1px #000000;
}
#product-post-sidebar ul {
	padding: 0 0.5em;
}
#product-post-sidebar .widget_random-testimonials-widget .testimonial {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	/*line-height: 14px;*/
	text-align: left;
}
#product-post-sidebar .widget_random-testimonials-widget .testimonial-quote {
	margin-bottom: 8px;
}

#product-post-sidebar .widget_random-testimonials-widget .testimonial-2-col {
	width: 100%;
	float: none;
}
#product-post-sidebar .property-search {
	width: 90%;
	margin: 0.5em 0;
	padding: 5%;
}
#product-post-sidebar .property-search select {
	max-width: 100%;
}

#product-post-sidebar .property-search .property-search-widget-taxonomies {
	width: 100%;
	float: none;
}

#product-post-sidebar .property-search input[type=submit] {
	width: 100%;
	float: none;
}
#product-post-sidebar .agents-widget .agent {
	width: auto;
	max-width: 80px;
	margin: 2%;
}
#product-post-sidebar .widget_search .screen-reader-text {
	height: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#product-post-sidebar .widget_search input{
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	border: 1px solid;
	font-size: 14px;
	border-color: rgba(0, 42, 83, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#product-post-sidebar .widget_calendar table {
	width: 100%;
}
#product-post-sidebar .widget_calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#product-post-sidebar .widget_calendar table th{
	font-weight: bold;
	text-align: center;
}
#product-post-sidebar .widget_calendar table td{
	text-align: center;
}
.brochure-link {
	clear: both;
	color: #444;
	display: block;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 0.9375em;
	font-weight: bold;
	line-height: 20px;
	margin: 0.5em 0 1em 0.5em;
	text-shadow: none;
}
.brochure-link:before {
	content: url(/wp-content/uploads/2015/05/PDF-icon-28x35.png);
	display: inline-block;
	float: left;
	margin-right: 8px;
	vertical-align: middle;
}
.pdf-link {
	clear: both;
	color: #444;
	display: block;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 0.9375em;
	font-weight: bold;
	line-height: 20px;
	margin: 0.5em 0 1em 0.5em;
	text-shadow: none;
	width: 100%;
}
.pdf-link:before {
	content: url(/wp-content/uploads/2015/05/PDF-icon-28x35.png);
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
	vertical-align: -webkit-baseline-middle;
}


/* ------------------
  Other Custom Post Page
---------------------  */

h1#custom-page-title {
  border-bottom: 1px solid #777;
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0.5em 0 1em 0;
  padding: 0 0 2px 0;
  text-transform: uppercase;
}

/** Buttons
=============================================================**/
.home-buttons a {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-family: Archivo Narrow, sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #cccccc;
  background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0, #efefef), color-stop(1, #cccccc));
  background-image: -o-linear-gradient(left bottom, #efefef 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(left bottom, #efefef 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(left bottom, #e0e0e0 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(left bottom, #efefef 0%, #cccccc 100%);
  background-image: linear-gradient(to left bottom, #dddddd 0%, #aaaaaa 100%);
  box-shadow: #888 1px 1px 0 1px;
  -moz-box-shadow: #aaa 1px 1px 0 1px;
  -webkit-box-shadow: #888 1px 1px 0 1px;
  text-shadow: #efefef 0 1px 0;
  text-decoration: none;
  color: #555;
  width: 80%;
  line-height: 1.2;
  float: none;
}
.home-buttons a:hover {
  background: #cccccc;
  background-image: -webkit-gradient( linear, top right, top right, color-stop(0, #efefef), color-stop(1, #cccccc));
  background-image: -o-linear-gradient(top right, #efefef 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(top right, #efefef 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(top right, #e0e0e0 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(top right, #efefef 0%, #cccccc 100%);
  background-image: linear-gradient(to top right, #dddddd 0%, #aaaaaa 100%);
  color: #444;
}
.button {
  background: #00337f;
  /*background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0, #5E81B3), color-stop(1, #00337F));
  background-image: -o-linear-gradient(left bottom, #5E81B3 0%, #00337F 100%);
  background-image: -moz-linear-gradient(left bottom, #5E81B3 0%, #00337F 100%);
  background-image: -webkit-linear-gradient(left bottom, #5E81B3 0%, #00337F 100%);
  background-image: -ms-linear-gradient(left bottom, #5E81B3 0%, #00337F 100%);
  background-image: linear-gradient(to left bottom, #5E81B3 0%, #00337F 100%);*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*box-shadow: #002b66 1px 1px 0 1px;
  -moz-box-shadow: #002b66 1px 1px 0 1px;
  -webkit-box-shadow: #002b66 1px 1px 0 1px;*/
  color: #ffffff;
  display: inline-block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.95em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 4px 0 10px;
  padding: 2% 0;
  text-align: center;
  text-decoration: none;
  /*text-shadow: #002b66 0 1px 1px;*/
  width:100%;
}
.button:hover {
  background: #00337f;
  border-top-color: #00337f;
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
  color: #ffffff;
  text-decoration: none;
}
.button:active {
  border: 1px solid #002b66;
  background: #555;
  text-decoration: none;
}
a.button.white:visited {
	color: #ffffff !important;
}
.outline-button {
	background: transparent;
	border: 1px solid rgba(0, 51, 127,0.5);
	color: #00337f;
}
.outline-button:visited {
	color: #00337f !important;
}
.outline-button:hover {
	color: #fff !important;
}
.lblue-button {
  background: #039BE5;
  background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0, #5E81B3), color-stop(1, #039BE5));
  background-image: -o-linear-gradient(left bottom, #5E81B3 0%, #039BE5 100%);
  background-image: -moz-linear-gradient(left bottom, #5E81B3 0%, #039BE5 100%);
  background-image: -webkit-linear-gradient(left bottom, #5E81B3 0%, #039BE5 100%);
  background-image: -ms-linear-gradient(left bottom, #5E81B3 0%, #039BE5 100%);
  background-image: linear-gradient(to left bottom, #5E81B3 0%, #039BE5 100%);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: #002b66 1px 1px 0 1px;
  -moz-box-shadow: #002b66 1px 1px 0 1px;
  -webkit-box-shadow: #002b66 1px 1px 0 1px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.95em;
  font-weight: bold;
  letter-spacing: 0;
  margin: 4px 0 10px;
  padding: 1.5% 0;
  text-align: center;
  text-decoration: none;
  text-shadow: #002b66 0 1px 1px;
  width:100%;
}
.lblue-button:hover {
  border-top-color: #00337f;
  background: #00337f;
  color: #ffffff;
}
.lblue-button:active {
  border: 1px solid #002b66;
  background: #555;
}
a.lblue-button:visited {
	color: #fff;
	text-decoration: none;
}
.button.gray {
  background: #cccccc;
  background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0, #efefef), color-stop(1, #cccccc));
  background-image: -o-linear-gradient(left bottom, #efefef 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(left bottom, #efefef 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(left bottom, #e0e0e0 0%, #cccccc 100%);
  background-image: -ms-linear-gradient(left bottom, #efefef 0%, #cccccc 100%);
  background-image: linear-gradient(to left bottom, #dddddd 0%, #aaaaaa 100%);
  box-shadow: #888 1px 1px 0 1px;
  -moz-box-shadow: #aaa 1px 1px 0 1px;
  -webkit-box-shadow: #888 1px 1px 0 1px;
  color: #ffffff;
  text-shadow: #888 0 1px 0;
}
.button.gray a {
  color: #ffffff;
}
.store {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgb( 32, 126, 198 );
  background: #039BE5;
  background-image: none;
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  color: #ffffff;
  display: block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1em;
  margin: 0 auto;
  padding: 3%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 51, 127, 0.3);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
  width: 90%;
}
.store:visited {
	color: #fff;
}
.button.custom {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #d6d6d6;
  background-image: none;
  -moz-box-shadow: #aaa 1px 1px 0 1px;
  -webkit-box-shadow: #888 1px 1px 0 1px;
  box-shadow: #888 1px 1px 0 1px;
  color: #444444;
  display: block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.1em;
  margin: 20px auto;
  padding: 3%;
  text-align: center;
  text-shadow: #ffffff 0 1px 1px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
  width: 90%;
}

/** Boxes
=============================================================**/
a.iconbox {
  color: #555;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  top: -20px;
  text-align: center;
}
a.iconbox span {
  display: block;
  border: 1px solid rgba(0, 51, 127,0.25);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 40px 20px 30px;
	-webkit-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	-ms-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	-o-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
a.iconbox img {
  background: #00337f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  padding: 4px;
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: -30px;
	-webkit-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	-ms-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	-o-transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	transition: background-color .3s ease-in-out, box-shadow .2s cubic-bezier(.4, 0, 1, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.iconbox:hover {
	text-decoration: none;
}
.iconbox:hover .icontext {
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.iconbox:hover img {
	box-shadow: none;
}
.boxed {
  border: 1px solid #ebebeb;
  margin-top: 1.07em;
  margin-bottom: 1.6em;
}
section #home-content .boxed h2 {
	background-image: linear-gradient(to bottom,#ffffff,#f1f1f1);
  	margin: 0;
  	padding: 13px 0;
}

/** Other styles
=============================================================**/
.footnote {
  font-style: italic;
  font-size: 13px;
  margin: 8px;
}
.alert {
  background: #efefef;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  margin: 10px auto;
  padding: 20px;
}
.alert>ul {
	margin-bottom: 0;
}
.alert>p {
	margin-bottom: 1.4em !important;
}
.alert>p:last-of-type {
	margin-bottom: 0 !important;
}
.alert p + ul {
	margin-top: 0.5em;
}
span.positiontitle {
  display: block;
  margin-top: -10px;
}
a.email {
  text-decoration: none;
}
a.email:before {
  content: url('/images/email.png');
  float: left;
  margin-right: 8px;
}
.testimonial {
  border-bottom: 1px solid #aaa;
  margin: 10px auto;
  padding: 0 0 0.25em;
}
.quote-credit {
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
}
.quote-location {
  font-size: 0.9375em;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 20px;
}
span.credit {
  display: block;
  font-style: italic;
  margin-top:20px;
  margin-left: 40px;
}
/*span.credit:before {
  content: url('/images/dash.png');
  left: -20px;
  margin-left: -40px;
  position: relative;
  top: 8px;
}*/
.thank-you {
  background: #e8e8e8;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 20px;
}
span.tooltip {
  display: none;
}
span.date-icon {
  background: url(/images/trade-show-sprites.png) -27px 5px no-repeat;
  /*background-color: #f0f0f0;
  border-radius: 20px;*/
  display: inline-block;
  float: left;
  height: 26px;
  margin: 0 8px -7px 0;
  padding: 4px;
  width: 26px;
}
span.location-icon {
  background: url(/images/trade-show-sprites.png) 5px 5px no-repeat;
  /*background-color: #f0f0f0;
  border-radius: 20px;*/
  display: inline-block;
  float: left;
  height: 26px;
  margin: 0 8px -7px 0;
  padding: 4px;
  width: 26px;
}
span.info-icon {
  background: url(/images/trade-show-sprites.png) -59px 4px no-repeat;
  /*background-color: #f0f0f0;
  border-radius: 20px;*/
  display: inline-block;
  float: left;
  height: 26px;
  margin: 0 8px 0 0;
  padding: 4px;
  width: 26px;
}
span.tradeshow {
	display: inline-block;
  position: relative;
  /*top: -6px;*/
}
.tradeshow-img {
	max-height: 100px;
	line-height: 100px;
	max-width: 400px;
}
img.tradeshow-logo {
	max-height: 100px;
	vertical-align: middle;
}

/* Form Styles
=======================================================*/
.form-section {
	display: inline-block;
	margin-right: 20px;
}
#SignUpCTA {
  margin: 4%;
}
#SignUpCTA h4:hover span.tooltip {
  background: #B1B1B1;
  border: 1px solid #888;
  border-radius: 3px;
  color: #444;
  display: block;
  font-size: 0.6em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.3;
  margin: 10px 0 0;
  padding: 1%;
}
.second-form {
  background: #00337f;
  color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin: 2em auto;
  padding: 1.4em;
  width: 100%;
}
.second-form h4 {
  margin: 0.5em 0 1.14em;
}
.secondform-fig {
  padding: 2.2em 8%;
}
.secondform-fig img {
  border: 5px solid #E8E8E8;
}
.secondform-fig h4 {
  margin: 0 2em;
}
.second-form input[type="checkbox"] {
  display: inline-block;
}
.second-form input[type="submit"] {
  background: #2bcb4d;
  border-radius: 4px;
  border: 1px solid #20F34D;
  color: #333;
  display: block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 1.4em;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.second-form input[type="submit"]:hover {
  background: #20F34D;
  border: 1px solid #2bcb4d;
}
.second-form input[type="text"] {
  border: none;
  border-radius: 2px;
  color: #666;
  margin-bottom: 3px;
  margin-right: -0.9%;
  padding: 8px;
  width: 100%;
}
.second-form input[type="text"].halfinput {
  width: 49.5%;
}
.second-form input[type="text"].secondhalf {
  margin-left: 1%;
}
.second-form input[type="text"].thirdinput {
  width: 32.65%;
}
@media screen and (min-width: 768px) and (max-width: 1104px) {
  .second-form input[type="text"].thirdinput {
    width: 32.25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 970px) {
  .second-form input[type="text"].halfinput {
    width: 49.15%;
  }
}
@media screen and (min-width: 971px) and (max-width: 1048px) {
  .second-form input[type="text"].halfinput {
    width: 49.45%;
  }
}
@media screen and (max-width: 557px) {
  .second-form input[type="text"].halfinput {
    width: 49.35%;
  }
  .second-form input[type="text"].thirdinput {
    width: 32.4%;
  }
}
@media screen and (max-width: 481px) {
  .second-form input[type="text"].halfinput {
    width: 100%;
  }
  .second-form input[type="text"].secondhalf {
    margin-left: 0;
  }
  .second-form input[type="text"].thirdinput {
    width: 100%;
  }
}
.second-form input[type="text"].sizeinput {
  width: 120px;
}
@media screen and (max-width: 492px) {
  .second-form input[type="text"].sizeinput {
    width: 50%;
  }
}
.second-form p {
  margin-top: 1.4em;
  margin-bottom: 0;
}
#GTIWarranty input[type="text"] {
    border-radius: 2px;
    padding: 4px;
    width: 100%;
}
#GTIWarranty h3 {
  background: #f0f0f0;
  padding: 2px 0 2px 2px;
}
.warranty-section {
  margin-bottom: 4em;
}
.warranty-section input[type="submit"] {
  background: #00337f;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #01265E;
  color: #fff;
  font-size: 1em;
  margin: 0 auto;
  padding: 6px 12px;
  width: auto;
}
.warranty-section input[type="reset"] {
  /*background: #00337f;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  /*border: 1px solid #01265E;
  color: #fff;*/
  font-size: 1em;
  padding: 6px 12px;
}
.helpertext {
	font-family: 'Archivo Narrow', sans-serif;
    font-size: 0.9em;
    font-style:italic;
    line-height: 0.8em;
}
@media screen and (max-width: 597px) {
  #lp-footer .helpertext {
    display: block;
    line-height: 1;
    text-align: center;
    width: 80%;
  }
}
@media screen and (min-width: 598px) and (max-width: 767px) {
  #lp-footer .helpertext {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 852px) {
  #lp-footer .helpertext {
    width: 80%;
  }
}
#Subscribe {
  display: none;
}
#Subscribe:target {
  display: block;
}
.form-wrap .link,
.form-wrap .link a,
.signupframe
{
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 13px;
}
.form-wrap table input[type="text"] {
  border: none;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  margin: 0 0 10px 10px;
  padding: 4px;
}
.form-wrap table input[type="submit"] {
  background: #3a9ff8;
  background: rgb(58,159,248);
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0 20px 50px;
  padding: 6px 12px;
  text-transform: uppercase;
  width: 70%;
}
.form-wrap .link,
.form-wrap .link a {
  text-decoration: none;
}
.signupframe {
  background: #00337f;
  padding: 30px 40px 20px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.signupframe .required {
  font-size: 10px;
}
.signup-form {
  margin: 10% 40%;
  position: fixed;
}
.form-wrap {
  background: rgba(0,0,0,0.6);
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.form-close {
  background-image: url('/images/close.png');
  background-repeat: no-repeat;
  float: right;
  height: 20px;
  position: relative;
  top: -20px;
  width: 20px;
}
.lp-form {
  background: #00337f;
  border-radius: 4px;
  color: #fff;
  font-family: 'Archivo Narrow';
  font-size: 1em;
  margin: 2% 3% 0 0;
  padding: 8%;
}
.lp-form h3 {
  color: #fff;
  line-height: 1.1;
  margin: 0.5em 0 1em;
  text-align: center;
}
.lp-form h4 {
  font-size: 1.1em;
  line-height: 1.3;
}
.lp-form p {
  clear: both;
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
  margin: 0 0 0.2em 0;
  width: 100%;
}
.lp-form input[type="text"] {
  border: none;
  border-radius: 2px;
  color: #555;
  display: inline-block;
  padding: 6px;
  width: 100%;
}
.lp-form input[type="text"].short-input {
  width: 60%;
}
a.lp-button {
  border: 1px solid #20F34D;
  background: #2bcb4d;
  border-radius: 4px;
  color: #333;
  display: block;
  font-family: 'Archivo Narrow';
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 9% auto 4%;
  padding: 10px;
  text-align: center;
  width: 100%;
}
a.lp-button:hover {
  border: 1px solid #2bcb4d;
  background: #20F34D;
}


.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
	padding: 10px !important;
}
.ubermenu-top-nav .ubermenu-widget {
	padding: 5px 10px 0 !important;
}


/*.page-id-970 .breadcrumbs { display:none; }
.page-id-970 h1.title { display: none; }

#home-cols h2 { margin: 0.5em 0; text-align: center; font-size: 1.4em !important;}
.home-box {
border: 1px solid #ddd;
margin-top:5px;
}
.home-box h3.graybar {
margin: 0;
font-size: 1.1em;
padding-left: 16px;
}
.home-box ul {
padding: 16px;
margin: 0;
}
.home-box ul li a {
	color: #444;
font-weight: bold;
text-decoration: none !important;
}
section#home-content .divider { margin: 10px 0 20px;}
.top-social {margin-left: -10px;}*/
.alert h2 {
font-size: 1.25em;
margin: 0 0 0.5em;
}

/*a.ga-button {
	background: url(http://gtilite.knummy.com/wp-content/uploads/2014/03/ga-button.png) no-repeat;
}*/
