/***********************************START: FONTS SETTINGS********************************************************/
/***************************************************************************************************************/
@font-face {
	font-family: comfortaa-light;
	src: url(/fonts/comfortaa/Comfortaa-Light.ttf);
}
@font-face {
	font-family: comfortaa-regular;
	src: url(/fonts/comfortaa/Comfortaa-Regular.ttf);
}
@font-face {
	font-family: comfortaa-bold;
	src: url(/fonts/comfortaa/Comfortaa-Bold.ttf);
}



@font-face {
	font-family: roboto-light;
	src: url(/fonts/roboto/Roboto-Light.ttf);
}
@font-face {
	font-family: roboto-medium;
	src: url(/fonts/roboto/Roboto-Medium.ttf);
}
@font-face {
	font-family: roboto-regular;
	src: url(/fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
	font-family: roboto-thin;
	src: url(/fonts/roboto/Roboto-Thin.ttf);
}

@font-face {
	font-family: Station;
	src: url(/fonts/Station.ttf);
}

/***********************************END: FONTS SETTINGS******************************************************/
/***************************************************************************************************************/

/***********************************START: CSS RESET *************************************************************/
/***************************************************************************************************************/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size:21px;
	margin: 0 auto;
    max-width: 2200px;
	background-color:#313150;
	font-family: roboto-thin;
}


ol, ul {
	list-style: none;
}

a{
	font-family:roboto-light;
}
a:link { text-decoration: none; color:#fff;}
a:visited { text-decoration: none; color:#fff;}
a:hover { text-decoration: none; color:#fff;}
a:focus {text-decoration: none; color:#fff;}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

}

li {
  float: left;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***********************************END: CSS RESET *************************************************************/
/***************************************************************************************************************/



/***********************************START: GENERAL STYLES********************************************************/
/***************************************************************************************************************/

* {box-sizing: border-box;}



h1,h2,h3,h4,h5, div, p, span, a, i {
  letter-spacing: 0;
  color:#fff;
}

h1 span, h2 span,h3 span,
h4 span, h5 span{
	font-family: Station;
	/*text-transform: uppercase;*/
}

h1, h2, h3, h4{
	padding: 15px 0;
	text-align:center;
}

h1{
	margin-top:6%;
}
h1 span, 
h2 span,
h3 span{
	border-bottom: 4px solid #ECD700;
	border-bottom: 4px solid #D9981C;
}

h1 span, 
h2 span,
h3 span,
h4 span{
	font-weight:100;
}


h1 span{
	font-size: 55px;
}

h2 span{
	font-size: 45px;
}


h3 span{
	font-size: 35px;
}


h4{
	font-size: 25px;
}

form {
	border:0px;
}

label{
	font-family:roboto-light;
}
p{
	padding: 5px 10px 10px;
}

.hideDiv {
	display: none !IMPORTANT;
	visibility: hidden;
}

.hideElement {
	display: none !IMPORTANT;
	visibility: hidden;
}

.clearBoth{
	clear: both;
}
.centerText{
	text-align:center !Important;
}

.centerDiv{
    margin: 0 auto;
}

.centerElement{
    margin: 0 auto;
}

.displayDiv{
	display:block !Important;
}

.displayElement{
	display:block !Important;
}
.displayBlock{
	display:block;
}
.displayInline{
	display:block;
}

.fullWidthDiv{
	width:100%;
}

.autoWidth{
	width:auto;	
}
	
.fontWeightBold{
	font-weight:bold;
}
.whiteColor{
	color:#fff;
}

.yellowColor{
	color:#EDD800;
}

.positionRelative{
	position:relative;
}

.positionAbsolute{
	position:absolute;
}

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.hideOverflow{
	overflow:hidden;
}
.opacityDiv{
	opacity:0.15;
}
.pointerCursor{
	cursor:pointer;
}
.removeUnderline{
	border-bottom:0 !important;
}

.main_container_wrapper{
	overflow:hidden;
}	


._paragraph{
	margin: 25px auto 0;
	width: 85%;
	font-family: roboto-thin !IMPORTANT;
	font-size: 1.35rem !important;
	text-align: left;
    line-height: 27px;
}

._paragraph a{
	
}

._paragraph._regular{
	width:100%;
	text-align:left;
	margin: 25px auto 0;
}		

._paragraph._last{
	margin: 25px auto 55px;
}

._faint_top_bottome_divider{
	display: block; 
	overflow: hidden; 
	max-width: 1600px; 
	width: 100%; 
	text-align:center; 
	margin: -5px auto;
	color:#fff;     
    padding: 10px;
	border-top: 2px solid #39395D;
    border-bottom: 2px solid #39395D;
}

.yellow_underline_txt_permanent {
	border-bottom:3px solid #EDD800;
	cursor:pointer;
}

.yellow_underline_txt_permanent:hover {
	border-bottom:3px solid #F2F0DA;
	cursor:pointer;
}

.yellow_underline_txt:hover {
	/*
	text-decoration: underline;
	text-decoration-color: #EDD800;
	text-decoration-thickness: 3px;
	*/
	border-bottom:5px solid #EDD800;
	cursor:pointer;
}


.blue_underline{
	text-decoration: underline;
	text-decoration-color: #D9981C;
	text-decoration-thickness: 3px;
}

.load_more_button{
	cursor: pointer;
	text-align: center;
	background-color: #128413;
	width: 11%;
    margin: 20px auto;
    padding: 10px;
	border-radius: 5px;
	min-width: 100px;
	font-family:Station;
}

button {
  background-color: #0B9F25;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}


button:hover {
  opacity:1;
}

._bottom_spacing_for_all_pages{
	margin:0 0 140px;
}


._element_spacing{
	padding: 20px 0;
}

._element_spacing._top_margin{
	margin: 70px auto 70px;
}

._element_spacing._bottom{
	margin: 0 auto 70px;
}

._element_spacing._no_bottom_margin{
	margin: 0 auto;
}

._quiz_question_mark_icon{
	width: 2%;
	top: 45px;
	position:relative;
    height: auto;
}

._quiz_question_mark_icon._small{
	left: 25px;
    top: 15px;
}

._title_icons_small{
	font-size:1.8rem;
}

._title_icons{
	font-size:100%;
}

/**************************************************************************************************************/
/**************************************************************************************************************/
/***********************************END: GENERAL STYLES********************************************************/


@media only screen and (max-width: 2200px){
	._quiz_question_mark_icon {
		top: 15px;
	}
}


@media only screen and (max-width: 1920px) {
	
	._quiz_question_mark_icon {
		width:4%;
	}
	
}	

@media only screen and (max-width: 1690px) {

	h1 span {
		font-size: 2.65rem;
	}

	h2 span {
		font-size: 2.5rem;
	}
	
	h3 span,
	h4 span {
		font-size: 2.35rem;
	}
}

@media only screen and (max-width: 1400px){
	
	._paragraph{
		margin: 0px auto 0;
		font-size: 19px;
		width:90%;
	}
	
	._quiz_question_mark_icon {
		width: 4.5%;
	}
}

@media only screen and (max-width: 1285px) {
	._quiz_question_mark_icon {
		width: 4.85%;
	}	
}

@media only screen and (max-width: 1230px) {
	._paragraph{
		width: 85%;
		font-size: 15px;
		text-align: left;
	}
}

@media only screen and (max-width: 1120px) {
	h1 {
		margin-top: 7%;
	}
}

@media only screen and (max-width: 1050px) {
	h1 {
		margin-top: 8%;
	}
	
	._quiz_question_mark_icon {
		top: 12px;	
	}	
}


@media only screen and (max-width: 700px) {
	
	h1{
		margin-top:12%;
	}
	._quiz_question_mark_icon {
		width: 7.75%;
	}
}

@media only screen and (max-width: 650px) {
	._quiz_question_mark_icon {
		width: 8.5%;
	}
}

@media only screen and (max-width: 600px) {
	h1{
		margin-top:14%;
	}

	._quiz_question_mark_icon {
		width: 9%;
	}
}

@media only screen and (max-width: 570px) {
	._title_icons {
		font-size: 80%;
	}
}

@media only screen and (max-width: 500px) {
	h1{
		margin-top:16%;
	}
	._quiz_question_mark_icon {
		width: 10.5%;
	}
}

@media only screen and (max-width: 450px) {
	h1 {
		margin-top: 18%;
	}
	._quiz_question_mark_icon {
		width: 11.5%;
	}
}
@media only screen and (max-width: 400px) {
	h1 {
		margin-top: 20%;
	}
	h2 span {
		font-size: 23px;
	}
	
	._quiz_question_mark_icon {
		top: 10px;
	}
}
@media only screen and (max-width: 370px) {
	._quiz_question_mark_icon {
		top: 7px;
	}	
}

@media screen and (max-width: 320px) {
	h1{
		margin-top: 22%;
	}
	h1 span {
		font-size: 1.7rem;
	}
	h2 span, h3 span {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 290px) { 
	._quiz_question_mark_icon {
		top: 2px;
	}
}