body {
padding:0;
margin:0;
color:#666666;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 12pt;
line-height: 16pt;
min-width:1020px;
}

a, a:hover {
color:#3366cc;
text-decoration: none;}

a:hover {
color: #163e8f;
}

.red{
color:#f00;
}

.grayed{
color:#999;
}
.highlighted{
background:#ffff00;
padding:0px 5px;
}
.pullquote{
font-size:18pt;
line-height:24pt;
font-style: italic;
color:#666;
}
.welcome{
font-size:14pt;
line-height:22pt;
color:#666;
}
.shadowbox{
background:#FFF;
padding:5px;
-webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.25);
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
}
.shadowbox-right{
background:#FFF;
padding:5px;
-webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.25);
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
margin:0px 0px 0px 20px;
float:right;
}
.shadowbox-left{
background:#FFF;
padding:5px;
-webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.25);
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
margin:0px 20px 20px 0px;
float:left;
}

.inputbox{
padding:10px;
background:#FFF;
border:1px solid #CCC;
border-radius: 5px;
}

h1 {
font-size:30pt;
line-height:34pt;
font-weight: 700;
color:#3156a3;
margin: 25px 0 10px 0;
padding:10px 0px;
}

h2 {
font-size:24pt;
line-height:28pt;
font-weight: 400;
color:#2794ba;
margin: 15px 0;
}

h3 {
font-size:20pt;
line-height:26pt;
font-weight: 400;
color:#666;
margin: 15px 0;
}

h4 {
font-size:16pt;
line-height:24pt;
font-weight: 400;
color:#666;
margin: 15px 0;
}

hr {
background-color:#CCC;
color:#CCC;
height:1px;
border:0px;
}

.big-button {
padding:5px 10px;
font-size:12pt;
line-height: 14pt;
color:#4461aa !important;
background:#ffdfa2;
-webkit-box-shadow: 0 5px 0 0 rgba(0,0,0,0.25);
box-shadow: 0 5px 0 0 rgba(0,0,0,0.25);
}
.big-button:hover {
color:#4461aa !important;
background:#eccb8b;
}
.big-button .moreButton i{
}

.container{
width:980px;
margin:0px auto;
position:relative;
}

.col2{
width:47%;
margin:10px;
display:inline-block;
vertical-align:top;
}

.col3{
width:31%;
margin:10px;
display:inline-block;
vertical-align:top;
}

.col4{
width:22%;
margin:5px;
display:inline-block;
vertical-align:top;
}

fieldset{
border:1px solid #CCC;
-webkit-border-radius: 5px;
border-radius: 5px;
margin:10px 0px;
}

#header{
background:#FFF;
height:126px;
}

#header #logo{
padding-top:25px;
width:300px;
float:left;
}
#header #logo img{
width:100%;
}

#header #header-right{
width:670px;
float:right;
}
#header #header-right #phone{
color:#666666;
font-style: italic;
padding:12px 0px;
text-align:right;
font-size:14pt;
line-height:16pt;
font-weight:300;
}
#header #header-right #phone span{
font-style:normal;
font-weight:400;
}
#header #header-right #phone .fa-facebook-official{
color:#3b5998;
font-size:16pt;
line-height:16pt;
display:inline-block;
padding-left:20px;
}
#header #header-right #header-locations{
color:#666666;
text-align:right;
font-size:11pt;
line-height:12pt;
padding-bottom:10px;
}
#header #header-right #header-locations span{
color:#3399cc;
}
#header #header-right #header-locations .fa-map-marker,
#header #header-right #header-locations-phones .fa-map-marker{
color:rgb(237, 18, 18);
}
#header #header-right #tagline{
padding-top:10px;
border-top:1px solid #EFEFEF;
font-style: italic;
text-align:right;
color:#999999;
font-weight:300;
font-size:18pt;
line-height:20pt;
}
#header #header-right #tagline span{
color:#3399cc;
}

#navigation{
height:49px;
z-index:1000;
width:100%;
border-bottom:4px solid #1e3673;
position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#425ea7+0,395a94+100 */
background: #425ea7; /* Old browsers */
background: -moz-linear-gradient(top,  #425ea7 0%, #395a94 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#425ea7), color-stop(100%,#395a94)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #425ea7 0%,#395a94 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #425ea7 0%,#395a94 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #425ea7 0%,#395a94 100%); /* IE10+ */
background: linear-gradient(to bottom,  #425ea7 0%,#395a94 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425ea7', endColorstr='#395a94',GradientType=0 ); /* IE6-9 */
}
#navigation .container{
height:49px;
}
#navigation .tiny-logo{
position:absolute;
top:-10000px;
width:150px;
}
#navigation .tiny-logo img{
width:100%;
}
#navigation ul{
list-style:none;
padding:14px 0 0 0;
margin:0;
text-align:center;
}
#navigation ul li{
display:inline-block;
border-right:1px solid #2794ba;
padding:0px 23px;
}
#navigation ul li.hidden{
display:none;
}
#navigation ul li:first-child{
padding-left:0;
}
#navigation ul li:last-child{
border-right:0;
padding-right:0;
}
#navigation ul li a{
color:#b0bee1;
text-transform:uppercase;
font-size:13pt;
line-height:14pt;
text-shadow: 0 -1px 0 #2b4584;
}
#navigation ul li a:hover{
color:#fff;
}
#navigation .tiny-phone-number{
position:absolute;
right:10px;
top:20px;
top:-1000px;
}

#navigation.tiny{
position:fixed;
top:0;
-webkit-box-shadow: 0 2px 2px 2px rgba(0,0,0,0.25);
box-shadow: 0 2px 2px 2px rgba(0,0,0,0.25);
}
#navigation.tiny .container{
height:49px;
}
#navigation.tiny .tiny-logo{
top:8px;
left:8px;
}
#navigation.tiny ul{
padding-left:175px;
text-align:left;
padding-top:12px;
}
#navigation.tiny ul li{
padding:0px 12px;
}
#navigation.tiny ul li a{
font-size:9pt;
line-height:12pt;
font-weight:700;
}
#navigation.tiny ul li.hidden{
display:inline-block;
}
#navigation.tiny .tiny-phone-number{
top:12px;
}
#navigation.tiny .tiny-phone-number span{
color:#ffdfa3;
font-weight:700;
display:inline-block;
padding-right:5px;
}
#navigation.tiny .tiny-phone-number .fa-facebook-official{
color:#fff;
}
#navigation.tiny .tiny-phone-number a:hover .fa-facebook-official{
color:#b0bee1;
}

#slideshow{
height:780px;
min-width:1020px;
position:absolute;
z-index:-1;
width:100%;
}
#slideshow .container{
position:absolute;
bottom:0;
width:100%;
}

#slideshow-container{
height:370px;
}

#slideshow-caption{
height:182px;
background:url('/art/mu-slideshow-container-bg.png');
}
#slideshow-caption .container{
height:182px;
}
#slideshow-caption .container .overlap{
position:absolute;
top:-37px;
}
#slideshow-caption .container .overlap .overlap-photo{
width:40%;
float:left;
text-align:center;
}
#slideshow-caption .container .overlap .overlap-message{
padding-top:60px;
width:58%;
float:right;
color:#FFF;
font-size:13pt;
line-height:19pt;
}

#top-photos-shadow{
height:125px;
-webkit-box-shadow:inset 0 5px 5px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 5px 5px 0 rgba(0,0,0,0.5);
}

#top-photos{
height:125px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

@media (min-width: 1400px) {
	#top-photos, #top-photos-shadow{
		height:150px;
	}
}

#main-content{
padding:0px 0px 40px 0px;
border-top:5px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
}

.two-cols{
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

#caring{
background:#fcfcfc url('/art/mu-primecarekids.jpg') top center no-repeat;;
border-top:5px solid #264687;
height:339px;
}
#media{
background:#cccccc;
border-top:5px solid #b4b4b4;
height:309px;
}
#insurances{
border-top:5px solid #1b82a6;
height:437px;
color:#FFF;
text-align:center;
}
#insurances p{
text-align:left;
}
#insurances h1{
color:#FFF;
font-weight:400;
}
#insurances ul{
list-style:none;
padding:0;
margin:0;
}
#insurances ul li{
font-size:14pt;
padding:5px 10px;
margin:5px;
display:inline-block;
background:rgba(255,255,255,0.2);
-webkit-border-radius: 5px;
border-radius: 5px;
}
#map-shadow{
height:340px;
-webkit-box-shadow:inset 0 5px 5px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 5px 5px 0 rgba(0,0,0,0.5);
}
#map{
height:340px;
}
#locations{
padding:20px 0px 40px 0px;
background:#fcfcfc;
text-align:center;
}
#locations span{
color:#4461aa;
font-size:14pt;
line-height:16pt;
}

#footer{
background:#e0e0e0 url('/art/footer-icon.png') top center no-repeat;
padding:20px 0px 40px 0px;
color:#666;
}
#footer a{
color:#666;
}
#footer a:hover{
color:#999;
}
#footer .copyright{
width:400px;
float:left;
}
#footer .credit{
width:400px;
float:right;
text-align:right;
}

/* ANNOUNCEMENT*/

.announcement-item{
margin:10px 0px;
border-bottom:1px dotted #CCC;
padding-bottom:15px;
position:relative;
font-size:10pt;
line-height:14pt;
}
.announcement-item .date{
width:15%;
float:left;
text-align:center;
text-transform:uppercase;
position:relative;
background:#333;
}
.announcement-item .date .month{
padding:5px 0px 0px 0px;
font-size:12pt;
line-height:14pt;
color:#cccccc;
}
.announcement-item .date .day{
font-size:22pt;
line-height:24pt;
color:#cccccc;
}
.announcement-item .date .year{
color:#2794ba;
padding:0px 0px 3px 0px;
}
.announcement-item .announcement-content{
width:80%;
float:right;
}
.announcement-item .title{
font-size:16pt;
line-height:18pt;
margin-bottom:10px;
}
.announcement-item .title a{
color:#333;
}


#contact-map{
width:45%;
float:right;
padding-top:80px;
padding-left:20px;
}

.contact-box-width{
width:48%;
}

