/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 35% auto;
    padding: 20px;
    border: 3px solid #00a890;
    width: 50%;
    max-width: 47.625rem;
}

.modal-content p {
    margin-bottom: 20px;
}

.submit {
    display: inline-block;
    background-color: white;
    border: 2px solid #00a88f;
    color: #00a88f;
    font-weight: bold;
    font-size: .75rem;
    letter-spacing: 1px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}

.fa-info-circle {
    color: #939597;
}

p {
    margin: 0;
}

#issuerDirectServices {
    display: none;
}

#compliance, #communication {
    width: 100%;
    height: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#compliancetitle, #communicationtitle {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    font-weight: bold;
}

#issuerDirectPrices, #redirectMessage {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
    clear: both;
    font-weight: bold;
    font-size: 12px;
}

#issuerDirectPriceChartTable .topOfTable td{
    border-top: 1px darkgray solid;
}

#issuerDirectPriceChartTable .rightAlign {
    text-align: right;
    padding-right: 60px;
}

#issuerDirectPriceChartTable tr td {
    border-bottom: 1px darkgray solid;
}

#issuerDirectPriceChart {
    height: 205px;
    margin-bottom: 20px;
}

#complianceleft, #communicationleft {
    width: 370px;
    height: 100%;
    float: left;
}

#complianceright, #communicationright {
    width: 370px;
    height: 100%;
    float: right;
}

#compliancelefttop, #compliancerighttop {
    width: auto;
    height: 50%;
}

#complianceleftbottom, #compliancerightbottom {
    width: auto;
    height: 50%;
    padding-top: 10px;
}

#complianceleftbottom {
    border-top: 1px solid black;
}

#communicationlefttop, #communicationrighttop {
    width: auto;
    height: 50%;
}

#communicationleftbottom, #communicationrightbottom {
    width: auto;
    height: 50%;
    padding-top: 10px;
}

#communicationleftbottom {
    border-top: 1px solid black;
}

.getStarted, .learnmore {
    margin-top: 15px;
    margin-bottom: 30px;
}

#issuerDirectButtons {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.awPrices {
    vertical-align: middle;
    width: 145px;
    float: left;
    text-align: center;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid black;
}

.awTitle {
    height: 55px;
    background-color: lightgray;
    border: 1px solid black;
}

.awOtcmRate {
    height: 40px;
    background-color: white;
    border: 1px solid black;
}

.awSpecial {
    height: 60px;
    background-color: white;
    border: 1px solid black;
}

.awBundle {
    height: 40px;
    background-color: white;
    border: 1px solid black;
}

#issuerDirectGetStarted {
    background-color: #00a88f;
    color: white;
    width: 165px;
    margin-bottom: 0;
}

.priceFont {
    font-size: 15px;
    font-weight: bolder;
}

.titleGreen {
    color: #00a88f;
    font-weight: bold;
}

.greyWords {
    color: darkgrey;
}

#accesswireForm {
    display: none;
}
