/* 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 */
html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #ffffff;
  color: #6d6e71;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.42857143;
}
body.modal-open {
  padding-right: 0 !important;
}
body.modal-open .modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 0.1rem;
}
table tr td img {
  max-width: initial;
}
img {
  max-width: 100%;
}
/* Typography */
p {
  margin: 0 0 1.5rem;
}
strong {
  font-weight: bold;
}
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C75BC;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1.5rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 3.6rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.4rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
.text--default16 {
  font-size: 16px;
}
.text--default16.btn-tertiary {
  font-size: 16px;
}
.valign--center {
  display: flex;
  align-items: center;
}
.heading--default {
  color: #231F20;
}
.heading--default.white-heading {
  color: white;
}
.heading--serif {
  color: #231F20;
  text-transform: capitalize;
  font-family: 'Century Schoolbook';
}
.heading--serif.white-heading {
  color: white;
}
.heading--serif-no-transform {
  color: #231F20;
  text-transform: none;
  font-family: 'Century Schoolbook';
}
.heading--serif-no-transform.white-heading {
  color: white;
}
.hoaWebsite__heading--h1 {
  color: #1c75bc;
  font-size: 6rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hoaWebsite__heading--h1 {
    font-size: 4rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hoaWebsite__heading--h1 {
    font-size: 5rem;
  }
}
.hoaWebsite__heading--h2 {
  color: #1C75BC;
  font-family: "Prata", Sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hoaWebsite__heading--h2 {
    font-size: 3rem;
  }
}
.hoaWebsite__heading--h2.center {
  text-align: center;
}
.hoaWebsite__heading--h3 {
  color: #3a3a3a;
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .hoaWebsite__heading--h3 {
    font-size: 2.6rem;
  }
}
.hoaWebsite__heading--h4 {
  color: #3a3a3a;
  font-family: "Arial", Sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hoaWebsite__heading--h4 {
    font-size: 2.2rem;
  }
}
.hoaWebsite__paragraph--action-box {
  font-family: "Open Sans", Sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7em;
}
/* Used in the database for Forum rules and guidelines, privacy policy, terms & conditionss */
.hoaWebsite__heading--h5 {
  color: #1c75bc;
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .hoaWebsite__heading--h5 {
    font-size: 1.8rem;
  }
}
/* heading - Website Builder menu style */
.heading--wb,
.abm__item {
  color: black;
  font-size: 1.6rem;
  font-weight: bold;
}
.hoaWebsite__paragraph--sub-heading {
  font-family: "Arial", Sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.resource-page h1,
.resource-page h1 u,
.resource-page h2 {
  text-transform: none;
  font-family: 'Century Schoolbook';
  color: #3a3a3a;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
.resource-page h1.white-heading,
.resource-page h1 u.white-heading,
.resource-page h2.white-heading {
  color: white;
}
/* Headings on background that have overlay */
.heading--overlay {
  color: #f47b20;
  text-transform: uppercase;
}
/* Headings on solid colored background (not white) */
.heading--color-bg {
  color: white;
  text-transform: uppercase;
}
/* The base color on colored background (not white) */
.baseColor--color-bg {
  color: white;
}
ul,
ol {
  list-style-position: inside;
  margin: 1.5rem 0;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  list-style-position: inside;
  margin: 1.5rem 0;
  padding: 0 0 0 3rem;
}
ul.unstyled,
ol.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.alignnone {
  display: block;
  margin: 0 0 1.5rem;
}
.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.breadcrumb {
  margin: 0 0 1.5rem;
}
.breadcrumb a {
  text-decoration: none;
}
.orange {
  color: #f47b20;
}
.float-right {
  float: right;
}
@media (max-width: 479px) {
  .float-right {
    float: none;
  }
}
.display-none {
  display: none;
}
.visibility-hidden {
  visibility: hidden;
}
.popover-content {
  color: #6d6e71;
}
[data-toggle="popover"] {
  cursor: pointer;
}
.public-map-container {
  overflow: hidden;
  padding-top: 66.25%;
  position: relative;
}
.public-map-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.2rem;
  }
}
.carousel {
  background: #1c75bc;
}
.carousel .item {
  height: 48rem;
  /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img {
  margin: 0 auto;
  /* Align slide image horizontally center */
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.carousel .carousel-control {
  background-image: none;
}
.carousel .carousel-control span {
  position: absolute;
  top: 45%;
}
.carousel .carousel-control:hover,
.carousel .carousel-control:focus {
  opacity: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
[disabled="disabled"] .glyphicon {
  color: #bcbec0;
}
[disabled="disabled"] :hover {
  cursor: not-allowed;
}
/* Modal */
.fade {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
/* Center the pop-up */
.modal {
  text-align: center;
  overflow-y: auto;
}
.modal-backdrop {
  background-color: #6d6e71;
}
.modal-backdrop.in {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* End of: Center the pop-up */
/* Standard pop-up*/
@media (min-width: 768px) {
  .modal-sm {
    width: 450px;
  }
}
.modal-dialog .modal-title {
  text-transform: capitalize;
}
.modal-dialog .modal-header {
  background: #1C75BC;
  border: 0.1rem solid #1C75BC;
  -webkit-border-radius: 0.6rem 0.6rem 0 0;
  -moz-border-radius: 0.6rem 0.6rem 0 0;
  border-radius: 0.6rem 0.6rem 0 0;
  color: #ffffff;
  padding-right: 5rem;
  position: relative;
}
.modal-dialog .modal-header.danger-bg {
  /* overridden in embedded_admin.less*/
  background: #1C75BC;
  border: 0.1rem solid #1C75BC;
}
.modal-dialog .modal-header.success-bg {
  background: #36B449;
  border: 0.1rem solid #36B449;
}
.modal-dialog .modal-header h3 {
  color: #ffffff;
  margin: 0;
}
.modal-dialog .modal-header .close {
  color: #ffffff;
  font-size: 2.8rem;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-dialog .modal-body {
  position: relative;
  padding: 15px;
}
.modal-dialog .modal-body .container {
  max-width: 100%;
}
.modal-dialog .modal-body .resource-page {
  max-height: calc(100vh - 15rem);
  overflow-y: auto;
}
.modal-dialog .modal-body .item-description {
  color: #1c75bc;
}
.modal-dialog .modal-body .item-description .item-label {
  font-weight: bold;
  line-height: 2;
}
.modal-dialog .modal-body .item-description ul {
  margin: 0;
}
.modal-dialog .modal-body .item-description a {
  color: #1c75bc;
  text-decoration: underline;
}
.modal-dialog .modal-body .item-description a.btn-primary {
  color: #ffffff;
  text-decoration: none;
}
.modal-dialog .modal-body .alert {
  left: 0;
  position: relative;
  top: 0;
}
.modal-dialog .modal-body .alert img {
  margin: 0 1rem 0 0;
  max-width: 2rem;
  vertical-align: middle;
}
.modal-dialog .modal-body .alert .alert-close {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 1rem;
  top: 0;
}
.modal-dialog .modal-body .alert.alert-danger .alert-close {
  /* overridden in embedded_admin.less*/
  color: #1C75BC;
}
.modal-dialog .modal-body .submit-loader {
  position: absolute;
  width: 4rem;
  bottom: 0rem;
  right: 16rem;
  display: none;
}
.modal-dialog .user-details {
  text-align: center;
}
.modal-dialog .user-details .croppie-input-initializer-alt {
  color: #ffffff;
  cursor: pointer;
}
.modal-dialog .modal-footer {
  border: 0 none;
}
/* Confirmation pop-up */
.confirmationPopup .modal-dialog .modal-body {
  /* The header acts like a top padding in the confirmation pop-up */
  padding-top: 0px;
}
.confirmationPopup .modal-dialog .modal-content {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.confirmationPopup .modal-dialog .modal-header {
  background: #ffffff;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #e6e7e8;
  line-height: 1;
}
.confirmationPopup .modal-dialog .close {
  color: #e6e7e8;
}
.confirmationPopup .confirmPopupButtons {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  margin: auto;
  padding-bottom: 20px;
  margin-top: 2rem;
}
.confirmationPopup .confirmPopupButtons .btn {
  margin-top: 0;
}
.confirmationPopup .confirmPopupButtons .btn.with-margin {
  margin: 1.5rem 0;
}
.modal-dialog .confirmPopupIcon,
.public-modal__logo {
  max-width: 4rem;
  margin-bottom: 1.1rem;
}
.modal-dialog .confirmPopupHeading {
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.modal-dialog .confirmPopupContent {
  color: #3a3a3a;
}
.modal-dialog .confirmPopupContent,
.public-modal__content {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .modal-dialog .confirmPopupContent,
  .public-modal__content {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
/* File uploader / cropping tool */
.fileuploader-popup {
  background: rgba(0, 0, 0, 0.2) !important;
  /* Hide the zoom bar, it was confusing */
  /* Hide the photo metadata, not needed */
}
.fileuploader-popup .fileuploader-popup-preview {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background: #ffffff !important;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width: 768px) {
  .fileuploader-popup .fileuploader-popup-preview {
    max-width: 65%;
    max-height: 70%;
  }
}
.fileuploader-popup .fileuploader-popup-preview .fileuploader-popup-node.image {
  padding-top: 6rem;
  padding-bottom: 11rem;
}
.fileuploader-popup .fileuploader-cropper {
  background: rgba(255, 255, 255, 0.65) !important;
}
.fileuploader-popup .fileuploader-popup-content ul li.fileuploader-popup-zoomer {
  display: none;
}
.fileuploader-popup .fileuploader-popup-header {
  background-image: none !important;
}
.fileuploader-popup .fileuploader-popup-header ul.fileuploader-popup-meta {
  visibility: hidden;
}
.fileuploader-popup .fileuploader-popup-footer {
  background-image: none !important;
}
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a {
  color: #1c75bc !important;
}
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-buttons {
  padding-bottom: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.moving.has-grid:before,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.moving.has-grid:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.moving.has-grid,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.moving.has-grid {
  border: 0px !important;
}
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
  background-color: #e6e7e8 !important;
  background: #e6e7e8 !important;
}
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.moving:before,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.moving:after {
  opacity: 0 !important;
}
.fileuploader-popup .fileuploader-cropper .area-image {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  color: #fff !important;
}
/* End of File uploader / cropping tool */
/* Property people list - remove action column */
.property-people__remove-column {
  padding-left: 1rem;
}
.property-people__remove-column a {
  cursor: pointer;
}
.text--navy {
  color: #1c75bc;
}
/* Forum Rules & Guidelines*/
.frg__container ul {
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.frg__container ul p {
  margin-bottom: 4px;
}
.btn-custom-page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.display-block {
  display: block;
}
.step-header {
  font-weight: bold;
}
.review-wrapper .btn-back,
.import-page .btn-back {
  margin-right: 1rem;
}
body .modal-buttons .btn.btn-light {
  margin: 1rem 1rem 0;
}
html body select.empty {
  color: #6D6E71;
}
html body select option[value=""],
html body select option[value="0"] {
  color: #6D6E71;
}
body select.empty:focus,
body select.empty:focus:invalid {
  color: #6D6E71;
}
body select.empty:focus option:not(:first-of-type),
body select.empty:focus:invalid option:not(:first-of-type) {
  color: #6D6E71;
}
.field-websiteenabledfeature-wef_public {
  display: none;
}
.only-private-feature {
  display: none;
}
.hh__title:focus {
  color: #ED1C24;
  text-decoration: none;
}
#js-is-website-admin {
  white-space: normal;
}
#cmc-logo-image {
  max-width: 300px;
  max-height: 100px;
}
.single-image-fileuploader .fileuploader-input-button {
  padding-bottom: 0px !important;
}
.fileuploader-input-button {
  white-space: nowrap;
}
.default-fileuploader--no-label .fileuploader-input-button span {
  display: none;
}
.dropdown-menu {
  z-index: 995;
}
.dropdown-menu.dropdown-menu-top {
  top: -130px;
  font-size: 15px;
  left: 5px;
}
.dropdown-menu.dropdown-menu-top ::before {
  content: "";
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid white;
  display: block;
  height: 0;
  position: absolute;
  left: 0.7rem;
  bottom: -0.9rem;
  width: 0;
}
.dropdown-menu.dropdown-menu-top button {
  background: none;
  border: none;
  color: #333333;
  padding: 0;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 3px 20px;
}
.pbar {
  width: 100%;
  height: 10px;
  background-color: #f0f0f0;
  /* Background color of the progress bar */
}
.pbar__progress {
  height: 100%;
  background-color: #1C75BC;
  /* Color of the progress */
}
.pbar__progress.progress--91 {
  width: 11.11%;
}
.pbar__progress.progress--92 {
  width: 22.22%;
}
.pbar__progress.progress--93 {
  width: 33.33%;
}
.pbar__progress.progress--94 {
  width: 44.44%;
}
.pbar__progress.progress--95 {
  width: 55.55%;
}
.pbar__progress.progress--96 {
  width: 66.66%;
}
.pbar__progress.progress--97 {
  width: 77.77%;
}
.pbar__progress.progress--98 {
  width: 88.88%;
}
.pbar__progress.progress--99 {
  width: 100%;
}
.pbar__progress.progress--1101 {
  width: 9.09%;
}
.pbar__progress.progress--1102 {
  width: 18.18%;
}
.pbar__progress.progress--1103 {
  width: 27.27%;
}
.pbar__progress.progress--1104 {
  width: 36.36%;
}
.pbar__progress.progress--1105 {
  width: 45.45%;
}
.pbar__progress.progress--1106 {
  width: 54.54%;
}
.pbar__progress.progress--1107 {
  width: 63.63%;
}
.pbar__progress.progress--1108 {
  width: 72.72%;
}
.pbar__progress.progress--1109 {
  width: 81.81%;
}
.pbar__progress.progress--1110 {
  width: 90.9%;
}
.pbar__progress.progress--1111 {
  width: 100%;
}
.dotted-dropdown-menu {
  width: fit-content;
}
.dotted-dropdown-menu .dropdown-toggle:after {
  color: #6D6E71;
  content: '\2807';
  font-size: 30px;
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  top: 8px;
}
.dotted-dropdown-menu .dropdown-menu {
  background: white;
  right: -15px;
  left: auto;
  border: 1px solid #A7A9AC;
  margin-top: 1rem;
  min-width: auto;
  border-radius: 0;
  padding: 10px 5px;
}
.dotted-dropdown-menu .dropdown-menu:before {
  content: "";
  border-left: 1px solid #A7A9AC;
  border-top: 1px solid #A7A9AC;
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 0rem;
  top: -0.9rem;
  width: 1.5rem;
  transform: rotate(45deg);
  right: 1.6rem;
  background: white;
}
.dotted-dropdown-menu .dropdown-menu li + li {
  margin-top: 1rem;
}
.dotted-dropdown-menu .dropdown-menu > li > a {
  color: #6D6E71 !important;
  padding: 0 1rem;
  font-size: 1.6rem;
  min-height: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 0.5rem;
}
.dotted-dropdown-menu .dropdown-menu > li > a:hover {
  background: none;
  text-decoration: underline;
}
.dotted-dropdown-menu .dropdown-menu > li > a.disabled {
  color: #bcbec0 !important;
}
/* WB > ABOUT START */
.abm__container {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #ed1c24;
}
.abm__container a.abm__item {
  text-decoration: none;
  margin-right: 3rem;
}
.abm__container a.abm__item--active,
.abm__container a.abm__item:hover {
  color: #1C75BC;
  text-decoration: none;
}
.abm__container a.abm__item:focus {
  color: #231F20;
}
.abm__container a.abm__item--active:focus {
  color: #1C75BC;
}
/* WB > ABOUT END */
.alt__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}
.alt__container .btn {
  margin-top: 0px;
}
.alt__container a.alt__item {
  text-decoration: none;
  margin-right: 3rem;
  color: #231F20;
}
.alt__container a.alt__item .number {
  color: #1C75BC;
}
.alt__container a.alt__item--active,
.alt__container a.alt__item:hover {
  font-weight: bold;
  text-decoration: none;
}
.alt__container a.alt__item:focus {
  color: #231F20;
}
.alt__container a.alt__item--active:focus {
  color: #1C75BC;
}
.alt__container a.alt__action-button {
  margin-left: auto;
  margin-right: 0;
}
.alt__container a.vendor-menu__preview-vendor-marketplace {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: -20px;
}
.alt__container a.vendor-menu__create-vendor {
  margin-right: 0;
  margin-left: 20px;
}
.violations-menu__container {
  margin-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  border-bottom: 4px solid #1C75BC;
}
.violations-menu__container a.violations-menu__item {
  text-decoration: none;
  font-size: 20px;
  margin-right: 5rem;
  font-family: 'Open Sans Regular';
  color: #231F20;
}
.violations-menu__container a.violations-menu__item--active,
.violations-menu__container a.violations-menu__item:hover {
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  text-decoration: none;
}
.violations-menu__container a.violations-menu__item:focus {
  color: #231F20;
}
.violations-menu__container a.violations-menu__item--active:focus {
  color: #1C75BC;
}
.violations-menu__container .violations-menu__issue-violation-button {
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  justify-self: flex-end;
}
.wef_enabled__dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.wef_enabled__dot--on {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background-color: #1C75BC;
}
.admmenu__item .wef_enabled__dot--on,
.admmenu__item .wef_enabled__dot--off {
  float: right;
}
.wef_enabled__icon {
  height: 15px;
  margin-right: 35px;
}
.wef_enabled-indicator {
  display: inline-block;
  margin-top: 3px;
  margin-left: 20px;
  margin-right: 5px;
  padding: 5px 10px;
}
.wef_enabled-indicator--on {
  background-color: #e7f1f8;
  color: #1C75BC;
}
.wef_enabled-indicator--on .wef_enabled__dot {
  background-color: #1C75BC;
}
.wef_enabled-indicator--off {
  background-color: #fcddde;
  color: #ee1d23;
}
.wef_enabled-indicator--off .wef_enabled__dot {
  background-color: #ee1d23;
}
.website-feature-type .custom-checkbox {
  display: inline-block;
}
.website-feature-type .custom-checkbox label {
  width: 0px;
}
.wb__content {
  padding-left: 2rem;
}
.wb__content--boxed {
  max-width: 800px;
}
.wb__content--boxed div.row .col-xs-1,
.wb__content--boxed div.row .col-sm-1,
.wb__content--boxed div.row .col-md-1,
.wb__content--boxed div.row .col-lg-1,
.wb__content--boxed div.row .col-xs-2,
.wb__content--boxed div.row .col-sm-2,
.wb__content--boxed div.row .col-md-2,
.wb__content--boxed div.row .col-lg-2,
.wb__content--boxed div.row .col-xs-3,
.wb__content--boxed div.row .col-sm-3,
.wb__content--boxed div.row .col-md-3,
.wb__content--boxed div.row .col-lg-3,
.wb__content--boxed div.row .col-xs-4,
.wb__content--boxed div.row .col-sm-4,
.wb__content--boxed div.row .col-md-4,
.wb__content--boxed div.row .col-lg-4,
.wb__content--boxed div.row .col-xs-5,
.wb__content--boxed div.row .col-sm-5,
.wb__content--boxed div.row .col-md-5,
.wb__content--boxed div.row .col-lg-5,
.wb__content--boxed div.row .col-xs-6,
.wb__content--boxed div.row .col-sm-6,
.wb__content--boxed div.row .col-md-6,
.wb__content--boxed div.row .col-lg-6,
.wb__content--boxed div.row .col-xs-7,
.wb__content--boxed div.row .col-sm-7,
.wb__content--boxed div.row .col-md-7,
.wb__content--boxed div.row .col-lg-7,
.wb__content--boxed div.row .col-xs-8,
.wb__content--boxed div.row .col-sm-8,
.wb__content--boxed div.row .col-md-8,
.wb__content--boxed div.row .col-lg-8,
.wb__content--boxed div.row .col-xs-9,
.wb__content--boxed div.row .col-sm-9,
.wb__content--boxed div.row .col-md-9,
.wb__content--boxed div.row .col-lg-9,
.wb__content--boxed div.row .col-xs-10,
.wb__content--boxed div.row .col-sm-10,
.wb__content--boxed div.row .col-md-10,
.wb__content--boxed div.row .col-lg-10,
.wb__content--boxed div.row .col-xs-11,
.wb__content--boxed div.row .col-sm-11,
.wb__content--boxed div.row .col-md-11,
.wb__content--boxed div.row .col-lg-11,
.wb__content--boxed div.row .col-xs-12,
.wb__content--boxed div.row .col-sm-12,
.wb__content--boxed div.row .col-md-12,
.wb__content--boxed div.row .col-lg-12 {
  padding-left: 15px;
}
.content--boxed {
  max-width: 800px;
}
.admin__header--titleandbuttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empty-hoa {
  padding: 40px;
  text-align: center;
  color: #231F20;
  background-color: #F1F2F2;
}
.empty-hoa img {
  width: 32px;
  margin-bottom: 15px;
}
.empty-hoa .not-yet {
  font-weight: bold;
  margin-bottom: 15px;
}
.empty-hoa .info {
  max-width: 650px;
  margin: 0 auto 15px;
}
.empty-hoa .btn {
  margin-bottom: 15px;
}
.empty-hoa .btn:hover {
  font-weight: normal;
}
.subtitle__a {
  font-family: "Open Sans Regular";
  font-size: 14px;
}
.subtitle__a label {
  font-weight: normal;
}
.subtitle__b {
  font-family: "Open Sans Regular";
  font-size: 12px;
  color: #b3b3b3;
}
.form-field__required--blue {
  color: #1C75BC;
  font-size: 14px;
  font-family: 'Open Sans Regular';
  font-weight: normal;
}
p.heading__1--blue-big,
.heading__1--blue-big {
  color: #1C75BC !important;
  font-weight: bold;
  font-size: 42px;
}
.heading__1--green-big {
  color: #2BB673;
  font-weight: bold;
  font-size: 42px;
}
.heading__2,
.grid-header .grid-title h3.heading__2 {
  font-family: 'Open Sans SemiBold';
  color: #231F20;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}
.heading__3 {
  font-family: 'Open Sans SemiBold';
  color: #231F20;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
}
.heading__3--blue {
  font-family: 'Open Sans SemiBold';
  font-weight: normal;
  color: #1C75BC;
  font-size: 16px;
}
.text--blue {
  color: #1C75BC;
}
.subscription-status {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 3px 15px;
  margin-left: 15px;
}
.subscription-status.active,
.subscription-status.trial {
  background-color: #e5f6ed;
  color: #00ab50;
}
.subscription-status.active .bullet,
.subscription-status.trial .bullet {
  background-color: #00ab50;
}
.subscription-status {
  background-color: #E4E5E7;
  color: #6d6e71;
  font-weight: normal;
}
.subscription-status .bullet {
  width: 8px;
  height: 8px;
  background-color: #6d6e71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.uploaded-file-info {
  background-color: #E4E5E7;
  color: #6d6e71;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 14px;
}
.uploaded-file-info a {
  margin-left: auto;
}
#cmccommunitymanager-cmm_permissions label {
  display: block;
  font-weight: normal;
}
.cmc-community-manager-index .grid-header .grid-button {
  min-width: 297px;
}
.wb__content--cta {
  margin-left: 20px;
  margin-right: 20px;
}
.icon__plan-required {
  width: 16px !important;
  margin-left: 5px;
}
.icon__plan-required.icon__plan-required--wb {
  margin-bottom: 4px;
}
.upgrCTA__container {
  background-color: #f1f2f2;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
.upgrCTA__container.upgrCTA__container--whitebg {
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  padding-right: 0px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.upgrCTA__container.upgrCTA__container--whitebg .upgrCTA__left-content {
  max-width: 600px;
}
.upgrCTA__container.upgrCTA__container--whitebg .upgrCTA__right-image-container {
  align-items: end;
  justify-content: end;
}
.upgrCTA__container.upgrCTA__container--whitebg .upgrCTA__right-image {
  height: 90%;
  min-height: 200px;
  max-height: 300px;
  min-width: 280px;
}
.upgrCTA__container.upgrCTA__container--whitebg .upgrCTA__right-image--mh200 {
  min-height: 170px;
  max-height: 200px;
  min-width: 170px;
}
.upgrCTA__container.upgrCTA__container--whitebg .upgrCTA__list-item {
  padding-bottom: 0px;
}
.upgrCTA__container .upgrCTA__left-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.upgrCTA__container .upgrCTA__right-image-container {
  display: flex;
  align-items: center;
}
.upgrCTA__container .upgrCTA__right-image {
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}
.upgrCTA__container .upgrCTA__checked {
  width: 17px;
  margin-right: 5px;
}
.upgrCTA__container .upgrCTA__list-item {
  font-family: 'Open Sans Regular';
  padding-bottom: 10px;
  color: black;
}
.upgrCTA__container .upgrCTA__cta-box {
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.upgrCTA__container .upgrCTA__cta-box .btn {
  margin: 0px;
}
.upgrCTA__container .upgrCTA__cta-box a.upgrCTA__learn-more {
  display: flex;
  text-wrap: nowrap;
}
.upgrCTA__container .upgrCTA__highlight {
  color: #1C75BC;
}
@media (max-width: 700px) {
  .upgrCTA__container {
    flex-direction: column;
  }
  .upgrCTA__container.upgrCTA__container--whitebg .upgrCTA__left-content {
    padding-right: 40px;
  }
  .upgrCTA__container .upgrCTA__cta-box {
    align-items: start;
  }
  .upgrCTA__cta-box {
    flex-direction: column;
  }
}
/* Enable the rounded style for all pop-ups, disabled for now. */
.modal-content {
  border-radius: 15px !important;
  padding: 16px !important;
}
.modal-content .modal-body {
  padding-top: 15px !important;
}
.modal-content .modal-header {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #fff !important;
  border: 0px !important;
}
.modal-content .modal-header h3.modal-title {
  color: #1C75BC;
  font-family: 'Open Sans SemiBold' !important;
  font-weight: normal;
}
.modal-content .modal-header button.close {
  color: #1C75BC;
}
.modal-content .plan-info-wrapper {
  background: #fff !important;
  padding-left: 0px !important;
}
.modal-content .plan-info-wrapper .plan-info-title,
.modal-content .plan-info-wrapper .plan-info,
.modal-content .plan-info-wrapper .plan-info-section {
  color: #000 !important;
}
.modal-content .plan-info-wrapper .plan-info-details {
  color: #6d6e71 !important;
  font-style: normal;
  font-size: 14px;
}
.modal-content .plan-info-wrapper .plan-info-price {
  color: #000 !important;
  font-size: 16px !important;
}
.modal-content .plan-info-wrapper .plan-info-price.total-price {
  color: #000 !important;
  font-size: 16px !important;
  font-family: 'Open Sans SemiBold' !important;
  font-weight: normal;
}
.choose-your-plan-wrapper {
  display: flex;
  justify-content: center;
}
.choose-your-plan-wrapper .choose-your-plan-box {
  cursor: pointer;
  margin: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 300px;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.choose-your-plan-wrapper .choose-your-plan-box div {
  margin-bottom: 10px;
}
.choose-your-plan-wrapper .choose-your-plan-box img {
  height: 70px;
}
.choose-your-plan-wrapper .choose-your-plan-box .cyp__price {
  color: #1C75BC;
}
.choose-your-plan-wrapper .choose-your-plan-box.cyp__box-selected {
  border: 2px solid #1C75BC;
}
.cyp__compare-plans {
  text-align: center;
  padding: 15px 0px 20px 0px;
}
.cyo__showEssentialWarning {
  text-align: center;
  background-color: #FFEBEE;
  padding: 10px;
  margin-top: 15px;
}
.loading-indicator--blue-line {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  height: 5px;
  width: 200px;
  --c: no-repeat linear-gradient(#1C75BC 0 0);
  background: var(--c), var(--c), #76b1e1;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
.input-field-tooltip {
  position: absolute;
  right: -7px;
  top: 38px;
  cursor: pointer;
}
.mass-import-gridview .input-field-tooltip {
  right: calc(100% - 278px);
  top: 27px;
}
.hr--standard {
  border: 1px solid;
  height: auto;
}
.icon-height--default {
  height: 35px;
}
#js-prop__send-inv-container a.btn {
  margin-top: 0px !important;
  margin-left: 10px;
  margin-right: 10px;
}
.household-index .gridview-search {
  padding-right: 0px !important;
}
.details-box {
  display: flex;
  justify-content: space-between;
  padding: 2rem 4rem 2rem 2rem;
  box-sizing: border-box;
}
.details-box .details-box__row:first-child {
  margin-top: 0;
}
.details-box .details-box__row:last-child {
  margin-bottom: 0;
}
.details-box .details-box__row {
  display: flex;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  min-width: 10rem;
  white-space: nowrap;
}
.details-box .details-box__row div:first-child {
  color: #000;
  min-width: 140px;
  white-space: nowrap;
}
.details-box .details-box__row div:last-child {
  flex-grow: 1;
}
.details-box .details-box__row .details-box__row__link {
  color: #1C75BC;
}
.details-box .details-box__row .list-unstyled {
  margin: 0;
}
.details-box--violations ul:first-child {
  width: 70%;
}
.details-box--violations ul:last-child .details-box__row div:first-child {
  min-width: 0;
}
.details-box--ppp-light-grey {
  background-color: #F1F2F2;
}
.label--standard {
  font-family: 'Open Sans Semibold';
  font-weight: normal;
  font-size: 16px;
}
.label--color-link {
  color: #1C75BC;
}
.submenu-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  border-right: 2px solid #a7a8a9;
  padding-right: 16px;
  margin-top: 32px;
  padding-top: 10px;
}
.submenu-left__item {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.submenu-left__item:hover,
.submenu-left__item--active {
  color: #1C75BC;
  text-decoration: none;
}
.SB_stealthHeaderTitle {
  visibility: hidden;
}
.grid-title--full-width {
  width: 100% !important;
}
/*# sourceMappingURL=common.css.map */