h2 {
    /*font-weight: 500 !important;
    margin: 30px 0 20px 25px !important;*/
}
.region-right-sidebar h2 {
    margin: 0 !important;
}
.node-banner {
    width: 100px;
    height: 100px;
    background-color: #ececec;
    margin: 10px;
    border: 1px solid black;
    background-size: cover !important;
    background-position: center !important;
}
#submenu-items-table h2 {
    margin: 20px 0 0 0 !important;
    text-transform: uppercase;
}
#submenu-items-table tbody {
    border: 0;
}
#submenu-items-table tr {
    border-bottom: 1px solid #C4C4C4;
}
#submenu-items-table tr:last-child {
    border-bottom: none;
}

#submenu-items-table tr td {
    padding: 0 0 20px 0;
}
#submenu-items-table tr td:last-child {
    padding-left: 20px;
}
#enabling-change-videos-banner img, #enabling-change-banner {
    margin: 20px 0 0 0;
}
#enabling-change-videos-banner img, #enabling-change-banner img {
    width: 100%;
    height: auto;
}
.main-featured-video iframe {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.featured-video-description {
    padding: 10px;
    text-align: justify;
}

.item-odd {
    background-color: #8C8C8C;
}
.item-even {
    background-color: #575757;
}

.item-list ul li {
    list-style-type: none;
    position: relative;
    margin: 0;
}
.item-list ul li a {
    /*display: inline-block;*/
}
.item-list .item-block {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 60%;
}
.item-info {
    padding-left: 20px !important;
    color: white;
    margin: 20px 0 20px 20px;
}
.item-info h3 {
    color: white !important;
    text-transform: uppercase;
    font-weight: normal !important;
    margin: 0;
}
.item-list .video-image-block {
    margin: 60px 20px;
    width: 30%;
    background-color: #a6a7a2;
    padding: 0;
}
.item-list .video-image-block img {
    width: 100%;
}
.divider {
    border-left: 1px solid white;
    display: inline-block;
    height: 50%;
    position: absolute;
    vertical-align: middle;
    top: 25%;
}
#submenu-items-table a {
    color: black!important;
}

.preview_table h2 {
	margin: 0!important;
	font-weight: bold!important;
}
.image_article_overview {
    float: left;
    width: 34%;
    padding-right: 30px;
}
.image_article_overview .product-image {
    padding-left: 0;
    margin-left: 0;
}
.article_overview {
    float: right;
    width: 65%;
}

@media (max-width: 480px){
    .image_article_overview .product-image {
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
    }
    .article_overview {
        float: none;
        width: 100%;
    }
    .image_article_overview {
        float: none;
        width: 100%;
    }
}
.preview_table td:first-child {
	/*width: 240px;*/
	padding-top: 34px;
    padding-right: 20px;
    padding-bottom: 0;
}

.preview_table td:last-child {
	padding-bottom: 34px;
}

.preview_table tbody {
	border-top: none;
}

.view-orhma-articles .preview_table{
	margin: 0!important;
}

.view-orhma-articles {
	margin-top: 2em;
}

@media (max-width: 850px){
    .item-list .video-image-block {
        width: calc(100% - 40px);
        margin-bottom: 0px;
    }
    .video-image-block.item-block{
        margin: 20px!important;
    }
    .divider {
        display: none;
    }
    .item-info {
        padding-left: 0!important;
    }
    .item-list .item-block {
        width: calc(100% - 40px);
        margin: 0 20px 0 20px;
        /*padding: 20px 0;*/
    }
}
/*.container .preview_table:last-child td{
    border-bottom: none;
}*/

.image_article_overview img{
    height: initial;
 }