body {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	-webkit-text-size-adjust: 100%;
	color: #6a6a6a;
	background-color: rgb(206, 206, 206);
	margin: 0;
	padding:0;
	text-align: center;
	}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

a {
	color: #0b0062;
	text-decoration: underline;
	}

a:hover {
	color: #9f94dd;
	text-decoration: underline;
	}

a:focus {
	background-color: #000;
	text-decoration: underline;
	}

h1 {
	font-size: 40px;
	line-height: 42px;
	color: #0b0062;
	font-family: "Yanone Kaffeesatz", sans-serif;
	margin-top: 20px;
	font-weight: 700;
	}

h2 {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-size: 36px;
	line-height: 39px;
	color: #006;
	font-weight: 700;
	margin-bottom: 13px;
	margin-top: 13px;
	}

h3 {
	font-family: "Yanone Kaffeesatz", sans-serif;
	margin-top: 2px;
	font-style: italic;
	margin-bottom: 2px;
	font-size: 27px;
	line-height: 29px;
	font-weight: 700;
	color: #0b0062;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 8px;
	font-weight: normal;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 2px;
	}

img {
	max-width: 100%;
	max-height: 100%;
	}

hr	{
	width: 100%;
	height: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px;
	clear: both;
	}

ul, li {
	line-height: 20px;
	padding-bottom: 10px;
	list-style-position:outside;
	padding-left: 2px;
	margin-left: 10px;
	}

header {
	position: relative;
	background-color: #006;
	display: block;
	width: 100%;
	}

header img {
	width: 100%;
	}

footer {
	display: block;
	padding: 15px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #006;
	background-color: #add8e6;
	clear: both;
	max-width: 1280px;
	}

footer a {
	color: #d7e1f8;
	}

iframe {
	float: right;
	border: 0;
	padding-left: 15px;
	padding-bottom: 10px;
	}

#logo {
	z-index: 195;
	position: absolute;
	bottom: 0px;
	right: 10px;
	max-width: 600px;
	}

#wrapper {
	margin: auto;
	margin-bottom: 20px;
	max-width: 1280px;
	background-color: #fff;
	}

#content {
	padding: 20px 20px 20px 20px;
	margin: auto;
	max-width: 1280px;
	background-color: #fff;
	overflow: hidden;
	}
	
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 6px;
	}

.left2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
	}

.right2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
	}

.centered {
	align-content: center;
	text-align: center;
	}

.cycle-slideshow {
	z-index: 80px;
	}

.cycle-right {
	float: right;
	max-width: 800px;
	margin-left: 15px;
	margin-bottom: 6px;
	}

.cycle-left {
	float: left;
	max-width: 800px;
	margin-right: 15px;
	margin-bottom: 6px;
	}

.photo img {
	display: block;
	}

video {
	width: 60%;
	}

.faq {
	font-family: "Yanone Kaffeesatz", sans-serif;
	margin-top: 20px;
	font-style: italic;
	margin-bottom: 1px;
	font-size: 27px;
	line-height: 29px;
	font-weight: 700;
	color: #0b0062;
	}

.strip {
	background-color: #2c6495;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	}

.strip h2 {color: #fff;}

.smaller {font-size: 13px;}

.btn {
	margin-top: -4px;
	background-color: #fbd227;
	padding: 8px;
	font-weight: bold;
	color: #000;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	}

.social {
	margin: auto;
	width: 120px;
	height: 15px;
	padding-top: 24px;
	}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 6;
	}

.social-facebook {
	background-image: url('images/facebook-hover.png');
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float: left;
	}

.social-facebook:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.social-instagram {
	background-image: url('images/instagram-hover.png');
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float: right;
	}

.social-instagram:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.skip-link {
    position: fixed;
    top: -200px;
	left: 10px;
    padding: 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    z-index: 9999;
    }

.skip-link:focus {top: 10px;}


/*****************************Navigation******************************/

nav {
	background-color: #add8e6;
	padding-bottom: 10px;
	}

nav a {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #006;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: inline-block;
	padding-top: 15px;
	}

nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #006;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: auto;
	}

nav ul li {
	flex: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}


/********************** FOR MOBILE RESOLUTIONS ********************/

@media screen and (max-width: 1100px) {

.right {width: 60%;}
.left {width: 60%;}

.cycle-right {width: 60%;}
.cycle-left {width: 60%;}

nav a {font-size: 28px;}

iframe {width: 70%;}

}

@media screen and (max-width: 850px) {

#logo {max-width: 76%;}

nav a {font-size: 24px;}



}


@media screen and (max-width: 600px) {

.cycle-slideshow {
	z-index: 70;
	width: 100%;
	}

.cycle-right {
	margin-left: 0px;
	float: left;
	width: 100%;
	}

.cycle-left {
	margin-right: 0px;
	width: 100%;
	}

.right {margin-left: 0px; width: 100%;}

.left {margin-right: 0px; width: 100%;}

}

@media screen and (max-width: 690px) {

nav ul {flex-wrap: wrap;}

nav ul li {
	flex:1 1 40%;
	margin-right: 0;
	}
	
#logo {max-width: 100%;}

iframe {
	width: 100%;
	padding-left: 0;
	}

}

@media screen and (max-width: 390px) {

nav {font-size: 16px;}

nav ul li {flex:1 1 65%;}

}



/*****************************Cycle2******************************/
/******* pager **********/
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
	}

.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer; padding-right: 10px;
	}

.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .9;
	}

/******* prev / next links *********/
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/btn-left.png) 10% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/btn-right.png) 90% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=80) }

.disabled { opacity: .5; filter:alpha(opacity=50); }
