/* Main CSS */
.main-header {
    background-color: #000;
    background-image: url('../img/header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-header-cont {
    height: 35vh;
}
.main-header-text {
    background-color: rgba(255,204,0,.9);
    font-size: calc(2.6 * (1vw + 1vh - 1vmin));
    margin: 0;
    display: inline-block;
    padding: .75rem;
}
.policy-card {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    color: rgb(34, 34, 34) !important;
}
.policy-card h4 {
    margin: 0;
    font-weight: 400;
}
.policy-footer {
    background-color: #3e3e3e;
    color: white;
}
.policy-footer a {
    color: white;
    text-decoration: none;
}
.policy-footer a:hover {
    text-decoration: underline;
}
.policy-footer p {
    font-size: 12px;
    margin-bottom: .5em;
}
.policy-footer h2 {
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.policy-footer .dropdown-menu a {
    color: black;
    text-decoration: none;
}
.policy-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.policy-footer li {
    display: inline;
    font-size: 12px;
}
.policy-footer li::after {
    content: " | ";
    padding: 0 .5rem;
}
.policy-footer li:last-child::after {
    content: none;
}
.subscribe-box {
    min-height: 40vh;
}