
/*Remove white footer banner*/
.skin-footer-banner {
  background: none !important;
}

/*Change DMA footer link to white*/
.skin-footer-banner a {
  color: #fff !important;
}

/*Set button appearance*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary, .btn-primary:visited {
    background-color: #e6f4ff;
    color: #fff;
    border-color: #99ccff;}
.btn.btn-sm {
    padding: 4px 18px;
}
.btn-primary {
    color: #fff;
    background-color: #e6f4ff;
    border-color: #99ccff;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 8px;
}
.btn, .btn:visited {
    border-radius: 0;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px 30px;
    text-transform: none;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
	white-space: normal;
}
a.bb:visited, a.bb:link {text-decoration: none;}
a.bb:hover, a.bb:active {text-decoration: underline; text-weight: bold;}
a.aarolink:visited, a.aarolink:link {text-decoration: underline;}
a.aarolink:hover, a.aarolink:active {text-decoration: underline; text-weight: bold;}
a.aarofoot:visited, a.aarofoot:link {text-decoration: none; color: #ffffff;}
a.aarofoot:hover, a.aarofoot:active {text-decoration: underline; color: #ffffff; text-weight: bold;}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    color: white !important;
}

header .social li span {
    color: white;
}
.
























