/*
 Theme Name:   Twenty Sixteen Child
 Description:  Twenty Sixteen Child
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twenty-sixteen-child
 
 

 font-family: 'Ubuntu', sans-serif;
 font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Passion One', sans-serif;

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}



address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 1em;
	line-height:1.4;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-top: 10px;
	margin-bottom: 15px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

blockquote p {
	margin-bottom:.75em;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}


img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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: separate;
	border-spacing: 0;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}




/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: auto;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	width: auto;
	text-indent: 0;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid 1px #00355f;
	color: #00355f;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
	vertical-align: bottom;
	font-family: 'Ubuntu', sans-serif;
	background-color: transparent;
}




button.search-submit {
	 background-color: #045a90;
	display: inline-block;
    height: 32px;
    padding: 0;
    width: 32px;
    margin-top: 0;
    clear: none;
    border: solid 1px #FFF;
	background-image: url(images/glass.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	text-indent: 100px;
}







button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #00355f;
	color: #fff;
}


.button {
	height: auto;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid 1px #00355f;
	color: #00355f!important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	background-color: #FFF;
	text-decoration: none;
	display:inline-block;
	font-weight: 700;
}

.button:hover,
.button:focus {
	background-color: #00355f;
	color: #fff!important;
}


.big-button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 17.5px 35px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1.2em;
   text-decoration: none;
   vertical-align: middle;
	display:inline-block;
   }
.big-button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #FFF;
   }
.big-button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }





.mycare-button {
	height: auto;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	width: auto;
	text-indent: 0;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #5ea73c;
	border: solid 2px #5ea73c;
	color: #FFF!important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
	vertical-align: bottom;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
}


.mycare-button:hover,
.mycare-button:focus {
	background-color: #5ea73c;
	color: #fff!important;
}




/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

.home .wp-post-image {
	border-top:none;
	margin-top:0px;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
	width:100%;
}

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


.full-size {
	max-width:100%!important;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

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


.single-event .gallery {
	display: flex;
	align-items: center;
}

.gallery + * {
	clear:both;
}

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}











/**---- MY STYLES  ------ */


* {
	box-sizing:border-box;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	 font-family: 'Ubuntu', sans-serif;
	 font-size:16px;
	font-weight:300;
}

a {
	color: #00355f;
	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}


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

a:active,
a:hover {
	color: #88C1E7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}



ul,
ol {
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 2em;
	padding: 0;
	line-height: 1.4;
}

ul li,
ol li {
	margin-top: 7px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7px;
	padding: 0;
}



/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
 
header.site-header {
	position: relative;
	z-index: 5;
}


 h1.site-title {
    display: none;
}

.site-description {
     width:90%;
     text-align: center;
     margin:3% auto 1%;
     font-size:3vw;
     font-weight: bold;
    color:#88c1e7;
    font-style: italic;
}

#head-announcement {
	padding:10px 20px;
	background-color:#D79420;
	width:100%;
	color:#FFF;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	position:relative;
	z-index: 15;
}

#head-announcement p:last-of-type {
	margin-bottom:0;
}

#head-announcement a {
	color:#FFF;
}

#head-announcement input {
	float: left;
	margin: 1px 10px 0 0px;
	line-height: 10px;
	padding: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	color:#FFF;
	border:solid 1px #FFF;
}


#masthead {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:10px;
}
 
 #masthead img {
		width:19%;
		height:auto;
		float:left;
		margin-top:10px;
	}
 
 #mycare {
	display:inline-block;
	float:right;
	background-color:#5ea73c;
	border-bottom: solid 2px #487e2e;
	border-left: solid 2px #487e2e;
	border-right: solid 2px #487e2e;
	padding:10px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}

#mycare:hover {
	background-color:#7acc54;
}

 #mycare a {
	color:#FFF;
	 text-decoration: none;
}
	
	
#bluebar {
	background-image: url(images/nav-swirls.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	padding:1% 2%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6);
}

.search-form {
	float:right;
	padding-top:10px;
}

.search-form .screen-reader-text {
	display:none;
}









.search-field {
	margin-left:5px;
}

input.search-field  {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 0px 10px 0px;
	height:30px;
	font-size:.9em;
}





/* Navigation */

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


#masthead button.menu-toggle {
		display:none;
}

.site-header-menu {
	width:58%;
	float:right;
	margin-top:5px;
	position: relative;
	z-index: 50;
}

ul#menu-secondary-nav {
	float:right;
	padding-right: 20px;
}

ul#menu-secondary-nav li {
	float:left;
	position:relative;
	margin:0;
}

ul#menu-secondary-nav li a {
	padding-left:20px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline-block;
	color:#004471;
	font-weight: 400;
	text-decoration: none;
	width:100%;
}

ul#menu-secondary-nav li a:hover {
	color:#88c1e7;
}

#menu-secondary-nav ul.sub-menu a {
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	font-size:.8em;
}

#menu-secondary-nav ul.sub-menu a:hover {
	background-color:#004471;
	color:#FFF;
}

#menu-secondary-nav ul.sub-menu {
	position: absolute;
    width: 200%;
	background-color:#88c1e7;
}

#menu-secondary-nav ul.sub-menu li {
	width:100%;
	border-bottom:solid 1px #FFF;
}

#masthead .dropdown-toggle {
    background-image: url(images/dropdown-blue.png);
    height: 30px;
    width: 25px;
    background-size: 14px auto;
}

.main-navigation ul ul {
	display: none;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .menu-item-has-children > a {
	padding-left: 22px;
}

.dropdown-toggle {
	border: none;
	position: absolute;
	height: 35px;
	padding: 0;
	left: 0;
	text-transform: none;
	top: 0;
	width:100%;
	background-image: url(images/dropdown.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:0;
	background-size:18px auto;
}

ul ul .dropdown-toggle {
	background-position: 5px center;
	background-size:12px auto;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle:focus {
	border:none;
	box-shadow:none;
	outline: none!important;
}


/*.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover {
	background-color: rgba(255,255,255,0.40);
}
*/


.menu-main-nav-container {
	float:left;
}

.menu-main-nav-container ul#smh-navigation {
    margin: 0;
    padding: 0;
}

.menu-main-nav-container li {
		border: 0;
		display: inline-block;
		position: relative;
		margin-right:20px;
	}

.menu-main-nav-container a {
		display: inline-block;
		padding: 0px 10px;
		white-space: nowrap;
		color:#FFF;
		font-weight:300;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-ms-transition: all 0.8s;
		-o-transition: all 0.8s;
		transition: all 0.8s;
		font-size:1.2em;
		text-transform:uppercase;
		text-decoration: none;
		line-height: 37px;
	}
	
	.menu-main-nav-container li:hover > a,
	.menu-main-nav-container li.focus > a {
		color: #88C1E7;
	}

	.menu-main-nav-container ul ul li:hover > a,
	.menu-main-nav-container ul ul li:focus > a {
		color: #FFF;
		background-color:#00355f;
	}


	
.menu-main-nav-container ul ul a {
	padding: 8px;
	white-space: normal;
	width: 100%;
	font-size:.8em;
	text-transform:none;
	line-height: 1.5;
}

	.menu-main-nav-container ul ul a:hover,
	.menu-main-nav-container ul ul li.focus > a {
		background-color: #004471;
		color:#FFF;
	}





.menu-main-nav-container ul ul {
		float: left;
		margin: 0;
		position: absolute;
		top: auto;
		left: -999em;
		z-index: 99999;
		background-color: #88C1E7;
		width:15em;
	}

.menu-main-nav-container li:last-child ul {
		width:100%;
	}

.menu-main-nav-container li li {
		border-bottom: solid 1px #FFF;
		display: block;
		height: auto;
		line-height: 1.0909090909;
		margin:0;
	}

	.menu-main-nav-container ul ul ul {
		left: -999em;
		top: 0;
		width: 100%;
		position: absolute;
		border-left:solid 1px #FFF;
	}

.menu-main-nav-container ul li:hover > ul,
.menu-main-nav-container ul li.focus > ul {
		left: auto;
		top:auto;
	}

.menu-main-nav-container ul ul li:hover > ul,
.menu-main-nav-container ul ul li:focus > ul {
		left: 100%!important;
		top:0!important;
	}

.menu-item-has-children a:hover {
	color:#FFF;
}

.screen-reader-text {
	display:none;
}




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


	
li.menu-item-has-children a:hover ~ ul {
	left:0!important;
	display:block!important;
}
	
li.menu-item-has-children ul:hover {
	left:0!important;
	display:block!important;
}

}

/** HOME PAGE  **/

#home-columns {
	padding-top:0%;
	padding-bottom:2%;
}

#home-columns header {
	display:none;
}

.home-thumbnail {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
}

#home-columns h2 {
	font-size:1.6em;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:90px;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:15px;
	font-family: 'Passion One', sans-serif;
	letter-spacing: 1px;
}

.foundation h2 {
	background-image: url(images/foundation-icon.jpg);
	color:#88c1e7;
}

.locations h2 {
	background-image: url(images/locations-icon.jpg);
	color:#5ea73c;
}

.committed h2 {
	background-image: url(images/committed-icon.jpg);
	color:#00355f;
}

#home-columns .foundation a.mybutton {
	display:block;
	width:80%;
	max-width:180px;
	border:solid 2px #00355f;
	background: #4595c8; /* Old Browsers */
	background: -webkit-linear-gradient(top,#4595c8,#00355f); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#4595c8,#00355f); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#4595c8,#00355f); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #4595c8, #00355f); /*Standard*/
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:1.2em;
	padding:10px;
	text-decoration:none;
}

#home-columns .foundation a.mybutton:hover {
	background: #00355f; /* Old Browsers */
	background: -webkit-linear-gradient(top,#00355f,#00355f); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#00355f,#00355f); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#00355f,#00355f); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #00355f, #00355f); /*Standard*/
}

#home-columns .locations a.mybutton {
	display:block;
	width:80%;
	max-width:180px;
	border:solid 2px #5ea73c;
	background: #5ea73c; /* Old Browsers */
	background: -webkit-linear-gradient(top,#aec593,#5ea73c); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#aec593,#5ea73c); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#aec593,#5ea73c); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #aec593, #5ea73c); /*Standard*/
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:1.2em;
	padding:10px;
	text-decoration:none;
}

#home-columns .locations a.mybutton:hover {
	background: #5ea73c; /* Old Browsers */
	background: -webkit-linear-gradient(top,#5ea73c,#5ea73c); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#5ea73c,#5ea73c); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#5ea73c,#5ea73c); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #5ea73c, #5ea73c); /*Standard*/
}




#home-physicians {
	width: 100%;
	padding-top: 5%;
	padding-right: 13%;
	padding-left: 13%;
	padding-bottom:4%;
	background-image: url(images/hospital-bg.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#home-physicians .cn-list-row-alternate,
#home-physicians .cn-list-row {
	width: 100%;
	padding:0px;
}

.home-physicians-pic {
	float:left;
	width:165px;
}

#home-physicians .physicians-info {
	float:left;
	width: -webkit-calc(100% - 165px);
    width:    -moz-calc(100% - 165px);
    width:         calc(100% - 165px);
	padding-left:25px;
}


#home-physicians .cn-list-head {
	display:none!important;
}


#home-physicians h1 {
	text-align:center;
	border-bottom:solid 1px #FFFFFF;
	font-size: 2em;
	margin-bottom: 20px;
	font-family: 'Passion One', sans-serif;
	letter-spacing: 1px;
}

#home-physicians a {
    color: #FFF!important;
}

#home-physicians h2 {
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 15px;
	border-bottom: solid 1px #FFF;
}


#home-physicians h3 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 7px;
}


#home-physicians #cn-list span.title {
    display: inline-block;
}



#home-physicians p {
	margin-bottom:16px;
}

#home-physicians blockquote {
	color:#FFF;
}


.cn-entry-content-block-meta h3,
.cn-entry-meta-key {
	display:none!important;
}

.cn-entry-content-block-meta .cn-entry-meta-value h3 {
	display:block!important;
}

ul.cn-entry-meta {
	list-style: none;
	margin-left:0;
}









#news-events {
	width: 100%;
	padding: 0%;
}

.home-news-wrap,
.home-events-wrap {
	width:50%;
	padding:3%;
	float:left;
}

#news-events h1 {
	font-size:2em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:70px 70px;
	padding-left:80px;
	padding-bottom:0;
	padding-top:0;
	margin-top:0;
	margin-bottom:0px;
	line-height:70px;
	display:block;
	font-weight: 300;
	font-family: 'Passion One', sans-serif;
	letter-spacing: 1px;
}

.home-news-wrap h1 {
	background-image: url(images/news-icon.jpg);
	color:#88c1e7;
}

.home-events-wrap h1 {
	background-image: url(images/events-icon.jpg);
	color:#00355f;
}

#news-events a {
}


#news-events ul {
	list-style:none;
	padding-left:80px;
	margin:0;
	padding-top:0;
	padding-bottom:0;
}

#news-events li {
	margin-top:0;
	margin-bottom:25px;
	padding-top:0px;
	padding-bottom:25px;
	border-bottom: solid 1px #666;
}

#news-events li:nth-last-child(1) {
	border-bottom: none;
	padding-bottom:0;
}

#news-events a.title {
	color:#88c1e7;
	font-size:1.1em;
	padding-bottom:0px;
	display:block;
	width:100%;
	font-weight:700;
}

#news-events a.title:hover {
	color:#00355f;
}

#news-events .date {
	font-size:1em;
	padding-bottom:5px;
	display:block;
	width:100%;
}

#news-events .excerpt-dash {
	display:none;
}

#news-events .excerpt {
	display:block;
	width:100%;
	font-size:.9em;
	padding-top:5px;
	line-height: 1.4;
}

#news-events a.event-title {
	color:#00355f;
	font-size:1.1em;
	padding-bottom:5px;
	display:block;
	width:100%;
	font-weight: 700;
}

#news-events a.event-title:hover {
	color:#88c1e7;
}

#news-events .eo-event-cat-events p {
	padding:0;
	margin:0;
}

#email-signup {
	background-image: url(images/green-bg.jpg);
	background-position: top center;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-color:#5ea73c;
	color:#FFFFFF;
	padding:0%;
}

#email-signup section {
	width: 100%;
	padding-top: 2%;
	padding-right: 0%;
	padding-left: 250px;
	padding-bottom: 0%;
	float: left;
	background-image: url(images/stethoscope.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#email-signup h2.widget-title {
	display:none;
}

h1 a.signup-link {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 138px;
	padding-bottom: 0;
	line-height: 50px;
	font-size: 1.4em;
	background-image: url(images/signup.png);
	background-position: left center;
	background-repeat: no-repeat;
	color:#FFF;
	text-decoration: none;
	display: block;
}

h1 a.facebook-link {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 60px;
	padding-bottom: 0;
	font-size: 22px;
	background-image: url(images/facebook.png);
	background-position: left middle;
	background-repeat: no-repeat;
	line-height: 50px;
	color:#FFF;
	text-decoration: none;
	display: block;
}

h1 a.signup-link:hover,
h1 a.facebook-link:over {
	text-decoration:underline;
	color:#5ea73c!important;
}

footer.site-footer {
	width:98%;
	padding-bottom:1%;
	font-size:.9em;
	margin-right:auto;
	margin-left:auto;
}

.site-footer section {
	width:25%;
	padding:2%;
	float:left;
}

footer.site-footer h2 {
	color: #00355f;
	font-size: 1.4em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 1.2;
}

footer.site-footer h3 {
	color: #000000;
	font-size: 1em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 4px;
	font-weight: 700;
	line-height: 1.2;
}

footer.site-footer ul {
	padding-top: 0;
	padding-right: 0;
	padding-left: 12px;
	padding-bottom: 0;
	margin: 0;
	list-style: none;
}

footer.site-footer ul li {
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom:2px;
	margin: 0;
}


#site-cred {
	text-align:center;
}

#site-cred img {
	width:150px;
	height:auto;
}




/** INSIDE PAGE **/


#one-col-header {
    margin-bottom: 2em;
}

#main-content {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	margin-top:4%;
}

.entry-content,
.entry-summary {
	margin-top:30px;
}

#primary {
	width:70%;
	float:right;
	margin-bottom:30px;
}

#primary.one-col-page {
	float:none;
	width:100%;
	margin-top:0px;
}

#primary ul li {
	margin-top:10px;
	margin-bottom:10px;
}



.post-thumbnail img {
	width:100%;
	height:auto;
}


#secondary {
	width:25%;
	float:left;
	margin-bottom:30px;
}



#secondary a {
	color:#4186b1;
}

#secondary a:hover {
	color: #88C1E7;
}

#secondary ul {
	padding-top: 0;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 15px;
	margin: 0;
	list-style: none;
	clear:both;
}

#secondary ul li {
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}

#secondary aside ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#secondary aside ul li {
	padding:0;
	margin:3px;
}

#secondary .menu-clinics-container a {
	padding:3%;
	display:block;
	color:#4186b1;
	background-image:url(images/grad-bg.jpg);
	background-repeat:repeat-x;
	background-position: bottom center;
	text-decoration: none;
}

#secondary aside {
	margin-bottom:30px;
}

#secondary img {
	max-width:80%;
}




.page-content .search-form {
    float: none;
}

.page-content .search-form label {
    width: 80%;
    display: block;
    float: left;
}

.page-content input.search-field {
    width: 90%;
}

.page-content .search-form button.search-submit {
    background-image: none;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    text-indent: 0;
    border: solid 1px #00355f;
    color: #FFF;
    line-height: 30px;
}

.page-content .search-form button.search-submit .screen-reader-text {
	display: inline;
}

.page-content .search-form input.search-submit:hover {
   background-color:#00355f;
	color: #FFFFFF;
}



#inside-page div:last-child {
	margin-bottom:0;
}


/*CLINIC PAGE*/


/*#our-team {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 3%;
}*/

#our-team {
    width: 70%;
    float:right;
    margin-bottom: 3%;
	padding:2% 0;
}



#our-team .cn-list-row-alternate,
#our-team .cn-list-row {
	width: 300px;
	padding:12px;
	display:inline-block;
	vertical-align: top;
	height:315px;
}

#our-team .cn-entry {
    margin: 0!important;
    padding: 0!important;
	border:none!important;
	border-radius:0!important;
	height:100%;
}

#our-team .staff-pic {
	text-align:center;
}

#our-team .staff-info {
	text-align:center;
	width: 100%;
}

#our-team #cn-list span.title {
    display: inline-block;
    font-size: 16px !important;
	color:#00355f;
}

#our-team span.cn-image-style {
    margin-bottom: 10px!important;
}

#cn-clinic-list span.fn {
	font-weight:700;
}

.cn-image-style span {
	width:auto!important;
}






#blue-bar {
	background-color:#00355f;
	color:#FFF;
	margin-bottom:3%;
	padding:3%;
	width:70%;
	float:right;
}

#blue-bar a {
    color: #FFF;
}

#blue-bar a:hover {
    color: #88c1e7;
}


.paging-navigation h1.screen-reader-text {
	display:none;
}




/** DIRECTORY  **/

#cn-cmap {
    clear: both;
    line-height: normal;
    min-height:inherit!important;
}

.staff-directory #cn-cmap .cn-entry {
    background: 0;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.staff-directory .cn-list-row-alternate,
.staff-directory .cn-list-row {
	margin: 0;
	padding:20px;
	width:100%;
	display:block;
	background-color:#eee;
}

.staff-directory .cn-list-row-alternate {
	background-color:#FFF!important;
}

.staff-directory .locality:after {
	content:", ";
}

.phone-name,
.address-name,
.cn-separator,
.link-name,
.clinic .link-block {
	display:none!important;
}

.staff-directory #cn-cmap .cn-right {
	text-align: left;
	line-height:1.3;
}

h1.doc-name {
    font-size: 1.2em!important;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif!important;
}

.staff-directory #cn-list span.title {
    display: inline-block;
    font-weight: 300 !important;
}

.staff-directory #cn-cmap .fn {
    font-size: inherit;
}

.staff-directory #cn-cmap .fn:hover {
	text-decoration: none;
}

.staff-directory #cn-cmap .cn-right h3 {
	display:none;
}


#cn-list span.address-block, 
#cn-list span.adr {
    margin-bottom: 0px!important;
}

#cn-cmap .cn-tray-links,
#cn-list span.tel {
    margin: 0!important;
}

.staff-directory #cn-list span.link-block {
    display: block;
    margin-bottom: 0px;
}

.staff-directory .cn-left {
	display:none;
}

.staff-directory #cn-cmap .cn-entry-content-block-list {
    clear: both;
    margin: 0px 0;
}



#cn-cmap #cn-list-body {
    padding-top: 0!important;
}



/** INDIVIDUAL STAFF PAGE  **/

.single-page .cn-left {
    float: left;
    max-width: 100%;
    width: 100%!important;
	margin-bottom:30px;
	display:block;
}


.staff-directory .entry-header {
	display:none;
}

.cn-doc-pic {
	float:left;
	margin-right:4%;
	margin-bottom:4%;
}

.cn-image-style img.cn-image {
    height: 200px!important;
    width: auto!important;
}
 

.single-page .single-info {
	float:left;
	line-height: 1.4;
	width:auto;
}


.single-info {
	width:100%;
}

.single-page #cn-cmap .cn-left {
    width: 100%;
}

.cn-bio-single {
	float:left;
	width:100%;
}

.single-page .cn-notes-single {
	float:left;
	width:100%;
	margin-top:20px;
}

#cn-cmap .single-page h3 {
    clear: none;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin: 0!important;
}

.single-page .single-name {
	display:block!important;
}



#cn-list .single-page .phone-number-block, 
#cn-list .single-page .link-block {
    margin-top: 0px!important;
	 margin-bottom: 0px!important;
	display:block!important;
	width:100%;
	float:left;
}

.single-page .street-address {
	display:block!important;
}

.single-page .street-address::after {
    content: "";
}

#cn-list span.phone-number-block {
    display: block;
    margin-bottom: 0!important;
}

.location {
	padding:10px;
	display:block;
	width:50%;
	float:left;
}

.single-page .location {
	padding-top:15px;
	display:block;
	width:100%;
	clear:both;
	float:none;
	padding-left:0px;
}

#cn-cmap .cn-list-row a:hover, 
#cn-cmap .cn-list-row-alternate a:hover {
    color:#4186b1;
}









#our-team #cn-list-body {
  padding: 0;
  margin: 0;
  text-align: center;
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;*/
}

#our-team .cn-list-section-head,
#our-team .cn-list-head {
	display:none;
}


.clinic .cn-cmap .cn-list-row-alternate,
.clinic .cn-cmap .cn-list-row {
  padding:3%;
  width: 50%;
  height: auto;
}


#cn-cmap .cn-bio-tray, 
#cn-cmap .cn-note-tray, 
#cn-cmap .cn-gmap {
    background-color: #FFF!important;
  	border:none!important;
	margin:0;
}

#clinic-contact {
    width:70%;
    padding-bottom: 2%;
    padding-top: 2%;
    float:right;
}

#clinic-contact .address-block {
	font-weight:bold;
}


#cn-cmap .cn-list-row a, 
#cn-cmap .cn-list-row a:visited, 
#cn-cmap .cn-list-row-alternate a, 
#cn-cmap .cn-list-row-alternate a:visited {
    color: #00355f!important;
}

.cn-list-row-alternate,
.cn-list-row {
	width: 200px;
	padding:20px;
}



/** MY COLUMNS  **/

.third {
	width:33.33%;
	padding:3%;
}


.wpcmsdev-columns div:last-child {
    margin-right: 0%!important
}

.wpcmsdev-columns .column:last-of-type {
    margin-right: 0%!important;
}


.column p:empty {
    display:none;
}




/** PLUGINS  **/

#inside-page .wpcmsdev-toggle h1,
#inside-page .wpcmsdev-toggle h2,
#inside-page .wpcmsdev-toggle h3 {
	color:#666;
}

.wpcmsdev-toggle {
	margin-bottom:2em!important;
	color:#666;
}

.wpcmsdev-toggle .toggle-title a {
    padding: 0.5em!important;
    background-color:transparent!important;
    background-image: none!important;
	color:#00355f!important;
}

#maps .wpcmsdev-toggle h3 {
	font-size:1em!important;
}

#maps .wpcmsdev-toggle {
	margin-bottom:1em!important;
}




/** EVENTS  **/

ul.eo-events {
	list-style: none;
	margin:0;
}

ul.eo-events.eo-events-shortcode .list-venue {
	display:none;
}

#main-content #primary ul.eo-events li {
	margin-bottom:15px;
	padding:15px;
	border-bottom:solid 1px #4186b1;
}

#main-content #primary ul.eo-events li:last-child {
    border-bottom:none;
}

.list-date-time {
	width:15%;
	float:left;
	text-align: center;
}

.list-description {
	width:85%;
	padding-left:7%;
	float:left;
}

.list-date {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #5ea73c;
	color: #FFF;
	font-size: 1.3em;
	letter-spacing: 1px;
	width: 65px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	border-radius: 3px;
	font-family: 'Passion One', sans-serif;
	line-height: 1;
}

.list-venue {
	color:#4186b1;
}

.list-excerpt {
	margin-top:15px;
}

body.single-event .eo-event-venue-map {
    width: 40%;
    float: none!important;
}

.eventorganiser-event-meta ul.eo-event-meta {
	list-style:none;
	margin-left:0;
	margin-top:20px;
	margin-bottom:20px;
    width: 100%!important;
}


#secondary ul.eo-events li {
	padding:15px;
    background-image: url(images/grad-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 100%;
}

#secondary ul.eo-events li a {
    padding: 0%;
    color: #4186b1;
    background-image: none;
	font-weight: bold;
	display: block;
}

#secondary ul.eo-events li a:hover {
    color: #88C1E7;
}






/** Web nursery  **/

.baby_table tr:nth-child(5),
.baby_table tr:nth-child(6),
.baby_table tr:nth-child(7) {
	display:none;
}

.baby_search2,
.baby_search1 {
	width:auto!important;
}

.baby_layout input[type="submit"] {
    height: auto;
    padding-top: 7px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 7px;
    border: solid 1px #00355f;
    color: #00355f;
    text-transform: uppercase;
    vertical-align: bottom;
    font-family: 'Ubuntu', sans-serif;
    background-color: #FFF;
	margin-top:0;
}

.baby_layout input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 0px 7px 0px;
    height: 32px!important;
    font-size: .9em;
}

.baby_layout input[type="submit"]:hover {
	background-color: #00355f;
	color: #fff;
}

.baby_search2 select {
    width: 130px !important;
	height: 32px !important;
	background-image: url(images/down-arrow.jpg) !important;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	border: none;
	background-color: #efefef;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
     -moz-appearance: none;  /*Removes default style Firefox*/
	padding:5px;
}

.baby_list {
    width: 100%!important;
}

.bigtext {
    color: #00355f!important;
}

.baby_layout fieldset {
    border: 1px solid #00355f!important;
    padding: 15px;
}

.single-baby .padder {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 3%;
}

.baby_col1 {
    width: 35%;
    float: left;
	margin-right:5%;
}

.baby_col2 {
    width: 60%;
    float: left;
}

.baby_col1 img {
    border-width: 3px!important;
	width:100%;
}

.baby_details h5 {
    font-size: 1.8em;
	line-height: 1.2;
	color: #00355f!important;
	border-bottom: 4px solid #00355f;
	font-weight: bold;
	margin-bottom:15px;
}

.baby_col2 h3 {
	text-align:center;	
}

.baby_table td p {
    margin-bottom:10px;
}

.parent_baby {
   font-size: 1.5em!important;
	line-height: 1.2;
	color: #5ea73c!important;
	border-bottom: 1px solid #5ea73c;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 10px!important;
	padding-bottom:0!important;
	text-align: center;
	background-color: #FFF!important;
}

.quote {
	font-size: 1.2em;
	font-style: italic;
	color:#00355f!important;
	text-align: center;
}

.quote img {
	display:none;
}

p.comment-form-author,
.comment-form-email {
	width:auto;
	margin-right:5%;
	float:left;
}

.comment-form-url {
	display:none;
}

.single-baby .form-submit {
	clear:both;
}

.single-baby #respond {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

h3.comment-reply-title {
	font-size: 1.2em!important;
	line-height: 1.2;
	color: #5ea73c!important;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top:20px;
}

.custom_comments span {
	font-weight:bold;
}

.baby_details .comment_section,
.baby_details .line_border {
	display:none;
}


.baby_details h1 {
    color: #5ea73c!important;
}


/** CONTACT FORMS **/

.nf-form-cont {
	width: 85%;
    max-width: 650px;
	margin-top:25px;
}

.nf-form-fields-required {
	margin-bottom:10px!important;
    font-weight: bold;
}

.label-above .nf-field-label {
    margin-top: 5px;
	margin-bottom: 5px!important;
}

.category-physicians .ninja-forms-form-wrap {
	border: solid 1px #4186b1;
	padding:20px;
}

.nf-field-container {
	padding:5px;
	display: block;
}

.list-radio-wrap li {
	width:50%;
	float:left;
}

#nf-form-49-cont .list-radio-wrap li {
    width:100%;
}

#nf-form-49-cont.nf-form-cont {
	width: 90%;
    max-width: 770px;
}

.nf-field-description {
	padding:5px;
	margin-bottom:10px;
	background-color:#EEE;
}

.nf-response-msg {
	padding: 5%;
	background-color: #88C1E7;
	text-align: left;
	color: #FFF;
}

.nf-response-msg p:last-of-type {
	margin-bottom:0;
}

.html-container {
    margin-top:15px;
}

.other-box {
    margin-top:-15px;
}

nf-response-msg a:hover {
    color:#FFF;
}

.caldera-grid .alert-success {
	padding:30px;
}

.g-recaptcha {
	margin-bottom:30px!important;
}

.g-recaptcha > div {
	margin:auto;
}

.cm-hipaa-privacy-statement a {
	font-weight: bold;
}

.cm-hipaa-notice {
    font-size: 20px;
    min-width: 300px;
    margin: 25px 0 25px!important;
	padding:0 15px;
	font-weight: bold;
}

.cm-hipaa-forms-submit {
	margin-top: 10px!important;
}

.cm-hipaa-form-badge-wrapper img {
    max-height: 100px!important;
}

.caldera-grid .form-group {
	margin-bottom:25px!important;
}

.caldera-grid label {
	margin-bottom:0!important;
}


.caldera-grid .btn {
    display: inline-block;
    margin: auto;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    user-select: none;
}


.caldera-grid .last_row {
	text-align: center;
}

.CF5d6590a8e450c {
	margin-top:-85px;
}



/** VIRTUAL E-CARD **/

.wp-iec-wrp {
	width: 100%;
	padding-bottom:20px; 
}

.wp-iec-more-recipient-lbl-row {
	padding-top:12px!important;
	font-weight:bold;
}

.wp-iec-add-more-recipient-row {
	padding-top:0!important;
}

.wp-iec-lbl {
	font-weight:bold;
	padding-bottom: 5px!important;
}

.wp-iec-img-container {
	width:60%;
	float:left;
	margin-right:5%;
}

.wp-iec-simple-frm-wrp {
	display:inline-block;
	float:left;
	max-width:35%;
}

#primary .wp-iec-wrp .wp-iec-active-thumb {
    border: 6px solid #88C1E7 !important;
}



/** EMPLOYMENT  **/

.widget_sub_categories {
	background-color:#EFEFEF;
	padding:5%;
}


article.category-employment {
	padding:3%;
}


.archive article.category-employment:nth-child(odd)  {
	background-color:#EFEFEF;
}

.category-employment #news-widgets,
.category-employment #volunteer-widgets {
	display:none;
}

.category-employment .posted-on a {
	display:none;
}





/** POSTS / NEWS  **/

.search article,
.archive article,
.blog article {
	padding: 3%;
}

.search article:nth-child(odd),
.archive article:nth-child(odd),
.blog article:nth-child(odd) {
	background-color:#EFEFEF;
}


.category-volunteer article {
	border-bottom:solid 1px #4186b1;
}

.search article:last-child,
.archive article:last-of-type,
.blog article:last-child {
		border-bottom: none;
}

.archive #inside-page h1 {
    font-size: 1.5em;
	margin-bottom: 25px;
}




.byline,
.blog .tag-links,
.tags-links,
.cat-links {
	display:none;
}

footer.entry-footer {
	margin-top:25px;
	margin-bottom:15px;
}

.tag-links a {
	margin-left:5px;
	margin-right:5px;
}

.entry-meta a {
	margin-top:10px;
	font-size:.9em;
	display:block;
	text-decoration: none;
}

.back-link {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border:solid 1px #5ea73c;
	color:#5ea73c;
	text-decoration: none;
}

.back-link:hover {
	background-color: #5ea73c;
	color:#FFF;
}

.navigation.pagination a {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border:solid 1px #00355f;
	color:#00355f;
	text-decoration: none;
	margin-top:15px;
	margin-left:7px;
	margin-right:7px;
	line-height:1;
}

.navigation.pagination a:hover {
	background-color: #00355f;
	color:#FFF;
}

.cat-post-item {
    border-bottom: none!important;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search-results a.post-thumbnail {
	display:none;
}


.category-past-events #events-widgets {
	display:none;
}

.category-past-events #news-widgets,
.category-physicians #news-widgets,
.category-volunteer #news-widgets,
.category-past-events #content-sidebar {
	display:none;
}

.category-news #employment-widgets,
.category-volunteer #employment-widgets,
.category-past-events #employment-widgets {
	display:none;
}

.category-physicians #volunteer-widgets,
.category-news #volunteer-widgets,
.category-past-events #volunteer-widgets {
	display:none;
}

.post-thumbnail {
	display:block;
}




article .entry-header a:hover {
	color: #88C1E7!important;
}


#primary .page-header h1.page-title,
#primary .page-header h1.entry-title {
    font-size: 2.5em;
    line-height: 1.2;
	color:#00355f;
	border-bottom:none;
	font-weight: bold;
}

.entry-header h2.entry-title {
    border-bottom: none!important;
	font-size:1.3em!important;
	margin-top:0!important;
}

.blog.list-view .entry-header h1.entry-title {
	margin-bottom:15px;
}


.posted-on a {
	margin-bottom:10px;
	text-decoration: none;
	display:block;
}

.category-physicians .posted-on,
.category-volunteer .posted-on,
.posted-on time.updated {
	display:none;
}



#inside-page h1 {
    font-size: 2.5em;
    line-height: 1;
    color: #00355f;
    font-weight: normal;
    font-family: 'Passion One', sans-serif;
	margin-bottom:.5em;
}


#inside-page h1.entry-title {
    border-bottom: solid 4px #00355f;
	margin-bottom:0;
}

    



#secondary h1,
#secondary h2.widget-title {
    font-size: 24px;
	 color: #00355f;
    font-weight: normal;
    font-family: 'Passion One', sans-serif;
    letter-spacing: 1px;
	margin-bottom: 10px!important;
}

#blue-bar h1 {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 10px;
}


#inside-page h2 {
	font-size: 30px;
	line-height: 1.2;
	color: #5ea73c;
	border-bottom: 1px solid #5ea73c;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 20px;
	width: 100%;
}

#inside-page .event h2 {
	font-size: 24px;
}

#secondary h2 {
    font-size: 18px;
    line-height: 1.2;
	color:#5ea73c;
	font-weight: 700;
	margin-bottom: 5px;
	border:none;
}

#blue-bar h2 {
    color: #FFF;
	border-bottom: none;
}


#inside-page h3 {
	clear: none;
	font-size: 1.3em!important;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 6px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 6px;
	color: #00355f;
}

#blue-bar h3 {
    color: #FFF;
}



#inside-page h4 {
    clear: none;
    font-size: 1.1em!important;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 6px;
	color:#5ea73c;
}

#blue-bar h4 {
    color: #FFF;
}



#clinic-contact h1 {
	font-size: 1.8em;
	line-height: 1;
	color: #00355f;
	font-weight: normal;
	font-family: 'Passion One', sans-serif;
	letter-spacing: 1px;
	margin-bottom:10px;
}

#clinic-contact h2 {
	margin-top: 5px;
}

p + ul {
	margin-top:-6px;
}


.lcp_paginator li {
   border: none!important;
    padding: 5px!important;
}

.lcp_paginator li a {
       background-image: none!important;
}

.location h3 {
	display:none;
}

.top-spacer {
	padding-top:15px;
}

.two-col-list {
    -webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
    -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
    list-style: none;
        float:left;
    width:100%;
}

#primary .two-col-list li {
    margin-top:0;
}

.gallery {
    margin-bottom: 40px!important;
}

.gallery + .two-col-list {
    margin-top:30px;
}

.mybutton {
    display: inline-block;
    padding:10px 20px;
    border:solid 1px #00355f;
    margin-right:25px;
    background-color:#88C1E7;
    color:#FFF!important;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.mybutton:last-of-type {
    margin-right:0;
}

.mybutton:hover {
    background-color:#00355f;
     color:#FFF!important;
}


#home-announcement {
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	width:100%;
	display: flex;
	align-items: center;
	padding: 65px;
}

.announcement-wrap {
	padding: 20px;
    background-color: rgba(255,255,255,0.6);
    width: 75%;
}


#home-announcement h2 {
	font-weight: 300;
	font-family: 'Passion One', sans-serif;
	letter-spacing: 1px;
	font-size: 40px;
	color:#00355f;
}

#home-announcement h3 {
	background-color:#5ea73c;
	color:#FFF;
	font-size: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	padding:10px;
	text-align: right;
}

#home-announcement h4 {
	color:#5ea73c;
	font-size: 1.2em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}


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

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



@media screen and (max-width: 1294px) {
	
	
.menu-main-nav-container a {
    padding: 0px 8px;
    font-size: 1em;
}
	
	
#email-signup section {
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 150px;
    padding-bottom: 0%;
	background-size: 150px auto;
}
	
}


@media screen and (max-width: 1155px) {
	
#bluebar {
    background-size: 100% 100%;
    padding: 1%;
}
	
.menu-main-nav-container a {
    padding: 0px 8px;
    font-size: 1em;
}
	
.search-form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 500px;
    text-align: center;
	margin-bottom:10px;
}

.main-navigation ul {
    text-align: center;
    display: inline-block;
}
	
.menu-main-nav-container {
    float: none;
	text-align: center;
}
	
.menu-main-nav-container li {
    width:auto;
	margin-right:0;
	padding-right:30px;
	float:left;
}
	
	
.menu-main-nav-container li ul li {
    width:100%!important;
	padding-right:0px;
}
	
	
}




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

body {
    font-size: 15px;
}
	
h1 a.signup-link {
    line-height: 1;
    text-decoration:underline;
	background-image:none;
	padding-left: 0;
}
	
h1 a.facebook-link {
    padding-left: 0px;
    background-image: none;
    line-height: 1;
    text-decoration: underline;
}	
	
	
	
}
	
	
	

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

#bluebar {
    background-size: 100% 100%;
    padding: 1%;
}
	
.menu-main-nav-container {
    float: none;
    clear: both;
}
	
.menu-main-nav-container ul#smh-navigation {
    text-align: center;
    width: 100%;
}
	
.menu-main-nav-container ul#smh-navigation ul {
    text-align: left;
}

.menu-main-nav-container li {
	margin:0;
}
	
/*.menu-main-nav-container a {
    padding: 10px 15px;
}*/
	
	
#home-physicians {
    padding-right: 4%;
    padding-left: 4%;
	background-color:#3073a6;
}
	
	
.wp-iec-img-container {
	width:50%;
	float:left;
	margin-right:5%;
}

.wp-iec-simple-frm-wrp {
	display:inline-block;
	float:left;
	padding-bottom:30px;
}
	
	
}



@media screen and (max-width: 768px) {
	
	
#home-announcement {
	background-image: none!important;
	padding: 25px;
}
	
.announcement-wrap {
    width: 100%;
}
	
#home-announcement h3 {
    font-size: 17px;
}
	
}





@media screen and (max-width: 800px) {
	
	/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */


	
.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
	
#masthead button.menu-toggle {
		display:inline-block;
	}
	
#masthead button.menu-toggle.toggled-on + .site-header-menu {
		display:block;
	}

#masthead .dropdown-toggle {
    height: 100%;
    width: 100%;
	background-size: 14px auto;
}

.site-header-menu {
	width:100%;		
}
	
ul#menu-secondary-nav {
    padding-right: 0px;
    width: 100%;
}
	
ul#menu-secondary-nav > li {
    margin: 0;
    width: 100%;
    border-bottom: solid 1px #333;
}
	
ul#menu-secondary-nav li:last-child {
    border-bottom: none;
}	

ul#menu-secondary-nav li a {
    margin-left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}
	
#menu-secondary-nav ul.sub-menu {
    width: 100%;
    z-index: 50;
	text-align: center;
}
	
	

.primary-navigation .menu-toggle {
		display: block;
	}

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width:100%;
	text-align: center;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #00355f;
	display: block;
	text-transform: uppercase;
	width:100%;
}

.site-navigation a:hover {
	background-color: #00355f;
	color:#FFF;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #00355f;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 46px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
	background-color:#88c1e7;
    width: 100%;
    position: absolute;
    z-index: 40;
    left: 0;
}

.primary-navigation a {
	padding: 10px 0;
	color:#00355f;	
}
	
	
.primary-navigation ul ul {
    background-color:#BAD3E4;
}
	
	
	

	

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #FFF;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 10px!important;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	font-size:13px;
	color:#00355f;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	color:#88c1e7;
	background-color: #FFF;
}
	
.main-navigation ul {
	width:100%;
}
	
	
.menu-main-nav-container li {
    width: 100%!important;
	padding-right:0;
	border-bottom: solid 1px #FFF;
}
	
.menu-main-nav-container li:last-child {
	border-bottom: none;
}

.menu-main-nav-container a {
	width: 100%;
	padding:10px 0px
}
	
.main-navigation .menu-item-has-children > a {
    margin-left: 0px;
}
	
.menu-main-nav-container ul ul {
    position: absolute;
    top: 0;
    left: -999em;
	width:100%;
	text-align: center!important;
}
	
.menu-main-nav-container ul ul a {
    padding: 12px;
    font-size: 1em;
	width:100%;
}
	
.dropdown-toggle {
    right: 0;	
	left: auto;
	width:100%;
    background-position: 97% center;
	height:100%;
}
	
button.dropdown-toggle:hover,
button.dropdown-toggle:focus {
	background-color:transparent!important;
	border:none!important;
	outline:transparent;
}
	
.menu-main-nav-container ul ul ul {
    top: auto;
	background-color:#FFF;
	border-left: none;
}
	
.menu-main-nav-container ul ul ul a {
    color:#00355f;
}	
	
	
.menu-main-nav-container ul ul li:hover > ul, 
.menu-main-nav-container ul ul li:focus > ul {
    left: auto !important;
    top: auto !important;
}
	

	
#masthead {
    width: 96%;
}
	
#masthead img {
     width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
	padding-top:10px;
	max-width: 400px;
}
	
#mycare {
    float: left;
    border: solid 1px #487e2e;
    padding: 10px;
	margin-top:10px;
}	
	
	
#home-columns {
		padding-top:2%;
		width:98%;
	margin-left:auto;
	margin-right:auto;
}
	
.third {
    width: 100%;
    padding-left: 3%;
	padding-right: 3%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
	
#home-columns h2 {
    background-size: 60px 60px;
    padding-top: 65px;
    margin-bottom: 0px;
}
	

#home-physicians {
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 1%;
    background-size: 100% auto;
}
	
.home-physicians-pic {
    float: left;
    width: 10%;
}
	
.home-physicians-pic .cn-image-style img.cn-image {
    height: auto !important;
    width: 100% !important;
}	

#cn-list .home-physicians-pic span.cn-image-style {
	padding:0!important;
}
	
	
#home-physicians .physicians-info {
    float: left;
    width: 85%;
	padding-left:2%;
}	
	
	
#news-events h1 {
    font-size: 2em;
    background-size: 35px 35px;
    padding-left: 40px;
    line-height: 35px;
}	
	
#news-events ul {
    padding-left: 40px;
}
	
.wpcmsdev-columns .column.column-width-one-half {
    width: 100% !important;
}	

	
#email-signup section {
    padding-top:4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 0%;
    background-position: right top;
}


footer.site-footer {
    padding-top: 1%;
	font-size: 1em;
}

.site-footer section {
    width: 100%;
    padding: 2%;
    float: left;
    text-align: center;
}
	
#primary {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
	
#secondary {
    width: 100%;
	padding-top:30px;
}
	
	
#blue-bar {
    width: 100%;
}
	
#our-team {
    width: 100%;
}

#clinic-contact {
    width: 100%;
}
	
	
	
.wp-iec-img-container {
	width:100%;
	float:left;
	margin-right:0%;
}

.wp-iec-simple-frm-wrp {
	display:block;
	float:none;
	max-width: none;
}
	
.wp-iec-simple .wp-iec-input-row input.wp-iec-input,
.wp-iec-more-recipient,
.wp-iec-simple .wp-iec-input-msg {
    max-width: none;
    width: 100%;
}
	
	
}



@media screen and (max-width: 625px) {
	
.home-news-wrap, .home-events-wrap {
    width: 100%;
    padding: 3%;
    float: left;
}
	
#news-events li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#email-signup {
    background-position: center center;
}
	
.wpcmsdev-columns .column.column-width-one-half {
    width: 100%!important;
    margin-right: 0%!important;
}

.baby_col1,
.baby_col2 {
    width: 100%!important;
    float: left;
}
	
#main-content {
    width: 94%;
}

#main-content #primary ul.eo-events li {
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

.list-date-time {
    width: 25%;
}

.list-description {
    width: 75%;
}
    
    
.two-col-list {
    -webkit-columns: 1;
   -moz-columns: 1;
        columns: 1;
    -webkit-column-gap:0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
    list-style: none;
    margin-bottom:0;
    text-align: center;
}
	
	
}

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

#email-signup section {
   background-image:none;
	padding-top:5%;
	text-align: center;
}
	
.wp-iec-img-container .wp-iec-thumb-wrp {
    width: 48%!important;
    margin-left: 2%!important;
}
	
.wp-iec-clear {
	display:none;	
}
	
.location {
    width: 100%;
}

}