@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);

@font-face {
    font-family: liberation sans;
    font-style: normal;
    font-weight: 400;
    src: local('Liberation Sans'), url(../ext-lib/fonts/LiberationSans-Regular.woff) format('woff');
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #EEE;
}

h1 {
    color: #002E4D;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0075em;
}

h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.15px;
}

button {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #004572;
    --bs-btn-border-color: #004572;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #002E4D;
    --bs-btn-hover-border-color: #002E4D;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #002E4D;
    --bs-btn-active-border-color: #002E4D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #004572;
    --bs-btn-disabled-border-color: #004572;
}

.toast {
    width: fit-content;
    bottom: 16px;
}

.accordion {
    width: 60%;
    margin-bottom: 2rem;
    --bs-accordion-body-padding-x: 1rem;
}

.accordion-item {
    padding: 0 0.25rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}

.accordion-header {
    padding-top: 1rem;
}

.accordion-button {
    background-color: white !important;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #004572;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.privilege {
    color: rgba(0, 0, 0, 0.56);
    font-size: 0.75rem;
}

.bold {
    font-weight: bold;
}

.d-gray {
    font-weight: 400;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.56);
}

.title {
    color: rgba(0, 0, 0, 0.56);
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.icon {
    margin: 1.25rem 1rem 1rem 0.75rem;
}

.ms-n3 {
    margin-top: 1rem;
    margin-bottom: 0;
}

.mt-n3 {
    margin-top: -0.75rem;
    padding-bottom: 0.5rem;
}

h5 {
    font-weight: 700;
    font-size: 1rem;
}

ul {
    list-style-type: circle;
    margin-bottom: 0;
}

.header-text {
    font-size: 1.25rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 0.0075em;
}

.message-body {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #002E4D;
}

.link-button {
    width: fit-content;
    align-self: center;
}

.cp-link-button {
    background: none;
    border: none;
    color: #2093E3;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.6875em;
}
.cp-link-button:hover {
    text-decoration: underline;
}
.cp-link-button:focus {
    outline: none;
}
.cp-link-button:active {
    color:red;
}

.link-text {
    display: inline-block;
    font-size: 1.25rem;
    color: #002E4D;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #002E4D;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.link-text:hover {
    background-color: #002E4D;
    color: #FFF;
}
