

/* Individual columns */

.card-col {
	margin-bottom: 0px !important;
}

.row cards cards-promo {
	
	margin-bottom: 0px !important;	
}

.card-promo .card-promo-date {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 0 auto;
    border-radius: 50%;
	border-style: solid;
  border-color: #64c4e3;
  border-width: 3px;
  font-family: "museo-sans" !important;
    text-transform: uppercase;
    color: #3b2667;
    background: #ffffff;
}

.card-promo-date li.card-promo-date-part {
    margin: 0;
    font-size: .9rem;
	line-height: 0.85em;
	font-weight: bold;
	font-family: "museo-sans" !important;
}

a[role=button].white, button.white, input[type=submit].white, input[type=reset].white, input[type=button].white {
    background-color: #73C04C;
    color: #000000;
	font-weight: 700;
	font-family: "museo-sans";
    border-color: rgba(0, 0, 0, .25);
}