/* Set table style for sponsor page*/
caption {
  text-align: center;
  padding: 0px 0 25px 0;
  font-weight: bold;
  color: #f54f5e;
}

.sponsors {
  font-family: ebrima, sans-serif;
  border-collapse: collapse;
  border-bottom: solid 4px #eeeeee;
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

.sponsors th {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bcdbf6;
  color: black;
  text-align: center;
  text-indent: 0px;
}

.sponsors tr:nth-child(even) {
  background-color: #eeeeee;
}

.endow {
  border-collapse: collapse;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  border-bottom: 3px solid #eeeeee;
  padding: 100px;
}

.endow tr:nth-child(even) {
  background-color: #eeeeee;
}

.endow th tr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bcdbf6;
  color: black;
  text-align: center;
  text-indent: 0px;
}

.endow th {
  text-indent: -4em;
  background-color: #bcdbf6;
}

.endow td {
  padding: 15px 0px 5px 10px;
  line-height: 1.0em;
}

td.currency {
  text-align: right;
  padding-right: 5px;
}

th.currency {
  text-align: right;
  padding-right: 5px;
}

.endow-box {
  text-align: justify;
  text-indent: 2em;
  line-height: 1.25em;
  border-radius: 10px;
  border: 1px solid #bcdbf6;
  padding: 0px 20px 10px 20px;
  width: 25%;
  margin: 40px 25px 0px 0px;
  background-color: #e9f3fc;
}

.endow-box ul li {
  list-style-type: none;
  text-align: left;
  text-indent: 0px;
}

.endow tr {
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Other settings for sponsor page   */
.two-column-left {
  width: 70%;
}

.two-column-right {
  width: 25%;
    border: 1px solid #d2e7f9;
  background-color: #e9f3fc;
  border-radius: 10px;
  text-align: justify;
  line-height: 1.45em;
  padding: 15px;
  text-indent: 2em;
  margin: 20px 15px 0px 10px;
}

.two-column-right li {
  text-align: left;
  text-indent: 0;
}

/* additional table settings for archives  */
.archives {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 85%;
  margin: auto;
  margin-top: 20px;
  background-color: rgb(244, 249, 254);
}

.archives a {
  text-decoration: none;
  color: black;
	border-bottom: 2px solid #bcdbf6;
}

.archives a:hover {
  background-color: #bcdbf6;
	transition: background-color 250ms;
	border-bottom: 3px solid #bcdbf6;
	}

.archives td, .archives th {
  border: 1px solid #ddd;
  padding: 05px 0px 0 9px;
  vertical-align: top;
}

.archives th {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  background-color: #bcdbf6;
  color: black;
  text-align: center;
}

.up-coming td {
padding-left: 2em;
padding-right: 2em;
}
