html,
body {
    height: 100%;
}

body {
    background-image: url('/resources/images/shimmer.gif');
    background-repeat: repeat-y;
    background-position: -96px 58px;
}

a {
    color: #0A3039;
    text-decoration: none;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

a:hover,
a:focus,
.nav-link:hover,
.nav-link:focus {
    color: #007FAD;
    text-decoration: underline;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100;
}

@media (min-width: 768px) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.navbar-toggler {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.navbar-toggler .nav-label {
    margin-right: 12px;
}


.navbar-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 140px 25px 0;
    background-color: #fff;
    background-image: url('/resources/images/menu-pattern.png');
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 10;
}

.navbar .navbar-brand {
    max-width: 160px;
}

.navbar-toggler {
    padding: 22px 20px;
    border: none;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 40px;
    height: 34px;
}

.no-transition {
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
}

.navbar-welcome {
    display: none;
}

.nav-separator {
    width: 250px;
    height: 1px;
    background-color: #08303A25;
    margin: 15px 0 10px;
}

@media (min-width: 992px) {
    body {
        background-position: 0 58px;
    }

    .navbar-toggler {
        padding: 28px 25px;
    }

    .navbar-nav {
        padding: 190px 50px 0;
    }

    .navbar .navbar-brand {
        max-width: 228px;
    }

    .navbar-toggler-icon {
        width: 58px;
        height: 42px;
    }

    .navbar-welcome {
        display: inline-block;
        margin-top: 1.5rem;
    }
}

.auth-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.auth-container-form {
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: auto;
}

.auth-logo {
  text-align: center;
}

.auth-form {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.interior-content {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .interior-content {
        padding-top: 40px;
    }
}

.main-footer {
    padding-top: 40px;
}

.form-control {
    border: 1px solid #08303A;
}

.contact-form .row,
.pre-auth-form .row {
    margin-bottom: 40px;
}

.pre-auth-form table {
    width: 100%;
}

.pre-auth-form td:nth-child(1) {
    width: 80%;
}

.pre-auth-form td:nth-child(2),
.pre-auth-form td:nth-child(3) {
    width: 10%;
}

.pre-auth-form td:nth-child(2),
.pre-auth-form td:nth-child(3) {
    text-align: center;
}

.pre-auth-form td:nth-child(2) input,
.pre-auth-form td:nth-child(3) input {
    margin-left: -0.25rem;
}

#signArea {
    border: 1px solid #08303A;
}

#map {
    height: 300px;
}

@media (min-width: 768px) {
    #map {
        height: 500px;
    }
}

.select-district {
    font-size: 1.5rem;
    font-weight: bold;
}

.district-list {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .district-list {
        width: 50%;
    }
}

.callout-box {
    margin-top: 0;
    padding: 0;
}

.location-card {
  cursor: pointer;
}

.location-card.active {
    border: 4px solid #47BFAF;
}

.email-override-input,
.form-error {
    padding: 40px;
    background-color: #99000025;
}

.prior-auth-forms li {
    margin-top  : 10px;
}

.wysiwyg {
}

.wysiwyg h2 {
}

.wysiwyg h3,
.wysiwyg h4 {
    margin-top: 1.1em;
    margin-bottom: 0.5rem;
}

.wysiwyg #answers.faqs {
    margin-top: 3em;
    padding-top: 1.5em;
    border-top: 1px solid #08303A25;
}

.wysiwyg #answers.faqs [id^="answer"] {
    padding-top: 1.1em;
}

.wysiwyg #answers.faqs h3 {
    margin-top: .25em;
}

.wysiwyg ul,
.wysiwyg ol {
}

.is-disabled,
.is-disabled:hover {
    color: #212529;
    background-color: #47BFAF;
    border-color: #47BFAF;
    opacity: 0.65;
    box-shadow: none;
    cursor: not-allowed;
}

body.form-submitting {
    overflow: hidden;
}

.loading-overlay {
    display: none;
}

body.form-submitting .loading-overlay {
    display: block;
}

.loading-overlay {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,.75);
    z-index: 100000;
}

.sk-fading-circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50vh;
  left: 50vw;
  margin: auto;
  transform: translate(-50%, -50%);
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 14%;
  height: 14%;
  background-color: #212529;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
