  body{
/*    background: url(https://www.theadviser.com.au/images-backup/company/discover-company-bg.jpg);
    background-position:center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;*/

background: #F8F2F2 !important;
/*    background: #F8F2F2 !important;
    background: -moz-linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(254,252,252,1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(254,252,252,1) 100%) !important;
    background: linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(254,252,252,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfdfd",endColorstr="#fefcfc",GradientType=1) !important;*/

}
section#article-main {
    width: 100%;
    float: left;
    max-width: 100%;
}
section#sidebar, #after-article {
    display: none;
}

#company-container {
    float: left;
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    width: 100%;
}
#company-container {
    font-family: 'Oxygen';
}
.company-left-tadlogo {
    border-radius: 10px 10px 0px 0px;
    background: #000;
    padding: 10px;
    text-align: center;
}
.company-left-tadlogo img {
    max-width: 130px;
    width: 100%;
}
.company-left {
    box-shadow: 0px 3px 6px #00000029;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
}
.company-left-info {
    padding:25px 15px;
}
.company-left-logo {
    width: 170px;
    height: 130px;
    /*border: 1px solid #D3D3D3;*/
    margin: auto;
}
img.company__logo {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
}
.company-left-name {
    font-size: 25px;
    color: #000000;
    font-family: 'Oxygen';
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
    padding: 0;
}
.company-left-intro {
    font-size: 14px;
    color: #292929;
    font-family: 'Oxygen';
    text-align: center;
}
article#company-item {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #FFFFFF;
    margin-bottom: 20px;
}
article>a.company-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.company-item-left {
    float: left;
    width: 45%;
}
.company-item-right {
    float: left;
    width: 55%;
    padding: 25px 20px;
}
.company-item-left .overlay-icon {
    background: #021327;
    padding: 5px 12px;
    font-size: 10px;
    font-family: 'Oxygen';
    right: 0;
    left: auto;
    bottom: 0;
}
.company-item-left .overlay-icon img {
    width: 10px;
    margin-top: -2px;
    margin-right: 5px;
}
.company-item-left .overlay-img>img {
    border-radius: 10px 0px 0px 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 210px;
    max-height: 210px;
}
.company-item-left .overlay-img {
    height: 100%;
}
.company-item-date {
    font-size: 14px;
    color: #A2A2A2;
    margin-bottom: 10px;
} 
.company-item-title {
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: bold;
    padding-bottom: 10px;
}
#article-main .company-item-intro {
    color: #6C6C6C;
    font-size: 14px;
    margin-bottom: 10px;
}
.company-item-right .standard-readmore {
    color: #E50026;
    font-weight: bold;
    font-size: 14px;
}




@media only screen and (min-width: 1200px) {
.company-left {
    max-width: 300px;
    width: 100%;
    float: left;
}
.company-right {
    float: right;
    max-width: 835px;
    width: 100%;
}
}
@media only screen and (max-width: 1200px) {
.company-left {
    max-width: 30%;
    width: 100%;
    float: left;
}
.company-right {
    float: right;
    max-width: 70%;
    width: 100%;
    padding-left: 25px;
}
}
@media only screen and (max-width: 1024px) {
.company-left, .company-right {
    max-width: 100%;
    padding: 0;
}
.company-left {
    margin-bottom: 35px;
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}




}
@media only screen and (max-width: 767px) {

.company-left {
    margin-bottom: 25px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.company-item-left, .company-item-right {
    width: 100%;
}
article#company-item {
    border-radius: 10px 10px 0px 0px;
}
.company-item-left .overlay-img>img {
    border-radius: 10px 10px 0px 0px;
}
}