.current-menu-item a:visited {
    border-bottom: none;
}

.current-menu-item a {
    border-bottom: none;
}

#ajax-content {
    font-family: 'alte-haas-grotesk-bold';
    color: white;
    background-color: black;
}

.content-area {
    padding-top: 215px;
    margin-top: 0px;
}

.station .howl {
    color: #CABE68;
}

.shows-grid .show h3 {
    background: #000;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.shows-grid .show h3 strong {
    font-weight: 700;
    font-size: 21px;
}

.shows-grid .show:nth-of-type(5n + 1) {
    margin-right: 0;
    margin-left: 0;
}

.shows-grid .show p {
    line-height: 1.47;
}


/* CARRY OVER CHANGES */
article #shows-title {
    font-family: 'alte-haas-grotesk-bold';
    color: white;
    text-transform: uppercase;
}

@media(max-width:768px) {
    article #shows-title {
        font-family: 'alte-haas-grotesk-bold';
        color: white;
        text-transform: uppercase;
        text-align: center;
    }

    .shows-grid .show p {
        height: 100px;
    }

    .shows-grid {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .shows-grid .show {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .shows-grid .show:nth-of-type(5n) {
        margin-right: 0px;
        margin-left: 0px;
    }

    .content-area {
        padding-top: 150px;
        margin-top: 0;
    }
}



#app-download-module {
	width: 100%;
	font-family: 'alte-haas-grotesk-bold';
	background-color: #81FFFE;
	color: black;
}

#app-download-text-button-container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#app-download-header-text {
	font-size: 49px;
}

#app-download-body-text {
	font-size: 21px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#app-download-button-container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.app-download-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 255px;
	height: 65px;
	background-color: #5254DD;
	color: white;
	font-size: 22px;
}

.app-download-button:visited {
	color: white;
}

.app-download-button:nth-of-type(1n) {
	margin-right: 15px;
}

.app-download-button:nth-of-type(2n) {
	margin-right: 0px;
}

@media(max-width: 425px) {
	#app-download-header-text {
		text-align: center;
	}
}