.ctct-form-defaults {
    background-color: inherit !important;
    padding: 0 !important;
}

.ctct-form-header {
    font: 22px "Avenir-Heavy" !important;
    color: #4D4B54 !important;
    padding-bottom: 2rem !important;
}

.ctct-form-field {
    margin: 0 !important;
}

.ctct-gdpr-text, #email_address_label_1 {
    display: none !important;
}

#email_address_1 {
    font-family: "Avenir-Black";
    font-size: 14px;
    width: 100%;
    display: flex;
    color: #3472DE;
    border: 2px solid #3472DE;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 40px;
	margin-bottom: 10px;
    background: transparent;
    color: #4D4B53;
    border-color: #4D4B53;
    text-transform: none;
    text-align: center;
}

.ctct-form-button {
    font-family: "Avenir-Black";
    font-size: 14px !important;
    width: 100% !important;
    display: flex !important;
    color: #126bd9 !important;
    border: 2px solid #126bd9 !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    height: 40px !important;
    background: transparent !important;
    transition: background 100ms ease-in-out !important;
}

.ctct-form-button:hover {
    background: #126bd9 !important;
    color: #fff !important;
}

.article.refresh:nth-child(3) {
    background: #d9ecff;
}

.acitem2 {
	box-shadow: 0 0 20px -3px #0000004a !important;
}

.calendar-contents .event-item:nth-child(2) .event-info .buttons .button {
    background-color: var(--fau-link);
    color: #fff;
    border-color: var(--fau-link);
}

.list-links li:nth-child(3) .list-link a {
    text-decoration: underline;
}

.subfooter .buttons a:first-child {
    background: #126bd9;
    color: #fff;
}

@media screen and (max-width: 768px) {
	.home-page-header-slider .header-slider__slide {
		min-height: 300px;
	}
}