  /* Event Loop Page */
.datepicker {
    float: none;
    margin-bottom: 0;
    font-family: 'roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.datepicker > div {
    width: 100%;
    border: none;
    box-shadow: none;
    z-index: 1000 !important;
}

.datepicker .ui-datepicker-header {
    height: 36px;
    padding: 0;
    line-height: 36px;
}

.datepicker .ui-datepicker-header a {
    padding: 0 16px;
}

.datepicker .ui-datepicker-calendar {
    width: 100%;
    margin-bottom: 0;
}

.datepicker .ui-datepicker-calendar th {
    height: 36px;
    line-height: 36px;
    color: #140d0f;
    text-transform: uppercase;
}

.datepicker .ui-datepicker-calendar td {
    width: 14.28571%;
    border-top: none;
    border-left: none;
    border-right: none;
}

.datepicker .ui-datepicker-calendar a {
    width: 100% !important;
    color: #140d0f;
}

.datepicker .ui-datepicker-calendar .ui-datepicker-other-month a {
    color: #898989;
}

.ev-filters {
    margin-bottom: 20px;
    font-family: 'roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.ev-filters .ev-types select {
    width: 165px;
    padding: 4px 9px 4px;
}

.ev-filters .ev-date {
    font-size: 1.185rem; /* 19px */
    font-weight: 700;
}

.ev-featured .story .story-img-link {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
}

.ev-featured .load-more-btn {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #2377bc;
    letter-spacing: 0px;
    text-transform: none;
    background-color: inherit;
}

.ev-featured .load-more-btn:hover {
    color: #003965;
}

.ev-featured .load-more-btn::after {
    content: " \2192";
}

.ev-default-text {
    position: absolute;
    top: 45%;
    width: 100%;
    font-family: 'roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.875rem; /* 36px */
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.ev-featured .ev-default-text {
    font-size: 3.125rem; /* 50px */
}

.ev-view-more {
    display: inline-block;
    line-height: 20px;
}

.ev-view-more i {
    float: left;
    font-size: 20px;
    margin-right: 7px;
}

/* Event Loop Page - Styles for Add Event button */
.sub-mast-taxonomy .sm-title {
    padding: 0;
}
.sub-mast-taxonomy .sm-title h2 {
    margin-right: 0px;
}
.sub-mast-taxonomy .event-add-container {
    display: inline-block;
    margin: 0 0 0 16px;
}
.sub-mast-taxonomy .event-add-btn {
    display: block;
}
.sub-mast-taxonomy .event-add-btn:link,
.sub-mast-taxonomy .event-add-btn:visited,
.ev-view-more:link,
.ev-view-more:visited {
    color: white;
    transition: none;
}
.sub-mast-taxonomy .event-add-btn:hover,
.ev-view-more:hover,
.sub-mast-taxonomy .event-add-btn:focus,
.ev-view-more:focus {
    background-color: black;
}

/* Event Info Page */
.ev-header {
    overflow: hidden;
}

.ev-header h1 {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.ev-header span {
    float: left;
    font-family: 'roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: .75em;
    padding: 5px 7px;
    margin-top: 2px;
    color: #fff;
    background-color: #1D78AF;
    border: 0;
    border-radius: 2px;
}

.ev-info {
    margin: 30px 0 35px;
    display: grid;
    grid-template-columns: max-content 1fr;
}

.ev-info dt,
.ev-info dd {
    padding: 16px; 
    border: 1px solid #DBD9D9;
    border-right: none;
    font-size: 18px;
	line-height: 24px;
    letter-spacing: 0;
}

.ev-info dd {
    margin: 0;
}

.ev-info dt {
    border-left: none;
    display: flex;
    align-items: center;
	font-weight: 700;
}

.ev-info dt:not(:last-of-type),
.ev-info dd:not(:last-of-type) {
    border-bottom: none;
}

.ev-info dd > :not(:last-child) {
    margin-right: 12px;
}

.ev-info .ev-info-row-website {
    word-break: break-all;
}

.ev-info .ev-info-row-contact > * {
    display: block;
    margin-right: 0;
}

.ev-info dt i {
    margin-right: 10px;
    vertical-align: middle;
}

.ev-info dd i {
    margin-right: 5px;
    vertical-align: middle;
}

.ev-info i.ss-dollarsign {
    margin: 1px 12px 0 0;
    font-size: larger;
    font-weight: 700;
    vertical-align: top;
}

.ev-info dd .ev-spacer {
    margin-right: 10px;
}

.ev-info .ev-btn {
    font-weight: 700;
    white-space: nowrap;
    z-index: 1000;
    border-bottom: none;
    position: relative;
}

.ev-info a:hover {
    text-decoration: underline;
}

.ev-info a:hover span:before {
    text-decoration: none;
}

.ev-info .addeventatc::after {
    display: none;
}

.ev-info .ev-date-bar {
    margin: 0 5px;
}

.ev-info .ev-teams-separator {
    font-weight: 700;
}

.ev-detail .load-more-btn {
    width: 210px;
    margin: 40px 0;
    font-size: 14px;
}

.l-article__featured,
.l-article__details,
.l-article__text {
    max-width: 832px;
}

/* Media Queries */
@media (min-width: 30em) {
    .ev-header span {
        margin-top: 6px;
    }
}

@media (min-width: 36em) {
    .ev-featured .story .story-img-link {
        width: 64%;
        max-width: 450px;
        margin-bottom: 10px;
    }
}

@media (min-width: 36em) and (max-width: 47.9em), (min-width: 60em) {
    .ev-featured .story-float-img .story-txt {
        width: 31%;
    }
}

@media (min-width: 577px) {
    .ev-types select {
        margin-bottom: 0;
    }
    
    .ev-info .ev-info-row-contact > * {
        display: inline-block;
        margin-right: 12px;
    }
}
