.MainContent {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);    
}
.ContentWrapper {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        vertical-align: top;
        width: 1320px;
}

.ContentBanner > div {
        max-width: 1320px;
        margin: 0 auto;
}

.ContentWrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
}
.ContentBar {
        max-width: 75%;
        min-width: 75%;
        box-sizing: border-box;
        padding-right: 10px;
}
.RightBar {
        max-width: 25%;
        min-width: 25%;
        box-sizing: border-box;
}
@media (max-width: 768px) {
        .ContentWrapper {
                flex-direction: column;
        }
        
         .ContentWrapper {
			width: 100vw;
        }
        
        .ContentBar,
        .RightBar {
                width: 100%;
                max-width: 100%;
        }
}




*{
        text-rendering: geometricprecision;
        /*font-weight: bold;*/
        /* font-size:14px; */
}
body {
        margin: 0 auto;
        padding: 0;
}



.MainStructure .TopBanner {
        margin: 0 auto;
        /*background: url(Images/header.png) repeat-x center center;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        min-height: 105px;
}
.MainStructure .TopBar {
        text-align: justify;
        position:relative;
        width: 100%;
        margin: 0 auto;
        background: #fff;
}

.view-more::before {
  display: none !important;
  content: none !important;
}

.view-more {
    text-align: right;
}

.view-more a {
	color: #005ba0 !important;
        font-weight: bold;
}

a {
    color: #004370;
    /* font-family: Roboto, sans-serif; */
    font-size: 12px;
    text-decoration: none;
}

.ContentWrapper {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);    
}


@media only screen and (min-width: 1024px) {
    .ContentWrapper {
padding: 5px;
        }
}