.adv-block-120{
    padding-bottom: 50px;
}
@media only screen and (min-width: 768px){
    .adv-block-120{
        padding-bottom: 120px;
    }
}
/* Post slider */
.wp-block-post-slider{
    /*height: 535px;*/
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
    position: relative;
}
.wp-block-post-slider h2,
.wp-block-post-slider h1
{
    color: #0076a5;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 16px;
    text-align: center;
}
.wp-block-post-slider .animated-object{
    width: 200%;
    height: 145px;
    background: #0076a5;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: -150%;
    display: none;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.gallery-top {
    height: 100%;
    width: 100%;
}
.gallery-top .post-image{
    margin-bottom: 25px;
}
.gallery-top .post-image img{
    height: auto;
    width: 100%;
}
.gallery-top .post-details{
    margin-bottom: 25px;
}
.gallery-top .post-details h3{
    color: #aa1131;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
/*.gallery-top .post-details a:hover{
    color: #000;
}*/
.wp-block-post-slider .slide-controls{
    display: flex;
    padding-top: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    bottom: 0;
    padding: 0;
}
.wp-block-post-slider .swiper-button{
    position: static;
    cursor: pointer;
    font-weight: 500;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #aa0c2f;
    color: #aa0c2f;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 5px;
}
.wp-block-post-slider .swiper-button:focus,
.wp-block-post-slider .swiper-button:hover{
    background-color: #aa0c2f;
    color: #fff;
}
.wp-block-post-slider .swiper-button-next:after, .wp-block-post-slider .swiper-button-prev:after{
    display: none;
}
.wp-block-post-slider .swiper-pagination{
    position: static;
    margin-top: 60px;
}
.wp-block-post-slider .swiper-button-prev{
    margin-right: 15px;
}
@media only screen and (min-width: 768px){
    .wp-block-post-slider h2,
    .wp-block-post-slider h1{
        text-align: left;
        font-size: 50px;
    }
    .wp-block-post-slider .animated-object{
        display: block;
    }
}
@media only screen and (min-width: 960px){
    .wp-block-post-slider{
        margin-bottom: 0;
    }
    .wp-block-post-slider h2,
    .wp-block-post-slider h1{
        font-size: 80px;
        line-height: 70%;
        width: 50%;
    }
    .swiper-slide {
        display: flex;
    }
    .swiper-container {
        margin-bottom: 0;
    }
    .gallery-top .post-image{
        flex: 0 0 66.7%;
        margin-bottom: 0;
    }
    .gallery-top .post-image img{
        height: 535px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
    }
    .gallery-top .post-details{
        padding-left: 40px;
        padding-top: 10%;
        margin-bottom: 0;
    }
    .gallery-top .post-details h3{
        margin-bottom: 50px;
    }
    .wp-block-post-slider .slide-controls{
        position: absolute;
        left: calc( 66.7% + 40px );
    }
}

/* Recent posts */
.wp-block-recent-posts{
    position: relative;
    margin-top: 50px;
    padding-bottom: 60px;
}
.wp-block-recent-posts h2{
    color: #0076a5;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    z-index: auto;
    margin-bottom: 40px;
}
.wp-block-recent-posts .animated-object{
    width: 200%;
    height: 145px;
    background: #f3f3f3;
    display: block;
    content: " ";
    position: absolute;
    top: -93px;
    left: -125%;
    display: none;
    z-index: -1;
}
.wp-block-recent-posts .post-container img{
    margin-bottom: 15px;
}
.wp-block-recent-posts .post-container h3,
.wp-block-recent-posts .post-container h3 a{
    color: #aa0c2f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.wp-block-recent-posts .post-container{
    /*font-size: 16px;*/
}
.wp-block-recent-posts .post-container p a:hover{
    color: #000;
}
.wp-block-recent-posts .bottom-link{
    padding-top: 30px;
    text-align: right;
}
@media only screen and (min-width: 500px){
    .wp-block-recent-posts-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }
    .wp-block-recent-posts .post-container{
        /*flex: 0 0 50%;*/
    }
    .wp-block-recent-posts .post-container img{
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 768px){
    .wp-block-recent-posts h2{
        font-size: 70px;
    }
    .wp-block-recent-posts{
        margin-top: 110px;
    }
    .wp-block-recent-posts .animated-object{
        display: block;
    }
    .wp-block-recent-posts-wrapper{
        grid-gap: 2em;
    }
}
@media only screen and (min-width: 960px){
    .wp-block-recent-posts-wrapper{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 3em;
    }
    .post-container{
       /* flex: 0 0 25%;*/
        /*padding-right: 70px;*/
    }
}

/* Recent posts featured */
.wp-block-recent-posts-featured{
    position: relative;
    padding-bottom: 60px;
}
.wp-block-recent-posts-featured h2{
    color: #0076a5;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
    z-index: auto;
    margin-bottom: 16px;
    text-align: center;
}
.wp-block-recent-posts-featured .animated-object{
    width: 200%;
    height: 145px;
    background: #0076a5;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: -150%;
    display: none;
}
.wp-block-recent-posts-featured h3,
.wp-block-recent-posts-featured h3 a{
    color: #ab0c2f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.wp-block-recent-posts-featured p a:hover{
    color: #000;
}
.wp-block-recent-posts-featured .featured-post{
    margin-bottom: 20px;
}
.wp-block-recent-posts-featured .featured-post .post-container{
    display: flex;
    flex-direction: column;
}
.wp-block-recent-posts-featured .featured-post .post-container .post-details{
    order: 2;
}
.wp-block-recent-posts-featured .featured-post .post-container .post-image{
    order: 1;
    z-index: 10;
}
.wp-block-recent-posts-featured .featured-post .post-image img{
    margin-bottom: 20px;
}
.wp-block-recent-posts-featured .grid{
    display: grid;
    margin-bottom: 35px;
    grid-gap: 1.3em;
    grid-template-columns: 1fr;
}
.wp-block-recent-posts-featured .grid .post-container img{
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px){
    .wp-block-recent-posts-featured .animated-object{
        display: block;
    }
    .wp-block-recent-posts-featured h2{
        font-size: 50px;
        margin-bottom: 0;
        text-align: left;
    }
}
@media only screen and (min-width: 960px){
    .wp-block-recent-posts-featured h2{
        font-size: 70px;
        line-height: 70%;
        margin-bottom: 0;
    }
    .wp-block-recent-posts-featured .featured-post{
        margin-bottom: 60px;
    }
    .wp-block-recent-posts-featured .featured-post .post-container{
        flex-direction: row;
    }
    .wp-block-recent-posts-featured .featured-post .post-container .post-details{
        order: 1;
        padding-top: 38px;
    }
    .wp-block-recent-posts-featured .featured-post .post-container .post-image{
        order: 2;
    }
    .wp-block-recent-posts-featured .featured-post .post-image img{
        margin-bottom: 0;
    }
    .wp-block-recent-posts-featured .featured-post .post-image{
        flex: 0 0 66.7%;
        margin-bottom: 0;
        padding-top: 22px;
    }
    .wp-block-recent-posts-featured .featured-post img{
        height: 535px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
    }
    .wp-block-recent-posts-featured .featured-post .post-details{
        padding: 15px 20px 0 0;
    }
    .wp-block-recent-posts-featured .grid{
        grid-template-columns: 1fr 1fr 1.62fr;
        grid-gap: 0 1.3em;
    }
    .wp-block-recent-posts-featured .grid .post-container img{
        height: 345px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
    }
}


/* RSS Block */
.wp-block-rss-timeline {
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    padding-bottom: 60px;
}
.wp-block-rss-timeline h2{
    color: #0076a5;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    z-index: auto;
    margin-bottom: 40px;
}
.wp-block-rss-timeline .animated-object{
    width: 200%;
    height: 145px;
    background: #f3f3f3;
    display: block;
    content: " ";
    position: absolute;
    top: -93px;
    left: -125%;
    display: none;
    z-index: -1;
}
.wp-block-rss-timeline__container {
    position: relative;
}
.wp-block-rss-timeline__list {
    margin: 0 !important;
    padding: 50px 0 !important;
    position: relative;
}
.wp-block-rss-timeline__line {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    left: 50%;
    margin-left: -1.5px;
    top: 0;
    background: #d7d7d7;
    z-index: 10;
}
.wp-block-rss-timeline__line-hover {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 0%;
    left: 50%;
    margin-left: -1.5px;
    top: 0;
    background: #167fb5;
    transition: 0.3s linear;
}
.wp-block-rss-timeline__item {
    list-style: none !important;
    width: 50%;
    text-align: right;
    padding-right: 40px;
    padding-left: 0;
}
.wp-block-rss-timeline__item .rss-image{
    flex: 0 0 80px;
}
.wp-block-rss-timeline__item .rss-image img{
    width: 80px;
    height: 80px;
    -o-object-fit: ;
       object-fit: ;
}
.wp-block-rss-timeline__item:nth-child(even) {
    margin-left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
}
.wp-block-rss-timeline__item-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wp-block-rss-timeline__item:nth-child(even) .wp-block-rss-timeline__item-title{
    justify-content: flex-start;
}
.wp-block-rss-timeline__item-title:after,
.wp-block-rss-timeline__item-title:before {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    background: #d7d7d7;
    right: -40px;
}
.wp-block-rss-timeline__item-title:before {
    background: #167fb5;
    z-index: 10;
    width: 0;
    transition: 0.3s linear;
}
.wp-block-rss-timeline__item:nth-child(even) .wp-block-rss-timeline__item-title:after,
.wp-block-rss-timeline__item:nth-child(even) .wp-block-rss-timeline__item-title:before {
    left: -40px;
    right: auto;
}
.wp-block-rss-timeline__item-title:hover:before {
    width: 30px;
    transition: 0.3s linear 0.3s;
}
.wp-block-rss-timeline__item-title a {
    color: #aa1131;
    display: block;
}
.wp-block-rss-timeline__item-title a:hover,
.sine-inner .wp-block-rss-timeline__item-title a:hover{
    text-decoration: none;
}
.wp-block-rss-timeline__item-title a i{
    font-size: 12px;
    margin-right: 10px;
    margin-top: 0px;
    vertical-align: top;
    margin-top: 8px;
}
.wp-block-rss-timeline__item-title .image-link{
    flex: 0 0 100px;
    margin-left: 16px;
}
.wp-block-rss-timeline__item:nth-child(even) a{
    order: 2;
}
.wp-block-rss-timeline__item:nth-child(even) .image-link{
    order: 1;
    margin-right: 16px;
}
.wp-block-rss-timeline__item-title img{
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}
.wp-block-rss-timeline__item-publish-date {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}
.wp-block-rss-timeline-cta {
    text-align: center;
}
.home-button,
.pagination-previous a,
.pagination-next a{
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding: 15px 45px;
    border: 1px solid #000;
}
.wp-block-rss-timeline .lmu-button-red.see-more-articles{
    margin-right: auto;
}
@media (max-width: 550px) {
    .wp-block-rss-timeline__item {
        width: 100%;
        text-align: left;
        margin-left: 0 !important;
        padding-left: 40px !important;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .wp-block-rss-timeline__item-title:after, .wp-block-rss-timeline__item-title:before {
        left: -40px;
        right: auto;
    }
    .wp-block-rss-timeline__line {
        left: 0;
    }
    .wp-block-rss-timeline-cta {
        text-align: left;
    }
    .wp-block-rss-timeline__item:nth-child(even) a{
        order: 1;
    }
    .wp-block-rss-timeline__item:nth-child(even) .image-link{
        order: 2;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px){
    .wp-block-rss-timeline h2{
        font-size: 70px;
        margin-bottom: 0;
    }
    .wp-block-rss-timeline{
        margin-top: 110px;
    }
    .wp-block-rss-timeline .animated-object{
        display: block;
    }
}

/* Flex 3 column content */
.wp-block-flex-column-content{
    position: relative;
    padding-bottom: 60px;
}
.wp-block-flex-column-content h2{
    color: #0076a5;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
    z-index: auto;
    margin-bottom: 16px;
    text-align: center;
}
.wp-block-flex-column-content .animated-object{
    width: 200%;
    height: 145px;
    background: #0076a5;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: -150%;
    display: none;
}
.wp-block-flex-column-content-wrapper{
    margin-bottom: 40px;
}
.wp-block-flex-column-content .content-card{
    position: relative;
}
.wp-block-flex-column-content .content-card:after{
    content: "";
    border-right: 1px solid #c4c4c4;
    position: absolute;
    top: 0;
    height: 100%;
    display: none;
}
.wp-block-flex-column-content .content-card .image-wrapper{
    position: relative;
    margin-bottom: 20px;
}
.wp-block-flex-column-content .content-card .image-wrapper img{
    width: 100%;
}
.wp-block-flex-column-content .content-card .image-wrapper .play-button{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: url('../../assets/images/play-icon.png') no-repeat;
}
.wp-block-flex-column-content .content-card .taxonomy{
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.wp-block-flex-column-content .content-card h3,
.wp-block-flex-column-content .content-card h3 a{
    color: #aa0c2f;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}
.wp-block-flex-column-content .content-card p,
.wp-block-flex-column-content .content-card p a,
.wp-block-flex-column-content .content-card p a:hover{
    color: #000;
    font-size: 18px;
}
@media only screen and (min-width: 500px){
    .wp-block-flex-column-content-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2em;
    }
    .wp-block-flex-column-content .content-card:first-child:after{
        right: -1em;
        display: block
    }
}
@media only screen and (min-width: 768px){
    .wp-block-flex-column-content-wrapper{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wp-block-flex-column-content .animated-object{
        display: block;
    }
    .wp-block-flex-column-content .content-card:after,
    .wp-block-flex-column-content .content-card:first-child:after{
        right: -1em;
        display: block;
    }
    .wp-block-flex-column-content .content-card:last-child:after{
        display: none;
    }
    .wp-block-flex-column-content h2{
        text-align: left;
    }
}
@media only screen and (min-width: 960px){
    .wp-block-flex-column-content-wrapper{
        grid-gap: 5em;
        margin-bottom: 80px;
    }
    .wp-block-flex-column-content h2{
        font-size: 70px;
        margin-bottom: 30px;
        line-height: 1;
        width: 50%;
    }
    .wp-block-flex-column-content .content-card:after,
    .wp-block-flex-column-content .content-card:first-child:after{
        right: -2.5em;
    }
}

/* Social block */
.wp-block-social-block{
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    padding-bottom: 60px;
}
.wp-block-social-block h2,
.wp-block-social-block h1{
    color: #0076a5;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    z-index: auto;
    margin-bottom: 40px;
}
.wp-block-social-block .headline-wrapper{
    margin-bottom: 40px;
}
.wp-block-social-block .animated-object{
    width: 200%;
    height: 145px;
    background: #f3f3f3;
    display: block;
    content: " ";
    position: absolute;
    top: -90px;
    left: -125%;
    display: none;
    z-index: -1;
}
.wp-block-social-block .top-social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.wp-block-social-block .top-social-icons a.social-link,
.wp-block-social-block .top-social-icons a.social-link:hover{
    display: block;
    margin: 0 20px 20px;
    font-size: 26px;
    color: #ab0d2f;
}
.wp-block-social-block .top-social-icons .lmu-button-red.see-more-articles{
    margin: 0 20px 20px;
}
.wp-block-social-block .social-board{
    position: relative;
}
.wp-block-social-block .second-headline-wrapper h2{
    color: #0076a5;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
    z-index: auto;
    margin-bottom: 16px;
    text-align: center;
}
.wp-block-social-block .social-board-content{
    min-height: 500px;
}
.wp-block-social-block .social-board .animated-object-2{
    width: 200%;
    height: 145px;
    background: #0076a5;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: -150%;
    display: none;
    z-index: -1;
}
@media only screen and (min-width: 768px){
    .wp-block-social-block h2,
    .wp-block-social-block h1{
        font-size: 70px;
        margin-bottom: 0;
    }
    .wp-block-social-block{
        margin-top: 110px;
    }
    .wp-block-social-block .animated-object{
        display: block;
    }
  /*  .wp-block-social-block .headline-wrapper{
        margin-bottom: 80px;
    }*/
  /*  .wp-block-social-block .top-social-icons{
        margin-bottom: 100px;
    }*/
    .wp-block-social-block .social-board .animated-object-2{
        display: block;
    }
    .wp-block-social-block .second-headline-wrapper h2{
        text-align: left;
    }
}
@media only screen and (min-width: 960px){
    .wp-block-social-block .second-headline-wrapper h2{
        font-size: 70px;
        line-height: 70%;
        margin-bottom: 28px;
    }
}

/* Flex 5 column content */
.wp-block-flex-five-column-content{
    position: relative;
    margin-top: 50px;
}
.wp-block-flex-five-column-content h2{
    color: #0076a5;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    z-index: auto;
    margin-bottom: 40px;
}
.wp-block-flex-five-column-content .animated-object{
    width: 200%;
    height: 145px;
    background: #f3f3f3;
    display: block;
    content: " ";
    position: absolute;
    top: -93px;
    left: -125%;
    display: none;
    z-index: -1;
}
.wp-block-flex-five-column-content-wrapper{
    margin-bottom: 40px;
}
.wp-block-flex-five-column-content .content-card{
    position: relative;
}
.wp-block-flex-five-column-content .content-card .image-wrapper{
    position: relative;
    margin-bottom: 18px;
}
.wp-block-flex-five-column-content .content-card .image-wrapper img{
    width: 100%;
}
.wp-block-flex-five-column-content .content-card h3,
.wp-block-flex-five-column-content .content-card h3 a{
    color: #aa0c2f;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.wp-block-flex-five-column-content .content-card p,
.wp-block-flex-five-column-content .content-card p a,
.wp-block-flex-five-column-content .content-card p a:hover{
    color: #000;
    font-size: 18px;
}
@media only screen and (min-width: 500px){
    .wp-block-flex-five-column-content-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3px;
    }
}
@media only screen and (min-width: 768px){
    .wp-block-flex-five-column-content h2{
        font-size: 70px;
        margin-bottom: 50px;
    }
    .wp-block-flex-five-column-content-wrapper{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wp-block-flex-five-column-content{
        margin-top: 110px;
    }
    .wp-block-flex-five-column-content .animated-object{
        display: block;
    }
}
@media only screen and (min-width: 960px){
    .wp-block-flex-five-column-content-wrapper{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}
/* WP Block Pullquote */
.site-container .wp-block-pullquote p, .site-container .wp-block-quote p{
    font-family: "Metric" !important;
    color: #0076a5;
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
}
.site-container .wp-block-pullquote cite, .site-container .wp-block-quote cite{
    text-transform: uppercase !important;
    color: #000 !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 600;
    margin-top: 0 !important;
}
.site-container .wp-block-pullquote p,
.site-container .wp-block-pullquote cite{
    text-align: left !important;
}
.site-container .wp-block-pullquote{
    margin: 0 0 0 13px !important;
    padding: 0 0 28px !important;
    position: relative;
}
.site-container .wp-block-pullquote:after{
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    content: " ";
    position: absolute;
    top: -70px;
    left: -20%;
    z-index: -1;
    display: none;
}
.site-container .wp-block-pullquote blockquote{
    border-left: 4px solid #0076a5;
    margin: 0;
    padding-left: 13px;
    padding-right: 13px;
}
@media only screen and (min-width: 768px){
    .site-container .wp-block-pullquote:after{
        display: block;
    }
}
.readmore{
    color: #ab0c2f;
}
