[x-cloak] {
  display: none !important;
}
.cursor {
  cursor: pointer;
}
body {
  background-color: #111;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}
main {
  background-color: #111E22;
  border-bottom: solid 2px #254049;
  padding-bottom: 20rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.primary-bg-colour {
  background-color: #111E22;
}
.secondary-bg-colour {
  background-color: #254049;
}
/** Navigation **/
.navbar-toggler {
  background-color: white;
  padding: 0.2rem 0.5rem;
}
a {
  text-decoration: none;
  color: white;
}
#nav-main {
  background-color: #111E22;
  border-bottom: solid 1px #254049;
}
#nav-main .logo {
  height: 40px;
}
#nav-main .navbar-brand {
  color: #ffffff;
  font-weight: bold;
}
#nav-main .nav-item a.nav-link {
  color: #fcfcfc;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 0.375rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border: 2px solid transparent;
}
#nav-main .nav-item a.nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
#nav-main .nav-item a.nav-link.active {
  border-bottom: 2px solid white;
  background-color: transparent;
  color: #ffffff;
}
#nav-main .nav-item a.nav-link.active:hover {
  background-color: white;
  color: #000;
  border: 2px solid white;
}
#nav-main .nav-item a.nav-button {
  background-color: white;
  color: black;
  border-radius: 0.4rem;
}
.nav-tabs {
  border-color: #254049;
}
.nav-tabs .nav-item button {
  border: 0;
  border-bottom: solid 2px transparent;
  padding-bottom: 1rem;
  background-color: transparent;
  color: grey;
}
.nav-tabs .nav-item button.active {
  background-color: transparent;
  border-bottom: solid 2px #81BACB;
  color: #ffffff;
}
.dropdown-menu {
  background-color: #254049;
  color: #7fa2af;
  padding: 0;
}
.dropdown-menu a {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8rem;
  display: inline-block;
}
.dropdown-menu a.dropdown-item:hover {
  color: black;
}
/** Breadcrumbs **/
#page-breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
#page-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
#page-breadcrumb .breadcrumb-item.dropdown .dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 0.5rem 1rem;
}
#page-breadcrumb .breadcrumb-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: black;
}
#page-breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-weight: bold;
  color: #0d6efd;
}
#page-breadcrumb .breadcrumb-item a.active {
  color: #ffffff;
}
#page-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
/** Text **/
.secondary-text {
  color: #7fa2af;
}
.primary-text {
  color: #ffffff;
}
.secondary-border {
  border-color: #254049 !important;
  border-width: 1px;
  border-style: solid;
}
.primary-border {
  border-color: #111E22 !important;
  border-width: 1px;
  border-style: solid;
}
/** Modal **/
.modal .modal-dialog .modal-content {
  border-radius: 0.5rem;
  background-color: #111E22;
  border: solid 1px #254049;
  color: #7fa2af;
  padding: 0;
}
.modal .modal-dialog .modal-content .btn-close {
  filter: invert(1);
}
.modal .modal-dialog .modal-content .modal-header {
  color: #fff;
  border-bottom-color: #254049;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top-color: #254049;
}
/** Images **/
img.logo {
  max-width: 5rem;
}
img.thumb {
  border-radius: 0.5rem;
}
/** Footer **/
footer {
  background-color: #111;
  color: #fff;
}
footer h6 {
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
}
footer ul.links {
  list-style: none;
}
footer ul.links li {
  border-bottom: solid 1px #254049;
  padding: 1rem 0 0.5rem 0;
}
footer ul.links li a {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: inline-block;
  color: #7fa2af;
  text-decoration: none;
}
footer ul.links li a:hover {
  text-decoration: underline;
}
/** Buttons **/
.btn-circle {
  background-color: #254049;
  border-radius: 5rem;
  width: 40px;
  height: 40px;
  color: #ffffff;
}
.btn-group .btn.circle-border {
  border-radius: 3rem !important;
}
.btn-group .btn.circle-border:hover {
  border-radius: 3rem !important;
}
.btn-group .btn {
  border-radius: 0 !important;
}
.btn-group .btn-wrapper:first-of-type > .btn {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.btn-group .btn-wrapper:last-of-type > .btn {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
/** Animation **/
.fade-transition {
  transition: opacity 0.5s ease;
}
.fade-enter-start,
.fade-leave-end {
  opacity: 0;
}
.fade-enter-end,
.fade-leave-start {
  opacity: 1;
}
/* Form control placeholder styling */
.form-control::placeholder {
  color: #7fa2af !important;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #7fa2af !important;
}
.form-control::-moz-placeholder {
  color: #7fa2af !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7fa2af !important;
}
.form-control:-moz-placeholder {
  color: #7fa2af !important;
  opacity: 1;
}
