  
.collapsible {
  background-color: #002868;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 2px solid white;
  text-align: left;
  outline: none;
  font-size: 20px;
}

.active, .collapsible:hover {
  background-color: #A32638;
  color: white;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.leftdiv {
    float:left;
    width:50%;
}
.rightdiv {
    float:left;
    width:50%;
}
hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.heading {
  background-color: #A32638;
  color: white;
  padding: 18px;
  width: 100%;
  border: 2px solid white;
  text-align: center;
  outline: none;
  font-size: 18px;
}
.announcements {
  background-color: #dcdcdc;
  color: black;
  padding: 4px;
  width: 100%;
  border: 2px solid white;
  text-align: left;
  outline: none;
  font-size: 16px;
}
.Wellness {
  background-color: #006600;
  color: white;
  padding: 18px;
  width: 100%;
  border: 2px solid white;
  text-align: center;
  outline: none;
  font-size: 18px;
}
.wellnessannounc {
  background-color: #b6d7a8;
  color: black;
  padding: 4px;
  width: 100%;
  border: 2px solid white;
  text-align: left;
  outline: none;
  font-size: 16px;
} 
.intro {
  font-size: 16px;
  padding: 4px;
}
.support {
  margin-left: 4px;
  color: black;
}
