@font-face {
  font-family: "Beon Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Beon Medium"), url("../fonts/beon/beon-webfont.woff") format("woff");
}
@font-face {
  font-family: "Beon Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Beon Medium"), url("../fonts/beon/Beon.woff") format("woff");
}
body {
  color: #fff;
  background-color: #0d141c;
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 1rem;
    line-height: initial;
  }
}

.container {
  max-width: 98%;
}

.tabs {
  margin: auto;
}

.site-branding__name a {
  font-family: "Beon Medium";
  color: #30d8cd;
}
.site-branding__name img {
  max-height: 70px;
}

.btn {
  border: 1px solid #30d8cd;
  color: #30d8cd;
  border-radius: 0;
}

.site-branding__logo img {
  max-height: 50px;
}

footer {
  padding-top: 15px;
  font-size: 0.9rem;
}
footer .site-name a {
  color: #ffffff;
  font-size: 1.2rem;
}
footer .logo {
  margin-right: 2px;
  margin-left: -10px;
}

.tabs li:not(.edit-tab-li) {
  display: none;
}

.card.has-popup p {
  max-width: 96%;
}

.card-body .file--application-pdf, .popup-container .file--application-pdf {
  background-image: none;
  padding-left: 0;
}
.card-body p, .popup-container p {
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .card-body p, .popup-container p {
    font-size: 1rem;
    line-height: initial;
  }
}
.card-body ul li, .card-body ol li, .popup-container ul li, .popup-container ol li {
  margin-bottom: 5px;
}
.card-body .card-text, .popup-container .card-text {
  max-width: 98%;
}

.card-title {
  font-weight: bold;
}

.card-img-top {
  max-height: 50px;
  width: auto;
  margin-bottom: 20px;
}

#block-tjm-page-title {
  display: none;
}

.node--type-buildings [class*=col-] {
  margin-bottom: 10px;
  padding: 0 7px;
}
.node--type-buildings .address-title {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.7rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
.node--type-buildings .page-title {
  display: none;
}
.node--type-buildings h1, .node--type-buildings h2, .node--type-buildings h3, .node--type-buildings h4, .node--type-buildings h5, .node--type-buildings h6 {
  margin-bottom: 12px;
}
.node--type-buildings a {
  font-weight: bold !important;
}
.node--type-buildings a strong {
  font-weight: bold !important;
}
.node--type-buildings h1, .node--type-buildings h2, .node--type-buildings h3, .node--type-buildings h5, .node--type-buildings h6 {
  font-size: 1rem;
}
@media screen and (min-width: 1920px) {
  .node--type-buildings h1, .node--type-buildings h2, .node--type-buildings h3, .node--type-buildings h5, .node--type-buildings h6 {
    font-size: 1rem;
    line-height: initial;
  }
}
.node--type-buildings .card-body {
  background-color: #0098AF;
  color: #fff;
  padding: 15px 15px 10px 15px;
}
.node--type-buildings .card-body h1, .node--type-buildings .card-body h2, .node--type-buildings .card-body h3, .node--type-buildings .card-body h5, .node--type-buildings .card-body h6 {
  color: #fff;
}
.node--type-buildings .card-body h4, .node--type-buildings .card-body .card-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 1920px) {
  .node--type-buildings .card-body h4, .node--type-buildings .card-body .card-title {
    font-size: 1.8rem;
  }
}
.node--type-buildings .card-body a {
  color: #fff;
  text-decoration: none;
}
.node--type-buildings .card-body a:hover {
  color: #30d8cd;
}
.node--type-buildings .card {
  border: 0;
  overflow: hidden;
  border-radius: 0;
}
.node--type-buildings h1, .node--type-buildings h2, .node--type-buildings h3, .node--type-buildings h5, .node--type-buildings h6 {
  font-weight: bolder !important;
}
.node--type-buildings .main-header {
  display: flex;
}
.node--type-buildings .main-header .first-child {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .node--type-buildings .main-header .first-child {
    order: 2;
  }
}
.node--type-buildings .main-header .last-child {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .node--type-buildings .main-header .last-child {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .node--type-buildings .main-header .main-child {
    order: 1;
  }
}

.alert-bar {
  background-color: #ca0013;
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
}
.alert-bar p {
  font-size: 18px;
}
@media screen and (min-width: 1920px) {
  .alert-bar p {
    font-size: 1rem;
    line-height: initial;
  }
}
.alert-bar .alert-icon {
  max-width: 30px;
  float: left;
  margin-right: 15px;
}

.main-content__section, .sidebar__section {
  padding: 0;
}

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.valign-wrapper p {
  padding: 0;
  margin: 0;
}

.text-center {
  text-align: center;
}

article ul, article ol {
  padding: 0 0 0 20px;
}

/* .ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;

  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.node--type-buildings .card:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  height: 100%;
}

.node--type-buildings .col-xl-2:nth-child(9n+1) .ag-courses-item_bg { background-color: #f9b234; }
.node--type-buildings .col-xl-2:nth-child(9n+2) .ag-courses-item_bg { background-color: #e84848; }
.node--type-buildings .col-xl-2:nth-child(9n+3) .ag-courses-item_bg { background-color: #cd3e94; }
.node--type-buildings .col-xl-2:nth-child(9n+4) .ag-courses-item_bg { background-color: #3ecd5e; }
.node--type-buildings .col-xl-2:nth-child(9n+5) .ag-courses-item_bg { background-color: #0038ff; }
.node--type-buildings .col-xl-2:nth-child(9n+6) .ag-courses-item_bg { background-color: #8A2BE2; }
.node--type-buildings .col-xl-2:nth-child(9n+7) .ag-courses-item_bg { background-color: #e84848; }
.node--type-buildings .col-xl-2:nth-child(9n+8) .ag-courses-item_bg { background-color: #32CD32; }
.node--type-buildings .col-xl-2:nth-child(9n+9) .ag-courses-item_bg { background-color: #4169E1; }

.node--type-buildings .card:hover .card-body h1,.node--type-buildings .card:hover .card-body h2,.node--type-buildings .card:hover .card-body h3, .node--type-buildings .card:hover .card-body h4, .node--type-buildings .card:hover .card-body h5, .node--type-buildings .card:hover .card-body h6, .node--type-buildings .card:hover .card-body p, .node--type-buildings .card:hover .card-body a, .node--type-buildings .card:hover .card-body ul{
  z-index: 2;
  position: relative;
}

.node--type-buildings .card:hover a{
  color:#fff;
} */
.main-box {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 7vw;
  font-weight: 900;
  z-index: 5;
  text-transform: uppercase;
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.main-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "Sign Up";
  opacity: 0.5;
  filter: blur(10px);
  transition: all 0.25s ease;
  z-index: 2;
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transform: translateX(-50%) translateY(-50%);
}

.weather-block {
  float: right;
}

.language-dropdown {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
}
.language-dropdown select {
  float: right;
  padding: 5px;
  border-radius: 0;
  min-width: 200px;
  font-size: 0.9rem;
}

.mfp-content {
  background-color: #fff;
  max-width: 80%;
  margin: auto;
}

.popup-container {
  color: #000;
  background-color: #f1f1f1;
}
.popup-container .content-top {
  padding: 25px 25px 0 25px;
}
.popup-container .content-bottom {
  background-color: #fff;
  padding: 25px;
  border-top: 1px solid #333;
}
.popup-container .content-links {
  padding: 15px 25px;
  border-top: 1px solid #333;
  margin-top: 15px;
}
.popup-container .card-title {
  margin-bottom: 1.2rem;
}
.popup-container a {
  color: inherit;
  font-weight: bold;
}
.popup-container ul {
  color: inherit;
  padding: 0 0 0 20px;
}
.popup-container h1, .popup-container h2, .popup-container h3, .popup-container h5, .popup-container h6 {
  font-weight: bolder !important;
}
.popup-container h6 {
  font-size: 1.4rem !important;
}

i.fa-solid.fa-arrow-right {
  background-color: #30d8cd;
  padding: 10px;
  font-size: 1.2rem;
  border-radius: 50%;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1920px) {
  i.fa-solid.fa-arrow-right {
    font-size: 1rem;
  }
}

.popup-inline:hover i {
  color: #fff;
}

.has-weather-bar .col-lg-9, .has-weather-bar .col-lg-3 {
  margin-bottom: 0;
}
.has-weather-bar .management-company {
  padding: 0;
}

.no-weather-bar .field--entity-reference-target-type-taxonomy-term, .no-weather-bar .field--entity-reference-target-type-taxonomy-term.field__item, .no-weather-bar .address-title {
  margin-bottom: 0;
}
.no-weather-bar .management-company {
  padding: 0 0 20px 0;
}

.tabs a.is-active, .tabs a:hover {
  background-color: #0098AF;
  color: #fff;
}

.node--type-buildings .field--entity-reference-target-type-taxonomy-term, .node--type-buildings .field--entity-reference-target-type-taxonomy-term.field__item {
  margin: 10px 0;
}
.node--type-buildings .btn {
  margin: 0;
  font-size: 0.9rem;
}
.node--type-buildings .btn:hover {
  background-color: #30d8cd;
  color: #fff;
}
.node--type-buildings #block-tjm-local-tasks {
  position: relative;
}
.node--type-buildings #block-tjm-local-tasks nav {
  position: fixed;
  right: 30px;
  bottom: 79px;
  width: 45px;
  height: 45px;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 100;
}
.node--type-buildings #block-tjm-local-tasks nav.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.node--type-buildings .management-company h6 {
  margin-bottom: 5px;
}

.hidden-tab-li {
  display: none !important;
}

.edit-tab {
  background-color: #30d8cd;
  color: #000 !important;
  height: 45px;
  font-size: 16px;
  line-height: 36px;
  width: 45px;
}

.path-user #main-content {
  margin: 4rem 0 0 0;
}
.path-user h1.page-title {
  font-size: 2.6rem;
}
.path-user .tabs > li {
  margin-right: 0;
}
.path-user .tabs a {
  padding: 0;
}
.path-user .tabs a:hover {
  background-color: transparent;
  color: #30d8cd;
}
.path-user .is-active {
  display: none;
}

#block-tjm-useraccountmenu {
  width: auto;
  display: inline-block;
}
#block-tjm-useraccountmenu ul.menu li a {
  padding: 0;
  line-height: inherit;
}
#block-tjm-useraccountmenu ul.menu li a:hover {
  background-color: transparent;
  color: #30d8cd;
}

#block-tjm-userlogin {
  margin: 4rem 0;
}
#block-tjm-userlogin ul {
  list-style-type: none;
}
#block-tjm-userlogin ul li {
  margin-right: 7px;
  display: inline-block;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.popup-container .dynamic-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popup-container .dynamic-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.popup-container .dynamic-content iframe {
  width: 100%;
  min-height: 600px;
  border: none;
}
.popup-container .dynamic-content .error {
  color: red;
  padding: 20px;
  text-align: center;
}

.popup-back-btn {
  margin: 1.2rem 2rem 0 2rem;
  background-color: #0098AF;
  padding: 5px 15px;
  font-size: 1rem;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-weight: bold;
}

.path-list-of-buildings h1.page-title {
  font-size: 2.4rem;
  padding: 2rem 0;
}
.path-list-of-buildings .views-field-title:not(th) a {
  color: #0098AF;
  font-weight: bold;
}
.path-list-of-buildings th a {
  color: #fff;
}
.path-list-of-buildings thead, .path-list-of-buildings tbody, .path-list-of-buildings tfoot, .path-list-of-buildings tr, .path-list-of-buildings th {
  border: 0;
}
.path-list-of-buildings .form--inline .form-actions {
  clear: none;
  float: left;
  margin: 0;
  width: calc(10% - 10px);
}
@media (max-width: 768px) {
  .path-list-of-buildings .form--inline .form-actions {
    width: calc(15% - 10px);
  }
}
.path-list-of-buildings .form-item-combine {
  float: left;
  width: 90%;
}
@media (max-width: 768px) {
  .path-list-of-buildings .form-item-combine {
    width: 85%;
  }
}
.path-list-of-buildings .form--inline .form-item {
  margin: 0 10px 0 0;
}
.path-list-of-buildings .form-text {
  border: 0;
  margin: 0;
}
.path-list-of-buildings input[type=submit] {
  margin: 0;
  padding: 10px 15px;
  border: 0;
  line-height: inherit;
  width: 100%;
}

@media (max-width: 768px) {
  .valign-wrapper:not(.logo-and-site-name-wrapper) {
    display: block;
  }

  .weather-block {
    float: none;
    width: 100%;
  }

  .address-title {
    font-size: 2.2rem;
    padding: 20px 0 0 0;
  }

  footer .valign-wrapper {
    display: flex;
  }
}
.page-node-4 .col-lg-4 {
  padding: 0 7px;
}

.page-node-4 .container {
  max-width: 98%;
}

.page-node-4 .card-body {
  padding: 20px 15px;
}

/* Tablet (768px to 992px) - Two columns */
@media (min-width: 768px) {
  .page-node-4 .col-lg-4 {
    width: 50% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}
/* Desktop (992px to 1500px) - Three columns */
@media (min-width: 992px) {
  .page-node-4 .col-lg-4 {
    width: 33.33333333% !important;
  }
}
@media (min-width: 1500px) {
  .page-node-4 .col-lg-4 {
    width: 16.666667% !important;
  }
}
/* Mobile (up to 768px) - Single column */
@media (max-width: 768px) {
  .page-node-4 .col-lg-4 {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}
@media (max-width: 480px) {
  .page-node-4 .col-lg-4 {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */
