/*----------------------------------------*/ 
/*  Static Content CSS
/*----------------------------------------*/
.static-content h2, .static-content h3{
    font-size: 34px;
    color: #303030;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.static-content h2 span{
    color: #ec1c23;
}
.static-content h2.mt-80{margin-top: 80px;}
.static-content h2.mt-90{margin-top: 90px;}
.static-content h2.mt-100{margin-top: 100px;}
.static-content p, .static-content li{
    font-size: 16px;
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
	line-height: 1.7;
}
.static-content h3 { font-size: 24px; }
.static-content ul { list-style: disc;padding-left: 20px; }
.static-content a {
    margin-top: 25px;
    padding: 10px 44px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.static-content a:hover{
    color: #fff;
    background: #2C2B5E;  
}
.static-img{
    position: relative; 
    z-index: 1;
    margin-right: -30px;
    padding: 0 20px;
}
.static-img:after{
    position: absolute;
    border: 10px solid #EBEBEB;
    left: 0;
    bottom: -5px;
    width: 100%;
    content: "";
    height: 88%;
    z-index: -1;
}
.static-content .static-quote{font-size: 19px;line-height: 1.5;}
.static-quote:before {
    content: open-quote; 
	color: #999;margin-right: 7px;
}
.static-quote:after {
    content: close-quote;
	color: #999;margin-left: 7px;
}

.static-content .static-quote .quote{font-weight: bold;}


/* Blog */
.blog-details-content .data-list{padding: 0;margin: 4px 0;font-weight: bold;}
.blog-details-content .data-list > span{font-weight: normal;}
.blog-details-content .data-list a{ color: #EC1C23; }


