@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap");
.title {
  font-size: 50px;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 40px;
  }
}

a.link {
  text-decoration: underline;
  font-style: italic;
}

h1, h2, h3, h4 {
  font-family: "Raleway", sans-serif;
}

P {
  margin: 30px 0;
}

.button {
  letter-spacing: 1px;
  text-decoration: none;
  max-width: 193px;
  padding: 3px 25px;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  background-color: #1e354c;
  border: 1px solid white;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-out;
}

.button:hover {
  opacity: 1;
}

.btn-sm {
  padding: 12px;
}

input {
  border: 1px solid white;
  padding: 2px 10px;
  display: block;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-top: 5px;
  background: #1e354c;
  caret-color: white;
  color: white;
  text-indent: 5px;
}

input::placeholder {
  font-size: 22px;
  color: white;
  letter-spacing: 1px;
}

input:focus {
  outline: none;
}

.note-wrap {
  padding-top: 30px;
}

.note-wrap p {
  padding: 0 !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  color: white !important;
  margin-bottom: 10px;
}

.dropdown-menu {
  top: 93%;
}

.dropdown-menu.open {
  background: #ff671b !important;
  border: 1px solid;
  border-radius: 0;
  padding: 0;
}

.dropdown-menu.open .inner {
  background: #ff671b !important;
  color: white;
}

.bootstrap-select .dropdown-menu li a {
  background: #ff671b;
  color: white;
  border-bottom: 1px solid white;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
}

#submit_form {
  max-width: 150px;
}

#submit_form:hover {
  opacity: 0.7;
}

.jpi-link {
  color: white;
  font-size: 21px;
  border: 1px solid white;
  padding: 10px;
  position: relative;
  top: 10px;
  text-decoration: none;
  transition: all .3s ease-out;
}

.jpi-link:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}

.jpi-link:focus {
  outline: none;
  color: white;
  text-decoration: none;
}

.bootstrap-select .dropdown-menu li:nth-child(3) a {
  border-bottom: none !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: white;
  color: #ff671b !important;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  outline: none;
  font-size: 22px;
}

.btn-default {
  border-color: white;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background: #1e354c;
  border: 1px solid white;
  border-radius: 0;
}

.btn-default.active:hover, .btn-default.active:active, .btn-default.active:focus, .btn-default:active:hover, .btn-default:active:active, .btn-default:active:focus, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:active, .open > .dropdown-toggle.btn-default:focus {
  background: #1e354c;
  border: 1px solid white;
  border-radius: 0;
  outline: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-indent: 5px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner:focus {
  outline: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
  border-radius: 0;
  color: white;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):hover, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):active, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):focus {
  background: #1e354c;
  border-radius: 0;
  outline: none;
}

.bootstrap-select {
  width: 100% i !important;
  display: block;
  margin-top: 5px;
}

.bootstrap-select .dropdown-toggle {
  background: #1e354c;
  color: white;
  padding: 2px 10px;
  border-radius: 0;
}

.bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
  background: #1e354c;
  border-radius: 0;
  border: 1px solid white;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.txt-red {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.mt-30 {
  margin-top: 30px;
}

#header {
  position: relative;
  background: #06192E;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

#header .footer-span {
  font-family: "Raleway", sans-serif;
  padding-top: 20px;
  font-size: 16px;
  display: block;
}

.text-wrap {
  max-width: 400px;
  margin: 0 auto;
}

.text-wrap p {
  letter-spacing: 1px;
  font-size: 20px;
  padding: 0px 30px;
  margin: 10px 0px;
  color: #000000;
  font-weight: 700;
}

.form-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 30px;
  color: #ffffff;
}

.form-wrapper form {
  position: relative;
  max-width: 500px;
  margin: auto;
}

.form-wrapper form h3 {
  margin-bottom: 30px;
}

.form-wrapper .logo {
  width: 200px;
}

.form-wrapper h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: 1px;
  padding-bottom: 15px;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

p {
  font-family: "Raleway", sans-serif;
}

body {
  background-color: var(--dark);
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 19px;
  user-select: none;
  margin-top: 15px;
  text-align: left;
  font-weight: 300;
}

.custom-checkbox a {
  color: #009487;
}

.custom-checkbox a:hover {
  color: #009487;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #009487;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 10px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#asset-wrapper {
  display: none;
}

#response_message {
  padding: 0;
  margin-top: 15px;
  position: absolute;
  left: 0;
  right: 0;
}
/*# sourceMappingURL=style.min.css.map */