﻿::-webkit-scrollbar { width: 15px; }
::-webkit-scrollbar-track { background: #003965; }
::-webkit-scrollbar-thumb { background: #005ea7; }
::-webkit-scrollbar-thumb:hover { background: #008fff; }

/*.content-wrapper { background: url(/assets/images/bodybg.png) repeat #EFEFEF; overflow-y: scroll; }*/

.label { text-anchor: middle }
.lined-heading{display: block;margin-bottom: 15px;margin-top: 0;position: relative;text-align: center;font-size: 24px;}
.lined-heading:before{border-top: 2px solid #cccccc;content: "";display: block;height: 1px;position: absolute;top: 50%;width: 100%;z-index: 1;}
.lined-heading span{background: #ffffff;display: inline-block;padding: 0 20px;position: relative;z-index: 1;}

.demo-2 .main h1 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    padding: 15px 15px 15px 15%;
    color: #355681;
    box-shadow: inset 0 0 0 1px rgba(53,86,129, 0.4), inset 0 0 5px rgba(53,86,129, 0.5), inset -285px 0 35px white;
    border-radius: 0 10px 0 10px;
    background: #fff url(/assets/images/h1.jpg) no-repeat center left;
}

.demo-2 .main h2 {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 28px;
    line-height: 40px;
    background: #355681;
    background: rgba(53,86,129, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
}

.demo-2 .main h3 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 22px;
    line-height: 40px;
    color: #355681;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129, 0.3);
}

.demo-2 .main h4 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: 'Muli', sans-serif;
}