.buttonStyleOverride.btn:hover {
	text-decoration: underline;
}

.superscript {
	vertical-align: super;
	font-size: smaller;
}

.sr-only {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

div.lg-10.fome-dll-column .eventHeading {
	text-align: center;
}

.homeddl-label {
	display: block;
	margin-bottom: 0.25rem;
	color: rgb(255, 255, 255);
}

.home-ddl-row {
	/* flex-direction: row !important; */

	justify-content: space-around !important;
	align-items: end !important;
}

.home-ddl-heading {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.home-ddl-column {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	flex-basis: 20%;
	gap: 0;
	max-width: 30%;
}

.home-ddl-btn {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	flex-basis: 10%;
	max-width: 15%;
}

select#topDDL, select#catDDL {
	max-width: 100% !important;
	margin: 0, 1rem;
}


@media only screen and (max-width: 640px) {
    .lg-12 {
    }

    .featuredImage {
        max-height: none;
    }

    .productTile-image {
        max-height: none;
    }

    #ctl01_Podcasts1_clPodcasts {
        max-width: 100%;
    }

    .homeCallOut1, .homeCallOut2 {
        background-color: #43537F;
        background-blend-mode: overlay;
        margin: 0 0 32px 0;
    }


        .homeCallOut1 p, .homeCallOut2 p {
            color: #FFFFFF !important;
            font-size: 18pt;
        }

    .containerBlue select#catDDL {
        margin-bottom: 32x;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .containerBlue select#catDDL {
        margin: 0 !important;
      }
}



a:focus {
	outline: 2px solid rgba(0, 0, 255, 0.528);
}




/* style="border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;" */
