* {
  box-sizing: border-box;
}

.header {
  border: none;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #a8cdec;
  margin: 0;
}


/* topnav styles */
.topnav {
  text-align: center;
  background-color:#21285B;
}

.topnav a {
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav, .topnav.sticky {
    text-align: left;
  }
  .topnav a {
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
    position: relative;
    text-align: left;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* End of topnav class styles */


/* dropdown styles */
.dropdown {
  display: inline;
  position: relative;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.sub-dropdown-content {
    display: none;
    position: absolute;
    left: 80px;
    top: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* End of dropdown class styles */


/* image class styles */
.imgclass {
  max-width: 19%;
  max-height: 19%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

.imgclassbig {
  max-width: 58.2%;
  max-height: 58.2%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

.articleimgclass {
  max-width: 16%;
  max-height: 16%;
  float: left;
  margin: 3px 12px 3px 0px;
  border: none;
}

img {
  width: 100%;
  height: auto;
}

.logoclass {
  height: 100%;
  max-height: 40px;
  width: 100%;
  background-color: #21285B;
  border: none;
  max-width: 130px;
  position: relative;
  top: 10px;
}
/* End of image class styles */


/* Header class styles */
h1 {
  font-size: 8vw;
  font-weight: 800;
}

h2 {
  font-size: 6vw;
  font-weight: 710;
}

h3 {
  display: block;
  position: relative;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 6vw;
}

h4 {
  font-size: 4vw;
  font-weight: 530;
}

h5 {
  font-weight: 440;
  font-size: 3vw;
}

h6 {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 650;
  font-size: 2vw;
  margin-top: 0px;
  margin-bottom: 3%;
  line-height: 3.2vw;
}
/* End of Header class styles */


/* column class styles */
[class*="col-"] {
  float: left;
  padding: 2px;
  border: none;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-13 {
  width: 55%;
}
.col-14 {
  width: 42%;
}
/* End of column class styles */


/* service-col class styles */
[class*="service-col-"] {
  border: 3px double #fffafa;
  color: #fffafa;
  outline: none;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  margin-right: 3%;
  font-weight: 300;
  font-size: 1.7vw;
  float: left;
  padding: 2px;
}

.service-col-1 {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.service-col-2 {
  width: 27%;
}

.service-col-3 {
  width: 54%;
}
.service-col-4 {
  width: 23%;
}
/* End of service-col class styles */


/* list item class styles */
ul.a {
  font-size: 100%;
  border: none;
  padding-left: 11%;
  color: white;
  background-color: #536a42;
  font-family: inherit;
  list-style-type: disc;
}

ul.b {
  font-size: 100%;
  border: none;
  padding-left: 5.5%;
  color: white;
  background-color: #536a42;
  font-family: inherit;
  list-style-type: disc;
}
/* End of list item class styles */


/* Table item class styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 96%;
  border: 1px solid #000000;
}

th {
  text-align: left;
  font-weight: 300;
  font-size: 1.7vw;
  padding: 5px;
}

/*
tr:nth-child(even) {
            background-color: #9c9c9c;
            text-align: left;
            font-size: 1.5vw;
        }

tr:nth-child(odd) {
            background-color: #dadada;
            text-align: left;
            font-size: 1.5vw;
}
*/
/* End of Table item class styles */


.active {
  background-color: #21285B;
  color: white;
}

.show {
  display: block;
}

.pclass {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  width: 70%;
  font-weight: 300;
  font-size: 1.7vw;
}

.articleclass {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  width: 90%;
  font-weight: 300;
  font-size: 1.7vw;
}

.articleclass1 {
  border: none;
  outline: none;
  color: white;
  padding: 3px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 1%;
  width: 10%;
  font-weight: 300;
  font-size: 1.7vw;
}

.articleclass2 {
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: #536a42;
  font-family: inherit;
  margin-left: 3%;
  width: 60%;
  font-weight: 300;
  font-size: 1.7vw;
}

.row {
  display: flex;
  justify-content: center;
}

.t-class {
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: 750;
  font-size: 2vw;
}

.style1 {
  display: block;
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#toTop {
    padding: 5px 3px;
    background: #21285B;
    color: #f2f2f2;
    position: fixed;
    bottom: 0;
    right: 5px;
    cursor: pointer;
    display: none;
    border-radius: 8px; 
}

#toTop:hover {
    background-color: #555;
    color: #fff;
}

.text-center {
    text-align: center;
}

.subdropdown-container {
    position: relative;
    display: inline;
}

.subsubdropdown-container {
    position: relative;
    display: inline;
}


        .meeting_inside {
            background-color: #c1c6cc;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_inside1 {
            background-color: #9c9c9c;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_inside2 {
            background-color: #dadada;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_inside3 {
            background-color: #9c9c9c;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_inside4 {
            background-color: #dadada;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_outside {
            background-color: #63cc7b;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_outside1 {
            background-color: #b1f1c0;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_outside2 {
            background-color: #097025;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_outside3 {
            background-color: #63cc7b;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_outside4 {
            background-color: #d8f3df;
            text-align: left;
            font-size: 1.5vw;
        }

        .meeting_online {
            background-color: #7cccd9;
            text-align: left;
            font-size: 1.5vw;
        }

        ._legend {
            background-color: #808080;
            text-align: left;
            font-size: 1.9vw;
        }

        ._legend_inside {
            background-color: #a3a8ad;
            text-align: center;
            font-size: 1.9vw;
        }

        ._legend_outside {
            background-color: #63cc7b;
            text-align: center;
            font-size: 1.9vw;
        }

        ._legend_online {
            background-color: #7cccd9;
            text-align: center;
            font-size: 1.9vw;
        }

        .meeting_header {
            background-color: #ffffff;
            text-align: left;
            font-size: 1.5vw;
        }

        .break_line {
            background-color: #111111;
        }

        .year_break {
            background-color: #dff0bd;
        }

.mylink {
  font-weight: 660;
  background-color: #a8cdec;
  font-size: 1.12em; 
}

.mylink2 {
  font-weight: 660;
  background-color:#c9d5df;
  font-size: 1.12em; 
}
.mylink3 {
  font-weight: 660;
  background-color: white;
  font-size: 1.12em; 
}
.mylink4 {
  font-weight: 760;
  background-color: rgb(64, 79, 29);
  font-size: 1.3em; 
}

/* Container holds the banner and hides anything sliding outside */
.banner-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #000; /* Change to your brand color */
  padding: 15px 0;
}

/* The track holding the text that will move */
.banner-track {
  display: inline-block;
  animation: scroll 15s linear infinite;
}

/* Pause the animation when a user hovers over it */
.banner-container:hover .banner-track {
  animation-play-state: paused;
}

/* The actual text/content formatting */
.banner-item {
  display: inline-block;
  padding: 0 20px;
  color: #fff; /* Text color */
  font-size: 3.3vw;
  font-weight: bold;
}

/* The actual text/content formatting */
.banner-item2 {
  display: inline-block;
  padding: 0 20px;
  color: #93cc49; /* Text color */
  font-size: 3.3vw;
  font-weight: bold;
}

/* Keyframes to create the infinite right-to-left loop */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
