.alert-box {
    background-color: #f3faff;
    padding: 10px;
    border-radius: 8px;
    margin: 50px auto 0;
    border: 1px solid #e1f2ff;
    max-width: 630px;
}
.alert-box:before {
    content: '';
    width: 50px;
    height: 75px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    float: left;
    background-image: url(../images/shield-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.alert-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.alert-box p {
    line-height: 21px;
    margin: 0 0 5px;
}

.alert-box p:last-child {
    line-height: 30px;
    margin: 0;
}
.alert-box p strong{
    color:#005f8e;
    font-weight:600;
}


.nav-dwn a {
width: 250px;
}

.checksum {
    background-color: #f1f1f1;
    padding: 20px;
    margin: 20px;
}
.checksum h3 {
    margin: 0;
    padding: 0 0 5px;
}
.checksum ul {
    padding: 0 !important;
    display: flex;
}
.checksum ul li {
    list-style-type: none;
}
.checksum ul li:first-child {
    font-weight: 600;
    padding: 0 10px 0 0;
}
.checksum ul li:last-child {
    font-size: 12px;
    color: #2f9633;
    word-break: break-all;
}
.checksum p {
    margin: 0 !important;
    font-size: 12px;
    color: #7b2020;
}

.removeBtn{display:none!important}
.formOnly{margin:0 auto;!important;float:none!important}
.new-sub-text {
  border-top: 1px solid #ccc;
  max-width: 130px;
  margin: 14px auto;
}

.dwn-form-cont a { color: #207DDB ! important; font-size:11px  ! important;}
.container.tac {background:#dfdfe0 !important;    padding: 10px; }
.container.tac a {  color: black;  font-size: 14px;  font-weight: 200;width:160px;margin:0 10px;}
