﻿body {
    background-image: url(/images/bodybgtop.svg), url(/images/bodybgbottom.svg);
    background-color: #EEE;
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: top, bottom;
}

.brandlogo {
    width: 153px;
    height: 33px;
}

.lgray {
    background-color: #f0f0f0;
}

.llightblue {
    background-color: #a6c0d990;
}

.ldarkblue {
    background-color: #01253d;
}


.anticontainer {
    margin-left: -15px;
    margin-right: -15px;
}

.col-sm-25 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media (min-width: 576px) {
    .brandlogo {
        width: 153px;
        height: 33px;
    }
}

@media (min-width: 768px) {
    .brandlogo {
        width: 204px;
        height: 44px;
    }
}

@media (min-width: 992px) {
    .brandlogo {
        width: 306px;
        height: 66px;
    }
}

@media (min-width: 1200px) {
    .brandlogo {
        width: 306px;
        height: 66px;
    }
}

.soc {
    width: 1.25em;
    height: 1em;
    color: #CCC;
}

    .soc:hover {
        color: #EEE;
    }

.banner-title {
    color: #000;
    font-family: "Cuprum";
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0 10px;
    margin: 0;
}

.post_title {
    color: #0D2E5D;
    font-family: "Cuprum";
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding: 15px 0 20px;
    margin: 0;
}


.banner_title {
    color: #0D2E5D;
    font-family: "Cuprum";
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding: 50px 0 20px;
    margin: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #00569c;
    font-weight: 600;
}

    a, a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
    }

        a:hover {
            color: #00849c;
        }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
