.well {
    background-color: #dceef2;
    border: 1px solid #B8D7E5;
    margin-bottom: 0;
    min-height: 20px;
    padding: 19px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    border-bottom: none;
    border-radius: 3px;
    background-color: #007fac;
}

.mkt .panel-title > a {
    color: #ffffff !important;
    outline: none;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.well .cta {
    font-weight: bold;
}

.well .cta::after {
    content: " ▶";
    color: #41c363;
    font-size: 10px;
}

#intro p {
    font-size: 125%;
    line-height: 1.2;
}
