﻿@import url("/assets/fonts/LibreBaskerville/LibreBaskerville.css");
@import url("/assets/fonts/Material Icons/Material Icons.css");
@import url("/assets/fonts/UniversLTPro/UniversLTPro.css");
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-thumb {
  background: #ACACAC;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

::-webkit-scrollbar-track {
  /*background: $background-color;*/
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

body {
  scrollbar-face-color: #ACACAC;
  scrollbar-track-color: #d6d6d6; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  margin: 0px; }

button,
.button {
  background-color: #000F9F;
  color: white;
  width: 100%;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  padding: 0.6rem; }
  button:hover,
  .button:hover {
    background-color: #061dff; }
  button:focus,
  .button:focus {
    background-color: #061dff; }
  button a,
  .button a {
    background-color: #3b536b;
    border: none;
    font-size: 14px; }
  button-secondary,
  .button-secondary {
    background-color: #FFFFFF;
    border: 1px solid #000F9F;
    color: #000F9F; }
    button-secondary:hover,
    .button-secondary:hover {
      background-color: #000F9F;
      color: #FFFFFF; }

.button[disabled], .button[disabled]:hover, .button[disabled]:focus,
.button.disabled, .button.disabled:hover, .button.disabled:focus,
.button.inactive, .button.inactive:hover, .button.inactive:focus {
  background-color: #ccc;
  color: #919191; }

a {
  color: #000F9F;
  font-family: "UniverseLTPro-Roman", Arial, sans-serif;
  font-weight: 300;
  text-decoration: none; }

a.button {
  width: 100%;
  background-color: #000F9F;
  border: none;
  font-size: 0.8rem; }
  a.button:hover {
    background-color: #061dff; }
  a.button-secondary {
    color: #000F9F;
    background-color: #FFFFFF;
    border: 1px solid #000F9F; }
    a.button-secondary:hover {
      background-color: #000F9F;
      color: #FFFFFF; }
  a.button.unlock-icon, a.button.lock-icon {
    height: 35px;
    width: 45px;
    border-radius: 0;
    border-left: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    padding-top: 5px;
    font-size: 20px; }
    a.button.unlock-icon:hover, a.button.lock-icon:hover {
      background: transparent;
      text-decoration: none; }
  a.button.unlock-icon {
    color: #8D8D8D; }
    a.button.unlock-icon:hover {
      color: goldenrod; }
  a.button.lock-icon {
    color: goldenrod; }
    a.button.lock-icon:hover {
      color: #e4b849; }

.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page h1 {
  margin: 20px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

p {
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 0.8rem;
  margin: 0 0 5px;
  margin-bottom: 0;
  line-height: 1.6; }

.center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important; }

.login-container {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

.login-body {
  -ms-background-size: cover;
  background-color: #FFFFFF;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)), url("../assets/images/photo-splash.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  vertical-align: middle; }

.login-card {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 440px;
  width: calc(100% - 40px);
  padding: 44px;
  margin-bottom: 28px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 320px;
  min-height: 338px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap; }

.login-logo {
  margin-bottom: 1rem;
  display: block;
  max-height: 70px;
  padding-bottom: 25px; }

.login-divider {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  margin: 2rem 0 1rem 0; }
  .login-divider hr {
    width: 100%;
    border: solid #ACACAC;
    border-width: 1px 0 0;
    clear: both;
    margin: 8px 0;
    height: 0; }
  .login-divider-text {
    padding: 0 1rem;
    color: #ACACAC; }

.login-form--internal, .login-form--external, .login-form--alternate {
  width: 300px;
  align-self: center;
  margin: 0; }
  .login-form--internal label, .login-form--external label, .login-form--alternate label {
    text-align: center; }

.login-form--external {
  -webkit-transition: max-height .5s;
  -moz-transition: max-height .5s;
  -ms-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  overflow: hidden;
  max-height: 0;
  margin: 0; }
  .login-form--external.show {
    max-height: 300px; }
  .login-form--external #login-email,
  .login-form--external #login-password {
    margin-bottom: 0; }
  .login-form--external .field-validation-error {
    color: #dd1b41;
    font-size: 0.8rem;
    line-height: 2; }

.login-btn--alternate {
  opacity: 1;
  visibility: visible;
  width: 100%;
  border: 1px solid #000F9F;
  background-color: transparent;
  color: #000F9F;
  text-transform: capitalize;
  letter-spacing: 0.095em; }
  .login-btn--alternate.hide {
    opacity: 0;
    visibility: hidden; }

.login-btn--azuread {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.6rem;
  letter-spacing: 0.095em;
  text-transform: capitalize; }

.login-btn--external {
  width: 100%;
  border: 1px solid #000F9F;
  background-color: white;
  color: #000F9F;
  font-size: 0.8rem;
  letter-spacing: 0.095em;
  text-transform: capitalize;
  cursor: pointer; }

.login-btn--alternate:hover, .login-btn--external:hover {
  color: #FFFFFF; }

.login-password-reset {
  width: 100%;
  text-align: center;
  margin-top: 1rem; }
  .login-password-reset a {
    font-size: 0.8rem;
    line-height: 2; }
  .login-password-reset:hover {
    text-decoration: underline; }

.login-return {
  margin-top: 2rem;
  font-size: 0.8rem; }
  .login-return:hover {
    text-decoration: underline; }

.password-reset-icon {
  text-align: center;
  font-size: 5rem; }

.validation-summary-errors {
  color: red;
  padding-top: 10px; }

.validation-summary-valid ul,
.validation-summary-erros ul {
  margin: 0; }

input[type=text],
input[type=password],
input[type=email] {
  font-size: 0.8rem;
  color: #000000;
  height: 32px;
  padding: 0.25rem;
  border-radius: 0;
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }

input[type="submit"], input[type="button"] {
  background-color: #000F9F;
  border: none;
  border-color: initial;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
  margin-right: 10px; }
  input[type="submit"]:first-of-type, input[type="button"]:first-of-type {
    margin-right: 0; }
  input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #061dff;
    color: #FFFFFF; }
  input[type="submit"]:focus, input[type="button"]:focus {
    background-color: #061dff;
    color: #FFFFFF; }

.hide {
  display: none; }

label {
  color: #515151;
  display: block;
  cursor: default;
  font-family: "UniversLTPro-Roman", Arial, serif;
  font-size: 0.8rem;
  font-weight: bold; }
