@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800|Courgette&display=swap);

body { 
	font: 100%/1.4 "Open Sans", Arial, Helvetica, sans-serif; 
	margin: 0; padding: 0; 
	background: transparent url(images/bluebar.png) top left repeat-x; 
	text-align: center; 
	color: #000; 
	}
html { 
	margin: 0; 
	padding: 0;
	background: #8DC3FF url(images/photobg2.jpg) center 187px no-repeat; 
	}
a img { border: 0; }

a:link { color: #1E40C1; }
a:visited { color: #011C75; }
a:hover { color: #DB1776; }
a.button { background: #3494FF;
	color: #fff;
	font-size: 1.2em;
	display: inline-block;
	padding: .4em 1.5em;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}
a.button:hover {
	background: #DB1776;
}
.orange { color: #FF8400; }
.bg-orange { background-color: #FF8400; color: #fff; }
.pink { color: #DB1776; }
.bg-pink { background-color: #DB1776; color: #fff; }
.blue { color: #1E40C1; }
.bg-blue { background-color: #1E40C1; color: #fff; }
.ltblue { color: #1288FE; }
.bg-ltblue { background-color: #1288FE; color: #fff; }

hr {
    height: 1px;
    border: 0;
    background-color: #1288FE;
    margin: 2em 30%;
}
#masthead { 
	width: 1010px; 
	margin: 0 auto; 
	text-align: left;
	position: relative;
	padding: 0; 
	height: 187px;
	background: #3494FF url(images/mastheadbg.jpg) center top no-repeat; 
	}
#masthead p {
	position: absolute;
	top: 35px; right: 15px; 
	width: 305px;
	text-align: right; 
	color: #fff;
	font: normal 15px/1.5 "Open Sans", Arial, Helvetica, sans-serif;
	}
#masthead p em { 
	font-weight: bold; 
	font-style: normal; 
	color: #000; 
	white-space: nowrap; 
	font-size: 18px; 
	line-height: 23px;
	}
img#title { margin-top: 15px; }
#masthead .site-branding {
	padding: 24px 0 0 10px;
	width: 420px;
}
#masthead h1 {
	font-family: "Courgette", cursive;
	font-size: 60px;
	line-height: 1.1;
	color: white;
	text-shadow: 0 0 10px #000;
	margin: 0;
	letter-spacing: 1px;
}
#masthead h2 { 
	margin: 14px 0 0 0;
	color: black;
	font-size: 19px;
	line-height: 1.1;
}
.screenhide, .hide { display: none; }
#wrapper {
	width: 910px;
	padding: 26px 45px 53px 45px;
	margin: -14px auto 12px auto;
	background: #fff url(images/stripes.gif) center bottom repeat-x;
	text-align: left; 
	-moz-box-shadow: 0px 8px 12px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0px 8px 12px rgba(0,0,0,0.65);
	box-shadow: 0px 8px 12px rgba(0,0,0,0.65);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
	}
	
p, ul, ol, li { margin-top: 0; margin-bottom: 1.25em; }
ul.tight li {margin-bottom: 0;}

#footer { font-size: .8em; color: #444; }
#footer a { color: #444; }

#box1, #box2 {
	border: 3px solid #3494FF;
	padding: 0;
	margin: 0 0 1em 0;
	background: #fff;
	-moz-box-shadow: 4px 5px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 4px 5px 5px rgba(0,0,0,0.6);
	box-shadow: 4px 5px 5px rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#000000')";
	}
#box1 { float: right; width: 600px; margin-bottom: 1.2em; }
#box2 { width: 270px; }
#left-col { float: left; width: 270px; overflow: visible; }
#left-col h2 { margin-top: 28px; margin-bottom: 1em; }

#box1 h1 { 
	font-weight: 800;
	font-size: 26px; 
	line-height: 34px;
	margin: 0; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	}
#box1 h1 a { 
	text-decoration: none; 
	color: #FFF; 
	display: block; 
	padding: 2px 2px 2px 3.5%; 
	}
#box1 h1.bg-blue a:hover { color: #8DC3FF; }
#box1 h1.bg-orange a:hover { color: #FCDBBA; }
#box1 h1.bg-pink a:hover { color: #FDC6E3; }
#box1 h1.bg-ltblue a:hover { color: #C6E3FF; }
#box1 h1 a span { font-size: 13px; text-transform: lowercase; font-weight: normal; }
.show-hide { position: relative; overflow: visible; }
.show-hide em { font-style: normal; font-weight: bold; color: #000; }
.arrow-switch { position: absolute; top: -50px; left: 550px; }
a.hide-it { position: absolute; top: -49px; right: 3.5%; font-size: 14px; color: #fff; }
a.hide-it:hover { color: #fff; }
a.toggle { cursor: pointer; }
	
#box1 p, #box1 h3 {
	margin-left: 3.5%;
	margin-right: 3.5%;
	}
#box1 h3 { margin-top: 20px; font-size: 1.1em; line-height: 1.4; font-weight: bold; }

h2 { 
	color: #1E40C1; 
	font-size: 1.4em; 
	line-height: 1.3;
	margin: 0; 
	}
.contact { padding: 10px; background: #8DC3FF; margin: 0 !important; }
.cen { text-align: center; }
.clr { clear: both; margin: 0; padding: 0; height: 1px; }
.hbm { margin-bottom: .8em; }
.nbm { margin-bottom: 0; }

.flr {
	float: right;
	margin: 0 0 1em 1em;
}
.aligncenter {
	display: block;
	margin: 1em auto;
}
.material-icons { vertical-align: -15%; }

iframe {
	max-width: 100%;
	vertical-align: middle;
}

.video-holder {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and ( max-width: 768px ) {
	
	html, body { background: #fff; }
	iframe, img { max-width: 100%; }
	img { height: auto; }
	#masthead { 
		width: auto; 
		height: auto;
		padding: 10px;
		background-color: #fff;
	}
	#masthead p {
		position: static;
		width: auto;
		text-align: left;
		margin: 83px -10px 0px -10px;
		padding: 10px;
		background: #3495FF;
		display: block;
		font-size: 16px;
	}
	img#title { display: none; }
	#masthead .site-branding {
		width: auto;
		max-width: 60%;
		padding-top: 6px;
	}
	#masthead h1 { 
		font-size: 40px; 
		letter-spacing: 0;
	}
	#wrapper {
		width: auto;
		padding: 10px 10px 35px 10px;
		margin: 0;
		box-shadow: none;
	}
	#box1, #box2, #left-col {
		width: auto;
		float: none;
	}
	#box1 h1 { font-size: 22px; line-height: 1.2; font-weight: 700; padding-top: 5px; padding-bottom: 5px; }
	#box1 h3 { font-size: 1em; margin-top: 10px; }
	#box2 {
		display: inline-block;
	}
	a.hide-it { position: static; color: #000; display: block; text-align: right;padding: 10px 3.5% 0; }
	a.hide-it:hover { color: #DB1776; }
	#left-col { text-align: center; }
	.contact { margin-left: 0; }
	
}

@media screen and ( max-width: 600px ) {
	.flr {
		float: none;
		display: block;
		margin: 1em auto;
	}
	#masthead p {
		margin-top: 56px;
	}
	#masthead h2 {
		font-size: 18px;
		line-height: 1.2;
		margin-top: 6px;
	}
}


@media print {
	
body { 
	font: 10pt/1.4em Arial, Helvetica, sans-serif; 
	background: #fff; 
	text-align: left; 
}
html { 
	background: #fff; 
}

#masthead { 
	width: auto; 
	height: auto;
	margin: 0 0 .25in 0; 
	position: relative;
	background: #fff;
}
#masthead p {
	top: 0; right: 0px; 
	width: 48%; 
	color: #000;
	}
#masthead .site-branding {
	padding: 0;
	width: 50%;
}
#masthead h1 { 
	font-size: 28pt; 
	color: #000; 
	margin: 0; 
	padding-top: 0; 
	text-shadow: none; 
}
#masthead h2 { 
	font-size: 13pt; 
	margin: .5em 0 0 0; 
}
.screenhide, .hide { display: block; }
.screenhide { font-size: 11pt; }
#wrapper {
	width: auto;
	padding: 0;
	margin: 0;
	background: #fff;
	-moz-box-shadow: 0px 8px 12px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 8px 12px rgba(0,0,0,0);
	box-shadow: 0px 8px 12px rgba(0,0,0,0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color='#ffffff')";
	}
	
#footer { font-size: 9pt; color: #000; padding-top: .25in; }
#footer a { color: #000; }

#box1 {
	border: none;
	-moz-box-shadow: 4px 5px 5px rgba(0,0,0,0);
	-webkit-box-shadow: 4px 5px 5px rgba(0,0,0,0);
	box-shadow: 4px 5px 5px rgba(0,0,0,0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=120, Color='#ffffff')";
	}
#box1 { float: none !important; width: auto; }
#box2, #fadeshow1 { width: 1.5in !important; height: 1.85in !important; background: transparent; }
#box2 { float: right; margin-left: .25in; }
#box2 img { width: 1.5in !important; height: 1.85in !important; }
#left-col { float: none !important; width: auto; }
#left-col #box2, #left-col p { display: none; }
#left-col h2 { font-size: 14pt; margin-top: 0; }

#box1 h1 { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	line-height: 22pt;
	}
#box1 h1 a { 
	color: #000;
	padding: 0; 
	}
#box1 h3 {
	font-size: 1.25em;
}
.show-hide { display: block !important; position: relative; overflow: visible; }
.show-hide em { color: #000; }
.arrow-switch { display: none; }
.noprint { display: none; }	
.hide-it { display: none; }
#box1 p, #box1 h3 {
	margin-left: 0;
	margin-right: 0;
	}
h2.contact { margin-left: 0; margin-bottom: .25in; }	
a.button { 
	background: #fff;
	border: 2px solid #000;
	color: #000;
}

}