﻿html {
    overflow: hidden;
    height: 100%;
}
body {
    height: 100%;
    overflow: auto;
    font-size: 1em;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Arsenal", sans-serif;
	background: #edcecf url(../img/background.png) repeat;
	background-attachment: fixed

}

html, button, input, select, textarea {
	color: #1f3d7c;
;
}

html {
	font-size: 100%;
	background: #edcecf url(../img/background.png) repeat;
	background-attachment: fixed;
}


h1, h2, h3, h4, h5, h6 {
	color: #1f3d7c;
}

.faq {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	font-weight: bold;
}

.bold {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	font-weight: bold;
}
.italic {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	font-weight: bold;
	font-style: italic;
}
.italicblack {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	font-weight: normal;
	font-style: italic;
}

.arrow {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4;
	font-family: 'Wingdings';
	color: #484848;
}

QA {
	font-family: 'Stint Ultra Expanded', cursive;
	color: #8695ae;
	font-weight: normal;
	font-size: 1.5em;
	font-size: 1.5rem;
	margin: .75em 0 0em 0;
}

.small {
	font-size: .8em;
	font-size: .8rem;
	line-height: 1.2;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
}

.strike {
	font-size: 1em;
	line-height: 1.2;
	font-family: "Arsenal", sans-serif;
	color: #484848;
	text-decoration: line-through;
}

.center {
	font-size: .8em;
	font-size: .8rem;
	line-height: 1.4;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	text-align: center;
	padding-top: .6rem;
	padding-bottom: .6rem;
}

.white {
	font-size: 1.4em;
	font-size: 1.4rem;
	line-height: 2em;
	font-family: "Arsenal", sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 2r em;
	padding-bottom: .6rem;
}

.orange {
	font-size: 1.4em;
	font-size: 1.4rem;
	line-height: 2em;
	font-family: "Arsenal", sans-serif;
	color: #252525;
	text-align: center;
	padding-top: 2r em;
	padding-bottom: .6rem;
	font-weight: bold;
}

.text-orange {
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.3em;
	font-family: "Arsenal", sans-serif;
	color: #f26522;
	text-align: center;
	padding-top: .6em;
	padding-bottom: .6rem;
	font-weight: bold;
}

.text-white {
	font-size: 1.1em;
	font-size: 1.1rem;
	line-height: 2em;
	font-family: "Arsenal", sans-serif;
	color: #ffffff;
	padding-left: 1em;
	padding-right: 1em;
}

.text-head {
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.5em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	padding-left: 1em;
	padding-right: 1em;
}

.text-black {
	font-size: 1.1em;
	font-size: 1.1rem;
	line-height: 2em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	padding-left: 1em;
	padding-right: 1em;
}
.black {
	font-weight: normal;
	font-size: 2em;
	font-size: 1.5rem;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

.red {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.3em;
	font-family: "Arsenal", sans-serif;
	color: #f26522;
	font-weight: bold;
}
.motto {
	font-weight: normal;
	font-size: 2em;
	font-size: 2rem;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}

h3 {
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	font-weight: bold;
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin: .75em 0 0em 0;
}

h4 {
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	font-weight: normal;
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin: .75em 0 0em 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

a { 
	color: #1f3d7c; 
	text-decoration: none;
}
a:visited { 
	color: #1f3d7c;
}
a:hover { 
	color: #2574f8;
	text-decoration: underline;
}
a:focus {
	outline: none;
}

header {
	background: #eebb6b8 url(img/header.png) repeat;
	color: #1f3d7c;
	
	padding: .5em 0;
	width: 100%;
	margin-top: 20px;
}

header a {
	display:block;
	width: 70%;
}

header img {
	width: 100%;
	vertical-align: middle;
}


footer {
	background: #transparent 
	color: #ebb6b8;
	width: 100%;
	padding-bottom: 1em;
	padding-bottom: 1rem;
}

footer h2 {
	color: transparent;
	font-size: 1.17em;
	font-size: 1.17rem;
	line-height: 1.3em;
	margin: .5em 0;
	margin: .5rem 0 0 0;
}

.copyright {
	/*
	height: 2em;
	height: 2rem;
	*/
	width: 100%;
	background: #ebb6b8;
	color: #1f3d7c;
	font-size: .75em;
	font-size: .75rem;
	line-height: 1.4em;
	padding-left: 3em;
	padding-left: 3rem;
}

.copyright p {
	margin: .5em 0;
	margin: .5rem 0;
}

.copyright a, .copyright a:visited {
	color: #1f508f;
}

.content-wrapper {
	width: 100%;
	resize: vertical;
}

.content-container {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-left: .25em;
	padding-left: .25rem;
	z-index: 10;
	resize: vertical;
}

.content-containerHeader {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 60em;
	max-width: 60rem;
}

.content-container.slideshow-container {
	width: 50%;
	max-width: 40em;
}

.content-containerNav {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-left: .25em;
	padding-left: .25rem;
	z-index: 10;
	background-color: fff300;
}

.text-box {
	width: 100%;
	padding: 1em 1em 1em 1em;
	background: #edcecf;
	float: left;
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.3em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
}

.text-box-orange {
	width: 100%;
	padding: 1em 1.5em 1.5em 1.5em;
	background: #f49930;
	float: left;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
}

.text-box-yellow {
	width: 100%;
	padding: 1em 1.5em 1.5em 1.5em;
	background: #f5e94d;
	float: left;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
}
.text-box-yellow2 {
	width: 100%;
	padding: 0em 1.5em 0em 1.5em;
	background: #f5e94d;
	float: left;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
	text-align: center;
}

.text-box-lime {
	width: 100%;
	padding: 1em 1.5em 1.5em 1.5em;
	background: #c2d11b;
	float: left;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
}

.text-box-blue {
	width: 100%;
	padding: 1em 1.5em 1.5em 1.5em;
	background: #92d3ee;
	float: left;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
}

.text-box-lavender {
	width: 100%;
	padding: 1em 1.5em 1.5em 1.5em;
	background: #cba1df;
	float: left;
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.4em;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;
}

.text-box h1 {
	font-family: 'Glegoo', serif;
	color: #1f3d7c;
	font-weight: bold;
	font-size: 1.75em;
	font-size: 1.75rem;
	line-height: 1.4em;
	margin: .5em 0;
	margin: .5rem 0;
}

.text-box h5 {
	font-family: 'Glegoo', serif;
	color: #1f3d7c;
	font-weight: normal;
	font-size: 1.75em;
	font-size: 1.75rem;
	margin: .5em 0;
	margin: .5rem 0;
	text-align: center;
}

.text-box h7 {
	font-family: 'Glegoo', serif;
	color: #1f3d7c;
	font-weight: bolder;
	font-size: 1.75em;
	font-size: 1.75rem;
	margin: .5em 0;
	margin: .5rem 0;
	text-align: center;
	font-style: italic;
	text-decoration: blink;
}

.text-box h1-white {
	font-family: 'Glegoo', serif;
	color: #fffff;
	font-weight: normal;
	font-size: 2em;
	font-size: 2rem;
	margin: .5em 0;
	margin: .5rem 0;
}
.text-box h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-family: 'Glegoo', serif;
	color: #1f3d7c;
	text-align: left;
	padding-top: 1em;
	padding-bottom: .6em;
	font-weight: normal;
}

.text-box h1-black {
	font-family: 'Glegoo', serif;
	color: #1f3d7c;
	font-weight: normal;
	font-size: 1.2em;
	font-size: 2rem;
	margin: .5em 0;
	margin: .5rem 0;
}

.grow { 
	transition: all .6s ease-in-out;
}

.grow:hover {
	border-radius: 12px;
	transform: scale(1.9);
	cursor: pointer;
	box-shadow: 0px 0px 150px #464646;
	z-index: 999;
	background-color: ffffff;
}
	
.text-box img {
	/*display: none;*/
	width: 100%;
}

.vert-img {
	padding-left: 25%;
	width: 75%;
	padding-top: .5em;
	padding-top: .5rem;	
	padding-bottom: 3em;
	padding-bottom: 3rem;
	
}
.orig-img {
	/*display: none;*/
	max-width: 120px;
	padding-top: .5em;
	padding-top: .5rem;
	padding-bottom: .5em;
	padding-bottom: .5rem;
}

.p {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Arsenal", sans-serif;
	color: #1f3d7c;

}

.caption {
	position: relative;
	top: -3.75em;
	top: -3.75rem;
	font-size: .8em; 
	font-size: .8rem; 
	color: #1f3d7c;
}

.content-container.text-section	{
	min-height: 30em;
}


.top-section {
	padding-bottom: 1em;
	padding-bottom: 1rem;
}

.bottom-section {
	padding-bottom: 0em;
	padding-bottom: 0rem;
}


.one-col {
	width: 100%;
}

.two-col {
	width: 100%;
}

.three-col {
	width: 100%;
}

.half-col {
	width: 100%
}

.five-col {
	width: 100%
}

.column .column-img {
	width: 100%;
	margin-left: 2em; margin-left: 2rem;
	padding-right: 2em; padding-right: 2rem;
}

.column .small-img {
	width: 80%;
	padding-left: 2em; padding-left: 2rem;
	padding-right: 2em; padding-right: 2rem;
}

#slide-top, #slide-bottom {
	width: 100%;
	margin: 0 auto;
	background: transparent;
	background-size: 100%;
}

#slide-top img, #slide-bottom img {
	width: 100%;
}

ul.baby-list {
	list-style-image: url(../img/site/list-bullet.png);
}

ul.baby-list-dbl {
	list-style-image: url(../img/site/list-bullet.png);
	line-height: 1.75;
}

ul.baby-check {
	list-style-image: url('../img/site/list-check.png');
	line-height: 1.8;
}

ul.baby-Q {
	list-style-image: url(../img/site/list-Q.png);

}

ul.baby-A {
	list-style-image: url(../img/site/list-A.png);

}

#slide-bottom img {
	vertical-align: top;
}


.error {
	text-align: center;
}

/* under ~400px */
@media only screen and (max-width: 24.999em) 
{ 
	#mq {
	font-family: 'under_400';
}
header a {
	display: block;
	width: 100%;
}
	
	.content-container.slideshow-container {
		width: 100%;
	}
	.half-col-orange {
	float: left;
	width: 100%;
	background: #f26522;
	color: #ffffff
	padding-right: 1em;
	padding-right: 1rem;
	}
	
.text-box h1 {
	font-family: 'Glegoo', serif;
	color: #1f3d7c;
	font-weight: bold;
	font-size: 1.4em;
	font-size: 1.4rem;
	margin: .5em 0;
	margin: .5rem 0;
}

.motto {
	font-weight: normal;
	font-size: 1.4em;
	font-size: 1.4rem;
	font-family: 'Glegoo', serif;
	color: #1f3d7c;
	text-align: center;
	font-weight: normal;
}

	
}


/* over ~400px */
@media only screen and (min-width: 25em) 
{ 
	#mq {
	font-family: 'over_400';
	}	
	
	.content-container.slideshow-container {
		width: 90%;
	}
}


/* over ~600px */
@media only screen and (min-width: 37.5em) 
{ 
	#mq {
	font-family: 'over_600';
	}
	
	.content-wrapper {
	padding-bottom: 0em;
	padding-bottom: 0rem;
	}
	
	.content-container {
	width: 100%;
	max-width: 75em;
	max-width: 75rem;
	}
	
	.content-containerHeader {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 60em;
	max-width: 60rem;
}

	.content-container.slideshow-container {
		width: 90%;
		cursor: pointer;
	}
	
	.two-col {
	float: left;
	width: 66.6%;
	padding-right: 1em;
	padding-right: 1rem;
	}
	
	.three-col {
	float: left;
	width: 33.3%;
	padding-right: 1em;
	padding-right: 1rem;
	}
	
	.four-col {
	float: left;
	width: 25%;
	padding-right: 1em;
	padding-right: 1rem;
}

	.five-col {
	float: left;
	width: 20%;
	padding-right: 1em;
	padding-right: 1rem;
}

	.half-col {
	float: left;
	width: 50%;
	padding-right: 1em;
	padding-right: 1rem;
	}
	
	.half-col-orange {
	float: left;
	width: 50%;
	background: #f26522;
	color: #ffffff
	padding-right: 1em;
	padding-right: 1rem;
	}

	.half-col-yellow {
	float: right;
	width: 50%;
	background: #fff300;
	color: #ffffff
	padding-right: 1em;
	padding-right: 1rem;
	}
	
	.half-col-lft {
	float: left;
	width: 50%;
	padding-right: 1em;
	padding-right: 1rem;
	padding-left: 1em;
	padding-left: 1rem;
	} 

	.text-box img {
	display: block;
	}
	
	footer {
	bottom: 0;
	bottom: 0;
	z-index: 10;
	}
	/*
	.copyright {
	position: fixed;
	bottom: 0;
	}
	*/
}

/* over ~768px	*/
@media only screen and (min-width: 48em) 
{ 
	#mq {
	font-family: 'over_768';
	}	 
}

/* over ~832px	*/
@media only screen and (min-width: 52em) 
{ 
	#mq {
	font-family: 'over_832';
	} 

	
}


/* over ~896px */
@media only screen and (min-width: 56em)
{ 
	#mq {
	font-family: 'over_896';
	}	
} 


/* over ~1024px */
@media only screen and (min-width: 64em) 
{ 
	#mq {
	font-family: 'over_1024';
	
	}
}


/* over ~1152px */
@media only screen and (min-width: 72em) 
{ 

	#mq {
	font-family: 'over_1152';
	}
}


/* over ~1280px */
@media only screen and (min-width: 80em) 
{ 
	#mq {
	font-family: 'over_1280';
	}
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	/* Style adjustments for high resolution devices */
}

/* print */

@media print {
	* { 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) ")";}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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;}
	@page { margin: 0.5cm;}
	p, h2, h3 { orphans: 3; widows: 3;}
	h2, h3 { page-break-after: avoid;}
}


/* fonts */
/*
@font-face {
	font-family: 'XXXXXX';
	src: url('fonts/XXXXXX.eot');
	src: url('fonts/XXXXXX.eot?#iefix') format('embedded-opentype'),
		 url('fonts/XXXXXX.svg#XXXXXX') format('svg'),
		 url('fonts/XXXXXX.woff') format('woff'),
		 url('fonts/XXXXXX.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/


/* helper classes */

::-moz-selection { background: #6ecff6; text-shadow: none;}
::selection { background: #6ecff6; text-shadow: none;}

.center { margin: 0 auto;}
.text-center { text-align: center;}
.float-right { float: right;}
.float-left { float: left;}
.no-top { margin-top: 0;}
.no-margin { margin: 0;}
.transparent { opacity: 0}

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px;}
.ir:before { content: ""; display: block; width: 0; height: 100%;}
.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;}
hr.clearfix {display: block; width: 100%; margin: 0; padding: 0; border: none;}

/* standardizing box sizing -- (http://bit.ly/RIR2VK) */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}



.shadow {
	width: 100%;
	box-shadow: 2px 2px 5px 2px #aaa;
}



.frame {
	border-color: dfd5d6;
	border-style: double;
	border-width: 4px;
	width: 100%;
	box-shadow: 2px 2px 5px 2px #aaa;
	}






.text-box h6 {
	font-family: 'comfortaa', cursive;
	color: #784c98;
	font-weight: bold;
	font-size: 1.75em;
	font-size: 1.75rem;
	line-height: 1.4em;
	margin: .5em 0;
	margin: .5rem 0;
}






highlight {
	font-family: 'comfortaa', cursive;
	color: #719e0c;
	font-weight: bold;
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin: .75em 0 0em 0;
	text-decoration: blink;
}






