@import url("https://fonts.googleapis.com/css?family=Overpass");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4E4E4E;
}

html, body {
  font-family: "IBM Plex Sans", "sans-serif";
  font-size: 1rem;
  width: 100%;
  height: 100vh;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}

ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #014089;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.ps-20 {
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.no-border {
  border: 0;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: .88rem;
}

.btn-primary {
  background-color: #014089;
  border-color: #014089;
}

.btn-primary i {
  color: white;
}

.btn-primary:hover {
  background: #fab00b;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn-primary-1 {
  background-color: #f1a019;
  border-color: #fab00b;
}

.btn-secondary {
  background-color: #f8f8f8;
  border-color: #014089;
  color: #014089;
}

.btn-download {
  color: white;
  width: 100%;
  border-radius: 50px;
  padding: 10px 0;
}

.ff-primary {
  font-family: "Roboto Condensed";
}

.ff-secondary {
  font-family: "Poppins";
}

.fw-semi {
  font-weight: 500;
}

.fs-060 {
  font-size: .60rem;
}

.fs-065 {
  font-size: .65rem;
}

.fs-070 {
  font-size: .70rem;
}

.fs-075 {
  font-size: .75rem;
}

.fs-080 {
  font-size: .80rem;
}

.fs-085 {
  font-size: .85rem;
}

.fs-090 {
  font-size: .90rem;
}

.fs--2 {
  font-size: 2rem;
}

.fs--4 {
  font-size: 4rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mt-9 {
  margin-top: 7rem;
}

.w-20-px {
  width: 20px;
}

.w-20 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60-px {
  width: 60px;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
  margin: auto;
}

.w-90 {
  width: 90%;
}

.w-150-px {
  width: 150px;
}

.w-100 {
  width: 100%;
}

.w-200-px {
  width: 200px;
}

.h-20-px {
  height: 20px;
}

.h-60-px {
  height: 60px;
}

.h-425-px {
  height: 425px;
}

.h-400-px {
  height: 400px;
}

.h-200-px {
  height: 200px;
}

.h-360-px {
  height: 360px;
}

.h-300-px {
  height: 300px;
}

.h-150-px {
  height: 150px;
}

.h-510-px {
  height: 510px;
}

.h-620-px {
  height: 620px;
}

.bg-color-greyish {
  background-color: #f8f8f8;
}

.bg-color-primary {
  background-color: #014089;
}

.bg-color-primary-1 {
  background-color: #fab00b;
}

.bg-color-white {
  background-color: white;
}

.bg-color-vintage-white {
  background-color: #f7efe2;
}

.bg-color-maroon {
  background-color: maroon;
}

.bg-color-dark-grey {
  background-color: #bcbcbc;
}

.bg-color-redish {
  background-color: #ff5653;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.label-type {
  font-size: .70rem;
  text-transform: uppercase;
  color: #014089;
}

.label-type-with-bg {
  background-color: #014089;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}

.tile {
  border: 1px solid #014089;
  border-radius: 2px;
  overflow: hidden;
  width: 32%;
}

.tile .tile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  background-color: #e8eff7;
  color: #014089;
  height: 130px;
}

.tile .tile-content {
  padding: 10px 20px;
}

.tile .tile-content .tile-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #014089;
}

.tile .tile-content .tile-desc {
  color: #014089;
}

.tile-plain {
  border: 0;
}

.tile-plain .tile-image {
  background-color: transparent;
  font-size: 5rem;
  color: #014089;
}

.link-plain {
  text-decoration: none;
}

.color-primary {
  color: #014089;
}

.color-primary-1 {
  color: #fab00b;
}

.color-light-primary {
  color: #6297c1;
}

.color-white {
  color: white;
}

.color-grey {
  color: #4E4E4E;
}

.color-red {
  color: red;
}

.lh-1 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 2;
}

.lh-30-px {
  line-height: 30px;
}

.border-left-color-primary-1 {
  border-left: 1px solid #fab00b;
}

.mh-250-px {
  max-height: 250px;
}

.social-icon {
  width: 15px;
  height: 15px;
  background-color: grey;
}

.social-icon-size-30 {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #e8eff7;
}

.icon {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #014089;
  overflow: hidden;
  margin-left: 10px;
}

.icon i {
  color: white;
}

.icon-footer {
  background-color: #194E84;
  width: 40px;
  height: 40px;
}

.icon-square {
  border-radius: 0;
  height: 25px;
  width: 70px;
  margin: 0 5px 0 0;
}

.icon.twitter {
  background-color: #1DA1F2;
}

.icon.linkedin {
  background-color: #4285F4;
}

.position-bottom-20 {
  bottom: 20px;
}

.updates-thumbs .list {
  height: 100px;
}

.updates-thumbs .list .list-image {
  width: 30%;
}

hr:not([size]), hr {
  height: 1px;
  opacity: 1;
}

.divider {
  height: 3px !important;
}

.divider-primary {
  background-color: #014089;
}

.divider-primary-1 {
  background-color: #fab00b;
}

.divider-plain {
  height: 1px !important;
  background-color: #4E4E4E;
}

.divider-widget {
  height: 1px !important;
}

.pagination .input-group input, .pagination .input-group span {
  height: 30px;
  font-size: .85rem;
}

.pagination .page-item {
  font-size: .85rem;
}

.pagination .page-item .page-link {
  color: black;
}

.pagination .page-item.first {
  border-radius: 5px 0 0 5px;
}

.pagination .page-item span {
  padding: 0.28rem .75rem;
  border: 1px solid #dee2e6;
  display: inline-block;
}

.tag-type {
  background-color: #014089;
  border-left: 10px solid #fab00b;
  display: block;
  width: auto;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 10px;
}

.tag-type-item {
  background-color: #fab00b;
  font-size: .70rem;
  margin-left: -2px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
}

.read-more {
  text-decoration: none;
  font-weight: bold;
  color: #014089;
}

.read-more-bottom-fixed {
  position: absolute;
  bottom: 1.5rem;
}

.numbered-list {
  position: relative;
}

.numbered-list p {
  margin: 0;
}

.numbered-list .number {
  position: absolute;
  top: 0;
  left: 0;
}

.privacy-policy p, .privacy-policy ul li {
  font-size: .80rem;
  color: #4E4E4E;
}

.privacy-policy h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4E4E4E;
}

.floating-date {
  background-color: #014089;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
}

.floating-date p, .floating-date span {
  color: white;
  font-weight: bold;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.custom-hover a {
  border: 2px solid transparent;
  padding: 5px 8px;
  border-radius: 4px;
}

.custom-hover a:hover {
  background: #fab00b;
  color: white !important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-left: 10px;
}

.top-container {
  padding: 10px 0;
}

.top-container .logo {
  max-width: 701px;
}

.top-container .logo img {
  width: 125%;
}

.top-container .top-nav {
  margin-bottom: 5px;
  margin-top: 5px;
}

.top-container .top-nav ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: .92rem;
}

.top-container .top-nav ul li {
  margin-left: 20px;
  position: relative;
  font-size: .88rem;
}

.top-container .top-nav ul li a {
  text-decoration: none;
  color: #222222;
}

.top-container .time-socials .pst {
  text-align: right;
}

.top-container .time-socials .pst-title {
  font-size: .72rem;
}

.top-container .time-socials .pst-info {
  font-size: .78rem;
  font-weight: 500;
}

header {
  font-family: "IBM Plex Sans", "sans-serif";
}

header .main-nav {
  background-color: #fab00b;
  border-top: 5px solid #014089;
  padding: 10px 0;
}

header .main-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .main-nav .menu .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main-nav .menu .menu-items li a {
  padding: .5rem .75rem;
  text-decoration: none;
  color: white;
  font-size: .82rem;
  font-weight: 600;
}

header .main-nav .menu .menu-items li a:hover {
  color: #014089;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

header .main-nav .menu .menu-items li a:hover i {
  color: #014089;
  font-size: .77rem;
}

header .main-nav .menu .menu-items li.with-sub .sub-menu {
  position: absolute;
  background-color: #fab00b;
  padding: 30px 20px 10px;
  list-style: none;
  min-width: 150px;
  width: auto;
  z-index: 999;
  border-radius: 0 0 5px 5px;
}

header .main-nav .menu .menu-items li.with-sub .sub-menu li {
  margin-bottom: 10px;
}

header .main-nav .menu .menu-items li.with-sub .sub-menu li a {
  color: white;
  font-size: 0.78rem;
  font-weight: 500;
}

header .main-nav .menu .menu-items li.with-sub .sub-menu li a:hover {
  color: #014089;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

header .main-nav .menu .menu-items li i {
  color: white;
  font-size: .77rem;
}

header .main-nav .menu .btn-cta {
  margin-left: auto;
  font-size: .85rem;
  font-weight: 600;
  color: white;
}

header .main-nav .btn-cta {
  background: #f1a019;
}

header .main-nav .btn-cta:hover {
  background: #014089;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: white;
}

header #mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu-icon {
  position: absolute;
  z-index: 99;
  left: 15px;
  top: 5px;
}

.mobile-menu-icon .icon-menu {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: #fab00b;
  border-radius: 0;
  overflow: auto;
}

.mobile-menu-icon .icon-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-menu-icon .icon-menu .first {
  top: 0px;
}

.mobile-menu-icon .icon-menu .second, .mobile-menu-icon .icon-menu .third {
  top: 6px;
}

.mobile-menu-icon .icon-menu .fourth {
  top: 12px;
}

.mobile-menu-icon .icon-menu.open .first {
  top: 18px;
  width: 0%;
  left: 50%;
  background: white;
}

.mobile-menu-icon .icon-menu.open .second {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
}

.mobile-menu-icon .icon-menu.open .third {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: white;
}

.mobile-menu-icon .icon-menu.open .fourth {
  top: 18px;
  width: 0%;
  left: 50%;
  background: white;
}

#mobile-menu-wrapper {
  position: fixed;
  top: 20%;
  background-color: #fab00b;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
}

#mobile-menu-wrapper .mobile-menu-content {
  padding-top: 2rem;
}

.d-lg-none {
  display: none !important;
}

.nav-pills {
  font-size: .88rem;
}

.container-md {
  max-width: 960px;
}

.masthead {
  background: #fdfdfd;
}

.section-title {
  text-transform: capitalize;
  padding: 2px 8px 1px 8px;
  color: #fab00b;
  font-weight: bold;
}

.section-title-plain, .section-title-primary-1 {
  color: #fab00b;
  font-weight: bold;
  margin-top: 1rem;
}

.section-title-primary {
  color: #014089;
}

.section-title-bordered {
  border-left: #fab00b solid 12px;
}

.breadcrumbs {
  background: #e8eff7;
  padding: .25rem 0;
}

.breadcrumbs li {
  font-size: .75rem;
  color: #7d7d7d;
  padding: .5rem .25rem .5rem .25rem;
}

.breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
}

.breadcrumbs .breadcrumb-item a {
  padding: .5rem .25rem .5rem .25rem;
  font-size: .75rem;
  color: #7d7d7d;
}

.breadcrumbs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.breadcrumbs-items li::after {
  content: "/";
  font-size: .55rem;
  color: #7d7d7d;
  padding-left: 8px;
}

.breadcrumbs-items li:last-child {
  margin-right: 0;
}

.breadcrumbs-items li:last-child::after {
  content: "";
}

.breadcrumbs-items li a {
  padding: .5rem .25rem .5rem .75rem;
  font-size: .75rem;
  color: #7d7d7d;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title {
  font-size: 2.5rem;
  color: #014089;
  font-weight: bold;
  margin-top: 1rem;
}

.page-content {
  margin: 1rem 0 3rem;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin: 1rem 0;
}

.page-content-with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content-with-sidebar .content {
  max-width: 65rem;
  margin: 0 auto;
}

.page-content-with-sidebar .sidebar {
  min-width: 300px;
  margin-left: 30px;
}

.page-content .card.card-with-image {
  height: 100%;
}

.page-content .content p img {
  width: auto;
}

.page-content.content-news .card.card-with-image .card-image {
  max-height: 220px;
  overflow: hidden;
}

.meta {
  display: block;
}

.meta .label, .meta label {
  font-size: .78rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 10px;
}

.meta .value {
  font-size: .88rem;
  font-weight: 400;
  font-weight: bold;
}

.meta .value ul {
  list-style: none;
  padding-left: 0;
}

.meta .value ul li {
  display: inline-block;
  margin-right: 8px;
}

.meta .value a, .meta .value i {
  text-decoration: none;
  color: #014089;
}

.meta .value a:hover, .meta .value i:hover {
  text-decoration: underline;
  color: #014089;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.meta-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.meta-h .label, .meta-h .value {
  display: inline-block;
}

.meta-h .label {
  font-size: .7rem;
}

.meta-list {
  margin-bottom: 30px;
  display: block;
}

.meta-list .label, .meta-list label {
  font-size: .68rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
}

.meta-list .value {
  margin-top: 5px;
}

.meta .downloads-count {
  font-size: 2.5rem;
  font-weight: bold;
  color: #014089;
  margin-right: 5px;
}

.meta .downloads-date {
  font-size: .88rem;
  line-height: 1.2;
}

.meta.authors-list .value a::after {
  content: ";";
  font-weight: 400;
  margin-left: 3px;
  margin-right: 5px;
}

.widget-container {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.widget-container-leftborder {
  border-left: 2px solid #fab00b;
}

.widget-container .widget-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
  color: #fab00b;
}

.widget-container .widget-title-small {
  font-size: .88rem;
}

.widget-container .widget-title i {
  color: #fab00b;
}

.widget-container .widget-content .menu-vertical {
  list-style: none;
  padding-left: 0;
}

.widget-container .widget-content .menu-vertical li {
  margin-bottom: .5rem;
}

.widget-container .widget-content .menu-vertical li a {
  color: #4E4E4E;
}

.widget-container .widget-content .menu-vertical li a:hover {
  color: #014089;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.order-alphabetical {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-alphabetical li a {
  padding: 0 .25rem;
}

.modal-dialog {
  width: 100%;
  margin: auto;
  max-width: 60%;
}

.modal-dialog .modal-content .modal-header {
  background-color: #fab00b;
}

.modal-dialog .modal-content .modal-header .header-content {
  margin: auto;
}

.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
  color: white;
}

.modal-dialog .modal-content .modal-header .modal-description {
  color: #f3f3f3;
  color: .88rem;
}

.modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-dialog .modal-content .modal-body label {
  font-size: .80rem;
  margin-bottom: 3px;
  color: #024089;
  font-weight: 600;
}

.modal-dialog .modal-content .modal-body select {
  font-size: .75rem;
  padding: 10px;
  border-radius: 0;
  color: #024089;
}

.modal-dialog .modal-content .modal-body input {
  padding: 8px;
  border: 1px solid #ced4da;
  color: #024089;
}

.modal-dialog .modal-content .modal-body textarea {
  height: 5rem;
  padding: 10px;
}

.modal-dialog .modal-content .modal-body textarea::-webkit-input-placeholder {
  color: #024089;
  font-size: .80rem;
}

.modal-dialog .modal-content .modal-body textarea:-ms-input-placeholder {
  color: #024089;
  font-size: .80rem;
}

.modal-dialog .modal-content .modal-body textarea::-ms-input-placeholder {
  color: #024089;
  font-size: .80rem;
}

.modal-dialog .modal-content .modal-body textarea::placeholder {
  color: #024089;
  font-size: .80rem;
}

.form-select.is-valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.filter {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

footer {
  background-color: #014089;
  border-top: 5px solid #fab00b;
}

.footer-nav {
  font-size: .85rem;
}

.footer-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav ul li a {
  color: #f3f3f3;
  padding: .5rem .75rem;
}

.footer-nav ul li a:hover {
  color: #fab00b;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer-socials ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-socials ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-socials ul li a, .footer-socials ul li a i {
  color: #f3f3f3;
  padding: .5rem .75rem;
}

.footer-socials ul li a:hover, .footer-socials ul li a i:hover {
  color: #fab00b;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.banner-filter {
  border-radius: 0 0 30% 30% / 3%;
  background-image: url(../assets/images/banner-img.png);
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  height: 550px;
}

.banner-filter .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f1e5d2;
  opacity: 0.9;
}

.banner-filter .container {
  max-width: 960px;
  margin: auto;
  position: relative;
  height: 200px;
  top: 0;
  right: 0;
  left: 0;
}

.banner-filter .container h1 {
  font-size: 4rem;
  margin: auto;
  font-weight: bolder;
  color: #014089;
}

.banner-filter .container p {
  font-size: 0.90rem;
  color: #014089;
}

.banner-filter .container .filter-container {
  margin: auto;
  padding: 20px;
  background-color: #f8f8f8;
  max-width: 750px;
}

.banner-filter .container .filter-container input {
  width: 100%;
}

.banner-filter .container .filter-container ::-webkit-input-placeholder, .banner-filter .container .filter-container select {
  color: #014089;
  font-size: .85rem;
}

.banner-filter .container .filter-container :-ms-input-placeholder, .banner-filter .container .filter-container select {
  color: #014089;
  font-size: .85rem;
}

.banner-filter .container .filter-container ::-ms-input-placeholder, .banner-filter .container .filter-container select {
  color: #014089;
  font-size: .85rem;
}

.banner-filter .container .filter-container ::placeholder, .banner-filter .container .filter-container select {
  color: #014089;
  font-size: .85rem;
}

.banner-filter .container .filter-container input[type="text"], .banner-filter .container .filter-container select {
  background-color: white;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
}

.banner-filter .container .filter-container .d-flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner-filter .container .btn-container > div {
  margin: 0 10px;
}

.banner-filter .container .btn-container > div button {
  width: 150px;
  padding: 10px;
  text-transform: none;
  font-weight: 500;
}

.banner-filter-single {
  background-image: none;
}

.banner-filter-single .container {
  max-width: 80%;
  position: relative;
}

.banner-filter-single .container p {
  font-size: .75rem;
  color: #4E4E4E;
}

.filter input, .filter select, .filter button, .filter .btn {
  padding: .375rem .75rem;
  border-radius: 3px;
  border: 1px solid #73A1C2;
  font-size: .90rem;
  text-transform: none;
  width: 100%;
}

.filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-actions .btn {
  margin: 0 2px;
}

.filter ::-webkit-input-placeholder, .filter select {
  color: #ccc;
}

.filter :-ms-input-placeholder, .filter select {
  color: #ccc;
}

.filter ::-ms-input-placeholder, .filter select {
  color: #ccc;
}

.filter ::placeholder, .filter select {
  color: #ccc;
}

.filter-text input {
  border: 1px solid #73A1C2;
}

.filter-text input::-webkit-input-placeholder {
  color: #73A1C2;
}

.filter-text input:-ms-input-placeholder {
  color: #73A1C2;
}

.filter-text input::-ms-input-placeholder {
  color: #73A1C2;
}

.filter-text input::placeholder {
  color: #73A1C2;
}

#reportrange {
  padding: 10px;
  font-size: 0.80rem;
  position: relative;
}

.featured-post .featured-image {
  background-color: #e8eff7;
  font-size: 8rem;
  color: #014089;
  height: 250px;
}

.featured-post .featured-title {
  color: #014089;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0 15px 0;
}

.featured-post .featured-desc {
  font-size: 0.75rem;
  color: #014089;
}

.featured-item {
  height: 600px;
}

.featured-item > div {
  height: 100%;
}

.featured-item .featured-item-details-container {
  position: relative;
  background: #014089;
}

.featured-item .featured-item-details-container .featured-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#014089), color-stop(#ffffff80), to(transparent));
  background: linear-gradient(0deg, #014089, #ffffff80, transparent);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.featured-item .featured-item-details-container .featured-image {
  overflow: hidden;
  max-height: 600px;
  height: auto;
}

.featured-item .featured-item-details-container .featured-item-details {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: left;
}

.featured-item .featured-item-details-container .featured-item-details .position-relative {
  height: 100%;
}

.featured-item .featured-item-details-container .featured-item-details .position-relative .meta {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
}

.featured-item .featured-item-details-container .featured-item-details .position-relative .meta ul {
  padding: 0;
  margin: 0;
}

.featured-item .featured-item-details-container .featured-item-details .position-relative .meta ul li {
  font-size: .80rem;
  margin-bottom: 10px;
}

.featured-item .featured-item-details-container .featured-item-details .position-relative .meta ul li i {
  color: #fab00b;
}

.featured-item .featured-item-details-container .featured-item-details .position-relative .meta ul li label {
  color: white;
  font-weight: 500;
  font-size: .70rem;
  margin: 0;
}

.featured-item .featured-item-details-container .featured-item-details .position-relative .meta ul li.read-more-link a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.card {
  padding: 20px;
  border-radius: 5px;
  font-family: "IBM Plex Sans", "sans-serif";
}

.card .card-title {
  font-family: "IBM Plex Sans", "sans-serif";
}

.card-plain {
  border: 1px solid #fab00b;
  border-radius: 4px;
  padding: 15px;
  height: 100%;
  position: relative;
}

.card-plain .card-title {
  color: #014089;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.4;
  font-family: "IBM Plex Sans", "sans-serif";
}

.card-plain .card-desc {
  margin-top: 20px;
  font-size: .85rem;
  color: #4E4E4E;
  text-align: justify;
}

.card-plain .card-meta {
  margin-top: 20px;
  font-size: .75rem;
  color: #4E4E4E;
  bottom: 15px;
  left: 15px;
}

.card-featured {
  border: 0;
  text-align: left;
  background: transparent;
  height: auto;
  max-height: auto;
}

.card-featured .card-image {
  max-height: 200px;
}

.card-featured .card-title {
  color: #014089;
  font-weight: bold;
  margin: 5px 0;
}

.card-featured .card-date {
  font-size: .70rem;
  color: #014089;
}

.card-featured .card-date i {
  color: #014089;
}

.card-featured .card-desc {
  color: #4E4E4E;
}

.card-featured-with-bg {
  background-color: #F9ECD7;
}

.card-featured-research {
  background: #F8EBD6 !important;
  max-height: auto;
  position: relative;
  border: 1px solid #707070;
  padding: 0;
}

.card-featured-research .card-image {
  height: auto;
}

.card-featured-research .card-title {
  color: #014089;
  font-weight: bold;
}

.card-featured-research .card-desc {
  color: #4E4E4E;
}

.card-with-image {
  height: auto;
  padding: 0;
}

.card-image-title {
  padding: 10px;
}

.card-image-title .card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
}

.card-image-title .card-content .card-title {
  font-size: .90rem;
}

.card-image-video {
  min-height: 350px;
}

.card-image-institution img {
  max-height: 200px;
}

.full-card {
  position: relative;
  border: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full-card-image {
  padding: 0;
}

.full-card .floating-date {
  position: absolute;
  top: 0;
  left: 20px;
}

.full-card .floating-date p {
  margin: 0;
}

.full-card-details {
  padding-top: 15px;
  padding-left: 15px;
  min-height: 220px;
}

.full-card-details h3 {
  font-weight: bold;
  color: #014089;
  font-size: 1.5rem;
}

.full-card-details h3:hover {
  color: #fab00b;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.full-card-details .meta {
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.full-card-details .meta div {
  margin-right: 5rem;
  color: #4E4E4E;
  font-size: 0.80rem;
}

.full-card-details .meta div i {
  color: #fab00b;
  margin-right: 5px;
}

.full-card-details .action-btn {
  position: absolute;
  bottom: 20px;
}

.full-card-details .action-btn .btn {
  background-color: #fab00b;
  color: white;
  width: 150px;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 1rem .5rem;
}

.list .list-image {
  background-color: #e8eff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #014089;
  width: 35%;
}

.list .list-content {
  width: 65%;
  padding: 0 0 0 10px;
  position: relative;
}

.list .list-content-title, .list .list-content h1, .list .list-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #014089;
  margin-bottom: .5rem;
}

.list .list-content .list-date {
  position: absolute;
  bottom: 0;
  font-size: .80rem;
  color: #014089;
}

.list .list-content .floating-meta {
  position: absolute;
  bottom: 0;
}

.list-with-image {
  height: 200px;
}

.list-plain {
  border-bottom: 1px solid #CECECE;
}

.list-plain .list-content {
  width: 100%;
  padding: 0;
}

.list-plain .list-content h1 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.list-plain .list-content .meta > div {
  font-size: .85rem;
  color: #4E4E4E;
}

.list-plain .list-content .meta > div i {
  color: #fab00b;
}

.list-plain-sidebar {
  border: 0;
  width: 100%;
  margin-bottom: 15px;
}

.list-plain-sidebar .list-content .list-title {
  font-size: .80rem;
  line-height: normal;
}

.modal-lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Caption text */
}

.modal-lightbox .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

.modal-lightbox .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal-lightbox .close:hover,
.modal-lightbox .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.modal-lightbox .mySlides {
  display: none;
}

.modal-lightbox .prev,
.modal-lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.modal-lightbox .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.modal-lightbox .prev:hover,
.modal-lightbox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-lightbox .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.modal-lightbox .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.modal-lightbox img.demo {
  opacity: 0.6;
}

.modal-lightbox .active,
.modal-lightbox .demo:hover {
  opacity: 1;
}

.modal-lightbox img.hover-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-lightbox .hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-open.modal {
  background: #4e3d0aae;
}

.modal-content {
  max-width: 100%;
  margin: 4% auto 0 !important;
}

@media (max-width: 1200px) {
  header .top-nav {
    margin-bottom: 8px;
  }
  header .top-nav ul li a {
    font-size: 0.78rem;
  }
  header .icon {
    width: 25px;
    height: 25px;
    font-size: 0.70rem;
  }
  header .main-nav .menu-items li a {
    font-size: .7rem !important;
    font-weight: 500 !important;
    padding: .5rem !important;
  }
  header .main-nav .btn-cta {
    font-size: .6rem !important;
    font-weight: 500 !important;
  }
}

@media screen and (max-width: 1024px) {
  header .main-nav a {
    font-size: 0.60rem !important;
  }
  header .main-nav .sub-menu {
    list-style: none !important;
  }
  header .main-nav .sub-menu li a {
    font-size: 0.70rem;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .w-1024-fs-75 {
    font-size: 0.75rem !important;
  }
  .w-1024-w-100 {
    width: 100%;
  }
  .w-1024-w-90 {
    width: 90%;
    max-width: 90% !important;
  }
  .w-1024-w-70 {
    width: 70%;
  }
  .w-1024-w-30 {
    width: 30%;
  }
  .w-1024-h-355-px {
    height: 355px;
  }
  .w-1024-h-230-px {
    height: 230px;
  }
  .w-1024-p-0 {
    padding: 0;
  }
  .w-1024-p-s-0 {
    padding-left: 0;
  }
  .w-1024-p-s-10-px {
    padding-left: 10px;
  }
  .w-1024-p-e-0 {
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .top-container .top-nav, .top-container .time-socials {
    display: none !important;
  }
  .row {
    width: 100%;
    margin: 0 auto;
  }
  header #mobile-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header #mobile-menu .login-menu-main {
    opacity: 0;
    pointer-events: none;
  }
  header #menu {
    display: none;
  }
  .mobile-menu-content {
    padding-left: 2.5rem !important;
    height: 100%;
    overflow: auto;
  }
  .mobile-menu-content ::-webkit-scrollbar {
    display: none;
  }
  .banner-filter {
    height: 850px;
  }
  .w-80 {
    width: 88%;
    margin: 0 auto;
  }
  .w-600-d-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .w-600-d-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .w-600-m-0 {
    margin: 0 !important;
  }
  .w-600-m-top-20-px {
    margin-top: 20px;
  }
  .w-600-m-bottom-10-px {
    margin-bottom: 10px !important;
  }
  .w-600-m-e-15-px {
    margin-right: 15px !important;
  }
  .w-600-h-auto {
    height: auto;
  }
  .w-600-h-80 {
    height: 80%;
  }
  .w-600-h-135-px {
    height: 135px;
  }
  .w-600-w-25 {
    width: 25%;
  }
  .w-600-w-35 {
    width: 35%;
  }
  .w-600-w-65 {
    width: 65%;
  }
  .w-600-w-75 {
    width: 75%;
  }
  .w-600-w-90 {
    width: 90%;
  }
  .w-600-overflow-hidden {
    overflow: hidden;
  }
  .w-600-overflow-auto {
    overflow: auto;
  }
  .w-600-d-none {
    display: none !important;
  }
  .w-600-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #mobile-menu-wrapper {
    top: 0;
  }
  .page-content.page-content-with-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav ul {
    display: block;
  }
  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: .5rem;
  }
}

@media screen and (max-width: 480px) {
  header .top-container .logo img {
    width: 102%;
  }
  header .time-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .time-socials .socials {
    margin-top: 10px;
  }
  header .time-socials .time span {
    text-align: center !important;
  }
  header .login-menu-mobile {
    display: none;
  }
  header .top-nav {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header .top-nav ul li {
    margin: 0 5px !important;
  }
  header .top-nav .login-menu-main {
    display: block;
  }
  header #mobile-menu {
    display: block;
  }
  header #menu {
    display: none;
  }
  .featured-item .featured-image {
    overflow: hidden;
    max-height: 480px;
    height: auto;
  }
  #landing .banner-filter {
    height: 950px;
  }
  #landing .banner-filter h1 {
    font-size: 3rem;
  }
  #landing .banner-filter .filter-container .btn-container.d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #landing .banner-filter .filter-container .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing .banner-filter .filter-container .d-flex > div {
    margin-bottom: 10px;
    text-align: center !important;
  }
  #landing .banner-filter .filter-container .d-flex .mx-3 {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #landing .featured-item {
    padding: 0;
    height: 700px;
    margin-bottom: 10px;
  }
  #landing .featured-item .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    height: auto;
  }
  #landing .custom-mobile-height {
    height: 480px;
  }
  .banner-filter .container {
    max-width: 100% !important;
  }
  .modal-dialog {
    max-width: 90%;
  }
  .carousel-item img {
    height: auto;
  }
  .height-sm-auto {
    height: auto !important;
  }
  .margin-sm-0 {
    margin: 0 !important;
  }
  .margin-sm-10 {
    margin: 10px;
  }
  .margin-sm-bottom-10 {
    margin-bottom: 10px !important;
  }
  .margin-sm-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-sm-top-10 {
    margin-top: 10px !important;
  }
  .margin-sm-auto {
    margin: auto;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .p-sm-y-10 {
    padding: 10px 0;
  }
  .p-sm-x-10 {
    padding: 0 10px !important;
  }
  .p-sm-b-60 {
    padding-bottom: 60px;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .d-sm-block {
    display: block !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .fs-sm-1 {
    font-size: 1rem;
  }
  .lh-sm-01 {
    line-height: 1;
  }
  .h-sm-auto {
    height: auto;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-bottom-sm-0 {
    bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  #mobile-menu-wrapper {
    top: 0;
  }
  #mobile-menu-wrapper .mobile-menu-content {
    height: 100%;
    overflow: auto;
  }
  #mobile-menu-wrapper .mobile-menu-content ::-webkit-scrollbar {
    display: none;
  }
}

.container-md {
  max-width: 960px;
}

.login-container {
  max-width: 500px;
}

.login-container .login {
  background: #f3f3f3e0;
  padding: 1.5rem;
  border-radius: 5px;
  -webkit-box-shadow: #835a013d 0px 10px 9px;
          box-shadow: #835a013d 0px 10px 9px;
}

.login-container #form-login .form-control {
  border: 0;
}

.login-container #form-login .custom-checkbox {
  font-size: .85rem;
  min-height: 1rem;
  line-height: 1.6;
}

.login-container #form-login .btn {
  width: 100%;
  color: white;
}

#app-admin {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#admin-dashboard .card {
  border-radius: .5rem;
  border: #e8edf3 solid 1px;
  -webkit-box-shadow: #dce4ec 0px 10px 20px;
          box-shadow: #dce4ec 0px 10px 20px;
}

#admin-dashboard .card-header {
  padding: 1.5rem 1.25rem;
  margin-bottom: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #f3f3f3 solid 1px;
}

#admin-dashboard .card-header-title {
  font-size: .95rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #014089;
}

#admin-dashboard .card-header-actions {
  margin-left: auto;
}

#admin-dashboard .card-body-heading {
  font-size: 2rem;
  font-weight: 600;
}

#admin-dashboard .card-body-subheading {
  font-size: .88rem;
}

#admin-dashboard .card.bg-primary .card-body-heading {
  color: white;
}

#admin-dashboard .card.bg-primary .card-body-subheading {
  color: white;
  opacity: .8;
}

#admin-dashboard table thead {
  font-size: .78rem;
  font-weight: bold;
}

#admin-dashboard table tbody {
  font-size: .88rem;
}

#admin-dashboard table .subheading {
  font-size: .78rem;
}

#admin-dashboard table p {
  margin-bottom: 0;
}

#admin-dashboard .dashboard-overview .card {
  padding: 1.5rem;
}

.app-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 4rem;
  padding: 0.5rem 0.5rem;
  background: #fab00b;
  -webkit-box-shadow: #ccc 3px 6px 10px;
          box-shadow: #ccc 3px 6px 10px;
}

.app-header .app-title {
  font-size: 1rem;
  font-weight: bold;
  color: #002b5c;
}

.app-header .app-title .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  list-style: none;
  font-size: .78rem;
  font-weight: 500;
  opacity: .8;
  background: none;
}

.app-header .app-title .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: "/";
}

.app-header .app-title .breadcrumb-item a {
  color: #002b5c;
  opacity: .75;
}

.app-header.app-header-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1029;
}

.app-header > .container, .app-header > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app-header-toggler {
  margin-right: 10px;
  padding: 5px;
}

.app-header-toggler.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.app-header-toggler i {
  font-size: 1.5rem;
  color: white;
}

.app-header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  margin-right: 1.5rem;
}

.app-header-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8445rem 1rem;
  color: #ccc;
  text-decoration: none;
  white-space: inherit;
  background: transparent;
  -webkit-transition: background .15s ease, color .15s ease;
  transition: background .15s ease, color .15s ease;
  border-radius: 100px;
}

.app-header-nav .nav-link:hover {
  color: #4a5870;
  background: #b5c8e9;
  border-radius: 50px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.app-header-nav .nav-link:hover .nav-icon {
  color: #4a5870;
}

.app-header-nav .nav-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  height: 1.25rem;
  font-size: 1.35rem;
  text-align: left;
  color: white;
}

.app-header-nav .nav-icon-notification {
  position: absolute;
  font-weight: 500;
  background: red;
  color: white;
  border-radius: 100px;
  right: 3px;
  top: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: .85rem;
}

.app-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.app-header-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-header-user-info .widget-content-container {
  text-align: right;
}

.app-header-user-info .widget-heading {
  opacity: .8;
  font-weight: bold;
  color: #002b5c;
}

.app-header-user-info .widget-subheading {
  opacity: .5;
  font-weight: 400;
  font-size: .8rem;
  color: #014089;
}

.app-header-user-info .widget-icon-user {
  font-size: 1.15rem;
  background: linear-gradient(35deg, #014089, #002b5c);
  padding: .35rem;
  border-radius: 100%;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
}

.app-header-user-info .dropdown {
  background: #e3e3e3;
  border-radius: 100px;
  padding: .25rem .5rem .25rem .25rem;
  margin-left: 10px;
}

.app-header-user-info .dropdown-menu {
  min-width: 20rem;
  font-size: .9rem;
  border: 0;
  -webkit-box-shadow: #d3d3d3 0px 4px 10px;
          box-shadow: #d3d3d3 0px 4px 10px;
}

.app-header-user-info .dropdown-menu a, .app-header-user-info .dropdown-menu i {
  color: #4E4E4E;
}

.app-header-user-info .dropdown.dropdown-toggle {
  font-size: 1rem;
}

.app-header-divider {
  -ms-flex-preferred-size: calc(100% + 1rem);
      flex-basis: calc(100% + 1rem);
  height: 0;
  margin: 0.5rem -0.5rem;
  border-top: #d8dbe0 solid 1px;
}

.app-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 19rem;
  background: #f3f1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: .85rem;
}

.app-sidebar.app-sidebar-dark {
  background: #014089;
}

.app-sidebar.app-sidebar-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
}

.app-sidebar-brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(35deg, #002b5c, #014089);
}

.app-sidebar-brand img {
  max-height: 30px;
  width: auto;
  margin-right: .5rem;
}

.app-sidebar-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 4rem 0;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}

.app-sidebar-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8445rem 1rem;
  color: #ccc;
  text-decoration: none;
  white-space: inherit;
  background: transparent;
  -webkit-transition: background .15s ease, color .15s ease;
  transition: background .15s ease, color .15s ease;
}

.app-sidebar-nav .nav-link:hover {
  background: linear-gradient(35deg, #002b5c, #014089);
  color: white;
}

.app-sidebar-nav .nav-link:hover .nav-icon {
  color: white;
}

.app-sidebar-nav .nav-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  height: 1.25rem;
  font-size: 1.25rem;
  text-align: left;
  color: #fab00b;
}

.app-sidebar-nav .nav-title {
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  font-size: 80%;
  font-weight: 700;
  color: #fab00b;
  text-transform: uppercase;
  -webkit-transition: height 0.15s, margin 0.15s;
  transition: height 0.15s, margin 0.15s;
  border-bottom: #2d3950 solid 1px;
}

.app-sidebar-nav .nav-group-items {
  padding: 0;
  list-style: none;
}

.app-sidebar-nav .nav-group-items .nav-link {
  padding-left: 2rem;
}

.app-sidebar-nav .nav-group-indicator {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  font-size: .88rem;
  text-align: right;
  color: #ccc;
  margin-left: auto;
}

.app-sidebar-nav .nav-group .nav-link.nav-group-toggle::after {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 12px;
          flex: 0 12px;
  content: "";
  background-image: url(../assets/icons/chevron-down-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  height: 12px;
  margin-left: auto;
}

.app-sidebar-nav .nav-group .collapse.show {
  background: #002b5c;
}

.app-main-wrapper {
  width: auto;
  will-change: auto;
  -webkit-transition: padding 0.15s;
  transition: padding 0.15s;
  background: #f3f5f7;
  margin-left: 19rem;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.app-main {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.app-page-title {
  padding: 30px;
  margin: -60px -30px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.45);
}

.app-page-title.dark-theme {
  background: linear-gradient(35deg, #014089, #002b5c);
}

.app-page-title.dark-theme .page-title-icon i {
  color: white;
}

.app-page-title.dark-theme .page-title-heading {
  color: white;
}

.app-page-title.dark-theme .page-title-subheading {
  color: white;
  opacity: .6;
}

.app-page-title.light-theme {
  background: none;
}

.app-page-title .page-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-page-title .page-title-icon {
  margin-right: 1.25rem;
}

.app-page-title .page-title-icon i {
  color: #014089;
  font-size: 3.25rem;
}

.app-page-title .page-title-heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.app-page-title .page-title-subheading {
  padding: 3px 0 0;
  font-size: .93rem;
  font-weight: 300;
  opacity: .75;
}

.app-page-title .page-title-actions {
  margin-left: auto;
}

.app-page-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 3rem;
}

.nav-pills .nav-link {
  color: #014089;
  padding: .35rem .75rem;
}

.nav-pills .nav-link.active {
  background: #014089;
}

.datatable-actions-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.datatable-actions-searchfilter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.datatable-actions-searchfilter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.datatable-actions-searchfilter form .form-group {
  width: auto;
  min-width: 250px;
  margin-bottom: 0px;
}

.datatable-actions-searchfilter form .btn {
  height: 100%;
}

.datatable-actions-sort {
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table thead th {
  border-top: 0;
  vertical-align: middle;
}

.table tbody td {
  font-size: .88rem;
}

.table-subinfo {
  font-size: .85rem;
  font-weight: 500;
}

.table .dropdown .dropdown-toggle:hover {
  color: #014089;
}

.table .dropdown .dropdown-menu {
  border: 0;
  font-size: .85rem;
  background: #014089;
}

.table .dropdown .dropdown-menu li a {
  color: white;
}

.table .dropdown .dropdown-menu li a:hover {
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: linear-gradient(35deg, #fab00b, #014089);
}

.table .dropdown .dropdown-menu li a:hover i {
  color: white;
}

.table .dropdown .dropdown-menu li i {
  color: white;
}

.table .dropdown .dropdown-menu li .dropdown-item.text-danger {
  color: white !important;
}

.table .dropdown .dropdown-menu li .dropdown-item.text-danger:hover {
  background: linear-gradient(35deg, red, #014089);
}

.table .dropdown .dropdown-menu li .dropdown-item.text-success {
  color: white !important;
}

.table .dropdown .dropdown-menu li .dropdown-item.text-success:hover {
  background: linear-gradient(35deg, #00c851, #014089);
}

.navigation-sidebar {
  min-width: 250px;
  width: auto;
}

.navigation-sidebar a:hover {
  color: #fab00b;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.dropdown .dropdown-toggle:hover {
  color: #014089;
}

.dropdown .dropdown-menu {
  border: 0;
  font-size: .85rem;
  background: #fab00b;
}

.dropdown .dropdown-menu li a:hover {
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: linear-gradient(35deg, #014089, #fab00b);
}

.dropdown .dropdown-menu li a:hover i {
  color: white;
}

.dropdown .dropdown-menu hr {
  height: 1px;
  background: #f1a019;
}

.pagination li a {
  border: 1px solid #dee2e6;
  font-size: .85rem;
  color: black;
  padding: 0.28rem .75rem;
  display: inline-block;
}

.pagination li.first {
  border-radius: 5px 0 0 5px;
}

.pagination li span {
  padding: 0.18rem .75rem;
  border: 1px solid #dee2e6;
  display: inline-block;
}

.form-group {
  margin-bottom: 0.5rem;
}

.form-group .form-control.is-valid {
  background-image: none;
}

.small, small {
  font-size: .7rem;
}

.helptext {
  font-size: .7rem;
  line-height: 1.25;
  color: #7d7d7d;
}

.help-block {
  color: #c42020;
}

.alert {
  z-index: 100;
}

.alert-success {
  background: #d6ffe7;
  color: #007e33;
  border-color: #00c851;
}

.tagsinput .tag-text {
  color: white !important;
}

.switch {
  position: relative;
  display: block;
  width: 80px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.switch .switch-input:checked ~ .switch-label {
  background: #014089;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch .switch-input:checked ~ .switch-handle {
  left: 54px;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.switch .switch-label:before, .switch .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.switch .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch .switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch .switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #FFFFFF), to(#f0f0f0));
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch .switch-label, .switch .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

#sidebar-toggle {
  position: fixed;
  bottom: 20px;
  left: 249px;
  background-color: #014089;
  padding: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=index.css.map */