@charset "utf-8";

@font-face {
	font-family: 'Montserrat-Regular';
	src: url(../font/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
	font-family: 'Montserrat-ExtraLight';
	src: url(../font/Montserrat/Montserrat-ExtraLight.ttf);
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url(../font/Montserrat/Montserrat-Light.ttf);
}
@font-face {
	font-family: 'Montserrat-Thin';
	src: url(../font/Montserrat/Montserrat-Thin.ttf);
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url(../font/Montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: 'Montserrat-LightItalic';
	src: url(../font/Montserrat/Montserrat-LightItalic.ttf);
}

.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	border: 0px solid gray;
	vertical-align: top;
	font-family: Montserrat-Regular, sans-serif;
	list-style: none;
	text-decoration: none;
}

html {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff4f4;
	position: relative;
}

header {
	width: 100%;
	height: 100%;
	padding-top: 0px;
	background-color: rgba(255, 255, 255, 0);
	position: relative;
	/*background-image: url("../pix/hero/hero.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	*/
}
.fadeOut {
	opacity: 0;
	transition: opacity 3s ease-in-out;
	-webkit-transition: opacity 3s ease-in-out;
}

.fadeIn {
	opacity: 1;
	transition: opacity 3s ease-in-out;
	-webkit-transition: opacity 3s ease-in-out;
}
h1 {
	width: 100%;
	height: 80px;
	background-image: url("../pix/logo/brighton_logo_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	margin-top: 15px;
}
h1 a {
	background: transparent;
}
h2 {
	font-family: Montserrat-Thin, sans-serif;
	font-size: 1.7em;
	padding: 30px 0px 20px 12px;	
	letter-spacing: 1px;
	color: #5e5e5e;
}
h3 {
	font-family: Montserrat-SemiBold, sans-serif;
	font-size: 1.3em;
	padding: 20px 40px 20px 13px;	
	color: #5b5b5b;	
	letter-spacing: 0.7px;
}
h4 {
	font-family: Montserrat-Regular, sans-serif;
	color: #ffe76b;
	letter-spacing: 2px;
	word-spacing: 5px;
	padding: 10px 40px 10px 0px;	
}

h5 {
	font-family: Montserrat-Light, sans-serif;
	padding: 0px 0px 0px 0px;	
	letter-spacing: 0.3px;
	word-spacing: 4px;
	line-height: 1.8em;
	color: #8b8b8b;
}

p {
	font-size: 0.8em;
	font-family: Montserrat-Light, sans-serif;
	padding: 0px 15px 10px 15px;	
	letter-spacing: 0.3px;
	word-spacing: 4px;
	line-height: 1.5em;
	color: #373737;
	clear: both;
}
input {
	padding: 0px 0px 0px 0px;	
	
}
nav {
	width: 100%;
	margin-top: 50px;
	display: none;	
}
nav ul {
	width: 100%;
	text-align: left;
}
nav ul li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: Montserrat-ExtraLight, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 1em;
	cursor: pointer;
	letter-spacing: 1px;
	padding-left: 40px;
	text-shadow: 2px 2px 0px #bfbfbf;
}
nav ul li a {
	font-family: Montserrat-ExtraLight, sans-serif;
	color: #ffffff;
}
table {
	margin-bottom: 20px;
}
article {
	margin-bottom: 20px;
	
}
#top {
	width: 100%;
	height: 100%;
	padding-left: 0px;
	padding-top: 0px;	
	padding-bottom: 0px;
	position: absolute;
	top: 0%;
}
#top .imgBox {
	width: 100%;
	height: 100%;
	position: relative;
}
#top .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
#info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#info .outerBox {
	width: 100%;
	height: 100%;
	position: relative;
}
#info .outerBox .innerBox {
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;	
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	position: absolute;
	top: calc(50%);
	left: 50%;
	transform: translate(-50%, calc(-50%));
}
#info .outerBox .innerBox h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;	
	letter-spacing: 1px;
	border-bottom: 2px solid #90e19b
}
#info .outerBox .innerBox p {
	font-size: 1em;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}
#info .outerBox .innerBox div.button {
	width: 100%;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
#info .outerBox .innerBox div.button button {
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #dede00;
	color: white;
	cursor: pointer;
}
#infoBox {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: calc(0%);
	left: 0%;
	z-index: 9999;
	padding: 15px;
	display: none;
}
#infoBox .outerBox {
	width: 100%;
	height: 100%;
	position: relative;	
}
#infoBox .outerBox .innerBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: calc(50%);
	left: 50%;
	transform: translate(-50%, calc(-50%));
}
#infoBox .outerBox .innerBox .contentsBox {
	width: 100%;
	height: calc(90%);
	background-color: white;
	border-radius: 10px;
	border: 1px solid #90e19b;
	overflow: scroll;
}
#infoBox .outerBox .innerBox .contentsBox .contact table {
	width: calc(100%);
	border-collapse: collapse;
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr {
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr td {
	padding: 0px 15px 0px 15px;
	display: block;
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr td:first-child {
	padding-top: 15px;
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr:last-child td {
	text-align: center;
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr td p {
	padding: 0px 0px 0px 0px;
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr td input {
	width: 100%;
	height: 30px;
	border: 1px solid gray;
	padding: 10px 10px 10px 10px;	
	font-size: 1em;
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr td textarea {
	width: 100%;
	height: 150px;
	border: 1px solid gray;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
}
#infoBox .outerBox .innerBox .contentsBox .contact table tr td input[type="submit"] {
	width: 150px;
	height: 50px;
	border: 0px solid gray;
	border-radius: 10px;
	background-color: #a6f0ee;
	color: white;
	font-size: 1em;
}
#infoBox .outerBox .innerBox .contentsBox .contact div.thanks {
	font-family: "Rounded Mplus 1c";
	padding: 15px 15px 15px 15px;
	margin: 10px 15px 10px 15px;
	border: 1px dashed orange;
	text-align: center;
	border-radius: 7px;
}
#infoBox .outerBox .innerBox .contentsBox .contact div.thanks p {
	padding: 0px 0px 5px 0px;
	font-weight: bold;	
}
#infoBox .outerBox .innerBox .contentsBox .contact div.thanks input[type="button"] {
	margin-top: 10px;	
	width: 150px;
	height: 50px;
	border: 0px solid gray;
	border-radius: 10px;
	background-color: #a6f0ee;
	color: white;
	font-size: 1em;
	letter-spacing: 2px;
}
#infoBox .outerBox .innerBox #infoClose {
	width: 100%;
	height: calc(10%);
	position: absolute;
	bottom: 0px;
	padding: 20px 10px 0px 10px;
	text-align: center;
}
#infoBox .outerBox .innerBox #infoClose button {
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #dede00;
	color: white;
	cursor: pointer;
}
#newsPage #wrapper, #eventPage #wrapper {
	top: 120px;
}
#wrapper {
	width: calc(100%);
	height: 100%;
	position: absolute;
	top: 100%;
}

#wrapper section {
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;	
	padding-bottom: 50px;
	clear: both;	
}
#wrapper section.intervalImg {
	width: 100%;
	height: 500px;
	padding: 0px;
	clear: both;	
}
#wrapper section.intervalImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
#wrapper section:nth-child(even) {
	background-color: #ffd4d4;
}
#wrapper section#philosophy {
	width: calc(100%);
	padding-right: 0px;
}
#wrapper section#philosophy p {
	font-size: 0.8em;	
}
#wrapper section#news article {
	width: calc(100%);
	background-color: white;
	padding: 10px 0 10px 0;
}
#wrapper section#news {
	width: calc(100%);
}
#wrapper section#news p.title {
	font-weight: bold;
	font-size: 1.2em;
}
#wrapper section#news p.date {
	font-weight: normal;
	font-size: 0.8em;
}
#wrapper section#news img {
	width: calc(100%);
	border-radius: 10px;
}
#wrapper section#news div.button {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
#wrapper section#news a {
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #cc93df;
	color: white;
	cursor: pointer;
}
#wrapper section#event {
	width: calc(100%);
}
#wrapper section#event article {
	width: calc(100%);
	background-color: white;
	padding: 10px 0 10px 0;
}
#wrapper section#event p.title {
	font-weight: bold;
	font-size: 1.2em;
}
#wrapper section#event p.date {
	font-weight: normal;
	font-size: 0.8em;
}
#wrapper section#event img {
	width: calc(100%);
	border-radius: 10px;
}
#wrapper section#event div.button {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
#wrapper section#event a {
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #71b0de;
	color: white;
	cursor: pointer;
}
#wrapper section#curriculum {
	width: calc(100%);
}
#wrapper section#curriculum article {
	width: calc(100%);
	clear: both;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}
#wrapper section#curriculum article p {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;	
}
#wrapper section#curriculum article p.daisy {
	background-image: url("../pix/class/daisy.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#wrapper section#curriculum article p.poppy {
	background-image: url("../pix/class/poppy.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#wrapper section#curriculum article p.tulip {
	background-image: url("../pix/class/tulip.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#wrapper section#curriculum article h3 {
	color: #5b5b5b;	
	letter-spacing: 0.7px;
}
#wrapper section#curriculum article h3:first-child {
	font-size: 1.1em;
	padding: 20px 0px 0px 12px;	
}
#wrapper section#curriculum article h3:nth-child(2) {
	font-size: 1.3em;
	padding: 10px 0px 20px 12px;	
}
#wrapper section#curriculum article .programs {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 0px;
}
#wrapper section#curriculum article .programs div {
	width: calc((100% / 1) - 0px);
	height: auto;
	float: none;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
}
#wrapper section#curriculum article .programs div h4 {
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
}
#wrapper section#curriculum article .programs div .description {
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#wrapper section#curriculum article .programs div .description h5 {
	height: 0px;
	font-size: 0.8em;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}
#wrapper section#curriculum article .programs div .description h5.programContents_0 {
	height: 0px;
	transition: height 0.5s;
	padding-top: 10px
}
#wrapper section#curriculum article .programs div .description h5.programContents_1 {
	height: 0px;
	transition: height 0.5s;
	padding-top: 10px
}
#wrapper section#curriculum article .programs div .description h5.programContents_2 {
	height: 0px;
	transition: height 0.5s;
	padding-top: 10px
}

#wrapper section#dailySchedule {
	width: calc(100%);
}
#wrapper section#dailySchedule h4{
	font-size: 0.8em;
	color: black;
	padding: 0;
}
#wrapper section#dailySchedule p{
	font-size: 0.8em;
	padding: 0;
}
#wrapper section#dailySchedule table {
	width: calc(100%);
	border-collapse: collapse;
}
#wrapper section#dailySchedule table tr {
}
#wrapper section#dailySchedule table tr:nth-child(odd) {
	background-color: rgba(255, 253, 238, 0);
}
#wrapper section#dailySchedule table tr:nth-child(even) {
	background-color: rgba(255, 255, 248, 0);
}
#wrapper section#dailySchedule table tr td {
	border: 0px solid #e9e9e9;
	padding: 0px 15px 10px 15px;
	display: block;
}
#wrapper section#dailySchedule table tr td:first-child {
	padding: 10px 15px 10px 15px;
}

#wrapper section#staff {
	width: calc(100%);
}
#wrapper section#staff .staffImgInner {
	width: calc(100% / 1);
	height: calc(100%);
	padding: 0px;
}
#wrapper section#staff .staffImgInner img {
	width: calc(100%);
	height: calc(100%);
	object-fit: cover;
}
#wrapper section#enrollment {
	width: 100%;
}
#wrapper section#enrollment h4 {
	font-family: "Rounded Mplus 1c";
	font-size: 0.8em;
	color: black;
	padding: 0;
}
#wrapper section#enrollment p{
	font-family: "Rounded Mplus 1c";
	font-size: 0.8em;
	padding: 0;
}
#wrapper section#enrollment a {
	color: gray;
	text-decoration: underline;
}
#wrapper section#enrollment article table {
	width: calc(100%);
	border-collapse: collapse;
}
#wrapper section#enrollment article table tr {
}
#wrapper section#enrollment article table tr:nth-child(odd) {
	background-color: #fffdee;
}
#wrapper section#enrollment article table tr:nth-child(even) {
	background-color: #fffff8;
}
#wrapper section#enrollment article table tr td {
	border: 0px solid #e9e9e9;
	padding: 10px 15px 10px 15px;
	display: block;
}
#wrapper section#enrollment article table tr td:first-child {
	padding: 10px 15px 0px 15px;
}
#wrapper section#enrollment div p {
	font-family: "Rounded Mplus 1c";
	font-size: 0.8em;
	padding: 0px 15px 0px 15px;
}
#wrapper section#enrollment article.fee table.feeInfo tr:first-child {
	background-color: #ffff74;
	width: 100%;
	height: 40px;
	display: none;
}
#wrapper section#enrollment article.fee table.feeInfo tr:first-child td {
	padding: 0px 15px 0px 15px;
}
#wrapper section#enrollment article.fee table.feeInfo tr:first-child h4 {
	font-size: 0.9em;
	color: #636363;
	line-height: 40px;
}
#wrapper section#enrollment article table span.campus {
	font-weight: bold;
	margin-right: 10px;
}
#wrapper section#visitUs {
	width: 100%;
}
#wrapper section#visitUs h4 {
	font-family: "Rounded Mplus 1c";
	font-size: 0.8em;
	color: black;
	padding: 0;
}
#wrapper section#visitUs p {
	font-family: "Rounded Mplus 1c";
	font-size: 0.8em;
	padding: 0;
}
#wrapper section#visitUs a {
	color: dimgray;
}
#wrapper section#visitUs article table {
	width: calc(100% - 0px);
	border-collapse: collapse;
}
#wrapper section#visitUs article table tr {
}
#wrapper section#visitUs article table tr:nth-child(odd) {
	background-color: #fffdee;
}
#wrapper section#visitUs article table tr:nth-child(even) {
	background-color: #fffff8;
}
#wrapper section#visitUs article table tr td {
	border: 0px solid #e9e9e9;
	padding: 10px 15px 10px 15px;
	display: block;
}
#wrapper section#visitUs article table tr td:first-child {
	padding: 10px 15px 0px 15px;
}
#wrapper section#visitUs ul {
	font-size: 0.8em;
}
#wrapper section#visitUs ul li {
}
#wrapper section#visitUs article.access {
	width: 100%;
}
#wrapper section#visitUs article.access .headerBox {
	width: 100%;
}
#wrapper section#visitUs article.access .headerBox ul {
	width: calc(100%);
}
#wrapper section#visitUs article.access .headerBox ul li {
	width: calc(100%);
	padding-left: 10px;
}
#wrapper section#visitUs article.access .headerBox ul li:nth-child(1) {
}
#wrapper section#visitUs article.access .headerBox ul li:nth-child(2) {
}
#wrapper section#visitUs article.access .headerBox ul li:nth-child(3) {
}
#wrapper section#visitUs article.access .headerBox ul li p {
	font-family: "Rounded Mplus 1c";
	font-size: 1em;
}
#wrapper section#visitUs article.access .headerBox img {
	width: calc(100%);
	float: none;
	padding-left: 0px;
}
#wrapper section#visitUs article.access .accessMap {
	padding: 0px 15px 0px 15px;
	margin-top: 20px;
}
#wrapper section#visitUs article.access .googleMap {
	width: calc(100%);
	padding: 10px 15px 0px 15px;
	text-align: center;
	margin-top: 30px;
}
#wrapper section#visitUs article.access .googleMap a {
	font-family: "Rounded Mplus 1c";
	border: 1px solid gray;
	padding: 10px;
	
}
#wrapper section#visitUs article.company {
	clear: both;
}
#wrapper section#visitUs article.company li {
	padding: 0;
}
#wrapper section#visitUs article.company li p {
	font-family: "Rounded Mplus 1c";
	font-size: 1em;
}

#wrapper section#visitUs table.contact tr {
	background-color: rgba(255, 255, 255, 0);
}
#wrapper section#visitUs table.contact td {
	border: 0px solid gray;
	padding-left: 15px;
}
#wrapper section#visitUs table.contact h4 {
	font-size: 0.8em;
	color: black;
	padding: 0;
}
#wrapper section#visitUs table.contact p label {
	font-family: "Rounded Mplus 1c";
	font-size: 1em;
	padding: 0;
	font-weight: bold;
	
}
#wrapper section#visitUs table.contact input {
	width: 100%;
	height: 50px;
	border: 1px solid lightgray;	
	padding: 10px 10px 10px 10px;
	font-size: 1em;
}
#wrapper section#visitUs table.contact textarea {
	width: 100%;
	height: 150px;	
	border: 1px solid lightgray;	
	padding: 5px 10px 5px 10px;
	font-size: 1em;
}
#wrapper section#visitUs table.contact input[type="submit"] {
	width: 100%;
	height: 50px;
	background-color: #00c7b3;
	border-radius: 7px;
	line-height: 30px;
	color: white;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-align: center;
}
#wrapper section#visitUs div.thanks {
	font-family: "Rounded Mplus 1c";
	padding: 15px 15px 15px 15px;
	margin: 10px 15px 10px 15px;
	border: 1px dashed orange;
	text-align: center;
	border-radius: 7px;
	background-color: white;
}
#wrapper section#visitUs div.thanks p {
	padding: 0px 0px 5px 0px;
	font-weight: bold;	
}
#wrapper section#visitUs div.thanks input[type="button"] {
	margin-top: 10px;	
	width: 150px;
	height: 50px;
	border: 0px solid gray;
	border-radius: 10px;
	background-color: #a6f0ee;
	color: white;
	font-size: 1em;
	letter-spacing: 2px;
}
#wrapper section#visitUs div p {
	font-size: 0.8em;
	padding: 0px 15px 0px 15px;
}
#wrapper section#visitUs li {
	font-size: 0.9em;
	padding: 0px 15px 0px 15px;
}
#wrapper section#voice {
	width: 100%;
}
#wrapper section#voice article {
	padding: 0px 10px 0px 10px;
}
#wrapper section#voice article div {
	background-color: white;
	border-radius: 10px;
	padding: 20px 15px 20px 15px;
}
#wrapper section#voice article div p {
	padding: 0px 0px 0px 0px;
}
#wrapper section#voice p.title {
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 10px;
}
#wrapper section#voice p.name {
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 10px;
}
#wrapper section#voice p.sentence {
	line-height: 2em;
}

#wrapper footer {
	width: calc(100%);
	height: 200px;
	text-align: center;
	position: relative;
}
#wrapper footer .imgBox {
	width: calc(100%);
	height: 80%;
	padding: 20px;
	position: absolute;
}
#wrapper footer .imgBox img {
	height: calc(100%);
}
#wrapper footer .copyright {
	width: calc(100%);
	height: 20%;
	position: absolute;
	bottom: 0;
}
#wrapper footer .copyright p {
	padding: 0px 0px 50px 0px;
	font-size: 0.8em;	
}

#menuButtonBox {
	width: calc(70px);
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	/*left: 50%;
	transform: translateX(-50%);
	*/
	z-index: 999;
}
#menuButton {
	width: calc(100%);
	height: 100%;
	position: relative;
}
#menuButton #menuOpen {
	width: calc(100%);
	height: 100%;
	display: block;
	position: absolute;
	padding: 15px;
}
#menuButton #menuOpen #menuOpenOuter {
	width: calc(100%);
	height: 100%;
}
#menuButton #menuOpen #menuOpenOuter .menuLineBox {
	width: calc(100%);
	height: calc(100% / 5);
}
#menuButton #menuOpen #menuOpenOuter .menuLineBox .menuLine {
	width: calc(100%);
	height: calc(100%);
	position: relative;
}
#menuButton #menuOpen #menuOpenOuter .menuLineBox .menuLine .line {
	width: calc(100%);
	height: calc(4px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#menuButton #menuOpen #menuOpenOuter .menuLineBox:nth-child(odd) .menuLine .line {
	background-color: #ea7f7f;
}
#menuButton #menuOpen #menuOpenOuter .menuLineBox:nth-child(even) .menuLine .line {
}
#menuButton #menuClose {
	width: calc(100%);
	height: 100%;
	display: none;
	position: absolute;
	padding: 15px;
}
#menuButton #menuClose #menuCloseOuter {
	width: calc(100%);
	height: 100%;
	position: relative;
}
#menuButton #menuClose #menuCloseOuter .menuLineBox {
	width: calc(100%);
	height: calc(100%);
	position: absolute;
}
#menuButton #menuClose #menuCloseOuter .menuLineBox .menuLine {
	width: calc(100%);
	height: calc(100%);
	position: relative;
}
#menuButton #menuClose #menuCloseOuter .menuLineBox .menuLine .line {
	width: calc(100%);
	height: calc(4px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(20deg);
	background-color: #ea7f7f;
}
#menuButton #menuClose #menuCloseOuter .menuLineBox:first-child .menuLine .line {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
#menuButton #menuClose #menuCloseOuter .menuLineBox:last-child .menuLine .line {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

#menu {
	width: 100%;
	height: 100%;
	background-color: rgba(100, 100, 100, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	/*animation: fadeIn 0.6s ease 0s 1 normal;*/
	transition: opacity 0.6s ease-in-out;
	z-index: 994;
}
#menu ul {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}
#menu ul li {
	width: 100%;
	height: calc(100% / 10);
	position: relative;
	
}
#menu ul li p {
	width: 100%;
	font-family: Montserrat-ExtraLight, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 1em;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0px #bfbfbf;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
#menu ul li p a {
	color: white;
}
#menu ul li p span {
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media all and (min-width: 769px) {

	header {
		width: 250px;
		height: 100%;
		position: fixed;
		padding-top: 35px;
		background-color: rgba(255, 255, 255, 0);
		top: 0;
		z-index: 999;
	}
	h1 {
		width: 100%;
		height: 120px;
		background-image: url("../pix/logo/brighton_logo_02.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		text-indent: -9999px;
	}
	h1 a {
		background: transparent;
	}

	nav {
		margin-top: 120px;
		display: block;	
		padding-bottom: 50px;
	}

#info {
	width: 100%;
	height: 100%;
	padding-left: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
#infoBox .outerBox .innerBox {
	width: 50%;
	height: 100%;
	position: absolute;
	top: calc(50%);
	left: 50%;
	transform: translate(-50%, calc(-50%));
}
	#menuButtonBox {
		display: none;
	}

	#newsPage #wrapper, #eventPage #wrapper {
		top: 0px;
	}

	#wrapper section {
		padding-left: 300px;
		padding-top: 50px;	
		padding-bottom: 50px;
		padding-right: 20px;
	}
#wrapper section#philosophy {
	padding-right: 15%;
}
#wrapper section#philosophy p {
	font-size: 1em;
	line-height: 2em;
	
}
#wrapper section#news article {
	width: 100%;
	margin-top: 40px;
	background-color: white;
	padding: 30px;
	border-radius: 5px;
	clear: both;
}
#wrapper section#news article .textCol {
	width: calc(50%);
	float: left;
}
#wrapper section#news article .textCol .date{
	padding-top: 10px;
}
#wrapper section#news article .imageCol {
	width: calc(50%);
	float: left;
}
#wrapper section#news p {
	padding: 0;
}
#wrapper section#news p.image {
	width: calc(100%);
}
#wrapper section#news p.description {
	width: calc(100%);
	font-size: 0.9em;
	padding-top: 50px;
	padding-right: 25px;
}
#wrapper section#news img {
	width: calc(100%);
}
#wrapper section#event article {
	width: 100%;
	margin-top: 40px;
	background-color: white;
	padding: 30px;
	border-radius: 5px;
	
}
#wrapper section#event article .textCol {
	width: calc(50%);
	float: left;
}
#wrapper section#event article .textCol .date{
	padding-top: 10px;
}
#wrapper section#event article .imageCol {
	width: calc(50%);
	float: left;
}
#wrapper section#event p {
	padding: 0;
}
#wrapper section#event p.image {
	width: calc(100%);
}
#wrapper section#event p.description {
	width: calc(100%);
	font-size: 0.9em;
	padding-top: 50px;
	padding-right: 25px;
}
#wrapper section#event img {
	width: calc(100%);
}
#wrapper section#curriculum {
	width: calc(100%);
}
#wrapper section#curriculum article {
	width: calc(100%);
	clear: both;
	padding: 40px 0px 0px 0px;
	margin-bottom: 0px;
}
#wrapper section#curriculum article p {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25%;
	background-color: #ffffff;
	font-size: 0.9em;
}
#wrapper section#curriculum article p.daisy {
	background-image: url("../pix/class/daisy.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 200px;
}
#wrapper section#curriculum article p.poppy {
	background-image: url("../pix/class/poppy.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 200px;
}
#wrapper section#curriculum article p.tulip {
	background-image: url("../pix/class/tulip.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 200px;
}
#wrapper section#curriculum article h3 {
	color: #5b5b5b;	
	letter-spacing: 0.7px;
}
#wrapper section#curriculum article h3:first-child {
	font-size: 1.1em;
	padding: 20px 0px 0px 12px;	
}
#wrapper section#curriculum article h3:nth-child(2) {
	font-size: 1.3em;
	padding: 10px 0px 20px 12px;	
}
#wrapper section#curriculum article .programs {
	width: 100%;
	height: 1050px;
	padding: 10px 0px 10px 0px;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 0px;
	background-color: #ffffff;
}
#wrapper section#curriculum article .programs div {
	width: calc((100% / 2) - 0px);
	height: 350px;
	float: left;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#wrapper section#curriculum article .programs div h4 {
	height: 15%;	
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
}
#wrapper section#curriculum article .programs div .description {
	width: 100%;
	height: 85%;
	padding: 0px 0px 0px 0px;
}
#wrapper section#curriculum article .programs div .description h5 {
	width: 100%;
	font-size: 0.8em;
	overflow: visible;
	padding: 0px 0px 0px 0px;
}
#wrapper section#curriculum article .programs div .description h5.programContents_0 {
	height: 100%;
	transition: none;
	padding-top: 0px
}
#wrapper section#curriculum article .programs div h5.programContents_0 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50px;	
}
#wrapper section#curriculum article .programs div .freePlay h5.programContents_0 {
	background-image: url("../pix/program/daisy/freePlay.png");
}
#wrapper section#curriculum article .programs div .routine h5.programContents_0 {
	background-image: url("../pix/program/daisy/routine.png");
}
#wrapper section#curriculum article .programs div .outdoorLearning h5.programContents_0 {
	background-image: url("../pix/program/daisy/outdoorLearning.png");
}
#wrapper section#curriculum article .programs div .physicalDevelopment h5.programContents_0 {
	background-image: url("../pix/program/daisy/physicalDevelopment.png");
}
#wrapper section#curriculum article .programs div .language h5.programContents_0 {
	background-image: url("../pix/program/daisy/language.png");
}
#wrapper section#curriculum article .programs div .cognition h5.programContents_0 {
	background-image: url("../pix/program/daisy/cognition.png");
}
#wrapper section#curriculum article .programs div .description h5.programContents_1 {
	height: 100%;
	transition: none;
	padding-top: 0px
}
#wrapper section#curriculum article .programs div h5.programContents_1 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50px;	
}
#wrapper section#curriculum article .programs div .languageAndLiteracy h5.programContents_1 {
	background-image: url("../pix/program/poppy/languageAndLiteracy.png");
}
#wrapper section#curriculum article .programs div .physicalDevelopment h5.programContents_1 {
	background-image: url("../pix/program/poppy/physicalDevelopment.png");
}
#wrapper section#curriculum article .programs div .cognition h5.programContents_1 {
	background-image: url("../pix/program/poppy/cognition.png");
}
#wrapper section#curriculum article .programs div .toiletTraining h5.programContents_1 {
	background-image: url("../pix/program/poppy/toiletTraining.png");
}
#wrapper section#curriculum article .programs div .groupTime h5.programContents_1 {
	background-image: url("../pix/program/poppy/groupTime.png");
}
#wrapper section#curriculum article .programs div .greatOutdoors h5.programContents_1 {
	background-image: url("../pix/program/poppy/greatOutdoors.png");
}
#wrapper section#curriculum article .programs div .description h5.programContents_2 {
	height: 100%;
	transition: none;
	padding-top: 0px
}
#wrapper section#curriculum article .programs div h5.programContents_2 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50px;	
}
#wrapper section#curriculum article .programs div .groupTime h5.programContents_2 {
	background-image: url("../pix/program/tulip/groupTime.png");
}
#wrapper section#curriculum article .programs div .physicalDevelopment h5.programContents_2 {
	background-image: url("../pix/program/tulip/physicalDevelopment.png");
}
#wrapper section#curriculum article .programs div .greatOutdoors h5.programContents_2 {
	background-image: url("../pix/program/tulip/greatOutdoors.png");
}

	#wrapper section#dailySchedule table {
		width: calc(100% - 0px);
	}
	#wrapper section#dailySchedule table tr td {
		display: inline-block;
		padding-top: 10px;
	}
	#wrapper section#dailySchedule table tr td:first-child {
		width: 25%;
	}
	#wrapper section#dailySchedule table tr td:nth-child(2) {
		width: 75%;
	}
	#wrapper section#enrollment article table {
		width: calc(100% - 0px);
	}
	#wrapper section#enrollment article table tr td {
		display: inline-block;
	}
	#wrapper section#enrollment article table tr td:first-child {
		width: 25%;
	}
	#wrapper section#enrollment article table tr td:nth-child(2) {
		width: 75%;
	}
	#wrapper section#visitUs article.access {
		margin-bottom: 50px;
	}
	#wrapper section#visitUs article.access .headerBox {
		width: 100%;
	}
	#wrapper section#visitUs article.access .headerBox ul {
		width: 50%;
		height: 300px;
		float: left;
	}
	#wrapper section#visitUs article.access .headerBox ul li {
		width: 100%;
/* 		height: calc(100% / 7); */
		padding: 0px 0 7px 0;
	}
	#wrapper section#visitUs article.access .headerBox .accessMap {
		width: 50%;
		float: left;
	}
	#wrapper section#visitUs .accessMap {
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
	}
	#wrapper section#visitUs table {
		width: calc(100% - 0px);
	}
	#wrapper section#visitUs article table tr td {
		display: inline-block;
	}
	#wrapper section#visitUs article table tr td:first-child {
		width: 25%;
	}
	#wrapper section#visitUs article table tr td:nth-child(2) {
		width: 75%;
	}
#wrapper section#visitUs article.access .googleMap {
	width: calc(100%);
	padding: 10px 15px 0px 15px;
	text-align: left;
	margin-top: 30px;
	clear: both;
}
#wrapper section#visitUs article.access .googleMap a {
	font-family: "Rounded Mplus 1c";
	border: 1px solid gray;
	padding: 10px;
	
}

}

@media all and (min-width: 1085px) {
	#wrapper section#curriculum article .programs {
		height: 900px;
	}
	#wrapper section#curriculum article .programs div {
		height: 300px;
	}
}@media all and (min-width: 1150px) {
	#wrapper section#curriculum article .programs {
		height: 750px;
	}
	#wrapper section#curriculum article .programs div {
		height: 250px;
	}
}