/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.bento-container.bento-borderless-top:last-child .bento {
	grid-template-columns: 1fr;
}

.bento-cell-gestures {
	display: none;
}

@media only screen and (min-width: 1069px) {
	.bento-cell-touch-control .bento-cell-copy {
		width: 50%;
	}
}

@media only screen and (max-width: 1068px) {
	.bento-borderless-top:nth-last-of-type(2) .bento-cell {
		padding: 105px 6.5vw 117px;
	}
}

@media only screen and (min-width: 735px) {
	.bento-cell-conversation, .bento-cell-volume {
		align-items: flex-start;
	}
}

/* BEGIN CARD HYPERLINK CSS  */
@media only screen and (min-width: 735px) {
    .bento-cell-hearing-health.bento-cell .hearing-avail-subcopy {
        position: absolute;
    }
}

.bento-cell-hearing-health.bento-cell .hearing-avail-subcopy {
    bottom: 60px;
    color: #86868b;
}

.typography-hearing-avail-subcopy {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 734px) {
    .typography-hearing-avail-subcopy {
        font-size: 14px;
        line-height: 1.4285914286;
        font-weight: 600;
        letter-spacing: -0.016em;
    }
}

.bento-cell-hearing-health.bento-cell .hearing-avail-subcopy a {
    pointer-events: auto;
    color: inherit;
}

@media only screen and (max-width: 1068px) {
    .bento-cell-hearing-health .bento-cell-copy {
		padding-top: 64px;
        padding-bottom: 140px;
    }
}

@media only screen and (max-width: 734px) {
    .bento-cell-hearing-health .bento-cell-copy {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1068px) {
    .bento-cell-hearing-health.bento-cell .hearing-avail-subcopy {
        bottom: 50px;
		position: absolute;
    }
}

@media only screen and (max-width: 734px) {
    .bento-cell-hearing-health.bento-cell .hearing-avail-subcopy {
        position: static;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .bento-cell-hearing-health.bento-cell .hearing-health {
        margin-top: 135px;
    }
}

@media only screen and (max-width: 734px) {
    .bento-cell-hearing-health.bento-cell .hearing-health {
        margin-top: 64px;
    }
}


 
 /* END CARD HYPERLINK CSS  */

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
