/* BASE STYLES */
@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 */
/* Common style rules shared accross the files */
.btn-text-default {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.btn-primary-hover {
  background-color: #EE1C25;
  border-color: #EE1C25;
}
.btn-second-hover {
  background-color: #008FD5;
  border-color: #008FD5;
}
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: #00aeef;
  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;
}
.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: #003858;
  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: #003858;
  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 {
  color: #EE1C25;
  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: #003858;
}
.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: uppercase;
}
.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 {
  background: #EE1C25;
  border: 0.1rem solid #EE1C25;
}
.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: #003858;
}
.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: #003858;
  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 {
  color: #EE1C25;
}
.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 {
  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: #003858 !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: #003858;
}
/* 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: #A7A9AC;
}
html body select option[value=""],
html body select option[value="0"] {
  color: #A7A9AC;
}
body select.empty:focus,
body select.empty:focus:invalid {
  color: #A7A9AC;
}
body select.empty:focus option:not(:first-of-type),
body select.empty:focus:invalid option:not(:first-of-type) {
  color: #6D6E71;
}
.custom-error {
  text-align: center;
}
.custom-error h2 {
  color: red;
  font-family: 'Open Sans SemiBold';
  font-size: 2rem;
}
.custom-error .custom-error-message {
  color: red;
  font-family: 'Open Sans SemiBold';
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=common.css.map */