/* BASE STYLES */
/* WARNING: THIS FILE IS IMPORTED EVERYWHERE.
   IF THE OTHER FILES ARE NOT CHANGED, 
   THEIR CSS IS NOT AUTOMATICALLY REFRESHED
   (THAT INCLUES THE CHANGES FROM THIS FILE)
   TRY LEAVE IT AS IT IS.
*/
@import "../fonts/CenturyGothic/font-face.css";
@import "../fonts/FontAwesome/font-face.css";
@import "../fonts/GaramondRegular/font-face.css";
@import "../fonts/CenturySchoolbook/font-face.css";
@import "../fonts/Prata/font-face.css";
@import "../fonts/OpenSans/font-face.css";
/* Colors */
/* Typography */
/* Mixins */
/* Responsive Breakpoints */
/* Variables TO USE */
/* Variables used for EDGE CASES ONLY */
/* Form font size */
/* All forms seem to have the @navy color */
form {
  color: #6d6e71;
}
form label {
  color: #231F20;
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
}
/* FORMS */
.form-title {
  margin-bottom: 3rem;
  text-align: center;
}
h1.form-title {
  color: #231F20;
  font-size: 3rem;
  margin: 0 0 3rem;
  text-align: center;
}
h1.form-title + small {
  color: #ccc;
  display: block;
  margin: 1.5rem 0;
  text-align: center;
}
form.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
form > .form-row {
  margin: 0 -1.5rem;
}
form .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, #6D6E71 50%), linear-gradient(135deg, #6D6E71 50%, transparent 50%), linear-gradient(to right, #6D6E71, #6D6E71);
  background-position: calc(100% - 1.55rem) 0.95em, calc(100% - 1.05rem) 0.95em, calc(100% - 1.75em) 0.5em;
  background-size: 0.5rem 0.5rem, 0.5rem 0.5rem, 0.1rem 1.15em;
  background-repeat: no-repeat;
  padding-right: 4rem;
  font-size: 1.6rem;
}
form .form-group select.form-control.financial-field {
  max-width: 60rem;
}
form .form-group select.form-control[disabled] {
  background-color: #F1F2F2;
}
form .form-group.field-useraccountsettings-allnotifications,
form .form-group.field-user-termsofuse {
  margin-bottom: 0px;
}
form label i {
  color: #6d6e71;
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
form label i:hover,
form label i[aria-describedby] {
  color: #1c75bc;
}
form label:empty {
  display: none;
}
form h5 {
  margin: 1.5rem 0;
}
form h5 strong {
  font-size: 1.5rem;
}
form h5 span {
  color: #1c75bc;
  font-size: 1.5rem;
}
@media (max-width: 479px) {
  form h5 span {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  form h5 {
    line-height: 1.42857143;
  }
}
form small {
  color: #6d6e71;
  display: block;
  font-size: 80%;
  line-height: 1;
  margin: 0 0 1.5rem;
}
form small span {
  color: #1c75bc;
}
form span.info {
  float: right;
}
form span.info i {
  color: #6d6e71;
}
form span.info i:hover {
  color: #1c75bc;
}
@media (max-width: 479px) {
  form span.info {
    float: none;
  }
}
form div + .help-block:not(:empty) {
  margin: 1.1rem 0 0;
  top: 100%;
}
form .domain > div.col-sm-5 {
  float: left;
  line-height: 3.5rem;
  padding-right: 0;
  width: 16rem;
}
@media (max-width: 479px) {
  form .domain > div.col-sm-5 {
    float: none;
    width: 100%;
  }
}
form .domain > div:last-child {
  float: left;
  padding-left: 0;
  width: calc(100% - 16rem);
}
form .domain > div:last-child .form-group {
  float: left;
  width: 20rem;
}
@media (max-width: 767px) {
  form .domain > div:last-child .form-group {
    float: none;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  form .domain > div:last-child .float-right {
    float: none;
  }
}
@media (max-width: 479px) {
  form .domain > div:last-child {
    float: none;
    padding-left: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  form a[data-toggle="popover"] {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  form a[data-toggle="popover"] {
    display: block;
  }
}
.form-control {
  border: 0.5px solid #6D6E71;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #6d6e71;
  font-size: 1.6rem;
  height: 4.2rem;
  outline: 0;
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #1C75BC;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control.form-control--validation {
  display: inline-block;
  width: 60px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.form-control.form-control--validation {
  display: inline-block;
  width: 60px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
textarea {
  height: auto;
  min-height: 8rem;
}
/* Forms */
form {
  display: inline-block;
  width: 100%;
}
form .form-control {
  border-color: #6D6E71;
  opacity: 1;
}
form .form-group {
  margin-bottom: 1rem;
  position: relative;
}
form .form-group.no-margin {
  margin: 0;
}
form .form-group > div {
  position: static;
}
form .form-group label:not(:empty) ~ .help-block:not(:empty) {
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
form .form-group.has-error label + div {
  position: relative;
}
form .form-group.has-error .form-control {
  border-color: #1C75BC;
  box-shadow: none;
}
form .form-group.has-success .form-control {
  border-color: #1C75BC;
  box-shadow: none;
}
form .form-group.field-hoa-hoa_latitude {
  margin-bottom: 0;
}
form .form-group.field-hoa-hoa_latitude .help-block:not(:empty) {
  right: 1.5rem;
  top: -0.5rem;
}
form .form-group.field-user-termsofuse .help-block:not(:empty) {
  left: auto;
}
form .form-group.field-user-termsofuse .help-block:not(:empty):before {
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  top: 35%;
  left: -0.5rem;
}
form .form-group.field-upgradesubscription-us_subscription_id .help-block:not(:empty) {
  top: -3rem;
  left: 11rem;
  right: auto;
}
form .form-group.field-upgradesubscription-us_card_expiration_date .help-block:not(:empty),
form .form-group.field-upgradesubscription-us_card_code .help-block:not(:empty) {
  white-space: nowrap;
}
form .form-group.field-cmc-logo .help-block:not(:empty) {
  top: -2rem;
  left: 4rem;
  right: auto;
}
form .form-group.field-reportpost-rp_report_type .help-block:not(:empty) {
  top: -3rem;
  left: 0;
  right: auto;
}
form .form-group.members-textarea-wrapper label:not(:empty) ~ .help-block:not(:empty) {
  top: -1.5rem;
}
form .form-group.field-hoalisting-hl_price label:not(:empty) ~ .help-block:not(:empty) {
  top: -1rem;
}
form .form-group.field-captcha-response .help-block:not(:empty) {
  left: 0;
  right: auto;
  top: 0rem;
}
form > .form-group {
  clear: both;
  float: left;
  width: 100%;
}
form > .form-group:last-child {
  margin: 0;
}
form .has-success select.form-control,
form .has-error select.form-control {
  color: #6d6e71;
}
form .has-success .radio,
form .has-error .radio {
  color: #6d6e71;
}
form .has-success .form-control {
  border-color: #1C75BC;
}
form .has-success .form-control:focus {
  border-color: #1C75BC;
}
form#js-community-contact-form .help-block {
  display: none;
}
form#register-form {
  margin-bottom: 2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
form#register-form .form-group {
  width: 100%;
}
form#request-password-reset-form {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
form#request-password-reset-form .request-password-reset-actions .btn-tertiary {
  position: relative;
  top: 0.5rem;
}
@media (max-width: 479px) {
  form#request-password-reset-form .request-password-reset-actions .btn-tertiary {
    top: 0;
  }
}
form#request-password-reset-form .request-password-reset-actions .btn-primary {
  float: right;
}
@media (max-width: 479px) {
  form#request-password-reset-form .request-password-reset-actions .btn-primary {
    float: none;
  }
}
form.login-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
form.login-form .main-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
form.login-form .main-form .forgot-password-button {
  color: #7A7A7A;
  font-size: 1.2rem;
}
form#directory-authorization-form .form-wrapper,
form#my-account-form .form-wrapper,
form#notifications-form .form-wrapper {
  padding-left: 0;
  max-width: 65rem;
  position: relative;
  padding-bottom: 3rem;
}
form#directory-authorization-form .form-wrapper .directory-radiolist,
form#my-account-form .form-wrapper .directory-radiolist,
form#notifications-form .form-wrapper .directory-radiolist {
  margin-top: 1.5rem;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group,
form#my-account-form .form-wrapper .directory-radiolist .form-group,
form#notifications-form .form-wrapper .directory-radiolist .form-group {
  position: inherit;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group .modal-radio,
form#my-account-form .form-wrapper .directory-radiolist .form-group .modal-radio,
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio {
  width: 100%;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option,
form#my-account-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option,
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .form-group .modal-radio span,
form#my-account-form .form-wrapper .directory-radiolist .form-group .modal-radio span,
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio span {
  color: #231F20;
  margin-left: 1rem;
  font-weight: normal;
  cursor: pointer;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields,
form#my-account-form .form-wrapper .directory-radiolist .include-fields,
form#notifications-form .form-wrapper .directory-radiolist .include-fields {
  margin: 1rem 0 2rem;
  display: flex;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields .field,
form#my-account-form .form-wrapper .directory-radiolist .include-fields .field,
form#notifications-form .form-wrapper .directory-radiolist .include-fields .field {
  display: flex;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields .field .label,
form#my-account-form .form-wrapper .directory-radiolist .include-fields .field .label,
form#notifications-form .form-wrapper .directory-radiolist .include-fields .field .label {
  margin-right: 1rem;
  font-size: 1.6rem;
  width: 13rem;
  text-align: left;
  margin-bottom: 0.5rem;
  color: #231F20;
  font-weight: bold;
}
form#directory-authorization-form .form-wrapper .directory-radiolist .include-fields .button,
form#my-account-form .form-wrapper .directory-radiolist .include-fields .button,
form#notifications-form .form-wrapper .directory-radiolist .include-fields .button {
  margin-left: 2rem;
}
form#directory-authorization-form .grid-header,
form#my-account-form .grid-header,
form#notifications-form .grid-header {
  padding: 2rem;
}
form#notifications-form h3.second-title {
  color: #231F20;
  font-family: 'Open Sans Bold';
  font-weight: normal;
  font-size: 2rem;
}
form#notifications-form .grid-header {
  padding: 1rem 0;
}
form#notifications-form .form-wrapper {
  max-width: 100%;
  padding-bottom: 0;
}
form#notifications-form .form-wrapper .directory-radiolist {
  position: relative;
  padding-bottom: 4rem;
}
@media (max-width: 479px) {
  form#notifications-form .form-wrapper .directory-radiolist {
    padding-bottom: 7rem;
  }
}
form#notifications-form .form-wrapper .directory-radiolist .form-group {
  position: initial;
}
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio.disabled-option {
  bottom: 2rem;
}
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio span {
  color: #231F20;
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  position: relative;
  top: -0.2rem;
}
form#notifications-form .form-wrapper .directory-radiolist .form-group .modal-radio .hover-popover {
  font-size: 1.3rem;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields {
  margin-left: 5rem;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email {
  display: flex;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:first-child {
  width: 40%;
  margin-right: 1rem;
}
form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:last-child {
  width: 60%;
}
@media (max-width: 639px) {
  form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email {
    flex-direction: column;
  }
  form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:first-child {
    width: 100%;
    margin-right: 1rem;
  }
  form#notifications-form .form-wrapper .directory-radiolist .include-fields .phone-and-email > div:last-child {
    width: 100%;
  }
}
form#change-password-form .grid-header {
  padding: 1rem 0;
}
form.form--bottom-border .help-block:not(:empty) {
  display: block;
  position: relative;
  top: 2px;
  background: initial;
  color: red;
  font-style: normal;
  font-weight: bold;
  padding-left: 0px;
  transform: none;
}
form.form--bottom-border .help-block:not(:empty):before {
  border-top: 0px transparent;
  bottom: 100%;
  top: initial;
}
form.form--bottom-border .form-group .control-label {
  font-family: Open Sans SemiBold;
  font-weight: normal;
}
form.form--bottom-border div[multiple] .checkbox {
  margin-left: 11px;
}
form#cmc-registration-form .field-user-termsofuse .help-block:not(:empty) {
  top: 0;
}
form#cmc-registration-form .form__radio--boxlabel {
  /* duplicated in .form__radio--boxlabel */
}
form#cmc-registration-form .form__radio--boxlabel .help-block:not(:empty) {
  top: 30px;
  text-align: center;
}
form#cmc-registration-form .form__checkbox--boxlabel {
  /* duplicated in .form__checkbox--boxlabel */
}
form#cmc-registration-form .form__checkbox--boxlabel .help-block:not(:empty) {
  top: 30px;
  text-align: center;
}
form#cmc-registration-form .form__checkbox--boxlabel {
  /* duplicated in .form__checkbox--boxlabel */
}
form#cmc-registration-form .form__checkbox--boxlabel .help-block:not(:empty) {
  top: 30px;
  text-align: center;
}
form#warning-invite-form .help-block:not(:empty) {
  top: -2.5rem;
  left: 0rem;
  right: auto;
}
form.js-contact-us-info-form .input-with-prefix {
  position: relative;
}
form.js-contact-us-info-form .input-with-prefix input {
  padding-left: 3rem;
}
form.js-contact-us-info-form .input-with-prefix img {
  width: 2rem;
  position: absolute;
  left: 0.7rem;
  z-index: 99;
  top: 1.1rem;
}
form#js-contact-form {
  margin-top: 1.5rem;
}
form#js-contact-form .contact-logo-url {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
form#cmc-account-form .custom-photo {
  position: relative;
  width: 20rem;
  margin-top: 1.5rem;
}
form#cmc-account-form .custom-photo .delete-photo {
  position: absolute;
  right: 0rem;
  top: -0.3rem;
  font-size: 1.2rem;
}
form#add-admin-form .help-block:not(:empty) {
  right: 0.5rem;
}
form#homeowner-registration-form .btn-tertiary {
  font-weight: bold;
  text-align: center;
  min-width: 10rem;
}
form .help-block {
  font-size: 1.2rem !important;
  margin: 0;
}
form .help-block:not(:empty) {
  background: red;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;
  padding: 0.3rem 0.7rem;
  position: absolute;
  right: 0;
  top: -17px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
}
form .help-block:not(:empty):before {
  border-top: 0.5rem solid red;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
}
@media (max-width: 479px) {
  form .help-block:not(:empty) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0.9rem;
  }
}
form ul.step-bullets {
  display: block;
  list-style-type: none;
  margin: 1rem 0 1.5rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
form ul.step-bullets li {
  display: inline-block;
  margin: 0 0.3rem;
  width: auto;
}
form ul.step-bullets li span {
  background: #ffffff;
  border: 0.1rem solid #6d6e71;
  border-radius: 50%;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
form ul.step-bullets li.current-step span {
  background: #6d6e71;
}
form .row .left-side {
  float: left;
}
@media (max-width: 479px) {
  form .row .left-side {
    float: none;
    width: 100%;
  }
}
form .row .right-side {
  float: right;
}
@media (max-width: 479px) {
  form .row .right-side {
    float: none;
    width: 100%;
  }
}
form .btn {
  margin: 1rem auto 0;
}
form .btn.btn-right {
  width: 100%;
}
form .btn.btn-full-width {
  width: 100%;
}
form .checkbox--standard:checked {
  left: -999.9rem;
  position: absolute;
}
form .checkbox--standard:checked + label {
  color: #6D6E71;
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
form .checkbox--standard:checked + label:before {
  background: #ffffff;
  border: 0.1rem solid #6D6E71;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.2rem;
  width: 1.5rem;
}
form .checkbox--standard:checked + label:after {
  content: url(../images/common/simple-check.svg);
  left: -0.5rem;
  opacity: 1;
  position: absolute;
  top: -0.4rem;
  width: 2.6rem;
}
form .checkbox--standard:checked + label.disabledOption:after {
  background: #ccc;
}
form .checkbox--standard:not(:checked) {
  left: -999.9rem;
  position: absolute;
}
form .checkbox--standard:not(:checked) + label {
  color: #6D6E71;
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
form .checkbox--standard:not(:checked) + label:before {
  background: #ffffff;
  border: 0.1rem solid #ccc;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.2rem;
  width: 1.5rem;
}
form .checkbox--standard:not(:checked) + label:after {
  background: #1c75bc;
  content: '';
  height: 1.1rem;
  left: 0.2rem;
  opacity: 0;
  position: absolute;
  top: 0.4rem;
  width: 1.1rem;
}
form .checkbox--standard + label {
  font-size: 1.6rem;
  font-weight: 300;
}
form .checkbox--standard + label.grey-label {
  color: #6d6e71;
}
form .checkbox--standard + label.black-label {
  color: black;
}
form .checkbox--standard:disabled + label + ul {
  color: #ccc;
}
@media (max-width: 767px) {
  form .field-loginform-rememberme > div {
    float: left;
    width: auto;
  }
}
@media (max-width: 479px) {
  form .field-loginform-rememberme > div {
    float: none;
  }
}
@media (max-width: 767px) {
  form .field-loginform-rememberme > .forgot-password {
    float: right;
  }
}
@media (max-width: 479px) {
  form .field-loginform-rememberme > .forgot-password {
    float: none;
    text-align: center;
    width: 100%;
  }
}
/* Placeholders: regular forms */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #6D6E71;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #6D6E71;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #6D6E71;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #6D6E71;
  font-style: normal;
  opacity: 1;
  font-size: 1.6rem;
}
select.form-control.form__select--gray-placeholder {
  font-family: 'Open Sans Regular';
  color: #6D6E71;
}
select.form-control.form__select--gray-placeholder.js-option-selected {
  color: #6d6e71;
}
select.form-control.form__select--gray-placeholder option:not(:first-of-type) {
  color: #6d6e71;
}
/* End of Dropdowns w/ grey placeholders */
input[type=checkbox]:disabled + label {
  color: #6D6E71 !important;
}
form {
  /* Required star */
  /* Additional content in a form, must be like a label */
}
form .form-group .control-label {
  color: #231F20;
  float: none;
  margin-bottom: 0.7rem;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 100%;
}
form .form-group .control-label + div {
  float: none;
  width: 100%;
}
form .form-group .control-label.col-sm-10 {
  width: 83.33333333%;
}
form .form-group .radio label {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  vertical-align: middle;
}
form h3 {
  margin: 2rem 0 1.5rem;
}
form h3 + .row {
  display: flex;
  align-items: center;
}
form h3.popover-title {
  color: #1C75BC;
  font-size: 1.4rem;
  margin: 0;
}
form div.required label.control-label:after,
form div.required .fileuploader-input-caption:after {
  content: "*";
  color: #1C75BC;
  font-size: 1.4rem;
  font-family: 'Open Sans Regular';
  font-weight: normal;
}
form div.required label.control-label i {
  position: absolute;
  margin-left: 10px;
}
form .form__section-heading {
  position: relative;
}
form .form__section-heading:after {
  content: "";
  display: block;
  height: 0.1rem;
  margin: 1rem 0;
  width: 100%;
}
form .form__section-heading .collapse-trigger {
  color: #1c75bc;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: 0;
}
form .form__section-heading .collapse-trigger i {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}
form .form__section-heading .collapse-trigger.collapsed i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
form h4.form__section-heading {
  color: #1c75bc;
  font-weight: bold;
  margin: 0;
  padding-right: 3rem;
  text-transform: uppercase;
}
form .form__content-heading {
  color: #1c75bc;
  font-weight: bold;
}
form .form_content-details {
  color: #6d6e71;
}
/* On/off toggle */
.update-admin form .custom-checkbox,
.custom-checkbox {
  background: #ffffff;
  display: block;
  padding: 0.5rem 0;
}
.update-admin form .custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: -999.9rem;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label,
.custom-checkbox input[type="checkbox"] + label {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  min-width: 24.5rem;
  position: relative;
  padding: 0 5rem 0 0;
  font-family: 'Open Sans SemiBold' !important;
  font-weight: normal;
  color: #231F20 !important;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label.master-label,
.custom-checkbox input[type="checkbox"] + label.master-label {
  font-weight: 800;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label:before,
.custom-checkbox input[type="checkbox"] + label:before {
  background: #6D6E71;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4.5rem;
}
.update-admin form .custom-checkbox input[type="checkbox"] + label:after,
.custom-checkbox input[type="checkbox"] + label:after {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 1.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.4rem;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox input[type="checkbox"] + label,
  .custom-checkbox input[type="checkbox"] + label {
    min-width: 100%;
  }
}
.update-admin form .custom-checkbox input[type="checkbox"]:checked + label:before,
.custom-checkbox input[type="checkbox"]:checked + label:before {
  background: #1C75BC;
}
.update-admin form .custom-checkbox input[type="checkbox"]:checked + label:after,
.custom-checkbox input[type="checkbox"]:checked + label:after {
  right: 0.1rem;
}
.update-admin form .custom-checkbox label + a,
.custom-checkbox label + a {
  color: #1C75BC;
  font-size: 1.4rem;
  margin-left: 2rem;
  text-decoration: none;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox label + a,
  .custom-checkbox label + a {
    display: block;
    margin-left: 0;
  }
}
/* END: Checkboxes styles used in the forum, group, for sale areas */
/* Display a text field as a radio buttno option*/
.form__radio-input-text-container {
  display: flex;
  align-items: center;
}
.form__radio-input-text-container div,
.form__radio-input-text-container input[type=text] {
  display: inline-block;
  width: 100%;
}
.form__radio-input-text-container div.form-group {
  width: calc(100% - 2.5rem);
  margin-bottom: 0px;
}
.form__radio-input-text-container div.row {
  margin-left: 0px;
  margin-right: 0px;
}
.form__radio-input-text-container div.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
/* Website add/edit domain field */
.domain_mask span {
  position: absolute;
  top: 4.6rem;
  left: 2.5rem;
  z-index: 999;
}
.domain_mask input {
  padding-left: 147px !important;
}
.domain_own a {
  margin-top: 3.5rem;
}
.select-wrapper {
  position: relative;
}
html body .select-wrapper input.edit-option:not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([hidden=""]) {
  width: 85%;
  position: absolute;
  border-right: transparent !important;
  height: 3rem;
  top: -4.5rem;
  left: 1rem;
  border: 0;
  box-shadow: none;
  z-index: 99;
  padding: 0.5rem;
}
.select2 .selection .select2-selection--single {
  height: 4.2rem;
  padding: 6px 40px 6px 12px;
  border-radius: 0;
  border: 0.5px solid #6D6E71;
  box-shadow: none;
}
.select2 .selection .select2-selection--single .select2-selection__arrow {
  border: none;
  border-left: 1.3px solid #6D6E71;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  height: 1.8rem;
  top: 12px;
  right: 11px;
  width: 20px;
}
.select2 .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #6D6E71 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  margin-left: 0;
  left: 7px;
  top: 9px;
}
.select2 .selection .select2-selection--single .select2-selection__rendered {
  font-size: 1.6rem;
  color: #6D6E71;
  padding-top: 0.2rem;
}
.select2 .selection .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  right: 35px;
  top: 0.6rem;
  font-size: 2rem;
}
.select2 .selection .select2-selection--single:focus {
  border-color: #1C75BC;
}
.select2 .selection .select2-selection--single .select2-selection__placeholder {
  color: #6D6E71;
  font-size: 1.6rem;
}
.has-error .select2 .selection .select2-selection--single {
  border-color: #1C75BC;
}
.has-error .select2 .selection .select2-selection--single:focus {
  border-color: #1C75BC;
}
.select2-container--krajee li.select2-results__option {
  background-color: transparent;
  color: #6D6E71;
}
/* --- Custom radio button -- */
.radio-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}
.radio-wrapper [type="radio"] + label {
  position: relative;
  padding-left: 14px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  padding-top: 0;
  margin-top: 0.5rem;
  color: #231F20 !important;
  font-family: 'Open Sans SemiBold' !important;
  font-weight: normal;
}
.radio-wrapper [type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 0.5px solid #6D6E71;
  border-radius: 100%;
  background: #fff;
}
.radio-wrapper [type="radio"]:checked + label:before {
  border: 0.5px solid #1C75BC;
}
.radio-wrapper [type="radio"]:disabled + label:before {
  border: 0.5px solid #F1F2F2;
}
.radio-wrapper [type="radio"]:checked + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #1C75BC;
  position: absolute;
  top: 7px;
  left: 0.4rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio__label--standard :nth-child(1) {
  margin-left: 7px;
}
.radio__label--standard--disabled :nth-child(1) {
  margin-left: 7px;
  color: #bcbec0;
}
body .radio-wrapper--column [role="radiogroup"] {
  display: flex;
  flex-direction: column;
}
body .radio-wrapper--label-regular [role="radiogroup"] label {
  font-family: 'Open Sans Regular' !important;
}
.form--bottom-border input,
.form--bottom-border select {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #b3b3b3;
}
.form--bottom-border .has-error input,
.form--bottom-border .has-error select,
.form--bottom-border .has-success input,
.form--bottom-border .has-success select {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* On/off toggle */
.update-admin form .custom-checkbox:not(.visibility-toggle),
.custom-checkbox:not(.visibility-toggle) {
  background: #ffffff;
  display: block;
  padding: 0.5rem 0;
}
.update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"],
.custom-checkbox:not(.visibility-toggle) input[type="checkbox"] {
  position: absolute;
  left: -999.9rem;
}
.update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label,
.custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  min-width: 24.5rem;
  position: relative;
  padding: 0 5rem 0 0;
}
.update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label.master-label,
.custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label.master-label {
  font-weight: 800;
}
.update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label:before,
.custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label:before {
  background: #bcbec0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4.5rem;
}
.update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label:after,
.custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label:after {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 1.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.4rem;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label,
  .custom-checkbox:not(.visibility-toggle) input[type="checkbox"] + label {
    min-width: 100%;
  }
}
.update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"]:checked + label:before,
.custom-checkbox:not(.visibility-toggle) input[type="checkbox"]:checked + label:before {
  background: #1C75BC;
}
.update-admin form .custom-checkbox:not(.visibility-toggle) input[type="checkbox"]:checked + label:after,
.custom-checkbox:not(.visibility-toggle) input[type="checkbox"]:checked + label:after {
  right: 0.1rem;
}
.update-admin form .custom-checkbox:not(.visibility-toggle) label + a,
.custom-checkbox:not(.visibility-toggle) label + a {
  color: #1C75BC;
  font-size: 1.4rem;
  margin-left: 2rem;
  text-decoration: none;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox:not(.visibility-toggle) label + a,
  .custom-checkbox:not(.visibility-toggle) label + a {
    display: block;
    margin-left: 0;
  }
}
/* Visibility toggle */
.update-admin form .custom-checkbox.visibility-toggle,
.custom-checkbox.visibility-toggle {
  background: #ffffff;
  display: block;
  padding: 0.5rem 0;
}
.update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"],
.custom-checkbox.visibility-toggle input[type="checkbox"] {
  position: absolute;
  left: -999.9rem;
}
.update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"] + label,
.custom-checkbox.visibility-toggle input[type="checkbox"] + label {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  min-width: 24.5rem;
  position: relative;
  padding: 0 5rem 0 0;
}
.update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"] + label.master-label,
.custom-checkbox.visibility-toggle input[type="checkbox"] + label.master-label {
  font-weight: 800;
}
.update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"] + label:before,
.custom-checkbox.visibility-toggle input[type="checkbox"] + label:before {
  background: url(/images/common/visible-off.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4.5rem;
}
.update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"] + label:after,
.custom-checkbox.visibility-toggle input[type="checkbox"] + label:after {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 1.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.4rem;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"] + label,
  .custom-checkbox.visibility-toggle input[type="checkbox"] + label {
    min-width: 100%;
  }
}
.update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"]:checked + label:before,
.custom-checkbox.visibility-toggle input[type="checkbox"]:checked + label:before {
  background: #1C75BC;
}
.update-admin form .custom-checkbox.visibility-toggle input[type="checkbox"]:checked + label:after,
.custom-checkbox.visibility-toggle input[type="checkbox"]:checked + label:after {
  right: 0.1rem;
}
.update-admin form .custom-checkbox.visibility-toggle label + a,
.custom-checkbox.visibility-toggle label + a {
  color: #1C75BC;
  font-size: 1.4rem;
  margin-left: 2rem;
  text-decoration: none;
}
@media (max-width: 479px) {
  .update-admin form .custom-checkbox.visibility-toggle label + a,
  .custom-checkbox.visibility-toggle label + a {
    display: block;
    margin-left: 0;
  }
}
/* END: Checkboxes styles used in the forum, group, for sale areas */
.form__radio--boxlabel input[type="radio"] {
  display: none;
}
.form__radio--boxlabel label {
  display: block;
  width: 87%;
  padding: 8px;
  border: solid 2px #1C75BC;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
}
.form__radio--boxlabel label.form__radio--checked {
  background-color: #1C75BC;
  color: white;
}
.form__radio--boxlabel p.help-block:not(:empty).help-block-error {
  /* duplicated in the form#cmc-registration-form .help-block:not(:empty) */
  top: 15px;
  text-align: center;
}
.form__radio--boxlabel.form__radio--boxlabel2col div[role=radiogroup] {
  display: flex;
  flex-wrap: wrap;
}
.form__radio--boxlabel.form__radio--boxlabel2col div[role=radiogroup] div.radio {
  flex-basis: 50%;
}
.form__radio--boxlabel.form__radio--boxlabel2col div[role=radiogroup] div.radio label {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .form__radio--boxlabel.form__radio--boxlabel2col div[role=radiogroup] div.radio {
    flex-basis: 100%;
  }
}
.form__checkbox--boxlabel input[type="checkbox"] {
  display: none;
}
.form__checkbox--boxlabel label {
  display: block;
  width: 87%;
  padding: 8px;
  border: solid 2px #1C75BC;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
}
.form__checkbox--boxlabel label.form__checkbox--checked {
  background-color: #1C75BC;
  color: white;
}
.form__checkbox--boxlabel p.help-block:not(:empty).help-block-error {
  /* duplicated in the form#cmc-registration-form .help-block:not(:empty) */
  top: 15px;
  text-align: center;
}
.form__checkbox--boxlabel.form__checbkox--boxlabel2col .checkbox-container {
  display: flex;
  flex-wrap: wrap;
}
.form__checkbox--boxlabel.form__checbkox--boxlabel2col .checkbox-container div.checkbox {
  flex-basis: 50%;
}
.form__checkbox--boxlabel.form__checbkox--boxlabel2col .checkbox-container div.checkbox label {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .form__checkbox--boxlabel.form__checbkox--boxlabel2col .checkbox-container div.checkbox {
    flex-basis: 100%;
  }
}
body div.typeahead-dropdown-container {
  position: relative;
}
.typeahead-dropdown-input {
  border: 0.5px solid #6D6E71;
  border-radius: 0;
  box-shadow: none;
  color: #6D6E71;
  height: 4.2rem;
  outline: 0;
  transition: border-color ease-in-out 0.15s;
  width: 100%;
  padding: 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, #6D6E71 50%), linear-gradient(135deg, #6D6E71 50%, transparent 50%), linear-gradient(to right, #6D6E71, #6D6E71);
  background-position: calc(100% - 1.55rem) 0.95em, calc(100% - 1.05rem) 0.95em, calc(100% - 1.75em) 0.5em;
  background-size: 0.5rem 0.5rem, 0.5rem 0.5rem, 0.1rem 1.15em;
  background-repeat: no-repeat;
  padding-right: 4rem;
  cursor: text;
  font-size: 1.6rem;
}
.typeahead-dropdown-input:focus {
  /* Match project's focus state */
  border-color: #337ab7;
  box-shadow: none;
  outline: 0;
}
.typeahead-dropdown-input:disabled {
  background-color: #F1F2F2;
}
.typeahead-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 0.5px solid #6D6E71;
  border-top: none;
  border-radius: 0;
  z-index: 995;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 1.6rem;
  min-width: 160px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.typeahead-dropdown-item {
  display: block;
  padding: 4px 8px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #6D6E71;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
}
.typeahead-dropdown-item:hover,
.typeahead-dropdown-item:focus,
.typeahead-dropdown-item.highlighted {
  color: #ffffff;
  background-color: #1c64d4;
  text-decoration: none;
}
.typeahead-dropdown-item:active {
  color: #ffffff;
  background-color: #1c64d4;
  text-decoration: none;
}
.typeahead-dropdown-no-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 0.5px solid #6D6E71;
  border-top: none;
  border-radius: 0;
  padding: 6px 12px;
  color: #999999;
  z-index: 995;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 1.6rem;
  font-style: italic;
}
.form--typeahead-container .help-block {
  margin-top: 0px !important;
}
.form-multistep-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-multistep-actions .form-multistep-actions__go-back {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.form-multistep-actions .form-multistep-actions__buttons {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.form-multistep-actions .form-multistep-actions__buttons .btn {
  margin: 0;
}
.form-multistep-actions .form-multistep-actions__buttons .fma__buttons__save-and-close {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/*# sourceMappingURL=forms.css.map */