﻿html,
body {
  background-color: transparent;
  font-family: "Roboto";
  overflow-y: inherit !important;
  overflow-x: hidden;
  position: relative;
}
body {
  color: #333;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.f100 {
  font-weight: 100;
}
.header-container {
  background-color: #64a7b5;
  background-image: url("/Images/header_background_verylarge.png");
  background-position: 4% 32%;
  background-repeat: inherit;
  box-shadow: none;
  color: #ffffff;
  display: block;
  padding-bottom: 1%;
  padding-top: 2%;
  position: relative;
  z-index: 1;
}
.header-container .title {
  color: #ffffff;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 80%;
}
.body-container {
  padding-top: 0.5em;
  width: 100%;
  display: block;
  min-width: 300px;
  background-color: #00b1c0;
}
.section {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.section .title {
  color: white;
  font-size: 1.2em;
  margin-top: 1.2em;
}
.section .text {
  color: white;
  padding-top: 0.3em;
  text-align: justify;
}
.section .text a {
  color: #00aeef;
  text-decoration: underline;
}
.form-wrapper {
  background-color: #5fbfd5;
  border: 2px solid #fff;
  border-radius: 20px 0 20px 20px;
  margin: 1.2em 0;
  max-width: 575px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  line-height: 2.3em;
  min-height: 2.3em;
  padding-left: 0.5em;
  width: 100%;
}
.request-reset-window {
  border: 2px solid;
  border-radius: 20px 0 20px 20px;
  box-sizing: border-box;
  margin-top: 60px;
  max-width: 532px;
  padding: 1.1em 2.7em;
}
.request-reset-window ul {
  list-style: outside none none;
  padding: 0;
}
.request-reset-window li {
  padding: 0 0 3px;
}
.request-reset-window ul.bullet-list {
  list-style: inside none disc;
}
.login-header .header-title > h1 {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  height: 100%;
  margin-top: -53px;
  margin-left: 107px;
  text-align: center;
}
.login-header .header-title > h1 > span {
  font-weight: 200;
}
.login-header .header-btns {
  float: right;
  padding-right: 4%;
}
.login-header .header-btns > h2 {
  float: right;
  font-size: 1.3em;
  font-weight: 400;
  margin-right: 45px;
  margin-top: 9px;
  height: 30px;
  padding-top: 8px;
  overflow: hidden;
}
.login-header .header-btns > h2:first-child {
  padding-right: 20px;
}
.login-header .header-btns > h2.about-btn {
  border-bottom: solid 1px white;
}
.login-header .header-btns .button-spacing {
  margin-right: -30px;
}
.login-header .header-btns .button-spacing > a {
  border: thin solid;
  border-radius: 6px;
  padding: 6px 16px;
}
.login-header .header-btns > h2 a {
  color: #fff;
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 200;
}
.login-header .header-title .header-logo {
  height: 68px;
  margin-right: -135px;
  margin-top: -7px;
}
.login-header .header-title {
  display: inline-block;
  padding-left: 6%;
  margin-left: -32px;
}
.login-header {
  background-color: rgba(0, 0, 0, 0.2);
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5500;
}
@media (max-width: 1024px) {
  .header-container .title {
    font-size: 2.4em;
  }
}
@media (max-width: 800px) {
  .header-container .title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 850px) {
  .login-header .header-title > h1 {
    display: none;
  }
  .login-header .header-title {
    display: inline-block;
    padding-left: 3%;
    margin-left: -32px;
    float: left;
  }
  .login-header .header-btns {
    float: left;
    margin-right: -8%;
  }
  .login-header .header-btns .button-spacing {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .request-account-btn {
    display: none;
  }
}
.body-container .section .text {
  padding-bottom: 1em;
}
.section.top-section {
  overflow: hidden;
  padding-top: 120px;
}
.section {
  width: 90%;
}
.section h2 {
  color: white;
  font-size: 20px;
  margin-top: 25px;
}
.section p strong,
.section ul strong {
  font-weight: 600;
}
.section p,
.section ul {
  color: white;
  padding-top: 0.3em;
  text-align: justify;
}
.section p a,
.section ul a {
  color: white;
  text-decoration: underline;
}
.content-container {
  max-width: 1150px;
  margin: 0 auto;
}
.privacy-policy-container p {
  clear: both;
  font-size: 16px;
  text-align: justify;
}
.privacy-policy-container h2 {
  padding-top: 8px;
  font-weight: 600;
  padding-bottom: 2px;
}
.terms-and-conditions-container p {
  clear: both;
  font-size: 16px;
  text-align: justify;
}
.terms-and-conditions-container h2 {
  padding-top: 8px;
  font-weight: 600;
  padding-bottom: 2px;
}
.login-header .header-title > a {
  pointer-events: all;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/*About Page Styles*/
.image-large {
  max-width: 1200px;
  width: 90%;
  display: block;
  margin: 0 auto;
  opacity: 0.9;
}
ul.modules {
  list-style: none;
  padding-bottom: 1%;
  margin-left: 0;
  padding-left: 0;
  max-width: 1400px;
  margin: 0 auto;
}
ul.modules .module .text,
ul.modules .module .title {
  clear: both;
  font-size: 19px;
  padding-bottom: 20px;
  padding-left: 6px;
  padding-top: 13px;
  text-align: justify;
}
u.modules .module .text {
  font-size: 1em;
  padding-top: 0px;
}
ul.modules .module .title {
  padding-top: 8px;
  font-weight: 600;
  padding-bottom: 2px;
}
.body-container .section .text {
  padding-bottom: 1em;
}
.section.image-section {
  width: 100%;
  background-image: url(/Images/module-overview-background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 11vw;
  padding-top: 200px;
  margin-top: 50px;
}
.section.image-section .title {
  color: white;
  font-size: 32px;
  margin-top: -70px;
  margin-bottom: 5vw;
  text-align: center;
  width: 100%;
}
.section.module-section {
  width: 90%;
}
.content-container {
  max-width: 1150px;
  margin: 0 auto;
}
.link-pointer {
  cursor: pointer;
}
.no-pointer-event {
  pointer-events: none;
}