﻿.leadership-email {
    font-family: Roboto, sans-serif;
    padding-top: 35px;
    margin: 10px;
}

.leadership-email {
    margin: 45px 10px 10px 10px;
}

    .leadership-email .category-title {
        font-style: normal;
        font-size: 36px;
        line-height: 42px;
        color: #000000;
        margin-bottom: 20px;
        font-weight: 400;
        text-transform: inherit;
        padding-left: 20%;
        display: inline-block;
        padding-top: 50px;
    }

    .leadership-email .leadership-left {
        width: 40%;
        display: inline-block;
        float: left;
    }

    .leadership-email .leadership-right {
        width: 60%;
        display: inline-block;
		padding-top: 3em;
		padding-bottom: 3em;
    }
/*.leadership-wrapper {
    margin-left: 60px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}*/

.leadership-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.info-box,
.contact-box {
    padding: 13px 15px;
    border-radius: 20px;
    flex: 1;
    margin: 5px;
}

.info-box {
    border: 1px solid lightgrey;
    background-color: white;
}

.contact-box {
    background-color: #2166b3;
    color: white;
}

    .contact-box a {
        color: white;
        text-decoration: none;
    }

        .contact-box a:hover {
            text-decoration: underline;
        }

.text-center {
    text-align: center;
}

.leadership-email span.m-0, .leadership-email span.m-0 a {
    margin: 0;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.leadership-email span.m-0 a {
    color: #428bca;
}

.leadership-email span.m-0 a:hover {
	color: #2a6496;
    text-decoration: underline;
}

.leadership-email a:hover, .leadership-email a:focus {
    text-decoration: none;
}

/*.leadership-email a {
    color: black;
}

    .leadership-email a:hover, .leadership-email a:focus {
        color: black;
        text-decoration: none;
    }

    .leadership-email a:not([href]) {
        color: black;
        text-decoration: none;
    }

        .leadership-email a:not([href]):hover, .leadership-email a:not([href]) :focus {
            color: black;
            text-decoration: none;
        }
*/
.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
