﻿table {
    width: 100%;
}
.hdr-bg-cover.inner {
    background-color: #be2819;
    padding-top:115px;
    position:relative;
}
.inner .pg-hdg {
    font-size: 2.7em;
    font-family: 'Roboto Condensed','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffd700;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 25px;position:relative;
}
.b-c {
    overflow: hidden;
    color: #fff;
    display:flex;
    
}
.b-c a:visited{color:#fff;}
    .b-c a, .b-c p {
        padding: 5px 40px 5px 0px;
        font-size: .72em;
        line-height: 110%;
        text-transform: capitalize;
    }
    .b-c p {
        color: #ffd700;
        padding-right:0;
    }
    .b-c a:not(:last-child)::after {
        content: ' .';
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="lightsteelblue" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>') no-repeat;
        margin: -1px 15px;
        display: inline-block;
        width: 7px;
        color: rgba(0,0,0,0);
        line-height: 130%;
        position: absolute;
        right: 0px;
    }
        .b-c a:last-child {
            color: #ffd700!important;
        }

input[type=text], input[type=password], select {
    border-style: none !important;
}

/* Responsive code */
@media (max-width: 690px) {
    .inner h1 {
        font-size: 1.7em;
        padding-bottom: 15px;
    }
    .hdr-bg-cover.inner {
        padding-top: 70px;
    }
    
    .b-c a::after {margin:0 5px;
    }
}