body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  min-width: 100%;
  width: 100vw;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
html * {
  box-sizing: border-box;
}
html,
input,
textarea,
button,
select {
  font-size: 16px;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #8856b7;
}
a:hover {
  color: #5e3892;
  text-decoration: underline;
}
.center_wrap {
  max-width: 1400px;
  margin: 0 auto;
}
main {
  padding: 90px 20px 10px;
  min-height: calc(100vh -  200px);
}
main article > *:first-child {
  margin-top: 0;
}
main article > *:last-child {
  margin-bottom: 0;
}
main article h1,
main article h2,
main article h3,
main article h4 {
  font-weight: 700;
  margin: 0 0 5px;
}
main article h1 {
  font-size: 45px;
  margin-top: 40px;
}
main article h2 {
  font-size: 35px;
  margin-top: 20px;
}
main article h3 {
  font-size: 16px;
  margin-top: 10px;
}
main article h4 {
  font-size: 16px;
  margin-top: 5px;
}
.full_width {
  position: relative;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.margin_bottom_big {
  margin-bottom: 40px;
}
.margin_bottom_huge {
  margin-bottom: 80px;
}
.margin_top_big {
  margin-top: 40px;
}
.margin_top_huge {
  margin-top: 80px;
}
.padding_bottom_big {
  padding-bottom: 40px;
}
.padding_bottom_huge {
  padding-bottom: 80px;
}
.padding_top_big {
  padding-top: 40px;
}
.padding_top_huge {
  padding-top: 80px;
}
#page .start_top {
  margin-top: -10px;
}
#page .font_bold {
  font-weight: 700;
}
#page .font_center {
  text-align: center;
}
[class*="max_width_"] {
  margin: 0 auto;
}
.max_width_100 {
  max-width: 100px;
}
.max_width_150 {
  max-width: 150px;
}
.max_width_200 {
  max-width: 200px;
}
.max_width_250 {
  max-width: 250px;
}
.max_width_300 {
  max-width: 300px;
}
.max_width_350 {
  max-width: 350px;
}
.max_width_400 {
  max-width: 400px;
}
.max_width_450 {
  max-width: 450px;
}
.max_width_500 {
  max-width: 500px;
}
.max_width_550 {
  max-width: 550px;
}
.x4_input_100,
.x4_input_33,
.x4_input_50,
.x4_input_66,
.x4_input_checkbox {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  outline: none;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 10px;
}
h1 .x4_input_100,
h1 .x4_input_33,
h1 .x4_input_50,
h1 .x4_input_66,
h1 .x4_input_checkbox,
h2 .x4_input_100,
h2 .x4_input_33,
h2 .x4_input_50,
h2 .x4_input_66,
h2 .x4_input_checkbox {
  padding: 0 20px;
}
h1 .x4_input_100,
h1 .x4_input_33,
h1 .x4_input_50,
h1 .x4_input_66,
h1 .x4_input_checkbox {
  height: 90px;
  line-height: 90px;
  font-size: 45px;
}
h2 .x4_input_100,
h2 .x4_input_33,
h2 .x4_input_50,
h2 .x4_input_66,
h2 .x4_input_checkbox {
  height: 70px;
  line-height: 70px;
  font-size: 35px;
}
textarea[class*="x4_input_"] {
  min-height: 200px;
  resize: vertical;
}
.x4_input_33,
.x4_input_50,
.x4_input_66 {
  float: left;
}
.x4_input_100 {
  width: 100%;
}
.x4_input_33 {
  width: 33.33333333%;
}
.x4_input_50 {
  width: 50%;
}
.x4_input_66 {
  width: 66.66666667%;
}
.x4_input_hr {
  margin: 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 2px;
  border: 0 none;
}
.x4_input_fieldset {
  border: 0 none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.x4_input_submitrow {
  margin-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  text-align: right;
}
.x4_input_submitrow > * {
  text-align: left;
}
.x4_input_submitrow input[type=submit],
.x4_input_submitrow button {
  background-color: #8856b7;
  color: #F6F6F6;
  display: inline-block;
  padding: 10px 20px;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  min-width: 250px;
  font-weight: 700;
}
.x4_input_submitrow input[type=submit]:hover,
.x4_input_submitrow button:hover {
  background-color: #5e3892;
  color: #FFF;
}
.x4_convert_address_to_geolocation {
  margin: 0 calc(50% - 50px) 10px;
  height: 40px;
  width: 100px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.x4_convert_address_to_geolocation:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.x4_convert_address_to_geolocation:after {
  content: '';
  border: 20px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
}
.x4_input_checkbox {
  height: 1.2em;
  width: 1.2em;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.x4_input_checkboxlabel {
  display: block;
  clear: both;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
header {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 999;
}
header .center_wrap {
  height: 80px;
  position: relative;
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 20px 5px 20px 20px;
}
header .logo img {
  height: 40px;
  width: auto;
  display: block;
}
header nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
}
header nav ul {
  padding: 0;
  margin: 0;
}
header nav ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  display: block;
  padding: 10px;
}
header nav .nav_level_1 > li {
  float: left;
}
header nav .nav_level_1 > li > a {
  height: 80px;
  line-height: 60px;
  font-size: 35px;
  color: #8856b7;
}
header nav .nav_level_1 > li > a:hover {
  color: #432b6d;
}
header nav .nav_level_1 > li:hover .nav_level_2 {
  display: block;
}
header nav .nav_level_2 {
  position: absolute;
  top: 80px;
  right: 0;
  background: #b38fd1;
  display: none;
}
header nav .nav_level_2 a {
  white-space: nowrap;
}
header nav .nav_level_2 > li > a {
  background: #8856b7;
  color: white;
  padding: 5px 10px;
}
header nav .nav_level_2 > li > a:hover {
  background: #432b6d;
}
header nav .nav_level_2 > li:hover > .nav_level_3 {
  display: block;
}
header nav .nav_level_3 {
  position: absolute;
  top: 0;
  right: 100%;
  background: #5a5e85;
  display: none;
}
header nav .nav_level_3 > li > a {
  background: #222b61;
  color: white;
  padding: 10px 20px;
}
header nav .nav_level_3 > li > a:hover {
  background: #070b24;
}
footer {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  /* Footer Parts Container */
  /* Footer Part Links */
  /* Footer Contact Button */
  /* Footer Newsletter Form */
}
footer .footer_parts {
  padding: 0;
  margin: 0;
  /* Footer Part Columns */
}
footer .footer_parts > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_parts:after {
  content: '';
  display: table;
  clear: both;
  float: none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
footer .footer_parts > li {
  display: inline-block;
  vertical-align: top;
  width: 32.8%;
  padding: 0 20px;
}
footer .footer_parts_logo a {
  display: block;
  max-width: 300px;
}
footer .footer_parts_logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
footer .footer_parts_logo div {
  margin-top: 10px;
  font-size: 30px;
}
@media (max-width: 1315px) {
  footer .footer_parts_logo div {
    font-size: 2.1vw;
  }
}
footer .footer_links {
  padding: 0;
  margin: 0;
  text-align: left;
}
footer .footer_links > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_links > li {
  margin: 10px 0;
}
footer .footer_links > li:first-child {
  margin-top: 0;
}
footer .footer_contact {
  display: inline-block;
  padding: 20px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s linear, color 0.3s linear;
  color: #EEE;
  background-color: #8856b7;
  outline: none;
  border: 0 none;
  width: 100%;
  display: block;
}
footer .footer_contact:hover {
  color: #FFF;
  background-color: #b38fd1;
}
footer .footer_newsletter {
  margin-top: 20px;
}
footer .footer_newsletter > input {
  width: 100%;
  display: block;
}
footer .footer_newsletter > input[type="email"] {
  background-color: #a0a1b8;
  border: none;
  border-radius: 2px;
  color: #dddddd;
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
  padding: 10px;
}
footer .footer_newsletter > input[type="submit"] {
  display: inline-block;
  padding: 20px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s linear, color 0.3s linear;
  color: #EEE;
  background-color: #8856b7;
  outline: none;
  border: 0 none;
}
footer .footer_newsletter > input[type="submit"]:hover {
  color: #FFF;
  background-color: #b38fd1;
}
@media (min-width: calc(449px + 1px)) and (max-width: 767px) {
  footer .footer_parts > li:nth-child(1),
  footer .footer_parts > li:nth-child(2) {
    width: 49.5%;
  }
  footer .footer_parts > li:nth-child(3) {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  footer .footer_parts_logo div {
    font-size: 3vw;
  }
}
@media (max-width: 449px) {
  footer .footer_links {
    text-align: center;
  }
  footer .footer_parts > li {
    float: none;
    clear: both;
    width: 100%;
  }
  footer .footer_parts > li + li {
    margin-top: 40px;
  }
  footer .footer_parts_logo {
    text-align: center;
  }
  footer .footer_parts_logo a,
  footer .footer_parts_logo img {
    margin: 0 auto;
  }
  footer .footer_parts_logo div {
    font-size: 6vw;
  }
}
.msgbox_success,
.msgbox_error {
  display: block;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.msgbox_success {
  background-color: rgba(0, 255, 0, 0.1);
}
.msgbox_error {
  background-color: rgba(255, 0, 0, 0.1);
}
.guides_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guides_list_item {
  margin-bottom: 10px;
  border: 1px solid grey;
  padding: 20px;
  border-radius: 5px;
}
.guides_list_item_caption {
  font-size: 1.5rem;
  margin-top: 0;
}
.guides_list_item_content {
  margin-top: 10px;
}
