/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*font-family: 'Quicksand', sans-serif;*/
/*font-family: 'Titillium Web', sans-serif;*/
body, html {
    overflow-x: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
h1, h2, h3, a, li, p, ul {
	font-family: 'Quicksand', sans-serif;
	margin: 0;
	padding: 0;
}
.subtitle h1 {
	font-family: 'baloo';	
}
p {
    font-size: 16px;
}
img {
    width: 100%;
}
.wrapper {
	width: 1600px;
	margin: 0 auto;
}
/*---*/
header {
    background: #fff;
    z-index: 3;
    position: relative;
    border-bottom: 6px solid #035491;
    box-shadow: 0 0 4px black;
}
header .wrapper {
    padding: 8px 0;
}
.logo {
    width: 280px;
    float: left;
    margin: -4px 0 0 39px;
}
nav.menu {
    width: 950px;
    float: left;
    text-align: center;
    margin: 18px 0 0 49px;
}
.menu li {
    list-style: none;
    float: left;
    width: 16.6%;
    background-size: contain !important;
}
.menu li:nth-of-type(1) {
    background: url(../img/menu1.png) 13px center no-repeat;
}
.menu li:nth-of-type(2) {
    background: url(../img/menu4.png) 15px center no-repeat;
}
.menu li:nth-of-type(3) {
    background: url(../img/menu2.png) 5px center no-repeat;
}
.menu li:nth-of-type(4) {
    background: url(../img/menu3.png) 14px center no-repeat;
}
.menu li:nth-of-type(5) {
    background: url(../img/menu4.png) 21px center no-repeat;
}
.menu li:nth-of-type(6) {
    background: url(../img/menu5.png) 14px center no-repeat;
}
.menu a {
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 11px 49px 12px 33px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #4f4f4f;
    text-transform: uppercase;
}
.contact-top {
    float: right;
    width: 187px;
    margin: 8px 49px 0 0;
    text-align: center;
}
a.top-phone {
    text-decoration: none;
    font-weight: 800;
    color: #29a8f4;
    font-size: 21px;
    padding: 0 0 0 22px;
    background: url(../img/phone.png) left center no-repeat;
    background-size: 16px;
    display: block;
    border-bottom: 1px solid;
}
a.top-mail {
    color: #004e92;
    text-decoration: none;
    font-size: 12px;
    background: url(../img/mail.png) left center no-repeat;
    background-size: 15px;
    padding: 0 0 0 20px;
    margin: 0 0 0 -5px;
}
a.top-fax {
    font-size: 20px;
    color: #29a8f4;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
}
/*---*/
.subtitle {
    background: url(../img/text-banner.png) center no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
    padding: 50px 0 20px 0;
    margin: -60px 0 0 0;
    text-align: center;
}
.subtitle h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 7px 2px;
    font-size: 32px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.subtitle img {
    width: 1200px;
    margin: 13px auto 0 auto;
    display: block;
}
.banner { 
		margin: -52px 0 0 0;
    position: relative;
}
.homepage .banner {
    margin: -25px 0 0 0;
}
.banner-aux {
		display: none;
}
.switch {
    position: absolute;
    background: #fff;
    top: 44px;
    right: 0%;
    width: 330px;
    z-index: 2;
    padding: 8px 9px 22px 9px;
    border: 3px solid #105491;
    border-radius: 4px;
    box-shadow: 0 0 7px hsla(0, 0%, 0%, 0.44);
}
.switch img {
    display: block;
    width: 200px;
    margin: 0 auto 12px auto;
}
#contact-form input {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #666;
    width: calc(46.7% - 14px);
    float: left;
    border: 2px solid #efefef;
    margin: 3px 1%;
    padding: 5px 7px;
    height: 29px;
    font-size: 13px;
}
#contact-form input.submit-btn {
    position: absolute;
    bottom: -39px;
    left: 0;
    right: 0;
    background: url(../img/know.png) center no-repeat;
    background-size: contain;
    height: 0;
    overflow: hidden;
    border: 0;
    padding: 60px 0 0 0;
    margin: 0 auto;
    width: 250px;
}
.gender {
    float: left;
    width: 49%;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #666;
    font-size: 13px;
}
.gender p {
		font-size: 13px;
}
#contact-form input[type="radio"] {
    width: 13px;
    float: left;
    height: auto;
    margin: 2px 5px;
    padding: 0;
}
p.radiog {
    float: left;
}
.error, .good {
    position: absolute;
    bottom: -65px;
    font-size: 12px;
    left: 13px;
}
/*---*/
.col1, .col2 {
    width: 42%;
    float: left;
    padding: 20px 4%;
		text-align: center;
		position: relative;
}
.col1home {
		margin-top: 40px;
}
.homeimg1 {
    width: 240px;
    float: left;
		position: relative;
}
.steps-cont {
    width: calc(100% - 340px);
    float: left;
    text-align: justify;
    padding: 0 0 0 35px;
}
.steps-cont p {
    margin: 15px 0 15px 0;
    text-align: justify;
}
.steps-cont a {
    display: block;
    width: 178px;
    margin: 0;
    float: right;
}
p.blue {
    font-weight: 600;
    color: #0f4b88;
    width: 170px;
    text-align: right;
    font-style: italic;
    float: right;
		margin: 0;
}
.gray {
    background: #f7f7f7;
    padding: 5px 19px;    
}
.steps-cont .gray {
		width: 130%;
    margin: 10px 0 20px -40%;
}		
img.serv-title {
    display: block;
    width: 340px;
    margin: 0 auto 30px auto;
    border-bottom: 2px solid;
    padding: 0 0 3px 0;
}
p.mixtitle {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-family: 'Titillium Web', sans-serif;
    color: #0e4b87;
    font-size: 18px;
		margin-bottom: 15px;
}
p.mixtitle span {
    color: #2fadf5;
}
.service-list div {
    text-align: left;
    padding: 9px 16px;
}
.service-list p {
    font-size: 14px;
}
.service-list p span {
    color: #2fadf5;
    font-weight: 700;
}
.service-list a {
    display: block;
    width: 21%;
    float: left;
    margin: 20px 2% 40px 2%;
}
img.lm {
    display: block;
    width: 110px;
    margin: -13px auto 0 auto;
}
img.book {
    display: block;
    width: 290px;
    margin: 50px auto 0 auto;
}
.home-content.clearfix {
    padding: 0 0 40px 0;
}
/*---------------------*/
.contact-card {
    height: 310px;
    border-top: 5px solid #105491;
    border-bottom: 5px solid #105491;
    background: url(../img/contact-banner2.png) center no-repeat;
    background-size: cover;
}
.homepage .contact-card {
    height: 393px;    
}
.contact-card .wrapper {
	position: relative;
}
.box-info {
    width: 250px;
    position: absolute;
    right: 0;
    top: -16px;
    background: #fff;
    padding: 8px 9px 22px 9px;
    border: 3px solid #105491;
    border-radius: 4px;
    box-shadow: 0 0 7px hsla(0, 0%, 0%, 0.44);
}
.homepage .box-info {
    top: 24px;
}
img.cross {
    width: 75px;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
img.pharmacy {
    width: 210px;
    margin: 23px auto 11px auto;
    display: block;
}
.box-info a, .box-info p {
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #666;
    padding: 10px 0 10px 29px;
}
a.phone2 {
    background: url(../img/phone2.png) left 8px no-repeat;
    background-size: 19px;
    margin-left: 45px;
}
a.cell2 {
    background: url(../img/cell.png) left 6px no-repeat;
    background-size: 12px;
    margin-left: 48px;
}
p.address2 {
    background: url(../img/location.png) left 9px no-repeat;
    background-size: 15px;
    width: 120px;
    line-height: 19px;
    margin-left: 47px;
}
a.mail2 {
    background: url(../img/mail.png) left 12px no-repeat;
    background-size: 12px;
    font-size: 11px;
    padding: 10px 0 0 20px;
    margin-left: 28px;
}
img.know2 {
    position: absolute;
    width: 146px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*----*/
.section2 {
    padding: 80px 20px;
}
.section2 li {
		list-style: none;
}
.section2 li::before {
    content: "\2022";
    color: #29a8f4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.service-list li {
    text-transform: uppercase;
    font-style: italic;
    width: 50%;
    float: left;
    text-align: left;
    margin: 12px 0;
    font-weight: bold;
    color: #666;
}
.section2 p.mixtitle {
	margin-bottom: 0;
}
.section2 .gray {
    text-align: left;
    margin-bottom: 36px;
    width: 150%;
    margin-left: -20px;
}
/*---------------------*/
footer {
    background: url(../img/footer-bg.png) center no-repeat;
    background-size: cover;
}
.f-logo {
    width: 270px;
    float: left;
    padding: 22px 40px;
}
.social {
    width: 200px;
    margin: 28px auto 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.social a {
    display: block;
    width: 30px;
    float: left;
    margin: 0 10px;
}
a.bot-phone {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    border-bottom: 1px solid;
    padding: 0 0 0 22px;
    background: url(../img/phone3.png) left center no-repeat;
    background-size: 15px;
	display: block;
}
a.bot-fax {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
}
.contact-f {
    width: 180px;
    float: right;
    padding: 11px 30px 15px 0;
    text-align: center;
}
a.bot-mail {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    background: url(../img/mail2.png)left center no-repeat;
    background-size: 12px;
    padding: 0 0 0 16px;
    margin-left: -6px;
}
a.address {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    display: block;
    margin: -2px 0 0 -8px;
    width: 197px;
}
footer .copy {
    background: #0f558a;
    text-align: center;
    color: #fff;
    font-style: italic;
}
.contact-f p {
    font-size: 12px;
    color: #fff;
}
/*---sections---*/
.in-subtitle {
    position: relative;
    z-index: 1;
    background: url(../img/blue.png) center no-repeat;
    background-size: cover;
    padding: 19px 60px;
    margin: -40px 0 0 0;
		text-align: center;
}
.in-subtitle img {
    max-height: 39px;
    width: auto;
}
.inner .banner {
    margin: -3px 0 0 0;
}
img.learning-title {
    width: 600px;
    display: block;
    margin: 0 auto 19px auto;
    border-bottom: 2px solid;
}
.inner .col1 p {
		text-align: left;
}
.contact.inner .col1 p {
    text-align: center;
}
.distrct.inner .col1 p {
    text-align: left;
}
.box {
    background: url(../img/box-bg.png) center repeat-y;
    background-size: contain;
    padding: 10px 20px;
    margin: 22px 0;
    box-shadow: 0 0 4px 0px #d8d8d8;
}
.box li {
    font-size: 16px;
    list-style: none;
    background: url(../img/balloon-small.png) left -3px no-repeat;
    background-size: 19px;
    padding: 3px 8px 3px 20px;
    float: none;
    text-align: left;
}
h3 {
    font-size: 16px;
    text-align: center;
}
h2 {
    color: #2185f7;
    text-align: center;
    font-size: 25px;
    line-height: 21px;
}
h2 span {
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
}
.box-title {
    width: 250px;
    float: left;
}
.box-list {
    width: calc(100% - 250px);
    float: left;
}
.box .box-list li {
    float: none;
    text-align: left;
}
/*--*/
img.district-title {
    width: 520px;
    margin: 0 auto 20px auto;
    display: block;
    border-bottom: 2px solid;
    padding: 0 0 6px 27px;
}
.box-list p {
    text-align: left;
}
/*--*/
img.staff-title {
    display: block;
    width: 380px;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid;
}
.box-list.full-box {
    float: none;
    width: 100%;
}
.staff h2.ballons, .parent h2.ballons {
    display: inline-block;
    width: 100%;
}
.staff .col2, .parent .col2 {
    margin: 91px 0 0 0;
}
/*---*/
img.early-title {
    width: 440px;
    display: block;
    margin: 0 auto 23px auto;
    border-bottom: 2px solid;
}
.center {
	text-align: center;
}
/*---*/
.tcol1, .tcol2, .tcol3 {
    width: 27%;
    float: left;
    padding: 0 3.1%;
}
img.bio-title {
    display: block;
    width: 90%;
    margin: 25px auto 22px auto;
    border-bottom: 2px solid #666;
}
.tcol1 p, .tcol2 p, .tcol3 p {
    text-align: justify;
}
.tcol1 p {
    padding: 0 0 33px 0;
}
.tcol2 p {
    padding: 0 0 20px 0;
}
.tcol3 p {
    padding: 0 0 70px 0;
}
.tcol1 .box-title, .tcol2 .box-title, .tcol3 .box-title {
    width: 150px;
}
.bios .box-list {
    width: calc(100% - 150px);
}
.tcol2 .box1 {
    padding: 10px 20px 26px 20px;
}
.tcol3 .box1 {
    padding: 10px 20px 21px 20px;
}
/*---*/
.menu-btn {
    display: none;
    position: absolute;
    top: 9px;
    right: 28px;
    width: 45px;
    height: 45px;
    background: url(../img/menu-btn.jpg) center no-repeat;
    background-size: contain;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 0 3px #0000004f;
}
/*---*/
.contact .box a {
    font-family: 'baloo';
    text-decoration: none;
    color: #2185f7;
    font-size: 23px;
    line-height: 24px;
    margin: 15px auto;
    display: block;
    text-align: center;
}
a.c-phone {
    /*background: url(../img/c1.png) left center no-repeat;*/
    background-size: 20px;
    width: 200px;
}
.contact .box a.c-mail {
    /*background: url(../img/c2.png) left center no-repeat;*/
    background-size: 16px;
    width: auto;
    font-size: 22px;
}
a.c-address {
    padding: 0 0 0 0;
    /*background: url(../img/c3.png) left center no-repeat;*/
    background-size: 23px;
    text-align: center;
    width: 195px;
}
.contact .box {
    width: 400px;
    margin: 27px auto;
}
img.contact-img {
    padding-bottom: 80px;
}
/*---*/
.early h5 {
    width: 320px;
    text-align: center;
    margin: 0 auto 20px auto;
    display: block;
}
/*---*/
.biopic {
	margin-top: 10px;
}
/*---*/
.parent h2 strong, .contact h2 strong {
    font-family: 'baloo';
    font-size: 24px;
    text-shadow: 2px 2px 2px #9bfbff;
}
/*---------delivery---------------*/
.delivery .home-content {
    margin-top: 30px;
    z-index: 2;
    position: relative;
}
.delivery .col1home {
    margin-top: 80px;
}
.delivery .subtitle h1 {
    font-size: 1.6vw; 
}
.delivery .homeimg1 {
    width: 300px;    
}
.delivery .steps-cont img {
    position: relative;
    width: 500px;
    left: -155px;
}
.delivery .steps-cont .gray {
    width: 430%;
    margin: 10px 0 20px -340%;
}
.delivery .steps-cont p {
    margin: 32px 0;
    text-align: justify;
}
.delivery .steps-cont .gray p.blue {
    width: 290px;
    margin: 0;
}
.delivery .contact-card {
    height: 310px;
    background: url(../img/contact-banner3.jpg) center no-repeat;
    background-size: cover;
    background-attachment: unset;
}
.vertical-separator {
    position: absolute;
    left: -70px;
    top: 62px;
    width: 150px;
    height: 450px;
    background: url(../img/vertical.png) center no-repeat;
    background-size: contain;
}
.delivery .section2 .steps-cont img {
    top: 60px;
    width: 410px;
    left: -85px;
}
.delivery .section2 .steps-cont .gray {
    width: 330%;
    margin: 131px 0 20px -40%;
    text-align: center;
}
.delivery .section2 .steps-cont p {
    margin: 14px 0;
    text-align: center;
    text-transform: initial;
}
.delivery .section2 .steps-cont p span{
    text-transform: uppercase;
}
.delivery .section2 .col2 {
    text-align: justify;
    margin-top: 31px;
}
/*------why switch------*/
.why .col1home {
    margin-top: 10px;
}
.why .col2 {
    text-align: justify;
}
.why .col2 p {
    margin-bottom: 20px;
}
.why .col1 p.blue {
    width: 310px; 
}
.why .vertical-separator {
    left: -40px;
    top: -79px;
    width: 30px; 
}
.why .contact-card {
    background: url(../img/contact-banner3.png) center no-repeat;
    background-size: cover;
    background-attachment: initial;
}
.wex1 {
    position: absolute;
    width: 660px;
    top: 64px;
    left: 320px;
}
.wex2 {
    position: absolute;
    top: -28px;
    width: 350px;
    left: 888px;
}
.why .section2 .steps-cont p {
    margin: 40px 0;
}
.why .section2 .col1 p.blue {
    margin: 0;
    width: 280px;
}
.why .section2 .col1 .gray {
    width: 400%;
    margin-left: -311%;
}
p.blue span {
    color: #2fadf6;
    text-transform: uppercase;
}
.why .section2 .col2 p {
    margin: 0;
}
p.extrap {
    float: left;
}
.why .section2 .gray {
    margin: 0;
}
.why .section2 .col2 .mixtitle {
    text-indent: 10px;
    margin-bottom: 17px;
}
.why .section2 .col2 .gray {
    width: auto;
}
/*--immunizations--*/
.imm .col1 {
    width: 73%;
}
.imm .steps-cont .gray {
    width: 180%;
    margin: 10px 0 20px -84%;
}
.imm .col1 p.blue {
    width: auto;
}
.imm .col2 {
    width: 19%;
    padding: 0 0%;
    margin-top: 54px;
}
.imm .col2 p.blue {
    text-align: justify;
    float: none;
    padding: 30px 30px 30px 20px;
    width: auto;
    line-height: 21px;
}
.imm .homeimg1 {
    width: 300px;    
}
.imm .contact-card {
    background: url(../img/contact-banner4.png) center no-repeat;
    background-size: cover;
    background-attachment: initial;
}
.imm .wex1 {
    width: 420px;
    top: 96px;
    left: 540px;
}
.service {
    width: 14%;
    float: left;
    margin: 60px 1.3% 30px 1.3%;
    text-align: center;
}
.imm h3 {
    color: #0f4b88;
    margin: 28px 0;
    font-style: italic;
}
.service p {
    margin-bottom: 26px;
}
.service p span {
    color: #29a8f4;
    font-weight: 600;
}
/*---contact---*/
.contact p.blue {
    width: 280px;
}
.contact .col2 {
    margin-top: 29px;
    text-align: left;
}
.contact .vertical-separator {
    width: 40px;
    height: 280px;
    left: -46px;
    top: 2px;
}
.contact-sect a, .contact-sect p {
    text-decoration: none;
    font-weight: 700;
    color: #0f4d85;
    font-size: 29px;
    font-family: 'Titillium Web', sans-serif;
}
.white {
    padding: 5px 19px;
}
.contact-sect {
    margin-bottom: 30px;
    margin-top: -30px;
}
.contact-sect .col2 img {
    margin: 0 0 16px 0;
}
a.cell-c {
    background: url(../img/contact-cell.png) left center no-repeat;
    background-size: 40px;
    padding: 0 0 0 67px;
}
a.tel-c {
    background: url(../img/contact-phone.png) left center no-repeat;
    background-size: 40px;
    padding: 0 0 0 67px;
}
a.mail-c {
    background: url(../img/contact-mail.png) left center no-repeat;
    background-size: 40px;
    padding: 3px 0 4px 67px;
    font-size: 22px;
    display: block;
}
p.adr-c {
    background: url(../img/contact-location.png) left center no-repeat;
    background-size: 40px;
    padding: 3px 0 4px 67px;
    font-size: 22px;
    display: block;
}
.contact .wex1 {
    position: absolute;
    width: 660px;
    top: 104px;
    right: 220px;
		left: auto;
}
.contact .contact-card {
    background: url(../img/map.png) center 60px no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.hide {
	display: none;
}
.test-link a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
}
.test-link {
    background: #105491;
    padding: 7px 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1620px) {
	.switch {
    top: -7px;
    right: 10px;  
	}
	.homepage .switch {
    top: 0;
    right: 0;
    position: relative;
    width: calc(100% - 24px);
	}
	.wrapper {
    width: 98%;
    margin: 0 auto;
	}
	.logo {
    width: 16vw;
    margin: -4px 0 0 0;
	}
	nav.menu {
    width: 61.1vw;
    margin: 18px 0 0 0.7vw;
	}
	.menu a {
    font-size: 0.9vw;
    line-height: 0.9vw;
    padding: 0.7vw 2.2vw 12px 1.5vw;
    text-indent: 0.7vw;
	}
	.menu li:nth-of-type(3) a {
    text-indent: -0.1vw;
	}
	.menu li {
    margin-top: -8px;
	}
	a.top-phone {
    font-size: 1.4vw;
    padding: 0 0 0 1.4vw;
    background: url(../img/phone.png) left center no-repeat;
    background-size: 1.2vw;
  }
	a.top-mail {
    font-size: 0.9vw;
    background: url(../img/mail.png) left center no-repeat;
    background-size: 1vw;
    padding: 0 0 0 1.4vw;
    margin: 0 0 0 -1.6vw;
	}
	/*---*/
	.why .subtitle h1 {
    padding: 15px 0 7px 35px;
    font-size: 29px;
    text-align: left;
	}
	/*----*/
	.imm .subtitle h1 {
    text-align: left;
    padding: 30px;
    font-size: 22px;
    width: 580px;
    line-height: 23px;
	}
	/*---*/
	.delivery .subtitle h1 {
    padding: 30px;
    font-size: 22px;
    text-align: left;
    width: 500px;
    line-height: 24px;
	}
	/*---*/
	.contact .subtitle h1 {
    padding: 19px 0 19px 30px;
    font-size: 24px;
    text-align: left;
	}
	.contact .contact-card {
    background: url(../img/map.png) center -290px no-repeat;
    background-size: cover;
    background-attachment: unset;
	}
	.contact .wex1 {
    width: 520px;
    top: 94px;
    right: 110px;
    left: auto;
	}
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 1450px) {
	.imm .col1 {
    width: 66%;
	}
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 1430px) {
	.col1, .col2 {
    width: 92%;
    float: none;
    padding: 20px 4%;    
	}
	.steps-cont img {
    width: 290px;
	}
	.steps-cont .gray {
    width: 140%;
    margin: 10px 0 20px -43%;
	}
	.steps-cont a img {
    width: 190px;
	}
	.service-list li {
    text-align: center;
  }
	/*---*/
	.imm .col1 {
    width: 92%;
	}
	.imm .col2 {
    width: 92%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
	}
	.imm .col2 p.blue {
    text-align: center;
    padding: 0;
    width: auto;
  }
	.imm .steps-cont img {
    width: 600px;
	}
	/*---*/
	.delivery .col1home {
    margin-top: 0;
	}
	.delivery .steps-cont .gray p.blue {
    width: auto;
  }
	.delivery .steps-cont .gray {
    width: auto;
    margin: 0;
	}
	.vertical-separator {
    display: none;
	}
	.delivery .section2 .steps-cont p {
    margin: 0;
  }
	.delivery .section2 .steps-cont .gray {
    width: auto;
    margin: 101px 0 0 0;
    text-align: center;
	}
	.delivery .section2 .col2 {
    text-align: left;
    margin-top: 0;
	}
	/*---*/
	.contact .home-content.clearfix {
    padding: 0;
	}
	.store {
    width: 420px;
    margin: 0 auto;
	}
	.contact .col2 {
    margin-top: 0;
    text-align: left;
	}
	.contact-sect .col2 img {
    margin: 0 auto 30px auto;
    width: 440px;
    display: block;
	}
	.contact .col2 {
		margin: -20px auto 20px auto;
	}
	.contact .contact-card {
    background: url(../img/map.png) center -390px no-repeat;
    background-size: 1800px;
    background-attachment: unset;
	}
	.contact-sect .col2 {
    width: 440px;
	}
}	
/*-------------------------------------------------------------*/
@media only screen and (max-width: 1300px) {
	.logo {
    width: 17.7vw;
    margin: 0;
	}
	nav.menu {
    width: 63.4vw;
    margin: 0;
	}
	.menu li {
    background: none !important;
    margin: 0;
	}
	.menu a {
    font-size: 1.4vw;
    line-height: 1.7vw;
    padding: 0;
    margin-top: 1.7vw;
	}
	.contact-top {
    width: 13.2vw;
    margin: 0.5vw 0 0 0;
  }
	/*---*/
	.switch {
    position: relative;
    top: 0;
    right: auto;
    width: 90%;
    margin: 0 auto;
	}
	/*---*/
	/*---*/
	.in-subtitle {
    margin: -30px 0 0 0;
  }	
	img.district-title {
    width: 90%;
  }
	img.staff-title {
    width: 80%;
  }
	img.steps-title {
    width: 320px;
  }
	img.serv-title {
    width: 250px;
  }
	/*---*/
	.tcol1 .box-title, .tcol2 .box-title, .tcol3 .box-title {
    width: 100%;
    margin-bottom: 18px;
	}
	.bios .box-list {
    width: 100%;
	}
	.tcol3 p {
    padding: 0 0 17px 0;
	}
	/*---*/
	.why .subtitle h1 {
    padding: 15px 0 7px 0;
    text-align: center;
	}	
	.why .col1home {
    margin-top: 50px;
	}
	.wex1 {
    width: 430px;
    top: 104px;
    left: 40px;
	}
	.wex2 {
    top: auto;
    width: 320px;
    left: auto;
    right: 30px;
	}
	/*---*/
	.imm .subtitle h1 {
    text-align: center;
    padding: 30px 0;
    width: auto;
  }
	.imm .contact-card {
    background: url(../img/contact-banner4.png) center no-repeat;
    background-size: auto;
    background-attachment: initial;
	}
	.service {
    width: 30%;
    margin: 30px 1.3% 30px 1.5%;
  }
	.service img {
    width: 200px;
	}
	.imm .wex1 {
    width: 290px;
    top: 116px;
    left: 30px;
	}
	/*---*/
	.delivery .subtitle h1 {
    padding: 30px 0;
    text-align: center;
    width: auto;
  }
  /*-----*/
	a.top-fax {
		font-size: 1.4vw;
	}
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 1020px) {
	header {
    background: url(../img/box-bg.png) center center repeat-y;
    background-size: 101.9%;
		box-shadow: 0px 1px 4px 0px #2185f75e;
  }
	header .wrapper {
    padding: 6px 0;
	}
	.logo {
    width: 210px;
  }
	nav.menu {
    position: absolute;
    right: 0;
    margin: 0;
    width: 140px;
    top: 69px;
    background: #fafafa;
    text-align: left;
    padding: 10px 30px;
    box-shadow: -2px 2px 1px 0px #2185f770;
		display: none;
	}
	.menu li {
    float: none;
    width: 100%;
	}
	.menu a {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #2aadf2;
    margin-top: 0;
    text-indent: 0;
	}
	.contact-top {
    width: 190px;
    margin: 0 80px 0 0;
	}
	a.top-phone {
    font-size: 16px;
    padding: 0 0 0 18px;
    background: url(../img/phone.png) left center no-repeat;
    background-size: 12px;
	}
	a.top-fax {
    font-size: 16px;
	}
	a.top-mail {
    font-size: 11px;
    background: url(../img/mail.png) left center no-repeat;
    background-size: 12px;
    padding: 0 0 0 19px;
    margin-left: 0;
	}
	.menu-btn {
    display: block;
  }
	/*--*/
	.banner {
    margin: 0;
    position: relative;
	}
	.homepage .banner {
    margin: 0;
	}
	.subtitle {
    background: #fff;
    padding: 0;
    margin: 0px 0 0 0;
    border-bottom: 0;
	}
	.subtitle h1 {
    font-size: 27px;
    background: #2aadf2;
    background-size: 37px;
    width: auto;
    padding: 6px 0;
	}
	/*---*/
	.f-logo {
    width: 200px;
    padding: 20px 0 0 0;
	}
	.contact-f {
    width: 206px;
    padding: 7px 0px 10px 0;
	}
	.social {
    width: 170px;
    margin: 31px auto 0 auto;
  }
	.social a {
    width: 28px;
    margin: 0 7px;
	}
	a.bot-phone {
    font-size: 21px;
  }
	a.address {
    display: block;
    margin: 0;
    width: auto;
	}
	/*---*/
	img.steps-title, img.serv-title {
    width: auto;
    height: 36px;
	}
	/*---*/
	.in-subtitle {
    margin: -7px 0 0 0;
    padding: 16px 10px;
	}
	.box-title {
    width: 100%;
    margin: 0 0 20px 0;
	}
	.box-list {
    width: 100%;
	}
	/*---*/
	.tcol1, .tcol2, .tcol3 {
    width: 90%;
    float: none;
    padding: 0;
    margin: 0 auto;
	}
	img.bio-title {
    width: 400px;
  }
	.bios .box {
    width: 260px;
    margin: 20px auto;
	}
	/*---*/
	.contact .box {
    width: 100%;
    margin: 27px auto;
	}
	/*---*/
	contact .box a.c-mail {
    background: url(../img/c2.png) left center no-repeat;
    background-size: 15px;
    width: auto;
    font-size: 23px;
    text-align: center;
    text-decoration: underline;
	}
	/*---*/
	.why .subtitle h1 {
    padding: 6px 0;
    text-align: center;
		font-size: 27px;
	}	
	/*---*/
	.imm .steps-cont img {
    display: none;
	}
	.imm .hide.long-title {
    display: block;
    font-family: 'Quicksand', sans-serif;
    color: #259ce5;
	}
	.imm .wex1 {
    width: 280px;
    top: 114px;
    left: 0;
	}
	.service {
    width: 88%;
    margin: -10px 1.3% 30px 6%;
    height: auto;
	}
	.section2 {
    padding: 30px 0;
	}
	.contact .subtitle h1 {
    padding: 6px 0;
    font-size: 20px;
    text-align: center;
	}
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 770px) {
	.delivery .steps-cont img {
    display: none;
	}
	.delivery .hide.long-title {
    display: block;
    font-family: 'Quicksand', sans-serif;
    color: #259ce5;
	}
}	
/*-------------------------------------------------------------*/
@media only screen and (max-width: 680px) {
	.col1, .col2, .imm .col1, .imm .col2 {
    width: 96%;
    float: none;
    padding: 10px 2%;
	}
	/*---*/
	.homeimg1 {
    width: 100%;
    float: none;
  }
	.homeimg1 img {
    width: 200px;
    margin: 0 auto 30px auto;
	}
	.steps-cont {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
	}
	/*---*/
	.steps-cont .gray {
    width: auto;
    margin: 0 0 29px 0;
	}
	.steps-cont p {
    margin: 15px 0 15px 0;
    text-align: left;
    font-size: 16px;
	}
	h3 {
    font-size: 17px;
    text-align: center;
	}
	p.blue {
    width: auto;
    text-align: center;
    float: none;
    margin: 0;
	}
	/*---*/
	.banner-aux {
		display: block;
	}
	.homepage .banner {
		display: none;
	}
	/*---*/
	.section2 {
    padding: 0;
	}
	.service-list li {
    width: 100%;
  }
	.contact-card {
    height: 320px;
    background: url(../img/contact-banner1.jpg) center no-repeat;
    background-size: 100% 100%;
    background-attachment: initial;
    margin-bottom: 390px;
	}
	.homepage .contact-card {
    height: 85vw;
    background: url(../img/store-mobile.jpg) center no-repeat;
    background-size: cover;
	}
	.box-info {
    width: 100%;
    position: relative;
    right: 0;
    top: 320px;
    left: -10px;    
	}
	.homepage .box-info {
    top: 85vw;
	}
	.box-info a, .box-info p {
    width: 118px;
    margin: 0 auto !important;
	}
	.box-info a.mail2 {
    position: relative;
    left: -26px;
	}
	/*---*/
	.f-logo {
    float: none;
    margin: 0 auto;
	}
	.social {
    margin: 20px auto;
    position: relative;
	}
	.contact-f {
    float: none;
    padding: 0 0 20px 0;
    margin: 0 auto;
	}
	.in-subtitle img {
    max-height: 4.5vw;
	}
	.staff .col2, .parent .col2, .early .col2 {
    margin: -60px auto 0 auto;
	}
	img.early-title {
    width: 80%;
  }
	/*---*/
	img.contact-img {
    padding-bottom: 0;
    margin-top: -40px;
	}
	/*---*/
	.steps-cont img {
    width: 290px;
  }
	.steps-cont a {
    width: auto;
  }
	.steps-cont a img {
    width: 155px;
	}
	/*---*/
	.early h5 {
    width: 280px;
    font-size: 31px;
	}
	/*---*/
	.section2 .gray {
    text-align: center;
    margin-bottom: 10px;
    width: auto;
    margin-left: 0;
	}
	/*---*/
	.steps-cont {
    text-align: left;
	}
	a.c-phone {
    width: auto;
	}
	.contact .box {
    padding: 10px 0;
  }
	.why .subtitle h1 {
    font-size: 22px;
    line-height: 24px;
	}
	.why .contact-card {
    height: 310px;
    margin-bottom: 0;
	}
	.wex2 {
    display: none;
	}
	.why .section2 .col1 .gray {
    width: auto;
    margin-left: 0;
	}
	.why .section2 .steps-cont p {
    margin: 24px 0;
	}
	.why .col1 p.blue {
    width: auto;
	}
	.why .section2 .col1 p.blue {
    margin: 0;
    width: auto;
	}
	.wex1 {
    width: 280px;
    top: 114px;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
	p.extrap {
    float: none;
    text-align: center;
	}
	.why .section2 .col2 .mixtitle {
    text-indent: 0;
    margin-bottom: 17px;
    text-align: center;
	}
	/*---*/
	.imm .homeimg1 {
    width: auto;
	}
	.imm .steps-cont .gray {
    width: auto;
    margin: 0;
	}
	/*---*/
	.delivery .homeimg1 {
    width: auto;
	}
	.delivery .steps-cont p {
    margin: 18px 0;
    text-align: left;
	}
	.delivery .contact-card {
    height: 320px;
    background: url(../img/contact-banner3.jpg) center no-repeat;
    background-size: cover;
    background-attachment: unset;
	}
	.delivery .section2 .steps-cont .gray {
    margin: 0;
  }
	/*---*/
	.contact .contact-card {
    background: url(../img/map.png) -420px -440px no-repeat;
    background-size: 1800px;
    background-attachment: unset;
    margin-bottom: 0;
	}
	.contact .wex1 {
    width: 250px;
    top: 194px;
    right: 0;
    left: 0;
    margin: 0 auto;
	}
	.contact p.blue {
    width: auto;
	}
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
	p {
    font-size: 16px;
    text-align: left;
	}
	h5 {
    font-size: 25px;
    line-height: 30px;
  }
	.center {
    text-align: left;
    padding: 0 20px;
	}
	.inner .col1 p {
    text-align: left;
	}
	.tcol1 p, .tcol2 p, .tcol3 p {
    line-height: inherit;
		text-align: left;
  }
	.box li {
    font-size: 18px;
    background: url(../img/balloon-small.png) left 3px no-repeat;
    background-size: 16px;
    padding: 0px 8px 5px 20px;
	}
	.logo {
    margin: -8px auto 0 auto;
    width: 210px;
    float: none;
    position: relative;
    left: -10px;
	}
	.contact-top {
    margin: 6px 0 0 0;
    float: none;
    width: 100%;
    border-top: 0;
	}
	a.top-phone {
    font-size: 14px;
    padding: 2px 0 1px 17px;
    background: url(../img/phone.png) left center no-repeat;
    background-size: 11px;
    float: none;
    border: 0;
    display: block;
    width: 107px;
    margin: 0 auto;
	}
	a.top-fax {
    font-size: 14px;
	}
	a.top-mail {
    background: url(../img/mail.png) left 5px no-repeat;
    background-size: 12px;
    padding: 2px 0 0px 19px;
    float: none;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    width: 192px;
    display: block;
	}
	.menu-btn {
    top: 9px;
    right: 17px;
    width: 40px;
    height: 40px;
    z-index: 3;
	}	
	nav.menu {
    top: 58px;
	}
	.banner {
    margin: -2px 0 0 0;
	}
	.subtitle h1, .why .subtitle h1 {
    font-size: 20px;
    line-height: 23px;
  }
	/*---*/
	img.steps-title, img.serv-title {
    width: auto;
    height: 30px;
	}
	.service-list a {
    width: 46%;
    margin: 33px 2%;
    height: calc(27vw + 40px);
	}
	img.book {
    width: 170px;
  }
	/*---*/
	.learning .in-subtitle {
    display: none;
	}
	.inner .banner {
    margin: 0;
	}
	/*---*/
	.bios .box {
    width: 70%;
    margin: 20px auto;
	}
	img.bio-title {
    width: 100%;
	}
	/*---*/
	.f-logo {
    width: 210px;
	}
	.contact-f {
    width: auto;
    text-align: center;
	}
	a.bot-phone {
    font-size: 23px;
    display: block;
    width: 190px;
    margin: 0 auto;
	}
	a.bot-mail {
    font-size: 13px;
    margin-left: -10px;
	}
	a.address {
    font-size: 16px;
  }	
	/*---*/
	#contact-form input {
    width: calc(96.7% - 14px);
    float: none;
    border: 2px solid #efefef;    
	}
	.gender {
    float: none;
    width: 90px;
    text-align: left;
    margin: 17px auto;
	}
	p.radiog {
    float: none;
	}
	.steps-cont img {
    width: 100%;
	}
	/*--*/
	.copy p {
    font-size: 14px;
    text-align: center;
	}
	/*--*/
	.contact-sect .col2 {
    width: 300px;
	}
	.contact-sect .col2 img {
    margin: 20px auto 20px auto;
    width: 100%;
    display: block;
	}
	a.mail-c {
    padding: 3px 0 4px 57px;
    font-size: 15px;
  }
	p.adr-c {
    padding: 3px 0 4px 56px;
    font-size: 17px;
  }
	.store {
    width: 90%;
    margin: 0 auto;
	}
	.contact .contact-card {
    background: url(../img/map.png) -530px -420px no-repeat;
    background-size: 1800px;
    background-attachment: unset;
    margin-bottom: 0;
	}
	/*---*/
	.homepage .section2 {
    margin-top: 70px;
	}
	/*---*/
	.switch.switch2 {
    display: none;
	}
	.hide.banner {
    display: block;
    margin: 40px 0 70px 0;
	}
}
/*-------------------------------------------------------------*/
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}