html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Open Sans", arial, sans-serif;
	color: #666666;
	background-image: url(../assets/shared/content_bg.jpg);
	background-repeat: repeat;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight:700;
}


.hidden {
	visibility: hidden;
	display: none;
}

.thin {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.italic {
	font-style: italic;
}

a.link {
	color: #317FA5;
}

.fw_wrap {
    width: 100%;
    height: auto;
    float: left;
}

.container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    /*border: 2px solid #F00;*/
}

.wrapper {
    width: auto;
    height: auto;
    margin: 0px 2%;
    /*border: 1px solid #F00;*/
    overflow: hidden;
}

/******************************************************** HEADER */

.header_bg {
	background-image: url(../assets/header/grass.png), url(../assets/shared/toy_bg.jpg);
	background-repeat: repeat-x, repeat;
	background-position: bottom left, top left;
	border-top: 6px solid #E92450;
	padding-bottom: 12px;

}

header {
	padding: 10px 0px 10px 0px;
	font-family: "Roboto", arial, sans-serif;
	overflow: hidden;
	background-image: url(../assets/header/kids.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	
}

#header_left {
	width: 35%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

#header_logo {
	width: 30%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#header_logo img {
	width: 100%;
	max-width: 185px;
}

#header_right {
	width: 35%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

#header_email {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 8px 0px;
}

#header_email a {
	color: #284081;
	font-size: 1.4em;
	font-weight: 300;
	text-decoration: none;

}

#header_phone a {
	color: #E92450;
	font-size: 1.6em;
	font-weight: 600;
	text-decoration: none;
}

#header_address {
	width: 100%;
	color: #263F7F;
	line-height: 1.2;
	margin: 0px 0px 10px 0px;
}

#header_opening {
	width: 100%;
	color: #E92450;
	font-weight: 600;
}


/******************************************************** NAV */

.nav_bg {
	/*background-color: #66AED2;*/
	background-image: url(../assets/nav/nav_bg.png);
	background-repeat: repeat;
	background-position: top left;
}

nav {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: "Roboto", arial, sans-serif;
}

nav ul {
	width: 100%;
	float: left;

}

nav ul li {
	float:left;
	display:inline;
}

nav ul li a {
	display: block;
	width: auto;
	height: 48px;
	margin: 0px 0px 0px 0px;
	padding: 0px 16px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 1.05em;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-weight: 300;
	
}

nav ul li a:hover {
	background-color: #3180A6;
}

nav ul li a.nav_on {
	background-color: #3180A6;
}

#nav_button {
	width: auto;
	height: 48px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url(../assets/nav/nav_button.png);
	background-size: 48px 48px;
	cursor: pointer;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 48px;
	color: #fff;
	display: none;
	font-weight: 300;
	font-size: 1.2em;
	font-family: "Roboto", arial, sans-serif;
}

/******************************************************** BANNER */

#banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 12px 0px;
}

#banner img {
	width: 100%;
	max-width: 750px;
}

#banner video {
	width: 100%,
	height:100%;
}

/*.vid1 {
	object-fit: cover;
}*/

/******************************************************** CONTENT */

#main_content {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 20px 0px;
}

#content_left_wrap {
	width: 65%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
}

#content_left {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 2px solid #eee;
	background-color: #fff;
	padding: 12px 2%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#content_left .title {
	width: 100%;
	height: auto;
	float: left;
	margin: 12px 0px 40px 0px;
	padding-bottom: 20px;
	background-image: url(../assets/shared/spray_underline.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#content_left .title h1 {
	color: #317FA5;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 600;
	font-size: 1.7em;
}

#content_left .title h2 {
	color: #317FA5;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	margin: 3px 0px 0px 0px;
	line-height: 1.2;
}

#content_left p {
	line-height: 1.5;
	margin-bottom: 20px;
	margin-left: 2%;
	font-weight: 300;
	font-size: 1.1em;
}

#content_left p.google {
	margin-left: 0%;
	font-size: 0.8em;
}

#content_left h3 {
	width: auto;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-left: 2%;
	color: #317FA5;
	font-weight: 600;
	font-family: "Roboto", arial, sans-serif;
	margin-top: 40px;
	font-size: 1.5em;
	font-weight: 300;
}

img.pageImg {
	width: 100%;
	max-width: 1400px;
	margin-bottom: 30px;
}

#content_right {
	width: 33%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	clear: right;
}

.right_section {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
}

.right_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: "Roboto", arial, sans-serif;
	color: #fff;
	font-size: 1.4em;
	padding: 10px 0px 10px 4%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	font-weight: 300;
}

.right_title span {
	font-weight: 400;
}

.right_text {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 4% 20px 4%;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	color: #202020;
  	font-size: 0.95em;
  	background-image: url(../assets/right/rocket.png);
  	background-repeat: no-repeat;
  	background-position: 95% 95%;
	
}

.right_text a {
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 4px 4%;
	margin: 12px 0px 0px 0px;
	transition: background-color 0.2s ease;
}

.right_text p {
	margin-bottom: 20px;
}

.green {
	background-color: #35A892;
}

.green_bg {
	background-image: url(../assets/right/rocket.png), url(../assets/right/green_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: 90% 90%, top left;
}

a.green:hover {
	background-color: #2D8C79;
}

.d_blue {
	background-color: #294182;
}

.d_blue_bg {
	background-image: url(../assets/right/rocket.png), url(../assets/right/d_blue_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: 90% 90%, top left;
}

a.d_blue:hover {
	background-color: #1E3060;
}

.yellow {
	background-color: #FAB635;
}

.yellow_bg {
	background-image: url(../assets/right/rocket.png), url(../assets/right/yellow_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: 90% 90%, top left;
}

a.yellow:hover {
	background-color: #E49705;
}

.l_blue {
	background-color: #66AED2;
}

.l_blue_bg {
	background-image: url(../assets/right/rocket.png), url(../assets/right/l_blue_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: 90% 90%, top left;
}

a.l_blue:hover {
	background-color: #358AB3;
}

/******************************************************** PROMISES */

#promises_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 20px 0px;
}

#promises_title {
	width: 90%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 12px 5% 60px 5%;
	text-align: center;
	color: #fff;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: 300;
	font-family: "Roboto", arial, sans-serif;
	
}

#promises_title span {
	font-weight: 400;
}

.promise {
	width: 33.33%;
	height: auto;
	float: left;
	margin: -40px 0px 0px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	text-align: center;
  	padding: 0px 2.5% 0px 2.5%;
}

.promise_img {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	border: 5px solid #fff;
}

.promise_img img {
	width: 100%;
}

.promise_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0px 30px 0px;
	font-family: "Roboto", arial, sans-serif;
	color: #35A892;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.2;
}

.promise_text {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;
	line-height: 1.4;
}

.promise_link {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
}

.promise_link a {
	color: #33A692;
	font-family: "Roboto", arial, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: 300;
}

.promise_link a:hover {
	text-decoration: underline;
}

/******************************************************** SLOGAN */

.slogan_bg {
	background-color: #66AED2;
}

#slogan {
	width: 90%;
	height:auto;
	text-align: center;
	color: #fff;
	padding: 60px 5%;
	font-family: "Roboto", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 1.2;
	font-style: italic;
	background-image: url(../assets/slogan/open_quote.png), url(../assets/slogan/close_quote.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 10%, 50% 90%;
}

/******************************************************** GALLERY */

.gallery_wrap {
	width: 98%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 2%;
}

.grid-sizer {
    width: 32%;
}

.gutter-sizer {
    width: 2%;
}

.new_photo {
	width: 32%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
}

.new_photo img {
	width: 100%;
}

/******************************************************** STAFF */

p.staff_title {
	margin-bottom: 30px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9f39a0;
	font-weight: 300;
	font-size: 1.7em;
	color: #9f39a0;
}

.staff_wrap {
	width: 98%;
	height: auto;
	float: left;
	margin: 0px 0px 26px 2%;
	padding: 16px;
	border: 2px solid #FAB635;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.staff_pic {
	width: 30%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.staff_pic img {
	width: 100%;
	max-width: 300px;
}

.staff_text {
	width: 66%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}



/******************************************************** LOCATION */
iframe.location {
	width: 98%;
	margin-left: 2%;
	float: left;
}

/******************************************************** CONTACT */

.contact_fb {
	width: 98%;
	height: auto;
	float: left;
	margin: 12px 0px 20px 2%;
}

/******************************************************** FORM DOWNLOADS */

.form_download {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding: 20px;
    padding-bottom: 40px;
}

.download_title {
	height: auto;
	width: 100%;
	float: left;
	font-weight: 700;
	color: #294182;
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
}

.download_exp {
	height: auto;
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
}


.download_link {
	height: auto;
	width: 98%;
	float: left;
	margin: 0px 0px 20px 10px;
}

.download_link a {
	background-color: #294182;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
}

.download_link a:hover {
	text-decoration: underline;
}

.download_link.mt30 {
	margin-top: 30px;
}


/******************************************************** FOOTER */
.grass_bg {
	background-image: url(../assets/footer/footer_grass.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

footer {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0px 0px 0px;
	padding-bottom: 30px;
	background-image: url(../assets/footer/footer_kids.png);
	background-repeat: no-repeat;
	background-position: 60% 87%;
	
}

#footer_contact {
	width: 34%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: "Roboto", arial, sans-serif;
}

.footer_title {
	width: 90%;
	height: auto;
	float: left;
	margin: 12px 0px 12px 5%;
	padding: 0px 0px 14px 0px;
	color: #fff;
	font-size: 1.5em;
	font-weight: 300;
	background-image: url(../assets/footer/footer_underline.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#footer_email {
	width: 90%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 9%;
}

#footer_email a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 300;
}

#footer_phone {
	width: 90%;
	height: auto;
	float: left;
	margin: 0px 0px 16px 9%;
	font-size: 1.3em;

}

#footer_phone a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}

#footer_logo {
	width: 30%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: right;

}

#footer_logo img {
	width: 100%;
	max-width: 185px;
}

.copy {
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0%;
}

#copy {
	width: 45%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 0.8em;
	color: #666;
	line-height: 1.2em;
	line-height: 1.4;

}

#copy a {
	text-decoration: none;
	color: #000; 
}

#copy a:hover {
	text-decoration: underline;
}

#wd {
	width: 45%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 0.8em;
	color: #666;
	line-height: 1.2em;

}

#wd a {
	text-decoration: none;
	color: #000; 
}

#wd a:hover {
	text-decoration: underline;
}

/******************************************************** COOKIE BANNER */

#cookie_info {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #E92450;
	color: #000;
	padding: 12px 2%;
	line-height: 1.2;
	display: none;
}

#cookie_text {
	width: 78%;
	height: auto;
	float: left;
	margin: 9px 0px 0px 0px;
}


#cookie_text p {
	color: #fff;
}

#cookie_info a {
	color: #fff;
}

button#cookie_ok {
	width: 20%;
	height: auto;
	float: right;
	color: #fff;
	background-color: #333;
	border: none;
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	font-size: 0.9em;
	text-align: center;

}

button#cookie_ok:hover {
	background-color: #000;
}

#content_left p.policy_title {
	font-size: 1.8em;
	color: #294182;
	font-weight: 700;
	margin-bottom: 14px;
	margin-top: 45px;
}

#content_left p.policy_title:first-of-type {
	margin-top: 0px;
}

p.policy_txt {
	font-size: 1.05em;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #666;
}

ul.policy {
	margin: 20px 0px 20px 3%;
	list-style: disc;
	font-size: 1.05em;
	line-height: 1.3;
	color: #666;
}

ul.policy li {
	margin-bottom: 10px;
	overflow: hidden;
}

ul.policy li a {
	margin-left: 0px;
	color: #294182;
}

table.cookies {
	width: 100%;
	margin: 30px 0px 30px 0px;
	text-align: left;
	border: 1px solid #ccc;
	float: left;
	color: #666;
}

table.cookies thead {
	border-bottom: 1px solid  #ccc;
}


table.cookies th {
	padding: 10px;
}

table.cookies td {
	padding: 10px;
}

table.cookies td p {
	margin-bottom: 20px;
	line-height: 1.3;
}


table.cookies tr {
	margin: 20px 0px;
}

td#col1 {
	width: 22%;
	padding: 20px 1%;
}

td#col2 {
	width: 22%;
	padding: 20px 1%;
}

td#col3 {
	width: 56%;
	padding: 20px 1%;
}


/******************************************************** RESPONSIVE */
@media screen and (max-width: 810px) {

	footer {
		padding-bottom: 130px;
		background-image: url(../assets/footer/footer_kids.png);
		background-repeat: no-repeat;
		background-position: 55% 96%;
	}

	#footer_contact {
		width: 50%;
	}

	#footer_logo {
		width: 26%;
	}
}

@media screen and (max-width: 650px) {
	#content_left_wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	#content_right {
		width: 100%;
	} 

	header {
		background-image: none;
	}

	#header_left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	#header_right {
		width: 100%;
		text-align: center;
	}

	#header_logo {
		width: 100%;
		margin-bottom: 20px;
	}

	.nav_bg {
		background-color: #66AED2;
		background-image: none;
		
	}

	nav ul {
		display: none;
        height: auto;
        width: 100%;
        margin-left: 0px;
	}

	nav ul li {
       
        height: auto;
        width: 100%;
    }

    nav ul li a {
       
        width: 100%;
        padding: 0px;
    }

    #nav_button {
    	display: block;
    }

    .promise {
    	width: 100%;
    	margin-top: 0px;
    	margin-bottom: 30px;
    	border-bottom: 2px solid #f3f3f3;
    	padding-bottom: 10px;
    }

    .promise.first {
    	margin-top: -40px;
    }
    
    .promise.last {
    	border-bottom: none;
    }

    .promise_img {
    	width: 76%;
    	margin-left: 12%;
    }

    .grid-sizer {
	    width: 49%;
	}

	.gutter-sizer {
	    width: 2%;
	}

	.new_photo {
		width: 49%;
		
	}
	
}

@media screen and (max-width: 550px) {

	footer {
		padding-bottom: 130px;
		background-image: url(../assets/footer/footer_kids.png);
		background-repeat: no-repeat;
		background-position: 55% 96%;
	}

	#footer_contact {
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}

	#footer_logo {
		display: none;
	}

	#copy {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	#wd {
		text-align: center;
		width: 100%;
	}

	 #cookie_text {
		width: 100%;
		text-align: center;
	}

	button#cookie_ok {
		width: 30%;
		margin-right: 35%;
		margin-top: 20px;
	}
}

