/*********************
BREAKPOINTS
*********************/
.ContactFormWell {
  margin-top: 2.5rem !important;
}
.ContactFormWell .g-recaptcha {
  margin-top: 1.25rem;
}
.ContactFormWell .g-recaptcha div {
  width: 300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ContactFormWell label {
  display: none;
}
.ContactFormWell div.text {
  margin-bottom: 0.8333333333rem;
}
.ContactFormWell div.checkboxset, .ContactFormWell div.checkbox, .ContactFormWell div.dropdown, .ContactFormWell div.optionset {
  margin: 2.5rem 0 2.5rem 0 !important;
}
.ContactFormWell .message {
  text-align: center;
  padding: 0.8333333333rem;
  margin-bottom: 0.8333333333rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ContactFormWell .message.good {
  background-color: #e3f0e3;
}
.ContactFormWell .message.validation {
  background-color: #edd7dc;
}
.ContactFormWell form input.text, .ContactFormWell form textarea {
  width: 100%;
  font-size: 1em;
  font-weight: 300 !important;
  border: none;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: var(--white);
  color: var(--dark-dark);
}
.ContactFormWell form input[required=required], .ContactFormWell form textarea[required=required] {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjkgMzI0LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyOSAzMjQuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNDOTAwMDA7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNzcuMSwzMS41bC04OCwxMTUuOHYxLjlMMzI5LDEzMC43djYzTDE4OSwxNzd2MS45TDI3OCwyOTBsLTU4LjQsMzMuNEwxNjQsMTkzLjdoLTEuOWwtNjAuMiwxMzAuN0w0OS4xLDI5MQoJCWw4OC0xMTN2LTEuOUwwLDE5My43di02M2wxMzYuMiwxNy42di0xLjlsLTg3LjEtMTEzbDU2LjUtMzIuNGw1Ny41LDEyOC44aDEuOEwyMjEuNSwwTDI3Ny4xLDMxLjV6Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-position: 12px 30px;
  background-repeat: no-repeat;
  background-size: 30%;
  background-size: 5px 5px !important;
  -webkit-background-size: 5px 5px !important;
  -moz-background-size: 5px 5px !important;
  -o-background-size: 5px 5px !important;
  transition: all 0.2s linear;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ContactFormWell form input[required=required]:active, .ContactFormWell form input[required=required]:focus, .ContactFormWell form input[required=required]:active, .ContactFormWell form textarea[required=required]:active, .ContactFormWell form textarea[required=required]:focus, .ContactFormWell form textarea[required=required]:active {
  background-image: none;
}
.ContactFormWell form input:active, .ContactFormWell form input:focus, .ContactFormWell form input:hover, .ContactFormWell form textarea:active, .ContactFormWell form textarea:focus, .ContactFormWell form textarea:hover {
  border-color: var(--grey-dark);
}
.ContactFormWell form .checkboxset label.left, .ContactFormWell form .optionset label.left, .ContactFormWell form .dropdown label.left {
  font-weight: 400;
}
.ContactFormWell form .field.checkbox label:before, .ContactFormWell form .field.checkbox label:after {
  margin-top: 2px;
}
.ContactFormWell form .action {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .ContactFormWell form .action {
    margin-bottom: 0;
  }
}
.ContactFormWell form ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.ContactFormWell form ul li {
  margin-bottom: 0.625rem;
  line-height: 1.1em;
}

@keyframes hover-color {
  from {
    border-color: var(--grey-dark);
  }
  to {
    border-color: var(--grey-dark);
  }
}
.radio,
.checkbox {
  display: none;
}

.radio[disabled],
.checkbox[disabled] {
  cursor: not-allowed;
}

.radio + label,
.checkbox + label {
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
  vertical-align: middle;
}

.radio + label:hover:before,
.checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.radio + label:before,
.checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
  border: 1px solid var(--grey-dark);
}

.radio + label:after,
.checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.radio[disabled] + label,
.checkbox[disabled] + label {
  cursor: not-allowed;
  color: var(--dark-dark);
}

.radio[disabled] + label:hover, .radio[disabled] + label:before, .radio[disabled] + label:after,
.checkbox[disabled] + label:hover,
.checkbox[disabled] + label:before,
.checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.radio[disabled] + label:hover:before,
.checkbox[disabled] + label:hover:before {
  border: 1px solid var(--grey-dark);
  animation-name: none;
}

.radio[disabled] + label:before,
.checkbox[disabled] + label:before {
  border-color: var(--grey-dark);
}

.radio:checked + label:before,
.checkbox:checked + label:before {
  animation-name: none;
}

.radio:checked + label:after,
.checkbox:checked + label:after {
  display: block;
}

.radio + label:before {
  border-radius: 50%;
}

.radio + label:after {
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grey-dark);
}

.radio:checked + label:before {
  border: 1px solid var(--grey-dark);
}

.radio:checked[disabled] + label:before {
  border: 1px solid var(--grey-dark);
}

.radio:checked[disabled] + label:after {
  background: var(--grey-dark);
}

.checkbox + label:before {
  border-radius: 2px;
}

.checkbox + label:after {
  top: 3px;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 10px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: var(--white);
  border-top: 0;
  border-left: 0;
}

.checkbox:checked + label:before {
  border: var(--grey-dark);
  background: var(--grey-dark);
}
