@charset "utf-8";
/* CSS Document */

header .logo img {
    width: 100%;
    max-width: 150px;
}

.btn-primary {
    color: #fff;
    background-color: #e31d1a;
    border-color: #e31d1a;
}
header .contact {
    text-align: right;
    margin-top:20px;
}
.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #971311;
    border-color: #971311;
}

.app {
    width: 100%;
    height: 100%;
    min-height: 1250px;
}

footer {
    background: #333;
    color: #fff;
    padding: 20px 0;
}

@media (max-width: 768px) { 
    footer .footer-left, footer .footer-right, header .logo, header .contact {
    text-align: center;
  }
}

.content{
	margin-bottom: 80px;
}

.disclosure{
	font-size: 14px;
}
.network-logos{
    max-width: 80px!important;
    width: 100%!important;
}