
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Ubuntu+Condensed&display=swap');

body {
	background: #8bcef7;
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif! important;
}
body, header, nav, section, footer, blockquote, h2 {
	margin:0 auto;
}
footer,header,nav,section {
    display:block;
}
p {
	text-align:justify;
}
a {
    text-decoration: none;
}
header {
    position: relative;
    background: #00a49d url(../images/banner-top.png);
    background-size: 900px; 
    background-repeat: no-repeat;
    width: 900px;
    height: 175px;
    moz-box-shadow: 0px 1px 5px 1px #666;
    -webkit-box-shadow: 0px 1px 5px 1px #666;
    box-shadow: 0px 1px 5px 1px #666;
    vertical-align: bottom;
}
#home-menu {
    position: absolute;
    bottom: 0;
    line-height: 25px;
    padding: 0 30px 0 25px;
    border-top-right-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: #0046b8;
}
#home-menu a {
	text-decoration:none;
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.lc, .rc {
	float:left;
}

nav {
	width:900px;
}
nav ul {
	float:left;
	width:890px;
	height:30px;
	background-image:url(../images/mps-menu.gif);
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
	padding:0; margin:0;
}
nav li{
	position: relative;
	float: left;
	padding: 5px 26px; 
	margin:0px -8px;
	text-indent:0px;
	list-style:none;
	background-repeat:no-repeat;
	background-position: 0px 8px;
}
nav li:first-child {
	list-style:none;
	margin-left: 0;
	background-image:none;
}
nav a {
	text-decoration:none;
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
}
nav a:hover {
	color:#c5fbaf;
}
section {
	width:860px;
	margin-top:31px;
	background: #d7ecfd;
	moz-box-shadow:    0px -3px 5px 1px #666;
	-webkit-box-shadow: 0px -3px 5px 1px #666;
	box-shadow:         0px -3px 5px 1px #666;
	padding:15px 20px;
	font-size: 14px;	
}
section  ul{
	margin-left:20px;
	padding-left:10px;
}
section ul.about {
	font-size:14px;
	text-align:justify;
}
section  p.program {;
	text-align:justify;
}
section p.textsolid {

	
}
section  iframe.videos {
	margin-bottom:15px;
}
section .parent-name {
	float:left;
	width:180px;
	display:block;
	font-size:14px;
	background-color:#79c3f3;
	padding:10px;
	margin-bottom:10px;
}
section .parent-pic {
	float:left;
	width:160px;
	height:183px;
	background-color:#fff;
	border:#79c3f3 solid 10px;
	padding:10px;
	margin-bottom:20px;
}
section .parent-l {
	float:left;
	padding:10px;

}
section .parent-testi {
	width:600px;
	display:block;
	float:right;
	clear:both;
	margin:0 9px 30px 0 ;
	padding:15px;
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(203, 227, 251);
	/* RGBa with 0.6 opacity */
	background: rgba(203, 227, 251, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cfe7fb, endColorstr=#cfe7fb);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cfe7fb, endColorstr=#cfe7fb)";
}
section .parent-testi a.read-more{
	color:#fff;
	text-align:right;
	
}

section .youtube-player {
	float:left;
	margin:15px 20px 0 0;
	border:none;
}
section h1:nth-child(1){
	text-align: center;
}
section .right-image {
	float:right;
}
section .left-image {
	float:left;
}
div.pt-sec{
    display: inline-block;
    border-bottom: 1px dashed #5279fe;
    margin-bottom: 30px;
}
.ht-sec{
border-bottom: 1px dashed #000000;
    padding-bottom: 20px;
    margin-bottom: 15px;	
}
blockquote {
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	color: #039;
	padding-top:10px;
}
h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 22px! important;
    font-weight: normal! important;
    border-bottom: 1px solid #0046b8;
    display: inline-block;
}
footer {
	width:900px;
	margin-top:-5px;
	margin-bottom:70px;
}
address {
	float:left;
	width:890px;
	height:30px;
	background-image:url(../images/mps-menu.gif);
	font-size: 13px;
	font-weight: bold;
	line-height:27px;
	color: #FFF;
	text-align:center;
	padding:0;
	margin:0;
	font-style: normal;
}
.style1 a {
	 text-decoration: none;
}
.va-t{
	vertical-align: top;
}
.va-t p img{
background-color: #fff;
    border: #79c3f3 solid 10px;
    padding: 10px;
    width: 160px;
    height: auto;

}
.view-more{
	cursor: pointer;

}
.expanded {
  display: none;
  animation-duration: 0.3s;
}


.pagination {
    text-align: center;
}
.pagination p{
    display: inline-block;
    margin:0 10px;  
}
.page {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background:#158ffe;
    color: #f0f0f0;
}
a.read-more {
    color: #fff;
    background: #158ffe;
    padding: 3px 7px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;    
}
.fancybox-skin {
    padding: 0! important;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened, .fancybox-inner {
    width: auto! important;
    height: auto! important;
    top: 10px! important;
}
.fancybox-inner #inline h3{
 margin: 0! important;
}
.fancybox-inner #inline h3 img{
 width: 570px! important;
}
.fancybox-skin {
    background: transparent! important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0)! important;
}
.expanded h1:nth-child(3) {
    text-decoration: none! important;
}
img.mySlides {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.w3-xxlarge {
    font-size: 60px!important;
    line-height: 54px;
    background: rgba(0, 0, 0, 0.3215686274509804);
}

.nav-icon img {height: 22px;}
li.nav-icon {
    background: none;
    padding: 5px 15px;
}
li.nav-icon a {
    display: inline-block;
}
nav li:nth-child(6):after {
    content: none;
}
nav li:after {
    content: "|";
    position: absolute;
    right: 2px;
}
li.nav-icon:after {
    content: none;
}
table.contact-tb tr th {
    vertical-align: top;
    width: 40px;
}
table.contact-tb tr td {
    padding-bottom: 15px;
}
ol.directions li {
    padding-bottom: 15px;
}
.slide {
	width: 350px;
}
.carousel {
	width: 858px;
}
.slick-slide {
    position: relative;
}
.slider-desc {
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 0 50px;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.text-right {
	text-align: right;
}
.slider-desc h2 {
	top: 80%;
    position: relative;
    font-size: 2em;
    color: #fff;
    opacity: 1;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);    
} 
.mb-none {
	margin-bottom: 0;
}