/* IMPORT FONT */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

html, body {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 1rem;
  width: 100%;
  height: 100vh;
}

.background-primary {
  background: #CA8544 !important;
}
.background-brown {
  background: #B76214;
}
.background-dark {
  background: #644222 !important;
}

.container-fluid {
  padding: 0;
}

.container-sm {
  max-width: 960px !important;
}

.container-md {
  max-width: 1140px !important;
}

.container-overlap {
  margin-bottom: -100px !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #644222;
  font-family: "Montserrat", sans-serif !important;
}

b {
  font-weight: bold !important;
}

.btn {
  border-radius: 100px !important;
  padding: 0.45rem 1.35rem !important;
  font-size: 0.88rem !important;
}
.btn:hover {
  box-shadow: #FFCB99 7px 7px 0px;
  transition: 0.3s ease-in-out;
}
.btn-lg {
  font-size: 1rem;
  padding: 0.88rem;
}
.btn-sm {
  font-size: 0.75rem !important;
}
.btn-sm.btn-outline {
  padding: 5px 20px !important;
}
.btn-outline {
  border: #644222 solid 1px !important;
  background: none;
  padding: 0.43rem 1.35rem !important;
}
.btn-outline:hover {
  background: white;
  color: #644222 !important;
}
.btn-border-100 {
  border-radius: 100px !important;
}

.btn-primary {
  background: #CA8544 !important;
  border: 0 !important;
}
.btn-primary:hover {
  background: #644222 !important;
}

.btn-gold {
  background: #DBAA00;
  color: white;
}
.btn-gold:hover {
  background: #B48C00;
  color: white;
}

.btn-success {
  background: #009A5F !important;
}
.btn-success:hover {
  background: #007B4C !important;
}

.alert {
  margin-bottom: 0;
  font-weight: 600;
}

.hidden {
  display: none;
}

/* HEADER */
.top {
  background: #444;
  padding: 10px 20px;
  font-size: 0.8rem;
  display: flex;
}
.top ul {
  display: flex;
  margin-bottom: 0;
}
.top ul li {
  padding: 0 5px;
  color: white;
}
.top ul li a {
  color: white;
  text-decoration: none;
}

.navbar-container {
  background: #f9f9f9;
  padding: 15px 25px;
  font-size: 13px;
  box-shadow: rgba(202, 133, 68, 0.1450980392) 0px 15px 15px;
  position: relative;
  z-index: 1001;
}
.navbar-container .navbar {
  padding: 0;
  width: 100%;
  justify-content: space-between !important;
}
.navbar-container .navbar .logo {
  display: flex;
}
.navbar-container .navbar .logo img {
  width: 100%;
  margin: 0 5px;
  max-width: 75px;
}
.navbar-container .main-menu .nav-link {
  color: #644222;
  font-size: 0.83rem;
  font-weight: 400;
  border: #f9f9f9 solid 1px;
  padding: 6px 14px;
}
.navbar-container .main-menu .nav-link.active {
  color: #CA8544;
  background: none;
  border: #CA8544 solid 1px;
  border-radius: 100px;
  padding: 6px 14px;
  transition: 0.3s ease-in-out;
}
.navbar-container .main-menu .nav-link:hover {
  color: #CA8544;
}
.navbar-container .main-menu .navbar-nav .nav-item.dropdown {
  margin-top: 0;
  border: 0;
  background: #f9f9f9;
}
.navbar-container .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.82rem;
  padding: 8px 15px;
}
.navbar-container .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item-header {
  padding: 8px 15px;
  font-weight: 500;
  font-size: 0.8rem;
  border-bottom: #e3e3e3 solid 1px;
  margin-top: 10px;
}
.navbar-container .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item-child {
  padding: 5px 15px 5px 30px;
  font-size: 0.78rem;
  color: #535353;
}
.navbar-container .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #CA8544;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}

/* FOOTER */
.footer {
  font-size: 0.82rem;
  background: #444;
  padding: 0.75rem 0.5rem;
  color: white;
}
.footer .navbar-container {
  background: none;
  padding: 5px 20px;
}
.footer .navbar-container .navbar {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}
.footer .navbar-container .footer-menu .nav-link {
  color: white;
  font-size: 0.82rem;
  font-weight: 400;
  padding: 5px 10px;
}

/* LOGIN */
.login-container {
  background: white;
  box-shadow: #e3e3e3 0px 10px 40px;
  padding: 40px;
  width: 450px;
  border: #f3f3f3 solid 1px;
  border-radius: 20px;
  margin: 0 auto;
}

#login-form input.form-control {
  padding: 15px;
  background: #f3f3f3;
  border: 0;
  border-radius: 5px;
}

#login-form input.form-control::-moz-placeholder {
  color: #9d9d9d;
  font-size: 12px;
}

#login-form input.form-control::placeholder {
  color: #9d9d9d;
  font-size: 12px;
}

#login-form .form-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #656565;
}

#login-form button.button-submit {
  background: #427DC2;
  color: white;
  font-size: 18px;
  padding: 12px;
  letter-spacing: 1px;
}

#login-form button.button-submit:hover {
  background: #074EA0;
}

.form-desc a {
  text-decoration: none;
}

.partners-list li {
  padding: 10px;
  list-style: none;
  display: inline-block;
}

.section {
  padding: 3rem 0;
}
.section .section-title {
  font-size: 18px;
  color: #CA8544;
  margin-bottom: 10px;
}
.section .section-title-bordered {
  border-bottom: #e3e3e3 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.section.current {
  background: linear-gradient(85deg, #644222, #A96628);
}
.section.current a {
  text-decoration: none;
}
.section.current .current-img {
  max-width: 225px;
  box-shadow: rgba(100, 66, 34, 0.2705882353) 0px 15px 15px;
}
.section.current .card-current {
  margin-left: 30px;
  padding: 30px;
  box-shadow: rgba(100, 66, 34, 0.2705882353) 0px 15px 15px;
}
.section.announcement {
  margin-top: 80px;
}
.section.archives {
  padding: 1.5rem 0 2.5rem;
}
.section.section-gray {
  background: linear-gradient(-85deg, white, whitesmoke);
}
.section.bottom a {
  color: #FFF9F4;
}

#hero-home.hero {
  color: white;
  background-image: url("https://lilypaddigital.co/wp-content/uploads/2024/08/hero-sample-pjd.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
}
#hero-home.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(85deg, #644222, #A96628);
  width: 100%;
  height: 450px;
  opacity: 90%;
}
#hero-home.hero .hero-headline-container {
  position: relative;
  z-index: 1000;
}
#hero-home.hero-data_subtitle {
  color: white;
}

.hero {
  background: linear-gradient(85deg, #644222, #A96628);
}
.hero-headline {
  color: #FFCB99;
  font-weight: bold;
  font-size: 2rem;
}
.hero-subheadline {
  color: #EEEEEE;
  font-size: 15px;
  font-weight: 300;
}
.hero-data {
  margin-right: 25px;
}
.hero-data_title {
  font-weight: bold;
  font-size: 24px;
  color: #FFCB99;
}
.hero-data_subtitle {
  font-size: 11px;
  font-weight: 100;
}
.hero-static {
  background: #CA8544;
  min-height: 225px;
  display: flex;
  align-items: center;
}
.hero-static-issue {
  min-height: 330px;
}
.hero-static-issue .hero-metadata-container {
  top: 100% !important;
}
.hero-static .hero-headline {
  color: white;
}
.hero-static .hero-headline-pretext {
  color: white;
  font-weight: 700;
  border-bottom: #FFCB99 solid 1px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.hero-metadata-container {
  display: flex;
  position: relative;
  top: 100%;
  right: -25px;
  justify-content: flex-end;
}
.hero-metadata-container .content-metadata {
  margin-bottom: 0;
  padding: 10px 20px;
  width: 200px;
}
.hero-metadata-container .content-metadata-title {
  margin-bottom: 0;
  color: white;
}
.hero-metadata-container .content-metadata-items {
  color: white;
}

#hero-search.hero-search {
  background-image: url("https://lilypaddigital.co/wp-content/uploads/2024/08/hero-sample-pjd.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 275px;
  position: relative;
  display: flex;
  align-items: center;
}
#hero-search.hero-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(85deg, white, whitesmoke);
  width: 100%;
  height: 275px;
  opacity: 95%;
}
#hero-search.hero-search .hero-headline-container {
  max-width: 960px;
  position: relative;
  z-index: 1000;
}
#hero-search.hero-search .hero-search-container {
  max-width: 800px;
  margin: 10px auto 0;
  position: relative;
  z-index: 1000;
}
#hero-search.hero-search .hero-headline {
  color: #CA8544;
  font-weight: bold;
  font-size: 20px;
}
#hero-search.hero-search .hero-subheadline {
  font-size: 15px;
  font-weight: 300;
}

main {
  background: #FFF9F4;
  height: auto;
}
main .content {
  padding: 3.5rem 1rem;
  font-weight: 300;
  margin-top: -25px;
  background: #FFF9F4;
}
main .content-main {
  width: 750px;
}
main .content-main-wide {
  width: 750px;
}
main .content-aside {
  width: 350px;
}
main .content-aside-wide {
  width: 350px;
}
main .content-aside .widget .card-title {
  font-size: 13px;
  font-weight: 600;
}
main .content-aside .widget .card-metadata {
  display: flex;
}
main .content-image {
  box-shadow: #FFCB99 10px 10px 0px;
  max-width: 250px;
}
main .content-image img:hover {
  transform: scale(1.02);
  transition: 0.3s ease-in-out;
}
main .content-metadata-container {
  margin-bottom: 50px;
}
main .content-metadata {
  margin-bottom: 15px;
}
main .content-metadata-title {
  font-size: 0.78rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
main .content-metadata-title::after {
  content: "";
  background: #FFCB99;
  position: relative;
  top: 0;
  left: 15px;
  width: 80%;
  height: 1px;
}
main .content-metadata-title-blank::after {
  display: none;
}
main .content-metadata-items {
  font-weight: 500;
}
main .content-metadata-items a {
  color: #B76214;
}
main .content-metadata-items a:hover {
  background: #CA8544;
  color: white;
  transition: 0.3s ease-in-out;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 14px;
  text-decoration: none;
}
main .content-metadata-items i {
  padding: 5px;
  border: #e3e3e3 solid 1px;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 14px;
  background: #FFCB99;
  color: #CA8544;
}
main .content-metadata-items > * {
  margin-right: 15px;
  display: inline-block;
}
main .content .archive-item.card-body .card-title:hover {
  cursor: pointer;
}
main .content .archive-item.card-body ul {
  padding-left: 0;
}
main .content .archive-item.card-body ul li {
  list-style: none;
  border-bottom: #e3e3e3 solid 1px;
  padding: 6px 0;
}
main .content .archive-item.card-body ul li a {
  color: #CA8544;
  text-decoration: none;
}

.widget .title {
  color: #CA8544;
  font-size: 13px;
  text-transform: uppercase;
}
.widget-content ul {
  padding-left: 0.5rem;
}
.widget-content ul li {
  list-style: none;
  margin: 10px 0;
}
.widget-content ul li a {
  color: #CA8544;
}
.widget-content ul li a:hover {
  color: #644222;
}
.widget-content p a {
  color: #CA8544;
}
.widget-content p a:hover {
  color: #644222;
}
.widget hr {
  margin: 0.5rem 0 !important;
}
.widget.sticky {
  position: sticky;
  top: 25px;
  padding: 15px;
}

.bottom {
  background: linear-gradient(-85deg, #644222, #A96628);
  color: white;
}
.bottom h4 {
  color: white;
}
.bottom p {
  font-size: 13px;
}

#bottom-hero.hero {
  color: white;
  background-image: url("https://lilypaddigital.co/wp-content/uploads/2024/08/hero-sample-pjd.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 225px;
  position: relative;
  display: flex;
  align-items: center;
}
#bottom-hero.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(85deg, #644222, #A96628);
  width: 100%;
  height: 225px;
  opacity: 95%;
}
#bottom-hero.hero .hero-headline-container {
  position: relative;
  z-index: 1000;
}
#bottom-hero.hero .hero-headline {
  font-weight: bold;
  font-size: 20px;
}
#bottom-hero.hero .hero-subheadline {
  font-size: 14px;
  font-weight: 400;
}

.card-custom {
  background: white;
  padding: 1rem;
  border-radius: 5px;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
}
.card-custom:hover {
  box-shadow: #f5f5f5 7px 7px 10px;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.card-custom-heading {
  font-size: 1.05rem;
  font-weight: bold;
}
.card-custom-blank {
  background: none !important;
}
.card-custom-blank:hover {
  box-shadow: none;
}
.card-custom-item {
  padding: 0.5rem;
  margin: 0.5rem;
}
.card-custom-item .icon {
  font-size: 1.25rem;
  margin-right: 15px;
  padding: 10px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #FFF9F4;
}
.card-custom-item .label {
  font-size: 1.1rem;
  font-weight: 800;
}
.card-custom-item .sub-label {
  font-size: 0.65rem;
  font-weight: 500;
  color: #888;
  text-transform: uppercase;
}

.search-container .form-control {
  padding: 0.35rem 0.75rem;
  border-radius: 0px;
  font-size: 0.85rem;
}

thead {
  font-size: 0.85rem !important;
  background: #FFF9F4 !important;
}
thead th {
  padding: 1.15rem 0.5rem !important;
  font-weight: 600;
  color: #644222;
}

tbody {
  font-size: 0.85rem !important;
}

.table {
  border-top: #e3e3e3 solid 2px;
}
.table .dropdown-menu {
  padding: 15px;
  width: 225px;
  border-radius: 0px;
}
.table .dropdown-item {
  padding: 0.25rem;
  font-size: 13px;
}
.table .dropdown-item:hover {
  background: #f8f8f8;
  color: #427DC2;
  transition: 0.3s ease-in-out;
}

.pagination {
  font-size: 0.85rem;
}
.pagination li {
  padding: 5px 10px !important;
}
.pagination li.active {
  background: #644222;
}
.pagination li.active a {
  color: white;
}
.pagination li a {
  color: #333;
  text-decoration: none;
}

.label-count {
  padding: 0.25rem 0.5rem;
  background: #FFF9F4;
  color: #644222;
  border-radius: 100px;
  font-weight: bold;
}

.modal .modal-dialog {
  max-width: 650px;
}
.modal .modal-dialog .modal-header {
  background: #CA8544;
  color: white;
  padding: 30px;
}
.modal .modal-dialog .modal-body {
  padding: 30px;
}
.modal .modal-dialog .form-label {
  font-size: 0.88rem;
}

.box {
  padding: 10px;
  background: white;
  border-radius: 100px;
}

.pjd-form .control-label {
  text-transform: default;
  font-size: 0.87rem;
  margin-bottom: 5px;
  font-weight: 500;
  color: #343434;
}
.pjd-form .form-control {
  border-radius: 100px;
  padding: 0.5rem 0.95rem;
  font-size: 0.77rem;
  font-weight: 300;
}
.pjd-form .form-select {
  border-radius: 100px !important;
  padding: 0.5rem 0.95rem !important;
  font-size: 0.77rem;
  font-weight: 300;
}
.pjd-form select.form-select {
  border-radius: 100px !important;
  padding: 0.5rem 0.95rem !important;
}
.pjd-form .help-block {
  color: #FF4343;
  font-size: 0.85rem;
  font-weight: 500;
}
.pjd-form .form-group-address {
  padding: 1.5rem;
  background: #f5f5f5;
  display: flex;
  margin: 10px auto;
}
.pjd-form #course-file_upload {
  display: block;
}
.pjd-form small {
  font-size: 0.78rem;
  font-weight: 100;
}
.pjd-form .radio {
  font-size: 0.88rem;
  font-weight: 500;
  margin-top: 5px;
}

/* CARD */
.card {
  border-radius: 0px !important;
  border: #e7e7e7 solid 1px !important;
}
.card-metadata {
  font-size: 11px;
  color: #444;
  display: flex;
}
.card-title {
  text-decoration: none;
}
.card-title a {
  color: #CA8544;
  text-decoration: none;
}
.card-title a:hover {
  color: #644222;
}
.card a {
  text-decoration: none;
}
.card-img-container {
  max-height: 200px;
  overflow: hidden;
}
.card-img-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 200px;
}
.card-img {
  border-radius: 0 !important;
  position: relative;
  height: auto;
  width: auto;
}
.card-current .card-title {
  font-size: 30px;
  color: #CA8544;
}
.card-current .card-title a {
  color: #CA8544;
}
.card-current .card-text {
  font-size: 12px;
}
.card-current .card-img-container {
  max-height: 300px !important;
  overflow: hidden;
}
.card-current .card-img-container::after {
  content: "";
  position: relative;
}
.card-horizontal .card-title {
  font-size: 18px;
}
.card-horizontal .card-title a {
  color: #CA8544;
}
.card-horizontal .card-text {
  font-size: 11px;
}
.card-horizontal .card-img-container {
  max-height: 260px !important;
  height: auto;
  border: #e3e3e3 solid 1px;
  overflow: hidden;
}
.card-horizontal .card-img-container::after {
  content: "";
  position: relative;
}
.card-horizontal img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-archives .card-text {
  font-size: 12px;
  margin-bottom: 15px !important;
  border-bottom: #e3e3e3 solid 1px;
  padding: 10px 0;
}
.card-archives .card-metadata {
  display: flex;
}
.card-board {
  max-height: 300px;
  height: auto !important;
  margin-bottom: 2rem;
}
.card-board .card-title {
  font-size: 13px;
  margin-bottom: 0;
}
.card-articles {
  max-height: 525px;
  height: 100% !important;
  margin-bottom: 1rem;
}
.card-articles .card-title {
  font-size: 14px;
  font-weight: 600;
  padding: 25px 0;
}
.card-articles .card-title a {
  color: #444;
}
.card-articles .card-actions {
  font-size: 12px;
  align-items: center;
}
.card-articles .card-actions .btn-sm {
  font-size: 11px !important;
}
.card-row .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  -o-object-position: top;
     object-position: top;
}
.card-row .card-title {
  font-size: 16px;
}
.card-row .card-text {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .top {
    font-size: 10px;
    padding: 10px;
    display: block !important;
    text-align: center;
  }
  .top ul {
    display: inline-flex !important;
  }
  .navbar-container .navbar .logo img {
    max-width: 65px;
  }
  .navbar-container .navbar #mobilemenu {
    margin-top: 25px;
  }
  .navbar-container .navbar-nav .dropdown-menu {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 20px;
    background: #FFF9F4;
  }
  .navbar-container .navbar-toggler {
    border: #CA8544 solid 2px;
    border-radius: 0px;
    font-size: 15px;
    color: #CA8544;
  }
  #hero-search.hero-search {
    margin-top: 15px;
    height: 475px;
  }
  #hero-search.hero-search .hero-headline {
    font-size: 21px !important;
  }
  #hero-search.hero-search .hero-search-container .row.box div {
    margin-bottom: 10px;
  }
  .box {
    border-radius: 25px !important;
  }
  .section.current .current-img {
    max-width: 328px;
    margin: 0 auto;
  }
  .section.current .card-current {
    margin: 15px !important;
  }
  .section.current .card-current .section-title {
    font-size: 15px;
  }
  .section.current .card-current .card-title {
    font-size: 20px !important;
  }
  .section.announcement .card.card-horizontal .card-title {
    font-size: 14px !important;
  }
  #bottom-hero.hero {
    height: 350px !important;
  }
  #bottom-hero.hero::before {
    height: 350px !important;
  }
  .hero-headline {
    font-size: 1.35rem;
  }
  main p {
    font-size: 15px;
  }
  main .content-metadata-items {
    font-size: 13px;
  }
  main .content-aside {
    margin-top: 20px;
  }
  .btn-sm.btn-outline {
    padding: 5px 10px !important;
  }
  .footer {
    padding: 0.75rem;
  }
}/*# sourceMappingURL=frontend.css.map */