html,
body {
    font-family: Helvetica;
    width: 100%;
    height: 100%;
    margin: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff !important;
    white-space: nowrap;
}

.footer .container {
    padding: 5px 0;
}

.footer .container a {
    color: #fff !important;
}

.mr-40 {
    margin-right: 40px;
}

.pt-xl {
    padding-top: 30px !important;
}

.h-100 {
    height: 100%;
}

.color-red {
    color: #f44336;
}

.bg-primary {
    background-color: #18429c;
}

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
}

.card {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
}

.card-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
}

.card-title-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.card-image {
    width: calc(100% + 32px);
    margin: 0 -16px 16px -16px;
}