html {
    scroll-behavior: smooth
}

.fau-share__wrapper {
	display: none;
}
/* styles from newest FAU website - grid */
.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: -10px
}
.section-wrapper {
    padding: 2rem 0;
    margin-top: 0;
}
.section-wrapper .grid {
    margin: 2rem 0;
    justify-content: flex-start;
}
.section-wrapper .grid .item {
    width: calc((100% / 5) - 2rem);
	margin-right: 2rem;
    margin-bottom: 2rem
}
.section-wrapper .grid .item.auto {
    width: auto !important
}
.section-wrapper .grid .item:hover .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}
.section-wrapper .grid .item img {
    width: 100%;
}
.section-wrapper .grid .item span {
    width: 100%;
}
.section-wrapper .grid .item .image {
    position: relative;
	border: 1px solid #036;
}
.section-wrapper.inset-content-box .grid .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}
.section-wrapper .grid .item .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.section-wrapper .row2 {
    justify-content: center
}
.section-wrapper .row2 .item {
    width: calc((100% / 5) - 2rem);
    margin-right: 2.4em
}
.section-wrapper .row2 .item:last-child {
    margin-right: 0
}
.section-wrapper .grid .four-cols {
    width: calc((100% / 4) - 2rem)
}
.section-wrapper .grid .item .bottom {
    background: #036;
    color: #fff;
    font-family: "Avenir";
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    min-height: 9vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem
}
.section-wrapper .grid .item .bottom-separate {
    padding: .5rem .5rem !important;
    margin-top: .25rem;
    min-height: 5vh !important
}
.section-wrapper .grid .item .image-nohover {
    position: relative
}
.wrap {
    flex-wrap: wrap
}
.responsive-col-width {
    flex: 1 1 0
}
.responsive-col-width:first-child {
    padding-left: 0 !important
}
.responsive-col-width:last-child {
    padding-right: 0 !important
}
.section-wrapper .grid .item.two-cols {
    width: calc((100% / 2) - 1px);
    cursor: pointer
}
.section-wrapper .image .overlay {
    position: absolute
}
.section-wrapper .grid .item.two-cols .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}
.section-wrapper .grid .item .image-nohover ~ a .bottom:hover {
    background: #0056a7
}
.thirds {
    display: flex;
    flex-direction: row;
    margin: 2rem 0 0 0
}
.thirds .content {
    width: calc(100% / 3 * 2);
    margin: 0 2rem 0 0
}
.thirds .image {
    width: calc(100% / 3 * 1)
}
@media screen and (max-width: 1300px) {
    .section-wrapper .grid .item .bottom {
        font-size: 12px;
        padding: 0 2rem
    }
    .section-wrapper .image .overlay .body {
        width: 90%;
        font-size: 16px
    }
}
@media screen and (max-width: 1150px) {
    .section-wrapper .grid .four-cols {
        width: calc((100% / 2) - 2rem)
    }
}
@media screen and (max-width: 991px) {
    .section-wrapper .grid {
        margin: 2rem
    }
    .section-wrapper.outline .grid {
        margin: 0
    }
    .section-wrapper .grid .item {
        width: calc((100% / 3) - 2rem);
    }
    .section-wrapper .grid .item:nth-child(n+2) {
        margin-left: 0
    }
    .section-wrapper .grid .item .bottom {
        font-size: 14px
    }
    .section-wrapper .grid .four-cols {
        width: calc((100% / 2) - 2rem)
    }
    .section-wrapper .row2 {
        justify-content: flex-start
    }
    .section-wrapper .row2 .item {
        margin-right: 3rem
    }
    .section-wrapper .row2 .item:nth-child(n+3) {
        margin-right: 0
    }
    .section-wrapper {
        padding: 2rem 0
    }
    .section-wrapper .image .overlay .body {
        width: 60%;
        font-size: 18px
    }
    .section-wrapper .grid .item.two-cols {
        width: 100%
    }
    .thirds {
        flex-wrap: wrap;
        margin: 0 2rem
    }
}
@media screen and (max-width: 768px) {
    .section-wrapper .grid .item {
        width: calc((100% / 2) - 2rem);
    }
    .section-wrapper .row2 {
        justify-content: space-between
    }
    .section-wrapper .row2 .item {
        width: calc((100% / 2) - 1rem);
        margin-right: 0
    }
    .section-wrapper .grid .item:nth-child(2n+2) {
        margin-left: 0
    }
}
@media screen and (max-width: 640px) {
	 .section-wrapper .grid .item {
        width: 100%;
		margin-right: 0;
    }
    .responsive-col-width {
        flex: 1 0 100%
    }
    .responsive-col-width:first-child {
        padding-left: 1.5rem !important
    }
    .responsive-col-width:last-child {
        padding-right: 1.5rem !important
    }
}
@media screen and (max-width: 480px) {
    .section-wrapper .grid .item .bottom {
        font-size: 12px
    }
}
@media screen and (max-width: 320px) {
    .section-wrapper .grid .item .bottom {
        font-size: 11px;
        padding: 0 1rem
    }
}
 /* grid */
		   