.white-text {
    color:#fff;
}

.our-focus-container {
    float: left;
    padding: 1.5em 1em 1.5em 0;
    width: 49%;
}

.our-focus-container ul {
    list-style: none;
}

.our-focus-container h3 {
    color: #636363;
    font-size: 34px;
    font-weight: 400;
    padding-left: 25px;
}

.our-focus-container li {
    font-size: 15px !important;
    /*height: 63px;*/
    min-height: 63px;
    height: auto;
    margin-bottom: 11px;
}

.our-focus-container li img {
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.news-and-events {
    width: 51% !important;
}

body.small {
    font-size: 75%;
}
body.medium {
    font-size: 95%;
}
body.large {
    font-size: 110%;
}

div.content.wide div.main-column {
    width: 100%;
}

.right-image {
  margin: 0 0 1em 1em;
  float: right;
}
.left-image {
  margin: 0 1em 1em 0;
  float: left;
}
.no-border {
  border: none;
}