﻿@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
}

a {
    color: #4166BA;
}

    a:hover {
        color: #6A8EDF;
    }

.homepage {
    background: #EFEFEF;
}

.content {
    padding: 40px 0 50px 0;
}

.home-slides {
    width: 1200px;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

    .home-slides .slide {
        position: relative;
    }

        .home-slides .slide a {
            color: #78B63C;
        }

            .home-slides .slide a:hover {
                color: #9AC86D;
            }

        .home-slides .slide .link a {
            font-size: 16px;
            font-weight: bold;
            line-height: 25px;
            vertical-align: top;
            display: block;
        }

        .home-slides .slide .link .link-icon {
            width: 25px;
            height: 25px;
            margin-right: 7px;
        }

        .home-slides .slide .slide-image {
            width: 100%;
            max-height: 100%;
            height: auto;
        }

        .home-slides .slide .slide-text-box {
            position: absolute;
            width: 25%;
            top: 15%;
            left: 15%;
            background: rgba(0, 0, 0, 0.7);
            padding: 10px 20px;
            box-sizing: border-box;
        }

            .home-slides .slide .slide-text-box > div {
                margin: 10px 0;
            }

.prevBtn, .nextBtn {
    position: absolute;
    top: 50%;
    background: rgba(55,55,55,0.4);
    width: 50px;
    height: 50px;
    margin-top: -25px;
    text-indent: 100%;
    overflow: hidden;
}

.prevBtn {
    left: 0;
}

    .prevBtn::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 14px solid white;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -8px;
        margin-top: -10px;
    }

.nextBtn {
    right: 0;
}

    .nextBtn::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid white;
        position: absolute;
        right: 50%;
        top: 50%;
        margin-right: -8px;
        margin-top: -10px;
    }

.main-content {
    width: 960px;
    max-width: 100%;
    margin: -25px auto;
    position: relative;
    z-index: 100;
}

    .main-content * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-content .row-1 {
        background: #FFFFFF;
        overflow: hidden;
    }

        .main-content .row-1 > .column {
            display: block;
            width: 33.33%;
            max-width: 33.33%;
            overflow: hidden;
            padding-right: 20px;
            vertical-align: top;
            float: left;
            position: relative;
            background: #FFFFFF;
        }

            .main-content .row-1 > .column:first-child {
                padding-left: 20px;
            }

.homepage-link-widget {
    width: 100%;
    background: #3F8F00;
    margin-bottom: 25px;
    overflow: hidden;
}

    .homepage-link-widget .widget-title {
        color: white;
    }

    .homepage-link-widget .arrow-right {
        float: right;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid white;
    }

.homepage-widget {
    width: 100%;
    max-width: 100%;
    margin: 25px 0;
    overflow: hidden;
    font-size: 12px;
    word-wrap: break-word;
}

.row-1 .homepage-widget {
    background: white;
    border-top: 5px solid #3F8F00;
}

.homepage-widget img, .homepage-widget div,
.homepage-widget span, .homepage-widget p {
    max-width: 100%;
    height: auto;
}

.widget-header, .widget-body {
    padding: 12px;
    overflow: hidden;
}

.widget-header {
    font-weight: bold;
}

.widget-title {
    text-transform: uppercase;
    font-size: 15px;
    color: #666666;
    float: left;
}

.widget-headerlink {
    font-size: 12px;
    float: right;
    padding-top: 3px;
}

.row-1 .widget-body {
    border: solid #D2D2D2;
    border-width: 1px 0;
    color: #555555;
}

.gray-background {
    background: #F9F9F9;
}

.widget-body, .widget-body p {
    line-height: 1.5;
    font-size: 12px;
}

.row-1 .widget-listing-entry, .widget-bodylink {
    padding: 7px 0;
}

.entry-title {
    line-height: 1.3;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

    .entry-title a {
        display: block;
    }

.entry-subtitle {
    font-style: italic;
}

.entry-location {
    text-transform: uppercase;
    font-weight: bold;
}

.widget-additional-content {
    margin: 7px 0;
}

.managed-content, .managed-content p,
.managed-content div {
    font-size: 13px;
    color: #555555;
}

    .managed-content h1, .managed-content h2,
    .managed-content h3, .managed-content h4,
    .managed-content h5, .managed-content h6 {
        font-weight: bold;
        line-height: 1.3;
        padding-bottom: 5px;
        color: #333333;
    }

    .managed-content h1 {
        font-size: 20px;
    }

    .managed-content h2 {
        font-size: 19px;
    }

    .managed-content h3 {
        font-size: 18px;
    }

    .managed-content h4 {
        font-size: 17px;
    }

    .managed-content h5 {
        font-size: 16px;
    }

    .managed-content h6 {
        font-size: 15px;
    }

.main-content .row-2 {
    background: #E0E0E0;
    overflow: hidden;
    padding: 0px 10px;
}

.row-2 .widget-listing {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.row-2 .widget-listing-entry {
    padding-right: 25px;
    width: 16%;
    max-width: 16%;
    max-height: 75px;
    display: inline-block;
    text-align: center;
}

    .row-2 .widget-listing-entry:last-child {
        padding-right: 0px;
    }

    .row-2 .widget-listing-entry img {
        max-height: 75px;
    }
