@charset "utf-8";
/* CSS Document */

.alert {
    color: #dc3545;
	padding: 0 !important;
}

.alert a {
    text-decoration: none;
    color: #141827;
    transition: color 0.2s ease;
}

.alert a:hover {
    color: #141827;
}

.hero-media__intro {
    max-width: 700px;
    margin-bottom: 30px;
}

.hero-media__intro .field__item {
    border: 1px solid rgba(0,0,0,.1);
    padding: 25px!important;
    border-radius: 10px;
}

.hero-media__intro .field__item p {
    margin: 0;
}

.tribe-events-schedule {
    background-color: transparent;
    border: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 20px;
}

.tribe-events-schedule h2 {
    color: #171A19;
    font-size: 30px;
    font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 8px;
    margin-right: 8px;
    order: 0;
    width: 100%;
}

.tribe-events-content p {
    font-size: 16px;
    line-height: 1.62;
    margin-bottom: 16px;
}

.tribe-events-content a, .tribe-events-content a:hover {
    color: #12703C;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 1px solid #12703c;
    transition: color 0.2s ease;
}

.eventWhenWrapper:before {
    content: '\f073';
    font-family: fontawesome;
    display: inline-block;
    margin-right: .5rem;
    font-weight: 400;
}

.eventWhereWrapper:before {
    content: '\f041';
    font-family: fontawesome;
    display: inline-block;
    margin-right: .5rem;
    font-weight: 400;
}

@media (max-width: 1024px)
{
	.tribe-events-schedule h2 {
		font-size: 30px;
	}
}

@media (min-width: 768px)
{
	.tribe-events-content p {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.tribe-events-schedule {
		align-items: baseline;
		flex-wrap: nowrap;
		margin: 24px 0 32px;
	}
	
	.tribe-events-schedule h2 {
		font-size: 16px;
		line-height: 1.62;
		margin-bottom: 0;
		width: auto;
	}
}