/**************************************/
/*               Fonts                */
/**************************************/

/* Regular */
@font-face {
	font-family: 'Berlin Sans FB';
	src: url('/fonts/BerlinSansFB-Reg.eot');
	src: url('/fonts/BerlinSansFB-Reg.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BerlinSansFB-Reg.woff2') format('woff2'),
		url('/fonts/BerlinSansFB-Reg.woff') format('woff'),
		url('/fonts/BerlinSansFB-Reg.ttf') format('truetype'),
		url('/fonts/BerlinSansFB-Reg.svg#BerlinSansFB-Reg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Demi Bold */
@font-face {
	font-family: 'Berlin Sans FB Demi';
	src: url('/fonts/BerlinSansFBDemi-Bold.eot');
	src: url('/fonts/BerlinSansFBDemi-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BerlinSansFBDemi-Bold.woff2') format('woff2'),
		url('/fonts/BerlinSansFBDemi-Bold.woff') format('woff'),
		url('/fonts/BerlinSansFBDemi-Bold.ttf') format('truetype'),
		url('/fonts/BerlinSansFBDemi-Bold.svg#BerlinSansFBDemi-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* Bold */
@font-face {
	font-family: 'Berlin Sans FB Bold';
	src: url('/fonts/BerlinSansFB-Bold.eot');
	src: url('/fonts/BerlinSansFB-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BerlinSansFB-Bold.woff2') format('woff2'),
		url('/fonts/BerlinSansFB-Bold.woff') format('woff'),
		url('/fonts/BerlinSansFB-Bold.ttf') format('truetype'),
		url('/fonts/BerlinSansFB-Bold.svg#BerlinSansFB-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

/**************************************/
/*             All Pages              */
/**************************************/

.meal-menu-button {
    width: 100%;
    margin: 20px 0;
}

.meal-menu-button a {
    width: 250px;
    margin-left: 30px;
    border-radius: 15px;
    padding: 5px 8px;
    background: #4dbd98;
    color: #fff;
    font: normal 30px 'Berlin Sans FB', sans-serif;
    text-decoration: none;
    text-align: center;
}

.meal-menu-button a:hover {
    color: #3886FF
}

.tour-video {
    width: 853px;
    margin: 30px auto;
}

.tour-link {
    width: 100%;
	margin-left: 10px auto;
    text-align: center;
}

.tour-link a {
	font-family: 'Berlin Sans FB', sans-serif;
	color: #fff;
	font-size: 26pt;
	text-shadow: 2px 2px #1595D3;
    text-align: center;
    text-decoration: none;
    background: #47bd98;
    padding: 5px 8px;
    border-radius: 10px;
}

.status-update {
	background: #C0E9FF;
	border-top: 5px solid #005eaa;
	padding: 10px 20px;
}

.status-update .status-update-paragraph {
	font-size: 16px;
	font-family: serif;
}

.status-update .status-update-paragraph p {
	text-align: center;
	margin: 0;
}

.status-update-icon {
	float: left;
	padding-right: 10px;
}

.status-update-icon i {
	font-size: 30px;
	color: #005eaa;
}

@media only screen and (max-width: 1000px) {
	.status-update {
		margin-top: 50px;
	}	
}


html {
	background: linear-gradient(90deg, #1595D3, #fff, #fff, #1595D3);
}

body {
	margin-top: 0;
}

.page-container {
	background: #fff;
	width: 1080px;
	margin: 0 auto 30px auto;
	padding-top: 15px;
	box-shadow: 10px 10px 30px -15px #000, -10px 10px 30px -15px #000;
	position: relative;
}

.logo {
	float: left;
	margin-left: 100px;
	position: relative;
	z-index: 5;
}

.mobile-logo {
	display: none;
}

.hr-colored {
	width: 95%;
	color: #1595D3;
	margin-top: 30px;
}

.embed-container {
	margin: 0 auto;
	text-align: center;
}

.mobile-embed-container {
	display: none;
}

/**************************************/
/*             Main Navi              */
/**************************************/

.mobile-menu {
	display: none;
}

.main-nav {
	float: right;
	margin-right: 40px;
	margin-top: -18px;
}

.main-nav img {
	margin-bottom: -13px;
	width: 40px;
	height: 40px;
}

.dropbtn {
	font-family: 'Berlin Sans FB Demi';
    color: #1595D3;
    padding: 16px;
    font-size: 19pt;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: bold;
}

.dropbtn a {
	font-family: 'Berlin Sans FB Demi';
	text-decoration: none;
	color: #1595D3;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	font-family: 'Berlin Sans FB Demi';
    display: none;
    position: absolute;
    background-color: #1595D3;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	font-family: 'Berlin Sans FB Demi';
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    border-top: 2px solid #fff;
    letter-spacing: 0.5px;
}

.dropdown-content a:hover {
	background-color: none;
	color: #FDBF57;
}

.dropdown:hover .dropdown-content {
	font-family: 'Berlin Sans FB Demi';
    display: block;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.dropdown:hover .dropbtn {
	color: #1595D3;
}

.go-to-page {
	text-decoration: none;
}

.orange-liner {
	margin-top: -30px;
}

/************************************/
/*              Index               */
/************************************/

.main-banner {
	background-image: url(/images/kites.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.mobile-main-banner {
	display: none;
}

.banner-container {
	width: 100%;
	display: flex;
	height: 300px;
}

.white-text {
	color: #fff;
}

.pink {
	font-family: 'Myriad Pro', sans-serif;
	font-style: italic;
	font-size: 12pt;
	background: #EF4970;
	width: 20%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-radius: 0 15% 0 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	z-index: 2;
	position: relative;
}

.blue {
	font-family: 'Myriad Pro', sans-serif;
	font-style: italic;
	font-size: 12pt;
	background: #1595D3;
	margin-left: -10px;
	margin-top: 40px;
	width: 20%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-radius: 0 15% 0 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	z-index: 1;
	position: relative;
}

.orange {
	font-family: 'Myriad Pro', sans-serif;
	font-style: italic;
	font-size: 12pt;
	background: #FDBF57;
	margin-left: -40px;
	width: 20%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-radius: 15% 15% 0 0;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.pink img {
	height: 125px;
}

.orange img {
	margin-left: 25px;
}

.blue img {
	margin-left: 10px;
	margin-right: 10px;
	height: 75px;
}

.img-info-pink {
	text-align: left;
	margin-left: 10px;
}

.img-info-orange {
	margin-top: 20px;
	margin-left: 18px;
	margin-right: 10px;
	text-align: right;
	width: 90%;
}

.green-liner {
	margin-top: -85px;
	z-index: 999;
	position: relative;
}

.green-liner-mobile {
	display: none;
}

.slogan-holder {
	position: absolute;
	top: 22%;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	z-index: 999;
}

.slogan {
	font-size: 50px;
	text-align: center;
	font-family: 'Berlin Sans FB', sans-serif;
	letter-spacing: 5px;
	color: #fff;
  	text-shadow:
   -1px -1px 0 #1595D3,  
    1px -1px 0 #1595D3,
    -1px 1px 0 #1595D3,
     1px 1px 0 #1595D3;
}

.welcome-message {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.purpose {
	font-family: 'Berlin Sans FB Demi';
	color: #EF4970;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.upcoming-events {
	font-family: 'Berlin Sans FB Demi';
	color: #4DBD98;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
}

.events-feed {
	text-align: center;
	margin: 0 auto;
}

.mobile-events-feed {
	display: none;
}

.sub-text {
	padding: 0 30px 10px 30px;
	margin-bottom: -7px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
}

.page-link {
	text-decoration: none;
	color: #1595D3;
	border-bottom: 1px solid #1595D3;
	padding-bottom: .5px;
}

/**************************************/
/*            Schedule a Visit        */
/**************************************/

.visit-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
}

iframe.schedule {
    width: 96%;
    height: 600px;
    margin: 15px 2%;
    border: 0;
}

/**************************************/
/*             Who We Are             */
/**************************************/

.who-we-are {
	margin-bottom: 30px;
}

.who-we-are-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.different-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

/************************************/
/*           Our Philosophy         */
/************************************/

.philosophy {
	margin-bottom: 30px;
}

.philosophy-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.philosophy-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: -5px;
	list-style: square;
} 

.philo-image {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

/************************************/
/*         Meet The Teachers        */
/************************************/

.meet-teachers {
	margin-bottom: 30px;
}

.mobile-teachers {
	display: none;
}

.meet-teachers-title, .trained-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.teacher-box {
	background: #1595D3;
	width: 75%;
	margin: 30px auto;
	text-align: center;
	border: 4px solid #47BD98;
	height: 301px;
}

.teacher-box-kishia {
	background: #1595D3;
	width: 90%;
	margin: 30px auto;
	text-align: center;
	border: 4px solid #47BD98;
	height: 350px;
}

.kishia-bio {
	margin-top: -10px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 11pt;
	color: #fff;
}


.teacher-img {
	float: left;
	border-right: 4px solid #47BD98;
}

.teacher-name {
	margin-top: 3px;
	font-size: 22pt;
	color: #fff;
	font-family: 'Berlin Sans FB Demi', sans-serif;
}

.teacher-info {
	padding-left: 8px;
	padding-right: 8px;
	width: 72.8%;
	min-height: 100%;
	float: right;
	box-shadow: inset 0 0 0 1px #fff,
				inset 0 0 0 1px #47BD98;
}

.teacher-about {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 14pt;
	margin-top: -20px;
	color: #FDBF57;
}

.teacher-love {
	margin-top: -5px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 11.5pt;
	color: #fff;
}

.large-text {
	font-size: 16pt;
	color: #fff;
	font-family: 'Berlin Sans FB Demi', sans-serif;
}

/************************************/
/*             Locations            */
/************************************/

.locations {
	width: 100%;
}

.locations-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
}

.location-name {
	position: absolute;
	top: 29%;
	font-family: 'Berlin Sans FB', sans-serif;
	color: #fff;
	font-size: 32pt;
	margin-left: 10px;
	text-shadow: 2px 2px #1595D3;
}

.location-text {
	width: 100%;
	margin: 0 auto;	
}

.mobile-loc-name {
	display: none;
}

.first-square {
	width: 45%;
	float: left;
	border-style: inset inset outset outset;
	border-width: 7px;
	border-color: #1595D3;
	background: #1595D3;
	margin-left: 30px;
}

.dothan-location img {
	width: 100%;
	height: 300px;
	border-bottom: 3px solid #fff;
}

.second-square {
	width: 45%;
	float: right;
	border-style: inset inset outset outset;
	border-width: 7px;
	border-color: #1595D3;
	background: #1595D3;
	margin-right: 30px;
}

.enterprise-location img {
	width: 100%;
	height: 300px;
	border-bottom: 3px solid #fff;
}

.left-text {
	float: left;
	width: 40%;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	color: #fff;
	margin-left: 30px;
	text-align: left;
}

.right-text {
	float: right;
	width: 43%;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	color: #fff;
	margin-right: 30px;
	text-align: right;
}

.google-map {
	margin: 0 auto;
	text-align: center;
}

.google-map iframe {
	margin-top: 30px;
	margin-bottom: 30px;
}

/**************************************/
/*           Quality Checklist        */
/**************************************/

.quality-checklist {
	margin-bottom: 30px;
}

.quality-checklist-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
}

/**************************************/
/*		    	Registration          */
/**************************************/

.registration {
	margin-bottom: 30px;
}

.registration-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
}

/************************************/
/*               FAQs               */
/************************************/

.question {
	font-family: 'Berlin Sans FB';
	color: #1595D3;
	margin-left: 30px;
	margin-right: 30px;
}

.answer {
	font-family: 'Myriad Pro', sans-serif;
	margin: -10px 30px 25px 30px;
	font-size: 13pt;
}

.training {
	font-family: 'Myriad Pro', sans-serif;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 13pt;
}

.hr {
	width: 95%;
	text-align: left;
}

/************************************/
/*        Child Care Costs          */
/************************************/

.child-care {
	margin-bottom: 30px;
}

.child-care-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.secondary-title {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 20pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.child-care a {
	color: #1595D3;
	text-decoration: none;
	border-bottom: 1px solid #1595D3;
}


/************************************/
/*           Requirements           */
/************************************/

.requirements-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #1595D3;
	font-size: 28pt;
	text-align: center;
	margin-bottom: -20px;
}

.requirements-list { 
	width: 70%; 
	margin: 0 auto 50px auto;
}

.requirements-list ol { 
	font-style: italic; 
	font-family: 'Berlin Sans FB', sans-serif; 
	font-size: 40px; 
	color: #1595D3; 
}

.requirements-list ol li p { 
	padding: 5px 8px 5px 10px; 
	font-style: normal; 
	font-family: 'Myriad Pro', sans-serif; 
	font-size: 13pt; 
	color: #000; 
}

/************************************/
/*            Calendars             */
/************************************/

.holidays {
	margin-top: 30px;
	margin-bottom: 30px;
}

.holidays-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #1595D3;
	font-size: 28pt;
	text-align: center;
	margin-bottom: -10px;
}

.closed {
	font-family: 'Myriad Pro', sans-serif;
	text-align: center;
	font-size: 13pt;
	margin-top: 50px;
	margin-bottom: 30px;
}

.closed-days {
	font-family: 'Berlin Sans FB', sans-serif;
	text-align: center;
	font-size: 20pt;
	margin-bottom: 35px;
	color: #EF4970;
}

.date {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	text-align: center;
	margin-top: -35px;
}

/************************************/
/*           Procedures             */
/************************************/

.procedures-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #1595D3;
	font-size: 28pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.procedures-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: -5px;
	list-style: square;
} 

.procedures-list:last-child {
	margin-bottom: 30px;
}

/************************************/
/*            Nutrition             */
/************************************/

.nutrition {
	margin-bottom: 30px;
}

.nutrition-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #1595D3;
	font-size: 28pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -5px;
}

.nutrition-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: -5px;
	list-style: square;
} 

.nutrition .sub-text small {
	font-size: 10pt;
}

.meal-menu {
	color: #1595D3;
	font-size: 14pt;
}

.meal-menu:hover {
	color: #EF4970;
}

/************************************/
/*           Curriculum             */
/************************************/

.curriculum {
	margin-bottom: 30px;
}

.curriculum-title {
	font-family: 'Berlin Sans FB Demi';
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.curriculum-container p {
	float: left;
	width: 60%;
	margin-bottom: 5px;
}

.curriculum-image {
	float: right;
	width: 30%;
}

.curriculum-image img {
	border: 3px solid #1595D3;
	margin-left: -40px;
}

/*          Fun While Learning           */

.fun-title {
	font-family: 'Berlin Sans FB Demi';
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}
 
/*          First Class Pre-K       */

.first-class-logo {
	margin-top: 30px;
	margin-left: 30px;
}

.first-class-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #1595D3;
	font-size: 28pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.first-class-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: -5px;
	list-style: square;
} 

.first-class small {
	font: 'Myriad Pro', sans-serif;
}

.first-class small a {
	color: #1595D3;
	text-decoration: none;
	border-bottom: 1px solid #1595D3;
}

/*          Quality Stars           */

.quality-stars-logo {
	margin-left: 30px;
	margin-top: 30px;
}

.quality-stars-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #1595D3;
	font-size: 28pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.quality-stars small {
	font: 'Myriad Pro', sans-serif;
}

.quality-stars small a {
	color: #1595D3;
	text-decoration: none;
	border-bottom: 1px solid #1595D3;
}

.one-star-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #FDBF57;
	font-size: 50pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.star {
	width: 50px;
	height: 50px;
	margin-left: 10px;
}

.one-star-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-right: 150px;
	margin-top: 15px;
	margin-bottom: -5px;
	list-style: url(/images/one-star-small.png);
	text-align: left;
}

.one-star-list li a {
	color: #1595D3;
	font-size: 12pt;
	text-decoration: none;
	border-bottom: 1px solid #1595D3;
}

.source {
	margin-bottom: 30px;
}

.source a {
	color: #1595D3;
	text-decoration: none;
	border-bottom: 1px solid #1595D3;
}

/************************************/
/*           Subsidized Care        */
/************************************/

.subsidized-care {
	margin-bottom: 30px;
}

.subsidized-title, .military-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;
	color: #1595D3;
	font-size: 28pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.kclc-supports {
	font-size: 16pt;
	font-family: 'Myriad Pro', sans-serif;
	margin-left: 30px;
}

.subsidized-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -15px;
	margin-bottom: 20px;
	list-style: square;
} 

.military-container {
	width: 100%;
}

.left {
	float: left;
	width: 50%;
}

.support-image {
	float: right;
	width: 30%;
	margin-bottom: -4px;
	margin-right: 100px;
	margin-top: -50px;
}


/************************************/
/*             Footer               */
/************************************/

footer {
	clear: both;
	font-family: 'Berlin Sans FB', sans-serif;
	background: #EF4970;
	height: 150px;
	width: 100%;
	padding-bottom: 20px;
	color: #fff;
}

footer ul {
	list-style: none;
}

footer ul li a {
	text-decoration: none;
}

.footer-menu {
	width: 100%;
}

.footer-menu ul li {
	margin-bottom: 5px;
}

.footer-menu a {
	color: #FDBF57;
	font-family: 'Berlin Sans FB Demi', sans-serif;
	font-size: 12pt;
}

.footer-menu a:hover {
	color: #fff;
}

.menu-one {
	width: 25%;
	display: inline;
	float: left;
	text-align: left;
	height: 140px;
	border-left: 1px solid #fff;
}

.menu-two {
	width: 25%;
	display: inline;
	float: left;
	text-align: left;
	height: 140px;
}

.menu-three {
	width: 25%;
	display: inline;
	float: left;
	text-align: left;
	border-right: 1px solid #fff;
	height: 140px;
}

.three-columns {
	width: 100%;
}

.column-one {
   float: left;
   width: 20%;
   text-align: center;
   margin-top: 30px;
}

.column-two {
   float: left;
   width: 60%;
}

.column-three {
   	float: left;
   	width: 20%;
   	text-align: center;
   	margin-top: 10px;
	margin-left: -15px !important;
}

.developed a {
	text-decoration: none;
	color: #FDBF57;
}

.developed a:hover {
	border-bottom: 1px solid #FDBF57;
}

.open {
	margin-left: -20px;
	font-size: 15pt !important;
}

.mobile-footer {
	display: none;
}


/************************************/
/*           Tablet Devices         */
/************************************/

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
}

/************************************/
/*           Mobile Devices         */
/************************************/

/* Mobile Phones Portrait or Landscape*/
@media screen and (max-device-width: 640px) {
	
/**************************************/
/*             All Pages              */
/**************************************/
    
    .teacher-box {
	width: 85%;
	margin: 20px auto;
	text-align: center;
	border: 4px solid #47BD98;
	height: auto;
}
    
    .teacher-box-kishia {
	background: #1595D3;
	width: 90%;
	margin: 20px auto;
	text-align: center;
	border: 4px solid #47BD98;
	height: auto;
}

.kishia-bio {
	margin-top: -10px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 11pt;
	color: #fff;
}

.teacher-img {
	float: none;
	border-right: 4px solid #47BD98;
}

.teacher-info {
	padding-left: 0;
	padding-right: 0;
	width: 90%;
	min-height: 100%;
	float: none;
	box-shadow: inset 0 0 0 1px #fff,
				inset 0 0 0 1px #47BD98;
}

.teacher-about {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 14pt;
	margin-top: -20px;
	color: #FDBF57;
}

.teacher-love {
	margin-top: -5px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 11.5pt;
	color: #fff;
}

html {
	background: linear-gradient(90deg, #1595D3, #fff, #fff, #1595D3);
}

body {
	margin-top: 0;
}

.page-container {
	background: #fff;
	width: 96%;
	margin: 0 auto 30px auto;
	padding-top: 15px;
	box-shadow: 10px 10px 30px -15px #000, -10px 10px 30px -15px #000;
	position: relative;
}

.logo {
	float: left;
	margin-left: 100px;
	width: 200px;
	height: 200px;
	display: none;
}

.mobile-logo {
	display: block;
	text-align: center;
}

.mobile-logo .mobile-home {
	width: 50px;
	height: 50px;
	margin-left: 30px;
}

.hr-colored {
	width: 95%;
	color: #1595D3;
	margin-top: 30px;
}

.embed-container {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

/**************************************/
/*             Main Navi              */
/**************************************/

.main-nav {
	display: none;
}

.mobile-menu {
	display: block;
}

.orange-liner {
	margin-top: -30px;
	display: none;
}

select {
	display: block;
	margin: 25px auto 25px auto;
	background: #1595D3;
	color: #fff;
	padding: 6px;
	font-size: 14pt;
	border-radius: 5px;
	border: 1px solid #1595D3;
}

/************************************/
/*              Index               */
/************************************/

.main-banner {
	display: none;
}

.mobile-main-banner {
	display: block;
	width: 100%;
}

.mobile-break {
	margin-bottom: 20px;
	font-size: 15pt;
}

.mobile-pink {
	background: #EF4970;
	width: 96%;
	height: 200px;
	margin: 0 auto;
	border-radius: 15%;
	border: 3px solid #000;
}

.mobile-break .mobile-pink img {
	width: 120px;
	height: 180px;
	margin-left: 10px;
}

.mobile-break .mobile-orange img {
	margin-left: 10px;
	margin-top: 50px;
}

.mobile-break .mobile-blue img {
	margin-left: 10px;
	margin-top: 50px;
}

.mobile-blue {
	background: #1595D3;
	width: 96%;
	height: 200px;
	margin: 0 auto;
	border-radius: 15%;
	border: 3px solid #000;
}

.mobile-orange {
	background: #FDBF57;
	width: 96%;
	height: 200px;
	margin: 20px auto 0 auto;
	border-radius: 15%;
	border: 3px solid #000;
}

.mobile-break img {
	float: left;
	width: 40%;
}

.mobile-break p {
	float: right;
	width: 50%;
} 

.mobile-blue {
	clear: both;
}

.mobile-orange {
	clear: both;
}

.white-text {
	color: #fff;
}

.green-liner {
	display: none;
}

.slogan-holder {
	display: none;
}

.welcome-message {
	font-family: 'Berlin Sans FB Demi';	
	color: #1595D3;
	font-size: 20pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.purpose {
	font-family: 'Berlin Sans FB Demi';
	color: #EF4970;
	font-size: 20pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -10px;
}

.upcoming-events {
	font-family: 'Berlin Sans FB Demi';
	color: #4DBD98;
	font-size: 20pt;
	margin-left: 30px;
	margin-right: 30px;
}

.events-feed {
	display: none;
}

.mobile-events-feed {
	display: inline;	
}

.mobile-events-feed .sub-text {
	margin-top: -10px;
	margin-bottom: 30px;
}

.sub-text {
	padding: 0 30px 10px 30px;
	margin-bottom: -7px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 12pt;
}
    
iframe.schedule {
    width: 96%;
    height: 400px;
}

.embed-container {
	display: none;
}
.mobile-embed-container {
	display: block;
	text-align: center;
	margin: 0 auto;
}

footer {
	display: none;
}

.mobile-footer {
	display: block;
	clear: both;
	font-family: 'Berlin Sans FB', sans-serif;
	background: #EF4970;
	height: 225px;
	width: 100%;
	padding-bottom: 20px;
	color: #fff;
}

.mobile-footer-menu {
	display: block;
}

.mobile-hours {
   	width: 96%;
   	text-align: center;
   	padding-top: 5px;
	margin: 10px auto 10px auto;
}

.m-copyright {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

.m-copyright a {
	text-decoration: none;
	color: #FDBF57;
}

.philo-image {
	display: none;
}

.subsidized-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-top: -15px;
	margin-bottom: 20px;
	list-style: square;
} 

.military-container {
	width: 100%;
}

.left {
	float: none;
	width: 90%;
}

.support-image {
	display: none;
}

.locations {
	width: 100%;
}

.locations-title {
	font-family: 'Berlin Sans FB Demi', sans-serif;	
	color: #1595D3;
	font-size: 28pt;
	margin-left: 30px;
	margin-right: 30px;
}

.location-name {
	display: none;
}

.mobile-loc-name {
	display: inline;
}

.location-text {
	width: 100%;
	margin: 0 auto;	
}

.first-square {
	width: 80%;
	float: left;
	border-style: inset inset outset outset;
	border-width: 7px;
	border-color: #1595D3;
	background: #1595D3;
}

.dothan-location img {
	width: 100%;
	height: 300px;
	border-bottom: 3px solid #fff;
}

.second-square {
	width: 80%;
	clear: left;
	float: left;
	border-style: inset inset outset outset;
	border-width: 7px;
	border-color: #1595D3;
	background: #1595D3;
	margin-left: 30px !important;
	margin-top: 10px;
	margin-bottom: 30px;
}

.enterprise-location img {
	width: 100%;
	height: 300px;
	border-bottom: 3px solid #fff;
}

.left-text {
	float: left;
	width: 90%;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	color: #fff;
	margin-left: 30px;
	text-align: left;
}

.right-text {
	float: left;
	clear: left;
	width: 90%;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	color: #fff;
	margin-right: 30px;
	text-align: right;
}

.google-map {
	display: none;
}

.mobile-teachers {
	display: block;
}

.teacher-holder {
	background: #1595D3;
	width: 94%;
	margin: 30px auto;
	text-align: center;
	border: 4px solid #47BD98;
	height: auto;
}

.main-image {
	margin-top: 10px;
}

.main-image img {
	border: 2px solid #fff;
}


.teacher-img {
	float: none;
	margin: 0 auto;
	border: none;
	width: 100%;
}

.teachers-name {
	font-size: 18pt;
	color: #fff;
	font-family: 'Berlin Sans FB Demi', sans-serif;
}

.teacher-info {
	display: block;
	box-shadow: none;
}



.large-text {
	font-size: 16pt;
	color: #fff;
	font-family: 'Berlin Sans FB Demi', sans-serif;
}

.curriculum-image {
	display: none;
}

.one-star-title {
	font-size: 18pt;
}

.one-star-list li {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 13pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: -5px;
	list-style: url(/images/one-star-small.png);
	text-align: left;
}
.curriculum-container p {
	float: left;
	width: 90%;
	margin-bottom: 5px;
}
}

/* iPhone 4 and 4S 
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 580px)
  and (-webkit-min-device-pixel-ratio: 2) {

.main-banner {
	background-image: url(/images/kites.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.banner-container {
	width: 100%;
	display: inline-block;
	height: 300px;
}

.white-text {
	color: #fff;
}

.pink {
	font-family: 'Myriad Pro', sans-serif;
	font-style: italic;
	font-size: 12pt;
	background: #EF4970;
	width: 20%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-radius: 0 15% 0 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 45px;
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 0;
}

.blue {
	font-family: 'Myriad Pro', sans-serif;
	font-style: italic;
	font-size: 12pt;
	background: #1595D3;
	margin-left: -10px;
	margin-top: 90px;
	width: 20%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-radius: 0 15% 0 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	text-align: center;
	z-index: 1;
	position: absolute;
	left: 20%;
}

.orange {
	font-family: 'Myriad Pro', sans-serif;
	font-style: italic;
	font-size: 12pt;
	background: #FDBF57;
	margin-left: -40px;
	margin-top: 55px;
	width: 20%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-radius: 15% 15% 0 0;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	position: absolute;
	left: 41%;
}

.pink img {
	height: 100px;
}

.orange img {
	margin-left: 25px;
	height: 60px;
}

.blue img {
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
}

.img-info-pink {
	text-align: left;
	margin-left: 10px;
}

.img-info-orange {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 2px;
	text-align: right;
	width: 70%;
}

.img-info-blue {
	width: 90%;
	margin-top: 0;
	margin-left: 2px;
	text-align: right;
}

.green-liner {
	margin-top: -85px;
	z-index: 999;
	position: relative;
}

.slogan-holder {
	position: absolute;
	top: 20%;
	left: 28%;
	z-index: 999;
}

.slogan {
	font-size: 50px;
	font-family: 'Berlin Sans FB', sans-serif;
	letter-spacing: 5px;
	color: #fff;
  	text-shadow:
   -1px -1px 0 #1595D3,  
    1px -1px 0 #1595D3,
    -1px 1px 0 #1595D3,
     1px 1px 0 #1595D3;
}
.mobile-hr {
	width: 50%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.mobile-bio {
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}
.mobile-about {
	color: #FDBF57;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -10px;
}
.mobile-white {
	color: #fff;
	font-size: 13pt;
	font-family: 'Berlin Sans FB', sans-serif;
}
}*/