/* =========================================
   GENERAL TYPOGRAPHY & GLOBAL ELEMENTS
========================================= */
body {
    color: #111111;
}

h1 {
    color: #05028f; /* app-blue-v2 */
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
}

h2 {
    color: #720000; /* app-maroon */
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.2rem;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 16px;
}

h3 {
    color: #212529;
    font-size: 1.8rem;
    font-weight: bolder;
    margin-bottom: 16px;
}

h4 {
    color: #212529;
    font-size: 1.75rem;
    font-weight: bolder;
    margin-bottom: 14px;
}

a {
    text-decoration: none;
}

p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 16px;
}

section {
    padding: 32px 16px 16px 16px;
}

.para-1 {
    font-size: 1.9rem;
    font-weight: normal !important;
}

.message-1 {
    color: #501111; /* app-red-v2 */
    font-size: 1.9rem;
    line-height: 26px;
}

.icon-telephone {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 4px;
}

.img-border {
    border: 5px solid #05028f; /* app-blue-v2 */
}

.a-v1 {
    color: inherit;
}

.a-v1:hover {
    color: #0056b3;
    text-decoration: underline;
}

.full-width-image {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
}

/* =========================================
   COLOR UTILITIES
========================================= */
.app-blue       { color: #152483; }
.app-yellow     { color: #ffffcd; }
.app-maroon     { color: #720000; }
.app-red        { color: #7c0104; }

.app-blue-v2    { color: #05028f; }
.app-blue-v3    { color: #0a0885; }
.app-red-v2     { color: #501111; }

/* =========================================
   BOX / BLOCK COMPONENTS
========================================= */
.app-box {
    color: #501111; /* app-red-v2 */
    background-color: #ffffcd; /* app-yellow */
    border: 3px solid #05028f; /* app-blue-v2 */
}

.app-box.pad-1 {
    padding: 24px 24px 8px 24px !important;
}

.app-box.pad-2 {
    padding: 16px 16px 0 16px !important;
}

.app-box p {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: justify;
}

.app-box-2 {
    background-color: #ffffcd; /* app-yellow */
    border: 3px solid #05028f; /* app-blue-v2 */
    padding: 24px 24px 8px 24px !important;
}

/* =========================================
   TABLE COMPONENTS
========================================= */
.app-table {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.7rem;
    font-weight: 600;
}

.app-table th {
    color: #ffffff;
    background-color: #05028f; /* app-blue-v2 */
    text-align: center;
}

.app-table td {
    background-color: #ffffcd; /* app-yellow */
}

/* =========================================
   HEADER
========================================= */
header {
    margin: 0;
    padding: 0;
    width: 100%;
}

header .app-nav-bar {
    background: #0a0885; /* app-blue-v3 */
}

header .app-banner {
    background: #ffffcd; /* app-yellow */
}

/* =========================================
   FOOTER
========================================= */
.footer a {
    color: white;
}

.footer a:hover {
    color: yellow;
}

.footer i {
    color: #ffffcd; /* app-yellow */
}

.footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7rem;
    line-height: 2.1rem;
    margin-bottom: 10px;
}

/* FOOTER LAYOUT */
.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.box {
    flex: 0 0 100%;
    padding: 1rem;
    background: #0a0885;
    min-width: 0;
    box-sizing: border-box;
}

.box a {
    overflow-wrap: break-word;
    word-break: break-word;
}

.b1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Medium screens */
@media (min-width: 576px) {
    .box {
        flex: 0 0 50%;
    }
}

/* Desktop screens */
@media (min-width: 992px) {
    .b1 { flex: 0 0 20%; max-width: 20%; }
    .b2 { flex: 0 0 25%; max-width: 25%; }
    .b3 { flex: 0 0 30%; max-width: 30%; }
    .b4 { flex: 0 0 25%; max-width: 25%; }

    .b2, .b3, .b4 {
        padding-top: 32px;
    }
}

/* =========================================
   GO-TO-TOP BUTTON
========================================= */
#toTop {
    display: none;
    width: 32px;
    height: 32px;
    background: url(../images/goto-top.png) no-repeat 0 top;
    position: fixed;
    right: 50%;
    bottom: 140px;
    margin-right: -660px !important;
    z-index: 999;
}

#toTop:hover {
    background: url(../images/goto-top.png) no-repeat 0 bottom;
}

/* =========================================
   PRELOADER WITH LOGO
========================================= */
#preloader {
    position: fixed;
    inset: 0;               /* replaces top/left/right/bottom */
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
}

#loading-indicator {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/load.gif) no-repeat center center;
    margin: -170px 0 0 -100px; /* centered */
}
