.content_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: #fafafa;
    padding-top: 10px;
    padding-bottom: 35px;
    color: #464646;
}
.article-column {
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.wysiwyg-text-align-left {
    text-align: left;
    text-transform: uppercase;
}
.space-line{
    line-height: 15px;
}
.docs-header {
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}
.article-column h1 {
    position: relative;
    margin: 0 0 10px;
    color: #1D2E4D;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 400;
}
.article-column article {
    display:block;
    font-size: 0.5em;
    font-weight: 400;
    padding: 30px;
    background-color: #fff;
    margin: auto;
    word-wrap: normal;
    width: 100%;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.05);
}
.article-body {
    line-height: 35px;
    font-size: 20pt;
}
p{
    font-size: 16px;
}
.article-sidebar{
    float: left;
    padding: 18px;
    background: #fff;
}

.docs-header i {
    vertical-align: middle;
    font-size: 15pt;
    line-height: 50px;
    color: #333333;
}

.docs-header p{
    font-size: 15px;
    color: #757575;
    margin: 0;
}
.related-articles a:hover{
    color: #1D2E4D;
    text-decoration: underline;
}
.article-body p span{
    word-wrap: break-word;
}
/*.footer-sec1{*/
    /*display: block;*/
    /*background-color: #232c3b;*/
    /*padding: 15px 0 30px;*/
    /*margin-top: 0px;*/
/*}*/
.related-articles h3{
    margin: 0px 0px 10px;
}
.related-articles .fa{
    font-size: 14px;
}
.Bold200 {
    font-weight: 200;
}
.Txt40 {
    font-size: 40px;
}
.textShadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.White, .White a {
    color: #fff;
}

