/*
	Theme Name: Sheridans
	Theme URI: http://www.sheridansac.com.au/
	Description: Created for the Genesis Framework.
	Author: Oracle Digital
	Author URI: http://www.sheridansac.com.au/
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Genesis Responsive Slider
* Home Page
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Post Icons
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Executive Brown
* Executive Green
* Executive Orange
* Executive Purple
* Executive Red
* Executive Teal
* Responsive Design

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #68605c;
	font-family: 'Gesta', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #222;
	font-family: 'Gesta', sans-serif;
	font-size: 14px;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #96C024;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

::-webkit-input-placeholder {
   color: #888;  
}

:-moz-placeholder { /* Firefox 18- */
   color: #888;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #888;  
}

:-ms-input-placeholder {  
   color: #888;  
}


/* Body
------------------------------------------------------------ */

a, button, input[type="submit"], span.ico{
    transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
}


body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 100%;
}

#header .wrap,
#nav .wrap,
#footer .wrap,
#footer-widgets .wrap,
#content-sidebar-wrap .wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.executive-landing #wrap {
	width: 800px;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
	overflow: auto;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 25%;
}

#title {
	font-family: 'Gesta', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 5px;
}

#title-area a{
	width: 320px;
	height: 186px;
	text-indent: -999em;
	display: inline-block;
	background: url(images/logo.png) no-repeat left center;
}

#title a,
#title a:hover {
	color: #222;
	display: block;
	padding: 0;
	text-decoration: none;
}

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

#header .widget-area .widget {
    display: block;
    text-align: right;
    clear: both;
}

#header .widget-area .widget_nav_menu{
	margin: 30px 0 30px 0;
    overflow: auto;
}

#header p.header-phone {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
}

#header p.header-email {
    line-height: 1;
}

#header p.header-email a {
    color: #68605c;
    font-size: 24px;
    text-decoration: none;
}

#header p.header-email a:hover{
	color: #96c024;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 25%;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav .wrap{
    background-color: #99cb51;
    background: -webkit-gradient(linear,left top,left bottom,from(#99cb51),to(#deeed1));
    background: -webkit-linear-gradient(top,#99cb51,#deeed1);
    background: -moz-linear-gradient(top,#99cb51,#deeed1);
    background: -ms-linear-gradient(top,#99cb51,#deeed1);
    background: -o-linear-gradient(top,#99cb51,#deeed1);
    background: linear-gradient(top,#99cb51,#deeed1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
    color: #4d4940;
    font-size: 18px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
}

#header .menu {
	float: right;
	margin: 0;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary li{
	border-right: 2px solid #fff;
}

.menu-primary li:last-child,
.menu-primary li li{
	border-right: 0;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #68605c;
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
}

#header .menu a {
    padding: 0 20px;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 600;
    border-right: 1px solid #96c024;
}

#header .menu a.sf-with-ul{
	padding: 0 40px 0 20px;
}

.menu-primary a{
	padding: 20px 40px;
}

.menu-primary a.sf-with-ul{
	padding: 20px 60px 20px 40px;
}

.menu-primary li:hover a,
.menu-primary li a:hover,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-primary li a:active,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current-menu-item a{
	color: #444!important;
}

#header .menu li:last-child a {
	border-right: 0;
	padding-right: 0;
}

.menu-primary li a:active,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu .current-menu-item a {
	color: #96c024;
}

.menu-primary li:hover a,
.menu-primary li a:hover,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
#header .menu li a:hover,
#header .menu li:hover a {
	color: #96c024;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff !important;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #68605c !important;
	font-size: 16px;
    padding: 15px 20px;
	position: relative;
	text-transform: none;
	width: 243px;
}

#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	width:150px;	
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #d1d9b4 !important;
	color: #222 !important;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 265px;
	z-index: 9999;
}

.menu-primary ul.sub-menu {
    opacity: 0;
    display: block!important;
    visibility: hidden;
    transform: translateZ(0);
    transform: translateY(10%);
    transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
	text-align:left;
}

.menu-primary li:hover .sub-menu {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 0s;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 155px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -40px 0 0 164px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#menu-header-menu li a span.sf-sub-indicator,
.menu-primary li a span.sf-sub-indicator {
    display: inline-block;
    background: url(images/caret.png) no-repeat -16px 0px;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 8px;
	z-index:100;
	color: transparent;
}

#menu-header-menu li a:hover span.sf-sub-indicator,
.menu-primary li a:hover span.sf-sub-indicator{
	background-position: 0 0;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.no-sf-arrows .sf-sub-indicator {
	 color: #fff;
	 z-index:1;
}

#menu-header-menu .sub-menu {
	text-align:left;	
}

#menu-header-menu .sub-menu ul li {
	width:150px;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #68605c;
	display: inline;
}

.menu li.right a:hover { 
	color: #222;
}

.menu li.search {
	padding: 0 10px;
    float: none;
    text-align: center;
    overflow: auto;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.sidebar-content-sidebar #inner {
    max-width: 1280px;
    margin: 0 auto;
}

.executive-home #inner {
	overflow: visible;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */

#content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

#content #genesis-responsive-slider .slide-excerpt {
	-moz-box-sizing: border-box;
	background-color: #222;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 29%;
}

#content #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 3%;
}

#content #genesis-responsive-slider h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#content #genesis-responsive-slider p {
	color: #ddd;
}

#content #genesis-responsive-slider .flex-direction-nav li a {
	background: url(images/bg-direction-nav.png) no-repeat -50px 0;
	height: 49px;
	right: -25px;
	width: 50px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

#content #genesis-responsive-slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

#content #genesis-responsive-slider .flexslider .slides > li {
	overflow: hidden;
}

#content #genesis-responsive-slider .flex-control-nav {
	margin: -30px 0 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt {
	margin: -50px 0 0 60px;
	text-align: left;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a.active {
	background-position: 0 -26px;
}


/* Home Page
------------------------------------------------------------ */

.home-middle,
.home-top {
    clear: both;
    overflow: hidden;
    padding: 60px 0;
}

.home-top .one-half{
    width: 30%;
    padding-left: 0;
}

.home-top .first{
    width: 70%;
}

.home-top h2{
    text-transform: lowercase;
    font-size: 80px;
    line-height: 1;
    padding-right: 5%;
}

.home-top p{
	font-size: 24px;
	margin-bottom:20px;
}

.home-top p strong{}

.home-middle .widget{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px;
	width: 33%;
}

.executive-home .hentry {
	margin: 0;
}

.executive-home .featuredpage img,
.executive-home .featuredpost img {
	margin: 0 0 30px;
}

.executive-home .featuredpage .page,
.executive-home .featuredpost .post {
	margin: 0 0 60px;
}

.executive-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
}


/* Home Widgets
------------------------------------------------------------ */

.executive-home .home-cta {
	-moz-box-sizing: border-box;
	background-color: #222;
	box-sizing: border-box;
	color: #ddd;
	float: left;
	padding: 60px 70px;
	width: 100%
}

.executive-home .home-cta p {
	color: #ddd;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: -30px -60px 30px;
	padding: 20px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: none;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.sidebar-content-sidebar #content-sidebar-wrap {
    max-width: 100%;
    float: right;
    width: 80%;
}


/* Content
------------------------------------------------------------ */

#content {
    float: left;
    padding: 30px 0 10px;
    width: 67%;
}

/*#content-sidebar-wrap #content{
	width: 100%;
}
*/
.sidebar-content #content {
	float: right;
}

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

.full-width-content.executive-home #content {
	padding: 0;
	width: 100%;
}

.full-width-content.executive-landing #content {
	padding: 30px 60px 0;
	width: 680px;
}


.hentry {
	margin: 0 0 40px;
}


.executive-landing .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Gesta', sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	clear: both;
	font-size: 42px;
	margin: 0 0 20px;
}

h2 a:hover {
	color: #96C024;
	text-decoration: none;
}

.executive-home .home-middle h2 a,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3 {
	font-size: 36px;
}

#comments h3,
#respond h3 {
	font-size: 30px;
}

h4,
.executive-home .home-cta h4 {
	font-size: 24px;
}

.widget-area h4 a {
	text-decoration: none;
}

.executive-home .home-cta h4,
#footer-widgets .widget-area h4,
#sidebar .widget.enews-widget h4 {
	color: #fff;
}

.executive-home .home-cta h4 {
	margin: 0 0 5px;
	text-transform: none;
}

h5 {
	font-size: 20px;
}

h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
	margin: 0 0 20px; 
	text-transform: uppercase;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0 0 0 20px;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: none;
    margin: 0 0 10px 20px;
    padding: 0 0 0 35px;
   background: url(images/checkmark-disc.png) no-repeat 0px 3px;
}

.page-downloads .entry-content ul li,
.gform_wrapper ul.gform_fields li.gfield{
	background: none;
	padding-left: 0;
}

.page-downloads .entry-content ul li a{
	text-decoration: none;
}
.page-downloads .entry-content ul li a:hover{
	color: #7ca01b;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info .date-info {
	background-color: #f8f8f8;
	color: #777;
	font-size: 12px;
	float: left;
	margin: 0 0 25px -60px;
	padding: 20px 20px 20px 60px;
	text-transform: uppercase;
}

.post-info .comments {
	background-color: #96C024;
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 20px;
	text-transform: uppercase;
}

.post-info .comments a {
	color: #fff;
}

.post-info .post-comments {
	background: url(images/bg-comments.png) no-repeat 0 2px;
	padding-left: 35px;
}

.post-info .author,
.post-info .date {
	font-weight: bold;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	font-size: 14px;
	padding: 10px 0 0;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

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

.avatar,
.post-image {
	border: 1px solid #fff;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #96C024;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	background-color: #fff;
    display: inline;
    float: right;
    font-size: 14px;
    padding: 0 0 30px;
    width: 30%;
}

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

.sidebar-content-sidebar #sidebar-alt {
    float: left;
    width: 20%;
}

#sidebar-alt .widget {
    padding: 30px 20px 30px 0!important;
}

#sidebar-alt ul {
    margin: 0;
}
#sidebar-alt ul li{
	list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
    line-height: 1.2;
}

#sidebar-alt ul li a{
	text-decoration: none;
    color: #68605c;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

#sidebar-alt ul li a:hover{
	color: #96c024;	
}

#sidebar-alt ul li.current-menu-item a{
	color: #96c024;
	background: url(images/ico-square.png) no-repeat center right;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

.sidebar .widget {
	margin: 0;
	padding: 30px 0 0 0;
}

#sidebar-alt.sidebar .widget {
	padding: 30px 15px;
}

.sidebar.widget-area ul {
	margin-left: 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-image: url(images/bg-li.png);
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar .gform_widget .widget-wrap{
    background: #f8f8f8;
    padding: 30px 40px;
}

.sidebar-content-sidebar .sidebar .gform_widget .widget-wrap{
	padding: 15px 20px;
}

.sidebar .gform_widget .widget-title{
	font-size: 28px;
    text-align: center;
    border-bottom: 1px dotted #a0a0a0;
    padding-bottom: 12px;
}

.sidebar .gform_widget .gform_heading{

}
.sidebar .gform_widget .gform_description{
	text-align: center;
    width: 100%;
}

/* Dropdowns
------------------------------------------------------------ */

select {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	padding: 5px;
	width: 100%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
a.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #96C024;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
}

.home-cta a.button {
	margin: -30px 0 0;
}

input:hover[type="button"],
input:hover[type="submit"],
a:hover.button {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	margin: 30px 0 0;
}

.menu-primary .searchform {
	margin: 13px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.s {
    -moz-box-sizing: border-box;
    /*background: #fff url(images/bg-search.png) no-repeat right;*/
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.s:focus{
	outline: none;
    border-color: #68605C;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(104, 96, 92, 0.75);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(104, 96, 92, 0.75);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(104, 96, 92, 0.75);
}

.menu-primary .s {
	width: 85%;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .widget.enews-widget {
	background-color: #222;
	margin: 0 0 30px;
	padding: 40px;
}

.enews p {
	color: #ddd;
	margin: 0 0 25px;
}

.enews #subbox {
	-moz-box-sizing: border-box;
	background-color: #fff;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #96c024;
    color: #fff;
	clear: both;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 0 0 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
    clear: both;
}

#footer-widgets ul.menu {
    margin: 0;
}

#footer-widgets ul.menu li {
    display: inline;
    float: left;
}

#footer-widgets ul.menu a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    border-right: 1px solid #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
}

#footer-widgets ul.menu li:first-child a {
    padding-left: 0;
}

#footer-widgets ul.menu li:last-child a {
    padding-right: 0;
    border-right: 0;
}

#footer-widgets p {
	color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 300;
}

#footer-widgets ul {
	margin: 0 0 0 20px;
}

#footer-widgets ul.sub-menu {
    display: none;
}

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

#footer-widgets ul li.current-menu-item a,
#footer a:hover,
#footer-widgets a:hover{
	color: #68605c!important;
}

#footer-widgets .widget-area ul li {
	list-style-image: url(images/bg-li-footer.png);
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
    padding: 0;
    width: 100%;
}

.odlb-schema-wrapper span,
.odlb-schema-wrapper p {
    display: inline!important;
}

.footer-widgets-1.widget-area {
    float: left !important;
    width: 800px;
    max-width: 100%;
}

.footer-widgets-2.widget-area {
    float: left !important;
    width: 350px;
    max-width: 100%;
}

.footer-logo img {
    margin-right: 30px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 40px 0;
	text-transform: uppercase;
	width: 100%;
	background-color: #96c024;
    color: #fff;
}

#footer .wrap {
	overflow: hidden;
	padding: 0;
}

#footer p {
	color: #fff;
    text-transform: initial;
    font-size: 16px;
    font-weight: 300;
}

#footer a,
#footer a:visited {
	color: #222;
}

#footer .gototop {
	float: left;
	width: 25%;
}

#footer .creds {
	float: none;
    text-align: left;
    width: 100%;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
	padding: 0;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 30px 30px 0;
} 

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

.comment-header {
	background-color: #222;
	float: left;
	padding: 30px;
	width: 100%;
}

.comment-author {
	float: left;
}

.comment-content {
	clear: both;
	padding: 30px;
}

.comment-content p {
	font-size: 14px;
	margin: 20px;
}

.comment-list cite,
.ping-list cite,
.says {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 8px 0 0 0;
}

.commentmetadata {
	clear: both;
	float: left;
	font-size: 12px;
	margin: -33px 0 5px 61px;
}

.commentmetadata a {
	color: #bbb;
}

.reply {
	font-size: 14px;
	margin: 0 50px 50px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}



/* Testimonials
------------------------------------------------------------ */

.testimonial-holder {
    background: #F8F8F8;
    padding: 20px 10px;
    margin-bottom: 30px;
}

.testi-content blockquote {
    margin-bottom: 10px;
    color: #464545 !important;
    background-size: 40px;
    padding: 5px 30px 5px 50px !important;
    font-style: italic;
}

.testi-name, .testi-title, .testi-company {
    font-style: italic;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    padding: 0 0 0 50px;
}

.testi-name {
    font-weight: bold;
}

.testimonial-holder .testi-content p {
    margin: 0;
    color: #464545 !important;
}

.pagination-controller {
    text-align: right;
}

.pagination-controller a {
    margin: 0 10px;
    font-weight: bold;
    font-size: 18px;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper textarea:focus{
	outline: none;
	border-color: #96C024;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(150, 192, 36, 0.75);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(150, 192, 36, 0.75);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(150, 192, 36, 0.75);
}

div.gform_footer input.button {
	background: #96C024;
    width: 100%!important;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    font-size: 16px!important;
    color: #fff;
    padding: 14px 12px!important;
}

div.gform_footer input.button:hover{
	background: #7ca01b;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

#wrap .soliloquy-container{
	margin-bottom: 0!important;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}

.featured-media-wrap{
	text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}

.single-post .featured-media-wrap{
	display: none;
}

.featured-media-wrap img{

}

.simple-social-icons ul{
	margin-left: 0!important;
}

.simple-social-icons ul li{
	list-style-image: none!important;
}

.gform_wrapper{}

.gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0!important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea{
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px 15px!important;
    width: 100%!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px!important;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper textarea:focus{

}

.page-contact-us .entry-content .odlb-phone,
.page-contact-us .entry-content .odlb-email,
.page-contact-us .entry-content .odlb-fax,
.page-contact-us .entry-content .odlb-address-wrapper{
	background: none!important;
	margin-left: 0!important;
	padding-left: 50px!important;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.page-contact-us .entry-content .odlb-phone{
    background: url(images/ico-telephone.png) no-repeat left top!important;
    display: block;
}

.page-contact-us .entry-content .odlb-email{
    background: url(images/ico-email.png) no-repeat left top!important;
}

.page-contact-us .entry-content .odlb-fax{
    background: url(images/ico-fax.png) no-repeat left top!important;
}

.page-contact-us .entry-content .odlb-address-wrapper{
    background: url(images/ico-marker.png) no-repeat left top!important;
}

.page-contact-us .entry-content .odlb-phone,
.page-contact-us .entry-content p.odlb-address-wrapper,
.page-contact-us .entry-content span.odlb-fax,
.page-contact-us .entry-content span.odlb-email,
.page-contact-us .entry-content span.odlb-telephone,
.page-contact-us .odlb-address-wrapper strong{
	display: block!important;
	font-weight: 500!important;
	font-size: 22px;
	width: 100%!important;
	float: none!important;
	line-height: 1.2;
}

.page-contact-us .entry-content span.odlb-phone span,
.page-contact-us .entry-content span.odlb-fax span,
.page-contact-us .entry-content span.odlb-email span{
	display: block!important;
	font-weight: 400!important;
	font-size: 15px;
	line-height: 1.2!important
}

.page-contact-us .odlb-address-wrapper span{
	display: inline!important;
	font-size: 15px;
	font-weight: 400!important;
}

.page-contact-us .entry-content p{
	margin-bottom: 0;
}

.page-contact-us .entry-content a{
	color: #68605c;
	text-decoration: none;
}

.page-contact-us .entry-content a:hover{
	color: #96c024;
}

.page-contact-us .entry-content hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #96C024;
    margin: 1em 0;
    padding: 0;
    width: 100%;
}

.od-maps{
	border: 1px solid #ddd!important;
	width: 99%!important;
}

.single-sheridans_profile #content .entry{
	display: none;
}

.single-sheridans_profile .p-visual {
    width: 30%;
    float: left;
}

.single-sheridans_profile img {
    border: 4px solid #F8F8F8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single-sheridans_profile .p-content {
    float: right;
    width: 67%;
}

.single-sheridans_profile h2 {
    font-size: 24px;
    text-align: right;
    margin: 12px 0;
}

.single-sheridans_profile .p-visual p {
    text-align: right;
    font-size: 16px;
}

.single-sheridans_profile .p-content p {
    margin: 0 0 18px 0;
    text-align: justify;
}

.single-sheridans_profile .profile-meta p {
    margin: 0;
}

.single-sheridans_profile .profiles-outer-wrap{
	padding: 4%;
    background: #F8F8F8;
    margin: 4% 0;
    overflow: auto;
}

.profiles-outer-wrap h4{
	text-align: center;
    margin: 0 0 3% 0;
}

.profiles-outer-wrap .p-visual{
    width: 33.33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 0 4% 4% 0;
    overflow: auto;
    text-align: center;
}

.profiles-outer-wrap .p-visual.item-4,
.profiles-outer-wrap .p-visual.item-7{
	clear: both;
}

.profiles-outer-wrap .p-visual img {
    border: 4px solid #F8F8F8;
}

.profiles-outer-wrap .p-visual h2 {
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
}

.profiles-outer-wrap .p-visual p {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.profiles-outer-wrap .p-visual a {
    background: #96C024;
    color: #fff;
    display: inline-block;
    margin: 15px auto 0 auto;
    padding: 5px 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}

.profiles-outer-wrap .p-visual a:hover{
	background: #7ca01b;
}

.home-top .featuredpost h2 a {
    font-size: 22px;
    font-weight: bold;
    color: #96C024;
    text-transform: initial;
}

.home-top .featuredpost .post .blog-read-more a {
    padding: 10px 15px;
    background: #96C024;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    display: inline-block !important;
}

.home-top .featuredpost .entry-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.home-top .featuredpost {
    float: left;
    max-width: 100%;
}

.home-top .featuredpost h2 {
    margin-bottom: 10px;
}

.home-top .featuredpost a.more-link {
    margin-top: 10px;
    text-align: right;
}

.home-top .featuredpost .post {
    float: left;
    margin-bottom: 40px;
    width: 860px;
    max-width: 100%;
}

.home-top .featuredpost h4 {
    font-size: 30px;
}

.home-top .featuredpost .post {
    /*padding: 0 0 0 35px;
    background: url(images/checkmark-disc.png) no-repeat 0px 3px;
    margin-bottom: 10px;*/
}

.home-featured-post {
    float: left;
    margin-left: 20px;
}

/* Articles Page
------------------------------------------------------------ */
.blog-image {
    width: 205px;
    float: left;
    max-width: 100%;
}

.blog-image img {
    border: 5px solid #EDEDED;
    padding: 10px;
}

.blog-content {
    width: 610px;
    float: left;
    margin-left: 40px;
    max-width: 100%;
}

.blog-read-more {
    text-align: right;
}

.blog-read-more a {
    padding: 10px 15px;
    background: #96C024;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
}

.blog-read-more a:hover {
    background: #fff;
    color: #96C024;
    border: 1px solid;
}

.blog-content h3 {
    font-size: 23px;
}

.blog-content-img {
    float: left;
    margin-bottom: 40px;
    max-width: 100%;
}

.table{
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

table thead tr {
    background: #96c028;
    color: #fff;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
    /** Tables **/
    .rwd-table {
      margin: 1em 0;
      min-width: 200px;
    }
    .rwd-table tr {
      border-top: 1px solid #ddd;
      border-bottom: 3px solid #ddd;
    }
    .rwd-table th {
      display: none;
    }
    .rwd-table td {
      display: block;
    }
    .rwd-table td:first-child {
      padding-top: .5em;
    }
    .rwd-table td:last-child {
      padding-bottom: .5em;
    }


    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block;
    }

    .rwd-table td.bg-warning:before{
        display: none;
    }

    .rwd-table th, .rwd-table td {
      text-align: left;
    }
}

@media (min-width: 767px) {
    .rwd-table td:before {
      display: none;
    }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, 
  .rwd-table td:first-child {
    /*padding-left: 0;*/
  }

  .rwd-table tr.indented td:first-child{
    padding-left: 30px;
  }

  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.single-company #content h3 {
    font-size: 20px;
}

.single-company #content p{
    margin: 0 0 1em 0;
    line-height: 1.3;
}

.single-company #content  ul{
    list-style-type: none;
    margin-bottom: 2em;
}

.single-company #content .company-details li{
    border-bottom: 1px solid #d8ecc6;
    border-right: 1px solid #d8ecc6;
    overflow: hidden;
}

.single-company #content .company-details li:first-child{
    border-top: 1px solid #d8ecc6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-company #content .company-details li:last-child{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.single-company #content .company-details li strong{
    display: inline-block;
    background-color: #93be1e;
    color: #fff;
    padding: 5px 10px;
    min-width: 150px;
    margin-right: 0.5em;
}

#appointment-terms p {
    text-align: left;
    margin: 0 0 1em 0;
    font-weight: 300;
    font-size: 16px;
    text-shadow: none;
}

#appointment-terms label{
	font-size: 16px;
}

#appointment-terms p em{
    font-weight: 600;
    font-style: normal;
    color: #222;
}


#appointment-terms .button{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 2px;
    margin: 0 auto;
}

#appointment-terms .button:hover{
    background-color: #000;
}

#appointment-terms a.button.inactive {
    background-color: #d2d2d2;
    cursor: not-allowed;
}

.home-top .featured-content p {
    font-size: 16px;
}

.home-top .featured-content img {
    border: 5px solid #EDEDED;
    padding: 10px;
}

/* Responsive Design
------------------------------------------------------------ */

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

	#header .wrap, 
	#nav .wrap, 
	#footer .wrap, 
	#footer-widgets .wrap, 
	#content-sidebar-wrap .wrap,
	#content-sidebar-wrap,
	.full-width-content #inner,
	.sidebar-content-sidebar #inner{
		max-width: 92%;
	}

	.full-width-content #content-sidebar-wrap{
		max-width: 100%;
	}

	.breadcrumb {
		margin: -30px -40px 30px;
	}

	.post-info .date-info {
		margin: 0 0 25px -40px;
		padding: 20px 20px 20px 40px;
	}

	#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt,
	#content #genesis-responsive-slider .flex-direction-nav li a,
	#content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

}

@media only screen and (max-width: 1100px) {
	#header .menu a{
		padding: 0 12px;
	}
	
	#header p.header-phone{
		font-size: 32px;
	}

	.menu-primary a{
		padding: 20px 40px 20px 20px;
	}
	.menu-primary li li a, 
	.menu-primary li li a:link, 
	.menu-primary li li a:visited, 
	.menu-secondary li li a, 
	.menu-secondary li li a:link, 
	.menu-secondary li li a:visited, 
	#header .menu li li a, 
	#header .menu li li a:link, 
	#header .menu li li a:visited{
		padding: 10px 15px;
	}

	.home-top h2{
		font-size: 65px;
	}

	div.gform_footer input.button{
		-webkit-appearance: none;
	}

	.sidebar-content-sidebar #sidebar-alt{
		display: none;
	}

	.sidebar-content-sidebar #content-sidebar-wrap{
		float: none;
    	width: 100%;
	}
}

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

	body {
		margin: 0 auto;
		width: 100%;
	}

	.content-sidebar #content,
	.executive-landing #wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.full-width-content.executive-landing #content,
	.menu-primary,
	.menu-secondary,
	.sidebar,
	.sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#sidebar-alt,
	#wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title{
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-cta a.button,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.executive-home #inner,
	.full-width-content.executive-landing #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 20px;
	}

	/*.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}*/

	.breadcrumb {
		margin: -30px -30px 30px;
		padding: 10px 15px;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 5px 10px;
	}

	.menu li.right,
	#content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #inner {
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 padding: 0;
	 }

	.home-middle,
	.home-top {
		padding: 30px 20px 0;
	}

	.breadcrumb
	.executive-home .featuredpage .page,
	.executive-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.executive-home .home-cta {
		padding: 20px 30px;
		text-align: center;
	}

	.executive-home .home-cta .alignright {
		clear: both;
		display:	block;
		float: none;
		margin: 20px 25% 10px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 36px;
	}

	.widget-area h4 {
		margin: 0 0 10px;
	}

	/*.sidebar .widget,
	#sidebar .widget.enews-widget {
		padding: 20px 30px;
	}*/

	#footer-widgets .wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 4% 0;
	}

	#footer {
		padding: 20px 0;
	}

	/** Custom */
	#header .widget-area .widget_nav_menu{
		margin: 15px 0;
	}

	#header .menu a{
		font-size: 14px;
		padding: 2px 8px!important;
		line-height: 1.2;
	}

	#header .menu ul a{
		font-size: 14px!important;
		padding: 10px 5px !important;
	}

	#header .menu a.sf-with-ul{
		padding: 2px 30px 2px 5px!important;
	}

	#menu-header-menu li a span.sf-sub-indicator{
		margin-top: 0;
	}

	.menu-primary a{
		padding: 10px 40px 10px 20px!important;
	}

	#header p.header-email a{
		font-size: 18px;
	}

	#title-area a{
		width: 176px;
		height: 102px;
		background: url(images/logo-ipad.png) no-repeat left center;
	}

	.home-top h2{
		font-size: 48px;
	}

	.home-top p {
	    font-size: 18px;
	    line-height: 1.4;
	}

	#content{
		padding-top: 4%;
		float: none;
		width: 100%;
	}

	.sidebar{
		float: none;
	}

	.sidebar-content-sidebar .sidebar .gform_widget .widget-wrap{
		padding: 4%;
	}

	.one-half,
	.one-third{
		float: none !important;
		width: 100% !important;
		padding-left: 0 !important;
	}

	.home-top .one-half {
	    width: 30% !important;
	    padding-left: 0 !important;
	    float: left !important;
	}

	.home-top .first {
	    width: 70% !important;
	}

	.footer-logo {
    margin-top: 30px;
}

}

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

	.home-middle,
	.home-top {
		padding: 30px 0 0;
	}

	.home-middle .widget{
		text-align: center;
		width: 100%;
	}

	.executive-home .featuredpage .page,
	.executive-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.executive-home .featuredpage img,
	.executive-home .featuredpost img {
		margin: 0 0 20px;
	}

	.executive-home a.more-link {
		margin: 20px 0 0;
	}


	.post-info .date-info {
		margin: 0 0 25px;
		padding: 20px;
	}

	.post-info .comments {
		display: none;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	/** Custom */
	#header .widget-area,
	.soliloquy-container .soliloquy-controls{
		display: none!important;
	}

	#title-area{
		width: 100%;
		float: none;
		padding: 0;
	}

	#title-area a{
		width: 320px;
		height: 102px;
		background: url(images/logo.png) no-repeat left center;
		margin: 0 auto;
	}

	.mm-menu > .mm-panel.mm-opened{
		display: block!important;
	}

	#nav #mainNav{
	   	overflow: hidden;
	   	background: url(images/select-bg.jpg) no-repeat right center;
	   	height: 34px;
	   	width: 100%;
	   	margin-bottom: 4%;
	}
	#nav #mainNav select{
		background: transparent;
	   	padding: 5px;
	   	border: 1px solid #ccc;
	   	font-size: 16px;
	   	height: 34px;
	   	width: 100%;
		-moz-appearance: none;
		-webkit-appearance: none;
		font-weight: bold;
		color: #68605c;
	}
	.page-articles .sidebar {
	    float: left;
	}
	html.mm-opening .mm-page, 
	html.mm-opening #mm-blocker, 
	html.mm-opening .mm-fixed-top, 
	html.mm-opening .mm-fixed-bottom{
		left: 80%!important;
	}

	.mm-menu{
		width: 80%!important;
	}

	.home-top .one-half{
		float: none!important;
		width: 100%!important;
	}

	.home-top h2{
		font-size: 36px;
		padding-right: 0;
		text-align: center;
	}

	.home-top p{
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
	}
	.home-top img{
		float: none;
		margin: 0 auto !important;
		display: block !important;
		/*max-width: 50%;*/
	}

	.profiles-outer-wrap .p-visual{
		float: none;
		padding: 0 0 4% 0;
		width: 100%;
	}

	.profiles-outer-wrap .p-visual img{
		max-width: 92%;
		margin: 0 auto;
	}

	.profiles-outer-wrap .p-visual p{
		min-height: 50px!important;
	}

	.single-sheridans_profile .p-visual,
	.single-sheridans_profile .p-content{
		float: none;
		width: 100%;
	}

	.single-sheridans_profile .p-visual h2,
	.single-sheridans_profile .p-visual p{
		text-align: center;
	}

	.single-sheridans_profile .p-visual p{
		margin: 1em 0;
	}

	.sidebar .gform_widget .widget-wrap{
		padding: 4%;
	}

	#footer-widgets p,
	#footer p{
		font-size: 14px;
	}

	#footer .creds{
		text-align: left;
	}

		.blog-image {
    margin: 0 auto 20px;
    float: none;
}
.page-articles #content {
    float: left;
    padding: 4%;
}
.blog-content {
    margin-left: 0;
}
.page-articles .sidebar {
    float: left;
}

.home-top .featured-content .alignleft {
	float: none;
}

}

@media only screen and (max-width: 600px) {
	.blog-image {
	    margin: 0 auto 20px;
	    float: none;
	}
	.page-articles #content {
	    float: left;
	    padding: 4%;
	}
	.blog-content {
	    margin-left: 0;
	}
	.page-articles .sidebar {
	    float: left;
	}
	.home-top .featuredpost .post {
	    padding: 0;
	    background: none;
	    margin-bottom: 10px;
	}
	.home-top .featuredpost h4 {
	    text-align: center;
	}
	.home-featured-post {
	    margin-left: 0;
	}
	.home-top .featuredpost .post img {
	    /* width: 100% !important; */
	    /* margin: auto !important; */
	    /* float: none; */
	    /*display: none !important;*/
	}
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
	.blog-content {
	    width: 445px;
	    margin-left: 40px;
	}
	.page-articles .sidebar {
	    float: left;
	}
	.home-featured-post {
	    width: 530px;
	}
}

@media only screen and (min-width: 798px) and (max-width: 800px) {
	.blog-content {
	    width: 475px;
	    margin-left: 40px;
	}
	.page-articles .sidebar {
	    float: left;
	}
	.home-featured-post {
	    width: 560px;
	}

	.home-top .featured-content .post .blog-content {
	    width: 100%;
	    margin-left: 0px;
	}

	.home-top .featured-content .post a.alignleft {
    float: none;
}

	.home-top .featured-content .post .blog-image {
    float: none !important;
    margin: auto !important;
}
}

@media only screen and (min-width: 1023px) and (max-width: 1024px) {
	.blog-content {
	    width: 370px;
	}
	.footer-logo {
	    margin-top: 30px;
	}
	.home-featured-post {
	    width: 700px;
	}
}