.page-content-row .container {
    padding-top: 30px;
    padding-bottom: 10px;
}

.banner-links-bar {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
    padding: 3px 0;
    display: none;
}

.btn-default {
    color: #ff0000;
    background-color: #ffc500;
    border-color: #000000;
}

.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: 12px 19px;
    font-size: 19px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-default {
    background-color: #EA1C24;
}

.btn-default {
    color: #ffffff;
    background-color: #EA1C24;
    border-color: #000000;
}

div.footer-container {
    background-color: #EA1C24;
    color: #ffffff;
}

.footer-link {
  color: white !important;
}