/*Hero image title and subtitle*/
/*For some reason there are a lot of !important tags on the standard injectors for this page, had to overwrite them here*/
h3.about-hero-title {
    color: black !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    line-height: 5rem !important;
    /*! background: unset !important; */
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    width: 800px;
    font-size: 3rem !important;
    background: white;
}

.white.fa-calendar-days.far.fa-2x {
  font-size: 3rem;
  line-height: 2rem;
}
.paragraphs-item-10956 .field-item {
    background: unset !important;
    font-size: 3rem !important;
    line-height: 100px !important;
}

/*Hero image paragraph*/
.paragraphs-item-10956 {
    min-height: unset !important;
}

/*Darker background for the hero image*/
.paragraphs-item-10956 .content {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100% !important;
    height: 100% !important;
}

/*Color for the subtitle*/
.paragraphs-item-10956 h6 {
    color: #d73f09 !important;
    height: min-content;
}

/*Divider line used in 1-cols*/
.divider-line {
    height: 0;
    border: 3px solid #d73f09;
    width: 60px;
    margin: 30px 0;
}

/*Grid display for about section*/
.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/*All text in each "card"*/
.about-section-card p {
    width: 90%;
    padding: 20px 5%;
}

/*Above each "card"*/
.about-section-divider {
    height: 0;
    border: 3px solid #d73f09;
}

/*Hero paragraph responsiveness*/
@media (max-width: 768px) and (min-width: 100px) {

    .paragraphs-item-10956 .field-item,
    .about-hero-title {
        width: 100%;
        padding: 0 !important;
    }

    .about-hero-title {
        text-align: center;
    }

    .paragraphs-item-10956 .field-item h3 {
        font-size: 60px !important;
        margin: auto 0;
    }

    .paragraphs-item-10956 .content {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .paragraphs-item-10956 h6 {
        font-size: 25px !important;
        text-align: center;
    }
}


/* added March 2023 */


.big-sub-title {
  background: black;
  width: 70%;
  padding: 0 20px;
  line-height: 3.1rem;
  text-align: left;
  font-size: 3rem !important;
}

.field.field-name-field-p-1-col-main.field-type-text-long.field-label-hidden {
  background: unset !important;
}

.btn.btn-large.btn-secondary.color-active {
  /*! font-size: 2rem; */
  line-height: 2.2rem;
}

.white.fa-calendar-days.far.fa-5x {
  font-size: 2rem;
}

#nice-menu-1 {
  display: none;
}