.articePost {
    min-width: 100%;
}

.buttonClass {
    height: 560px;
}

.close {
    color: #fff !important;
}

.close:hover {
    color: #fff !important;
}

.blog-cat {
    position: relative;
    border: 1px solid #dddddd;
    padding: 0px;
}

.blog-cat li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blog-cat li a {
    position: relative;
    text-align: left;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 5px 40px;
    border-bottom: 1px solid #dddddd;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Raleway', sans-serif;
}

.blog-cat .mainOption {
    background-color: rgb(222, 66, 33);
}

.blog-cat .mainOption a {
    color: #fff;
    cursor: pointer;
}

.blog-cat .mainOption a:before {
    color: #fff;
}

.blog-cat li a:before {
    position: absolute;
    content: '\f105';
    right: 22px;
    top: 3px;
    color: #222222;
    font-size: 18px;
    font-family: 'FontAwesome';
}

.blog-cat li a:hover {
    background-color: rgb(222, 66, 33);
    color: #fff;
    cursor: pointer;
}

.blog-cat li a:hover::before {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #fff;
}

.containment {
    min-height: 368px;
}

.option {
    background-color: #fff;
}

.fill {
    height: 550px;
}

.no-webp .fill {
    background-image: url(/img/resourcebanner.jpg);
}

.webp .fill {
    background-image: url(/img/resourcebanner.webp);
}