﻿
@media (min-width: 1200px) {
    .container {
        max-width: 1185px;
    }

    .services-box {
        width: 20%;
    }

    .views-row {
        max-width: 217px;
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .heading-line:before {
        width: 50% !important;
        left: -100px !important;
    }

    .heading-line:after {
        width: 50%;
        right: -100px;
    }
}

.views-row {
    float: left;
    width: 217px;
    margin: 20px 10%;
    border: 1px solid #ccc;
    border-bottom: 5px solid #a91e23;
    box-shadow: 0 0 2px rgba(97,95,95,.61);
    position: relative;
    height: 330px;
}

.views-field-field-topics-image {
    height: 120px;
    overflow: hidden;
}

    .views-field-field-topics-image img {
        width: 100%;
    }

.views-field-title {
    padding: 10px;
}

    .views-field-title .field-content {
        font-size: 1.25em;
        text-decoration: none;
        text-align: left;
        color: #a91e23;
    }

.views-field-body {
    padding: 10px;
}

    .views-field-body p {
        position: relative;
        color: #000;
        padding: 0;
        text-align: left;
        font-size: 12px;
    }

.heading-line {
    font-size: 36px;
    font-weight: 500;
    color: #a81e22;
    margin: 20px 0;
    display: inline-block;
    position: relative;
}

    .heading-line:before, .heading-line:after {
        border-top: 1px solid #a81e22;
        display: block;
        height: 1px;
        content: " ";
        width: 70%;
        position: absolute;
        left: -175px;
        top: 0.65em;
    }

    .heading-line:after {
        right: -175px;
        left: auto;
    }

.heading-line-youth:before, .heading-line-youth:after {
    width: 30%;
}

@media (max-width: 767px) {
    .heading-line:before, .heading-line:after {
        display: none;
    }
}

.home-image {
    width: 100%;
}

.marquee-link {
    color: rgb(69, 101, 172);
    font-size: 26px;
}

.welcome-text-sub-head {
    font-family: "Calibri",sans-serif;
}

.fl {
    float: left;
}

.welcome-img {
    margin-top: 15px;
    width: 100%;
}

.welcome-img-text {
    font-family: "Freestyle Script";
    font-size: 18pt;
}

.welcome-text {
    text-align: justify;
}

.content-page-heading {
    margin-top: 10px;
}

    .content-page-heading img {
        width: 70px;
        margin-right: 5px;
    }
