.main-content {
    min-height: 400px;
    padding: 15px;
    margin: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

.breadcrumb-wrapper {
    background-color: rgba(86, 36, 25,0.75) !important;
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.breadcrumb {
    margin-bottom: 0px !important;
    background-color: transparent;
}

    .breadcrumb > li {
        font-size: 1.22em;
    }

        .breadcrumb > li,
        .breadcrumb > li a {
            color: #f1c7a3 !important;
        }

            .breadcrumb > li a:hover {
                color: #fff4be !important;
            }

            .breadcrumb > li.active {
                color: #b3968f !important;
            }

            .breadcrumb > li + li::before {
                font-family: FontAwesome !important;
                content: "\f054";
                color: #54291c;
            }


.page-updated {
    text-align: center;
    margin-top: 70px;
}


.main-content {
    font-size: 1.2em;
}



.featured-post,
.featured-post:hover,
.featured-post:active,
.featured-post:visited .featured-post:focus {
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    min-height: 150px;
    padding: 20px;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-family: 'Century Gothic';
    text-shadow: 0px 1px 5px #000;
    margin-bottom: 20px;
    position: relative;
}

.featured-post {
    opacity: 0.9;
}

    .featured-post:hover,
    .featured-post:active {
        opacity: 1;
    }

    .featured-post div {
        position: relative;
    }

    .featured-post h3 {
        text-align: center;
    }

.featured-details {
    text-align: left;
    padding: 5px;
}

.featured-post h3,
.featured-details,
.featured-post-date {
    background-color: rgba(0,0,0,0.47);
    border-radius: 8px;
}

.featured-post-date {
    position: absolute;
    top: -35px;
    left: -10px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.featured-post .read-more {
    margin: 0 auto;
    display: block;
    width: 40%;
}

.article-icon {
    height: 64px;
    width: 32px;
    text-align: center;
    font-size: 2.5em;
    padding-top: 18px;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
    font-family: 'Fjalla One', sans-serif;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: FontAwesome;
    content: "\f04b";
    float: right;
    color: #f1c7a3;
    font-size: 18px;
    line-height: 22px;
    transform: rotate(29deg);
    transition: all 1s ease;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    transform: rotate(-31deg);
    color: #454444;
}
