.gray-border {
    border: lightgrey;
    border-width: 1px;
    border-style: solid;
    height: auto;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
}

.about_icons {
    width: auto;
    height: 100px;
    margin-bottom: 1rem;
}
.card-image {
    margin: 0 32px;
}

.caregiver-name {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
}
@media (max-width: 991px) {
    .caregiver-name{
        margin-top:15px;
    }
}

.image-cards-container {
    display: grid;
    row-gap: 63px;
    column-gap: 48px;
    grid-template-columns: repeat(1, 1fr);
}

.second-column {
    padding-left: 20px;
}

@media (min-width: 768px) {
 
    .image-cards-container {
        row-gap: 93px;
        grid-template-columns: repeat(3, 1fr);
    }

    .second-column {
        padding-left: 48px;
    }

    .about_icons {
        margin-bottom: 2rem;
    }

    body#about .nav-item:nth-child(1) a {
        color: #7940a5;
    }
    body#about .row.daybue-blue-bg .card h2.white-font-35 {
        white-space: nowrap;
    }
    body#about .row.daybue-blue-bg .card p.white-font-20 {
        white-space: nowrap;
    }
}

@media (max-width: 552px) {
    body#about hr.mobile {
        border: 0;
        border-top: 1px solid white;
        width: 80%;
        opacity: 0.5;
        margin-top: -15px;
    }

    /* body#about .btn-view-here {
		bottom: 120px;
		position: absolute;
		left: 54px;
	} */

    body#about .row.resource-card-mobile.about-cg {
        margin-left: 0px !important;
    }

    body#about .row.resource-card-mobile.about-cg .img-placeholder {
        width: 140px !important;
    }

    body#about p.purple-font-18-euclid-bold.centered-icons.about-cg {
        padding-left: 15px;
    }

    body#about .row.resource-card-mobile.about-cg .resource-card-title {
        font-size: 20px;
        font-weight: normal;
        width: 260px;
        line-height: 22px;
        margin-top: 0px !important;
    }

    body#about .row.resource-card-mobile.about-hcp .col-lg-6 {
        margin-left: 0px !important;
    }

    body#about .row.resource-card-mobile.about-hcp .btn-section {
        height: auto;
        bottom: 0;
    }

    body#about .row.resource-card-mobile.about-hcp .resource-card-title {
        text-align: center;
        font-family: "EuclidCircularB-Regular" !important;
        font-size: 15px;
        line-height: 17px;
        font-weight: bold;
        margin: 20px;
    }

    body#about .main-subtitle {
        margin-bottom: 70px !important;
    }

    .desktop {
        display: none;
    }

    .white-font-35 {
        font-size: 35px;
        line-height: 34px;
    }

    .blue-card-image {
        scale: 1.1;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }

    

    .row2 {
        padding-top: 10px !important;
    }

    .blue-title-copy {
        text-align: left;
    }

    .support-team-image-desktop {
        display: none !important;
        width: 100%;
    }

    .support-team-image-mobile {
        display: inline !important;
        width: 100%;
    }

    .align-support-about {
        margin-left: 10px !important;
    }

    .white-font-35 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .steps-about {
        display: none !important;
    }

    .steps-about-mobile {
        display: contents !important;
        margin: 10px;
    }

    .step-text {
        text-align: left !important;
        margin-left: 10px;
    }

    .about-announcement {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .resource-card-title {
        margin-bottom: 1px !important;
    }

    .daybue-btn {
        margin-top: 20px !important;
    }

    /* .daybue-btn-about {
		position: absolute;
		margin-top: 90px !important;
	} */
}

.steps-about-mobile {
    display: none;
}

.nav-item:hover {
    color: #7940a5 !important;
}

.support-team-daybue {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.bullet-heart-yellow {
    margin-top: 40px;
    margin-left: 0 !important;
}

.support-team-image {
    width: 100%;
}

.support-team-image-mobile {
    display: none;
}

.steps-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step-text {
    margin-top: 10px;
    text-align: center;
}

.about-announcement {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 50px;
    text-align: center;
}

.btn-section {
    height: 160px;
}

.resource-card {
    margin-top: 30px;
}

.align-support-about .left-title {
    margin-left: 0;
}
.resource-card-title {
    font-family: "EuclidCircularB-Semibold" !important;
}

.row {
    align-items: flex-start;
}

.form-bg {
    background: url("../../images/daybue-patient-consent-form.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.tac-about {
    text-align: left;
}

.tac-about span.terms-and-conditions {
    position: relative;
    top: -2px;
}

.btn-section-about {
    bottom: -29px !important;
}

.mbl-show {
    display: none;
}

@media (max-width: 552px) {
    .img-placeholder {
        width: 100px !important;
        height: auto !important;
    }

    .mbl-show {
        display: block;
    }

    .mbl-hide {
        display: none;
    }
}

.bg-blue-gradient-daybue {
    background: rgb(50, 134, 160);
    background: -moz-linear-gradient(
        0deg,
        rgba(50, 134, 160, 1) 26%,
        rgba(95, 165, 187, 1) 77%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(50, 134, 160, 1) 26%,
        rgba(95, 165, 187, 1) 77%
    );
    background: linear-gradient(
        0deg,
        rgba(50, 134, 160, 1) 26%,
        rgba(95, 165, 187, 1) 77%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3286a0", endColorstr="#5fa5bb", GradientType=1);
}

@media (max-width: 991px) {
    .bg-daybue-gradient {
        background: rgb(50, 134, 160);
        background: -moz-linear-gradient(
            0deg,
            rgba(50, 134, 160, 1) 26%,
            rgba(95, 165, 187, 1) 77%
        );
        background: -webkit-linear-gradient(
            0deg,
            rgba(50, 134, 160, 1) 26%,
            rgba(95, 165, 187, 1) 77%
        );
        background: linear-gradient(
            0deg,
            rgba(50, 134, 160, 1) 26%,
            rgba(95, 165, 187, 1) 77%
        ) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3286a0", endColorstr="#5fa5bb", GradientType=1);
    }

    .bg-daybue-solid {
        background: #5fa5bb;
    }
    .fam-footnote-cg {
        bottom: -5px;
    }
}

@media (min-width: 552px) and (max-width: 991px) {
    body#about .col-lg-12.align-support-about {
        margin-left: 20px;
    }
    body#about .resource-card {
        height: auto;
    }

    body#about .thumbnail-tablet {
        right: -60px;
        position: relative;
    }
}

@media (max-width: 768px) {
    body#about .row.daybue-icons-bg.centered-icons.pt-2 {
        padding-top: 0px !important;
    }

    body#about
        .row.daybue-icons-bg.centered-icons.pt-2
        .col-md-4:nth-of-type(2) {
        margin-top: 0px !important;
    }
    .daybue-icons-bg {
        background-color: #eff6f8 !important;
        padding: 15px !important;
        padding-top: 57px !important;
        margin-bottom: 50px;
    }
}

.fam-footnote-hcp {
    position: relative;
    bottom: 25px;
    left: 85vw;
    font-size: 13px;
    letter-spacing: 0.217px;
    color: var(--white);
    text-shadow: 1px 1px rgb(0 0 0 / 50%);
}
.fam-footnote-cg {
    font-size: 13px;
    letter-spacing: 0.217px;
    color: var(--white);
    text-shadow: 1px 1px rgb(0 0 0 / 50%);
    width: auto;
    text-align: left;
    padding: 1rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .fam-footnote-cg {
        padding: 1rem;
        text-align: center;
        width: 100%;
    }
    .fam-footnote-hcp {
        left: 80vw;
    }
}
@media (max-width: 683px) {
    .fam-footnote-hcp {
        left: 62vw;
    }
}
@media (max-width: 767px) {
    body#about .nav-item:nth-child(1) a {
        color: var(--yellow);
    }
}

@media (min-width: 553px) and (max-width: 767px) {
    body#about .row .btn-section {
        top: 101px;
        float: left;
        margin-left: 130px;
    }
    body#about .content-card {
        height: auto;
        margin-top: 35px;
    }
    body#about .row.resource-card .row {
        flex-direction: column-reverse;
    }
    body#about .resource-card.resource-card-row-2 .content-card {
        height: 150px;
    }
    body#about .row .btn-section.btn-section.mobile.dwn {
        top: auto !important;
    }
    body#about .thumbnail-tablet {
        right: -7px;
    }
}

@media (min-width: 991px) {
    body#about .row.daybue-blue-bg .card-image {
        min-height: 451px;
        display: flex;
        justify-content: flex-end;
    }
    body#about .row.daybue-blue-bg .card-image .blue-card-image {
        margin-left: 0;
        transform: scale(1.4);
        transform-origin: bottom right;
    }
}
@media (min-width: 1248px) {
    body#about .row.daybue-blue-bg .card-image {
        min-height: 355px;
    }
    body#about .row.daybue-blue-bg .card-image.es-site {
        min-height: 401px;
    }
}

.supporting-parent-container {
    align-items: flex-end;
    justify-content: space-between;
}

.supporting-you-container {
    align-items: flex-end;
    padding: 20px 0 0 40px;
}
.image-with-margin-container {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    right: 0;
}

.image_family_access_manager {
    width: 521px;
}

@media (max-width: 991px) {
    .image-with-margin-container {
        position: relative;
        justify-content: center;
    }
    .image_family_access_manager {
        width: 370px;
        margin-top: -56px;
    }
    .supporting-you-container {
        padding: 0 0 0 24px;
    }
}
@media (min-width: 991px) {
    p.consent-copy {
        margin-top: 176px;
    }
}
html[lang=es] .daybue-btn {
    width: 200px;
}