.news .views-field.views-field-body {
    margin-bottom: 50px;
}

.news .views-row {
    margin-bottom: 90px;
}

.news .field-content p {
    color: #444444;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 35px;
}

.news h3 a {
    color: #151c32;
    font-family: "Libre Baskerville";
    font-weight: 700;
    line-height: 1.3;
    margin-top: 24px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.news .node-authored-on {
    color: #cea05f;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px;
}

.news .node-comments::before {
   content: url(../images/comments.svg);
   padding: 5px;
   margin-left: 8px;
}

.news img {
    margin-bottom: 30px;
}

.blog-node-content p {
    /* margin-bottom: 70px; */
    line-height: 28px;
}

.blog-node-content h2:after {
    display: none;
}

.js-form-item.form-item.js-form-type-textfield.form-item-subject-0-value.js-form-item-subject-0-value{
    display: inline-grid;
}

.comment-blog-comment-form.comment-form {
    text-align: center;
}

.carousel-text-button {
    margin-top: 60px;
}

.carousel-text-button-white {
    padding: 20px 40px;
    border-radius: 2px;
    background-color: #cea05f;
    margin-left: 20px;
    color: #ffffff;
    font-family: "Libre Baskerville";
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.carousel-text-button-white:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #d1943e;
}

.carousel-text-button-red {
    padding: 20px 40px;
    border-radius: 2px;
    background-color: #fe533d;
    color: #ffffff;
    font-family: "Libre Baskerville";
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.carousel-text-button-red:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f53b23;
}

.blog-read-more {
    display: inline;
}

#block-rssfeeds {
    min-width: 100%;
    min-height: 160px;
}

#block-rssfeeds a {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 2px;
    color: #151c32;
    font-family: "Libre Baskerville";
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #151c32;
    background-color: #fff;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    text-decoration: none;
}

#block-rssfeeds a:hover {
    background: rgb(228, 5, 68) !important;
    text-decoration: none;
    color: white !important;
    border: 1px solid rgb(228, 5, 68) !important;
    cursor: pointer;
}

#block-rssfeeds .rss-items {
    overflow: hidden;
    transition: height 1s ease-in-out;
}

#block-rssfeeds .rss-feed-category > h2 {
    display: inline-block;
    cursor: pointer;
}

#block-rssfeeds .rss-feed-category > h2::before {
    content: "\02795";
    padding-right: 10px;
}

#block-rssfeeds .rss-feed-category > h2.collapse::before {
    content: "\02796";
}

#block-rssfeeds .rss-item:first-of-type h3 {
    margin-top: 0;
}

#block-rssfeeds .rss-item h3 {
    margin-bottom: 30px;
    margin-top: 40px;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    transition: opacity 1s ease-in;
}

/* .hide {
    animation-name: hidethennone;
    animation-duration: 0.8s;
    animation-delay: 1s;
    transition: opacity 0.8s ease-in;
}

@-webkit-keyframes hidethennone {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
    }
}

@keyframes hidethennone {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
    }
} */

.lds-ring {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #151c32 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    #block-rssfeeds .rss-items {
        text-align: center;
    }
}