body {
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

.container {
	width: 100%;
}

hr {
	border: 0;
	border-top: 1px solid #000;
	width:90%;
}

.row {
	width:90%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.row form {
	text-align: center;
}

.row input, .row textarea {
	width: 100%;
}

.head {
	font-size: 26px;
	font-weight: 200;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.head_left {
	float: left;
	cursor: pointer;
}

.head_middle {
	margin: 0 auto;
	display: inline-block;
}

.head_right {
	float: right;
	text-align: right;
}

.head_right img, .head_left img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.body {
	line-height: 1.7;
	font-size: 14px;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom:10px;
	width:100%;
	margin: 0 auto;
	text-align: center;
}

.title_container {
	display: inline-block;
}


.title {
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 10px;
	line-height:1.5;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 85%;
}

.title .top img{
	height: 25px;
	width: 25px;
	display: block;
	margin: 0 auto;
	padding-bottom: 7px;
}

.title .top {
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 300;
}


.title .mid {
	font-size: 20px;
	letter-spacing: 5px;
}

.title .bot {
	font-size:20px;
	letter-spacing: 3px;
}

.left {
	padding-left: 10px;
}


.logo {
	line-height: 1.5;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	width: 100%;
}

.logo .top {
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 100;

}

.logo .mid {
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 100;
	padding-bottom: 2px;

}

.logo img {
	width: 25px;
}

.disabled {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=20);

  /* Netscape */
  -moz-opacity: 0.2;

  /* Safari 1.x */
  -khtml-opacity: 0.2;

  /* Good browsers */
  opacity: 0.2;
}

/* Disables highlights on click */
html {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

/* Disable AppleLink */
.nodate {
	color: #000;
	text-decoration: none;
}

.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; overflow: hidden; 
	max-width: 90%;
	margin: 0 auto; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.card {
	width:90%;
	margin: 0 auto;
	cursor: pointer;
	height:100px;
	overflow-x: hidden;
	overflow-y: auto;
}

.quiz_top {

	width:90%;
	margin: 0 auto; 
	display: block;

}

.quiz_bot img {
	width: 35px;
	height: 35px;
}

.quiz_number {

	float:right;
	width:50%; 
	font-size: 26px; 
	font-weight: 100; 
	text-align:right; 
	display: block;

}

.quiz_type {

	float: left;
	width:50%;
	font-size: 26px; 
	font-weight:100; 
	cursor: pointer; 
	display: block;

}

.quiz_body {

	padding-top:10px;
	padding-bottom: 10px;
	clear:both;

}

.quiz_shuffle {

	width:33%; 
	display: inline-block; 
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	font-weight: 200;

}

.help_image {

	display: block; 
	margin: 0 auto; 
	max-width:350px;

}

@media (min-width: 600px) {
	.container {
		width: 600px;
		margin: 0 auto;
	}
}