  input,
textarea,
select,
.form-text,
.button,
.form-submit {
  border-radius: 0;
}
input[type=checkbox]:checked + label {
  color: #ac441e;
}
input.form-checkboxes {
  border-bottom-width: 2px;
  border-bottom-color: black;
  border-bottom-style: solid;
  margin-bottom: 12px;
  padding: 12px;
  width: 90%;
}
label.option {
  padding-right: 10px;
  white-space: nowrap;
  font-size: 0.9rem;
  position: relative;
  padding-left: 3px;
  display: inline;
}
label.option:hover {
  background-color: #f6b222;
}
label.option:active {
  background-color: #f6b222;
}
label.form-checkboxes:hover {
  background-color: #f6b222;
}
label.form-checkboxes:active {
  background-color: #f6b222;
}
.form-border {
  border: 1px solid #011E41;
}
.form-text,
.form-email,
.form-tel,
.form-date {
  background-color: white;
  border: 1px solid #011E41;
  padding: 5px;
}
.form-select {
  margin-top: 0 !important;
  margin-bottom: 16px;
}
.button {
  background-color: #011E41;
  color: #FFFFFF;
  padding: 5px 15px;
  border: 1px solid #011E41;
  font-weight: bold;
}
.button:hover {
  border: 1px solid #E65300;
  background-color: #E65300;
}
.button[id*="edit-reset"] {
  background-color: #F2F2F2;
  color: #011E41;
  border: 1px solid #011E41;
}
.button[id*="edit-reset"]:hover {
  border: 1px solid #E65300;
  background: #E65300;
  color: #FFFFFF;
}
select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' stroke='%23001E41'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 50% right 4px;
  background-size: 16px 16px;
  border: 1px solid #011E41;
  background-color: #FFFFFF;
  padding: 5px;
  width: 100%;
}
textarea {
  border: 1px solid #011E41;
  background-color: #FFFFFF;
}
@font-face {
  font-family: GalaxiePolaris;
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Book.eot');
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Book.eot') format('embedded-opentype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Book.woff2') format('woff2'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Book.woff') format('woff'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Book.ttf') format('truetype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GalaxiePolaris;
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Medium.eot');
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Medium.eot') format('embedded-opentype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Medium.woff2') format('woff2'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Medium.woff') format('woff'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Medium.ttf') format('truetype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GalaxiePolaris;
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Bold.eot');
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Bold.eot') format('embedded-opentype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Bold.woff2') format('woff2'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Bold.woff') format('woff'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Bold.ttf') format('truetype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GalaxiePolaris;
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Heavy.eot');
  src: url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Heavy.eot') format('embedded-opentype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Heavy.woff2') format('woff2'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Heavy.woff') format('woff'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Heavy.ttf') format('truetype'), url('/themes/custom/u_pacific/fonts/GalaxiePolaris-Heavy.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
form.webform-submission-form {
  font-family: neuzeit-grotesk, sans-serif;
}
form.webform-submission-form legend {
  margin-bottom: 0rem !important;
}
form.webform-submission-form label:not(.option) {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  font-size: 16px;
}
form.webform-submission-form label:not(.option).form-required::after {
  color: red;
  content: "*";
}
form.webform-submission-form label:not(.option).label-required::after {
  color: red;
  content: "*";
}
form.webform-submission-form label.option:hover {
  background-color: unset;
  cursor: pointer;
}
form.webform-submission-form label:not(.option),
form.webform-submission-form input:not([type="checkbox"]):not([type="radio"]),
form.webform-submission-form textarea {
  display: block;
  width: 100%;
}
form.webform-submission-form input::placeholder,
form.webform-submission-form select::placeholder {
  font-size: 14px;
}
form.webform-submission-form .form-text,
form.webform-submission-form .form-email,
form.webform-submission-form .form-tel,
form.webform-submission-form .form-date,
form.webform-submission-form .form-select {
  margin-top: 0 !important;
  margin-bottom: 0px;
}
form.webform-submission-form .form-item {
  margin-bottom: 16px;
}
form.webform-submission-form .form-item .description {
  font-size: 14px;
}
form.webform-submission-form .js-form-type-checkbox,
form.webform-submission-form .js-form-type-radio {
  margin-bottom: 0;
}
form.webform-submission-form .form-actions {
  margin-top: 1rem;
}
form.webform-submission-form .form-actions #edit-captcha div {
  margin-bottom: 1rem;
}
form.webform-submission-form .form-actions input {
  color: #011E41;
  background-color: #F4B223;
  border: 1px solid #F4B223;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  transition: all 0.2s;
}
form.webform-submission-form .form-actions input:hover {
  color: #fff;
  background-color: #011E41;
  border: 1px solid #011E41;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  form.webform-submission-form .webform-flexbox {
    margin: 0em -0.5em !important;
  }
}
form.webform-submission-form .form-row > [class*="col"] {
  padding-right: 5px;
  padding-left: 5px;
}
form.webform-submission-form .subscribe-button {
  width: 150px;
}
form.webform-submission-form .form-disabled input {
  background-color: #F2F2F2;
}
.webform-confirmation-modal {
  font-family: 'neuzeit-grotesk';
  padding: 0px;
  border: none !important;
  border-radius: 0px !important;
}
.webform-confirmation-modal .ui-dialog-titlebar {
  border: none !important;
  border-radius: 0px !important;
  background-color: #011E41;
  color: #FFFFFF;
}
.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 0px;
  border-radius: 0px !important;
  background-color: #F2F2F2;
}
.webform-content {
  width: 100%;
}
