@charset "UTF-8";
@font-face {
  font-family: "Gill Sans";
  src: url("../webfonts/gill-sans-2/Gill Sans.otf") format("opentype");
}
@font-face {
  font-family: "Gill Sans Light";
  src: url("../webfonts/gill-sans-2/Gill Sans Light.otf") format("opentype");
}
html, body {
  height: 100%;
  margin: 0 auto;
}

body {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  font-family: "Gill Sans", sans-serif;
  font-size: 20px;
}

h1, h2, h3 {
  font-family: "Gill Sans", sans-serif;
  color: #182f4c;
  margin-bottom: 0;
}

h2, h3 {
  margin-top: 1.5rem;
}

h4 {
  color: #005979;
}

p {
  line-height: 28px;
}

.mainGreen {
  color: #39a17f;
}

.mainBlue {
  color: #182f4c;
}

.row {
  display: table;
  width: 100%;
}

.column {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

.column ul {
  text-align: left;
}

.column ol {
  text-align: left;
}

.container {
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.sub-container {
  margin: 5px;
  padding: 3px;
}

hr {
  color: #39a17f;
}

.hr-index {
  margin-top: 50px;
  margin-bottom: 50px;
}

.link {
  color: #182f4c;
  font-weight: bold;
  transition: color 0.5s;
}

.link:hover {
  color: #39a17f;
}

.button {
  background-color: #182f4c;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.5s;
}

.button:hover {
  background-color: #005979;
  color: white;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 450px));
  gap: 20px;
}

.card {
  max-width: 450px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin: 5px;
  text-align: center;
  background-color: #f1f1f1;
  color: black;
}

.card img {
  max-width: 100%;
  max-height: 200px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.tabs-container > input[type=radio] {
  display: none;
}
.tabs-container > input[type=radio]:checked + .tab-label {
  background-color: #182f4c;
  color: white;
}
.tabs-container > input[type=radio]:first-child + .tab-label {
  border-left: solid #182f4c;
}
.tabs-container > input[type=radio]:last-of-type + .tab-label {
  border-right: solid #182f4c;
}
.tabs-container > input[type=radio]:not(:checked) + .tab-label + .tab-content {
  display: none;
}
.tabs-container .tab-label {
  padding: 5px 15px;
  color: black;
  background-color: white;
  flex-grow: 1;
  text-align: center;
  height: 2.5em;
  font-size: 2em;
  line-height: 2em;
  transition: color 0.5s, background-color 0.5s;
  border-color: #182f4c;
  border-top: solid #182f4c;
  border-bottom: solid #182f4c;
}
.tabs-container .tab-label:hover {
  background-color: #182f4c;
  color: white;
}
.tabs-container .tab-sublabel {
  font-size: 0.5em !important;
  line-height: 0.5em !important;
}
.tabs-container .tab-content {
  order: 99;
  display: block;
  border-color: #182f4c;
  border-style: solid;
  border-top: none;
  padding: 15px;
}

.accordion {
  background-color: #f1f1f1;
  color: #182f4c;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.5s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.panel .column {
  padding-bottom: 18px;
}

.desktop-footer-column .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #182f4c;
  border-radius: 50%;
  margin: 1px;
  text-decoration: none;
}

.desktop-footer-column .fa:hover {
  background-color: #182f4c;
  color: white;
}

.desktop-menu-wrapper {
  background-color: #f1f1f1;
}

.desktop-menu-wrapper hr {
  margin: 0;
}

.desktop-menu {
  width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.desktop-menu-top-wrapper {
  width: 100%;
  background-color: #39a17f;
}

.desktop-menu-top {
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  padding: 3px 0 3px 0;
  text-align: right;
}

.desktop-menu-top a {
  line-height: 30px;
  color: white;
  text-decoration: none;
  transition: color 0.5s;
}

.desktop-menu-top a:hover {
  color: black !important;
}

.menu-logo {
  height: 100px;
  width: auto;
  float: left;
  margin: 5px;
}

.logo {
  max-height: 100%;
  width: auto;
}

.nav-bar {
  list-style: none;
  margin: 0;
  line-height: 110px;
  display: flex;
}

.nav-item {
  margin: 0 4px;
  padding: 0;
  line-height: 110px;
  flex-grow: 1;
  text-align: center;
}

.nav-bar li a {
  color: #182f4c;
  font-size: 25px;
  text-decoration: none;
  letter-spacing: 0.2px;
  padding: 15px 7px 10px 7px;
  line-height: 85px;
  position: relative;
}

.nav-bar li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #182f4c;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.nav-bar li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.desktop-footer-wrapper {
  bottom: 0;
  width: 100%;
  background-color: white;
  margin-top: auto;
}

.desktop-footer-wrapper hr {
  margin: 0;
}

.desktop-footer-bottom-wrapper {
  width: 100%;
  background-color: #39a17f;
}

.desktop-footer-column-wrapper {
  display: flex;
  gap: 50px;
}

.desktop-footer-column {
  flex: 1 1 0px;
}

.desktop-footer-bottom {
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  padding: 3px 0 3px 0;
}

.desktop-footer-bottom a {
  line-height: 30px;
  color: white;
  text-decoration: none;
  transition: color 0.5s;
}

.desktop-footer-bottom a:hover {
  color: black !important;
}

.desktop-footer-column a {
  text-decoration: none;
  color: #babbbd;
  transition: color 0.5s;
}

.desktop-footer-column a:hover {
  color: black;
}

.copyright {
  display: inline;
  text-align: right;
  line-height: 30px;
}

.desktop-footer-content img {
  max-width: 300px;
  vertical-align: middle;
}

.desktop-footer-content .container {
  padding-bottom: 0;
}

.desktop-footer-bottom {
  display: flex;
  row-gap: 10px;
}

.desktop-footer-bottom a {
  flex-grow: 1;
}

.fa {
  padding: 20px;
  font-size: 30px !important;
  line-height: 30px;
  color: white !important;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
  color: white !important;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #ddd;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #39a17f;
  color: white;
}

.news-img-large {
  max-width: 300px;
  float: right;
  margin: 30px;
}

html, body {
  overflow-x: hidden;
}

* {
  max-width: 100%;
}

.container,
.desktop-menu,
.desktop-menu-top,
.desktop-footer-bottom {
  max-width: 100%;
  width: min(100%, 60em);
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container,
  .desktop-menu,
  .desktop-footer-bottom {
    box-sizing: border-box;
  }
  .nav-bar {
    line-height: 70px;
  }
  .nav-bar li a {
    font-size: 20px;
    line-height: 60px;
    padding: 10px 6px;
  }
  .menu-logo {
    height: 70px;
    margin: 5px 10px;
  }
  .cards-container {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (max-width: 900px) {
  .container,
  .desktop-menu,
  .desktop-menu-top,
  .desktop-footer-bottom {
    text-align: center;
  }
  ul, ol {
    text-align: left;
  }
  .news-img-large {
    float: none !important;
    margin: 15px auto;
    display: block;
    max-width: 90%;
  }
  .nav-bar,
  .menu-logo {
    display: none;
  }
  .desktop-footer-column-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .desktop-footer-bottom {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 10px 0;
  }
  .row {
    display: block;
  }
  .column {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
  .cards-container {
    grid-template-columns: 1fr;
  }
  .tabs-container .tab-label {
    font-size: 1.2rem;
    padding: 5px;
  }
  .desktop-footer-content img {
    max-width: 200px;
  }
}
.mobile-menu-toggle,
.mobile-menu-dropdown,
#mobileMenuCheckbox {
  display: none;
}

@media (max-width: 900px) {
  .mobile-menu-toggle {
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    color: #182f4c;
    padding: 15px;
    font-size: 22px;
    cursor: pointer;
    border-bottom: 2px solid #182f4c;
  }
  #mobileMenuCheckbox {
    display: none;
  }
  .mobile-menu-dropdown {
    display: none;
    flex-direction: column;
    background: white;
    border-bottom: 2px solid #182f4c;
  }
  #mobileMenuCheckbox:checked + .mobile-menu-toggle + .mobile-menu-dropdown {
    display: flex;
  }
  .mobile-menu-dropdown a {
    padding: 12px;
    text-decoration: none;
    color: #182f4c;
    border-top: 1px solid #babbbd;
    font-size: 18px;
  }
  .mobile-menu-dropdown a:hover {
    background-color: #f1f1f1;
  }
}
@media (max-width: 700px) {
  .tabs-container {
    flex-direction: column;
  }
  .tabs-container .tab-label {
    font-size: 1.4em;
    height: auto;
    line-height: normal;
    padding: 10px;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */