html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
  padding-top: 0 !important;
}

.navbar-nav {
    display: inline !important;
    flex-direction: row !important;
    margin-bottom: 0;
    list-style: none;
    text-align: center !important;
}

.site-content {
    padding-left: 50px;
    padding-right: 50px;
}

.entry-title {
    text-align: center;
}
a {
    text-decoration: none !important;
}
entry-title a {
    color: black !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 30px !important;
    text-align: Center;
}
.txtRequired {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.txtLabel {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-top: 5px;
    text-align: center;
}
.style5 {
    color: black !important;
    font-family: "Book Antiqua";
    font-size: 17pt;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.25px;
    text-align: center;
}
.formField {
    background: #F8F8F8;
}

hr.thickLine {
    border-top: 1px solid #8c8b8b
}

.style3 {
    font-family: "Book Antiqua";
    font-size: 15pt;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.25px;
    text-align: center;
}

.style6 {
    font-family: "Book Antiqua";
    font-size: 15pt;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.25px;
    text-align: center;
    text-decoration: underline;
}

.sectionHeader {
    color: darkblue;
    font-weight: bold;
    text-align: center;
}
/*header and footer alignment*/
#headerNavBar {
    background-color: #080530;
    font-size: 13pt;
    font-weight: bold;
}

.topnav {
    border: none;
    padding: 5px !important;
    text-align: center;
}

    .topnav li {
        margin-left: 20px !important;
        margin-right: 20px !important;
        font-size: 12pt !important;
        padding-bottom: 5px !important;
    }
.footer-nav li {
    margin-left: 20px !important;
    margin-right: 20px !important;
    font-size: 12pt;
    padding-bottom: 5pt;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none !important;
        margin: 0;
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.required-field {
    color: red;
    font-size: 16px
}

.panel-validation-error {
    border-color: #a91e23;
    position: sticky;
    top: 0
}

.panel {
    border: 1px solid #aaa;
    background: #ffffff;
}

.errorListItem .glyphicon-edit {
    display: none;
}

.panel-body-validationError {
    color: #a91e23;
    padding: 15px;
}

.panel-validation-error > .panel-heading > .panel-title {
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.panel-validation-error > .panel-heading {
    color: white;
    font-size: 18px;
    background-color: rgb(169,3,41);
}

    .panel-validation-error > .panel-heading > .panel-title {
        font-size: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
    }