﻿
#blockEditor > .beContainer > .beItemContainer {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
}

.beItem[data-itemname="Card"] {
    font-size: 16px;
}

.beItem[data-itemname="Card"] h2 {
    font-size: 26px;
}

.beItem[data-itemname="Card"] .beItemLink:hover {
    text-decoration: none;
}

.home .hasPropertyBackgroundColor h1,
.home .hasPropertyBackgroundColor h2,
.home .hasPropertyBackgroundColor h3,
.home .hasPropertyBackgroundColor h4,
.home .hasPropertyBackgroundColor h5,
.home .hasPropertyBackgroundColor h6 {
    color: #2b2b2b;
}

.home .hasPropertyBackgroundColor {
    color: #2b2b2b;
}

.home .beItem[data-itemname="Card"] {
    background-color: #fff;
}

.hasPropertyBackgroundColor.hasPropertyColor a,
.hasPropertyBackgroundColor.hasPropertyColor a:visited {
    color: #347799;
}

#main .hasPropertyBackgroundColor li:before {
    background-color: #FFED00;
}

.hasPropertyBackgroundColor {
    padding: 15px 20px 30px 20px;
    margin-bottom: 0;
}

.beItem[data-itemname="ImageSlider"] {
    position: relative;
}