body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 30px;
    margin-bottom: 15px;
}
h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.fa-h1 { margin-right: 8px; }
.fa-h2 { margin-right: 6px; }
.fa-h3 { margin-right: 5px; }

a {
    font-weight: 600;
}
a:hover, a:active {
    font-weight: 600;
}

.font-normal {
    font-weight: 400;
}
.font-semi-bold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

.toc ol {
    font-weight: 700;
    counter-reset: item;
    padding-left: 10px;
}
.toc li {
    display: block
}
.toc li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}

.container {
    padding: 5px;
}

#loadingDiv {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    display: table;
    padding: 20%;
}
#loadingDiv div {
    text-align: center;
    display: table-cell;
}

#transparent_bg {
    background-image: url(/hp/static/img/bg.jpg);
    opacity: 0.2;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: 100%;
}

.header {
    height: 102px;
    background-image: url("/hp/static/img/header_bg.jpg");
    background-repeat: no-repeat;
    border: 1px solid #999999;
    border-radius: 3px;
}
.header-inner {
    float: right;
    margin-right: 0px;
    margin-top: 75px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #000066;
    border-radius: 3px;
    border: 1px solid #000066;
    text-align: right;
}
.header-inner a {
    color: #ffffff;
}
.header-inner .fa {
    margin-right: 3px;
}
.smallonly {
    display: none;
}

.alert {
    margin-top: 20px;
}

.nav-tabs .nav-link {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0px;
    border: 1px solid #999999;
    font-weight: 600;
}
.nav-tabs {
    margin-top: 5px;
    border-bottom: 1px solid #999999;
    width: 100%;
}
.dropdown-item {
    font-size: 14px;
}

.content {
    padding-left: 4px;
    padding-right: 4px;
}

.option-fa, .select-fa {
  font-family: 'Font Awesome 5 Free', 'Arial';"
}

.formwithbg {
    margin-top: 20px;
    background: #666666;
    border: 2px solid #999999;
    border-radius: 4px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.contained-items {
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 5px;
}
.table-heading {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.table-row-0, .table-row-1 {
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn {
    font-weight: 600;
}

.gallery-image {
    width: 100%;
    height: auto;
}
.gallery-div {
    margin-bottom: 5px;
}
.contact-spacer {
    float: left;
    height: 50px;
    width: 30px;
}
.contact-spacer-large {
    float: left;
    height: 100px;
    width: 30px;
}

.footertop {
    font-size: 1px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 0;
    border-top: 1px solid #999999;
}

.starter-template .copyright {
    text-align: right;
    font-size: 10px;
}

.lightbox .lb-image {
    border: 4px solid #aaa;
}

.note {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 4px;
    padding-left: 8px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    h2 {
        font-size: 14px;
        margin-bottom: 7px;
    }
    h3 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .header {
        background-size: 600px 50px;
        height: 52px;
    }
    .header-inner {
        margin-top: 10px;
        margin-right: 0px;
    }
    .dropdown-item {
        font-size: 12px;
    }
    .smallonly {
        display: block;
    }
    .bigonly {
        display: none;
    }
}
