:root {
  --dark-blue: #2d3d74;
  --light-blue: #c5cbe3;
  --logo-poppy: #ff6a3d;
  --yellow: #f4db7d;
  --logo-violet: #9daaf2;
  --blue-violet: #576cde;
  --ochre: #886b01;
  --vibrant-poppy: #ef3600;
  --light-poppy: #ff997b;
  --dark-grey: #373a3c;
  --medium-grey: #777777;
  --light-grey: #dddddd;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: normal;
  background: #ffffff;
  color: var(--dark-blue);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--dark-blue);
  font-weight: 400;
}

h1,
.h1 {
  font-size: 2.488rem;
}

h2,
.h2 {
  font-size: 2.074rem;
}

h3,
.h3 {
  font-size: 1.728rem;
}

h4,
.h4 {
  font-size: 1.44rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

#sidebar + .container {
  transition: width 0.25s;
  width: calc(100% - 250px);
}

#sidebar.active + .container {
  width: 100%;
}
/* Use to override heading styles applied to site */
.type-table h1,
.type-table h2,
.type-table h3,
.type-table h4,
.type-table h5 {
  font-family: "Playfair Display", Georgia, serif;
}

.type-table h1,
.type-table h2,
.type-table h3 {
  font-weight: 500;
}

.type-table h4,
.type-table h5 {
  font-weight: 400;
}

.type-table h1 {
  font-size: 52px;
  color: var(--blue-violet);
}

.type-table h2,
.card-example h2.card-title {
  font-size: 46px;
  color: var(--vibrant-poppy);
}

.type-table h3 {
  font-size: 41px;
  color: var(--dark-blue);
}

.type-table h4 {
  font-size: 36px;
  color: var(--dark-blue);
}

.type-table h5 {
  font-size: 32px;
  color: var(--dark-blue);
}

.type-table .body-base-style,
.type-table-dark .body-base-style {
  font-family: "Georgia", serif;
  font-weight: 400;
  font-size: 29px;
}

.body-base-style {
  color: var(--dark-blue);
}

.type-table .body {
  color: var(--dark-blue);
}

.type-table-dark h1,
.type-table-dark h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

.type-table-dark h1 {
  font-size: 52px;
  color: var(--light-blue);
}

.type-table-dark h2 {
  font-size: 46px;
  color: var(--light-poppy);
}

.type-table-dark .emphasis {
  font-size: 29px;
  color: var(--yellow);
}

.type-table-dark .th {
  color: white;
}

.body-base-style.th {
  font-weight: 400;
  font-size: 16px;
}

.table-dark {
  --bs-table-bg: var(--dark-blue);
  --bs-table-striped-bg: var(--dark-blue);
  border-color: #ffffff;
}

.emphasis {
  color: var(--ochre);
}

.link {
  text-decoration: underline;
  color: var(--blue-violet);
}

.card-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  text-decoration: underline;
  color: var(--blue-violet);
}

.card {
  box-shadow: 4px 4px 10px rgba(45, 61, 116, 0.16);
}

.navbar,
.footer {
  background-color: var(--dark-blue);
}

.navbar {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 18px;
  padding: 0 136px 0 30px;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: var(--yellow);
}

@media screen and (max-width: 992px) {
  .navbar {
    padding: 0 72px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .navbar {
    padding: 0 0 0 2px;
  }
}

.footer {
  color: var(--light-blue);
  height: 150px;
  padding: 54px 150px 54px 64px;
}

@media screen and (max-width: 992px) {
  .footer {
    height: 100px;
    padding: 0 92px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.footer svg {
  color: var(--light-blue);
  height: 42px;
  width: auto;
}

.color1,
.color2,
.color3,
.color4,
.color5,
.color6,
.color7,
.color8,
.color9,
.color10,
.color11,
.color12 {
  width: 100%;
  height: 175px;
}

.color1 {
  background-color: var(--dark-blue);
  border: var(--dark-grey);
  border-width: 2px;
}

.color2 {
  background-color: var(--light-blue);
  border: var(--dark-grey);
  border-width: 2px;
}

.color3 {
  background-color: var(--logo-poppy);
  border: var(--dark-grey);
  border-width: 2px;
}

.color4 {
  background-color: var(--logo-violet);
  border: var(--dark-grey);
  border-width: 2px;
}

.color5 {
  background-color: var(--yellow);
  border: var(--dark-grey);
  border-width: 2px;
}

.color6 {
  background-color: var(--blue-violet);
  border: var(--dark-grey);
  border-width: 2px;
}

.color7 {
  background-color: var(--ochre);
  border: var(--dark-grey);
  border-width: 2px;
}

.color8 {
  background-color: var(--vibrant-poppy);
  border: var(--dark-grey);
  border-width: 2px;
}

.color9 {
  background-color: var(--light-poppy);
  border: var(--dark-grey);
  border-width: 2px;
}

.color10 {
  background-color: var(--dark-grey);
  border: var(--dark-grey);
  border-width: 2px;
}

.color11 {
  background-color: var(--medium-grey);
  border: var(--dark-grey);
  border-width: 2px;
}

.color12 {
  background-color: var(--light-grey);
  border: var(--dark-grey);
  border-width: 2px;
}

.card-body {
  display: flex;
  flex-direction: column;
}

.card-image {
  display: flex;
  height: 40%;
}

.card-image img {
  width: 100%;
}

h3.card-subtitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 400;
  color: #777777;
}

p.card-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--dark-blue);
}

.btn-container {
  max-width: 750px;
}

button,
.btn {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 35px;
}

.btn-primary,
.btn-primary:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border: 0;
}

/* .btn-primary:hover, */
.btn-primary.btn-hover {
  background-color: var(--blue-violet);
  color: #ffffff;
  box-shadow: 0px 1px 6px var(--dark-blue);
}

/* .btn-primary:focus, */
.btn-primary.btn-focus {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border: 2px solid #1c7cd5;
}

.btn-primary:disabled {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  opacity: 0.6;
}

.btn-secondary,
.btn-secondary:hover {
  background-color: var(--dark-blue);
  color: #ffffff;
  border: 0;
}

/* .btn-secondary:hover, */
.btn-secondary.btn-hover {
  background-color: #4056a1;
  color: #ffffff;
  box-shadow: 0px 1px 6px var(--dark-blue);
}

/* .btn-secondary:focus, */
.btn-secondary.btn-focus {
  background-color: var(--dark-blue);
  color: #ffffff;
  border: 2px solid #1c7cd5;
}

.btn-secondary:disabled {
  background-color: var(--dark-blue);
  color: #ffffff;
  border: 0;
  opacity: 0.6;
}

.btn-inverse,
.btn-inverse:hover {
  background-color: #ffffff;
  color: var(--dark-blue);
  border: 2px solid var(--dark-blue);
}

/* .btn-inverse:hover, */
.btn-inverse.btn-hover {
  background-color: #dddddd;
  color: var(--dark-blue);
  border: 2px solid var(--dark-blue);
  box-shadow: 0px 1px 6px var(--dark-blue);
}

/* .btn-inverse:focus, */
.btn-inverse.btn-focus {
  background-color: #ffffff;
  color: var(--dark-blue);
  border: 2px solid #1c7cd5;
}

.btn-inverse:disabled {
  background-color: #ffffff;
  color: var(--dark-blue);
  border: 2px solid var(--dark-blue);
  opacity: 0.6;
}

.layouts-example img {
  max-width: 100%;
}

.graphical-elements img {
  max-width: 100%;
}

.nav-link {
  color: var(--dark-blue);
}

.nav-tabs .nav-link.active {
  color: var(--blue-violet);
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.toggle-btn {
  display: inline-block;
  height: 30px;
  width: 30px;
  font-weight: 400;
  color: var(--dark-blue);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #ffffff;
}

#nav-icon1 span {
  display: block;
  margin: 2px;
  height: 3px;
  width: 20px;
  background: #ffffff;
  border-radius: 2px;
}

/*.collapse:not(.show) {
  display: none; }
*/
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3.5rem !important;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: var(--dark-blue);
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#sidebar.active {
  margin-left: -250px;
}
#sidebar.active .custom-menu {
  margin-right: -50px;
}
#sidebar h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
}
#sidebar h1 .logo {
  color: #fff;
}
#sidebar ul.components {
  padding: 0;
}
#sidebar ul li {
  font-size: 16px;
}
#sidebar ul li > ul {
  margin-left: 10px;
}
#sidebar ul li > ul li {
  font-size: 14px;
}
#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar ul li a:hover {
  color: #fff;
}
#sidebar ul li.active > a {
  background: transparent;
  color: #fff;
}
@media (max-width: 850px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebar .custom-menu {
    margin-right: -50px !important;
    top: 10px !important;
  }
}
#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  #sidebar .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/*Side Menu Main Toggle*/
#sidebar .custom-menu .btn {
  width: 40px;
  height: 40px;
  border-radius: 10%;
}
#sidebar .custom-menu .toggle-btn {
  background: var(--dark-blue);
  border-color: #fff;
}
#sidebar .custom-menu .toggle-btn:hover,
#sidebar .custom-menu .btn:focus {
  background: var(--logo-violet) !important;
  border-color: #fff !important;
}

/*Side Menu Toggles*/
a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 850px) {
  #sidebarCollapse span {
    display: block;
  }
}

/*Keeps the side bar background at 100% height*/
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*.page-item .page-link {
    z-index: 3;
    color: #343a40;
    border-color: #343a40;
}
*/
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-link {
  color: #343a40;
}
