#articlePage .footer-logo-wrapper {
    margin-top: 50px;
}

#articlePage .page-title {
    /*margin-bottom: 50px;*/
    /*font-size: 50px;*/
    font-size: 30px;
    margin-bottom: 20px;
    /*color: #e7411e;*/
    /*text-align: center;*/
}

#categoryPage .page-subtitle {
    margin: 0 0 10px 0;
    font-size: 17px;
}

#articlePage .article-date {
    margin: 0 0 10px 0;
}

#articlePage .article-image {
    margin: 0 0 30px 0;
    text-align: center;
}

#articlePage .page-content,
#articlePage .page-content p,
#articlePage .page-content span,
#articlePage .page-content h1,
#articlePage .page-content h2,
#articlePage .page-content h3,
#articlePage .page-content h4,
#articlePage .page-content h5,
#articlePage .page-content h6 {
    font-family: 'Helvetica', sans-serif !important;
}

#articlePage .page-content p {
    margin-bottom: 10px;
}

#articlePage .page-content ul {
    padding-inline-start: 40px;
}

#articlePage .page-content ul li {
    list-style: disc;
}

#articlePage .regular-article-wrapper {
    margin-top: 30px;
}

#articlePage .gallery {
    margin-top: 20px;
}

#articlePage .gallery .item {
    position: relative;
}

#articlePage .gallery .item .image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

#articlePage .gallery .item .bg-image-wrapper {
    border: 1px solid #e4e4e4;
    background-color: #e4e4e4;
}


#articlePage .gallery .item .bg-image-wrapper .bg-image {
    height: 300px;
}

#articlePage .content ul,
#articlePage .content ol {
    padding-left: 20px;
}

#articlePage .content ul li {
    list-style-type: disc !important;
}

#articlePage .content ol li {
    list-style-type: decimal !important;
}

#articlePage .printer-wrapper {
    width: 75%;
}

#articlePage .printer-wrapper ul li {
    list-style: disc;
    margin-left: 40px;
}

@media (max-width: 480px) {
    #articlePage .page-content {
        text-align: center;
    }

    #articlePage .page-content ul li {
        text-align: left;
    }

    #articlePage .gallery .item {
        display: block;
        margin-bottom: 20px;
    }

    #articlePage .gallery .item .title {
        text-align: center;
    }
}

@media (min-width: 481px) {
    #articlePage .gallery .item {
        display: inline-block;
        width: 49%;
        margin-bottom: 35px;
    }

    #articlePage .gallery .item:nth-child(2n+1) {
        float: left;
    }

    #articlePage .gallery .item:nth-child(2n+2) {
        float: right;
    }

    #articlePage .gallery .item .bg-image-wrapper .bg-image {
        height: 200px;
    }
}

@media (min-width: 600px) {
    #articlePage .page-title {
        font-size: 50px;
    }

    #articlePage .gallery .item .bg-image-wrapper .bg-image {
        height: 250px;
    }

    #articlePage .regular-article-wrapper {
        display: flex;
        justify-content: space-between;
    }

    #articlePage .regular-article-wrapper .content {
        width: 40%;
        padding: 10px 20px;
        background-color: #505254;
        color: #ffffff!important;
    }

    #articlePage .regular-article-wrapper .image {
        width: 55%;
    }
}

@media (min-width: 768px) {
    #articlePage .gallery .item {
        float: none !important;
        width: 32%;
    }

    #articlePage .gallery .item:nth-child(3n+2) {
        margin-right: 2%;
        margin-left: 2%;
    }
    
    #articlePage .gallery .item .bg-image-wrapper .bg-image {
        height: 300px;
    }
}


/***************** PRESS REBUILDING PAGE *****************/

#articlePage .press-rebuilding-section {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

#articlePage .press-rebuilding-section .press-rebuilding-bullet h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

#articlePage .press-rebuilding-section .press-rebuilding-bullet h4 .press-rebuilding-opener {
    display: none;
}

@media(max-width: 992px) {
    #articlePage .press-rebuilding-section img {
        margin-bottom: 20px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet {
        text-align: left;
        border-bottom: 1px solid #efefef;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet h4 {
        position: relative;
        padding: 10px 5px;
        color: #e7411e;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet h4 .press-rebuilding-opener {
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #e7411e;
        top: 5px;
        right: 8px;
        border: none;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 600;
        color: #e7411e;
        text-decoration: none;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.active h4 .press-rebuilding-opener {
        background-color: #4f5355;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet h4 .press-rebuilding-opener .bar {
        position: absolute;
        display: inline-block;
        width: 15px;
        height: 3px;
        background-color: #ffffff;
        transition: 0.4s;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet h4 .press-rebuilding-opener .bar:first-child {
        -webkit-transform: rotate(-90deg) translate(-4px, -7px);
        transform: rotate(-90deg) translate(-4px, -7px);
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet h4 .press-rebuilding-opener .bar:last-child {
        -webkit-transform: rotate(0) translate(-7px, 4px);
        transform: rotate(0) translate(-7px, 4px);
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.active h4 .press-rebuilding-opener .bar:first-child {
        -webkit-transform: rotate(0) translate(-7px, 4px);
        transform: rotate(0) translate(-7px, 4px);
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.active h4 .press-rebuilding-opener .bar:last-child {
        opacity: 0;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet p {
        padding: 10px 5px;
        display: none;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.active > h4 {
        background-color: #e7411e;
        color: #ffffff;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.active > p {
        background-color: #4f5355;
        color: #ffffff;
    }
}



@media(min-width: 993px) {
    #articlePage .press-rebuilding-section {
        margin-top: 70px;
        margin-bottom: 120px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet {
        position: absolute;
        cursor: pointer;
        width: 30%;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet p {
        display: block !important;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet:hover > p {
        opacity: 1;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 25px;
        height: 25px;
        background: url("../img/carousel-bullet.png");
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-1:before,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-2:before,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-3:before,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-4:before {
        right: 0;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-1,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-2,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-3,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-4 {
        padding-right: 35px;
        text-align: right;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-5,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-6,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-7,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-8 {
        padding-left: 35px;
        text-align: left;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-5:before,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-6:before,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-7:before,
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-8:before {
        left: 0;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-1 {
        top: -74px;
        left: 0;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-2 {
        top: 84px;
        left: -11px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-3 {
        bottom: 39px;
        left: 20px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-4 {
        bottom: -118px;
        left: 10px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-5 {
        top: -17px;
        right: 120px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-6 {
        top: 138px;
        right: 129px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-7 {
        bottom: 100px;
        right: 20px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-8 {
        bottom: -150px;
        right: 20px;
    }
}

@media(min-width: 1280px) {
    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-1 {
        top: 5px;
        left: 45px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-2 {
        top: 128px;
        left: 50px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-3 {
        bottom: 130px;
        left: 80px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-4 {
        bottom: 0;
        left: 70px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-5 {
        top: 15px;
        right: 190px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-6 {
        top: 180px;
        right: 230px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-7 {
        bottom: 120px;
        right: 70px;
    }

    #articlePage .press-rebuilding-section .press-rebuilding-bullet.bullet-8 {
        bottom: -100px;
        right: 70px
    }
}

