.about__description p{
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;

  /* Dark Blue 1 */

  color: #00253D;
}

.about__header h1{
  font-style: normal;
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 4.1rem;

  /* Dark Blue 1 */

  color: #00253D;
}

@media screen and (min-width: 576px) and (max-width:992px) {
  .about__header h1{
    font-style: normal;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 6rem;

    /* Dark Blue 1 */

    color: #00253D;
  }
}

@media (min-width: 992px) {
  .about__description p{
    font-style: normal;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3rem;
    /* Dark Blue 1 */
    color: #00253D;
  }
  .about__header h1{
    font-style: normal;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 6rem;

    /* Dark Blue 1 */

    color: #335063;
  }
}

/*Misc Page Headers or About Page*/
.about__contact{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media only screen and (min-width: 768px){
  .careers__content{
    max-width: 56rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .careers__content{
    max-width: 56rem;
  }
  .about__contact__social-media{
    width:90%;
  }
}
@media only screen and (max-width: 576px){
 /* .careers__content{
  width: ;
 } */
 .about__contact{
   padding-top: 3.1rem;
 }
 .about__contact__social-media{
   width:90%;
 }
}
.about__description {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #00253D;
}



/* About Page */
.about__contact__days{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #00253D;
}

.about__contact__hours{
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #3B3B3B;
}

.about__contact__title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #335063;
}

.about__contact__visit {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #242424
}

.about__contact__address{
  font-size: 0;
}

.about__contact__phone-label{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #00253D;
}

.about__contact__phone{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 136%;
  /* or 22px */
  text-transform: capitalize;
}


.about__property-specialists__container{
  max-width: 75rem;
}

.about__property-specialists__header {
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5rem;
  color: #3B3B3B;
}

.about__property-specialists__body{
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #00253D;
}
@media only screen and (max-width: 576px) {
  .about__property-specialists__body{
    font-size: 16px;
    line-height: 20px;
  }
}

.about__property-specialists {
  margin-top: 3.6rem;
  margin-bottom: 9.9rem;
}


@media only screen and (min-width: 576px) {
  .about__property-specialists {
    margin-top: 4rem;
    margin-bottom: 11.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .about__property-specialists {
    margin-top: 8.9rem;
    margin-bottom: 12.6rem;
  }
}


.specialist-title{
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #3B3B3B;
}

.specialist-language{
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #00253D;
}

.specialist-number{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 136%;
  /* identical to box height, or 22px */
  text-transform: capitalize;
  color: #0072BC;
}

.news__community__container{
  max-width: 41.6rem;
}

.news__community__title{
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #335063;
}

.news__community__link{
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: right;
  color: #0072BC;
}

.social-media-text{

  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #3B3B3B;
  /* identical to box height */
}

.available-roles-text{
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #3B3B3B;
}

.careers__content{
  max-width: 560px;
}

.careers__content__body{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
}

@media only screen and (max-width: 576px) {
  .careers__content__sub-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}


.giving-back {
  padding-left: 4rem;
  padding-right: 4rem;
}

.about__header, .about__description {
  max-width: 92.6rem;
}

.about__contact__address span {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 165.5%;
  margin-right: 3px;
}


@media only screen and (min-width: 768px) {
  .about__item{
    padding-left: 14.8rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .about__item{
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 576px) {
  .about__item{
    padding-left: 2.1rem;
  }
  .about__header,.about__description{
    padding-right: 2.1rem;
  }
}


/* hide news section on mobile */
.path-about .block-views-blockfeatured-article-news-community{
  display: block;
}
@media only screen and (max-width: 576px) {
  .path-about .block-views-blockfeatured-article-news-community{
    display: none;
  }
  .about__contact__address{
    display: inline-block;
    max-width: 25rem;
  }
}
/* Carerrs page */
.carrers-page {
  margin-bottom: 50px
}

.careers-options__image {
  overflow: hidden;
  display: contents;
}

.careers-options__image img {
  object-fit: cover;
  padding-bottom: 50px;
}

.careers__description{
  font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #00253d;
}
a.button.btn-primary-custom {
  display: block;
  width: fit-content;
  margin: 30px 0;
  color: white;
  cursor: pointer;
}
/* Job openings page */
.view.view-job-openings{
  width: 80vw;
  max-width: 114.1rem;
  margin: 20px auto;
}
.view.view-job-openings h1 {
  margin-bottom: 30px;
}

.view.view-job-openings .row {
  flex-direction: column;
  gap: 30px;
}

.view.view-job-openings .views-row {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.view.view-job-openings .views-row .views-field-body{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3B3B3B;
}
.field--name-field-documents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.field--name-field-media-document .field__item {
  display: block;
  padding: 15px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: fit-content;
  border-radius: 4px;
  background-color: #0072bc;
}

.field--name-field-media-document .field__item a {
  font-size: large;
  color: white;
}
