nav ul a:hover
{
     background-color: rgba(0, 0, 0, 0);
}
.row .col
{
    padding: 0 0.25rem; 
}
.enroll-form-row
{
    padding: 0 0.5rem; 
}
.events-subject
{
    font-weight: 400;
    margin: 0 0 .656rem 0; 
	text-align: center;
}
.enroll-form-subject {
	color: #765FAF;
}
@media only screen and (min-width: 601px){
    .mk-divider {
        display: none; 
    }
}
@media only screen and (max-width: 601px){
    footer.page-footer
    {
        font-size: 3.2vw;
    }
}
.share-buttons img {
	width: 48px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}
#main > .row {
    margin-bottom: 20px;
}

.enroll-btn {
	font-size: 18px;
}

.share-section {
	margin-top: 20px;
}
.mkpayment {
    font-size: .8rem;
}

#radio-cards-container {
	/*margin-top: 5rem;*/
	width: 75vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.radio-card {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 100px;
	margin-right: .2rem;
	margin-bottom: .2rem;
	padding: 1rem;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.radio-card:hover {
	border: 2px solid #016787;
	cursor: pointer;
}
.radio-card-check {
	display: none;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
}
.radio-card-check i {
	font-size: 1.6rem;
	color: #016787;
}
.text-center {
	text-align: center;
}
.radio-card-icon img {
	width: 80px;
}
.radio-card-label {
	margin-top: 1rem;
	font-weight: 600;
	font-size: 1.2rem;
}
.radio-card-label-description {
	margin-top: 0.5rem;
	color: rgba(0, 0, 0, 0.7);
}
.radio-card.selected {
	/*border: 2px solid #016787;
	box-shadow: 0 0 0 1px rgba (1,103,135, 0.8), 8px 8px 0 0 rgba(1,103,135, 0.8);*/
	-moz-box-shadow: 1px 1px 3px 2px #016787;
	-webkit-box-shadow: 1px 1px 3px 2px #016787;
	box-shadow:         1px 1px 3px 2px #016787;
}
.radio-card.selected .radio-card-check {
	display: inline-flex;
}