/*------------------------------------*\
   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;
	}
}

/*--- start of avail-subcopy ---*/
.bento-cell-hearing-health.bento-cell .hearing-avail-subcopy > span {
    display: inline-block;
}

.bento-cell-hearing-health.bento-cell .hearing-avail-subcopy a {
    pointer-events: auto;
    color: inherit;
}
.bento-cell-hearing-health.bento-cell .hearing-avail-subcopy {
	position: absolute;
    bottom: 60px;
    color: #86868b;
}
.bento-cell-hearing-health.bento-cell.hearing-avail .bento-cell-copy {
    padding-bottom: 110px;
    padding-top: 64px;
}
.typography-hearing-avail-subcopy {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

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

@media only screen and (max-width:1068px) {
    .bento-cell-hearing-health.bento-cell .hearing-avail-subcopy {
		position: unset;
        bottom: 0px;
        margin: 30px 0px;
        width: 100%;
        max-width: 100%;
    }
}
@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;
        font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    }
}

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