.contactcard li {
	display: block;
	height: 24px;
}

.contactcard a, .contactcard p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.contactcard img {
	display: inline-block;
	float: left;
	clear: left;
	vertical-align: middle;
	margin-right: 8px;
}

.contactcard {
	list-style-type: none;
	padding-left: 15px;
}

.contacticon {
	width: 24px;
	height: 24px;
	display: inline;
	margin-right: 8px;
}

.interests {
	font-style: italic;
}

.vspace {
	height: 20px;
}

.vcenter {
	padding-top: 10px;
	padding-bottom: 10px;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  height: 150px;
}

/* If the screen size is 381px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 381px) {
  .lead {
    font-size: 14px;
  }
  #members {
    font-size: 14px;
  }
  .footer {
    font-size: 14px;
  }
}

/* If the screen size is 380px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 380px) {
  .lead {
    font-size: 12px;
  }
  #members {
    font-size: 12px;
  }
  .footer {
    font-size: 10px;
  }
}

/* If the screen size is 381px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 501px) {
  .footer {
    font-size: 14px;
  }
}

/* If the screen size is 380px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 500px) {
  .footer {
    font-size: 10px;
  }
}

.cu-contact-info {
  margin-bottom: 0px !important; /* overwrite default CU style */
}

.cu-campus-info {
  margin-bottom: 0px !important; /* overwrite default CU style */
}

.former-column {
  float: left;
  padding: 0px;
}

.former-left {
  text-align: right;
  font-weight: bold;
  width: 50%;
  padding-right: 40px;
}

.former-right {
  font-style: italic;
  text-align: left;
  width: 50%;
  padding-left: 40px;
}

.former-row:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 20px;
}

table#affiliates {
  table-layout: fixed;
  width: 100%;
}

td#logo {
  vertical-align: middle;
  padding: 16px;
}

ul.cu-nav-sub a {
	padding: 4px;
}

#sidebar.affix {
  top: 20px;
}

#sidebar.affix-bottom {
  bottom: 190px;
}
