@font-face {
  font-family: "Bebas Neue";
  src: url("/Fonts/bebasneue-webfont.eot");
  src: url("/Fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/bebasneue-webfont.woff") format("woff"), url("/Fonts/bebasneue-webfont.ttf") format("truetype"), url("/Fonts/bebasneue-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body, html, form {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

input[type=text], input[type=password] {
  max-width: unset;
  font-size: unset;
  font-family: unset;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

a {
  color: #4b8596;
  text-decoration: none;
}

.IconV1 {
  font-size: 148px;
  color: #4b8596;
}

a:hover {
  color: #4b8596;
  text-decoration: none;
}

.page_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr 500px 1fr;
  grid-template-columns: 500px 1fr 500px 1fr;
  -ms-grid-rows: 90px auto auto 90px;
  grid-template-rows: 90px auto auto 90px;
  min-height: 100%;
}

.page_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.page_container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.page_container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.page_container > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.page_container > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.page_container > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.page_container > *:nth-child(13) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(15) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.page_container > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

.pageheader_container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
  background-color: #303030;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  min-width: 500px;
  max-width: 500px;
}

.contentwidth_container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: white;
  color: #303030;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 90px;
  grid-template-rows: 90px;
  max-height: 150px;
}

.content_container {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background-color: white;
  color: #303030;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  min-width: 375px;
  max-width: 500px;
}

.contentwidthfooter_container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  background-color: white;
  color: #303030;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 90px;
  grid-template-rows: 90px;
}

.header_logo {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column-align: left;
      justify-self: left;
  -ms-grid-row-align: center;
      align-self: center;
  padding: 20px 20px;
  font-family: "Bebas Neue";
  letter-spacing: 3px;
  font-size: 28px;
}

.header_logo_subtext {
  padding-top: 20px;
  font-size: 14px;
}

.header_copyright {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column-align: left;
      justify-self: left;
  -ms-grid-row-align: end;
      align-self: end;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.login_signup_link {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding-top: 20px;
  padding-right: 20px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  -ms-grid-column-align: right;
      justify-self: right;
  -ms-grid-row-align: start;
      align-self: start;
}

.login_form {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  min-width: 375px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 4fr 1fr;
}

.error_form {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  min-width: 375px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 4fr 1fr;
  padding-top: 40px;
}

.register_form {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  min-width: 375px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 4fr 1fr;
}

.footer_copyright {
  display: none;
  /*grid-row: 3/4;*/
  -ms-grid-column-align: left;
      justify-self: left;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.form_header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  font-family: "Bebas Neue";
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 4px;
  text-align: center;
}

.form_header_legacy {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  font-family: "Bebas Neue";
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 4px;
  text-align: center;
}

.form_header_subtext {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 80px;
}

.form_input_item, .form_input_item_left {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  margin-bottom: 30px;
  text-align: center;
}

.form_input_item_left {
  text-align: left;
}

.MessageBox_Blue {
  border: 4px solid #708090;
  padding: 20px;
  color: #708090;
}

.form_input_error {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  margin-bottom: 30px;
  text-align: center;
  color: red;
  font-size: 12px;
}

.form_input_item input[type=text],
.form_input_item input[type=email],
.form_input_item input[type=tel],
.form_input_item input[type=password],
.form_input_item textarea {
  background-color: #f3f6f9;
  color: #303030;
  border: 1px solid #e5eaee;
  border-radius: 0.42rem;
  padding: 14px;
  width: 370px;
}

.s7 textarea {
  height: 180px;
}

.form_input_item select {
  background-color: #f3f6f9;
  color: #303030;
  border: 1px solid #e5eaee;
  border-radius: 0.42rem;
  padding: 14px;
  width: 400px;
}

.form_input_item_left label {
  font-size: 14px;
  padding-left: 12px;
}

.forgot_password_link {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-align: center;
  margin-top: 12px;
}

.login_button {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: center;
  margin: 14px 0;
  -ms-grid-column-align: right;
      justify-self: right;
}

.goto {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
  margin: 80px 0;
  -ms-grid-column-align: center;
      justify-self: center;
}

.register_button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
  margin: 14px 0;
  -ms-grid-column-align: right;
      justify-self: right;
  margin-bottom: 40px;
}

.resetpassword_button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
  margin: 14px 0;
  -ms-grid-column-align: right;
      justify-self: right;
}

.login_button a, .register_button a, .resetpassword_button a, .goto a {
  background-color: #4b8596;
  color: white;
  border: 1px solid #e5eaee;
  border-radius: 0.42rem;
  padding: 14px;
  white-space: nowrap;
}

div.terms {
  width: 385px;
  height: 300px;
  border: 1px solid #ccc;
  background: #f3f6f9;
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  padding: 6px;
  overflow: auto;
  white-space: normal;
}

@media screen and (max-width: 1000px) {
  .page_container {
    -ms-grid-columns: 1fr 500px 1fr;
    grid-template-columns: 1fr 500px 1fr;
    -ms-grid-rows: 150px 90px auto auto auto 90px;
    grid-template-rows: 150px 90px auto auto auto 90px;
  }
  .page_container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(17) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(18) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }

  .pageheader_container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    min-width: 500px;
    max-width: unset;
  }

  .contentwidth_container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-height: 60px;
  }

  .content_container {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }

  .form_header_subtext {
    margin-bottom: 30px;
  }

  .contentwidthfooter_container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
  }

  .header_copyright {
    display: none;
  }

  .footer_copyright {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (max-width: 515px) {
  .page_container {
    -ms-grid-columns: 1fr 360px 1fr;
    grid-template-columns: 1fr 360px 1fr;
    -ms-grid-rows: 190px 140px auto auto auto 50px;
    grid-template-rows: 190px 140px auto auto auto 50px;
  }
  .page_container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .page_container > *:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .page_container > *:nth-child(17) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .page_container > *:nth-child(18) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }

  .pageheader_container {
    min-width: 360px;
    max-width: unset;
  }

  .content_container {
    min-width: 360px;
  }

  .login_form {
    min-width: 360px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 4fr 1fr;
  }

  .error_form {
    min-width: 360px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 4fr 1fr;
  }

  .form_input_item input[type=text],
.form_input_item input[type=email],
.form_input_item input[type=tel],
.form_input_item input[type=password],
.form_input_item textarea {
    background-color: #f3f6f9;
    color: #303030;
    border: 1px solid #e5eaee;
    border-radius: 0.42rem;
    padding: 14px;
    width: 258px;
  }

  .form_input_item select {
    background-color: #f3f6f9;
    color: #303030;
    border: 1px solid #e5eaee;
    border-radius: 0.42rem;
    padding: 14px;
    width: 290px;
  }

  .s7 textarea {
    height: 180px;
    /*width: 290px;
    height: 180px;
    padding: 20px;*/
  }

  div.terms {
    width: 275px;
    height: 300px;
    border: 1px solid #ccc;
    background: #f3f6f9;
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    padding: 6px;
    overflow: auto;
    white-space: normal;
  }
}