/* 
 * Theme Stylesheet Overrides 
 *
--------------------------------------------------------------------------------------------------------- */

/* Table of Contents - eleven40 Pro Theme


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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.625;
	font-size: 15px;
	font-size: 1.5rem;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

input[type="button"],
input[type="submit"] {
	padding: 15px 20px;	
	padding: 1.5rem 2rem;	
	text-transform: capitalize;
	font-size: 16px;
    font-weight: 500;
    background-color: #73A83F;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #85BF49;
	text-decoration: none;
}

a {
	color: #669638;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active{
    background-color: transparent; 
}

strong {
	font-weight: 600;
}

blockquote,
blockquote::before,
blockquote p {
	color: #888;
}

::-moz-selection {
	background-color: #1583C6;
	color: #FFF;
}

::selection {
	background-color: #1583C6;
	color: #FFF;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}

h1 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 30px;
	font-size: 3rem;
	color: #1271AB;
}

h2,
h2 a {
	font-size: 24px;
	font-size: 2.4rem;
}

h2 {
	color: #1271AB;
}

.page .entry-content h2 {
	padding-top: 10px;
	padding-top: 1rem;
}

.page .entry-content h2 span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	color: #999;
}


h3 {
	font-size: 20px;
	font-size: 2rem;
}

.site-header h1 {
	margin: 0;
	line-height: 1;
}

.widget-area h4 {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-transform: none;
	font-weight: 500;
}

.sidebar-primary .widget-title {
background-color: #D72910;
border-bottom: 5px solid #FCD903;
color: #fff;
line-height: 1;
margin-bottom: 1rem;
padding: 15px;
padding: 1rem;
border-top: 5px solid #FCD903;
}

.sidebar-primary .widget_text .widget-title {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    background-color: #F4F4F4;
    border-left: 10px solid #B3B3B3;
    color: inherit;
}

.footer-widgets h4 {
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #024A1D;
}

.footer-widgets-2 h4 {
	border-color: #024A1D;
}

.footer-widgets-3 h4 {
	border-color: #024A1D;
}


/* Objects
--------------------------------------------- */

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

input, 
select, 
textarea {
	color: #777;
    font-family: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: inherit;
}

/* Tables
--------------------------------------------- */


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner {
	position: relative;
	z-index: 2;
	bottom: -95px;
margin: -60px auto 0;
margin: -6rem auto 0;
	padding: 2.43902439024%; /* 30px / 1230 px; */
	max-width: 1230px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 15px; 
    border-color: #FFF;
    border-color: rgba(255, 255, 255, 0.6);		
    -moz-background-clip: padding;     
    -webkit-background-clip: padding;  
    background-clip: padding-box;     
	border-radius: 3px;
}

.site-inner .wrap {
	background-color: #FFF;
	border-bottom: none;
}

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

/* Wrapping div for .content and .sidebar-primary */

.sidebar-content-sidebar .content-sidebar-wrap {
    float: right;
    /*width: 850px;*/
    width: 74.56140350877%; /* 850px / 1140px */
}

/* Content */

.content {
	padding: 0;
	border: none;
	width: 74.56140350877%; /* 850px / 1140px */
}

.home .content {
	padding: 0 !important;

}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	/*width: 560px;*/
	width: 65.88235294118%; /* 560px / 850px */
}

.full-width-content .content {
    padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	/*width: 250px;*/
	width: 21.92982456140%; /* 250px / 1140px */
}

.sidebar-content-sidebar .sidebar-primary {
	float: left;
	width: 21.92982456140%; /* 250px / 1140px */
}

/* Secondary Sidebar */

.sidebar-secondary {
	/*width: 250px;*/
	width: 21.92982456140%; /* 250px / 1140px */
}

.sidebar-content-sidebar .sidebar-secondary {
	float: right;
	width: 29.41176470588%; /* 250px / 850px */
}

/* Genesis Grid Loop
--------------------------------------------- */

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.search-results .content .search-form,
.error404 .content .search-form  {
	width: auto;
}

.search-results .content .search-form input[type="search"],
.error404 .content .search-form input[type="search"] {
	margin-right: 8px;
	margin-right: 0.8rem;
	width: 50%;
}

.search-results .content .search-form input[type="search"],
.error404 .content .search-form input[type="search"] {
	display: block;
	float: left;
}

.search-results .content .search-form input[type="submit"],
.error404 .content .search-form input[type="submit"] {
	clip: inherit;
	height: auto;
	margin: inherit;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	position: relative;
	width: auto;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background: #0E5581;
	margin: 0;
	padding: 6px 0;
	font-size: 12px;
	color: #FFF;
}

.breadcrumb i {
	padding: 0 5px;
}

.breadcrumb a {
	color: #FFF;
	cursor: pointer;
}

.archive-description, 
.author-box {
    background: none;
    color: inherit;
    margin-bottom:0;
    padding: 0;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 0 30px;
	margin: 0 0 3rem;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	background-color: #EEE;
	border: 1px solid #DDD;
	text-shadow: 1px 1px #FFFFFF;
}


.archive-description h1, 
.author-box h1 {
    color: inherit;
    font-family: inherit;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.625;
}

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

.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
}


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

/* Featured Page and Featured Post
--------------------------------------------- */


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


/* Genesis Latest Tweets
--------------------------------------------- */


/* Jetpack
--------------------------------------------- */

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

.gform_wrapper select {
	font-size: 14px !important;
	padding: 8px 12px !important;
}

div.gform_wrapper input[type="text"], 
div.gform_wrapper input[type="url"], 
div.gform_wrapper input[type="email"], 
div.gform_wrapper input[type="tel"], 
div.gform_wrapper input[type="number"], 
div.gform_wrapper input[type="password"],
div.gform_wrapper textarea {
    padding: 10px;
    padding: 1rem;
    font-size: 15px;
    font-size: 1.5rem;
}

div.gform_wrapper textarea {
    resize: vertical;
}

div.gform_wrapper .description, 
div.gform_wrapper .gfield_description, 
div.gform_wrapper .gsection_description {
    padding: 8px 0 8px;
}

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

.custom-header-container {
	background-color: #FFF;
	min-height: 105px;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 0 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35) \0/; /* IE9+  */
}

.site-header {
	background: #FFF;
	min-height: 96px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.site-header .wrap {
	
}


/* Title Area
--------------------------------------------- */

.title-area {
    width: 474px;
    line-height: 1;
}

.title-area img {
	padding: 16px 0;
	padding: 1.6rem 0;
}

.title-area a:active {
	position: relative;
	top: 1px;
}

/* Full width header, no widgets */

/* Logo, hide text */

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    margin-top: 19px;
    margin-top: 1.9rem;
    line-height: 1;
    color: inherit;
    /*width: 646px;*/
    width: 530px;
}

.site-header .widget_text {
	margin-top: 0;
    padding: 5px 10px 0;
    padding: 0.5rem 1rem 0;
}

.site-header .search-form {
	z-index: 3;
	right: 0;
    display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	margin-top: 0;
	padding: 0;
	width: auto;
}

.site-header .search-form:before {
	position: absolute;  
	margin: 7px 0 0 15px; 
 /*   content: "\f002";   */
    font-family: fontawesome;  
    font-size: 13px; 
   	text-shadow: none;
    color: #999;  
} 

.site-header .search-form input[type="search"],
.site-header .search-form input[type="text"] {
	padding: 5px 2px 6px 34px;
	width: 182px;
	border: none;
    background-color: #EEE;
	border-radius: 3px 0 0 3px;
	outline: none;
	box-shadow: none;
	font-size: 13px; 
    font-size: 1.3rem; 
    -webkit-transition: all 0.4s ease-in-out;
 	-moz-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
  	color: #555;
}

.site-header .search-form input[type="search"] {
width: 220px;
}

.site-header .search-form ::-webkit-input-placeholder, 
.site-header .search-form :-moz-placeholder, 
.site-header .search-form ::-moz-placeholder, 
.site-header .search-form :-ms-input-placeholder {
   color: #3E5922;
}

.custom-csstransitions .site-header .search-form input[type="search"]:focus {
    width: 260px;
    box-shadow: 0 0 4px #CCC inset;
}

.site-header .search-form input[type="submit"] {
	position: relative;
	clip: inherit;
    margin: 0 0 0 3px;
    padding: 5px 8px 4px;
    background-color: #FFF;
    height: auto;
    width: auto;
    font-size: 13px; 
    font-size: 1.3rem; 
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1px;
    color: #FFF;
    background-color: #00B6F8;
    border-bottom: 2px solid #007FC6;
}

.site-header .search-form input[type="submit"]:hover {
	background-color: #77AD41;
	border-color: #69993A;
}

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

.genesis-nav-menu {
	font-family: inherit;
}

.genesis-nav-menu a {
	color: #6A9C3A;
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 10px 8px;
    padding: 1rem 0.8rem;
    text-transform: uppercase;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

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

.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #333;
}
/*
.site-header .sub-menu a {
	background: #FFF;
}

.site-header .sub-menu a:hover {
	color: #135F81;
}
*/

.site-header .custom-sub-menu-container > a:after {
	font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
}

.site-header .custom-sub-menu {
	position: absolute;
	left: -9999px;
	opacity: 0;
	padding: 10px;
	padding: 1rem;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 630px;
	z-index: 99;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-width: 1px 1px 10px;
	border-style: solid;
	border-color: #70A33D;
}

.site-header .menu-item:hover > .custom-sub-menu {
	left: auto;
	right: 0;
	opacity: 1;
}

.site-header .custom-sub-menu a {
	letter-spacing: 0;
	padding: 10px;
	padding: 1rem;
	position: relative;
	width: auto;
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.9);
}

.site-header .custom-sub-menu a:hover {
	background-color: #70A33D;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
}

.site-header .custom-sub-menu a:before{
	font-family: FontAwesome;
    content: "\f105";
    margin-right: 5px;
}

.site-header .custom-sub-menu ul {
	list-style-type: none;
	width: 33.33333333333333%;
	float: left;
}

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

/* Secondary Navigation
--------------------------------------------- */

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

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.entry-content ul li {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
}

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

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

.archive-pagination,
.entry-pagination {
	font-family: inherit;
}

.archive-pagination a,
.wpv_pagination_links a,
a.wpv-filter-previous-link,
a.wpv-filter-next-link {
	background-color: #73A83F;
}

.archive-pagination a:hover,
.wpv_pagination_links a:hover,
a.wpv-filter-previous-link:hover,
a.wpv-filter-next-link:hover {
	background-color: #85BF49;
	color: #FFF;
}

.archive-pagination li.active a,
.wpv_pagination_links li.wpv_page_current a {
	background-color: #4F732B;
	color: #FFF;
}

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

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    padding-top: 0;
}

.sidebar .menu {
	border-bottom: 1px solid #D5D5D5;
}

.sidebar .menu li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	border-top: 1px solid #DDD;
}

.sidebar .menu > li:first-child {
	border-top-width: 0;
}

.sidebar .menu li:last-child {
	border-top-width: 1px !important;
}

.sidebar .menu li a {
    display: block;
    padding: 12px 15px;
    padding: 1.2rem 1.5rem;
    background-color: #F4F4F4;
    border-left: 10px solid #B3B3B3;
    border-right: 1px solid #D5D5D5;
    color: #555;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: all 0.15s ease-in-out;
	-moz-transition:    all 0.15s ease-in-out;
	-ms-transition:     all 0.15s ease-in-out;
	-o-transition:      all 0.15s ease-in-out;
	transition:         all 0.15s ease-in-out;
}

.sidebar .menu li.external-link a:before,
.sidebar .menu li.new-window a:before {
    font-family: FontAwesome;
    content: "\f08e";
    margin-right: 5px;
}

.sidebar .menu li.current-menu-item a,
.sidebar .menu li a:hover {
	color: #669638;
	border-left-color: #888;
}
	
.sidebar .menu li li a {
    padding-left: 35px;
    background-color: #FFF;
}

.sidebar .menu li.current-menu-item li a {
    color: #73A83F
}

.sidebar .menu li li li a {
    padding-left: 65px;
}

.custom-csstransitions .sidebar .menu li a:hover {
	padding-left: 20px;
}

.custom-csstransitions .sidebar .menu li li a:hover {
	padding-left: 40px;
}

.custom-csstransitions .sidebar .menu li li li a:hover {
	padding-left: 70px;
}

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


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


/*
Color Styles
---------------------------------------------------------------------------------------------------- */


/* eleven40 Pro Blue
--------------------------------------------- */


/* eleven40 Pro Green
--------------------------------------------- */


/* eleven40 Pro Red
--------------------------------------------- */




/* 
 * Custom CSS
 *
--------------------------------------------------------------------------------------------------------- */ 

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

a:focus, 
a:active {
    outline: 0;
} 

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a img {	
	outline : none;
}

img {
	border : 0;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 26px;
	margin: 0 0 2.6rem;
}

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

a.link:before {
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f105";
}

a.new-window:before {
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f08e";
}

a.download:before {
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f063";
}

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

ul.no-bullets  {
	margin-left: 0;
}

/* No Bullets */

ul.no-bullets li {
	padding-bottom: 5px;
	list-style-type: none;
}

/* Checklist */

ul.checklist  {
	margin-left: 0;
}

ul.checklist li {
	padding-bottom: 5px;
	list-style-type: none;
}


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

/* Page Menu */

ul.page-menu li {
	padding-bottom: 10px;
}

ul.page-menu li li:first-child {
	padding-top: 10px;
}

/* Tables
------------------------------------------------------------ */

table {
	border-collapse: collapse;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	table-layout: fixed;
}

caption {
	text-align: left;
	font-weight: 600;
}

caption,
th,
td  {
	padding: 7px 0;
}

td {
	border-top: 1px solid #DDD;
}

caption {
    color: #1383C6;
}

.table-rows-odd caption,
.table-rows-even caption {
	padding-left: 10px;
}

.table-rows-odd tbody tr:nth-child(odd) {
	background: #F7F7F7;
}

.table-rows-even tbody tr:nth-child(even) {
	background: #F7F7F7;
}

.table-rows-odd th,
.table-rows-even th,
.table-rows-odd td,
.table-rows-even td {
	padding-left: 10px;
}

.table-rows-even td.border-left,
.table-rows-odd td.border-left {
    border-left: 1px solid #DDD;
}


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

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    border-radius: 3px;
}
 
.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.content-box-gray {
    background-color: #F4F4F4;
    border: 1px solid #DDD;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.95);
}
 
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* CSS Method to Make IFrame Embeds Responsive (Google Calendar)
------------------------------------------------------------ */

.responsive-iframe-container {
    position: relative;
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
}

.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* YouTube */

.responsive-iframe-container.youtube {
    padding-bottom: 56.25%;
}

/* Google Calendar */

.responsive-iframe-container.google-cal {
    padding-bottom: 75.00%;
}

/* Custom Accordion (Pages)
------------------------------------------------------------ */

.custom-accordion-pages .ui-accordion-header {
    position: relative;
    display: block;
    padding: 6px 8px !important;
    padding: 0.6rem 0.8rem !important;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
    background-color: #EEE;
    cursor: pointer;  
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out; 
	font-size: 18px; 
	font-size: 1.8rem;       
}

.custom-accordion-pages .ui-accordion-header:hover,
.custom-accordion-pages .ui-accordion-header-active {
    background-color: #E0E0E0;
}

.custom-accordion-pages .ui-accordion-header-active {
    -webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.custom-accordion-pages .ui-accordion-header:after {
    color: #73A83F;
    content: "+";
    position: absolute;
    right: 10px;
    top: 5px;
}

.custom-accordion-pages .ui-accordion-header-active:after {
    color: #999;
    content: "\2193";
}

/* Custom Menu (Shortcode)
------------------------------------------------------------ */

.custom-menu,
.entry-content .custom-menu {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

.custom-menu li,
.entry-content .custom-menu li {
	list-style-type: none;
	padding-bottom: 4px;
}

.custom-menu li a:before {
	margin-right: 5px;
    font-family: FontAwesome;
    content: "\f105";
}

.custom-menu li.external-link a:before {
  content: "\f08e";
}

/* Custom Buttons (Shortcode)
------------------------------------------------------------ */

/* Defaults */

.btn {
	padding: 8px 14px;
	padding: 0.8rem 1.4rem;
	border-radius: 4px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}

.btn i {
    margin-right: 5px;
}

/* Size - Medium */

.btn-medium {
	border-radius: 5px;
    font-size: 16px;
    padding: 11px 19px;
    padding: 1.1rem 1.9rem;
}

/* Size - Large */

.btn-large {
	border-radius: 5px;
    font-size: 16px;
    padding: 15px 30px;
    padding: 1.5rem 3rem;
}

/* Colors - Gray */

.btn-gray-gradient {
	background: #EEE;
 	background: -webkit-linear-gradient(#FFF, #E3E3E3);
 	background: -moz-linear-gradient(#FFF, #E3E3E3);
 	background: -o-linear-gradient(#FFF, #E3E3E3);
  	background: linear-gradient(#FFF, #E3E3E3);
  	border-style: solid;
    border-width: 1px;
    border-color: #BBBBBB #BBBBBB #A2A2A2;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.btn-gray-gradient:hover {
	background: #E3E3E3;
	background: -webkit-linear-gradient(#F9F9F9, #D5D5D5);
  	background: -moz-linear-gradient(#F9F9F9, #D5D5D5));
  	background: -o-linear-gradient(#F9F9F9, #D5D5D5));
    background: linear-gradient(#F9F9F9, #D5D5D5);
  	color: #333333;
}

.btn-gray-gradient:active {
	background: -webkit-linear-gradient(#D5D5D5, #F9F9F9);
  	background: -moz-linear-gradient(#D5D5D5, #F9F9F9));
  	background: -o-linear-gradient(#D5D5D5, #F9F9F9));
    background: linear-gradient(#D5D5D5, #F9F9F9);
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  	-webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  	-o-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  	box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(255, 255, 255, 0.2);
}


/* Colors - Green Flat */

.btn-green,
.btn-green-flat {
	background: #74A840;
    color: #FFF;
}

.btn-green:hover,
.btn-green-flat:hover {
	background: #85BF49;
    color: #fff;
}

/* Colors - Green Gradient */

.btn-green-gradient {
	background: #74A840;
 	background: -webkit-linear-gradient(#90D14F, #74A840);
 	background: -moz-linear-gradient(#90D14F, #74A840);
 	background: -o-linear-gradient(#90D14F, #74A840);
  	background: linear-gradient(#90D14F, #74A840);
  	border-style: solid;
    border-width: 1px;
    border-color: #77A33E #77A33E #5F8131;
    color: #FFF;
    text-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}

.btn-green-gradient:hover {
	background: #85BF49;
  	background: -webkit-linear-gradient(#94D652, #7DB545);
  	background: -moz-linear-gradient(#94D652, #7DB545);
  	background: -o-linear-gradient(#94D652, #7DB545);
    background: linear-gradient(#94D652, #7DB545);
    color: #fff;
}

.btn-green-gradient:active {
	background: -webkit-linear-gradient(#7DB545, #94D652);
  	background: -moz-linear-gradient(#7DB545, #94D652);
  	background: -o-linear-gradient(#7DB545, #94D652);
    background: linear-gradient(#7DB545, #94D652);
  	box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(255, 255, 255, 0.2);
}

/* Colors - Blue */

.btn-blue-gradient {
    background: #116AA1;
    background: -webkit-linear-gradient(#1583C6, #116AA1);
  	background: -moz-linear-gradient(#1583C6, #116AA1));
  	background: -o-linear-gradient(#1583C6, #116AA1));
    background: linear-gradient(#1583C6, #116AA1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-blue-gradient:hover {
    background: #116AA1;
    background: -webkit-linear-gradient(#1271AB, #0F6091);
  	background: -moz-linear-gradient(#1271AB, #0F6091));
  	background: -o-linear-gradient(#1271AB, #0F6091));
    background: linear-gradient(#1271AB, #0F6091);
    color: #FFF;
}

.btn-blue-gradient:active {
    background: #116AA1;
    background: -webkit-linear-gradient(#0F6091, #1271AB);
  	background: -moz-linear-gradient(#0F6091, #1271AB));
  	background: -o-linear-gradient(#0F6091, #1271AB));
    background: linear-gradient(#0F6091, #1271AB);
    color: #FFF;
}

/* Custom Featured Content Boxes
------------------------------------------------------------ */

.custom-featured-box {
	float: left;
	margin: 0 0 2.564102564102564% 2.564102564102564%;
	border-radius: 3px;
}

.custom-featured-box:first-child {
	margin-left: 0;
}

.custom-featured-box img {
	display: block;
	width: 100%;
	border-radius: 3px 3px 0 0;
	-webkit-background-clip: padding-box; 
  	-moz-background-clip:    padding; 
  	background-clip:         padding-box;
}

.custom-featured-box .details {
	clear: both;
	padding: 5%;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #DDD;
	border-top: none;
	border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box; 
  	-moz-background-clip:    padding; 
  	background-clip:         padding-box;
}

.custom-featured-box h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.custom-featured-box .details p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	color: #999;
}

.custom-featured-box .details a {
	width: 100%;
}

/* Layouts - Full Width (Homepage) */

.full-width-content .custom-featured-box {
	width: 23.076923076923077%; /* one-fourth */
}

.full-width-content .custom-featured-box:nth-child(4n+1) {
	margin-left: 0;
}

/* Layouts - Sidebar-Content */

.sidebar-content .custom-featured-box {
	width: 31.623931623931625%; /* one-third */
}

.sidebar-content .custom-featured-box:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

/* Utility Bar Widget Areas
------------------------------------------------------------ */

.utility-bar {
clear: both;
min-height: 36px;
background-color: #D72910;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
border-bottom: 10px solid #FCD903;
}

.utility-bar-left {
float: left;
width: 50%;
}

.utility-bar-right {
	float: right;
	position: relative;
	text-align: right;
	width: 50%; /* 220px / 1140px */
}

/* Custom Menu Widget */

.utility-bar .widget_nav_menu ul {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.utility-bar .menu-item {
	display: inline-block;
	text-align: left;
}

.utility-bar .menu a {
	border: none;
	display: block;
	padding: 8px 7px;
	padding: 0.8rem 0.7rem;
	position: relative;
	color: #FFF;
	font-weight: 600;
	border-color: #444;
}

.utility-bar .menu a:hover {
	background-color: #FCD903;
	text-decoration: none;
}

.utility-bar .menu .current-menu-item > a {
background-color: #1271AB;
text-decoration: none;
}

.utility-bar .menu .link-new-window a:before {
	margin-right: 5px;
    font-family: FontAwesome;
    content: "\f08e";
}

.utility-bar .menu .link-more a:before {
	margin-right: 5px;
    font-family: FontAwesome;
    content: "\f105";
}

.utility-bar .menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.utility-bar .menu .sub-menu a {
	background-color: #FFF;
	border: 1px solid #D5D5D5;
	border-top: none;
	letter-spacing: 0;
	padding: 10px 20px;
	padding: 1rem 2rem;
	position: relative;
	width: 190px;
	color: #73A83F;
	text-shadow: none;
}
.utility-bar .menu .sub-menu a:hover {
	color: #333;
}

.utility-bar .menu .sub-menu .sub-menu {
	margin: -54px 0 0 189px;
}

.utility-bar .menu .menu-item:hover {
	position: static;
}

.utility-bar .menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.utility-bar-left .widget_nav_menu {
	float: left;
}

/* Text Widget */

.utility-bar .widget_text {
    line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	font-weight: 600;
}

.utility-bar-right .widget_text {
	text-align: right;
}

/* Subheader
------------------------------------------------------------ */

.custom-subheader {
	position: relative;
	overflow: hidden;
	z-index: 2;
	bottom: -95px;
	margin: -95px 0 0;
	margin: -9.5rem 0 0;
	padding: 0 0 130px;
	padding: 0 0 13rem;
	background: #1583C6 url(../../_library/images/global/bg/pattern-blue-noise.png) top center;
	border-bottom: 15px solid #FFF;
}

.custom-subheader .wrap {
	padding-top: 40px;
	padding-top: 4rem;
}

.custom-subheader .subheader-bg {
    position: absolute;
    width: 100%;
    height: 200px;
}

.custom-subheader .subheader-bg div {
    height: 292px;
}

.custom-subheader h1 {
	position: relative;
	margin: 0;
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 700;
	color: #FFF;
	text-shadow: -1px -1px rgba(0, 0, 0, 0.4);
}

.custom-subheader h1 span {
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
}

.custom-subheader p {
	margin: 15px 0 0;
	font-size: 16px;
	color: #FFF
}

/* Background Images */

.custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-east-campus.png);
    background-repeat: no-repeat;
    background-position: 110% top;
}

.behavioral-health .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-behavioral-health.png);
    background-position: 95% 0;
}

.cancer-center .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-cancer-center-physicians.png);
    background-position: 110% -26px;
}

.emergency-services .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-emergency-services.png);
    background-position: 100% 0;
}

.endocrinology .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-endocrinology.png);
    background-position: 100% 0;
}

.imaging .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-imaging.png);
    background-position: 100% 0;
}

.labor-delivery .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-labor-delivery.png);
    background-position: 100% 0;
}

.pulmonology .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-pulmonology.png);
    background-position: 100% 0;
}

.senior-services .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-senior-services.png);
    background-position: 100% 0;
}

.stroke-care .custom-subheader .subheader-bg div {
    background-image: url(../../_library/images/global/subheader/subheader-stroke-care.png);
    background-position: 100% 0;
}

/* Page Footer Widget Area
------------------------------------------------------------ */

.page-footer {
	margin-top: 40px;
	margin-top: 4rem;
	padding: 10px;
	padding: 1rem;
	background-color: #0E5581;
	border-radius: 3px;
}  

.page-footer .phone {
	float: left;
}

.page-footer .phone span {
	font-size: 30px;
	font-size: 3rem;
	color: #1583C6;
}

.page-footer strong {
	margin-left: 5px;
	margin-left: 0.5rem;
	font-size: 30px;
	font-size: 3rem;
	color: #FFF;
	font-weight: 400;
	vertical-align: middle;
}

.page-footer .backToTop {
	float: right;
}

.page-footer .backToTop span {
	font-size: 30px;
	font-size: 3rem;
	cursor: pointer;
	color: #82BB47;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.page-footer .backToTop span:hover {
	color: #8ECC4D;
}


/* Layout
------------------------------------------------------------ */

/* Custom Wrap */

.custom-site-inner-container {
	margin-top: 132px; /* .custom-bar + .site-header */
	background: #EEE url(../../_library/images/global/bg/pattern-gray-noise.png) top center;
}

/* Content */

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

/* Sidebars */

.sidebar input[type="text"] {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.sidebar select {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

/* Secondary Sidebar */

.content-sidebaralt .sidebar-secondary {
	float: right;
}

.sidebar-secondary .widgettitle {
	clear: both;
	margin: 0;
	padding: 10px 20px;
	padding: 1rem 2rem;
	background-color: #EEE;
	border-radius: 3px;
	text-shadow: 1px 1px #FFF;
	border: 1px solid #DDD;
}

/* Secondary Sidebar - Quick Links */

.sidebar-secondary .quick-links span  {
	display: block;
	margin-top: 15px;
	margin-top: 1.5rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #DDD;
	font-size: 20px;
	font-size: 2rem;
}

.sidebar-secondary .quick-links a  {
	color: #A7A7A7;
}

.sidebar-secondary .quick-links i  {
	font-size: 60px;
	font-size: 6rem;
	vertical-align: middle;
	display: inline-block;
	min-width: 63px;
	color: #5BB4E5;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.sidebar-secondary .quick-links a:hover,
.sidebar-secondary .quick-links a:hover i {
	color: #0E5581;
}

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

.footer-widgets {
	padding: 0;
	background: none;
	border-top: none;
	text-shadow: -1px -1px rgba(0, 0, 0, 0.5);
	color: #FFF;
}

.footer-widgets h4,
.footer-widgets p {
	color: #FFF;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #FFF;
}

.footer-widgets .wrap {
	padding: 0;
}

.footer-widgets .widget-area {
	padding: 40px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-widgets .widget {
	margin: 0;
	text-align: center;
}

.footer-widgets .footer-icon {
	font-size: 86px;
	line-height: 1;
}

.footer-widgets-1 {
	float: left;
	margin-right: 0;
	width: 33.3333333%;
	background-color: #03AB44;
}

.footer-widgets-2 {
	float: left;
	width: 33.3333333%;
	background-color: #038234;
}

.footer-widgets-3 {
	float: left;
	width: 33.3333333%;
	background-color: #026227;
}

/* Custom Footer Widget 1
------------------------------------------------------------ */

.custom-footer-1 {
	padding: 0;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #DDD;
	text-align: center;
	background-color: #EEE;
	color: #777;
}

.custom-footer-1 .wrap {
	overflow: hidden;
	padding: 50px 0;
}

/* Custom Footer Widget 2
------------------------------------------------------------ */

.site-footer {
	padding: 0;
	clear: both;
	margin: 0 auto;
	padding: 130px 0 50px;
	padding: 13rem 0 5rem;
	width: 100%;
	background-color: #0E5581;
	border-top: 15px solid #FFF;
}

.home .site-footer {
	border-top: none;
}

.site-footer p {
	color: inherit;
	font-size: inherit;
	margin: 0;
	padding: 20px;
	padding: 2rem;
	border-radius: 5px;
	background-color: #0F5E8F;
}

.site-footer a,
.site-footer a:visited {
	color: #9CD7FC;
	font-weight: normal;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.site-footer .widget {
	clear: both;
}

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


/* Custom Home Wrap */

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

/* Slider Widget Area */

.custom-slider {
	position: relative;
	width: 100%;
	line-height: 1;
}

#featured-slider {
	background-color: #E7E7E7;
}

#featured-slider .slides li {
	height: 500px;
}

#featured-slider .slides li#slide-welcome {	
	background: url(../../_library/images/home/slider/east-campus.jpg) no-repeat top center;
}

#featured-slider .slides li#slide-heart {	
	/*background: url(../../_library/images/home/slider/fh-banner-2.jpg) no-repeat top center;*/
	background: url(../../_library/images/home/slider/yousuf.jpg) no-repeat top center;
}

#featured-slider .slides li#slide-stroke {	
	background: url(../../_library/images/home/slider/emergency.jpg) no-repeat top center;
}

#featured-slider .slides li#slide-therapy-rehab {	
	background: url(../../_library/images/home/slider/therapy-rehab.jpg) no-repeat top center;
}

.custom-slider .wrap {
	position: relative;
}

.custom-slider .banner-nav {
	position: absolute;
	top: 248px;
	right: 5%;
	width: 31.623931623931625%;
	z-index: 1;
}

.custom-slider .banner-nav ul {
	list-style-type: none;
}

.custom-slider .banner-nav  li {
    margin-bottom: 8px;
}

.custom-slider .banner-nav a {
	display: block;
	color: #FFF;
	font-size: 30px;
	border-radius: 3px;
	padding: 10px 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	/* Fallback */
	background-color: #444;
	/* Modern browsers */
	background-color: rgba(0, 0, 0, 0.5);
	/* IE8 */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"\9;*/
    filter: alpha(opacity=90)\9;
}

.custom-slider .banner-nav a:before {
	float: right;
    font-family: FontAwesome;
    content: "\f054";
}

.custom-slider .banner-nav a:before {
	float: right;
    font-family: FontAwesome;
    content: "\f054";
}

.custom-slider .banner-nav li:nth-child(1) a {
	background-color: #94C962;
    background-color: rgba(148, 201, 98, 0.8);
}

.custom-slider .banner-nav li:nth-child(2) a {
	background-color: #83BD4C;
    background-color: rgba(131, 189, 76, 0.8);
}

.custom-slider .banner-nav li:nth-child(3) a {
	background-color: #6A9C3A;
    background-color: rgba(106, 156, 58, 0.80);
}

.custom-slider .banner-nav li:nth-child(4) a {
	background-color: #50772C;
    background-color: rgba(80, 119, 44, 0.8);
}

.custom-slider .banner-nav li a:hover {
	background-color: #6A9C3A;
}

/* Welcome Widget Area */

.custom-welcome {
	position: relative;
	z-index: 2;
	bottom: -95px;
	margin: -95px auto 0;
	margin: -9.5rem auto 0;
	padding: 40px 0 135px;
	padding: 4rem 0 13.5rem;
	background: #1583C6 url(../../_library/images/global/bg/pattern-blue-noise.png) top center;
	border-bottom: 15px solid #FFF;
	color: #FFF;
	text-align: center;
	
}

.custom-welcome h1 {
	color: #FFF;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	/*text-shadow: 0 0 3px #0D4D75;*/
}

.custom-welcome p {
	margin: 0 auto;
	width: 65%;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
}

/* Middle Left Widget Area */

.custom-middle-left {
	float: left;
	width: 65.49707602342%; /* 746.6666667px / 1140px */
}

.home-content-tabs .ui-tabs-nav {
	list-style-type: none;
	line-height: 1;
	border-bottom: 1px solid #DDD;
}

.home-content-tabs .ui-tabs-nav:before {
	content: " ";
	display: table;
}

.home-content-tabs .ui-tabs-nav:after {
	clear: both;
	content: " ";
	display: table;
}

.home-content-tabs .ui-tabs-nav li {
	float: left;
}

.home-content-tabs .ui-tabs-nav li a {
	display: block;
	margin: 0 0 0 5px;
	margin: 0 0 0 0.5rem;
	padding: 15px;
	padding: 1.5rem;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #555;
	background-color: #EEE;
	border: 1px solid;
	border-color: #DDD #DDD #EEE #DDD;
}

.home-content-tabs .ui-tabs-nav li:first-child a {
	margin-left: 10px;
	margin-left: 1rem;
}

.home-content-tabs .ui-tabs-nav li a:hover {
	background-color: #F4F4F4;
}

.home-content-tabs .ui-tabs-nav li.ui-state-active a {
	position: relative;
	top: 1px;
	background-color: #FFF;
	border-bottom: 1px solid white;
	
}

.home-content-tabs .content-container {
	clear: both;
	padding: 20px;
	padding: 2rem;
	border: 1px solid #DDD;
	border-top: none;
}

.home-content-tabs .content-left,
.home-content-tabs .content-right {
	width: 47.32142857142%;
}

.home-content-tabs .content-left {
	float: left;
}

.home-content-tabs .content-right {
	float: right;
}

.home-content-tabs  input[type="text"],
.home-content-tabs  select {
	margin: 0 0 20px;
    margin: 0 0 2rem;
}

/* Middle Right Widget Area */

.custom-middle-right {
	float: right;
	width: 30.99415204678%; /* 353.33333333px / 1140px */
}

.home-healthconnect {
	text-align: center;
}

.home-healthconnect h2 span {
	display: block;
	font-weight: 600;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
    color: #999;
}


.home-healthconnect h2 span {
	display: block;
	font-weight: 600;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
    color: #999;
}

/* Features Widget Area */

.custom-featured-services {
	padding: 140px 0 14px;
	padding: 14rem 0 1.4rem;
	background: #EEE url(../../_library/images/global/bg/pattern-gray-noise.png) top center;
}

.custom-featured-services .custom-featured-box {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

/* Social Bar Widget Area */

.custom-social-bar {
	background-color: #1583C6;
}

.custom-social-bar .social-blocks {	
	overflow: hidden;
}

.custom-social-bar h1, 
.custom-social-bar a {
	float: left;
	width: 25%;
	text-align: center;
	color: #FFF;
}

.custom-social-bar h1 {
	margin: 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 90px;
}

.custom-social-bar a {
	position: relative;
	display: block;
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 90px;
}

.custom-social-bar .facebook {
	background-color: #54B2ED;
}

.custom-social-bar .facebook:before {
	position: absolute;
	left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #1583C6;
    border-style: solid;
    border-width: 45px 0 45px 30px;   
}

.custom-social-bar .twitter {
	background-color: #1273AF;
}

.custom-social-bar .youtube {
	background-color: #106498;
}

.custom-social-bar .youtube:after {
	position: absolute;
	right: 0;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #1583C6 transparent transparent;
    border-style: solid;
    border-width: 45px 30px 45px 0;   
}

/* Contact Us Page
------------------------------------------------------------ */

.content .main-phone {
	display: block;
	font-size: 30px;
	font-size: 3rem;
}

/* HealthConnect Pages
------------------------------------------------------------ */

.healthconnect-hub .custom-featured-box {
	width: 48.717948717948715%;
}

/* Custom Photo Gallery (Locations, etc)
------------------------------------------------------------ */

.custom-gallery {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-align: center;
}

.custom-gallery a {
	display: inline-block;
	margin: 0 0.94117647059% 2.35294117647%; /* 0 8px 20px */
}

/* 
 * Plugins
 *
--------------------------------------------------------------------------------------------------------- */ 

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
    font-size: 1.8rem;
}


/* Contact Form 7
------------------------------------------------------------ */

.wpcf7-quiz {
	display: block;
}

/* Toolset - Views
------------------------------------------------------------ */

/* Search Form - Defaults */


.wpv-filter-form {
	margin-bottom: 30px !important;
	margin-bottom: 3rem !important;
}

.sidebar .wpv-filter-form {
	margin-top: 20px;
	margin-top: 2rem;
}


.wpv-filter-form p {
	margin: 0;
}

.wpv-filter-form .reset-form {
	margin-top: 20px;
	cursor: pointer;
	color: #73A83F;
}

.wpv-filter-form .reset-form:before {
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f105";
}

.wpv-filter-form .reset-form:hover {
	color: #333;
}

/* Search Results - Defaults */

.results {
	padding: 10px 20px;
	padding: 1rem 2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	background-color: #EEE;
	border: 1px solid #DDD;
	font-size: 24px;
	font-size: 2.4rem;
	border-radius: 3px;
	color: inherit;
	text-shadow: 1px 1px #FFF;
}

.wpv_pagination_links {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 30px 0 0;
	margin: 3rem 0 0;
	padding: 0 0 30px;
	padding: 0 0 3rem;
}

.wpv_pagination_links li {
	display: inline;
}

.wpv_pagination_links a,
a.wpv-filter-previous-link,
a.wpv-filter-next-link {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.wpv_pagination_links a:hover,
.wpv_pagination_links li.wpv_page_current a {
	text-decoration: none;
}

.wpv-filter-previous-link {
	margin-right: 5px;
}

.wpv_pagination_links .wpv-filter-previous-link {
	margin-right: 0;
}


/* jQuery Vertical Accordion Menu
------------------------------------------------------------ */

.sidebar .dcjq-accordion .dcjq-parent-li > a:after {
	float: right;
	content: "\f067";
	font-family: FontAwesome;
}

.sidebar .dcjq-accordion .dcjq-parent-li > a.active:after {
	float: right;
	content: "\f068";
	font-family: FontAwesome;
}

/* Custom MeanMenu
------------------------------------------------------------ */

/* Theme CSS Overrides */

.mean-container .mean-nav ul ul {
	left: auto;
	position: relative;
	opacity: 1;
}

.mean-container .mean-nav ul ul a {
	background-color: #557A2F;
}

.mean-container .mean-nav ul ul ul {
	margin: 0;
}

.mean-container .mean-nav .menu-item:hover {
	position: relative;
}

/* Plugin CSS Overrides */

.mean-container .mean-bar,
.mean-container .mean-nav {
	background: #70A33D;
}

.mean-container .mean-nav ul li a.mean-expand {
	width: 100%;
	text-align: right;
	padding-right: 20px !important;
}

.mean-container .mean-nav ul li a {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.mean-container .mean-nav ul li a:hover {
	color: #FFF;
}

.mean-container .mean-nav ul li li a {
	border-left: none;
    opacity: 0.85;
}

/* Custom Addthis Social Buttons
------------------------------------------------------------ */

.content .custom-addthis {
	clear: both;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 20px 20px 15px;
	padding: 2rem 2rem 1.5rem;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 3px;
}

.content .custom-addthis .addthis_toolbox > a {
	margin: 0 0 5px 5px;
	margin: 0 0 0.5rem 0.5rem;
}

.content .custom-addthis span.text {
	float: left;
	display: block;
	text-shadow: 1px 1px #FFF;
	line-height: 32px;
}

.content .custom-addthis .addthis_counter {
	margin-left: 0 !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}


/* 
 * Custom Post Types
 *
--------------------------------------------------------------------------------------------------------- */ 

/* Locations
------------------------------------------------------------ */


/* Locations - Search Results Pages */

.location-row .details h1, 
.location-row .details h2 { 
	margin: 0;
}

.location-row .thumb { 
	float: left;
	/* one-sixth */
	margin-left: 0;
	width: 14.52991452991453%;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	line-height: 1;
}

.location-row .thumb img { 
	width: 100%;
	border-bottom: 7px solid #1583C6;
}

.location-row .details { 
	float: left;
	/* five-sixths */
	margin-left: 2.564102564102564%;
	width: 82.90598290598291%;
}

.location-row .details .left { 
	float: left;
	margin-left: 0;
	width: 48.717948717948715%;
}

.location-row .details .right { 
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.location-row .details .right .phone-numbers { 
	padding: 15px;
	padding: 1.5rem;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 3px;
	text-shadow: 1px 1px #FFF;
}

.location-row span.phone { 
	display: inline-block;
	min-width: 56px;
}


/* Locations - Single */

.single-locations .content h2.section-title {
    color: #1583C6;
    margin-bottom: 40px;
	margin-bottom: 4rem;
    position: relative;
    text-align: center;
}

.single-locations .content h2.section-title:before { 
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    border-top: 3px double #E7E7E7;
}

.single-locations .content h2.section-title span {
    background-color: #FFF;
    display: inline-block;
    line-height: 1.4;
    max-width: 75%;
    padding: 0 10px;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}

.single-locations .content h3.section-title {  
    margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 10px;
    background-color: #F5F5F5;
	border-radius: 3px;
	color: #656565;
	line-height: 1.8;
	font-size: 18px;
	font-size: 1.8rem;
}

.single-locations .featured-image {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single-locations .featured-image img {
	width: 100%;
}

.single-locations .contact-information {
	padding: 15px;
	padding: 1.5rem;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	font-size: 18px;
	text-shadow: 1px 1px #FFF;
}

.single-locations .contact-information h3 {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	font-size: inherit;
	font-weight: 600;
}

.single-locations .services {
    float: left;
    margin: 0 0 40px;
    margin: 0 0 4rem;
    width: 50%;
}

.single-locations .services li {
    list-style-type: none;
}

.single-locations .services li i {
    margin-right: 8px;
}


.single-locations .content .map-container {
    margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single-locations .content .map {
    border: 1px solid #DDD;
    margin-bottom: 20px;
	margin-bottom: 2rem;
}

.single-locations .content .flxmap-marker-title,
.single-locations .content .infowindow-html {
    font-size: 14px;
}

.single-locations .directions {
	text-align: center;
}

.single-locations .directions a {
	display: inline-block;
	min-width: 230px; /* Chrome */
	padding: 5px 12px;
	padding: 0.5rem 1.2rem;

}

.single-locations .directions .fa-stack {
	float: left;
    display: block;
    margin-right: 8px;
    color: #53782E;
    font-size: 30px;
    text-align: center;
    text-shadow: none;
}

.single-locations .directions .btn i {
	margin-right: 0 !important;
}

.single-locations .directions strong {
	line-height: 60px
}

.single-locations table.phone-numbers,
.single-locations table.location-hours {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* Periodicals
------------------------------------------------------------ */

/* Search Results Pages */

.periodical-row .details h2 { 
	margin: 0;
}

.periodical-row .thumb { 
	float: left;
	/* one-sixth */
	margin-left: 0;
	width: 14.52991452991453%;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	line-height: 1;
}

.periodical-row .thumb img { 
	border-bottom: 7px solid #DDD;
}

.periodical-row .details { 
	float: left;
	/* five-sixths */
	margin-left: 2.564102564102564%;
	width: 82.90598290598291%;
}

/* Physicians 
------------------------------------------------------------ */

/* General */

.physician-container { 
	position: relative;
}


.physician-container .details h1, 
.physician-container .details h2 { 
	margin: 0;
}

.physician-container .headshot { 
	float: left;
	/* one-sixth */
	margin-left: 2.564102564102564%;
	width: 14.52991452991453%;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	line-height: 1;
}

.physician-container .headshot img { 
	border-bottom: 7px solid #1582C5;
}

.physician-container .details { 
	float: left;
	/* five-sixths */
	margin-left: 2.564102564102564%;
	width: 82.90598290598291%;
}

.physician-container .specialties { 
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.physician-container .custom-addthis-share-buttons-2 { 
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.physician-container .first {
	margin-left: 0;
}

.physician-container .details .left { 
	float: left;
	margin-left: 0;
	width: 48.717948717948715%;
}

.physician-container .details .right { 
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.physician-container span.phone { 
	display: inline-block;
	min-width: 56px;
}

.physician-container .accordian-label {
	display: none;
}

.custom-accordion-physicians .accordian-label {
	display: block;
}

.custom-accordion-physicians .ui-accordion-header {
    position: relative;
    display: block;
    padding: 4px 8px;
    padding: 0.4rem 0.8rem;
    margin: 0 0 8px;
    margin: 0 0 0.8rem;
    background-color: #EEE;
    cursor: pointer;  
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;     
}

.custom-accordion-physicians .ui-accordion-header:hover,
.custom-accordion-physicians .ui-accordion-header-active {
    background-color: #E0E0E0;
}

.custom-accordion-physicians .ui-accordion-header-active {
    -webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.custom-accordion-physicians .ui-accordion-header:after {
    color: #73A83F;
    content: "+";
    position: absolute;
    right: 10px;
    top: 5px;
}

.custom-accordion-physicians .ui-accordion-header-active:after {
    color: #999;
    font-family: FontAwesome;
    content: "\2193";
}

/* Physicians - Search Results Page */

.physician-container h2 a { 
	font-size: 18px;
	font-size: 1.8rem;
}

.physician-container .details .right .phone-numbers { 
	padding: 15px;
	padding: 1.5rem;
	background-color: #F5F5F5;
	border-radius: 3px;
}

/* Physicians - Single */

.single-physicians .physician-container h1 { 
	font-size: 24px;
	font-size: 2.4rem;
}

.single-physicians .physician-container h2 { 
	font-size: 20px;
	font-size: 2rem;
	color: #1583C6;
}

.single-physicians .physician-container h3 { 
	font-size: 16px;
	font-size: 1.6rem;
	color: #1583C6;
}

.physician-container .details .map {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.single-physicians .physician-container .map img { 
	border: 1px solid #DDD;
}

.single-physicians .physician-container .clear-line {
	position: relative;
	padding-right: 20px;
	border-bottom: none;
    height: 5px;
    background-color: #DDD;
    text-align: center;
}

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

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

/*@media only screen and (max-width: 1139px) {*/
@media only screen and (max-width: 1230px) {

	
	/*
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	*/

	/* Custom
	--------------------------------------------- */

	/* Layout */

	/* Site Header */

	.site-header .wrap {
		max-width: 964px;
	}

	.custom-header-container {
		position: relative;
	}

	.title-area {
		width: 420px;
		padding-top: 8px;
	}

	/* Subheader */

	.site-container {

	}

	.custom-subheader {
	    bottom: 0;
	    margin: 0;
	    padding: 0 5% 50px;
	    padding: 0 5% 5rem;
	    border-bottom: none;
	}

	.custom-subheader .wrap {
		padding-top: 50px;
		padding-top: 5rem;
	}

	.custom-subheader .subheader-bg div {
	    width: 100%;
	}

	/* Layout */

	.custom-site-inner-container {
		margin-top: 0;
	}

	.site-inner {
		bottom: 0;
	    margin: 0;
	    padding: 30px 2.5%;
	    padding: 3rem 2.5%;
		border: none;
		border-radius: 0;
		padding: 0 2.5% 2.5% 2.5%;
	}

	.site-inner .wrap {
		max-width: 100%;
	}

	/* Footer */ 

	.site-footer,
	.home .site-footer {
		padding: 5%;
		padding: 5%;
		border-top: none;
	}

	/* Home Page */

	.home-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.custom-featured-services {
		padding: 5% 2.5% 0;
	} 

	.custom-featured-services .home-wrap {
		padding: 0;
	} 


}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {
	/*
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	*/
	.site-header {
		position: relative;
	}

	.site-inner {
		margin-top: 0;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}
	
	/*
	.footer-widgets {
		padding: 40px 5% 16px;
	}
	*/
	.footer-widgets-1 {
		margin: 0;
	}

	

	
	/* Custom
	--------------------------------------------- */

	/* Custom Featured Content Boxes */

	.full-width-content .custom-featured-box,
	.sidebar-content .custom-featured-box {
		margin-bottom: 5%;
		width: 48.717948717948715%;
	}

	.full-width-content .custom-featured-box:nth-child(2n+1) {
		margin-left: 0;
	}

	.full-width-content  .custom-featured-box:not(:nth-child(2n+1)) {
		margin-left: 2.564102564102564%;
	}

	.sidebar-content .custom-featured-box:nth-child(3n+1) { /* Reset */
	   clear: none;
	   margin-left: 2.564102564102564%;
	}

	.sidebar-content .custom-featured-box:nth-child(2n+1) {
		margin-left: 0;
	}

	.sidebar-content .custom-featured-box:not(:nth-child(2n+1)) {
		margin-left: 2.564102564102564%;
	}


	/* Utility Bar Widget Area */

	.utility-bar-left,
	.utility-bar-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.utility-bar-left {
		border-bottom: 1px solid #4F732B;
	}

	.utility-bar-right {
		border-top: 1px solid #87C449;
	}
  .utility-bar-right {
float: right;
position: relative;
text-align: right;
width: 50%;
}

	.utility-bar-left .widget_nav_menu,
	.utility-bar-left .widget_text {
    	float: none;
	}

	.utility-bar-right .widget_text {
		text-align: center;
		font-size: 17px;
		font-size: 1.7rem;
		padding: 7px 10px;
		padding: 0.7rem 1rem;
	}

	.utility-bar-right .widget_text a {
		color: #FFF;
		text-decoration: underline;
	}

	/* Custom Header Container */

	.custom-header-container {
		box-shadow: none;
	}

	/* Site Header */

	.site-header .wrap {
		min-width: 100%;
		width: 100%;
	}

	.site-header .widget-area {
		margin: 0;
	}

	.site-header .title-area {
		padding: 7px 0;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}

	.site-header .title-area img {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header .search-form {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		width: 100%;
		background: none;
		border-radius: 0;
	}

	.site-header .search-form:before {
	    font-size: 15px; 
	    margin: 15px 10px 10px 15px; 
	    color: #999;
	    text-shadow: 1px 1px #FFF;
	} 

	.site-header .search-form input[type="search"],
	.site-header .search-form input[type="text"],
	.custom-csstransitions .site-header .search-form input[type="search"]:focus  {
		width: 100%;
	}

	.site-header .search-form input[type="search"] {
		padding-top: 15px;
		padding-top: 1.5rem;
		padding-bottom: 15px;
		padding-bottom: 1.5rem;
		padding-left: 38px;
		background-color: #FFF;
		border-radius: 0;
		box-shadow: 0 0 5px #DDD inset;
    	background-color: #F5F5F5;
    	font-size: 15px;
    	font-size: 1.5rem;
    	color: #555;
    	text-shadow: 1px 1px #FFF;
	}

	.custom-csstransitions .site-header .search-form input[type="submit"] {
	  	display: none;
	}

	/* Header Navigation Menu */

	.genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
		font-style: 15px;
		font-size: 1.5rem;
	}

	.site-header .custom-sub-menu-container > a:after {
	    content: normal;
	    font-family: inherit;
	    margin-left: 0;
	}

	.site-header .custom-sub-menu {
		display: none;
	}


	/* Breadcrumbs */

	.breadcrumb .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	/* Subheader */

	.custom-subheader .wrap {
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}

	/* Layout */

	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-inner {
		padding: 5%;
	}

	.content-sidebaralt .content {
		float: none;
		width: 100%;
	}

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

	.content-sidebaralt .sidebar-secondary,
	.sidebar-content-sidebar .sidebar-secondary {
		float: none;
    	width: 100%;
	}

	/* Primary Sidebar */

	.sidebar .menu li a {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.sidebar-primary #text-14 { /* Hide Physician Groups text widget on the Find-a-Physican page */
		display: none;
	}

	/* Secondary Sidebar */

	.sidebar-secondary #text-2 { /* Hide Quick Links for all layouts */
		display: none;
	}

	/* Home Page */

	.custom-slider .banner-nav {
		display: none;
	}

	.custom-welcome {
		border-bottom: none;
	    bottom: 0;
	    margin: 0;
	    padding: 4rem 0;
	}

	.custom-middle-left,
	.custom-middle-right {
		float: none;
	    width: 100%;
	}

	.custom-middle-left {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

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

	.header-image .site-header .title-area {
		background-position: center center !important;
	}

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

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	/* Custom
	--------------------------------------------- */

	/* Custom Featured Content Boxes */

	.full-width-content .custom-featured-box,
	.sidebar-content .custom-featured-box {
		margin-left: 0;
		width: 100%;
	}

	.full-width-content .custom-featured-box:not(:nth-child(2n+1)) {
	    margin-left: 0;
	}

	.sidebar-content .custom-featured-box:not(:nth-child(2n+1)) {
	    margin-left: 0;
	}

	/* Breadcrumbs */

	.breadcrumb {
		display: none;
	}

	/* Subheader */

	.custom-subheader {
		padding-bottom: 15px;
		padding-bottom: 1.5rem;
		text-align: center;
	}

	.custom-subheader .wrap {
		padding-top: 15px;
		padding-top: 1.5rem;
	}

	.custom-subheader .subheader-bg div {
	    display: none;
	}

	.custom-subheader h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* Layout */

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

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

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

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

	/* Footer */

	.site-footer a,
	.site-footer a:visited {
		display: block;
		margin: 10px 0 0;
		margin: 1rem 0 0;
		padding: 0;
		border-left: none;
	}

	/* Home Page */

	.custom-slider {
		display: none;
	}

	.custom-welcome {
		border-bottom: none;
	    bottom: 0;
	    margin: 0;
	    padding: 4rem 0;
	}

	.home-content-tabs .content-container {
		padding: 0;
		border: none;
	}

	.home-content-tabs .content-left {
	    float: left;
	    width: 100%;
	}

	.home-content-tabs .content-right {
	    display: none;
	}

	.home-content-tabs .btn {
	    margin-bottom: 10px;
	    margin-bottom: 1rem;
	}

	.home-content-tabs .ui-tabs-nav {
	    display: none;
	}

	.home-content-tabs .ui-tabs-panel {
		display: block !important;
		overflow: hidden;
		padding-bottom: 0;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		border-bottom: 1px dotted #DDD;
	}

	.custom-content-tabs .ui-tabs-panel:last-child {
		display: block !important;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.home-healthconnect {
		padding: 0;
		border: none;
	}

	.custom-social-bar h1 {
		float: none;
		margin: 2.5% 0;
		width: 100%;
		background-color: #106498;
		line-height: 45px;
	}

	.custom-social-bar a {
		width: 33.333%;
		margin-bottom: 2.5%;		
	}

	.custom-social-bar .facebook:before {
		position: static;
	    border-width: 0;  
	}

	.custom-social-bar .youtube:after {
		position: static;
	    border-width: 0;  
	}

	/* Our Services Page */

	.services .custom-menu {
		margin-bottom: 0;
	}

	/* HealthConnect Pages */

	.healthconnect-hub .custom-featured-box {
		width: 100%;
		margin: 0 0 5% 0;
	}


	/* Locations - Search Results */

	.main-locations .one-fourth {
		margin-left: 5%;
		width: 45%;
		text-align: center;
	}

	.main-locations .one-fourth:nth-child(1),
	.main-locations .one-fourth:nth-child(3) {
		margin-left: 0;
	}

	.location-row .thumb,
	.location-row .details {
		float: none;
		width: 100%;
	}

	.location-row .details {
		margin-left: 0;
	}

	.location-row .details .left,
	.location-row .details .right {
		float: none;
		width: 100%;
	}

	.location-row .details .right {
		margin-left: 0;
	}

	/* Locations - Single */

	.single-locations .services {
	    float: none;
	    display: block;
	    width: 100%;
	}

	.single-locations .services.list-1 {
	    margin-bottom: 0;
	}

	/* Contact Us Page */

	.contact-form-container {
		padding: 5%;
	}

	/* Gravity Forms Plugin */

	.gform_wrapper input,
	.gform_wrapper select {
		width: 100% !important;
	}

	.gform_page_footer input[type="button"] {
		margin-bottom: 20px !important;
	}

}

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

	/* Custom
	--------------------------------------------- */

	/* Site Header */

	.site-header .genesis-nav-menu > .menu-item {
		display: block;
    	width: 100%;
    	text-align: center;
    	border-bottom: 1px solid #DDD;
	}

	.site-header .genesis-nav-menu > .menu-item a {
		display: block;
		padding-top: 15px;
		padding-top: 1.5rem;
		padding-bottom: 15px;
		padding-bottom: 1.5rem;
	}

	/* Content */

	.content .custom-addthis span.text {
		float: none;
		margin: 0 0 24px;
		margin: 0 0 2.4rem;
		line-height: 1;
	}


	/* Page Footer Widget Area */

	.page-footer {
		text-align: center;
	}

	.page-footer .phone {
		display: none;
	}

	.page-footer .backToTop {
		float: none;
	}

	/* Home Page */

	.custom-slider .wrapper {
		display: none;
	}

	/* Search Results Page */

	.search-results .content .search-form {
		display: none;
	}

	/* Locations Custom Post Type */

	.single-locations .location-hours td {
		font-size: 14px;
	}

	/* Physicians Custom Post Type */

	.physician-container .details,
	.physician-container .headshot {
	    float: none;
	    margin-left: 0;
	    width: 100%;
	}

	.physician-container .headshot {

	    text-align: center;
	}

	.physician-container .headshot img { 
		margin: 0 auto;
		width: 70%;
		border-bottom: 7px solid #1582C5;
	}

	.physician-container .details .left,
	.physician-container .details .right {
	    float: none;
	    margin-left: 0;
	    width: 100%;
	}
}

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

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

	/* Custom
	--------------------------------------------- */

	/* Defaults */

	img[class*='wp-image-'] {
		width: 100% !important;
	}

	.image-wrap img[class*='wp-image-'] {
		width: auto !important;
	}

	/* Subheader */

	.custom-subheader .wrap {
		text-align: center;
	}

	/* Locations - Single */

	.single-locations .directions .icon-stack {
		display: none;
	}

}