html {
  font-size: 14px;
  background-color: #296B98;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #296B98;
}

.container {
  margin-bottom: 60px;
  background-color: #296B98 !important;
  display: flex;
  justify-content: center;
}

.footer {
  clear: both;
}

.footer-back {
  background: rgba(41, 107, 152, 0.75) !important;
}

.footer-copy {
  text-align: center;
  position: absolute;
  color: #FFFFFF;
  font-weight: bold;
  z-index: 10;
  top: 5px;
  width: 100%;
}

.footer-back {
  transform: rotate(180deg);
  color: #000000;
  background-color: #296B98;
}

.post-password-form {
  color: #FFFFFF;
}

.password-container {
  width: 450px;
  position: relative;
  color: #FFFFFF;
}

.password-eye {
  padding: 6px;
  width: 32px;
  margin-left: 0px;
  background-color: #FFFFFF;
  color: #000000;
}

.fa-eye .fa-eye-slash {
  position: relative;
  float: right;
  top: 5px;
  right: 100px;
  cursor: pointer;
  color: lightgray;
}

.main-nav {
  height: 100%;
  width: calc(25% - 20px);
}

.navbar-nav>.active>a {
  color: #ff0000;
}

.navbar-nav>li {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-item>a {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 23px;
  font-weight: 800;
}

.nav-item>a:hover {
  color: #ff0000;
}

.dropdown-item {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 23px;
  font-weight: 800;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 23px;
  font-weight: 800;
  list-style: none;
  background-color: #296B98;
  background-clip: padding-box;
}

.hr {
  margin: 1rem 0;
  color: #FFFFFF;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

.heading-title {
  color: #FFFFFF;
  font-size: 49px;
}

.icon-list-item,
.icon-list-icon,
.icon-list-text {
  color: #FFFFFF !important;
  list-style-type: none;
  font-size: 29px;
  font-weight: 600;
  position: relative;
  left: -12px;
}

.home #div {
  clear: both;
  width: 80%;
  margin: 0 auto;
}

.home-link {
  color: #FFFFFF !important;
  list-style-type: none;
  font-size: 42px;
  font-weight: 600;
  text-decoration: none;
}

.quizzes #div {
  clear: both;
  width: 80%;
  margin: 0 auto;
}

.quizzes-content {
  display: block;
  /*float: left;*/
  margin: 20px;
  text-align: left;
}

.quiz {
  color: #FFFFFF !important;
  list-style-type: none;
  font-size: 29px;
  font-weight: 600;
}

.quiz input[type=radio] {
  position: relative;
  /* Double-sized Checkboxes */
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
  top: -4px;
  margin: 10px;
}

.disabledinput {
  pointer-events: none;
  opacity: 1;
}

.quiz textarea {
  width: 100%;
  padding: 5px;
}

.extras #div {
  clear: both;
  width: 80%;
  margin: 0 auto;
}

.extras-content {
  display: block;
  width: 540px;
  height: 303px;
  float: left;
  margin: 10px;
}

.extras-content iframe {
  margin: 0;
}

.books #div {
  clear: both;
  width: 80%;
  margin: 0 auto;
}

.books-content {
  display: block;
  float: left;
  margin: 20px;
  text-align: center;
}

.videos #div {
  clear: both;
  width: 80%;
  margin: 0 auto;
}

.videos-content {
  display: block;
  width: 380px;
  height: 340px;
  float: left;
  margin: 20px;
  text-align: center;
}

.videos-header {
  color: #FFFFFF !important;
  list-style-type: none;
  font-size: 29px;
  font-weight: 600;
}

.videos-section {
  width: 100%;
  height: 100%;
}

.videos-section-dialog {
  width: 95%;
  height: 55%;
}

.videos-section-content {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.videos-section-content iframe {
  width: 97%;
  height: 100%;
}

.videos-play {
  margin-top: -180px;
  z-index: 1;
}

.videos-play i {
  height: 250px;
}

.links #div {
  clear: both;
  width: 80%;
  margin: 0 auto;
}

.links-category {
  text-align: left;
}

.links-content {
  text-align: left;
}

.admin {
  width: 90%;
  color: #FFFFFF !important;
}

.admin a {
  color: #FFFFFF !important;
}

.editform {
  color: #FFFFFF !important;
}

.editform input[type="text"] {
  width: 100%;
}

.editform input[type="password"] {
  width: 100%;
}

.editform input[type="textarea"] {
  width: 100%;
  min-height: 400px;
  overflow-wrap: break-word !important;
}

.editform textarea {
  width: 100%;
  min-height: 600px;
}