﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/* Account Opening Disclosure */
.aod-body {
    font-family: Mulish, sans-serif;
    background-color: #F6F6F6;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: calc(100vh - 135px);
}

.aod-content {
    background-color: white;
    box-shadow: 0px 3px 9px rgba(0,0,0, 16%);
    padding: 10px;
    margin: -10px 10px 10px 10px;
    width: 85%;
}

.aod-content-body {
    word-wrap: normal;
    overflow-y: scroll;
    background-color: #F6F6F6;
    margin: 2px 10px;
    max-height: calc(100vh - 460px);
    text-align: left;
}

    .aod-content-body div {
        zoom: .75;
        padding: 0 15px;
    }

.aod-content-footer {
    font-family: Mulish;
    font-weight: 800;
    font-size: 16px;
    margin: 10px;
}

.aod-content-head {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.aod-expired {
    margin: 0 auto;
    width: 85%;
}

.aod-expired-1 {
    font-weight: 800;
    font-size: 24px;
}

.aod-expired-2 {
    font-weight: 600;
    font-size: 16px;
}

.aod-footer {
    font-family: Mulish, sans-serif;
    background-color: #4C4E52;
    color: white;
    height: 70px;
    overflow-y: auto;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 10px;
}

.aod-footer-1 {
    font-weight: 700;
    font-size: clamp(10px, 1.6vw, 16px);
}

.aod-footer-2 {
    font-weight: 400;
    font-size: clamp(10px, 1.2vw, 12px);
}

.aod-greeting {
    margin: 0 auto;
    width: 85%;
    max-height: 80px;
    overflow-y: auto;
}

.aod-greeting-1 {
    font-weight: 800;
    font-size: clamp(12px, 2.4vw, 24px);
}

.aod-greeting-2 {
    font-weight: 400;
    font-size: clamp(10px, 1.5vw, 16px);
}

.aod-header {
    font-family: Mulish, sans-serif;
    background-color: white;
    border-bottom: 1px solid #F4893D;
    height: 65px;
    display: flex;
    flex-flow: row;
    padding: 10px 20px;
}

.aod-modal-header {
    height: 36px;
}

    .aod-modal-header span {
        font-size: 36px;
        position: relative;
        top: -10px;
    }

.aod-icon {
    margin-top: 10px;
    margin-bottom: -10px;
}

.bbb-icon img {
    height:50px;
}

.btn-concora-blue {
    color: #ffffff;
    background-color: #001689;
    font-family: Mulish;
}

    .btn-concora-blue:hover {
        color: #ffffff;
        background-color: #2036a9;
    }

.cc-icon {
    margin-left: 10%;
}

    .cc-icon img {
        height: 40px;
    }

.concora-blue {
    color: #001689;
}

.point {
    cursor: pointer
}
