/* FIXES */
/*
input, textarea, input:focus, textarea:focus, select:focus {
    color: inherit;
	outline: revert;
}

input:focus, textarea:focus, select:focus {
	outline-width: 2px;
    outline-style: solid;
    outline-offset: 5px;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: 3px;
}
*/
.topheader .main-nav .nav-search button {
	position: relative;
	background: var(--fau-link);
    color: #fff;
    height: 40px;
    padding: 0 1.3rem;
    border: 1px solid var(--fau-link);
    outline: revert;
	outline-offset: 4px;
}

.topheader .main-nav .nav-search button span {
	font-size: 14px;
}

.topheader .main-nav .nav-search #search-button {
	position: absolute;
    padding: 0 10px;
    border: none;
	outline-offset: 3px;
}

.topheader .main-nav .nav-search #search-button span {
	font-size: 18px;	
}
/*
.side-menu .links .link .icon {
	width: 28px;
}

.side-menu .links .link .icon .arrow:focus {
    outline-offset: 5px;
}
*/
.toggle-bar {
    width: auto;
    height: 70px;
    display: none;
}

.navbar-toggler {
    float: right;
    outline: revert !important;
    padding: 1rem .75rem;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
}

.nav-tabs .nav-item .nav-link {
    background: none;
    text-transform: none;
	line-height: 1.3;
}
/*
.footer .footer-grid .footer-social .social-icons .icon a {
    display: block;
    height: 100%;
}

.footer .footer-grid .footer-social .social-icons .icon span {
	top: 0;
}

.footer .footer-grid .resources .footer-navigation {
	display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.footer .footer-grid .resources .footer-navigation .heading {
	padding-bottom: 0;
}
*/
.footer .footer-grid .footer-buttons ul {
	display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.footer .footer-grid .footer-buttons ul li {
	max-width: 500px;
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .toggle-bar {
        display: flex;
        justify-content: end;
        align-items: center;
    }
	
	.topheader .menu-nav .menu-container .menu-navigation .heading {
		padding: 5px 2px;
        margin: 3px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
	}
	/*
	.footer .footer-grid .resources .footer-navigation {
        row-gap: 0;
    }
	
	.footer .footer-grid .resources .footer-navigation .heading {
        padding: 1.5rem 0;
    }
	
	.footer .footer-grid .resources .footer-navigation .heading:focus-visible {
		outline-offset: 1px;
		outline-style: dashed;
		outline-width: 2px;
		outline-color: #fff;
	}
	*/
	.page-wide .footer .section {
		padding: 0;
	}
	
    .footer .footer-grid .resources .footer-navigation .heading:after {
		right: 2rem;	
	}
	
	.footer .footer-grid .footer-social, .footer .footer-bottom {
		padding: 0 2rem;
	}
	
	.footer .footer-grid .footer-buttons {
		margin: 1rem 2rem 2rem;
	}
	
	.footer .footer-text {
		padding: 0 2rem 1rem;
	}
}

/*****

END FIXES

******/

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

.ctct-form-header {
    font: 22px var(--bold-font); !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: var(--dark-font);
    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: var(--dark-font);
    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-hover);
    border-color: var(--fau-link-hover);
	color: #fff;
}

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

.skip-content {
	position: absolute;
	left: -9999px;
	z-index: 99999;
	background: #003366;
	height: 80px;
	line-height: 80px;
	width: 100%;
	color: #fff;
	text-align: center;
	opacity: 0;
}

.skip-content:hover {
	color: #fff !important;
}

.skip-content:focus {
	left: 0;
	top: 0;
	outline-offset: 0;
	text-decoration: underline;
  	opacity: 1;
}

#section ul { list-style: none;padding: 0; }
#section ul li { position: relative;font-family: var(--light-font);font-size: 17px;margin-bottom: 10px;background: #f5f5f7;padding: 7px 15px;border: 1px solid #ccc;border-radius: 0 6px 6px 0; }
#section ul li:before { content: '';position: absolute;left: 0;width: 2px;background: transparent;height: 100%;top: 0; }
#section ul li.success:before { background: #28a745; }
#section ul li.working:before { background: #126bd9; }
#section ul li.error:before { background: #cc0000; }
#section ul li.successinfo:before { background: #ff6700; }
#section ul li:after { content: "";font-family: 'fau';position: absolute;display: flex;font-size: 18px;height: 100%;right: 5rem;top: 0;align-items: center;filter: drop-shadow(0 3px 2px #00000040); }
#section ul li.success:after { content: "\ea4a";color: #28a745; }
#section ul li.working:after { content: "\e92c";color: #126bd9; }
#section ul li.successinfo:after { content: "\e92c";color: #ff6700; }
#section ul li.error:after { content: "\ea53";color: #cc0000; }
#section ul li .published { position: absolute;top: 0;right: 1rem;display: flex;align-items: center;height: 100%; }
#section ul li .published img { width: 25px; }

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