#loaderWrap {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40001;
}
#loaderWrap .loaderOverlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40001;
}
#loaderWrap .vertical-offset {
  z-index: 40002;
}
#loaderWrap .vertical-offset .loaderBox {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#loaderWrap .vertical-offset .loaderBox .loader {
  margin: auto;
  border: 20px solid #204285;
  border-radius: 50%;
  border-top: 20px solid #eaf0f6;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
  color: #802782;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
  color: #802782;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1.5px solid #802782;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
  background-color: #204285;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: arial, helvetica, sans-serif;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 20px 11px;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover {
  background-color: rgba(32, 66, 133, .85);
  box-shadow: 7px 7px 3px #919d9d;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button:active {
  background-color: rgba(32, 66, 133, .85);
  box-shadow: 3px 3px 3px #919d9d;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}

#content {
  padding: 20px;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px #dddddd;
  border-radius: 4px;
}
#content a {
  color: #204285;
  text-decoration: underline;
}
#content a:hover {
  color: rgba(32, 66, 133, .85);
}
#content .error {
  color: #cc0000;
  font-style: italic;
  padding: 1px;
}
#content a.landingButton {
  background-color: #204285;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: arial, helvetica, sans-serif;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
  font-size: 22px;
  height: 120px;
}
#content a.landingButton:hover {
  background-color: rgba(32, 66, 133, .85);
  box-shadow: 7px 7px 3px #919d9d;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
#content a.landingButton:active {
  background-color: rgba(32, 66, 133, .85);
  box-shadow: 3px 3px 3px #919d9d;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}
#content a.landingButton span.smaller {
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 16px;
}

/* NAV overrides */
.nav-item {
  width: 50%;
}
.nav-item a {
  background-color: #802782;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: 1px;
}
.nav-item a:hover {
  background-color: rgba(128, 39, 130, .85);
}

.nav-mobile {
  background-color: #802782;
}

#PID_REGISTRATIONS {
  background-color: #802782;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: arial, helvetica, sans-serif;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  background-color: #802782 !important;
}
#PID_REGISTRATIONS:hover {
  background-color: rgba(128, 39, 130, .85);
  box-shadow: 7px 7px 3px #919d9d;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
#PID_REGISTRATIONS:active {
  background-color: rgba(128, 39, 130, .85);
  box-shadow: 3px 3px 3px #919d9d;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}
#PID_REGISTRATIONS:hover {
  background-color: rgba(128, 39, 130, .85) !important;
}
#PID_REGISTRATIONS:active {
  background-color: rgba(128, 39, 130, .85) !important;
}

#MODIFY_AN_EXISTING_REGISTRATION {
  background-color: #204285;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: arial, helvetica, sans-serif;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  background-color: #132e53 !important;
}
#MODIFY_AN_EXISTING_REGISTRATION:hover {
  background-color: rgba(32, 66, 133, .85);
  box-shadow: 7px 7px 3px #919d9d;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
#MODIFY_AN_EXISTING_REGISTRATION:active {
  background-color: rgba(32, 66, 133, .85);
  box-shadow: 3px 3px 3px #919d9d;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}
#MODIFY_AN_EXISTING_REGISTRATION:hover {
  background-color: rgba(19, 46, 83, .85) !important;
}
#MODIFY_AN_EXISTING_REGISTRATION:active {
  background-color: rgba(19, 46, 83, .85) !important;
}
