/*layout for article with extrafields sidebar*/
body.view-article .grid-child.container-component > main{
    display: flex;
    flex-wrap: wrap;
}
body.view-article .com-content-article__body p{
    margin-bottom: 15px;
}

@media only screen and (min-width: 1024px){
    body.has-sidebar-right .com-content-article,
    .com-content-article.with-extrafields-sidebar{
        padding-right: 50px;
    }
}

.com-content-article{
    width: 100%;
    max-width: 100%;
}
.com-content-article__body+div{
    margin-top: 50px;
}
.com-content-article h1{
    font-size: 40px;
}
@media only screen and (max-width: 767px){
    .com-content-article h1{
        font-size: 35px;
    }
}

.com-content-article .page-header + .item-image{
    margin-top: 25px;
    margin-bottom: 30px;
    width: 100%;
}
.imported_item.com-content-article .page-header + .item-image:not(.original-size){
    max-width: 400px;
}
.com-content-article .page-header + .item-image img{
    width: 100%;
}
.com-content-article .page-header + .item-image.original-size img{
    width: auto;
}
.com-content-article .page-header + .item-image img +.caption{
    margin-top: 5px;
}

.com-content-article .com-content-article__body{
    clear: both;
    margin-top: 25px;
    line-height: 28px;
    letter-spacing: normal;
}


/* Added by PM AJ*/
div.page-header {
    margin: 0 0 0px 0;
    padding: 0;
}

.com-content-article .article_publish_date { margin-bottom: 20px;}

/* Tables */
.com-content-article .com-content-article__body table{
    width: 100% !important;
    height: auto !important;
    border: 3px solid var(--sw-primary);
    overflow: auto;
}
@media only screen and (max-width: 767px){
    .com-content-article .com-content-article__body table{
        display: block;
    }
}
.com-content-article .com-content-article__body table tbody tr:nth-of-type(odd){
    background-color: rgba(185, 185, 185, 0.1)
}
.com-content-article .com-content-article__body table tbody{
    min-width: 680px;
}
.com-content-article .com-content-article__body table tbody tr:first-of-type th{
    background-color: var(--sw-primary);
}
.com-content-article .com-content-article__body table tbody tr td,
.com-content-article .com-content-article__body table tbody tr th{
    padding: 20px 12px;
    vertical-align: top;
    line-height: 22px;
    --table-inside-border: 2px solid #fff;
    border-left: var(--table-inside-border);
    border-right: var(--table-inside-border);
}
.com-content-article .com-content-article__body table tbody tr th{
    padding: 12px;
}
.com-content-article .com-content-article__body table tbody tr td:first-of-type,
.com-content-article .com-content-article__body table tbody tr th:first-of-type{
    border-left: 0;
}
.com-content-article .com-content-article__body table tbody tr td:last-of-type,
.com-content-article .com-content-article__body table tbody tr th:last-of-type{
    border-right: 0;
}

/* Map page*/
body.itemid-1040 main>.com-content-article{
    width: 100%;
}

/* Contact page default form hide css */
body.itemid-1054 .com-contact__form.contact-form {
    display: none !important;
}