@font-face
{
	font-family: acherus-light;
	src: url("../fonts/acherus-light.otf");
}
@font-face
{
	font-family: Raleway-Medium;
	src: url("../fonts/Raleway-Medium.ttf");
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #000;
    background: #f8f8f8;
}
div {
    display: block;
}
.header {
    width: 100%;
    z-index: 999;
    height: 70px;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    position: relative;
    transition: .33s all ease-out;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    padding: 25px 0;
    vertical-align: middle;

}
.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.logo-image {
    height: 35px;
    width: 35px;
    margin-top: -06px;
}
.logo-text {
    font-size: 18px;
    font-family: acherus-light;
    font-weight:800;
}
.content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.content-box {
    border-top: 6px solid #0d47a1;
    border-bottom: 6px solid #0d47a1;
    margin: 80px 0 80px 0;
    padding: 30px;
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}
.content-header {
    padding-bottom: 0p5x;
}
.content-header-text h4 {
    font-size: 20px;
    padding: 30px 20px 05px 0;
}
.content-header-text p {
    font-size: 15px;
    font-family: acherus-light;
    line-height: 25px;
    padding-left: 05px;
    padding-bottom: 10px;
}
.content-header-text ul li {
    font-size: 15px;
    font-family: acherus-light;
    padding-bottom: 10px;
    line-height: 25px;
}
.text-font {
    font-weight: 900;
    font-family: sans-serif;

}
.underline {
    border-bottom: 4px solid #000;
    width: 200px;
    margin-left: 320px;
}
.para-align {
    margin-left: 20px;
}
.list-align {
    margin-left: 20px;
}
.para-align-sub {
    margin-left: 40px;
}
.para-num-align {
    margin-right: 10px;
}
.mail-link {
    color: #337ab7;
}