.BlogContener{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.Blog{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.BlogLeft{
    float: left;
    width: 68%;
    padding-right: 2%;
}
.BlogWide{
    float: left;
    width: 100%;
}
.BlogRight{
    float: right;
    width: calc(28% - 1px);
    border-left: 1px solid #e4e4e4;
    padding-left: 2%;
}
.BlogCategories{
    float: left;
    width: 100%;
}
.BlogCategories ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.BlogCategories ul li{
    float: left;
    width: 100%;
    line-height: 150%;
    margin-bottom:0px;
}
.BlogCategories ul li a{
    float: left;
    width: 100%;
    padding: 3px 0 3px 0px;
    font-size: 1.4rem;
}
.BlogCategories ul li a:hover{
    color: #322e86;
}
.BlogCategories h1{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.ArticleListBox{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.ArticleListBox:last-child{
    border: 0;
}
.ArticleListBox img{
    float: left;
    width: 250px;
    margin: 0 30px 15px 0;
}
figure{
    float: left;
    margin: 0;
}
.ArticleListBox h2{
    font-size: 1.8rem;
    font-weight: 300;
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    width: calc(100% - 280px);
}
.ArticleListBox h2 a{
    color: #0391a7;
    font-weight: 500;
}
.ArticleListBox h2 a:hover{
    color: #322e86;
}
.ArticleListBoxAdditionalInfo{
    float: left;
    width: calc(100% - 280px);
    color: #b6b6b6;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.ArticleListBoxCategory{
    color: #000000;
}
.ArticleListBoxCategory:before{
    content: "| ";
    padding: 0 10px;
    color: #b6b6b6;
}
.ArticleListBoxDesc{
    float: left;
    width: calc(100% - 280px);
}
.ArticleListBoxDesc h2{
    font-size: 2rem;
    font-weight: 500;
}
.ArticleListBoxDesc h3{
    font-size: 1.8rem;
    font-weight: 300;
}
.HistoryBack{
    float: left;
    margin-bottom: 30px
}
.ArticleGallery{
    float: left;
    width: 100%;
    text-align: center;
}
.ArticleGallery img{
    display: inline;
    float: none;
}
.ArticleGallery h2{
    font-size: 2.2rem;
    font-weight: 300;
}
.ArticleNav{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.ArticleNavPrev{
    float: left;
    width: calc(40% - 30px);
    padding: 0  0 0 30px;
    font-size: 1.5rem;
    background-image: url(../../img/articlePrev.png);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    color: #09b0ca;
    font-weight: 400;
    line-height: 150%
}
.ArticleNavNext{
    float: right;
    width: calc(40% - 30px);
    padding: 0 30px 0 0 ;
    font-size: 1.5rem;
    background-image: url(../../img/articleNext.png);
    background-repeat: no-repeat;
    background-position: right 7px;
    color: #09b0ca;
    font-weight: 400;
    text-align: right;
    line-height:150%
}
.ArticleNavPrev:hover, .ArticleNavNext:hover{
    text-decoration: none;
    color: #0391a7;
}
.ArticleBox {
    float: left;
    width: 100%;
}
.ArticleBox figure{
    float: right;
    width: 50%;
    margin-left: 30px;
    margin-bottom: 20px;
    
}
.ArticleBox figure img{
    width: 100%;
    border-radius: 5px;
}
.ArticleBox h1{
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}
.ArticleBox .ArticleListBoxAdditionalInfo{
    float: unset;
    width: auto;
}
.ArticleBox .ArticleListBoxDesc{
    float: unset;
    width: auto;
}
.ArticleListBoxDesc table{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.ArticleListBoxDesc table tr:first-child td{
    background-color: #1071b4;
    padding: 8px 10px 0;
    color: #fff;
    line-height: 100%;
}
.ArticleListBoxDesc table tr:first-child td p{
    line-height: 140%;
}
.BlogCategoriesTitle{
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}