/*RESET*/

@import url("exo-fontfacekit/exo.css");
/*
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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}
*/

/*MAIN*/
body,
.question-section {
  font-size: 22px;
  line-height: 1.35em;
  font-family: ExoRegular, Helvetica Neue, Helvetica, Arial;
  /*
	background-image:url(../images/horizon1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	*/
  padding: 0px;
  margin: 0px;

  background-color: #555;
  /*	
	color: #555;*/
}

.iterate-button {
  font-size: 20px; /* Increase font size */
  padding: 10px 20px; /* Increase button size */
  background-color: #4cadaf; /* Change background color */
  color: white; /* Change text color */
  border: none; /* Remove border */
  cursor: pointer; /* Change cursor to pointer on hover */
  border-radius: 5px; /* Add rounded corners */
}

.iterate-button:hover {
  background-color: #2b7699; /* Change background color on hover */
}

.grid-container {
  margin-top: 20px;
}
.control_panel_main_img {
  /*	border: #0F0 1px solid;	*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}

a {
  color: #43b12d;
  text-decoration: none;
  /*	font-weight: bold;	*/
}

.underline_special {
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

h1,
h2,
h3 {
  color: #fff;
}

h2 {
  font-size: 1.2em;
}

.blue_text {
  color: #2dafb1;
}
.orange_text {
  color: #ff6300;
}

td {
  border: #666 1px solid;
  padding: 5px;
}

#header_main {
  background-color: #333;
}

#header {
  /*	background-color: rgba(0,0,0,0.75);	*/
  top: 0;
  left: 0;
  z-index: 100;
  max-width: 980px;
  margin: auto;
  padding: 0px;
  padding-bottom: 8px;
  margin-top: 0;
}
nav a {
  color: #2dafb1;
}

#header_container {
  /*	max-width: 980px; */
  margin: auto;
  /*	border-bottom:#F90 1px dashed;	*/
  background: #444;
  padding: 10px;
}
#hero {
  background-image: url(../images/background_hero.jpg);
  height: 400px;
  background-position: center;
}

#hero_HDi {
  background-image: url(../images/background_hero_HDi.jpg);
  height: 400px;
  background-position: center;
}

#hero_statement {
  margin: auto;
  max-width: 980px;

  padding-top: 200px;
  /*	border: 1px #fff solid;	*/
}

#hero_index {
  background-image: url(../images/background_hero_index.jpg);
  height: 500px;
  background-position: center;
}
#hero_index_statement {
  margin: auto;
  max-width: 980px;
  color: #f60;
  padding-top: 250px;
  /*	border: 1px #fff solid;	*/
}
#hero_statement h1 {
  color: #f60;
  background: #000;
  display: inline-block;
  padding: 15px;

  /*	border: 1px #fff solid;	*/
}
#hero_statement h2 {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 15px;
  /*	border: 1px #fff solid;	*/
}
#hero_index_statement h1 {
  color: #f60;
  background: #000;
  display: inline-block;
  padding: 15px;

  /*	border: 1px #fff solid;	*/
}
#hero_index_statement h2 {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 15px;
  /*	border: 1px #fff solid;	*/
}
#logo {
  margin: 0px;
  margin-top: 12px;
  float: left;
  /*background: url(../images/hdi_logo.png) no-repeat center;	*/
  display: block;
}

#logo img {
  width: 80%;
}

.reset {
  clear: both;
}

nav {
  float: right;
  padding: 10px;
  /*	border:#0C0 1px solid;	*/
}

#main_content {
}

#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background: #ff6300 url(../images/menu/menu-icon.png) center;
  border-radius: 4px 4px 0 0;
}

a:hover#menu-icon {
  background-color: #ff6300;
  border-radius: 4px 4px 0 0;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
  float: left;
  padding: 10px;
}

.current {
  color: #fff;
}

/*	LOGIN AND REGISTER	*/

#account {
  padding-top: 0px;
  max-width: 980px;
  margin: auto;
  padding-bottom: 20px;
}

#account_container {
}

#login_nav {
  padding-right: 10px;
  padding-top: 10px;
  text-align: right;
  color: #ff6300;
  /*	border: #0F0 1px solid; 	*/
}

.account_button_orange {
  display: inline-block;
  background: #ff6300;
  padding: 6px;
  font-size: 0.8em;
  color: #333;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.account_button_gray {
  display: inline-block;
  background: #2dafb1;
  padding: 6px;
  font-size: 0.8em;
  color: #333;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.account_button_blue {
  display: inline-block;
  background: #2dafb1;
  padding: 12px;
  font-size: 0.9em;
  color: #333;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#divform {
  max-width: 400px;
  margin: auto;
}
.answer_indent {
  margin-left: 40px;
}

section {
  margin: auto;
  margin-top: 10px;
  max-width: 960px;
  position: relative;
  padding: 30px;
  /*	border:#060 solid 1px;	*/
  color: #ff6300;
  background-color: #222;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*					form elements					*/

input[type="text"],
textarea,
input[type="password"] {
  font-size: 1em;
  font-family: ExoRegular, Helvetica Neue, Helvetica, Arial;
  border: #ff6300 1px solid;
  background-color: #000;
  color: #ff6300;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 90%;
}

/*						select								*/

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-size: 1em;
  font-family: ExoRegular, Helvetica Neue, Helvetica, Arial;
}

.custom-select select {
  display: none !important; /*hide original SELECT element: */
}

.select-selected {
  background-color: #333;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ff6300;
  padding: 8px 16px;
  border: 1px solid #ff6300;
  border-color: rgba(255, 99, 0, 0.5) rgba(255, 99, 0, 0.5)
    rgba(255, 99, 0, 0.5) rgba(255, 99, 0, 0.5);
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #333;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.3);
}

/*				radio								*/

/* The container */
.container_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2dafb1;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
  background-color: #3be7ea;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
  background-color: #ff6300;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*				checkbox								*/

/* The container */
.container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2dafb1;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark_check {
  background-color: #3be7ea;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark_check {
  background-color: #ff6300;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark_check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark_check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*				button											*/

input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-size: 1em;
  font-family: ExoRegular, Helvetica Neue, Helvetica, Arial;
  color: #fff;
  background-color: #2dafb1;
  padding: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 900px) {
  header {
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 20px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
  }

  #menu-icon {
    display: inline-block;
    margin-right: 12px;
  }

  nav ul,
  nav:active ul {
    display: none;
    position: absolute;
    padding: 10px;
    background: #000;
    border: 5px solid #ff6300;
    right: 42px;
    top: 34px;
    width: 50%;
    border-radius: 4px 0 4px 4px;
  }

  nav li {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }

  nav:hover ul {
    display: block;
  }
  .rounded_img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
