/*
	Theme Name: Oconnorstrata Theme
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

@font-face {    font-family: 'proxima_nova_alt_rgbold';    src: url('fonts/proxima_nova_alt_bold.woff2') format('woff2'),         url('fonts/proxima_nova_alt_bold.woff') format('woff');    font-weight: normal;    font-style: normal;}
/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #fff;
	color: #333;
	/*font-family: 'Source Sans Pro', sans-serif;*/	font-family: 'proxima_nova_alt_rgbold';
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #00ADEF; /* OCS Blue */
	text-decoration: none;
}

a:hover,
a:focus {
	color: #4d8fa8; /* HOVER OCS Blue */
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	color: black;
	border: solid 1px;
	clear: both;
}

b,
strong {
	font-weight: 800;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;	/* white */
	border: 1px solid #ddd; /* light gray */
	color: #333; 		/* dark gray */
	font-size: 15px;
	/*font-size: 1.8rem;*/
	font-weight: normal;	
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999; /* mid gray */
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;  		/* dark gray */
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;  		/* dark gray */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;  /* dark gray */
	border: 0;
	color: #fff;		/* white */
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d; /* deep blood red */
	color: #fff;		   /* white */
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;		   /* white */
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;		/* light gray with a reddish tinge */
	border-width: 0;
	color: #777;			/* mid gray with a reddish tinge */
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;	/* light gray with a reddish tinge */
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;	/* light gray with a reddish tinge */
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;		/* white */
	z-index: 100000; 		/* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}
.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;	
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 75%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;	/* white */
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;	/* white */
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

/*.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}*/
.entry-title {
    color: #3c3e41;		/* dark gray with a blueish tinge */
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-title a,
.sidebar .widget-title a {
	color: #00ADEF;		/* OCS blue */
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #4d8fa8;		/* HOVER OCS blue (darker) */
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;	  		/* dark gray */
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;  		/* dark gray */
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;			/* white */
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #3D3E42;
}



/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0 20px;
	width: 25%;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #00ADEF;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 70%;	 	
	padding-top: 71px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	/*color: #333;*/
	text-decoration: none;
	display: block;
	/*padding: 32px 20px;*/
}


.genesis-nav-menu .sub-menu {
	background-color: #3D3E42;	/* dark gray with dark blue tinge */
	color: #fff;
	position: absolute;
	width: 250px;
	z-index: 99;
	/*opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;*/
}

.genesis-nav-menu .sub-menu a {
	background-color: #3D3E42;	/* dark gray with dark blue tinge */
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	position: relative;
	width: 250px;
	/*word-wrap: break-word;*/
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 0px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;		/* white */
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;		/* white */
	margin-bottom: 40px;
	/*padding: 70px 80px;*/
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;	
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;		/* white */
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;		/* white */
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #eee;
    margin: 0 40px 0 0;
    padding: 40px;

}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;		/* white */
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #3d3e42;	
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;	
	margin-bottom: 15px;
}

.site-footer p {
	margin-bottom: 0;
}/*==============19-07-2016=========================*/
.site-header .site-title a
{	
	background: url("images/oconnors-strata-logo.jpg");	
	width:308px;	
	height:158px;	
	display: inline-block;	
	text-indent: -99999px;
}
.nav-header #menu-main-menu li a span 
{   
	color: #fff;    	/* white */
	font-size: 17px;    
	font-weight: 700 !important;    
	text-transform: uppercase;
}
.nav-header #menu-main-menu li a 
{       
	margin: 8px 20px 5px 20px;   
}
.nav-header #menu-main-menu li a:hover 
{	 
	border-bottom: 3px solid #00adef;	 
}
.nav-header #menu-main-menu .current-menu-item a
{	
	border-bottom: 3px solid #00adef;	 
}
.nav-header #menu-main-menu li:last-child a {    margin-right: 0;}
.site-header .phonenumber {    color: #fff;    font-size: 22px;    letter-spacing: 0;    line-height: 1.4em; text-align: right;}
.site-header .widget.widget_text {    margin-bottom: 0;   }
.before_header_section {    background: #3d3e42 none repeat scroll 0 0;}
.before_header_section .wrap{	text-align:right;}
.before_header_section .home_top_content li {    display: inline;	vertical-align: top;}
.before_header_section .home_top_content li a {	font-family: arial;    font-size: 14px !important;    font-weight: normal;    text-transform: uppercase;	color:#fff;	text-decoration:none;}
.before_header_section .widget.widget_text {    margin-bottom: 0;}
.before_header_section .home_top_content li:first-child a {    border-right: 1px solid #fff;    padding-right: 6px;}
.before_header_section .home_top_content li:last-child a {    padding-left: 10px;}
/*=====After Header========*/
.after_header_section {    background: #00adef none repeat scroll 0 0;}
.after_header_section .widget.widget_text {
    margin-bottom: 0;
}
/*========================*/
/*=====Before Header========*/
.before_footer_section {    background: #00adef none repeat scroll 0 0;}
/*========================*/

/*=====Custom Footer========*/
.custom-footer .widget.widget_text {
    margin-bottom: 0;
    padding: 15px 0;
}
.custom_footer_section
{
	color:#fff;		/* white */
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}
.custom_footer_section .left_side_content {
    float: left;
    width: 35%;
}
.custom_footer_section .right_side_content {
    float: right;
}
.custom_footer_section .left_side_content ul li {
    border-right: 1px solid #fff;	/* white */
    display: inline;
    padding-right: 5px;
}
.custom_footer_section .left_side_content li a {
    color: #fff;
	text-decoration: none;
}
.custom-footer .widget .left_side_content ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.left_side_content li:first-child {
    border-right: medium none !important;
	padding-right: 0 !important;
}
.left_side_content li:last-child {
    border-right: medium none !important;
}
/*========================*/

/*=====Before Footer Content CSS========*/
.contact_detail_section {
    float: right;
    text-align: right;
	color:#fff;		/* white */
	font-family:open sans,Verdana,Arial,Helvetica,sans-serif;
	padding-bottom: 32px;
}
.contact_detail_section .contact_detail ul li {
    display: inline;
    margin-right: 20px;
}
.contact_detail_section .contact_detail ul li:last-child
{
	margin-right: 0;
}
.contact_detail_section .contact_detail ul li a {
    color: #fff;	
}
.contact_detail_section .contact_title span {
    font-size: 14px;
	 font-weight: bold;
}
.contact_detail_section .contact_address span, .contact_detail_section .contact_detail {
    font-size: 12px;
}
/*======================================*/

/*=====Home_top Content CSS========*/
.home_top {
    text-align: center;
	margin-bottom: 35px;
}
.home_top ul li {
    display: inline-block;
	overflow: hidden;
	margin-right: -5px;
}
.home_top ul li .request_quote  {
	background: rgba(0, 0, 0, 0) url("images/request-quote1.jpg") repeat scroll 0 0;
    display: inline-block;
    height: 273px;
    text-indent: -999999px;
    width: 343px;
}
.home_top ul li .request_quote:hover
{
	background: rgba(0, 0, 0, 0) url("images/request-quote1-over.jpg") repeat scroll 0 0;
}
.home_top ul li .oconnors_difference
{
	background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0;
    display: inline-block;
    height: 273px;
    text-indent: -999999px;
    width: 273px;
}
.home_top ul li .oconnors_difference:hover
{
	background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0;
}
.home_top ul li .strata_solutions
{
	background: rgba(0, 0, 0, 0) url("images/strata-solutions1.jpg") repeat scroll 0 0;
    display: inline-block;
    height: 273px;
    text-indent: -999999px;
    width: 344px;
}
.home_top ul li .strata_solutions:hover
{
	background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over.jpg") repeat scroll 0 0;
}
/*===================================*/

/*=====Home_Middle Content CSS========*/
.home_middle {
    overflow: hidden;
}
.home_middle_left  {
    float: left;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 1.6em;
    text-transform: none;
    width: 48%;
    margin-right: 50px;
    color:#666666;
    text-align:justify;
}
.home_middle_right 
{
    float: left;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 1.6em;
    text-transform: none;
    width: 48%;
    color:#666666;
    text-align:justify;
}
.home_middle .title span {
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home_middle  .title {
    margin-bottom: 15px;
}
/*=============================================*/

/*=========FAQ Page CSS========*/
#faqindex > li {
    list-style-type: none;
	margin-bottom: 5px;	
}
#faqindex li::before {
    color: #00adef;
    content: "• ";
    font-size: 20px;
    vertical-align: middle;
}
.faqquestion {
    color: #3c3e41;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
}
/*=============================================*/

/*=========Homepage Sign-up Section CSS========*/
#customlg582200 {
    float: left;
    margin-top: 30px;
    width: 100%;
}
#customlg582200top {
    display: none;
    float: left;
}
#customlg582200mid {
    background-color: transparent;
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}
/*======================================*/
/*==========Developer Contact Form CSS===========*/
/*.developer_contact .wpcf7-form {
    margin-top: 30px;
    width: 50%;
}
.developer_contact .wpcf7-form > p {
    font-weight: bold;
    margin-bottom: 20px;
	color: #000;
}
.developer_contact .wpcf7-list-item {
    display: block;
    font-weight: normal;
}
.developer_contact .wpcf7-text {
    padding: 0;
	font-size: 15px;
}
.developer_contact .wpcf7-textarea {
    height: 170px;
	font-size: 15px;
}
.developer_contact .wpcf7-select {
    padding: 5px 0;
	font-size: 15px;
}
.developer_contact .wpcf7-submit {
    background: #00adef none repeat scroll 0 0 !important;
    padding: 5px 35px !important;
}*/
.menu li a {
    color: #3c3e41;
    font-family: proxima nova,Verdana,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal !important;
    text-decoration: none;
}
.menu li a:hover{
	color:#4d8fa8;
}
.menu .current-menu-item a {
	color:#00ADEF;
}
/*======================================*/

/*==========Quote Request Form CSS===========*/
/*.quote_request .wpcf7-form {
    margin-top: 30px;
    width: 50%;
}
.quote_request .wpcf7-form > p {
    font-weight: bold;
    margin-bottom: 20px;
	color: #000;
}
.quote_request .wpcf7-list-item {
    display: block;
    font-weight: normal;
}
.quote_request .wpcf7-text {
    padding: 0;
	font-size: 15px;
}
.quote_request .wpcf7-submit {
    background: #00adef none repeat scroll 0 0 !important;
    padding: 5px 35px !important;
}*/
/*======================================*/
/*==========Developer Contact Form CSS===========*/
/* --- no longer in use due to deactivation of tectite forms ---
#Update_Contact_Details div.TectiteFormDesignerField label {
    font-weight: normal !important; 
	width: 17% !important;
}
#Update_Contact_Details .TectiteFormDesignerField > input {
    padding: 0;
	font-size: 15px;
}
#Update_Contact_Details > p {
    margin-left: 18%;
    width: 50%;
}
#Update_Contact_Details .TectiteFormDesignerField.TectiteButtonField > input
{
	background: #00adef none repeat scroll 0 0 !important;
    padding: 5px 35px !important;
}*/
/*===============================================*/

/*==========Developer Contact Form CSS===========*/
/*.customer_feedback .wpcf7-form {
    margin-top: 30px;
    width: 50%;
}
.customer_feedback .wpcf7-form > p {
    font-weight: bold;
    margin-bottom: 20px;
	color: #000;
}
.customer_feedback .wpcf7-text {
    padding: 0;
	font-size: 15px;
}
.customer_feedback .wpcf7-textarea {
    height: 170px;
	font-size: 15px;
}
.customer_feedback .wpcf7-list-item {
    display: block;
    font-weight: normal;
}
.customer_feedback .wpcf7-submit {
    background: #00adef none repeat scroll 0 0 !important;
    padding: 5px 35px !important;
}*/
/*===============================================*/

/*=========Common Header For all Sub pages CSS=====*/
.common_header_section_all_pages {
    background: url("images/internal-background.png");	
}

.subpage_banner_image img {
    display: flex;
    height: auto;    
    width: auto;
}
.entry-content
{
	color: #666666;		/* mid gray with tinge of red */
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.entry-content p {
    margin: 0 0 0.8em;
}
/*=================================================*/

/*=========== Existing Owners Page CSS ============*/
.existing_owners_btns ul li {
    display: inline-block;
    overflow: hidden;
	text-align: center;
    width: 23%;
	float: left;
}
.existing_owners_btns ul li:nth-child(4n+1) {
    clear: both;
    display: inline-block;
}
.existing_owners_btns ul li .portal_login {
    background: rgba(0, 0, 0, 0) url("images/portal-login.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .portal_login:hover {
    background: rgba(0, 0, 0, 0) url("images/portal-login-over.jpg") no-repeat scroll 0 0;
}
.existing_owners_btns ul li .pay_levies {
    background: rgba(0, 0, 0, 0) url("images/pay-levies.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .pay_levies:hover {
    background: rgba(0, 0, 0, 0) url("images/pay-levies-over.jpg") no-repeat scroll 0 0;
}
.existing_owners_btns ul li .forms {
    background: rgba(0, 0, 0, 0) url("images/forms-button.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .forms:hover {
    background: rgba(0, 0, 0, 0) url("images/forms-over.jpg") no-repeat scroll 0 0;
}
.existing_owners_btns ul li .resources {
    background: rgba(0, 0, 0, 0) url("images/resources.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .resources:hover {
    background: rgba(0, 0, 0, 0) url("images/resources-over.jpg") no-repeat scroll 0 0;
}
.existing_owners_btns ul li .about_us {
    background: rgba(0, 0, 0, 0) url("images/about-us.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .about_us:hover {
    background: rgba(0, 0, 0, 0) url("images/about-us-over.jpg") no-repeat scroll 0 0;
}
.existing_owners_btns ul li .faqs {
    background: rgba(0, 0, 0, 0) url("images/faqs-button.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .faqs:hover {
    background: rgba(0, 0, 0, 0) url("images/faqs-over.jpg") no-repeat scroll 0 0;
}
.existing_owners_btns ul li .repairs {
    background: rgba(0, 0, 0, 0) url("images/repairs.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .repairs:hover {
    background: rgba(0, 0, 0, 0) url("images/repairs-over.jpg") no-repeat scroll 0 0;
}
.existing_owners_btns ul li .emergencies {
    background: rgba(0, 0, 0, 0) url("images/emergencies.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.existing_owners_btns ul li .emergencies:hover {
    background: rgba(0, 0, 0, 0) url("images/emergencies-over.jpg") no-repeat scroll 0 0;
}
/*==================================================*/

/*=========== Developers Page CSS ============*/
.developers_btns ul li {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    width: 23%;
}
.developers_btns ul li .about_us {
    background: rgba(0, 0, 0, 0) url("images/about-us.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.developers_btns ul li .about_us:hover {
    background: rgba(0, 0, 0, 0) url("images/about-us-over.jpg") no-repeat scroll 0 0;
}
.developers_btns ul li .our_services {
    background: rgba(0, 0, 0, 0) url("images/our-services.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.developers_btns ul li .our_services:hover {
    background: rgba(0, 0, 0, 0) url("images/our-services-over.jpg") no-repeat scroll 0 0;
}
.developers_btns ul li .o_connors_diff {
    background: rgba(0, 0, 0, 0) url("images/oconnors-difference.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.developers_btns ul li .o_connors_diff:hover {
    background: rgba(0, 0, 0, 0) url("images/oconnors-difference-over.jpg") no-repeat scroll 0 0;
}
.developers_btns ul li .blog {
    background: rgba(0, 0, 0, 0) url("images/blog-button.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.developers_btns ul li .blog:hover {
    background: rgba(0, 0, 0, 0) url("images/blog-over.jpg") no-repeat scroll 0 0;
}
.developers_btns ul li .faqs {
    background: rgba(0, 0, 0, 0) url("images/faqs-button.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.developers_btns ul li .faqs:hover {
    background: rgba(0, 0, 0, 0) url("images/faqs-over.jpg") no-repeat scroll 0 0;
}
.developers_btns ul li .contact_request {
    background: rgba(0, 0, 0, 0) url("images/contact-request.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.developers_btns ul li .contact_request:hover {
    background: rgba(0, 0, 0, 0) url("images/contact-request-over.jpg") no-repeat scroll 0 0;
}
/*==================================================*/

/*=========== New Business Page CSS ============*/
.new_business_btns ul li {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    width: 23%;
}
.new_business_btns ul li .about_us {
    background: rgba(0, 0, 0, 0) url("images/about-us.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.new_business_btns ul li .about_us:hover {
    background: rgba(0, 0, 0, 0) url("images/about-us-over.jpg") no-repeat scroll 0 0;
}
.new_business_btns ul li .our_services {
    background: rgba(0, 0, 0, 0) url("images/our-services.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.new_business_btns ul li .our_services:hover {
    background: rgba(0, 0, 0, 0) url("images/our-services-over.jpg") no-repeat scroll 0 0;
}
.new_business_btns ul li .o_connors_diff {
    background: rgba(0, 0, 0, 0) url("images/oconnors-difference.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.new_business_btns ul li .o_connors_diff:hover {
    background: rgba(0, 0, 0, 0) url("images/oconnors-difference-over.jpg") no-repeat scroll 0 0;
}
.new_business_btns ul li .resources {
    background: rgba(0, 0, 0, 0) url("images/resources.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.new_business_btns ul li .resources:hover {
    background: rgba(0, 0, 0, 0) url("images/resources-over.jpg") no-repeat scroll 0 0;
}
.new_business_btns ul li .faqs {
    background: rgba(0, 0, 0, 0) url("images/faqs-button.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.new_business_btns ul li .faqs:hover {
    background: rgba(0, 0, 0, 0) url("images/faqs-over.jpg") no-repeat scroll 0 0;
}
.new_business_btns ul li .blog {
    background: rgba(0, 0, 0, 0) url("images/blog-button.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.new_business_btns ul li .blog:hover {
    background: rgba(0, 0, 0, 0) url("images/blog-over.jpg") no-repeat scroll 0 0;
}

.new_business_btns ul li .quote_request {
    background: rgba(0, 0, 0, 0) url("images/contact-request.jpg") no-repeat scroll 0 0;
    display: inline-block;
    text-indent: -999999px;
    height: 225px;    
    width: 240px;
}
.new_business_btns ul li .quote_request:hover {
    background: rgba(0, 0, 0, 0) url("images/contact-request-over.jpg") no-repeat scroll 0 0;
}
/*==================================================*/

/*============== About Us Existing Page ============*/
.about_us_existing > h2 {
    color: #3ac0f3;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6em;
    margin: 0 0 0.8em;
    padding: 0;
    text-transform: none;
}
.about_us_existing > h3 {
    color: #3c3e41;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6em;
    margin: 0 0 0.8em;
    padding: 0;
    text-transform: none;
}
/*==================================================*/

/*============== Have any Question on footer section CSS ============*/
#customlg582220mid {
    background-color: transparent;
    color: #666666;		/* mid gray with a tinge of red */
    display: block;
    font-family: open sans,Arial,Helvetica,sans-serif;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    width: 100%;
}
#customlg582220mid .size23 {
    font-size: 23px;
    line-height: 1.2em;
}
#customlg582220mid .size23 span {
    color: #00afeb;
}
#customlg582220mid .phno {
    color: #00afeb;
    font-size: 23px; 
    letter-spacing: 0em;
}
#customlg582220mid .size23 > a {
    text-decoration: none;
}
/*==================================================*/

/*============== Contact Us Page CSS============*/
.contact_section_left {
    float: left;
    width: 48%;
}
.contact_section_left h2
{
    background-color: transparent;
    clear: both;
    color: #00aeef;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6em;
    margin: 0 0 0.8em;
    padding: 0;
    text-transform: none;
}
.contact_section_left .h3
{
    color: #3c3e41;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6em;
}
.contact_section_left .plz_contatc
{
    padding:20px 0;
}
.contact_section_right
{
    float: right;
    width: 48%;
}
/*==================================================*/

/*=========Home Page Main Slider - BX Slider CSS ==================*/
.after_header_section .bx-wrapper .bx-viewport,.bx-wrapper .bx-viewport {
    background: #00adef none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;     
}
.after_header_section  .banner_image,.bx-wrapper .banner_image {
    float: left;
    width: 60%;
}
.after_header_section  .banner_name,.bx-wrapper .banner_name{
    color: #fff;
    float: right;
    font-size: 40px;
    line-height: 40px;
    margin-top: 110px;
    text-align: right;
    width: 38%;
}
.after_header_section  .bx-viewport,.bx-wrapper .bx-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px !important;
}
.after_header_section  .bx-controls.bx-has-pager,.bx-wrapper .bx-controls.bx-has-pager {
    display: inline-block;   
    position: absolute;
    right: 0;
    text-align: center;    
    width: 15%;
    top: 260px;
}
.after_header_section  .bx-wrapper,.bx-wrapper { 
    margin: 0 auto !important;    
}
.after_header_section  .bx-wrapper .bx-pager.bx-default-pager a,.bx-wrapper .bx-pager.bx-default-pager a {
    background: #00ADEF none repeat scroll 0 0 !important;
    border-radius: 11px !important;
    border: 2px solid #fff;
    display: block;
    height: 20px !important;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 20px !important;
    /*opacity: 0.5;*/
}
.after_header_section  .bx-wrapper .bx-pager.bx-default-pager a:hover, .after_header_section  .bx-wrapper .bx-pager.bx-default-pager a.active {
   /* background: #000 none repeat scroll 0 0 !important;*/
   background: #fff none repeat scroll 0 0 !important;
   opacity: 1;
}
/*==========================================================================*/

/*=========Home Page Footer Slider "OUR HAPPY CLIENT"- BX Slider CSS ==================*/
#testimonials #testimonial_items .bx-wrapper .bx-viewport {   
    box-shadow: none !important;    
}
/*==========================================================================*/

/*=================Site Map========================*/
.sitemap .page-list li {
    color: #00aeef;
    font-size: 14px;
    list-style-type: none;
    margin: 15px 0;
}
.sitemap .page-list .page_item_has_children
{	
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6em;
    text-transform: none;
    list-style-type: none;
    margin: 15px 0;
}
.sitemap .page-list .page_item_has_children .children li {
    list-style-type: disc;
    margin: 0;
}
.sitemap .page-list .page_item_has_children  .children li a
{
    color: #00aeef;
    text-decoration: none;	
    font-size: 13px;
}
.sitemap .page-list li a {
	font-size: 19px;	
	font-weight: bold;  
	color:#00aeef;	
	text-decoration: none;		
}

/*=================================================*/

/*=================Testimonial Page========================*/
#testimonial .testimonialitem .content p {
    margin-bottom: 0;
}
.testimonialitem {
    margin: 35px 0;
    width: 100%;
}
.content {
    color: #666666;
    font-family: arial;
    font-size: 14px;
    font-weight: normal !important;
	margin-bottom: 10px;
}
.heading {
    clear: both;
    font-weight: bold;
}
.custom_page_title	
{
	color: #3c3e41;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
/*=================================================*/

.services_new_business > h3 {
	background-color: transparent;
    color: #3c3e41;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6em;
    margin: 0 0 0.8em;
    padding: 0;
    text-transform: none;
}
#bullet_list_common{
    list-style-image: url("images/bullet-point.png");
}
.member_login .wysija-input 
{
    padding: 7px !important;
    width: 29% !important;
}
.member_login .wysija-submit
{
	background-color: #00ADEF !important;
	text-transform: uppercase;
}
.sub_page_inner_title {
    color: #3c3e41;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 17px;
	 margin: 20px 0;
}
.form_menu_title {
    color: #00aeef;
    font-size: 14px;
}
#menu-secondary-menu .sub-menu li {
    margin-top: 15px;
}
.common_anchor
{
	text-decoration:none !important;
	color: #00aeef;
}
.common_anchor.h2
{
   color: #00aeef;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6em;
}
.lblinner {
    color: #00aeef;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
}
.form_cmn_content
{
	margin:40px 0;
}
.resources_page .h3
{
	color: #3c3e41;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6em;
}
.emailfield {
    margin-left: 9px;
    width: 34%;
}
.unsucribe_title
{
	color: #3c3e41;
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.service_telno {
    font-size: 17px;
    font-weight: bold;
}
/*=========10-10-2016=============*/
.size14 {
    font-size: 14px;
    line-height: 1.2em;
	color:#4D4D4D;
}
.size13
{
    font-size: 13px;
    line-height: 1.2em;
	color:#4D4D4D;
}
.size16 {
    font-size: 16px;
    line-height: 1.2em;	
	color: #00aeef;
}
.emergency_cls {
    margin-top: 45px !important;
}
.archive.category .archive-description.taxonomy-archive-description.taxonomy-description {
    display: none;
}
.blog_title_custom {
    color: #000;
}
.left_side_cat_menu {
    float: left;
    margin-right: 2%;
    width: 18%;
}
.right_side_cat_desc {
    float: left;    
    width: 80%;
}
.categories_main_section {
    margin-top: 40px;
}
.cat_list li a {
   
    text-decoration: none;
	color: #898989;
}
.cat_list li {
    color: #29BBF1;
    font-size: 15px;
    list-style-type: inherit;
    margin-bottom: 10px;
}
.right_side_cat_desc .latest-posts .cat-data h2 {
    color: hsl(197, 100%, 47%);
}
.right_side_cat_desc .latest-posts .cat-data a {
    text-decoration: none;
}
/*.archive.category .home_bottom.any_question,.single .home_bottom.any_question {
   display: none;
}*/
.archive.category .error_msg {
    color: #01AFEC;
    font-size: 19px;
    font-weight: bold;
}
.single_post_main_content .content_section.content {
    width: 100%;
	 text-align: justify;
}
.single_post_main_content .thumbnail img {
    width: 100%;
}
.nav-header #menu-main-menu .active_menu a {
    border-bottom: 3px solid hsl(197, 100%, 47%);
}
/*===============================*/
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.home_middle {		
		width: 100%;
	}
	.home_middle_left,.home_middle_right {		
		width: 47%;
	}
	.testimonials_loop {		
		width: 80% !important;
	}
	.site-inner,
	.wrap {
		margin:0 3%;
	}
	.after_header_section .banner_name {
		font-size: 36px;    
		width: 40%;
	}
	.footer-widgets-1 {
		margin-right: 60px;
	}
}
@media only screen and (max-width: 1280px) {	
	.content {
		width: 65%;
	}
	.sidebar-primary {
		width: 35%;
	}
}
@media only screen and (max-width: 1200px) {	
	.footer-widgets-1 {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1180px) {	
	.after_header_section .banner_name {
		font-size: 27px;
		width: 38%;
	}		
}
@media only screen and (max-width: 1024px) {
	.contact_section_left {		
		width: 43%;
	}
	.contact_section_right {
		width: 55%;
	}
	.custom_footer_section .left_side_content {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.custom_footer_section .right_side_content {
		float: none;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
	.existing_owners_btns ul li,.developers_btns ul li,.new_business_btns ul li{		
		width: 33%;
	}
	.home_top ul li .request_quote {
		background: rgba(0, 0, 0, 0) url("images/request-quote1.jpg") repeat scroll 0 0 / contain ;
		height: 239px;
		width: 300px;
	}	
	.home_top ul li .request_quote:hover {		
		background: rgba(0, 0, 0, 0) url("images/request-quote1-over.jpg") repeat scroll 0 0 / contain ;
	}
	.home_top ul li .oconnors_difference {
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0 / contain ;
		height: 239px;	
		width: 239px;
	}
	.home_top ul li .oconnors_difference:hover {		
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0 / contain ;
	}
	.home_top ul li .strata_solutions {
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1.jpg") repeat scroll 0 0 / contain ;		
		height: 238px;		
		width: 300px;
	}
	.home_top ul li .strata_solutions:hover {		
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over.jpg") repeat scroll 0 0 / contain ;
	}
	.nav-header #menu-main-menu li a 
	{       
		margin: 8px 20px 5px 0;   
	}
	.site-header .widget.widget_nav_menu {
		float: right;
	}	
	.home_top {		
		width: 100%;
	}
	.bxslider_happy_clients > li {
		width: 100% !important;
	}
	.testimonials_loop {
		width: 80% !important;
	}
	#testimonial_items {
		width: 97% !important; 
	}
	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}
@media only screen and (max-width: 940px) {
	.after_header_section .banner_name {
		font-size: 21px;
		line-height: 30px;
		width: 30%;
	}
}
@media only screen and (max-width: 900px) {
	.member_login .wysija-input {		
		width: 40% !important;
	}
	.content {
		width: 58%;
	}
	.sidebar-primary {
		width: 42%;
	}
	.home_top ul li .request_quote {
		background: rgba(0, 0, 0, 0) url("images/request-quote1.jpg") repeat scroll 0 0 / contain ;
		height: 200px;
		width: 251px;
	}
	.home_top ul li .request_quote:hover {		
		background: rgba(0, 0, 0, 0) url("images/request-quote1-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .oconnors_difference {
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0 / contain ;
		height: 200px;
		width: 200px;
	}
	.home_top ul li .oconnors_difference:hover {		
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .strata_solutions {
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1.jpg") repeat scroll 0 0 / contain ;
		height: 200px;
		width: 252px;
	}	
	.home_top ul li .strata_solutions:hover {		
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over.jpg") repeat scroll 0 0 / contain ;
	}
	.after_header_section .bx-controls.bx-has-pager
	{
		display:none;
	}
	.home_middle_left, .home_middle_right {
		width: 99%;
	}
	
	.testimonials_loop {
		width: 75% !important;
	}	
	.bx-wrapper img {
		display: inline-block !important;    
	}
	.after_header_section .banner_image {
		float: none ;
		text-align: center;
		width: 100% ;
	}
	.after_header_section .banner_name {
		color: #fff;
		float: none;
		margin-top: 0;
		text-align: center;
		width: 100%;
	}	
		
	.after_header_section .bx-viewport {
		height: 415px !important;
	}
}
@media only screen and (max-width: 840px) {
	.home_top ul li .request_quote {
		background: rgba(0, 0, 0, 0) url("images/request-quote1.jpg") repeat scroll 0 0 / contain ;
		height: 175px;
		width: 220px;
	}
	.home_top ul li .request_quote:hover {		
		background: rgba(0, 0, 0, 0) url("images/request-quote1-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .oconnors_difference {
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0 / contain ;
		height: 175px;
		width: 175px;
	}
	.home_top ul li .oconnors_difference:hover {		
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .strata_solutions {
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1.jpg") repeat scroll 0 0 / contain ;
		height: 175px;
		width: 220px;
	}	
	.home_top ul li .strata_solutions:hover {		
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over.jpg") repeat scroll 0 0 / contain ;
	}
}
@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	
	#testimonial_items {
		width: 100% !important;
	}
	.testimonials_loop {
		width: 75% !important;
	}
}

@media only screen and (max-width: 768px) {
	.testimonials_loop {
		width: 65% !important;
	}
	.content,.sidebar-primary 
	{
		width: 100%;
	}
	.contact_section_left {
		width: 100%;
	}
	.contact_section_right {
		display: inline-block;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}	
	.widget_wysija_cont.shortcode_wysija {
		text-align: center;
		width: 100%;
	}
	.widget_wysija_cont .wysija-submit {
		display: inline-block;
	}
	.existing_owners_btns ul li,.developers_btns ul li,.new_business_btns ul li{		
		width: 32%;
	}
}
@media only screen and (max-width: 740px) {
	.home_top ul li .request_quote {
		background: rgba(0, 0, 0, 0) url("images/request-quote1.jpg") repeat scroll 0 0 / contain ;
		height: 140px;
		width: 176px;
	}
	.home_top ul li .request_quote:hover {		
		background: rgba(0, 0, 0, 0) url("images/request-quote1-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .oconnors_difference {
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0 / contain ;
		height: 140px;
		width: 140px;
	}
	.home_top ul li .oconnors_difference:hover {		
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .strata_solutions {
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1.jpg") repeat scroll 0 0 / contain ;
		height: 140px;
		width: 176px;
	}	
	.home_top ul li .strata_solutions:hover {		
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over.jpg") repeat scroll 0 0 / contain ;
	}
	.existing_owners_btns ul li ,.developers_btns ul li,.new_business_btns ul li{
		width: 49%;
	}
}
@media only screen and (max-width: 660px) {
	
}

@media only screen and (max-width: 640px) {
	.home_top ul li .request_quote {
		background: rgba(0, 0, 0, 0) url("images/request-quote1.jpg") repeat scroll 0 0 / contain ;
		height: 140px;
		width: 176px;
	}
	.home_top ul li .request_quote:hover {		
		background: rgba(0, 0, 0, 0) url("images/request-quote1-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .oconnors_difference {
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0 / contain ;
		height: 140px;
		width: 140px;
	}
	.home_top ul li .oconnors_difference:hover {		
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .strata_solutions {
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1.jpg") repeat scroll 0 0 / contain ;
		height: 140px;
		width: 176px;
	}	
	.home_top ul li .strata_solutions:hover {		
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over.jpg") repeat scroll 0 0 / contain ;
	}
}

@media only screen and (max-width: 580px) {
	.home_top ul li .request_quote {
		background: rgba(0, 0, 0, 0) url("images/request-quote1.jpg") repeat scroll 0 0 / contain ;
		height: 125px;
		width: 157px;
	}
	.home_top ul li .request_quote:hover {		
		background: rgba(0, 0, 0, 0) url("images/request-quote1-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .oconnors_difference {
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0 / contain ;
		height: 125px;
		width: 125px;
	}
	.home_top ul li .oconnors_difference:hover {		
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .strata_solutions {
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1.jpg") repeat scroll 0 0 / contain ;
		height: 125px;
		width: 158px;
	}	
	.home_top ul li .strata_solutions:hover {		
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over.jpg") repeat scroll 0 0 / contain ;
	}
	.title-area {
		float: none !important;
		padding: 0 !important;
		width: 100% !important;
	}
	.before_header_section .wrap {
		text-align: center;
	}
	.site-header .widget-area {
		width: 100% !important;
		padding: 20px 0 !important;
	}
	.site-header .phonenumber {		
		text-align: center;
	}
	.member_login .wysija-input {
		width: 65% !important;
	}
}

@media only screen and (max-width: 560px) {
	.testimonials_loop {
		width: 55% !important;
	}
}

@media only screen and (max-width: 540px) {
	#testimonial_items img {
		width: 50% !important;
	}
	.customlg619118text {    
		padding: 0 !important;    
	}
}

@media only screen and (max-width: 524px) {
	.home_top ul li {		
		width: 100%;
	}
	.home_top ul li .request_quote {
		background: rgba(0, 0, 0, 0) url("images/request-quote_single.jpg") repeat scroll 0 0 / contain ;
		height: 226px;
		width: 226px;
	}
	.home_top ul li .request_quote:hover {		
		background: rgba(0, 0, 0, 0) url("images/request-quote1-over_single.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .oconnors_difference {
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference1.jpg") repeat scroll 0 0 / contain ;
		height: 226px;
		width: 226px;
	}
	.home_top ul li .oconnors_difference:hover {		
		background: rgba(0, 0, 0, 0) url("images/oconnors-difference2-over.jpg") repeat scroll 0 0 / contain ;
	}	
	.home_top ul li .strata_solutions {
		background: rgba(0, 0, 0, 0) url("images/strata-solutions_single.jpg") repeat scroll 0 0 / contain ;
		height: 226px;
		width: 227px;
	}	
	.home_top ul li .strata_solutions:hover {		
		background: rgba(0, 0, 0, 0) url("images/strata-solutions1-over_single.jpg") repeat scroll 0 0 / contain ;
	}
	.existing_owners_btns ul li ,.developers_btns ul li,.new_business_btns ul li{
		width: 100%;
	}
	
}
@media only screen and (max-width: 480px) {
	.contact_detail_section {    
		float: none;
		text-align: center;
	}
	.after_header_section .bx-viewport {
		height: 375px !important;
	}
}
@media only screen and (max-width: 424px) {
	#testimonial_items > span {
		display: none;
	}
	.testimonials_loop {
		width: 100% !important;
	}
	.after_header_section .bx-viewport {
		height: 350px !important;
	}
}
@media only screen and (max-width: 340px) {
	.after_header_section .bx-viewport {
		height: 300px !important;
	}
	.site-header .site-title a {
		width: 100%;
	}
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.page-template-page-full .content {
    width: 100%;
}
.sortcodebxslider {
    margin: 0 auto;
    max-width: 1360px;
}

.entry-header {
    display: none;
}
.site-inner {
    padding-top: 0;
}
a.vc_inline-link ,a.post-edit-link{
    display: none;
}

ul.bxslider {
    margin: 0;
}
body .row_bxslider .vc_col-sm-12 .vc_column-inner{
	padding: 0;
}
body .row_bxslider .vc_col-sm-12 .vc_column-inner .wpb_text_column {
    margin: 0;
    padding: 0 !important;
}
.home_top ul li .request_quote.shortcode {
    position: relative;
    text-indent: 1px;
}
.home_top ul li a.request_quote.shortcode {
    background: transparent none repeat scroll 0 0;
}

.home_top ul li a.request_quote.shortcode {
    background: transparent none repeat scroll 0 0;
}
.home_top ul li a.request_quote.shortcode span {
    color: white;
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    left: 10%;
    line-height: 1.2;
    overflow-wrap: break-word;
    position: absolute;
    top: 34%;
    width: 60%;
	font-family: arial;
}
.home_top ul li:nth-child(2) a.request_quote.shortcode{
    height:273px;
	width:273px;
}
.home_top ul li:nth-child(2) a.request_quote.shortcode span {
    left: 13%;
    width: 77%;
top:46%;
}
.home_top ul li:last-child a.request_quote.shortcode span {
    float: right;
    left: 31%;
    text-align: center;
    top: 40%;
}
.home_top ul li a.request_quote.shortcode:hover span {
    color: #00ADEF;
}
.after_header_section .banner_name, .bx-wrapper .banner_name {
    font-size: 37px;
    width: 52%;
}
.after_header_section .banner_image, .bx-wrapper .banner_image {
    float: left;
    width: 44%;
}
.bx-pager.bx-default-pager div.bx-pager-item a.active.bx-pager-link {
    background: white none repeat scroll 0 0 !important;
}
.vc_custom_heading.title_span {
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#customlg582200mid{
	background-color: #3d3e42;
    float: left;
    padding: 25px;
    text-align: center;
    width: 100%;
}
#customlg582200mid p {
    color: white;
    display: block;
    font-family: arial;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1px;
}
#customlg582200mid p a {
    color: #00b0eb;
}
#customlg582200mid p a:hover {
    border-bottom: 2px solid white;
    color: white;
}
#testimonials #testimonial_items .bx-wrapper .bx-viewport{
	background: transparent none repeat scroll 0 0 !important;
}
body.page-template-page-full #genesis-sidebar-primary{
	display:none;
}
#testimonials #testimonial_items .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    height: 110px !important;
}
.entry-content p{
	font-size:16px;
}
.custom_footer_section .left_side_content ul li{
	 font-size: 14px;
}
.custom_footer_section .right_side_content{
	font-size: 14px;
}
.contact_detail_section .contact_address span, .contact_detail_section .contact_detail{
	font-size:16px;
}
.contact_detail_section .contact_title span{
	font-size:18px;
}
.contact_title span {
    display: inline-block;
    font-size: 16px;
}
.before_footer_section {
    padding: 35px 0 15px;
}
.before_footer_section section {
    margin: 0;
}
.existing_owners_btns ul li .portal_login.shortcode{
	background:rgba(0, 0, 0, 0) url("images/request-quote-centner-notext.png") repeat scroll 0 0 / cover ;
	height: 245px;
    width: 245px;
	line-height: 245px;
    vertical-align: middle;
}

.existing_owners_btns ul li .portal_login.shortcode {
    position: relative;
    text-indent: 1px;
}
.existing_owners_btns ul li .portal_login.shortcode span {
    color: white;
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
    /* left: 14%; */
    line-height: 1em;
    position: relative;
    /* top: 41%; */
    width: 74%;
    display: inline-block;
    vertical-align: middle;
}

.existing_owners_btns ul li {
    margin-bottom: 15px;
}
.existing_owners_btns ul li .portal_login.shortcode span:hover {
    color: #01AFEC;
}

.latest-posts ul li div.cat-data a h2 {
    font-size: 25px;
}

.content_section.content .pdfemb-viewer {
    min-height: 300px;
}

.single_post_main_content div.title h1.post_title_custom {
    font-size: 25px;
    margin: 25px 0;
}
.banner_name p:first-child {
    font-size: 37px;
    font-weight: bold;
}


.banner_name P {
    font-size: 28px;
    font-weight: bold;
}

#btn1.btn1-top{
background: #00ADEF;
    border-radius: 0px 0px 5px 5px;
    height: 26px;
    display: inline-block;
    padding: 15px 15px 16px;
    line-height: 0em;
}

#btn1.btn1-top a{
font-weight: 600;
padding-left:0px;
}

#btn2.btn2-top{
background: #00ADEF;
    border-radius: 0px 0px 5px 5px;
    height: 52px;
    display: inline-block;
    padding: 25px 15px 16px;
    line-height: 0em;
}
#btn2.btn2-top a{
color: #ffff00  !important;
font-size: 20px !important;
font-weight: bold;
padding-left:0px;
}

/********* Reponsive ******************/
@media all and (max-width: 699px) {
	.before_header_section .home_top_content li:first-child a{
		border:none;
	}
	.home_top{
		padding-top: 50px;
		width: 100%;
	}
	.home_top_content ul li {
		width: 100%;
	}
	.before_header_section .home_top_content li.btn-top {
		clear: both;
		max-width: 47%;
	}
	.bxslider li .banner_image {
		float: none;
		margin: 0 auto;
		max-width: 95%;
		width: 100%;
	}
	.bxslider li .banner_name {
		clear: both;
		margin: 0 auto;
		padding: 5px;
		width: 100%;
	}
	.bxslider li .banner_name p {
		font-size: 22px;
		line-height: 1.2;
		text-align: center;
	}
	.bxslider li .banner_name p:first-child {
		font-size: 30px;
		line-height: 1;
		margin-top: 10px;
	}
	.sortcodebxslider .bx-wrapper .bx-viewport{
		height:435px!important;
	}	
	.home_top ul {
		margin: 0 auto;
	}
	body .home_top ul li a.shortcode {
		height: 273px;
		width: 273px;
	}
	body .home_top ul li a.shortcode img {
		max-height: 273px;
		max-width: 273px;
		-ms-transform: rotate(100deg); /* IE 9 */
		-webkit-transform: rotate(100deg); /* Chrome, Safari, Opera */
		transform: rotate(100deg);
	}
	.home_top li:last-child {
		margin-top: 10px;
	}
	.home_top ul li a.request_quote.shortcode span{
		font-size: 16px;
		font-weight: bold;
text-align: center;     /* left:22%;*/
vertical-align: middle; /* top:22%; */
	}
	.home_top ul li:nth-child(2) a.request_quote.shortcode span{
		 font-size: 26px;
text-align: center;     /* left:13%;*/
vertical-align: middle; /* top:44%; */
		width: 77%;
	}
	.home_top ul li:last-child a.request_quote.shortcode span{
		float: right;
    		left: 18%;
    		text-align: center;
    		top: 40%;
	}
	.home_top ul li{
		overflow: visible;
		margin-top:-35px;
	}
	body .contact_detail_section .contact_detail ul li {
		clear: both;
		display: inline-block;
		font-size: 15px;
		margin-bottom: 0;
		padding-bottom: 2px;
		text-align: left;
		width: 100%;
	}
	.contact_detail_section .contact_address span {
		display: inline-block;
		font-size: 15px;
		margin-left: -20px;
		padding: 0;
		text-align: left;
	}
	
	section#nav_menu-4.widget.widget_nav_menu {
		margin: 0;
		padding: 15px;
	}
	section#nav_menu-4.widget.widget_nav_menu ul#menu-secondary-menu.menu li {
		margin: 0;
	}
	section#nav_menu-4.widget.widget_nav_menu ul#menu-secondary-menu.menu li ul.sub-menu {
		margin-left: 15px;
	}
	div#customlg582220mid p span {
		display: inline-block;
		width: 100%;
	}
	div#customlg582220mid p {
		margin-bottom: 10px;
	}
	.bxslider_happy_clients .customlg619118text p {
		max-width: 97%;
		text-align: center;
	}
	.bxslider_happy_clients .customlg619118text .heading {
		max-width: 98%;
		text-align: center;
	}
	body .vc_custom_heading.title_span{
		font-size: 19px;
	}	
	.left_side_cat_menu > p {
		font-size: 22px;
		margin-bottom: 10px;
		margin-left: 0;
		padding: 0;
	}
	.right_side_cat_desc .latest-posts ul li div.cat-data a h2 {
		font-size: 18px;
	}
	.right_side_cat_desc {
		float: left;
		width: 100%;
	}
	.left_side_cat_menu{
		margin-left: 17px;
		margin-right: 0;
		width: 100%;
	}	
	.before_header_section .home_top_content li {
		clear: none!important;
		display: inline-block;
		float: left;
		margin-right: 15px;
		max-width: 43%;
		width: 46%;
	}	
	.existing_owners_btns ul {
		display: inline-block;
		margin: 0;
		width: 100%;
	}

}
@media all and (min-width: 700px) and (max-width:768px) {
	.after_header_section .banner_name, .bx-wrapper .banner_name{
		margin-top: 25px;
	}
	.after_header_section .bx-controls.bx-has-pager, .bx-wrapper .bx-controls.bx-has-pager{
		top: 185px;
		width: 27%;
	}
	.after_header_section .bx-viewport, .bx-wrapper .bx-viewport{
		max-height:228px;
	}
	.banner_name p:first-child{
		font-size: 25px;
	}
	.banner_name p:last-child{
		font-size: 20px;
	}
	.home_top ul li a.request_quote.shortcode span{
		font-size: 16px;
	}
	.home_top ul li:last-child a.request_quote.shortcode span{
		left: 17%;
	}
	
	.home_top ul li:last-child a.request_quote.shortcode img {
		margin-top: -16px;
		-ms-transform: rotate(109deg); /* IE 9 */
		-webkit-transform: rotate(109deg); /* Chrome, Safari, Opera */
		transform: rotate(109deg);
	}
	.home_top ul li:last-child {
		overflow: visible;
	}
	#customlg582200mid p span, #customlg582200mid p a {
		font-size: 29px;
	}
	.home_top ul li:nth-child(2) a.request_quote.shortcode span{
		font-size: 31px;
	}
	.existing_owners_btns ul li .portal_login.shortcode span{
		font-size: 18px;
	}
	.existing_owners_btns ul li .portal_login.shortcode{
		width: 183px;
		height: 183px;
		line-height: 183px;
	}
	.existing_owners_btns ul li:nth-child(4n+1){
		 clear: none;
	}
}

/* Submit Button for Gravity Forms
     -----------------------------------*/
body .gform_wrapper .gform_footer input[type=submit] 
{ 
    background-color: #00adef;
    border: 2px solid black;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    padding: 5px 35px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
 background: #007fef;
}
/* End of Submit Button for Gravity Forms
    -------------------------------------------*/
