/* CSS Document */

@media screen and (min-width: 0px) {
.quizbox {
	background-color: #FFF;
	margin-bottom: 2em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

section {
	margin: auto;
	display: flex;
	flex-direction: column;
}
button {
	display: block;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 2em;
	padding: 10px;
	margin-bottom: 10px;
	min-width: 200px;
	width: 95%;
	background-color: #0C9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.bordimg {
	border: 10px solid #FFF;
}
.small {
	font-size: 0.8em;
	line-height: 1.2em;
	display: inline-block;
	text-indent: 5px;
}
body {
	background-color: #E9E9E9;
	font-family: 'Roboto', sans-serif;
}
.head {
	background-color: #16BEBA;

}
.headin {
	margin: auto;
}
.logo {
	padding: 10px;
	margin: auto;
	text-align: center;
}
.logo img {
	height: auto;
	max-width: 260px;
	text-align: center;
}
.navigation input[type="checkbox"] {
	position: absolute;
	margin-top: -100em;
	display: none;
}
.navigation input[type="checkbox"]:checked + #nav{
	max-height: 20em;
}
.navigation label {
	cursor: pointer;
	display: block;
	overflow: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navigation label:after   {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 1.4em;
	float: right;
	color: #999;
	padding-right: 0.4em;
	line-height: 2.4em;
}
#nav {
	font-family: 'Roboto', sans-serif;
	display: block;
	max-height: 0em;
	overflow: hidden;
	max-width: 100em;
	margin: auto;
	clear: both;
	transition: max-height 0.4s ease;
	-webkit-transition: max-height 0.4s ease;
	-moz-transition: max-height 0.4s ease;
	-o-transition: max-height 0.4s ease;
	font-size: 1em;
}

#nav li a {
	display: block;
	color: #454545;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-decoration: none;
}
#nav li a:focus,#nav li a:hover {
	color: #06C;
	background-color: #F2F2F2;
}
.wrap {
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}
.col-1 {
	background-color: #16beba;
	color: #FFF;
}
.col-2 {
}
.col-2w {
	background-color: #FFF;
	margin: auto;
	max-width: 1000px;
}


.col-3 {
	background: #94D8E3;
	background: -moz-linear-gradient(left, #94D8E3 0%, #339BB0 100%);
	background: -webkit-linear-gradient(left, #94D8E3 0%, #339BB0 100%);
	background: linear-gradient(to right, #94D8E3 0%, #339BB0 100%);
}


.content {
	padding: 15px;
	font-size: 1em;
}
.block-2 ,.block-4{
	padding: 15px;
	font-size: 1em;
}
.block-3 {
	font-size: 1em;
	padding-top: 2em;
	padding-right: 15px;
	padding-bottom: 2em;
	padding-left: 15px;

}
.block-3 .roundimg{
	border-radius: 50%;
	height: auto;
	width: 50%;
	max-width: 500px;
	box-sizing: border-box;
}
.block-3 .artimg {

	height: auto;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
}
.block3-cnt {
	padding-top: 2em;
	padding-bottom: 2em;
	color: #FFF;
}
.block3-cnt h5 {
	font-size: 1.4em;
	padding-bottom: 1em;
	font-weight: bold;
}
.block-4 {
}
.block4-1 .award {
	background-repeat: no-repeat;
	height: 181px;
	width: 156px;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index: 3;
	text-align: center;
	font-size: 4.2em;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 45px;
}
.block4-1 .aw1 {
	background-image: url(../img/award-1.png);
}
.block4-1 .aw2 {
	background-image: url(../img/award-2.png);
}
.block4-1 .aw3 {
	background-image: url(../img/award-3.png);
}
.block4-2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block4-2 .pdimg {
	flex: 1;
	margin: 5px;
	text-align: center;
}
.block4-2 .pdimg img {
	height: auto;
	width: 100%;
	max-width: 350px;
}
.block4-2 .pdrt {
	flex: 1;
	margin: 5px;
	text-align: center;
}
.block4-2 .pdrt span {
	display: block;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	border: 10px solid #54B7BC;
	box-sizing: border-box;
	margin: auto;
}
.block4-3 .pc {
}
.block4-3 ul li {
	position: relative;
	padding-bottom: 1em;
	padding-left: 30px;
}
.block4-3 .pros li::after {
	content: '\f058';
	font-family: FontAwesome;
	color: #59CE62;
	position: absolute;
	left: 0px;
	font-size: 1.3em;
	top: 0px;
}
.block4-3 .cons li::after {
	content: '\f057';
	font-family: FontAwesome;
	color: #D24F4F;
	position: absolute;
	left: 0px;
	font-size: 1.3em;
	top: 0px;
}
.block4-3 .cnt {
	margin-top: 1em;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	padding-top: 2em;
}
h1  {
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 0.7em;
	font-weight: normal;
	text-align: center;
	font-family: Roboto, "Arial Narrow", Arial, sans-serif;
}
h2  {
	font-weight: lighter;
	font-size: 1.3em;
	color: #333;
	padding-bottom: 1em;
	text-align: center;
	margin-top: 1em;
}
h3  {
	font-weight: bold;
	font-size: 1.8em;
	color: #F00;
	padding-bottom: 0.6em;
	text-align: center;
}
h3 a {
	text-decoration: none;
	color: #36F;
}
h4 {
	font-size: 2em;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: center;
	padding-bottom: 1em;
}
.wrap .imga ,.wrap .img2a{
	height: auto;
	width: 100%;
	max-width: 1000px;
	display: block;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.wrap  p{
	line-height: 1.4em;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.btwrap {
	text-align: center;
}
.button-1 {
	border-radius: 3px;
	background-color: #FC0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	text-align: center;
	display: inline-block;
}
a.button-1 {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.button-min {
	font-size: 1.2em;
	min-width: 40%;
}
.hvr-sweep-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.1s;transition-duration:.1s}.hvr-sweep-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border-radius:3px;background:#12b399;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-top:active,.hvr-sweep-to-top:focus,.hvr-sweep-to-top:hover{color:#fff}.hvr-sweep-to-top:active:before,.hvr-sweep-to-top:focus:before,.hvr-sweep-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}
footer {
	flex-shrink: 0;
	min-height: 50px;
	background-color: #0E6C8B;
}

.footcontent {
	max-width: 1000px;
	margin: auto;
	color: #59C2CE;
}
.footcontent ul  {
	margin-bottom: 30px;
	list-style-type: none;
}
.footcontent ul li a  {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #258EB1;
	text-decoration: none;
	color: #FFF;
}
.footcontent ul li a:hover {
	background-color: rgba(0,0,0,0.10);
}
.copy {
	font-size: 0.9em;
	text-align: center;
	padding-bottom: 2em;
	padding-top: 1em;
	color: #FFFFFF;
}
.copycnt {
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.2em;
	color: #C1E3E8;
}
.copycnt p {
	padding-top: 0px;
	padding-bottom: 1em;
}
}
@media screen and (min-width: 640px) {
body {
}
.quizbox {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.logo img {
	max-width: 380px;
}
h1  {
	font-size: 2em;
}
h2  {
	font-size: 1em;
}
h3  {
	font-size: 2.2em;
	padding-bottom: 1em;
}
h4 {
	margin-top: 0em;
	margin-bottom: 0.6em;
	text-align: center;
}
h5 {
	padding-bottom: 0.8em;
	margin: 0px;
}
.col-3 {
	background: #94D8E3;
background: -moz-linear-gradient(top, #94D8E3 0%, #339BB0 100%);
background: -webkit-linear-gradient(top, #94D8E3 0%, #339BB0 100%);
background: linear-gradient(to bottom, #94D8E3 0%, #339BB0 100%);
}
.block-2 {
	display: flex;
}
.block2-1, .block2-2 {
	flex: 1;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.block2-1 {
display: flex;
flex-direction: column;
justify-content: center;
}
.block2-1 img {
display: block;
}
.block-3 {
display: flex;

}
.block-3 .roundimg {
	width: 80%;
}
.block3-cnt {
}
.block3-cnt h5 {
}
.block3-1, .block3-2, .block3-3 {
	flex: 1;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.block-4 {
}
.block4-2 .pdrt span {
	height: 250px;
	width: 250px;
	font-size: 3em;
	border: 15px solid #54B7BC;
}
.block4-3 {
	display: flex;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
.block4-3 ul {
	margin-left: 20px;
}
.block4-3 ul li {
	position: relative;
	padding-bottom: 1.7em;
	padding-left: 45px;
	padding-top: 0em;
	line-height: 1.2em;
}
.block4-3 .pros li::after {
	content: '\f058';
	font-family: FontAwesome;
	color: #59CE62;
	position: absolute;
	left: 0px;
	font-size: 1.7em;
	top: 0px;
}
.block4-3 .cons li::after {
	content: '\f057';
	font-family: FontAwesome;
	color: #D24F4F;
	position: absolute;
	left: 0px;
	font-size: 1.7em;
	top: 0px;
}
.block4-3 .pc {
	flex: 1;
	margin-top: 0px;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.2em;
}
.block4-3 .cnt {
	flex: 1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
}
.block4-4 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
.button-1 {
	font-size: 1.4em;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
	margin-top: 2em;
	margin-bottom: 2em;
}
}

@media screen and (min-width: 1140px) {
body {
	
}
.head {
	overflow: auto;
}
.headin {
	max-width: 960px;
}
.logo {
		padding-top: 13px;
		padding-left: 0px;
		line-height: 2.3em;
	}
.logo img {
	width: 350px;
	padding-top: 10px;
	padding-left: 20px;
}
.navigation label, #toggle{
		display:none;
	}
	
#nav {
	display: block;
	max-height: inherit;
	clear: none;
}
.navigation ul {
	float: right;
}
.navigation ul li {
	float: left;
}
#nav li a {
	border-bottom: none;
	margin-top: 26px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#nav li a:focus, #nav li a:hover {
	background-color: #FFF;
}
.wrap {

}
.wrap  p{
	line-height: 1.5em;
	font-size: 1.3em;
}
.wrap .block-4 p {
	font-size: 1.1em;
}
.content ,.block-2,.block-3{
	padding: 25px;
	max-width: 1040px;
	margin: auto;
}
h1 {
	font-size: 2.5em;
}
h2  {
	font-size: 1.5em;
	padding-top: 0.7em;
}
.wrap .imga {
	width: 80%;
}
.wrap .img2a {
	width: 100%;
}
.foot {
	width: 800px;
	padding-right: 80px;
	padding-left: 80px;
}
.footcontent ul  {
	display: table;
	table-layout: fixed;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footcontent ul li  {
	display: table-cell;
	text-align: center;
	position: relative;
}
.footcontent ul li:not(:first-child)::before {
	content: "|";
	position: absolute;
	left: 0px;
}
.footcontent ul li a  {
	border: none;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 17px;
}

.footcontent ul li a:hover {
	background-color: rgba(0,0,0,0.00);
	text-decoration: underline;
}
}
