/*!
Theme Name: corvidstudio
Theme URI: http://underscores.me/
Author: Corvid.Studio
Author URI: https://www.corvid.studio
Description: Custom theme developed by Corvid.Studio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: corvidstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

corvidstudio is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.meet-providers {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 0;
    border-top: 5px solid #5e8c44;
    font-size: 21px;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #72A951;
	border-radius: 0;
	background: #72A951;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 10px 18px;
	font-family: 'Open Sans', sans-serif;
	pointer: cursor;
}
button.blue {
	background: #26509A;
	border-color: #26509A;
}
a > button.blue {
	color: #fff !important;
}
a > button:hover.blue {
	color: #26509A !important;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #72A951;
	color: #72A951;
	background: transparent;
}
button.blue:hover {
	border-color: #26509A;
	color: #26509A;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #72A951;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a.btn.btn-blue {
	color: #fff;
	background: #26509A;
	border-color: #26509A;
	border-radius: 0;
}
a.btn.btn-blue:hover {
	color: #26509A;
	background: transparent;
	border-color: #26509A;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #72a951;
}

a:visited {
	color: #72a951;
}

a:hover, a:focus, a:active {
	color: #26509a;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navbar.navbar-default, .mob-menu-header-holder {
	border-radius: 0;
	background: rgb(40,85,163);
	background: -moz-linear-gradient(90deg, rgba(40,85,163,1) 0%, rgba(56,118,226,1) 50%, rgba(40,85,163,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(40,85,163,1) 0%, rgba(56,118,226,1) 50%, rgba(40,85,163,1) 100%);
	background: linear-gradient(90deg, rgba(40,85,163,1) 0%, rgba(56,118,226,1) 50%, rgba(40,85,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2855a3",endColorstr="#2855a3",GradientType=1); 
	box-shadow: inset 0 0 0 rgba(255,255,255,0),0 0 0 rgba(0,0,0,0);
	color: #fff;
	border-top: 4px solid #2C5DB4;
	border-left: 1px solid #2c5db4;
	border-right: 1px solid #2c5db4;
	border-bottom: 0;
	margin: 0;
}
.navbar.navbar-default li {
	margin: 0 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
		text-shadow: 0 0 0 rgba(255,255,255,0);
		letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #72A951;
		background-image: -webkit-linear-gradient(top,#72A951 0,#72A951 100%);
		background-image: -o-linear-gradient(top,#72A951 0,#72A951 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#72A951),to(#72A951));
		background-image: linear-gradient(to bottom,#72A951 0,#72A951 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A951', endColorstr='#72A951', GradientType=0);
		background-repeat: repeat-x;
		-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
		box-shadow: inset 0 3px 9px rgba(0,0,0,0);
		margin-top: -4px;
		padding-bottom: 19px;
}
.current-page-ancestor a {
	color: #fff;
	background-color: #72A951;
	background-image: -webkit-linear-gradient(top,#72A951 0,#72A951 100%);
	background-image: -o-linear-gradient(top,#72A951 0,#72A951 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#72A951),to(#72A951));
	background-image: linear-gradient(to bottom,#72A951 0,#72A951 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A951', endColorstr='#72A951', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	margin-top: -4px;
	padding-bottom: 19px !important;
}
.current-page-ancestor a:hover {
		color: #fff !important;
}
.dropdown-menu li a:hover {
	color: #333 !important;
	background: #e8e8e8;
}
.dropdown-menu .current-page-parent a {
	color: #333;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top,transparent 0,transparent 100%);
	background-image: -o-linear-gradient(top,transparent 0,transparent 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
	background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	margin-top: -4px;
	padding-bottom: 19px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	background-color: #72A951;
	background-image: -webkit-linear-gradient(top,#72A951 0,#72A951 100%);
	background-image: -o-linear-gradient(top,#72A951 0,#72A951 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#72A951),to(#72A951));
	background-image: linear-gradient(to bottom,#72A951 0,#72A951 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A951', endColorstr='#72A951', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0);
}
.navbar-default .navbar-nav > .open > a {
	color: #fff !important;
	background-color: #72A951;
	background-image: -webkit-linear-gradient(top,#72A951 0,#72A951 100%);
	background-image: -o-linear-gradient(top,#72A951 0,#72A951 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#72A951),to(#72A951));
	background-image: linear-gradient(to bottom,#72A951 0,#72A951 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A951', endColorstr='#72A951', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	box-shadow: inset 0 3px 9px rgba(0,0,0,);
	margin-top: -4px;
	padding-bottom: 19px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #72A951;
    background-color: transparent;
}
.dropdown-menu li {
    margin: 0 !important;
}
.border-top {
    border-bottom: 4px solid #2C5DB4;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/************CUSTOM****************/
/**
blue = #26509a
green = #72a951
red = #d03038

**/
/**------GLOBAL-------**/
.panel-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.colstyle {
	flex-direction: column;
}
.dark-gray {
	background: #e1e1e1;
}
.desktop{
	display: block;
}
.provider-desktop {
	display: block;
}
.mobile {
	display: none;
}
.provider-mobile {
	display: none;
}
.profile-wrapper {
    margin: 25px 0;
		padding: 0 40px 0 0;
}
.profile-image {
    margin-right: 30px;
}
.provider-image {
    width: 200px;
}
.provider-content h3 {
    margin: 10px 0 0;
}
.provider-content .p_specialties {
    margin: 5px 0;
}
.specialties ul {
	list-style: none;
	padding:0;
}
.p_phoneno {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
/*single provider pages*/
.individual-provider {
    margin: 40px 0;
}
.individual-provider .provider-image {
    width: 250px;
		margin: 0 auto 15px;
}
.provider-left-panel {
	width: 100%;
	background: #F4F4F4;
	padding: 15px;
	border-top: 8px solid #E1E1E1;
	font-size: 14px;
	margin: 0 30px 15px 0;
	flex-basis: 310px;
	flex-shrink: 0;
}
.no-space {
	margin: 2px 0;
}
.department, .specialties, .contact {
	margin-bottom: 15px;
}
.provider-left-panel h4 {
    color: #26509a;
    font-size: 18px;
}
.education-section h3, .education-section h4, .accomplishments-section h3, .accomplishments-section h4 {
	color: #26509a;
	margin-bottom: 2px;
}
.education-section p, .accomplishments-section p {
	margin-top: 2px;
}
.education-section h3, .accomplishments-section h3 {
	margin-bottom: 20px;
}

/**----------HEADER----------**/
.site-header {
	border-top: 5px solid /**#72A951**/ #d03038;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(90deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 100%);
	background: linear-gradient(90deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#f4f4f4",GradientType=1);
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.4);
	position: relative;
	z-index: 9;
}
.site-branding {
	padding: 10px 0;
}
.logo {
    width: 60%;
    float: left;
}
.call {
    width: 40%;
    float: right;
    text-align: right;
}
.call-us {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #26509A;
}
.call-us p {
	margin: 0 0 5px;
}
/**----------HOMEPAGE----------**/
.featured {
    position: relative;
}
.featured-caption {
	border-top: 8px solid #72a951;
  position: absolute;
  left: 0;
  top: 20%;
  background: rgba(114,169,81,0.16);
  padding: 30px 40px 50px 65px;
  min-width: 700px;
	color: #26509A;
	font-size: 28px;
}
.featured img {
    width: 100%;
}
.featured-caption h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	margin: 10px 0 8px;
}
.featured-caption a button {
    float: right;
}
.box {
  flex-basis: 390px;
  background: #f4f4f4;
  margin: -20px 20px 30px 0;
  padding: 20px 20px 30px 20px;
  position: relative;
	color: #26509a;
}
.box h2 {
	margin: 10px 0 15px;
}
.box.red {
	border-top: 8px solid #d03038;
}
.box.red::after {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    color: #e3e3e5;
    position: absolute;
    right: 10px;
    bottom: 5px;
		font-size: 30px;
		font-weight: 900;
}
.box.green {
	border-top: 8px solid #72a951;
}
.box.green::after {
    content: "\f109";
    font-family: "Font Awesome 5 Free";
    color: #e3e3e5;
    position: absolute;
    right: 10px;
    bottom: 5px;
		font-size: 30px;
		font-weight: 900;
}
.box.blue {
	border-top: 8px solid #26509a;
}
.box.blue::after {
    content: "\f469";
    font-family: "Font Awesome 5 Free";
    color: #e3e3e5;
    position: absolute;
    right: 10px;
    bottom: 5px;
		font-size: 30px;
		font-weight: 900;
}
.news {
	background: #e1e1e1;
	padding: 45px 0 30px;
}
.news h2 {
	color: #26509a;
	font-size: 32px;
}
.news-wrapper {
	flex-basis: 390px;
	margin: 20px 20px 20px 0;
	position: relative;
}
.news-content {
	font-size: 15px;
}
.news-content h2 {
	text-transform: uppercase;
	font-size: 18px;
}
.news-content p {
    padding-bottom: 50px;
}
.news-readmore {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.news-readmore button {
    width: 100%;
    text-align: right;
}
.all-news a { 
	color: #26509a;
	font-size: 22px;
  padding-right: 15px;
}
.all-news a:hover { 
	color: #72aa51;
	text-decoration: none;
}
/**----------DEFAULT PAGES----------**/
.entry-title {
    color: #26509a;
		margin: 35px 0 10px;
}
/**----------SERVICES----------**/
.az-letters ul.az-links li a {
    color: #26509a !important;
		padding: 2px 8px;
}
#az-slider h2 span {
    color: #26509a;
}
.az-letters li.ui-tabs-active {
    background: #72A951 !important;
}
.az-letters ul.az-links li.ui-tabs-active a {
	color: #fff !important;
}
.letter-section h2.letter-title {
    border-bottom: 1px solid #ccc !important;
}

/**----------SERVICES SUBPAGES---------**/
.services-content {
	width: 68%;
	float: left;
}
.services-sidebar {
    width: 28%;
    float: right;
}
.sidebar {
	width: 100%;
	background: #F4F4F4;
	padding: 15px;border-top: 8px solid #E1E1E1;
	font-size: 14px;
	margin: 0 0 15px 0;
}
.sidebar h4 {
	color: #26509a;
	font-size: 18px;
}

/**----------NEWS----------**/
.blog-listing {
    width: 70%;
    float: left;
}
.widget-title {
    font-size: 22px;
}
.widget_archive ul {
	margin-left: 10px;
	list-style: none;
	padding-left: 0;
}
.widget_archive li {
    font-size: 18px;
}
.newslanding-image {
    width: 40%;
    float: left;
}
.newslanding-content {
    width: 55%;
    float: right;
}
.newslanding-content a button {
	width: 100%;
	text-align: right;
}
.newslanding {
	flex-basis: auto;
}
.newslanding .entry-meta {
    margin-top: -5px;
    margin-bottom: 8px;
}
.newslanding-content h2 {
    margin-top: 0;
}
.news-image {
    width: 100%;
    float: none;
    margin: 0 15px 20px 0;
}
.news-title {
    margin: 5px 0;
}
.entry-meta {
    font-size: 12px;
}
.entry-footer {
    margin-bottom: 30px;
}
.edit-link {
    display: block;
    font-style: italic;
}

/**----------FOOTER----------**/
.site-footer {
	font-family: 'Open Sans', sans-serif;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #72aa51;
	text-decoration: none;
}
.site-info {
    background: #26509a;
    color: #fff;
    padding: 20px 0;
		font-weight: 300;
}
span.heading {
	font-size: 22px;
	line-height: 28px;
}
.about-menu {
    width: 33%;
    float: left;
}
.foot-menu {
	font-size: 18px;
}
.copyright {
	background: #72aa51;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: right;
	padding: 10px 0;
}
.copyright img {
    width: 5%;
		margin-left: 10px;
}

/**PROVIDER DIRECTORY**/
.content-left.provider-directory {
    width: 70%;
    float: left;
}
.content-right.provider-directory.sidebar {
    width: 30%;
    float: right;
}
.searchandfilter ul {
    padding: 0;
    margin: 0;
}
.provider-filter p, .provider-filter h2 {
	margin-bottom: 0;
}
.panel-wrapper.directory h1.entry-title {
	margin-bottom: 20px;
}

/**********************************************************************************************/
/**************************************   MEDIA QUERIES   *************************************/
/**********************************************************************************************/
@media (max-width: 1600px) {
	.featured-caption a button:hover {
    border-color: #fff !important;
    color: #fff !important;
	}
}
@media (max-width: 1440px) {
	.featured-caption {
    background: rgba(114,169,81,0.30);
		font-size: 23px;
	}
	.featured-caption p {
		margin-bottom: 8px;
	}
	.featured-caption h1 {
			font-size: 40px;
			line-height: 45px;
	}
	.featured-caption {
			
	}
}
@media (max-width: 1200px) {
	.site-branding {
    padding: 10px 20px;
	}
}
@media (max-width: 1080px) {
.featured-caption {
    top: 8%;
    padding: 30px 30px 50px 30px;
    min-width: 600px;
    color: #26509A;
    font-size: 25px;
	}
	.panel-wrapper {
    padding: 0 20px;
	}
	/*blog - single*/
	.news-title {
    font-size: 27px;
	}
	/*provider directory*/
	.content-left.provider-directory {
    width: 65%;
	}
	.content-right.provider-directory.sidebar {
    width: 35%;
	}
}

@media (max-width: 1024px) {
	.featured-caption h1 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.featured-caption {
	    color: #26509A;
	    font-size: 22px;
	}
	/*provider directory*/
	.content-left.provider-directory {
    width: 61%;
	}
	/*mobile menu - submen**/
	.mobmenu_content #mobmenuright .sub-menu {
    padding: 5px 0 !important;
	}
}

@media (max-width: 900px) {
	/*home*/
	.box h2 {
    font-size: 25px;
	}
	.featured-caption {
    top: 7%;
    padding: 15px 20px 20px 20px;
    min-width: 500px;
	}
	.news-wrapper {
    margin: 20px 40px 20px 0;
	}
	.news-content h2 {
    font-size: 17px;
	}
	/*blog/news*/
	.newslanding-content h2 {
    font-size: 21px;
	}
	/*blog - single*/
	.news-title {
    font-size: 27px;
	}
	/*footer*/
	.copyright img {
	    width: 6%;
	}
	/*provider directory*/
	.content-right.provider-directory.sidebar {
    width: 100%;
	}
	.content-left.provider-directory {
    width: 100%;
	}
	.sf-field-search {
    width: 100% !important;
    float: none !important;
	}
	.searchandfilter ul li.sf-field-taxonomy-specialties {
    width: 55%;
    float: left;
	}
	.searchandfilter ul li.sf-field-taxonomy-department {
    width: 45%;
    float: left;
	}
	.sf-field-taxonomy-specialties ul li, .sf-field-taxonomy-department ul li {
	    width: 100%;
	}
	.provider-filter.desktop {
		display: none;
	}
	.provider-filter.mobile {
		display: block;
	}
	
}
@media (max-width: 800px) {
	.services-content {
		width: 59%;
	}
	.services-sidebar {
	    width: 38%;
	}
	/*footer*/
	.copyright span {
    display: block;
	}
	.copyright span.divider {
	    display: none;
	}
	.copyright span.cmc-logo {
		padding: 4px 0 2px;
	}
}
@media (max-width: 768px) {
	.logo {
    width: 55%;
	}
}
@media (max-width: 736px) {
	.featured-caption {
	    padding: 0px 20px 10px 20px;
	    min-width: 400px;
	}
	.featured-caption h1 {
    font-size: 28px;
    line-height: 30px;
	}
	.featured-caption {
    font-size: 18px;
	}
	.news .flex {
    flex-direction: column;
    flex-basis: auto;
	}
	.about-menu {
    width: 50%;
	}
	/*blog*/
	.blog-listing {
    width: 100%;
    float: none;
	}
	.sidebar {
    width: 50%;
    float: none;
    margin: 0 auto 15px auto;
	}
	/*blog -single */
	article.post {
    margin-top: 25px;
	}
	.services-sidebar .sidebar {
		width: 100%;		
	}
	/*footer*/
	.copyright img {
    width: 7%;
	}	
}
@media (max-width: 667px) {
	.box-row.flex {
    flex-direction: column;
	}
	.box {
    flex-basis: auto;
	}
	.featured-caption h1 {
    font-size: 21px;
    line-height: 25px;
    margin: 8px 0 5px;
	}
	.featured-caption {
    font-size: 15px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display:block;
	}
}
@media (max-width: 640px) {
	.logo {
    width: 55%;
	}
	.call-us {
    font-size: 22px;
	}
	/*blog*/
	.newslanding-image {
    width: 100%;
    float: none;
	}
	.newslanding-content {
    width: 100%;
    float: none;
    margin-top: 25px;
	}
	/*footer*/
	.copyright img {
    width: 8%;
	}
}
@media (max-width: 600px) {
	.login button.blue {
		padding: 8px 10px;
	}
	.call-us {
    font-size: 21px;
	}
	.featured-caption {
    min-width: 300px;
	}
	.logo {
    width: 60%;
	}
	.call {
    width: 40%;
	}
	.call-us {
    font-size: 20px;
	}
	.services-content {
    width: 100%;
    float: none;
	}
	.services-sidebar {
    width: 100%;
    float: none;
	}
	/*provider directory*/
	.searchandfilter ul li.sf-field-taxonomy-specialties, .searchandfilter ul li.sf-field-taxonomy-department {
    width: 100%;
    float: none;
	}
}
@media (max-width: 568px) {
	.call-us {
    font-size: 18px;
	}
	.copyright img {
    width: 9%;
	}
}
@media (max-width: 534px) {
	.call-us {
    font-size: 19px;
	}
	.logo {
    width: 55%;
	}
	.call {
    width: 45%;
	}
	img.logo {
    width: 75%;
	}
	/*blog*/
	.sidebar {
		width: 75%;
	}
	/*footer*/
	.copyright img {
    width: 10%;
	}
}
@media (max-width: 480px) {
	.call-us {
    font-size: 15px;
	}
	.call {
    width: 50%;
	}
	.logo {
    width: 50%;
	}
	img.logo {
    width: 90%;
	}
	.box {
    margin: 20px 20px 30px 0;
	}
	.featured-caption h1 {
    font-size: 16px;
    line-height: 20px;
	}
	.featured-caption {
    font-size: 13px;
	}
	.featured-caption a button {
    font-size: 13px;
    font-weight: lighter;
	}
	/**provider-single-pages**/
	.provider-desktop {
		display: none;
	}
	.provider-mobile {
		display: block;
	}
	.individual-provider.flex {
    flex-direction: column;
	}
	.provider-left-panel {
		flex-basis: auto;
	}
	/*footer*/
	.copyright img {
    width: 11%;
	}
	.about-menu {
    width: 100%;
    margin-bottom: 25px;
	}
}
@media (max-width: 414px) {
	.featured-caption {
    width: 100%;
    border-top: 0;
    top: 0;
    bottom: 0;
	}
	.featured-caption h1 {
    font-size: 18px;
    color: #fff;
    text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.8);
	}
	.featured-caption {
    font-size: 15px;
    text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.8);
    color: #fff;
	}
	.featured-caption a button:hover {
		text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.8);
	}
	.logo {
    width: 100%;
		margin-bottom: 10px;
	}
	.call {
    width: 100%;
		text-align: center;
	}
	.call-us {
    font-size: 18px;
	}
	/*blog*/
	.news-wrapper {
    margin: 20px 0 20px 0;
	}
	article.page .entry-title {
		font-size: 29px;
	}
	/*footer*/
	.copyright img {
		width: 12%;
	}
	/*provider directory*/
	.profile-wrapper.flex {
    flex-flow: column;
	}
	.profile-wrapper {
		padding: 0;
	}
	.profile-image {
    margin-right: 0;
    align-self: center;
	}
}
@media (max-width: 375px) {
	.logo {
    width: 75%;
		margin-bottom: 5px;
	}
	.about-menu {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.box {
    margin: 20px 0 15px 0;
	}
	/*blog*/
	.sidebar {
		width: 90%;
	}
	/*footer*/
	.copyright img {
    width: 13%;
	}
}
@media (max-width: 360px) {
	/*footer*/
	.copyright img {
    width: 14%;
	}
}
@media (max-width: 320px) {
.featured-caption {
    font-size: 13px;
		text-shadow: 3px 1px 2px rgba(0, 0, 0, 1);
	}
.featured-caption h1 {
    font-size: 16px;
		text-shadow: 3px 1px 2px rgba(0, 0, 0, 1);
	}
	.featured-caption a button {
    padding: 5px 15px;
	}
	.featured-caption a button:hover {
    background: #fff;
		color: #72A951 !important;
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.logo {
    width: 80%;
	}
	article.page .entry-title {
		font-size: 27px;
	}
	/*footer*/
	.copyright img {
    width: 15%;
	}
}
