/* CSS Document */
html,
body {
  font-family: "Arial MT Light";
  height: 100%;
  width: 100%;
  background-color: #fff; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none; }

.grecaptcha-badge {
  visibility: hidden; }

.wrapper {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  box-sizing: border-box; }

.wrapper_inner {
  position: relative;
  width: 1280px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box; }

.wrapper_home_intro {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 30px 0; }

.logo {
  float: left;
  margin: 68px 0 0 0;
  width: 100%;
  display: block; }

.triangle_float {
  float: right;
  margin: -30px 0 0 20px; }

.intro_content {
  float: left;
  width: 100%;
  display: block; }

.intro_content h1 {
  font-size: 280%;
  font-family: "Arial MT Light";
  color: #88746a;
  font-weight: normal;
  line-height: 130%;
  padding: 39px 0 0 0; }

.intro_content p {
  font-size: 180%;
  font-family: "Arial MT Light";
  color: #88746a;
  font-weight: normal;
  line-height: 130%;
  padding: 11px 0 0 0; }

.feedback_form {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 20px 0; }

.form_left {
  width: 45%;
  float: left;
  height: 0px;
  border-bottom: 1px dotted #cdc1ba; }

.form_right {
  width: 55%;
  float: left;
  height: 0px;
  border-bottom: 1px solid #ebe6e4; }

.form_two_col {
  width: 100%;
  display: block;
  float: left;
  box-sizing: border-box;
  background-color: #9e8c83; }

.form_two_col_left {
  width: 45%;
  float: left;
  box-sizing: border-box;
  padding: 20px 10px; }

.form_number {
  width: 5%;
  float: left;
  box-sizing: border-box;
  color: #fff;
  padding-left: 10px;
  line-height: 130%;
  font-family: "Arial MT Narrow Regular";
  font-size: 115%; }

.form_question {
  width: 95%;
  float: left;
  box-sizing: border-box;
  text-align: right;
  color: #fff;
  padding: 0 20px;
  line-height: 130%;
  font-family: "Arial MT Narrow Regular";
  font-size: 115%; }

.form_two_col_right {
  width: 55%;
  float: left;
  box-sizing: border-box;
  color: #88746a;
  background-color: #ebe6e4;
  padding: 10px 0 10px 0; }

.block {
  width: 100%;
  display: block;
  float: left;
  height: 20px; }

.form_lower_two_col {
  width: 100%;
  display: block;
  float: left;
  box-sizing: border-box;
  margin-bottom: 15px; }

.form_lower_two_col_left {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0px 0px; }

.form_lower_number {
  width: 5%;
  float: left;
  box-sizing: border-box;
  color: #88746a;
  padding-left: 10px;
  line-height: 130%;
  font-family: "Arial MT Narrow Regular";
  font-size: 115%; }

.form_lower_question {
  width: 95%;
  float: left;
  box-sizing: border-box;
  text-align: right;
  color: #88746a;
  padding: 20px 20px 0 20px;
  line-height: 130%;
  font-family: "Arial MT Narrow Regular";
  font-size: 115%; }

.form_lower_two_col_right {
  width: 75%;
  float: left;
  box-sizing: border-box;
  color: #88746a;
  padding: 0px 0 0px 0; }

.form_lower_input {
  width: 300px;
  margin: 12px 0 15px 45px;
  padding: 10px 15px;
  color: #88746a;
  background-color: #fff;
  border: 1px solid #cfc6bf;
  border-radius: 10px;
  font-family: "Arial MT Narrow Regular";
  transition: background-color 500ms ease-in-out;
  box-sizing: border-box; }

.form_lower_textarea {
  width: 98%;
  margin: 12px 0 0px 0;
  padding: 10px 15px;
  color: #88746a;
  background-color: #fff;
  border: 1px solid #cfc6bf;
  border-radius: 10px;
  font-family: "Arial MT Narrow Regular";
  transition: background-color 500ms ease-in-out;
  overflow: auto;
  box-sizing: border-box; }

.submit_button {
  margin: 20px 0 0px 0;
  padding: 15px 35px;
  color: #fff;
  background-color: #9e8c83;
  border: 1px solid #cfc6bf;
  border-radius: 10px;
  font-family: "Arial MT Narrow Regular";
  transition: background-color 500ms ease-in-out;
  cursor: pointer;
  box-sizing: border-box; }

.submit_button:hover,
.submit_button:focus {
  background-color: #b784b9; }

.form_lower_input:hover,
.form_lower_input:focus,
.form_lower_textarea:hover,
.form_lower_textarea:focus {
  background-color: #f6f2ef; }

/* Custom Radio Button */
.radio_case {
  width: 20%;
  float: left;
  box-sizing: border-box; }

.form_lower_two_col .radio_case {
  width: 14.28571428571429%; }

.radio_button_container {
  display: block;
  position: relative;
  padding-left: 0px;
  margin: 6px 0 0 0;
  cursor: pointer;
  font-size: 138%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio_button_wrapper {
  width: 100%;
  display: block;
  float: left;
  position: left;
  box-sizing: border-box;
  height: 70px; }

.radio_button_label {
  width: 100%;
  display: block;
  float: left;
  position: left;
  box-sizing: border-box;
  text-align: center;
  font-size: 70%;
  padding: 0 10px 10px 10px;
  font-family: "Arial MT Narrow Regular"; }

/* Hide the browser's default radio button */
.radio_button_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: calc(50% - 23px);
  height: 45px;
  width: 45px;
  background-color: #fff;
  border: 1px solid #cfc6bf;
  border-radius: 10px; }

/* On mouse-over, add a grey background color */
.radio_button_container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.radio_button_container input:checked ~ .checkmark {
  background-color: #9e8c83; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_button_container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio_button_container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio_button_container .checkmark:after {
  left: 13px;
  top: 3px;
  width: 15px;
  height: 25px;
  border: solid #ccc;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg); }

/* Disclaimer, privacy, safe harbour generic styles */
.wrapper_generic_styles {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin: 0 0 30px 0; }

.wrapper_generic_styles img {
  float: right;
  margin: 40px 0 100px 100px; }

.wrapper_generic_styles h1 {
  font-family: "Arial MT Bold";
  color: #88746a;
  font-size: 300%;
  font-weight: normal;
  line-height: 130%;
  padding: 60px 0 0px 0; }

.wrapper_generic_styles p {
  font-family: "Arial MT Light";
  color: #88746a;
  font-size: 135%;
  line-height: 150%;
  padding: 15px 0 18px 0; }

.wrapper_generic_styles p a {
  color: #b784b9;
  text-decoration: none; }

.wrapper_generic_styles p a:hover {
  color: #9e8c83; }

.wrapper_generic_styles p strong {
  font-family: "Arial MT Medium";
  color: #88746a; }

.footer_lower_style {
  margin: 0 0 20px 0;
  display: block;
  float: left;
  width: 100%; }

.footer_lower_style nav ul {
  font-family: "Arial MT Medium";
  font-size: 90%;
  line-height: 127%;
  font-weight: normal;
  padding: 0; }

.footer_lower_style nav ul li a {
  color: #9e8c83;
  text-decoration: none;
  transition: color 500ms ease-in-out; }

.footer_lower_style nav ul li a:hover {
  color: #b784b9; }

.footer_lower_style p {
  font-family: "Arial MT Light";
  color: #88746a;
  font-size: 90%;
  line-height: 160%;
  font-weight: normal;
  padding: 10px 50px 10px 0px; }

.footer_lower_style p a {
  color: #b784b9;
  text-decoration: none;
  transition: color 500ms ease-in-out; }

.footer_lower_style p a:hover {
  color: #9e8c83; }

.footer_left_col {
  width: 50%;
  float: left; }

.footer_right_col {
  width: 50%;
  float: left;
  text-align: right; }

.footer_right_col img {
  margin: 25px 0 0 0; }

/* Cookie styles */
#cookie_use {
  position: fixed;
  display: none;
  width: 100%;
  height: auto;
  background-color: #9e8c83;
  background-position: bottom;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
  z-index: 9999999999999;
  overflow: hidden;
  opacity: 1;
  text-align: center; }

#cookie_use p {
  line-height: 150%;
  font-size: 120%;
  overflow: hidden;
  margin: 30px 15px;
  color: #fff;
  font-family: "Arial MT Light"; }

#cookie_use p a {
  color: #fff;
  margin-left: 15px; }

.close_cookie {
  cursor: pointer;
  text-decoration: underline; }

.header_admin {
  width: 100%;
  position: relative;
  float: left;
  display: block; }

.header_admin .header_logo {
  width: 307px;
  float: left;
  padding-top: 38px;
  position: relative; }

.header_admin .header_nav {
  width: 973px;
  float: left;
  box-sizing: border-box;
  position: relative; }

.header_admin .header_nav ul {
  padding: 0 0 0 50px; }

.header_admin .header_nav li {
  display: inline-block; }

.header_admin .header_nav li a {
  font-family: "Arial MT Light";
  font-size: 120%;
  line-height: 0;
  color: #b784b9;
  text-decoration: none;
  float: left;
  margin: 0 10px 0 0;
  padding: 68px 20px 21px 0;
  text-align: center;
  box-sizing: border-box;
  transition: color 500ms ease-in-out; }

.header_admin .header_nav li:last-child a {
  margin-right: 0; }

.header_admin .header_nav li a:hover {
  color: #9e8c83; }

.burger_nav {
  width: 50px;
  margin: 52px 0 0 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  float: right;
  display: none; }

.burger_nav .burger_lines {
  width: 60px;
  background-color: #9e8c83;
  height: 6px;
  margin-bottom: 10px;
  float: right; }

/* Form result / error */
.form_error,
.form_results {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid red;
  box-sizing: border-box; }

.form_error h2,
.form_results h2 {
  font-family: "Arial MT Light";
  font-size: 200%;
  margin: 0 0 20px 0;
  color: red; }

.form_error ul,
.form_results ul {
  list-style-type: disc;
  margin: 10px 20px 0 20px; }

.form_error ul li,
.form_results ul li {
  font-family: "Arial MT Light";
  font-size: 135%;
  line-height: 150%;
  color: #88746a; }

/* Admin Styles */
.wrapper_admin_styles {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin: 0 0 30px 0; }

.wrapper_admin_styles img {
  float: right;
  margin: 0 0 100px 100px; }

.wrapper_admin_styles h1 {
  font-family: "Arial MT Bold";
  color: #88746a;
  font-size: 220%;
  font-weight: normal;
  line-height: 130%;
  padding: 30px 0 15px 0; }

.wrapper_admin_styles p {
  font-family: "Arial MT Light";
  color: #88746a;
  font-size: 135%;
  line-height: 130%;
  padding: 15px 0 18px 0; }

.wrapper_admin_styles p a {
  color: #b784b9;
  text-decoration: none;
  transition: color 500ms ease-in-out; }

.wrapper_admin_styles p a:hover {
  color: #9e8c83; }

.wrapper_admin_styles p strong {
  font-family: "Arial MT Medium";
  color: #88746a; }

.wrapper_admin_styles ul {
  font-family: "Arial MT Light";
  color: #88746a;
  list-style-type: disc;
  margin: 10px 10px 10px 13px; }

.wrapper_admin_styles ul li {
  font-size: 115%;
  line-height: 130%; }

.wrapper_admin_styles ul li a {
  color: #b784b9;
  text-decoration: none; }

.wrapper_admin_styles ul li a:hover {
  color: #9e8c83;
  transition: color 500ms ease-in-out; }

.wrapper_admin_styles .admin_lists {
  width: 100%;
  margin: 15px 0; }

.wrapper_admin_styles .admin_lists tr {
  font-family: "Arial MT Light";
  font-size: 100%; }

.wrapper_admin_styles .admin_lists th {
  border: 1px solid #cdc1ba;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #9e8c83; }

.wrapper_admin_styles .admin_lists td {
  border: 1px solid #cdc1ba;
  padding: 10px;
  box-sizing: border-box; }

.wrapper_admin_styles .admin_lists td a {
  text-decoration: none;
  color: #b784b9; }

.wrapper_admin_styles .admin_lists td a:hover {
  color: #9e8c83; }

.wrapper_admin_styles .admin_list_alt {
  background-color: #ebe6e4; }

.admin_form {
  width: 100%;
  display: block;
  float: left;
  margin: 20px 0; }

.wrapper_admin_styles .form_full_wrapper {
  width: 100%;
  float: left;
  display: block;
  float: left; }

.wrapper_admin_styles .form_full_wrapper_fields {
  width: 100%;
  display: block;
  float: left; }

.wrapper_admin_styles .label_case {
  width: 20%;
  float: left;
  margin: 27px 0 0 0; }

.wrapper_admin_styles .input_block {
  width: 60%;
  float: left; }

.wrapper_admin_styles .input_block p {
  font-size: 100%;
  padding: 0; }

.wrapper_admin_styles .admin_text_field {
  width: 300px;
  margin: 12px 0 15px 0;
  padding: 10px 15px;
  color: #88746a;
  background-color: #fff;
  border: 1px solid #cfc6bf;
  border-radius: 10px;
  font-family: "Arial MT Narrow Regular";
  transition: background-color 500ms ease-in-out;
  box-sizing: border-box; }

.wrapper_admin_styles .admin_drop_menu {
  width: 300px;
  margin: 12px 0 15px 0;
  padding: 10px 15px;
  color: #88746a;
  background-color: #fff;
  border: 1px solid #cfc6bf;
  border-radius: 10px;
  font-family: "Arial MT Narrow Regular";
  transition: background-color 500ms ease-in-out;
  box-sizing: border-box; }

.add_some_space_between_the_header {
  width: 100%;
  display: block;
  height: 30px; }

/*width: 300px;
	margin: 12px 0 15px 45px;
	padding: 10px 15px;
	color: $font_color_primary;
	background-color: $input_off_bg;
	border: 1px solid $input_border;
	border-radius: $border_radius;
	font-family: $secondary_font_narrow;
	transition: background-color 500ms ease-in-out;
	box-sizing: border-box;*/
