/*
	Theme Name: Loudoun Medical Group
	Description: This is the Loudoun Medical Group theme created for the Genesis Framework.
	Author: MarketSpark
	Author URI: http://mrktsprk.com/

	Version: 1.0.31

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: loudoun-medical-group
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Homepage Widgets
	- Home Feature
	- Home CTA
	- Home Patients
	- Home News
	- Home Logos
	- Home Providers
- Wavy Bits
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 1000px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
	- Min-width: 1180px
	- Max-width: 980px
	- Max-width: 979px
	- Max-width: 700px
	- Max-width: 500px
	- Max-width: 400px
	- Max-height: 550px;
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 21px;
	font-size: 2.1rem;
}

body {
	background-color: #E9F0F4;
	background-color: #0F3038;
	color: #333;
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #008bcc;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

.entry-content h3,
.entry-content h5 {
	font-weight: 600;
}

h3 {
	font-size: 27px;
	font-size: 2.7rem;
}

h4 {
	font-size: 27px;
	font-size: 2.7rem;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry.for-managers .entry-content h1 {
	background-color: #eee;
	display: block;
	padding: 8px 12px;
}

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

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

/*.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}*/

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.logo-gallery .gallery {
	margin: 50px auto;
}

.logo-gallery .gallery-item {
	padding: 0 2%;
}

.logo-gallery .gallery img {
	border: none;
	max-height: 150px;
	padding: 0;
	width: auto;
}

.entry-content .gallery-columns-1 {
	margin-top: 60px;
	text-align: center;
}

.entry-content .gallery-columns-1 .gallery-item {
	display: inline-block;
	float: none;
	width: auto;
}

.entry-content .gallery-columns-1 .gallery-item img {
	border: none;
	height: auto;
	max-height: 150px;
	max-width: 230px;
	margin: 0 20px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.about-gallery .entry-content .gallery-columns-1 .gallery-item {
	width: 25%;
}

.about-gallery .entry-content .gallery-columns-1 .gallery-item img {
	margin: 0;
	max-height: 200px;
	max-width: 100%;
}

figure.wp-block-gallery.improved {
	justify-content: center;
}

figure.wp-block-gallery.improved figure.wp-block-image {
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	flex-grow: 0;
	margin: 0 !important;
	padding: 10px 20px;
}

figure.wp-block-gallery.improved figure.wp-block-image img {
	margin-inline: auto;
	max-height: 200px;
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-news a.more-link {
	background-color: #008CCC;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.home-news a.more-link:focus,
.home-news a.more-link:hover {
	background-color: #AACEC1;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
	text-align: center;
}

.button.block {
	/*background-color: #eee;
	border: 1px solid rgba(0,0,0,0.15);
	color: #666;*/
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

.button.block:hover {
	/*background-color: #008CCC;
	color: #fff;*/
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	background-color: #fff;
	/*margin: 0 auto;
	max-width: 1600px;*/
	overflow: hidden;
	word-wrap: break-word;
}

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

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 70px 0 0;
	position: relative;
	z-index: 4;
}

.home .site-inner {
	padding: 0;
}

.wrap,
.home .site-inner .wrap .wrap {
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

.home .site-inner .wrap {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.wrap .wrap {
	padding-left: 0;
	padding-right: 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	border-bottom: 1px solid rgba(170,206,193,0.25);
	font-size: 38px;
	font-size: 3.8rem;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #008bcc;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

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

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.directors img {
	background: #fff;
	border: 1px solid #333;
	padding: 2px;
}

.directors .wp-caption-text {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.1;
	margin: 13px 0 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #008bcc;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #12404B;
	padding: 0 0 21px;
}

.site-header .wrap {
	position: relative;
}

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

.title-area {
	float: left;
	padding-bottom: 13px;
	padding-top: 3px;
}

.wp-custom-logo .title-area {
	max-width: 300px;
	padding-bottom: 13px;
	padding-top: 3px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	margin-top: 75px;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu .menu-item.hidden {
    display: none;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:hover {
	cursor: pointer;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #008bcc;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	background-color: #12404B;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-top: 18px;
	position: static;
	transition: padding 0.2s ease-in-out !important;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #12404B;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .sub-menu {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #008bcc;
}

.menu-toggle {
	float: right;
	font-size: 0;
	line-height: 20px;
	margin-top: 40px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 12px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

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

.nav-primary {
	clear: left;
	position: relative;
	width: 100%;
}

.nav-primary::before {
	background-image: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0.1), rgba(255,255,255, 0));
	border: 0;
	content: '';
	left: 0;
    height: 1px;
	position: absolute;
    top: 22px;	
	width: 100%;
}

/* Top Menu
--------------------------------------------- */

.nav-secondary {
	background-color: #12404B;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
	margin: 0;
	text-align: right;
}

.nav-secondary .menu-item {
	display: inline-block;
	margin-left: 22px;
	opacity: 0.75;
	position: relative;
	transition: opacity 0.2s ease-in-out;
}

.nav-secondary .menu-item:hover {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
	font-size: 0;
	font-weight: 500;
	line-height: 24px;
	padding: 18px 17px 18px 33px;
}

.nav-secondary li.urgent::before,
.nav-secondary li.phone::before,
.nav-secondary li.portal::before,
.nav-secondary li.pay::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 81px 24px;
	content: '';
	height: 24px;
	left: 11px;
	position: absolute;
	top: 19px;
	width: 27px;
}

.nav-secondary li.urgent::before {
	background-image: url("images/icon-urgentcare.png");
	background-size: 24px 24px;
}

.nav-secondary li.phone::before {
	background-image: url(images/icons-topnav.png);
	background-position: 0 0; 
}

.nav-secondary li.portal::before {
	background-image: url(images/icons-topnav.png);
	background-position: -27px 0; 
}

.nav-secondary li.pay::before {
	background-image: url(images/icons-topnav.png);
	background-position: -54px 0; 
}

.nav-secondary li.phone:hover::before,
.nav-secondary li.portal:hover::before,
.nav-secondary li.pay:hover::before {
	cursor: pointer;
}


/* ## Homepage Widget Areas
---------------------------------------------------------------------------------------------------- */

.gradient {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-105deg,  rgba(255,255,255,1) 45%, rgba(105,168,168,1) 100%);
	background: -webkit-linear-gradient(-105deg,  rgba(255,255,255,1) 45%,rgba(105,168,168,1) 100%);
	background: linear-gradient(-165deg,  rgba(255,255,255,1) 45%,rgba(105,168,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#69a8a8',GradientType=1 );
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	width: 100%;
	z-index: 0;
}

/* Home Feature
--------------------------------------------- */

.home-feature {
	border-bottom: 11px solid #fff;
	clear: both;
	color: #fff;
	height: 700px;
	line-height: 1.05;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.home-feature::after {
	background-color: rgba(0,0,0,0.25);
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.video-bg {
	background: url(images/poster.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
	margin-bottom: 80px;
	max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/poster.jpg) no-repeat;
    background-size: cover; 
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

.home-feature .widget_text {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	left: 50%;
	margin: 0 auto;
	max-width: 770px;
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
	text-shadow: 0 2px 4px rgba(0,0,0,0.25);
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.home-feature .widget_text .widget-title {
	color: #fff;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1.1;
}

.home-feature a.button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 50px auto 0;
	max-width: 100%;
	padding: 12px 30px;
	text-transform: uppercase;
	width: 300px;
}

.home-feature a.button:hover {
	background-color: #fff;
	color: #333;
	text-shadow: none;
}

video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls {
  display: none !important;
}

/* Home Collapsible CTA
--------------------------------------------- */

.home-collapsible-cta {
	background-color: #008CCC;
	border-bottom: 5px solid #fff;
	clear: both;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	margin-top: -6px;
	padding: 35px 0 42px;
	position: relative;
	text-align: center;
}

.home-collapsible-cta .widget {
	margin: 0;
}

.home-collapsible-cta .widget-title {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.1;
	margin-bottom: 0;
}

.home-collapsible-cta p {
	margin: 0;
}

.home-collapsible-cta a.button {
	background-color: #fff;
	color: #12404B;
	margin-top: 20px;
}

.home-collapsible-cta a.button:hover {
	background-color: #12404B;
	color: #fff;
}

/* Home Pod Fair Sponsors
--------------------------------------------- */
/*
.pod-fair-sponsors {
    display: NONE;
}

body.logged-in .pod-fair-sponsors {
    display: block;
}
*/
.pod-fair-sponsors {
    background-color: #fff;
    clear: both;
    margin-bottom: 18px;
    padding: 25px 0;
    position: relative;
    text-align: center;
    z-index:1
}

.pod-fair-sponsors .wrap {
    max-width: none;
    padding:0
}

.pod-fair-sponsors .widget {
    margin:0
}

.pod-fair-sponsors .widget.widget_media_gallery .widget-title {
    font-size: 30px;
}

.pod-fair-sponsors .bx-wrapper {
    max-width:none !important
}

.pod-fair-sponsors .bx-viewport,
.pod-fair-sponsors .gallery {
    height: 100%;
    overflow:visible !important
}

.pod-fair-sponsors .gallery-item {
	align-content: center;
    align-items: center;
    display: flex;
	flex-wrap: wrap;
    float: none;
    height: 100%;
    margin: 0 25px !important;
    width:auto !important
}

.pod-fair-sponsors .gallery-icon {
	flex: 0 0 100%;
	margin-bottom: 5px;
	position: relative;
}

.pod-fair-sponsors .gallery-icon::after {
	background-color: #ccc;
	bottom: 0;
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100px;
}

.pod-fair-sponsors .gallery img {
    border: none;
    display: inline;
    height: auto;
    max-height: 60px;
    max-width: 200px;
    padding: 0;
    vertical-align: middle;
    width:auto
}

.pod-fair-sponsors .gallery-item figcaption {
	flex: 0 0 100%;
	margin-top: 5px;
	
}

/* Home CTA
--------------------------------------------- */

.home-cta {
	background-color: #AACEC1;
	clear: both;
	color: #12404B;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 98px 0 0;
	position: relative;
	text-align: center;
}

.home-cta .wrap {
	padding-bottom: 120px;
}

.home-cta .widget {
	margin: 0;
}

/* Home Patients
--------------------------------------------- */

.home-patients {
	background-color: #fff;
	clear: both;
	color: #12404B;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.1;
	padding: 100px 0 2px;
	position: relative;
}

.home-patients .wrap {
	min-height: 645px;
	position: relative;
}

.home-patients .widget {
	margin: 0;
}

.home-patients .widget_text {
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	width: 60%;
	z-index: 1;
}

.home-patients a.button {
	margin: 0 7px 7px;
	max-width: 100%;
	width: 235px;
}

.home-patients .widget_media_image {
	bottom: 0;
	left: -130px;
	position: absolute;
}

.home-patients .buttons {
	position: relative;
	z-index: 1;
}

.home-patients .buttons a {
	background-color: #fff;
	border-top: 10px solid #12404B;
	color: #12404B;
	display: inline-block;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	margin: 0 0.625%;
	padding: 28px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
	width: 19%;
}

.home-patients .buttons a::before {
	background: url(images/icons-services.png) no-repeat;
	background-position: 0 -105px;
	background-size: 159px 261px;
	content: '';
	display: block;
	height: 52px;
	left: 50%;
	margin-bottom: 10px;
	position: relative;
	transform: translate(-50%, 0);
	width: 53px;
}

.home-patients .buttons a:hover,
.home-patients .buttons a.active,
.home-patients .buttons a.hover {
	background-color: #12404B;
	border-color: rgba(0,0,0,0.2);
	color: #fff;
	cursor: pointer;
}

.home-patients .buttons a:first-child {
	margin-left: 0;
}

.home-patients .buttons a:last-child {
	margin-right: 0;
}

.home-patients .buttons .patients-view::before {
	background-position: 0 0;
}

.home-patients .buttons .providers-view {
	border-color: #008CCC;
	color: #008CCC;
}

.home-patients .buttons .providers-view::before {
	background-position: -53px 0;
}

.home-patients .buttons .employees-view {
	border-color: #69A8A8;
	color: #69A8A8;
}

.home-patients .buttons .employees-view::before {
	background-position: -105px 0;
}

.home-patients .buttons .about-view {
	border-color: #AACEC1;
	color: #AACEC1;
}

.home-patients .buttons .about-view::before {
	background-position: 0 -53px;
}

.home-patients .buttons .find-view::before {
	background-position: -53px -53px;
}

.home-patients .buttons .providers-view:hover,
.home-patients .buttons .providers-view.active,
.home-patients .buttons .providers-view.hover {
	background-color: #008CCC;
}

.home-patients .buttons .employees-view:hover,
.home-patients .buttons .employees-view.active,
.home-patients .buttons .employees-view.hover {
	background-color: #69A8A8;
}

.home-patients .buttons .about-view:hover,
.home-patients .buttons .about-view.active,
.home-patients .buttons .about-view.hover {
	background-color: #AACEC1;
}

.home-patients .buttons .patients-view:hover::before,
.home-patients .buttons .patients-view.active::before {
	background-position: 0 -104.5px;
}

.home-patients .buttons .providers-view:hover::before,
.home-patients .buttons .providers-view.active::before {
	background-position: -53px -105px;
}

.home-patients .buttons .employees-view:hover::before,
.home-patients .buttons .employees-view.active::before {
	background-position: -107px -105px;
}

.home-patients .buttons .about-view:hover::before,
.home-patients .buttons .about-view.active::before {
	background-position: 0 -157px;
}

.home-patients .buttons .find-view:hover::before,
.home-patients .buttons .find-view.active::before {
	background-position: -53px -157px;
}


/* Home Tabs
--------------------------------------------- */

.home-tabs {
	clear: both;
	color: #fff;
	position: relative;
}

.home-tabs .widget-area {
	display: none;
	min-height: 708px;
	padding: 80px 0 85px;
	position: relative;
}

.home-tabs .widget-area.active {
	display: block;
}

.home-tabs .widget {
	margin: 0;
}

.home-tabs .widget_media_image,
.home-tabs .widget_media_image .widget-wrap {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.home-tabs .widget_media_image img {
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: 50% 50%;
	width: 53vw;
}

.home-tabs .widget-title {
	color: #fff;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 400;
	position: relative;
}

.home-tabs .widget-title::before,
.home-providers .widget-title::before {
	background: url(images/icons-services.png) no-repeat;
	background-position: 0 -104px;
	background-size: 159px 261px;
	content: '';
	display: block;
	height: 52px;
	margin-bottom: 10px;
	position: relative;
	width: 53px;
}

.home-tabs .widget_text {
	float: left;
	width: 39%;
}

.home-tabs a.button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	max-width: 235px;
	padding: 8px 30px;
	width: 235px;
}

.home-tabs a.button:hover {
	background-color: #fff;
	color: #12404B;
}

.home-tabs .patients {
	background-color: #12404B;
}

.home-tabs .patients .widget-title::before {
	background-position: 0 -104.5px;
}

.home-tabs .providers {
	background-color: #008CCC;
}

.home-tabs .providers .widget-title::before {
	background-position: -53px -105px;
}

.home-tabs .employees {
	background-color: #69A8A8;
}

.home-tabs .employees .widget-title::before {
	background-position: -106px -105px;
}

.home-tabs .employees a.button {
	margin-bottom: -7px;
	max-width: none;
	width: 100%;
}

.home-tabs .about {
	background-color: #AACEC1;
	color: #12404B;
}

.home-tabs .about .widget-title {
	color: #12404B;
}

.home-tabs .about .widget-title::before {
	background-position: 0px -209px;
}

.home-tabs .about a.button {
	background-color: transparent;
	border: 1px solid #12404B;
	color: #12404B;
}

.home-tabs .about a.button:hover {
	background-color: #12404B;
	color: #fff;
}

.home-tabs .find {
	background-color: #12404B;
}

.home-tabs .find .widget-title::before {
	background-position: -52px -157px;
}

/* Home News
--------------------------------------------- */

.home-news {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.33;
	padding: 100px 0 50px;
	position: relative;
}

.home-news .wrap {
	position: relative;
	z-index: 1;
}

.home-news h4.widget-title {
	color: #1A4554;
	font-size: 38px;
	font-weight: 3.8rem;
	font-weight: 400;
	/*padding-left: 265px;*/
}

.home-news .featured-content {
	position: relative;
}

.home-news .featured-content .entry {
	border: 0;
	margin: 0 0 43px;
	padding: 0;
}

.home-news a.alignleft {
	margin-bottom: 0;
	margin-right: 40px;
}

.home-news .featured-content img {
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.home-news .featured-content .entry-title {
	border: none;
	margin-top: 30px;
	padding: 0;
}

.home-news .featured-content h4 a {
	color: #333;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.home-news .featured-content h4 a:hover {
	color: #008CCC;
}

.home-news a.more-link {
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
	display: table;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 25px 0 0;
	max-width: 100%;
	padding: 10px 30px;
	text-align: center;
	width: 235px;
}

.home-news a.more-link:focus,
.home-news a.more-link:hover {
	background-color: #333;
	color: #fff;
}

/* Home Logos
--------------------------------------------- */

.home-logos {
	background-color: #fff;
	box-shadow: 0 10px 66px rgba(0,0,0,0.25);
	clear: both;
	margin-top: 50px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.home .home-logos {
	margin-top: 0;
}

.home-logos .widget {
	margin: 0;
}

.home-logos .gallery {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.home-logos .gallery-item {
	display: inline-block;
  /*flex: 0 0 calc(16.66% - ((20px * 6) / 5));*/
	flex: 0 0 auto;
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	width: auto;
}

.home-logos .gallery-item img {
	border: none;
	height: auto;
	max-height: 125px;
	max-width: 150px;
	width: auto;
}

/* Home Providers
--------------------------------------------- */

.home-providers {
	background-color: #AACEC1;
	clear: both;
	color: #12404B;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.5;
	overflow: hidden;
	padding: 90px 0 130px;
	position: relative;
}

.home-providers .widget {
	margin: 0;
}

.home-providers .widget_media_image,
.home-providers .widget_media_image .widget-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.home-providers .widget_media_image img {
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: 50% 50%;
	width: 53vw;
}

.home-providers .widget-title {
	color: #12404B;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 400;
}

.home-providers .widget-title::before {
	background-position: -106px -53px;
}

.home-providers .widget_text {
	float: right;
	width: 39%;
}

.home-providers a.button {
	background-color: transparent;
	border: 1px solid #12404B;
	color: #12404B;
	max-width: 235px;
	padding: 10px 30px;
	width: 235px;
}

.home-providers a.button:hover {
	background-color: #12404B;
	color: #fff;
}


/* ## Wavy Bits
---------------------------------------------------------------------------------------------------- */

.ring-wrap.bottom-edge {
	height: 125px;
	margin-top: -3px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 3;
}

.ring-wrap.top-edge {
	bottom: 100%;
    height: 125px;
    overflow: hidden;
    position: absolute;
    width: 100%;
} 

.ring-wrap.bottom-edge .ring {
	border: 145px solid #AACEC1;
	border-radius: 100%;
	height: 712px;
	left: 50%;
	margin-left: -99%;
	position: absolute;
	top: -143px;
	width: 170%;
}

.ring-wrap.top-edge .ring {
	border: 145px solid #12404B;
    border-radius: 100%;
    bottom: 5px;
    height: 712px;
    left: 50%;
    margin-bottom: -145px;
    margin-left: -99%;
    position: absolute;
    top: auto;
    width: 170%;
    z-index: 1;
}

.home-logos .ring-wrap.bottom-edge .ring,
.home-logos .ring-wrap.top-edge .ring {
	border-color: #fff;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
}

.home-logos .ring-wrap.bottom-edge {
	margin-top: 10px;
	transform: scale(-1,1)
}


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

/* Annual Reports
--------------------------------------------- */

article.annual-report .entry-content {
	text-align: center;
}

article.annual-report figure.wp-caption {
	background-color: rgba(0,0,0,0.05);
	display: inline-block;
	margin: 0 0 50px;
	opacity: 0.75;
	padding: 15px 15px 0;
	transition: all 0.2s ease-in-out;
	width: 33% !important;
}

article.annual-report figure:hover {
	opacity: 1;
}

article.annual-report figure img {
	border: 1px solid rgba(0,0,0,0.1);	
}

article.annual-report figure .wp-caption-text {
	font-size: 24px;
	font-size: 2.4rem;
}

/* For Employees
--------------------------------------------- */

article.for-employees .entry-content .one-third,
article.for-managers .entry-content .one-sixth {
	opacity: 0.75;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

article.for-employees .entry-content .one-third:hover,
article.for-managers .entry-content .one-sixth:hover {
	opacity: 1;
}

article.for-employees .entry-content .one-third a,
article.for-managers .entry-content .one-sixth a {
	text-decoration: none;
}

article.for-employees .entry-content .one-third img,
article.for-managers .entry-content .one-sixth img {
	border-radius: 100%;
	display: block;
	margin: 0 auto 10px;
	max-width: 300px;
	width: 100%;
}

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

.entry {
	margin-bottom: 40px;
}

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

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

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

.entry-content ul.style2 li,
.entry-content ol.style2 li {
	line-height: 1.5;
	margin-bottom: 20px;
}

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

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

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Page Standout
---------------------------------------------------------------------------------------------------- */

.page-standout {
	background-position: center;
	background-size: cover;
	border-top: 1px solid rgba(0,0,0,0.05);
	margin-bottom: -120px;
	padding: 80px 0 120px;
	position: relative;
}

.page-standout::after {
	background-color: rgba(255,255,255,0.33);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-standout .wrap {
	position: relative;
	z-index: 2;
}

.page-standout h1 {
	font-size: 38px;
	font-size: 3.8rem;
	margin-bottom: 30px;
}

.page-standout p:last-child {
	margin: 0;
}

.page-standout a.button {
	margin: 0 0 10px;
	max-width: 100%;
	padding: 15px 30px;
	width: 450px;
}


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

.footer-widgets-wrap {
	margin-top: 120px;
	position: relative;
}

.home .footer-widgets-wrap {
	margin-top: 0;
}

.footer-widgets {
	background-color: #12404B;
	clear: both;
	font-size: 20px;
	font-size: 2rem;
	padding: 140px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area .widget {
	margin-bottom: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget_media_image img {
	margin-bottom: 25px;
	max-width: 100%;
	height: auto;
	width: 300px;
}

.footer-widgets .widget_media_image .alignnone {
	margin: 0;
}

.footer-widgets .widget_media_image .wp-caption-text {
	color: #E6E7E8;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.25;
	text-align: left;
}

.footer-widgets .simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.footer-widgets .simple-social-icons ul li:first-child {
	margin-left: 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	opacity: 0.8;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.footer-widgets .simple-social-icons ul li a:hover {
	opacity: 1;
}

.footer-widgets .simple-social-icons ul li.ssi-facebook a:hover {
	background-color: #3B5998 !important;
}

.footer-widgets .simple-social-icons ul li.ssi-linkedin a:hover {
	background-color: #0077b5 !important;
}

.footer-widgets .simple-social-icons ul li.ssi-twitter a:hover {
	background-color: #2FA3F1 !important;
}

.footer-widgets-1 .widget_nav_menu li {
	margin: 0;
}

.footer-widgets-1 .widget_nav_menu li a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets-1 .widget_nav_menu li a::before {
	content: '\2022';
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.footer-widgets-1 .widget_nav_menu li a:hover {
	color: #008CCC;
}

.footer-widgets-2 .widget_nav_menu li {
	float: left;
	margin: 0;
	padding: 5px;
	width: 33%;
}

.footer-widgets-2 .widget_nav_menu li:nth-child(3n+1) {
	clear: both;
}

.footer-widgets-2 .widget_nav_menu li a {
	background-color: rgba(255,255,255,0.1);
	border-radius: 5px;
	color: #E6E7E8;
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 40px;
	padding: 38px 15px 32px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.footer-widgets-2 .widget_nav_menu li a:hover {
	background-color: rgba(0,140,204,1);
	color: #fff;
}

.footer-widgets-2 .widget_nav_menu li.billing a {
	font-size: 24px;
	font-size: 2.4rem;
}

.footer-widgets-2 .widget_nav_menu li a::before {
	background-image: url(images/icons-footernav.png);
	background-size: 132px 114px;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 38px;
	left: 50%;
	margin-left: -22px;
	position: relative;
	width: 44px;
}

.footer-widgets-2 .widget_nav_menu li.billing a::before {
	background-position: 0 0;
}

.footer-widgets-2 .widget_nav_menu li.contact a::before {
	background-position: -44px 0;
}

.footer-widgets-2 .widget_nav_menu li.pay a::before {
	background-position: -88px 0;
}

.footer-widgets-2 .widget_nav_menu li.library a::before {
	background-position: 0 -38px;
}

.footer-widgets-2 .widget_nav_menu li.find a::before {
	background-position: -44px -38px;
}

.footer-widgets-2 .widget_nav_menu li.careers a::before {
	background-position: -88px -38px;
}

.footer-widgets-2 .widget_nav_menu li.portal a::before {
	background-position: 0 -76px;
}

.footer-widgets-2 .widget_nav_menu li.providers a::before {
	background-position: -44px -76px;
}

.footer-widgets-2 .widget_nav_menu li.employees a::before {
	background-position: -88px -76px;
}

.footer-widgets-2 .widget_nav_menu li .description {
	bottom: 6px;
	display: block;
	font-size: 16px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}


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

.site-footer {
	background-color: #0F3038;
	color: #A6A8AB;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	padding: 20px 0;
	text-align: left;
}

.site-footer p {
	margin-bottom: 0;
}

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

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


/* TablePress
   Because tables in WordPress are bad, even with a plugin!
---------------------------------------------------------------------------------------------------- */

.tablepress.ACOGB,
.tablepress.ACO2016QPR {
	font-size: 18px;
	line-height: 1.25;
	white-space: nowrap;
}

.tablepress.ACOGB td,
.tablepress.ACO2016QPR td {
	padding: 12px 8px !important;
}

.tablepress.ACOGB .row-1,
.tablepress.ACO2016QPR .row-1 {
	font-weight: 700;
}

.tablepress.ACOGB .row-1 td,
.tablepress.ACOGB .row-1:hover td,
.tablepress.ACO2016QPR .row-1 td,
.tablepress.ACO2016QPR .row-1:hover td {
	background-color: rgba(0,137,206,0.5);
}


/* Miscellaneous
---------------------------------------------------------------------------------------------------- */

div.printfriendly {
	clear: both;
}


/* "Before You Go" page
---------------------------------------------------------------------------------------------------- */

body.before-you-go .color {
    margin-bottom: 30px;
}

body.before-you-go .color h4.has-background,
body.before-you-go .color p.has-background {
    padding: 15px 25px;
}

body.before-you-go .color .wp-block-genesis-blocks-gb-columns {
    padding: 0 15px
}

@media only screen and (max-width: 1023px) {
    
    body.before-you-go .color .gb-layout-column-wrap {
        display: block;
        margin-bottom: 30px;
    }
    
    body.before-you-go .entry-content .color .gb-layout-column-wrap ul {
        margin-bottom: 0;
    }
}


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

@media only screen and (min-width: 1000px) {

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

	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
    
    .wp-custom-logo .title-area {
        max-width: 270px;
        padding-top: 12px;
    }

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

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu > .menu-item-has-children::after {
		border-color: #008bcc transparent transparent transparent;
		border-style: solid;
		border-width: 11px 7.5px 0 7.5px;
		color: #008bcc;
		content: '';
		display: block;
		height: 0;
		left: calc(50% - 8px);
		opacity: 0;
		position: absolute;
		top: 46px;
		transition: opacity 0.2s ease-in-out;
		width: 0;
		z-index: 999;
	}
	
	.genesis-nav-menu > .menu-item-has-children:focus::after,
	.genesis-nav-menu > .menu-item-has-children:hover::after{
		opacity: 1;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		border-radius: 3px;
		color: #fff;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #008bcc;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 216px;
	}

	.genesis-nav-menu .sub-menu {
		left: 50% !important;
		margin-left: -108px;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		text-align: center;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a::after {
		background: url(images/nav-divider.png) no-repeat center;
		background-size: 31px 4px;
		bottom: -3px;
		content: '';
		display: block;
		height: 4px;
		left: 50%;
		margin-left: -15px;
		opacity: 0.1;
		position: absolute;
		width: 31px;
		z-index: 1;
	}
	
	.genesis-nav-menu .sub-menu li:last-child a::after {
		display: none;
	}
	
	.genesis-nav-menu .sub-menu {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		left: auto !important;
		margin: -59px 0 0 215px;
		text-align: left;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a::after {
		left: 17px;
		margin-left: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		border-radius: 0;
		border-bottom-right-radius: 10px;
		border-top-right-radius: 10px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}
	
	.nav-primary::before {
		display: none;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}
    
    .nav-primary .genesis-nav-menu.menu > li > a {
        font-size: 18px;
    }
    
    .nav-primary .genesis-nav-menu .sub-menu a {
		padding-left: 9px;
		padding-right: 9px;
	}
	
	/* Top Menu
	--------------------------------------------- */
	
	.nav-secondary li.urgent::before,
	.nav-secondary li.phone::before,
	.nav-secondary li.portal::before,
	.nav-secondary li.pay::before {
		left: 0;
	}

	.nav-secondary .genesis-nav-menu a {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	/* Subpage-Specific Nav Hack
	--------------------------------------------- */
	
	.site-inner.subnav-fix {
		padding-top: 118px;
	}
	
	.page .nav-primary,
	.page .nav-primary .wrap {
		position: static !important;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor {
		position: inherit !important;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children::after,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor::after {
		display: none;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu {
		background-color: #AACEC1;
		display: block !important;
		height: auto !important;
		left: 0 !important; 
		margin-left: 0 !important;
		margin-top: 21px;
		opacity: 1 !important;
		overflow: visible !important;
		padding: 0;
		text-align: right !important;
		width: 100% !important;
		z-index: 98;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu::after,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu::after {
		background-color: #AACEC1;
		content: '';
		display: block;
		height: 100%;
		left: -100vw;
		position: absolute;
		top: 0;
		width: 200vw;
		z-index: -1;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li > a,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li > a {
		background-color: #AACEC1;
		color: #12404B;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 500;
		width: auto;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li > a::after,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li > a::after {
		display: none;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li > a:hover,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li > a:hover {
		color: #fff;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children {
		position: relative;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
		background-color: #AACEC1;
		border-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		left: 50% !important;
		margin: 0;
		margin-left: -108px;
		text-align: center;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a {
		background-color: #AACEC1;
		color: #12404B;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a::after,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a::after {
		left: 50%;
		margin-left: -15px;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a:hover,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a:hover {
		color: #fff;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children::after,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children::after {
		border-color: #12404B transparent transparent transparent;
		border-style: solid;
		border-width: 11px 7.5px 0 7.5px;
		color: #12404B;
		content: '';
		display: block;
		height: 0;
		left: calc(50% - 8px);
		opacity: 0;
		position: absolute;
		top: 47px;
		transition: opacity 0.2s ease-in-out;
		width: 0;
		z-index: 999;
	}
	
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:focus::after,
	.page .genesis-nav-menu > .current-menu-item.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover::after,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children:focus::after,
	.page .genesis-nav-menu > .menu-item-has-children.current-page-ancestor > ul.sub-menu > li.menu-item-has-children:hover::after {
		opacity: 1;
	}

	/* Site-Inner
	--------------------------------------------- */
	
	.wrap,
	.home .site-inner .wrap .wrap {
		max-width: 960px;
		padding-left: 0;
		padding-right: 0;
	}

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

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

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Careers
	--------------------------------------------- */
	
	body.careers .entry-content p:nth-child(n+2) {
		float: left;
		width: 50%;
	}
	
	body.careers .entry-content p:nth-child(2n+2) {
		clear: both;
		padding-right: 5%;
	}
	
	body.careers .entry-content p:nth-child(2n+3) {
		padding-left: 5%;
	}
	
	body.careers .entry-content p:nth-child(n+2) a {
		text-decoration: none;
	}
	
	body.careers .entry-content p:nth-child(n+2) span {
		display: block;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.1;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

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

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
	}
	
	.footer-widgets-1 {
		float: left;
		min-width: 330px;
		width: 30%;
	}
	
	.footer-widgets-2 {
		float: right;
		width: 64%;
	}

}

@media only screen and (min-width: 1180px) {
    
    .wp-custom-logo .title-area {
        max-width: 300px;
        padding-top: 3px;
    }
	
	.wrap,
	.home .site-inner .wrap .wrap {
		max-width: 1140px;
	}
	
	.home .site-inner .wrap .home-tabs .wrap,
	.home .site-inner .wrap .home-providers .wrap {
		max-width: none;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
    
    .nav-primary .genesis-nav-menu.menu > li > a {
        font-size: 21px;
    }
    
    .nav-primary .genesis-nav-menu .sub-menu a {
		padding-left: 21px;
		padding-right: 21px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a::after {
		left: 27px;
	}
	
}

@media only screen and (max-width: 980px) {
	
	.home-feature {
		height: 75vh;
		max-height: 618px;
	}
	
	.entry-content img.alignleft,
	.entry-content img.alignright {
		display: block;
		float: none;
		margin: 0 0 40px;
	}
	
	.footer-widgets,
	.footer-widgets .widget_media_image .wp-caption-text {
		text-align: center;
	}
	
	.footer-widgets .widget_media_image .alignnone {
		margin: 0 auto;
	}
	
	.footer-widgets .simple-social-icons ul,
	.footer-widgets .simple-social-icons ul.alignleft,
	.footer-widgets .simple-social-icons ul.alignright {
		float: none;
		text-align: center;
	}
	
	.footer-widgets .simple-social-icons ul li,
	.footer-widgets .simple-social-icons ul li:first-child {
		display: inline-block;
		float: none;
		margin: 0 6px !important;
	}
	
	.footer-widgets-1 .widget_nav_menu li a::before,
	.footer-widgets-1 .widget_nav_menu li a::after {
		content: '';
		display: block;
		margin: 0 10px;
		opacity: 0.25;
		top: 0;
	}
	
	.footer-widgets-1 .widget_nav_menu li a::after {
		content: '\00bb';
	}
	
	.footer-widgets-2 {
		margin-top: 30px;
	}
	
	.site-footer {
		text-align: center;
	}
	
}
	
@media only screen and (max-width: 979px) {
	
	.home-patients .widget_text {
		position: relative;
		transform: none;
		width: 100%;
	}
	
	.home-patients .widget_media_image {
		left: auto;
		margin: 60px auto 0;
		max-width: 500px;
		position: relative;
		width: 100%;
	}
	
	.ring-wrap.bottom-edge {
		height: 40px;
	}
	
	.ring-wrap.bottom-edge .ring {
		height: 1502px;
		margin-left: -272%;
    	width: 514%;
	}
	
	.ring-wrap.top-edge {
		height: 40px;
	}
	
	.ring-wrap.top-edge .ring {
		height: 1502px;
		margin-left: -272%;
		width: 514%;
	}
	
	.footer-widgets {
		padding: 100px 0;
	}
	
}

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

	.home-tabs .widget-title,
	.home-providers .widget-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.home-patients .buttons a {
		font-size: 19px;
		font-size: 1.9rem;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.home-tabs {
		text-align: center;
	}
	
	.home-providers {
		padding-top: 0;
		text-align: center;
	}
	
	.home-tabs .widget-area,
	.home-providers .widget-area {
		min-height: 0;
		padding-bottom: 0;
	}
	
	.home-tabs .widget-title::before,
	.home-providers .widget-title::before {
		left: 50%;
		transform: translate(-50%,0);
	}
	
	.home-tabs .widget_text,
	.home-providers .widget_text {
		float: none;
		width: 100%;
	}
	
	.home-tabs .widget_media_image,
	.home-tabs .widget_media_image .widget-wrap {
		margin-top: 30px;
		position: relative;
	}
	
	.home-providers .widget_media_image,
	.home-providers .widget_media_image .widget-wrap {
		margin-bottom: 20px;
		position: relative;
	}
	
	.home-tabs .widget_media_image img,
	.home-providers .widget_media_image img {
		margin-left: -5vw;
		max-height: 50vh;
		width: 100vw;
	}
    
    .home-logos .gallery-item {
        flex-basis: calc(20% - ((20px * 5) / 4));
    }
	
	.page-standout a.button {
		width: 100%;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.home-feature .widget_text .widget-title {
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	.home-collapsible-cta .widget-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.home-cta {
		font-size: 24px;
		font-size: 2.4rem;
		padding-top: 60px;
	}
	
	.home-cta .wrap {
		padding-bottom: 80px;
	}
	
	.home-news {
		text-align: center;
	}
	
	.home-news h4.widget-title {
		padding: 0;
	}
	
	.home-news a.alignleft {
		float: none;
		margin: 0 auto;
	}
	
	.home-news a.more-link {
		margin-left: auto;
		margin-right: auto;
	}
	
	.about-gallery .entry-content .gallery-columns-1 .gallery-item {
		width: 50%;
	}
	
	.about-gallery .entry-content .gallery-columns-1 .gallery-item img {
		margin: 0;
		max-width: 100%;
	}
	
	.footer-widgets-2 .widget_nav_menu li {
		width: 50%;
	}
	
	.footer-widgets-2 .widget_nav_menu li:nth-child(3n+1) {
		clear: none;
	}
	
	.footer-widgets-2 .widget_nav_menu li:nth-child(2n+1) {
		clear: both;
	}
	
	.footer-widgets-2 .widget_nav_menu li:last-child {
		float: none;
		margin: 0 auto;
	}
	
	.footer-widgets-2 .widget_nav_menu li a {
		padding: 30px 15px 20px;
	}
	
	.footer-widgets-2 .widget_nav_menu li .description {
		bottom: -3px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.home-patients .buttons a {
		font-size: 0;
		padding: 14px 0 10px;
	}
    
    .home-logos .gallery-item {
        flex-basis: calc(25% - ((20px * 4) / 3));
    }
	
}

@media only screen and (max-width: 500px) {
	
	.title-area,
	.wp-custom-logo .title-area {
		float: none;
		margin: 16px auto 0;
	}
	
	.menu-toggle {
		float: none;
		margin-top: 6px;
	}
	
	.site-header .menu-toggle::before {
		margin-right: 0;
	}
	
	.nav-secondary {
		padding-top: 10px;
	}
	
	.nav-secondary .genesis-nav-menu {
		text-align: center;
	}
	
	.nav-secondary .menu-item {
		margin: 0 11px;
	}
	
	.home-patients {
		font-size: 32px;
		font-size: 3.2rem;
	}
    
    .home-logos .gallery-item {
        flex-basis: calc(33.33% - ((20px * 3) / 2));
    }
	
	.page-standout::after {
		background-color: rgba(255,255,255,0.66);
	}
		
	.footer-widgets-2 .widget_nav_menu li,
	.footer-widgets-2 .widget_nav_menu li:last-child {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}
	
	.footer-widgets-2 .widget_nav_menu li:nth-child(2n+1) {
		clear: none;
	}
	
	.footer-widgets-2 .widget_nav_menu li a {
		padding: 30px 15px 20px;
	}
	
}

@media only screen and (max-width: 450px) {
	
	.home-patients .buttons a::before {
		transform: scale(0.75) translate(-67%,0);
	}
    
    .home-logos .gallery-item {
        flex-basis: calc(50% - ((20px * 2) / 1));
    }
	
}

@media only screen and (max-width: 400px), screen and (max-height: 550px) {
	
	.home-feature .widget_text .widget-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.home-collapsible-cta .widget-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.home-cta {
		font-size: 21px;
		font-size: 2.1rem;
	}
	
}

@media only screen and (max-height: 550px) {
	
	.home-feature {
		height: 100vh;
		max-height: none;
	}
	
	.home-patients .widget_media_image {
		max-width: 400px;
	}
	
}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

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

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
