/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.sitecore-form form {
  width: 100%;
}

.sitecore-form .row {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.sitecore-form .col {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.sitecore-form .radio-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sitecore-form .radio-button-group__item {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  color: #000;
  padding-left: 3.5rem;
  margin-bottom: 1.2rem;
  /* On mouse-over, add a grey background color */
  /* Hide the browser's default radio button */
}

.sitecore-form .radio-button-group__item:hover input ~ .custom-radio {
  background-color: #ccc;
}

.sitecore-form .radio-button-group__item input[type='radio'] {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}

.sitecore-form .radio-button-group__item input[type='radio']:checked ~ .custom-radio::before {
  border-color: #3A3537;
  background-color: #3A3537;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  border-radius: 9999px;
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 20%;
  margin-top: 20%;
}

.sitecore-form .radio-button-group__item span.custom-radio {
  position: absolute;
  left: 0;
  background-color: #fff;
  border-color: #3A3537;
  border-style: solid;
  border-width: 2px;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  top: -0.3rem;
}

.sitecore-form input.submit-button {
  color: #fff;
  text-align: center;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #004987 !important;
}

.sitecore-form input.submit-button:hover {
  text-decoration: underline;
  border-color: #0E2B4B;
  cursor: pointer;
  background: #0e2b4b !important;
}

.sitecore-form .custom-label {
  color: #000;
  margin-bottom: 1rem;
  font-family: Open Sans;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.18rem;
}

.sitecore-form .select-field-wrapper {
  position: relative;
  width: 100%;
  display: block;
  border-width: 1px;
  border-style: solid;
  height: 5.2rem;
  border-color: #979797;
}

.sitecore-form .select-field-wrapper .select-label {
  position: absolute;
  margin: 0;
  bottom: 6rem;
}

.sitecore-form .select-field-wrapper .icon-down-open-big {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 5.5rem;
  border-left: 1px solid #979797;
  z-index: -1;
}

.sitecore-form .select-field-wrapper .icon-down-open-big::before {
  font-family: FontAwesome;
  font-style: normal;
  color: #000;
  position: absolute;
  top: 30%;
  left: 35%;
  content: '\f078';
}

.sitecore-form select.select-field {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 6.4rem;
  font-family: Open Sans;
  font-size: 1.6rem;
  color: #000;
  left: 0;
  top: 0;
  position: absolute;
  font-weight: 400;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  z-index: 2;
}

.sitecore-form .basic-input {
  position: relative;
  width: 100%;
  display: block;
  border-width: 1px;
  border-style: solid;
  margin-top: 0.7rem;
  height: 5.2rem;
  border-color: #979797;
  background: #EAEBEA !important;
  font-size: 1.6rem !important;
}

.sitecore-form .checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
