:root, html, body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.gcdcHeading, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  display: flex;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: white;
}

h1 {
  font-size: 2.875rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h1, h2, h3, h4 {
  position: relative;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #0058A0;
}

h2, h3, h4 {
  text-transform: uppercase;
}

h2::after, h3::after {
  content: "";
  display: flex;
  width: 100px;
  height: 3px;
  background-color: #C7072C;
  position: absolute;
  bottom: -7px;
}

.navbar {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.05);
}

.nav-item a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #0058A0;
  cursor: pointer;
  margin: 0 10px;
}

.nav-item a:hover::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 2px;
  height: 3px;
  width: calc(100% - 15px);
  background-color: #C7072C;
}

.navbar .mod-login,
.navbar .enter {
  display: none !important;
}

.slider {
  padding: 1rem 0;
  background-color: #F9F9F9;
}

.slider img {
  max-height: 300px;
}

.slider .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.slider h2 {
  color: #C7072C;
}

.slider h2::after {
  display: none;
}

.card {
  position: relative;
  background-color: white;
  box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 30px;
  height: 100%;
  border: none;
}

.card h2,
.card h3 {
  text-align: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.card .dash-ico {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 2rem auto;
}

.card .proj-ico {
  max-width: 250px;
  width: 100%;
  margin-bottom: 1rem;
}

aside .navbar-nav,
.card .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

aside .navbar-nav .nav-item,
.card .list-item {
  display: flex;
  flex-direction: column;
  background: rgba(245, 245, 245, 0.53);
  border-radius: 16px;
  text-align: center;
  align-items: center;
  padding: 10px;
}

aside .navbar-nav .nav-item {
  padding: 0;
}

aside .navbar-nav .nav-item a {
  padding: 10px;
  margin: 0;
}

aside .navbar-nav .nav-item a::after {
  display: none !important;
}

aside .navbar-nav .nav-item:hover {
  background-color: rgba(245, 245, 245, 1);
}

aside .nav-item.active {
  background-color: #C7072C !important;
}

aside .nav-item.active a {
  color: white;
}

aside .card {
  height: initial !important;
}

.card .list-item h4 {
  font-weight: 900;
}


.card .list-item * {
  margin: 0;
}

.card .logout {
  display: none;
}

aside,
main {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.page-header {
  text-align: center;
  margin: auto;
  justify-content: center;
}

.copy {
  padding: 2rem;
}

.copy a {
  color: black !important;
}

footer {
  padding: 2.5rem;
  background-color: #0058A0;
}

footer * {
  color: white !important;
  margin: 0;
}

footer h4 {
  margin-bottom: .5rem;
}

.footer-contact {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.flex-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.fast {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fast > div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn {
  background-color: #C7072C;
  color: white !important;
  border-radius: 30px;
  padding: 7px 30px;
  margin-left: auto;
  margin-right: auto;
}

.btn:hover,
.btn:focus {
  background-color: #980623;
}

.full-h {
  height: 100%;
}

.full-w {
  width: 100%;
}

.login-form-logout .jmodedit,
.login-form-logout [role="tooltip"] {
  display: none;
}

input {
  background-color: #F5F5F5 !important;
  border-radius: 30px !important;
  border: none !important;
  padding: 7px 20px !important;
}

[src="/templates/leclavera/assets/images/sign_header.svg"] {
  display: none;
}

#side-title .nav-item.active {
  margin-bottom: 1rem;
  background-color: transparent !important;
}
#side-title .nav-item.active a {
  color: #0058A0 !important;
  cursor: default;
  font-size: 1.5rem;
  padding: 0;
}

#side-title .nav-item:not(.active) {
  display: none !important;
}

.downloads-list {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.downloads-list .item {
  background-color: rgba(245, 245, 245, 0.53);;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.downloads-list .item .row {
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.downloads-list .item .file-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.downloads-list .item .name {
  color: #0058A0;
  font-weight: 500;
}
.downloads-list .item a, 
.downloads-list .item .download a i {
  color: #0058A0 !important;
}

.item-page h3::after,
.item-page h4::after {
  display: none !important;
}

.item-page a {
  color: #0058A0;
}

.item-page ul {
  list-style: none;
}

.item-page ul li {
  position: relative;
}

.item-page ul li::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #0058A0;
  position: absolute;
  left: -15px;
  top: 8px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    margin: auto !important;
  }

  footer .footer-contact {
    flex-direction: column;
  }

  footer .row {
    row-gap: 1rem;
  }

  footer * {
    text-align: center;
    justify-content: center;
  }

  .slider * {
    justify-content: center;
    text-align: center;
  }

  main .row {
    row-gap: 1rem;
  }

  .aside-parent {
    order: 2;
  }

  .main-parent {
    order: 1;
  }

  main,
  aside {
    padding: 1rem 0 !important;
  }
}

@media (max-width: 767px) {
  .downloads-list .item .row {
    text-align: center;
  }

  .file-icon {
    display: none !important;
  }

  iframe {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 560 / 315;
  }
}