﻿@charset "utf-8";
/* CSS Document */
/* helpers/align.css */
#testDiv {
  display: none;
  font-size: 10vw;
}
/*html {
  -webkit-text-size-adjust: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin: 0;
}*/
body {
  margin: 0;
  background-color: #eaeaea;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}
#Headers {
  display: block;
}
#Header_LoginForm {
  display: block;
}
#LoginFormHeader_mobile	{display: none;}
#Login_Form_Container {
  width: 600px;
  padding-top: 50px;
  margin: 0 auto;
}
#Login_Form {
  margin-top: -6px;
  background-color: #fff;
  padding: 1.5em;
  overflow: auto;
}
#resetPW_mobile {
  display: none;
}
.cancel	{border: none; width: 100%;}
.align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* helpers/grid.css */
.grid {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
.resetPassword {
  float: left;
  margin-top: 30px;
  color: #42413c;
  text-decoration: underline;
  font-family: Candara;
  font-size: 1.5em;
  line-height: 1.4;
}
.LogInButton {
  font-size: 80%;
  margin: 7px 0;
  background-color: #1dabb8;
  border-radius: 0.25em;
  color: #fff;
  font-weight: 600;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0.75em 1.25em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  text-align: center;
}
input.textbox {
  background-color: #ffffff;
}
/* helpers/icon.css */
.icon {
  display: inline-block;
  height: 1.25em;
  line-height: 1.25em;
  margin-right: 0.625em;
  text-align: center;
  vertical-align: middle;
  width: 1.25em;
}
.icon--info {
  background-color: #e5e5e5;
  border-radius: 50%;
}
/* layout/base.css */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
body {}
/* modules/anchor.css */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #1dabb8;
}
/* modules/form.css */
fieldset {
  border: none;
  margin: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
}
input[type='submit'] {
  cursor: pointer;
}
.form input[type='username'], .form input[type='password'] {
  width: 100%;
}
/* modules/login.css */
.login__header {
  background-color: #046B99;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  color: #fff;
  padding: 1.5em;
  text-align: center;
  width: 600px;
  display: none;
  /*text-transform: uppercase;*/
}
.login__title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
/*.login__body::before {
  background-color: #fff;
  content: '';
  height: 0.5em;
  left: 50%;
  margin-left: -0.25em;
  margin-top: -0.25em;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
}*/
.form__field {
  border: 0.0625em solid #e5e5e5;
  padding: 1em 1.25em;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  background-color: #e9f0f9;
  background-color: #ffffff;
}
.login input[type='username'], .login input[type='password'] {
  border: 0.0625em solid #e5e5e5;
  padding: 1em 1.25em;
}
.login input[type='username'] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.login input[type='password'] {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-top: 0;
}
.login input[type='submit'] {
  background-color: #1dabb8;
  border-radius: 0.25em;
  color: #fff;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0.75em 1.25em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.login input[type='submit']:focus, .login input[type='submit']:hover {
  background-color: #198d98;
}
.login__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.login__footer p {
  margin: 0;
}
.loginInTextBoxDiv {
  width: calc(100% - 240px);
  float: left;
  margin-left: 30px;
}
.loginInButtonDiv {
  float: right;
  width: 150px;
  margin-right: 30px;
}
.resetText {
  color: white;
}
.resetText:hover {
  color: white;
}
/*Media Queries*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
  }
  .mastheadMediaQuery, #LoginHeader, #SystemNofitifaction, #LoginFormHeader {
    display: none;
  }
  #LoginFormHeader_mobile	{display: block; width: 100%; height: auto;}
  #resetPW_mobile {
    display: block;
    margin: 50px;
    font-size: 5vw;
  }
  #Login_Form_Container {
    width: 100%;
    margin-top: 100px;
    padding: 10px 30px;
    border: #fff thin solid;
    border-radius: 100px;
  }
  #resetPasswordDiv {
    display: none;
  }
  /*#container_Form_SignIn {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #000;
  }*/
  .loginInButtonDiv {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
  .loginInTextBoxDiv {
    overflow: auto;
    float: none;
    margin-left: 0px;
    width: 100%;
  }
  .ieTextBox {
    width: 100%;
    font-size: 5vw;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, .05);
  }
  #username {
    margin-top: 50px;
  }
  .form__field {
    width: 100%;
    border: none;
    padding: 0;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    background-color: transparent;
  }
  .LogInButton {
    width: 100%;
    font-size: 5vw;
    margin: 7px 0;
    background-color: #1dabb8;
    border-radius: 0.25em;
    color: #fff;
    font-weight: 600;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0.75em 1.25em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    text-align: center;
  }
	.cancel	{margin: 50px 0}
}

.extendedErrorMessage {
    width: 1100px;
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    #Header_Masthead, #Header_LoginForm	{display: none;}
}