#page-content {
    color: #555;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#page-content h1 {
    font-size: 28px;
    color: #555;
    display: inline-block;
    border-bottom: solid 5px #467fbf;
    line-height: 1.1;
    margin-bottom: 40px;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

#page-content h2 {
    color: #555;
    font-size: 26px;
}

#page-content h3 {
    color: #555;
    font-size: 22px;
}

#page-content h4 {
    color: #555;
    font-size: 18px;
    margin-top: 30px;
}

#page-content h5 {
    color: #555;
    font-size: 16px;
}

#page-content p.lead {
    margin-bottom: 40px;
    font-size: 21px;
}

#page-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

textarea {
    resize: none;
}

#iframe-map {
    border: 0;
    width: 100%;
    height: 300px;
}

#dt-sermons td {
    vertical-align: middle;
}

#modal-player a, #modal-player button {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#modal-player p.sermon-description {
    margin-top: 20px;
}

.jp-audio {
    margin: auto !important;
}

#get-it {
    padding: 20px 0 0 0;
}

#get-it h1 {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.home-carousel, #heading-breadcrumbs {
    position: relative;
    background: url('/img/reformers.png') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 20px 0;
}

.home-carousel h1, #heading-breadcrumbs h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.home-carousel .breadcrumb, #heading-breadcrumbs .breadcrumb {
    color: #ddd;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.home-carousel .breadcrumb>li+li:before, #heading-breadcrumbs .breadcrumb>li+li:before
    {
    content: ">\00a0";
    color: #365D87;
    font-weight: 900;
    text-shadow: initial;
}

.home-carousel .breadcrumb a, #heading-breadcrumbs .breadcrumb a {
    color: #fff;
    font-weight: 400;
}

.home-carousel .dark-mask, #heading-breadcrumbs .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #467fbf;
    /*background: #38a7bb;*/
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.blog .home-carousel {
    margin-bottom: 40px;
}

@media ( max-width : @screen-xs-min) {
    .modal-xs {
        width: @modal-sm;
    }
}

#blog-listing-medium .post .date-comments .date {
    color: #999;
    margin-right: 20px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}