li {
    margin-bottom:  20px;
}

body {
    background-color: #fdfcf3;
    color: #110062;
    font-family:  Helvetica, Verdana, sans-serif;
    font-size:  22px;
}

a {
    color: #110062;
    text-decoration:  none;
}

a:hover {
  color: #0000ff;
}

h2 {
    font-size: 1.4em;
    font-weight:  bold;
    padding-bottom: 5px;
    padding-top:  5px;
}

h3 {
    font-size: 1.4em;
    font-weight:  bold;
}

h4 {
    font-size: 1.3em;
    font-weight:  bold;
    margin-bottom:  7px;
}

.navbar {
    padding-right: 50px;
    clear:  both;
}

.homediv {
    float: left; 
    margin-left: 20px; 
    align-content: top; 
    display:inline-block;
}

.menu {
    float:right; 
    padding-top:  8px;
    width: 90%; 
    text-align:  right;
    display:inline-block; 
}

.test {
    position:  absolute;
    top:  10%;
    left:  0;
    width:  100%;
    height:  50%;
    max-height:  50%;
}

.container::before {
    content: "";
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height:  100%; 
    background-image: url('../img/crowd_photo2.png');
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: cover; 
    width:  100%;
    display:  inline-block;
}

.intro {
    font-size: 1.5em;
    text-align: center;
    font-style:  italic;
    width:  100%;
    position: absolute;
    top:  160;
}

.actoutdiv {
    position:  absolute;
    top:  68%;
    width:  100%;
    font-size: 1.8em;
    text-align: center;
    font-style:  italic;
}

.quotediv {
    position:  absolute;
    top:  100%;
    width:  100%;
    font-size:  1.2em;
    line-height:  1.4em;
    background-color: #e3e9f4; 
    text-align:  center;
}


.button {
  font-size: .9em;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  width:  250px;
  /* font-family:  Futura, Verdana, sans-serif; */
  margin-top:  25px;
}

.button a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.button-blue {
  background-color: #110062;
  color: white !important;
  /* border: 2px solid #008CBA; */
}

.button-blue:hover {
  /* background-color: #008CBA; */
  background-color:red;
  color: white !important;
}


.headerdiv {
    background-color:  #110062;
    color:  white;
    font-size:  2em;
    text-align:  center;
    vertical-align:  center;
    align-content:  center;
    width:  100%;
    height:  22%;
}

.actouttext {
    font-size:  1.2em;
    font-weight:  bold;
}

.contentdiv {
    padding:  20px 50px 30px 50px;
}

.contentdiv a {
    text-decoration:  underline;
}

.lightbluediv {
    padding:  30px 30px 30px 30px;
    font-size:  1.2em;
    line-height:  1.4em;
    background-color: #e3e9f4; 
    text-align:  center;
}

.actiondiv {
    padding:  0 60px 10px 60px;
    text-align:  left;
    font-size:  .9em;
}

.actiondiv td {
    padding-bottom:  30px;
    padding-right:  10px;
    font-size:  1.2em;

}

.actiondiv ul {
    list-style-image: url('../img/list_pointer.png');
}

.subdiv ul {
    list-style-type: disc !important;
    list-style-image:  none;
}

.contactdiv {
    padding:  40px 12% 10px 12%;
    text-align:  left;
}

.contactdiv td {
    padding-bottom:  30px;
    font-size:  1.3em;
}

.aboutdiv {
    padding:  0 60px 10px 60px;
}

.aboutdiv td {
    padding-bottom:  20px;
    align-content:  center;
    font-size:  1.5em;
    text-align:  center;
    color:  #110062;
}

.label {
    font-weight:  bold;
    font-size:  1.5em;
    font-style:  italic;
}

.missiondiv {
    background-color: #e3e9f4; 
    padding:  60px 50px 60px 50px;
    text-align:  left;
}

.missiondiv td {
    font-size:  1.5em;
    line-height:  1.5em;
    vertical-align:  top;
}

.goaldiv {
    padding:  60px 50px 40px 50px;
    text-align:  left;
    background-color:  #fdfcf3;
}

.goaldiv td {
    font-size:  1.5em;
    line-height:  1.1em;
    vertical-align:  top;
}

.valuediv {
    padding:  60px 50px 40px 50px;
    text-align:  left;
    background-color: #e3e9f4; 
} 

.valuediv td {
    font-size:  1.5em;
    line-height:  1.1em;
    vertical-align:  top;
}

.linkdiv {
    padding:  20px 50px 40px 50px;
    text-align:  left;
}

.emphasize {
    color:red; 
    font-weight: bold;
    font-size:  28px;
    text-align:  center;
}

.disclaimer {
    padding-top:  40px;
    font-size:  .68em;
    font-style:  italic;
}

.issuediv {
    padding:  10 60px 10px 60px;
    text-align:  left;
    font-size:  .8em;
}

.issuediv ul {
    padding:  5px 20px 10px 80px;
    line-height:  .9em;
}



/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size:  inherit;
  color:  inherit;
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}


/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  font-size:  .8em;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: inherit;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  color: #0000ff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  vertical-align:  middle;
  padding: 3px;
  margin-bottom:  5px;
  color:  inherit;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.highlight {
    background-color: #FFFF8F;
}

