section {
    padding: 80px 0;
    border-bottom: 1px solid #e7e7e7;
}
.bg-dark {
    background: #f6f6f6;
}
.thumbnail {
    margin-bottom: 0px;
    border: none;
    background-color: #f6f6f6;
}
.modal-footer {
    background: #01808f;
    color: white;
    font-weight: 700;
}
.btn-xl {
    padding: 10px 40px;
}
.btn-blue {
    background-color: #4a86cf;
    border-color: #3968a1;
    color: #ffffff;
}
.btn-blue:hover {
    background-color: #6e9ed9;
    border-color: #3968a1;
    color: #ffffff;
}
.m-t-2 {
    margin-top: 20px;
}
.m-t-5 {
    margin-top: 50px;
}
.m-b-2 {
    margin-bottom: 20px;
}
.timeline {
    width: 100%;
    max-width: 800px;
    position: relative;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: calc(33% + 2px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}
.timeline:after {
    content: "";
    display: table;
    clear: both;
}
.entry {
    clear: both;
    text-align: left;
    position: relative;
}
.entry .title {
    margin-bottom: .5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}
.entry .title:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid salmon;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -8px;
    z-index: 99;
}
.entry .title h2 {
    margin: 0;
}
.entry .title h3 {
    margin-top: 10px;
    font-size: 110%;
}
.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
}
.entry .body p {
    line-height: 1.4em;
}
.entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}
.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}
.entry .body ul li:before {
    content: "–";
    margin-right: .5em;
}
@media screen and (max-width: 520px) {
    .entry .body img {
        max-width: 100%;
    }
}
#facts dt {
    margin-top: 30px;
}
