﻿

.pagination {
    display: inline-block;
    padding-left: 0;
    /* margin: 20px 0; */
    /* border-radius: 4px; */
}

hr {
    border: 0;
    height: 1px;
    margin: 22px 0;
}

    hr.line {
        border-top: 5px solid #f5f5f5;
    }


    hr.dashed {
        height: 1px;
        margin: 20px 0;
        background: 0 0;
        border-top: 1px dashed #777;
    }

    hr.short {
        margin: 11px 0;
    }

    hr.med {
        margin: 20px 0;
    }

    hr.tall {
        margin: 44px 0;
    }

    hr.taller {
        margin: 66px 0;
    }

.delimiter:last-child {
    display: none !important;
}

.title {
    font-family: 'Open Sans', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    display: block;
    font-size: 26px;
    color: #7C7C7C;
    margin-bottom: 12px;
    line-height: 1.2em;
}



.white-content-box {
    background: #FFFFFF;
    padding: 20px !important;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px !important;
}

    .white-content-box p a {
        color: #00461F !important;
    }

.white-content-box-home {
    background: #FFFFFF;
    padding: 20px 20px 0 !important;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px !important;
    min-height: 258px;
}

.blog-content-box {
    background: #FFFFFF;
    padding: 20px !important;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px !important;
}

    .blog-content-box p a {
        color: #00461F !important;
    }

.blog-content-box-home {
    background: #FFFFFF;
    padding: 20px 20px 0 !important;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px !important;
}


.column.home-green-box a {
    color: #fff;
}


.white-content-box-home li a {
    color: #00461F !important;
}

.white-content-box-home ul {
    margin-top: 20px !important;
    min-height: 130px;
    margin-bottom: 10px !important;
}

    .white-content-box-home ul li {
        line-height: 1.2em;
        padding-bottom: 10px;
    }

        .white-content-box-home ul li.home-more {
            padding-left: 0;
        }

        .white-content-box-home ul li a {
            color: #333333;
        }

        .white-content-box-home ul li:before {
            font-family: FontAwesome;
            content: "\f14a";
            margin-right: 10px;
            color: #a00056;
            display: inline-block;
            font-weight: bold;
            position: absolute;
            left: 30px;
        }

        .white-content-box-home ul li.home-more:before {
            font-family: Arial;
            content: normal;
            margin-right: 0;
            display: inline-block;
            font-weight: bold;
            font-size: 1.2em;
            position: absolute;
            left: 0;
        }

.green-content-box {
    background: #00461F;
    padding: 20px !important;
    margin-bottom: 12px !important;
    color: #FFFFFF;
}

    .green-content-box a {
        color: #FFFFFF;
    }

    .green-content-box ul {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

        .green-content-box ul li {
            line-height: 1.2em;
            padding-bottom: 12px;
        }

    .green-content-box h2 {
        color: #FFFFFF !important;
    }

.green-content-box-home {
    background: #a00056;
    padding: 20px 20px 10px 20px !important;
    margin-bottom: 12px !important;
    color: #FFFFFF;
    /*min-height: 300px;*/
}

    .green-content-box-home a,
    .green-content-box-home a:active,
    .green-content-box-home a:focus,
    .green-content-box-home a:hover {
        color: #9EC121;
    }

    .green-content-box-home ul li:before {
        font-family: FontAwesome;
        content: "\f105";
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.2em;
        position: absolute;
        left: 30px;
    }

    .green-content-box-home ul li {
        line-height: 1.2em;
        padding-bottom: 10px;
    }

    .green-content-box-home h2 {
        color: #FFFFFF !important;
    }

.gray-content-box {
    background: #00461F;
    padding: 15px 15px 15px 100px;
    margin-bottom: 12px !important;
    color: #FFFFFF;
    position: relative;
}

    .gray-content-box a {
        display: block;
        width: 100%;
    }

        .gray-content-box a:hover {
            color: #fff;
        }

    .gray-content-box .col-sm-7,
    .gray-content-box .col-sm-5 {
        padding: 0 !important;
    }

    .gray-content-box .fa {
        font-size: 4em;
        position: absolute;
        top: 15px;
        left: 30px;
        color: #9EC121;
    }

    .gray-content-box span {
        font-size: 18px;
        display: block;
        font-family: 'Open Sans', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
        font-weight: 300;
    }

    .gray-content-box .assistance {
        font-size: 18px;
        display: block;
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .gray-content-box .dark-gray-text {
        float: right;
        font-size: 1.6em;
        font-weight: bold;
        padding-top: 10px;
        color: #FFFFFF;
    }

.main-content a.button-sm,
.main-content a.button-lg {
    margin-right: 11px;
    text-decoration: none;
    margin-bottom: 10px;
}

a.button-lg:hover, a.button-md.white-tran:hover {
    padding-left: 25px;
}

.dark-green-text {
    color: #00461F;
}

.dark-green-text {
    color: #A5CD39;
}

.white-text {
    color: #FFFFFF;
}

.dark-gray-text {
    color: #333333;
}

a.box-link:active,
a.box-link:focus,
a.box-link:hover {
    text-decoration: none !important;
}

#breadcrumb-wrap {
    padding: 10px 0 20px 0;
    font-size: 12px;
    color: #999999;
    float: left;
}

    #breadcrumb-wrap .delimiter {
        display: inline-block;
        padding: 0 5px;
    }

    #breadcrumb-wrap a {
        color: #999999;
    }

.breadcrumb-yah {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
}

#share-this-wrap {
    /*float: right;
    margin-right: 5px;
    padding-top: 9px;*/
    float: right;
    /* margin-right: 5px; */
    padding-top: 5px;
}

    #share-this-wrap span {
        margin-left: 5px;
    }

.stButton .stLarge {
    display: inline-block;
    position: relative;
    height: 19px !important;
    width: 19px !important;
    background: url(images/share-this-btn.png) no-repeat !important;
}

#share-this-wrap .share-text {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: -5px;
    right: 0;
}

    #share-this-wrap .share-text:hover {
        text-decoration: underline;
        cursor: pointer;
    }




