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: 350px;*/
  overscroll-behavior-y:auto;
}

a {
    color: #00659c;
}

a:hover {
    text-decoration: none;
}

.btn.btn-primary {
    background: #00659c;
}

.btn.btn-primary:hover {
    background: #00a0e0;
    border-color: #00a0e0
}

h3, p {
    color: #004880;
}

.fs14 {
    font-size: 14px;
}

.relative {
    position: relative
}

.header-right {
    float: right;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mainbg {
    background: url('/img/kiosk_bg.jpg') no-repeat center center;
    background-size: cover;
    min-height: 90vh;
}

.bi-eye-slash {
    background-image: url("/img/eye-slash.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 30px;
    width: 26px;
    height: 26px;
}

.bi-eye {
    background-image: url("/img/eye.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    right: 10px;
    top: 30px;
    width: 26px;
    height: 26px;
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.card.rss-feed {
    background-color: rgba(255, 255, 255, 80%);
    margin: 0 -6px 0 -6px;
}

.card.rss-feed .card-body {
   padding: 15px 15px 0 15px;
}

.card.rss-feed h4 {
    color: #00659c;
}

.rss-feed ul  {
    list-style-type:none;
    margin-left: -30px;
}

.rss-feed ul li {
    border: 2px solid #00659c;
    padding: 3px;
    margin: 0 0 10px 0;
    background-color: rgba(255, 255, 255, 80%)
}

.rss-feed ul li small {
   color:#666666;
}

.rss-feed a,
.rss-feed ul li a {
    color: #00659c;
}

/*K12 styles*/
/*#01 Header#*/
.vtx-header {
    background: #FFFFFF;
    border: none;
}

/*#01.1 Header/Prenav#*/

.vtx-header .prenav {
    height: 35px;
    border-radius: 0;
    padding: 0;
    background: #b1b1b1;
    color: #FFFFFF;
}

.vtx-header .prenav a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.vtx-header .prenav a:hover {
    color: #333;
    text-decoration: none;
}

.vtx-header .prenav .tabs {
    float: left;
}

.vtx-header .prenav .tabs a {
    height: 31px;
    padding: 6px 10px 4px 10px;
    margin: 3px 10px 0 0;
    display: block;
    float: left;
    background: #b1b1b1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
}

.vtx-header .prenav .tabs a:hover {
    display: block;
    float: left;
    background: #FFFFFF;
    color: #008dcb;
    text-decoration: none;
}

.vtx-header .prenav .tabs a.active {
    display: block;
    float: left;
    background: #FFFFFF;
    color: #008dcb;
    text-decoration: none;
}


.vtx-header .prenav .help {
    float: left;
    margin: 3px 0 0 0;
}

.vtx-header .prenav .help a {
    height: 31px;
    padding: 6px 10px 4px 10px;
    display: block;
    background: #b1b1b1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
}

.vtx-header .prenav .help a:hover {
    display: block;
    float: left;
    background: #FFFFFF;
    color: #008dcb;
    text-decoration: none;
}

.vtx-header .prenav .help a.active {
    display: block;
    float: left;
    background: #FFFFFF;
    color: #008dcb;
    text-decoration: none;
}

.vtx-header .prenav .langswitch {
    float: left;
    margin: -2px 0 -5px 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.vtx-header .prenav .langswitch {
    width: 60px;
    height: 31px;
    overflow: hidden;
    background: #008dcb;
    background-position: right 5px;
    border: none;
    color: #FFFFFF;
}

.vtx-header .prenav .langswitch select {
    background: transparent;
    width: 60px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    border: none;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
}


.vtx-header .prenav .langswitch select:hover option {
    height: 30px;
    /*padding: 5px 5px 5px 30px;*/
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1px;
    border: none;
    border-radius: 0;
    height: 30px;
    background: #008dcb;
    -webkit-appearance: none;
}


.vtx-header .prenav .langswitch select:focus {
    outline: none;
    color: #008dcb;
    background-color: #FFFFFF;
}



/*#01.3 Header/Mainnav#*/

.navbar {
    display:initial;
}

.mainnav {
    height: 80px;
}

/*#02 Footer#*/
.footer {
    background: #646263;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 10px 15px 10px;
    width: 100%;
    margin-top: auto;
}

.footer .item {
    padding: 30px 30px 0 30px;
    margin: 0 0 0 0;
    font-weight: 400;
}

.footer .item h3 {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.footer .item a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .item a:hover {
    text-decoration: underline;
}

.footer .item ul {
    padding-left: 0;
    list-style-type: none;
}

.footer .copyright {
    margin: 0 0 0 15px;
}