/*
	Theme Name: Speed Pro Theme
	Theme URI: https://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: https://tinyfrog.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=PT+Sans:700,400);
/*
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;width:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

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

.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,
.wrap:before {
	content: " ";
	display: table;
}

.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,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #444444;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

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

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

a {
	color: #3fbbb7;
	font-weight: 400;
	text-decoration: none;
	font-family:arial;
	font-size:14px;
	
	

}

a:hover {
	color: #3fbbb7;
	border-bottom:1px solid #3fbbb7;
	

}

p {
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}


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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'PT Sans', sans-serif;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

h3 {
	font-size: 16px;
	font-size: 1.4rem;
}

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

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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;
	margin-bottom: 4rem;
	width: 100%;
}


th,
td {
	text-align: left;
}
.page-id-33 td, .page-id-33 tdtbody{
	border:0px;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding-left:20px;
	padding-right:20px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 32px;
	padding-top: 3.2rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

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

/* Content */

.content {
	float: left;
	width: 720px;
}
.content-sidebar .content{
	width:800px;
}

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

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


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 10px 0;
	margin: 0 2.4rem 1rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */
/*
.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

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

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

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

.entry-title {
	font-family: 'PT Sans', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	color: #444444;
	line-height: 1;
	margin-bottom:30px;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

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

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	color: #3fbbb7;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 16px;
	padding: 0.5rem  1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}
body .gform_wrapper .top_label textarea.textarea {
width: 70.2%;
}
.page-template-page_blog-php .entry-content, .archive .entry-content {
border-bottom: 3px double #DDDDDD;
}
.entry-title a{
font-size:20px;
}
.page-template-page_blog-php .entry-title{
margin-bottom: 10px;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size:80%;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color:#eef7f5;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	z-index: 999;
	width: 100%;
	height: 185px;
	position:relative;
	z-index:500;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	text-indent:-9999px;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
	width:467px;
	height:107px;
	background:url(images/logo.jpg) no-repeat;
	display:block;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}
.locations{
	float:right;
	margin-right:14px;
	background:url(images/location-bg.png) no-repeat;
	background-position: left center;
	font-size:14px;
	padding-left:15px;
	margin-top:68px;
	font-weight: 400;
	color:#46BEC5;
	letter-spacing: 0;
	display: block;
	margin-right: 25px;
}
.locations:hover
{
	color:#faa740;
}
.covered-california{
	float:right;
	width:85px;
	height:107px;
	background:url(images/coverd.jpg) no-repeat;
	display:block;
	margin-right:25px
}
.ncqa{
	float:right;
	width:143px;
	height:107px;
	background:url(images/ncqa.png) no-repeat;

}
.outer-logos{
	width:480px;
	float:right;
	margin-top:15px;
}
.outer-logos .patient-portal{
	margin-right: 10px;
	margin-top: -10px;
	padding-right: 17px;
}
.outer-logos .patient-img{
	background: url(images/patient-icon.png) no-repeat;
	padding-bottom: 10px;
	padding-top: 1px;
	padding-left: 17px;
	
}
.outer-logos .patient-portal{
	background: none;
	color:#46BEC5;
	font-size: 14px;
	font-weight: 400;
	padding-right: 10px;
}
.outer-logos .patient-portal:hover{
	background:none;
	color:#faa740;
	
	

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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	margin-top:35px;
}
#menu-item-21 a {
	background:url(images/home-bg-icon.png) no-repeat;
	background-position:center center;
	text-indent:-9999px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
	margin-right:1px;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 0px;
	position: relative;
	font-weight:bold;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1ca67a;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width:200px;
	z-index: 99;
	border-radius: 10px;
box-shadow: 0px 1px 9px -4px #444444;
padding-bottom: 20px;
padding-top:20px;
background: #fff;

}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 2px 20px;
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	width:200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}
.home-menu{
	width:22px;
}
.about-menu{
	width:79px;
}
.our-services-menu{
	width:145px;
}
.faqs-menu{
	width:66px;
}
.payment-menu{
	width:100px;
}
.payment-info-menu{
	width:133px;
}
.board-drcts-menu{
	width:207px;
}
.donate-menu{
	width:90px;
}
.privacy-menu{
	width:93px;
}
.contact-menu{
	width:90px;
}

.adults-menu{
	width:100px;
}
.prediatrics-menu{
	width:130px;
}
.prental-menu{
	width:120px;
}
.repeoductive-menu {
	width: 250px;
}
.dental-menu {
    width: 100px;
}
.teens-menu{
	width:90px;
}
.mental-health-menu {
	width: 183px;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background:url(images/nave-bg.png) no-repeat;
	background-size:contain;
	height:122px;
	background-position:center center;
	margin-top: -59px;
	position:relative;
	z-index:500;
	background-size:cover;
}
.nav-primary .wrap{
padding-left:35px;
}
#slider{
margin-top:-30px;
	clear:both;
}

#soliloquy-container-27{
	margin:0 auto;
	
}
body .soliloquy-theme-classic .soliloquy-pager {
	margin: 0;
	text-align: center;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: none;
	color:#1ca67a;
	text-align:left;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover{
	background:#1ca67a;
	color:#fff;
}
.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}
.site-footer .wrap {
	padding-left: 0px;
	padding-right: 0px;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font-family:'dashicons';
	font-size: 40px;
	font-size: 4rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top:5px;

}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

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

.entry-categories,
.entry-tags {
	display: block;
}
.single-format-standard .entry-title{
margin-bottom:10px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}
body #menu-item-47{
margin-right:0px;
padding-right:0px;
}

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

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 245px;
}

.sidebar-content .sidebar {
	float: left;
}
.content-sidebar #text-3{
	border:none;
	width:100%;
	background:#e2f8f2;
	padding: 10px 10px;
	border-radius: 8px;
}
.content-sidebar #text-7{
	border:none;
	width:100%;
	padding:10px 10px;
	background:#f2f2f2;
}
.content-sidebar #text-15{
	width:100%;
	padding: 10px 10px;
	background: #f2f2f2;
	border-radius: 8px;
	height: 150px;
	margin-left:0px;
}
#text-15 .see-more{
	background:#3fbbb7;
	width:130px;
}
#text-15 .see-more:hover{
	background:#31a5a1;
}
#text-12 .widget-title{
	color:#93d552;
}
#nav_menu-5 .widget-title{
	color:#3FBBB7;
}
body .su-tabs-nav span.su-tabs-current{
	background:#e2f8f2;
	color: #3fbbb7;
}
body .su-row{
	font-family: arial;
font-size: 14px;
}
body .su-tabs-nav span:hover {
background: #e2f8f2 !important;
color: #3fbbb7;
}
body .su-tabs{
	background:#f2f2f2;
	color: #3fbbb7;
	padding:0px;

}
div#tabs ul {
margin-left: 0px;
}
.ui-tabs-nav li {
list-style-type: none !important;
display: inline-block;
padding: 10px 19px;
font-size: 16px;
min-height: 40px;
color: #fff;
font-weight: 600;
line-height: 20px;
}
.ui-tabs-nav li:hover, .ui-tabs-active:active{
	background: #9ADEC9 !important;
}
#tabs ul li a:hover{
	color:#3fbbb7 !important;
	border:none;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
	background: #9ADEC9 !important;
	
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a span{
		color: #3fbbb7 !important;
		border: none;
}
body .su-tabs-nav, .ui-state-default{
	
	list-style-type:none;
}
.ui-tabs-nav{
	background: #3fbbb7;
	border-radius: 4px 4px 0px 0px;
}
body .su-tabs-pane{
	border: 2px solid #f2f2f2;
	padding:20px 30px;
}
#tabs ul li a{
	color:#fff !important;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}	
body .su-tabs-nav span{
	display: inline-block;
	padding: 10px 19px;
	min-height: 40px;
	line-height: 20px;
}
.content-sidebar #text-12{
	width:100%;
	padding: 10px 10px;
	background:#efffe0;
	border-radius: 8px;
}
.content-sidebar #nav_menu-5{
	width:100%;
	padding: 10px 10px;
	background: #E2F8F2;
	border-radius: 8px;
	padding-bottom: 20px;
}
.content-sidebar #nav_menu-4{
	width:100%;
	padding: 10px 10px;
	background: #f2f2f2;
	border-radius: 8px;
	line-height:2;
}
.content-sidebar .see-more{
	margin-top:10px;
}
.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.orange-color a{
	color:#faa740;
	border-bottom:1px solid #faa740;
}
.orange-color a:hover{
border:none;
}
.aqua-color a:hover{
border:none;
}
#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6{
margin-top:-15px;
border: 2px solid #f2f2f2;
padding: 20px 30px;
}
.green-color{
	color:#93d552;
	border-bottom:1px solid #93d552;

}
.green-color:hover{
border:none;
}
.aqua-color a{
	color:#3fbbb7;
	border-bottom:1px solid #3fbbb7;
}
.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home .for-patients{
	float:left;
	width:100%;
	padding-right:30px;
}
.home .faqs{
	float:left;
	width:100%;
	padding-right:30px;
	font-size:19px;
	color:#444444;
	line-height:1.2;
}
.see-more{
	width:115px;
	height:35px;
	background:#ffc44d;
	border-radius:3px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:35px;
	text-align:center;
	margin-top:18px;
}
.see-more:hover{
	background:#faa740;
}
.see-more a{
	color:#fff;
	font-weight:bold;
	border:none;
}
.home .whats-new{
	float:left;
	width:100%;
	color:#444444;
	font-size:14px;
	
}
.home .site-inner .widget{
	float:left;
}
#text-10, #text-9{
margin-top:40px;
}
.blue-link{
	font-size: 20px;
	color: #3fbbb7;
	border-bottom:1px solid #3fbbb7;
	display:block;
	background:url(images/list-arrow.png) no-repeat;
	background-position: right 5px center;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
.blue-link:hover{
font-weight:bold;
color: #3fbbb7;
}
#service-offer{
	border-top:1px solid #3fbbb7;
}
.bold-text{
	font-size:20px;
	color:#444444;
	letter-spacing:-0.9px;
}
#text-6{
	width:262px;
	margin-left:35px;
}
#text-7{
	padding-left: 30px;
	border-left: 1px solid #d2d2d2;
	width:485px;
}
#text-3{
	width:250px;
	border-right: 1px solid #d2d2d2;
}
#read-more{
	width:124px;
	color:#fff;
}
span.footer-first-line{
	margin-bottom:10px;
	display: block;
	font-weight: 700;

}
.footer-first-line-firstcol{
	margin-bottom:10px;
	display: block;
	margin-top: 19px;
	font-weight: 700;
}
#menu-lower-menue li{
	float:left;
	margin-top:25px;
	list-style: none;
	background:url(images/menu-bg-border_06.jpg) no-repeat;
	background-position:right center;
	margin-right:20px;
	
}
.footer-last-line{
	margin-bottom:7px;
	display:block;
}
#menu-lower-menue li a{
	color:#fff;
	font-weight:bold;
	font-size:18px;
	border:none;
	
}
#menu-item-13 a{
	padding-right:0px;
}
body #menu-item-120{
	margin-right:0px;
}
body #menu-item-47{
background:none !important;
padding-right:0px;
margin-right:0px;
}
	
#nav_menu-2{
	height:103px;
	width:100%;
	max-height:103px;
	/*background:url(images/lower-nav-bg.png) no-repeat;
	background-position:center center;
	background-size:contain;
	position:relative;
	z-index:500;
	margin-top:-50px;*/
	
	}
div.lower-main-menu{
	height:103px;
	width:100%;
	background:url(images/lower-nav-bg.png) no-repeat;
	background-position:center center;
	background-size:contain;
	position:relative;
	z-index:500;
	margin-top:-5px;
	background-size:cover;
	clear: both;
}
li#menu-item-149{
	background:none;
	margin-right:0px;
}

body .formcaptcha{
	width: 70.2%;
}
body .recaptchatable a{
	color: #3fbbb7;

}
body .recaptchatable a:hover{
	color: #3fbbb7;
	border-bottom: 1px solid #3fbbb7 !important;

}
.gform_footer input[type="submit"] {
	background: #3fbbb7;
	padding: 9px 20px;

}
.gform_footer input:hover[type="submit"]{
	background: #31a5a1;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #e3f7f2;
	font-family:Arial, Helvetica, sans-serif;
	color: #444444;
	margin-top:85px;
	clear: both;
}

.footer-widgets .wrap {
	padding: 15px 0 0px;
	padding: 1.5rem 0 0rem;
}

.footer-widgets-1 {
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	width: 340px;
}

.footer-widgets-3 {
	float: right;
	margin: 42px 0 0;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
	color: #3fbbb7;
	font-size:18PX;
	font-family: 'PT Sans', sans-serif;
}


.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
.phone-icon{
	background:url(images/phone-icon.png) no-repeat;
	background-position:center left;
	padding-left: 25px;
	color:#444;
}
.fax-icon{
	background:url(images/fax-icon.png) no-repeat;
	background-position:center left;
	padding-left: 25px;
	color:#444;
}

.footer-widgets a{
	color:#444;
}

.footer-left{
	float:left;
}
.footer-right{
	float:right;
}
.social-contaner{
	float:right;
	width:315px;
}
.patient-portal{
	float:right;
	width:212px;
	height:36px;
	background:url(images/SDFC-Button.png) no-repeat;
	border-radius:5px;
	font-size:18px;
	color:#fff;
	letter-spacing: 0;
	background-size:contain;
}


.fb{
	float:right;
	width:20px;
	height:20px;
	margin-left:35px;
	background:url(images/fb-icon.png) no-repeat;
	margin-top:12px;
}
.twitter{
	float:right;
	width:20px;
	height:20px;
	margin-left:10px;
	background:url(images/twitter-icon.png) no-repeat;
	margin-top:12px;
}
.top-footer{
	width:100%;
	padding-bottom: 66px;
	padding-top: 24px;
	
	
}
.patient-img{
	background:url(images/patient-img.png) no-repeat;
	background-position:center left;
	padding-left: 27px;
	line-height: 45px;
	
}
.bottom-footer{
	color: #444444;
	font-size: 11px;
	font-family: arial;
	width: 100%;
	letter-spacing: 0px;
	clear: both;
	font-weight: lighter;
	border-top:1px solid #d2d2d2;
	padding-bottom: 30px;
	padding-top: 30px;
}
.tiny-link{
color: orange !important;
text-decoration: underline;
font-size: 12px;
}
.tiny-link:hover{
text-decoration:none;
}
.tiny-frog{
float:right;
}
#menu-our-services li{
margin-bottom:0px;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f2f2f2;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #999;
}

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

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

body .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	bottom: 8%;
}

body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    	background: rgba(255, 255, 255, 0.9);
	width: 520px;
	border-radius: 10px;
	padding: 25px 27px 30px;
	text-align: left;
}

body .soliloquy-container .soliloquy-item-1 .soliloquy-caption .soliloquy-caption-inside,
body .soliloquy-container .soliloquy-item-3 .soliloquy-caption .soliloquy-caption-inside,
body .soliloquy-container .soliloquy-item-6 .soliloquy-caption .soliloquy-caption-inside {
	margin: 0 0 0 12%;
}

body .soliloquy-container .soliloquy-item-2 .soliloquy-caption .soliloquy-caption-inside,
body .soliloquy-container .soliloquy-item-4 .soliloquy-caption .soliloquy-caption-inside,
body .soliloquy-container .soliloquy-item-5 .soliloquy-caption .soliloquy-caption-inside,{
	    float: right;
    	    margin: 0 12% 0 0;
}

body .soliloquy-caption-inside h2 {
    	font-size: 28px;
    	color: #444;
    	font-weight: 400;
	text-align: left;
	margin: 0 0 22px;
}

body .soliloquy-caption-inside p {
    	font-size: 16px;
    	color: #444;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 22px;
}

body .soliloquy-caption-inside p.small-text {
    	font-size: 12px;
    	color: #444;
}

body .soliloquy-caption-inside a {
	background: #9ccd3e;
	color: #fffcf2;
	font-size: 16px;
	font-weight: 700;
    	display: inline-block;
    	padding: 10px 20px;
    	border-radius: 5px;
	text-transform: uppercase; 
}

body .soliloquy-caption-inside a:hover {
	border: none;
}

#slider img {
	width: 100%;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    bottom: 0;
}

body #pojo-a11y-toolbar {
    top: auto !important;
    bottom: 0 !important;
}

.for-sticky-header {
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

.sticky .for-sticky-header{
	position:fixed;
	width:100%;
}

.top-gap{
	padding-top:50px;
}

.left-border{
	padding-left: 30px;
    border-left: 1px solid #d2d2	
}

/*
 Radio Buttons Styling
-------------------------------------------------  */
body #gform_wrapper_4 .gchoice {
    z-index:1;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    height:70px;
    width: 100%!important;
}

body #gform_wrapper_4 input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 5px;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
    background:#dfe1e5;
    position:absolute;
}

body #gform_wrapper_4 input.gfield-choice-input:hover,
body #gform_wrapper_4 .gchoice label:hover {
    cursor:pointer;
}

body #gform_wrapper_4 input.gfield-choice-input:checked {
    background:#1ca67a;
}

body #gform_wrapper_4 input.gfield-choice-input:checked + label {
    color:white;
}

body #gform_wrapper_4 .gchoice label {
    z-index:3;
    font-weight:700;
    color:#141c25;
    display:block;
    position: absolute;
    padding: 0 0 0 30px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}

body #gform_wrapper_4 input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

body #gform_wrapper_4 input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}

body #gform_wrapper_4 input[type="radio"].gfield-choice-input + label:after {
    border-radius:50px;
}

body #gform_wrapper_4 input.gfield-choice-input:checked + label:after {
    content: "\00D7";
    border: 2px solid white;
}

#input_4_5 {
	font-size: 24px;
	font-weight: 700;
}


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

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: auto;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 280px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 220px;
	}
	.genesis-nav-menu a{
		padding:20px 0px;
		font-size:13px;
	}
	
	.left-border{
		padding-left: 0px;
		border-left: 0px;	
	}

	.footer-widgets-2 {
    		margin: 37px 0 0;
	}

	.footer-widgets-3, .footer-widgets-4 {
    		margin: 15px 0 0;
	}
	
	body #menu-item-47 {
	margin-right: 0px !important;
	padding-right:0px !important;
	
}
#text-3 {
width: 235px;
}
#text-6 {
width: 230px;
}
.whats-new {
float: left;
width: 370px;
color: #444444;
font-size: 14px;
}
#text-7{
	width:400px;
}
.content-sidebar .content {
width: 640px;
}
body .su-tabs-nav span{

padding: 10px 9px;
font-size: 15px;
}
.sidebar {
width: 245px;
}
.footer-right {
float: none;
margin: 0 auto;
	}
	.footer-widgets .widget-title{
		font-size:15px;
	}
	span.footer-first-line, .footer-first-line-firstcol{
		font-size:15px;
	}
	.nav-primary .wrap{
		padding-left:0px;
	}
.blue-link{
	background-position: right center;
	font-size:16px;
	}
	.about-menu {
		width: 45px;
	}
	.our-services-menu {
		width: 100px;
	}
	.faqs-menu {
		width: 40px;
	}
	.payment-menu {
		width: 65px;
	}
	.payment-info-menu {
		width: 95px;
	}
	.board-drcts-menu {
		width: 185px;
	}
	.donate-menu {
		width: 70px;
	}
	.board-drcts-menu {
		width: 150px;
	}
	.donate-menu {
		width: 55px;
	}
	.privacy-menu {
		width: 60px;
	}
	.contact-menu {
		width: 65px;
	}
	.genesis-nav-menu .menu-item {
		margin-right: 18px;
	}
	#menu-item-21{
		margin-left:30px;
	}
	#menu-item-13{
		margin-right:0px;
	}
	div.lower-main-menu{
		background-size:contain;
		margin-top:-15px;
	}
	#menu-lower-menue li{
		margin-right:13px;
	}
	#menu-item-52{
		margin-left:13px;
	}
	.nav-primary{
		background-size:contain;
	}
	#menu-lower-menue li a{
		font-size:16px;
	}
	.adults-menu{
		width:93px;
	}
	.prediatrics-menu{
		width:129px;
	}
	.prental-menu{
		width:118px;
	}
	.repeoductive-menu {
		width: 242px;
	}
	.teens-menu{
		width:80px;
	}
	.mental-health-menu {
		width: 173px;
	}
	li#menu-item-149 {
		background: none;
		margin-right: 0px !important;
	}
}
@media only screen and (max-width: 960px) {

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}
	
	.top-gap {
		padding-top: 0px;
	}
	
	.home .footer-widgets{
		margin-top:0px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 180px;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.site-header .widget-area {
	width: auto;
	float: none;
	margin: 0 auto;
}
.site-header{
	height:310px;
}
.title-area {
float: none;
margin: 0 auto;
}
.genesis-nav-menu a {
padding: 20px 0px;
}
.genesis-nav-menu a{
	font-size:10px;
}
#slider {
margin-top: -45px;
}

#menu-lower-menue li a {
font-size: 11px;
}
#text-3 {
width: 190px;
}
#text-6 {
width: 180px;
}
#text-7 {
width: 225px;
}
.sidebar {
width: 210px;
}
.footer-widgets .widget-title {
font-size: 15PX;

}
.sidebar {
  width: 245px;
  float: none;
  margin: 0 auto;
  clear: both;
}
.title-area{
width:480px;
float:none;
margin:0 auto;
}
body #menu-item-47 {
margin-right: 0px;
padding-right:0px;
}
.blue-link{
font-size:14px;
}
.outer-logos{
float:none;
margin:0 auto;
}
	.our-services-menu {
		width: 80px;
	}
	.faqs-menu {
		width: 30px;
	}
	.payment-menu {
		width: 50px;
	}
	.payment-info-menu {
		width: 70px;
	}
	.board-drcts-menu {
		width: 115px;
	}
	.donate-menu {
		width: 45px;
	}
	.privacy-menu {
		width: 45px;
	}
	.contact-menu {
		width: 50px;
	}
	.genesis-nav-menu .menu-item {
		margin-right: 5px;
	}
	.adults-menu {
		width: 65px;
	}
	.prediatrics-menu {
		width: 85px;
	}
	.prental-menu {
		width: 80px;
	}
	.repeoductive-menu {
		width: 135px;
	}
	.teens-menu {
		width: 55px;
	}
	.mental-health-menu {
		width: 95px;
	}
	#menu-lower-menue li {
		margin-right: 28px;
	}
	#menu-item-52{
		margin-left: 17px;
	}
	div.lower-main-menu {
		margin-top: -25px;
		padding-top: 5px;
	}
	.patient-portal{
		width:212px;
		background-size:cover;
	}

	body .soliloquy-caption-inside h2 {
		font-size: 26px;
    		margin: 0 0 12px;
	}

	body .soliloquy-caption-inside p {
    		font-size: 14px;
    		margin: 0px 0 12px;
	}

	body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    		padding: 20px 27px 20px;
	}

	body .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    		bottom: 12%;
	}

}

@media only screen and (max-width: 600px) {
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
			width:100%;
			float:none;
		}
	

	.genesis-nav-menu a {
		padding: 4px 10px;
		padding: 0.4rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
		width:200px;
	
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	.site-title a, .site-title a:hover{
		width:100%;
		background-size:contain;
		height:70px;
	}
	.title-area{
		width:100%;
	}
	.site-header .widget-area{
		width:100%;
	}
	
.outer-logos{
	float:none;
	width:100%;
	clear:both;
}
.ncqa{
	float:none;
	margin:20px auto;
}
.covered-california{
float:none;
	margin:20px auto;	
}
.site-header {
height: auto;
}
.locations{
	float:none;
	margin:20px auto;
	background-position: center left;
	width:95px;
}
#responsive-menu-icon{
	float:none;
	margin:5px auto;
	text-align:center;
	
}
.nav-primary{
	height:auto;
	margin-top:-6px;
	background:none;
	background-color:cadetblue;
}
#slider {
margin-top: 0px;
}
#nav_menu-2{
	height:auto;
	background:cadetblue;
	margin-top:0px;
}

#menu-lower-menue li a{
	color:#e3f7f2;
	font-size:15px;
}
#menu-lower-menue li {
margin-right: 40px;
display: block;
float: none;
padding-left: 30px;
}
body #menu-item-47 {
margin-right: 0px;
padding-right:0px;
}
#text-3{
	width:100%;
	border:none;
	margin-top:35px;
}
#text-6{
	width:100%;
	border:none;
	margin-top: 20px;
	margin-left: 0px;
}
#text-7{
	width:100%;
	border:none;
	margin-top: 20px;
	padding-left: 0px;
}
.content-sidebar .content{
	width:100%;
}
.see-more{
	float:none;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    width: 280px;
    margin: 0 auto;
    float: none;
}

.sidebar {
width: 100%;
}
.social-contaner{
	width:100%;
}
.fb{
	margin-left: 9px;
}
.patient-portal{
	width: 205px;
	
}
.genesis-nav-menu .sub-menu{
background:none;
box-shadow:none;
padding-top:0px;
padding-bottom:0px;
}
.nav-primary .genesis-nav-menu .sub-menu a{
color:#fff;
font-size:13px;
background:none;
border:none;
padding-left:40px;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover{
background:none;
}
.genesis-nav-menu a:hover{
color:#fff;
}
.genesis-nav-menu a{
font-size:15px;
}
#menu-lower-menue li{
background:none;
margin-top:5px;
}
.genesis-nav-menu .current-menu-item > a{
color:#fff;
}
.genesis-nav-menu{
margin-top:0px;
}
.patient-portal{
margin-bottom:20px;
}
div.lower-main-menu {
    margin-top: -5px;
    margin-bottom: 85px;
    background: none;
    background-color: cadetblue;
    margin: 0;
    z-index: 9;
    position: relative;
    height: auto;
    padding-bottom: 130px;
}
	#menu-lower-menue li {
    width: auto;
}
.tiny-frog {
float: none;
}
.outer-logos .patient-portal{
padding-right:6px;
float: none;
margin: 0 auto 20px;
}
	#menu-item-52{
		margin-left:0px;
}
	.repeoductive-menu {
		width: 230px;
	}
	.mental-health-menu {
		width: 175px;
	}
	.outer-logos{
		display:none;
	}

	body .soliloquy-container .soliloquy-caption {
    		position: relative;
	}

	body .soliloquy-container .soliloquy-item-1 .soliloquy-caption .soliloquy-caption-inside, body .soliloquy-container .soliloquy-item-3 .soliloquy-caption .soliloquy-caption-inside {
    	margin: 0 auto;
	}

	body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    		background: rgba(255, 255, 255, 0.9);
    		width: 480px;
		text-align: center;
		padding: 20px 0px 20px;
	}

	body .soliloquy-caption-inside h2 {
    		text-align: center;
	}

	body .soliloquy-caption-inside p {
    		text-align: center;
	}

	body .soliloquy-container .soliloquy-item-2 .soliloquy-caption .soliloquy-caption-inside, body .soliloquy-container .soliloquy-item-4 .soliloquy-caption .soliloquy-caption-inside, body .soliloquy-container .soliloquy-item-5 .soliloquy-caption .soliloquy-caption-inside {
    		float: none;
    		margin: 0 auto;
	}

	body .soliloquy-theme-classic .soliloquy-next,
	body .soliloquy-theme-classic .soliloquy-prev {
		top: 30%;
	}
	body .genesis-nav-menu .menu-item{
		width:auto;
	}
	.genesis-nav-menu .menu-item.home-menu {
		width: 40px;
		margin-bottom: 10px;
	}
}

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

	body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    		width: 270px;
	}

	body .soliloquy-caption-inside h2 {
    		font-size: 22px;
	}

}

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

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

	.locations {
		float:none;
		margin:20px auto;
	}

}