@font-face {
    font-family: 'mmc';
    font-style: normal;
    font-weight: 400;
    src: local('mmc-Regular'), url('/fonts/MMC-Regular.woff2') format("woff2");
}

@font-face {
    font-family: 'mmc';
    font-style: bold;
    font-weight: 700;
    src: local('mmc-Bold'), url('/fonts/MMC-Bold.woff2') format('woff2');
}


body {
    font-family: "mmc", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    color: black;
}

h1, .h1 {
    font-size: 60px;
    font-weight: 500;
}

h2, .h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

a {
    color: red;
}

.btn {
    border-radius: 0;
    transition: all .5s ease-out;
    height: 2.2rem;
    line-height: 1.1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid black;
    background: black;
    color: white;
    font-weight: 500;
}

.btn:hover, .btn:active, .btn:focus {
    border: 1px solid black;
    color: black;
}

@media (min-width: 62em) {
    .buttonCta:hover {
        color: #ffffff;
    }
}

.buttonCta {
    padding: 0;
    border: none;
    position: relative;
    height: 35px;
    background-color: #000;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

@media (min-width: 62em) {
    .buttonCta:hover a, .buttonCta:hover p, .buttonCta:hover .innerCta {
    color: #000;
    z-index: 1000;
    transition: all 500ms cubic-bezier(0.75, -0.005, 0.265, 0.995);
    transition-timing-function: cubic-bezier(0.75, -0.005, 0.265, 0.995);
    transition-timing-function: cubic-bezier(0.75, -0.005, 0.265, 0.995);
    }
}

.buttonCta:hover a span, .buttonCta:hover a .svg, .buttonCta:hover a svg, .buttonCta:hover p span, .buttonCta:hover p .svg, .buttonCta:hover p svg, .buttonCta:hover .innerCta span, .buttonCta:hover .innerCta .svg, .buttonCta:hover .innerCta svg {
    z-index: 1;
}

.buttonCta a, .buttonCta p, .buttonCta .innerCta {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all 500ms cubic-bezier(0.75, -0.005, 0.265, 0.995);
    transition-timing-function: cubic-bezier(0.75, -0.005, 0.265, 0.995);
}

@media (min-width: 992px) {
    .buttonCta a span, .buttonCta p span, .buttonCta .innerCta span {
        font-size: 16px;
    }
}

.buttonCta a span, .buttonCta p span, .buttonCta .innerCta span {
    font-size: 15px;
    line-height: 21px;
    word-wrap: break-word;
    hyphens: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 62em) {
    .buttonCta:hover .easing {
        width: 100%;
    }
}

.buttonCta .easing {
    display: block;
    position: absolute;
    width: 0;
    border: 1px solid #000;
    top: 0;
    height: 35px;
    margin: 0 auto;
    padding: 0;
    z-index: 0;
    background-color: #fff;
    transition: all 500ms cubic-bezier(0.75, -0.005, 0.265, 0.995);
    transition-timing-function: cubic-bezier(0.75, -0.005, 0.265, 0.995);
    transition-timing-function: cubic-bezier(0.75, -0.005, 0.265, 0.995);
}

.buttonCta a svg, .buttonCta a .svg, .buttonCta p svg, .buttonCta p .svg, .buttonCta .innerCta svg, .buttonCta .innerCta .svg {
    margin-left: 74px;
    padding-right: 7px;
}

.buttonCta:disabled {
    background-color: black;
    cursor: not-allowed;
}

.buttonCta:disabled .easing {
    width: 100%;
    background-color: #fff;
}

.buttonCta:disabled a, .buttonCta:disabled p, .buttonCta:disabled .innerCta {
    color: #000;
    z-index: 1000;
}

label.col-form-label {
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
}

.table th {
    text-align: right;
    width: 33%;
}

.message.error {
    color: #a02020;
    text-align: center;
    font-size: 120%;
}

.message.success {
    color: #028020;
    text-align: center;
    font-size: 120%;
}

.message.hidden {
    display: none;
}

.alert {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.desc::after {
    content: ' ↑';
}

.asc::after {
    content: ' ↓';
}

.required label::after,
.required legend::after,
.form-error~label::after {
    content: '*';
    color: #d02020;
    font-weight: 900;
}

.required legend~div label::after {
    content: '' !important;
}

.error>label,
.error>legend {
    color: #d02020;
}

input {
    border: 1px solid gray;
    transition: all 500ms cubic-bezier(0.75, -0.005, 0.265, 0.995);
}

.error input[type="text"],
.error input[type="select"] {
    border-right-color: #d02020;
    border-right-width: 16px;
}

header {
    background-color: black;
    color: white;
}

footer .nav-item:not(:last-child)::after {
    color: black;
    content: '|';
}

footer .nav-item a {
    color: red;
    display: inline-block;
    margin: 0 0.5rem;
}

#mainContent {
    background-color: #f5f5f5;
}
