/* SECTION VIDEO FULLWIDTH ************************/
/**************************************************/

.page-template-template-similhome .um-hero-video.fullwidth {
    width: 100%;
}
.page-template-template-similhome .um-hero-video.fullwidth .video-container {
    padding-top: 0;
}
/*@media (max-width: 767px) {
    .page-template-template-similhome .um-hero-video.fullwidth .video-container {
        padding-top: 0;
    }
}*/
@media (min-width: 1800px) {
    .page-template-template-similhome .um-hero-video.fullwidth .video-container {
        padding-top: 10px;
    }
}

/**************************************************/
/* END SECTION VIDEO FULLWIDTH ********************/
/**************************************************/



/* SECTION COVID MESSAGE **************************/
/**************************************************/

.home .link-info-container-wrapper {
    width: 100%;
    background-color: var(--orange);
}
.home .link-info-container {    
    /*padding: 30px 0;*/
    padding: 9px 0px;
    font-size: 14px;
    line-height: 25.31px;
    color: var(--white);
    font-weight: 900;
}
.home .link-info-container a {
    color: inherit;
}
@media (min-width: 768px) {
    .home .link-info-container {
        padding: 30px 40px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .home .link-info-container {
        max-width: 1170px;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .home .link-info-container-wrapper > .row {
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .home .link-info-container {    
        font-size: 18px;
    }
}

/**************************************************/
/* END SECTION COVID MESSAGE **********************/
/**************************************************/


.section {
    width: 100%;
}
.section-link a {
    font-size: 14px;
    line-height: 19.03px;
    font-weight: 500;
    text-transform: uppercase;
}
.section-link a::after {
    content: "";
    height: 10px;
    width: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .section-link {
        margin-top: 16px;
    }
    .section-link a {
        color: var(--orange);
        margin-top: 16px;
    }
    .section-link a::after {                
        background-image: url(../images/link-right-arrow-orange.svg);
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section-link {
        margin-top: 36px;
    }
    .section-link a {
        color: var(--orange);
    }
    .section-link a::after {  
        background-image: url(../images/link-right-arrow-orange.svg);
    }
}
@media (min-width: 1200px) {
    .section-link {
        margin-top: 32px;
    }
    .section-link a {
        /*color: var(--dark-green);*/
        color: var(--orange);
    }
    .section-link a::after {
        /*background-image: url(../images/link-right-arrow-dark-green.svg);*/
        background-image: url(../images/link-right-arrow-orange.svg);
    }
}

/* SECTION VIDEO **********************************/
/**************************************************/
.section.video .video-container {
    display: flex;
}
.section.video .video-container video {
    width: 100%;
    /*height: 100%;*/
    height: auto;
}
@media (max-width: 767px) {
    .section.video > .container {
        padding: 0;
    }
    .section.video > .container .row {
        margin: 0;
    }
    .section.video .text-container {
        padding: 40px 20px;
    }
    .section.video .video-container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section.video {
        /*padding: 57px 40px 40px 40px;*/
        padding: 0px 40px 40px 40px;
    }
    .section.video > .container {
        max-width: none;
        padding: 0;
    }
    .section.video .text-container {
        /*padding: 57px 20px;*/
        padding: 57px 0px;
    }
    .section.video .video-container {
        /*padding-right: 15px;
        padding-left: 15px;*/
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .section.video > .container {
        max-width: 1170px;
    }
    .section.video > .container > .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .section.video .text-container {
        padding: 55px 74px 74px 0;
    }
    .section.video .video-container {
        /*background-color: var(--black);*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .section.video .video-container {
        padding-right: 0px;
    }
}
@media (min-width: 1366px) {
    .section.video > .container {
        max-width: 1140px;
    }
}

/* SECTION NEWS ***********************************/
/**************************************************/

.section.news {
    padding-top: 29px;
    padding-bottom: 48px;
    margin-top: 47px;
}

.section.news h2 {    
    color: var(--white);
    font-weight: 900;
    margin-bottom: 38px;
}
.section.news .news-subtitle {
    font-size: 18px;
    line-height: 28.13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
}
.section.news .section-link {
    margin-top: 16px;
    position: relative;
    z-index: 2;
}
.section.news .section-link a {
    color: var(--white);
    margin-top: 16px;
}
.section.news .section-link a::after {                
    background-image: url(../images/link-right-arrow-white.svg);
}
.section.news .card {
    border: none;
    border-radius: 0;
}
.section.news .card img {
    
}
.section.news .card .card-body {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 20px 16px;
    position: relative;
    box-sizing: content-box;
}
.section.news .card .card-body .card-title {
    font-size: 24px;
    line-height: 28px;
    color: var(--brown);
    font-weight: 900;
    /*max-height: 96px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.section.news .card .card-body .news-readmore {
    font-size: 14px;
    line-height: 19.03px;
    color: var(--orange);
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 80px;
}
.section.news .card .card-body .news-readmore::after {
    content: "";
    height: 10px;
    width: 6px;
    background-image: url(../images/link-right-arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 16px;
}
.section.news .card .card-body .news-date {
    font-size: 18px;
    line-height: 24.47px;
    color: var(--brown);
    font-weight: 500;
    position: relative;
    padding-top: 16px;
    margin-top: 24px;
    position: absolute;
    bottom: 20px;
}
.section.news .card .card-body .news-date::before {
    display: inline-block;
    content: "";
    width: 80px;
    height: 6px;
    background-color: var(--dark-green);
    border: 1px solid var(--underline-border);
    position: absolute;
    top: 0;
    left: 0;
    
}
.section.news .news-carousel.owl-carousel .owl-nav .owl-prev {
    width: 10px;
    height: 20px;
    background: transparent url(../images/slider-arrow-previous-white.svg) no-repeat center;
}
.section.news .news-carousel.owl-carousel .owl-nav .owl-prev span {
    display: none;
}
.section.news .news-carousel.owl-carousel .owl-nav .owl-next {
    width: 10px;
    height: 20px;
    background: transparent url(../images/slider-arrow-next-white.svg) no-repeat center;
}
.section.news .news-carousel.owl-carousel .owl-nav .owl-next span {
    display: none;
}
.section.news .news-carousel.owl-carousel .owl-dots {
    margin: 30px auto 0px auto;
    text-align: center;
}
.section.news .news-carousel.owl-carousel .owl-dots .owl-dot:focus {
    outline: 0px;
}
.section.news .news-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.section.news .news-carousel.owl-carousel .owl-dots .owl-dot:last-of-type span {
    margin-right: 0px;
}
.section.news .news-carousel.owl-carousel .owl-dots .owl-dot.active span, .section.news .news-carousel.owl-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--white);
}

@media (max-width: 767px) {
    .section.news h2 {
        font-size: 24px;
        line-height: 28.18px;
    }
    .section.news .news-carousel.owl-carousel {
        margin-bottom: 24px;
    }
    .section.news .news-carousel.owl-carousel .owl-stage-outer {
        /*top: 44px;*/
        top: 0px;
    }
    /*.section.news .news-carousel.owl-carousel .owl-nav {
        width: 66px;
        height: 20px;
        margin-bottom: 24px;
        position: absolute;
        top: 0;
        display: flex;
        justify-content: space-between;
    }*/
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section.news {
        margin-top: 39px;
    }
    .section.news > .container {
        max-width: none;
        padding: 0;
    }
    .section.news h2 {
        font-size: 24px;
        line-height: 28.18px;
    }
    .section.news .news-subtitle {
        margin-bottom: 0px;
    }
    .section.news .news-carousel.owl-carousel {
        margin-bottom: 24px;
    }
    .section.news .news-carousel.owl-carousel .owl-stage-outer {
        top: 0px;
    }
    /*.section.news .news-carousel.owl-carousel .owl-nav {
        width: 100%;
        height: 20px;
        margin-bottom: 24px;
        position: absolute;
        top: 0;
        display: flex;
        justify-content: space-between;
    }*/
}
@media (max-width: 1199px) {
    .section.news .card .card-body {
        /*height: 222px;*/
        height: 286px;
    }
    /*.section.news .hp-news-title {
        margin-bottom: 24px;
    }*/
    .section.news .hp-news-content {
         margin-top: 24px;
    }
}
@media (min-width: 1200px) {
    .section.news {
        padding-top: 55px;
        margin-top: 0px;
    }
    .section.news > .container {
        max-width: 1140px;
    }
    .section.news h2 {
        font-size: 36px;
        line-height: 42.26px;
    }
    .section.news .news-subtitle {
        font-size: 20px;
    }
    .section.news .section-link {
        padding-left: 0px;
    }
    .section.news .news-carousel.owl-carousel {
        /*width: calc(75% + 100px);*/
        float: right;
        overflow: hidden;
        padding-left: 15%;
        padding-left: 0;
        width: 100%;
        /*width: calc(100% + 240px);*/
        /*width: calc(100% + 33% + 160px);*/
    }
    .section.news .news-carousel.owl-carousel .owl-stage-outer {
        /*margin-left: -100px;*/
        /*right: -160px;
        right: -240px;*/
    }
    .section.news .news-carousel.owl-carousel .owl-stage-outer .owl-stage {
        display: flex;
    }
    /*.section.news .news-carousel.owl-carousel .owl-nav {
        display: flex !important;
        width: 66px;
        height: 20px;
        justify-content: space-between;
        position: absolute;
        bottom: 30px;
        right: calc(133% + 66px);
        right: calc(100% - 90px);
    }*/
    .section.news .card .card-body {
        height: 262px;
    }
    .section.news .hp-news-title {
        /*max-width: 33.333333%;*/
        padding: 0 20px 0 0;
    }
    .section.news .hp-news-subtitle {
        /*max-width: 33.333333%;*/
        padding: 0 20px 0 0;
    }
    .section.news .hp-news-content {
        padding: 0 20px 0 0;
    }
        
}

/* SECTION EVENTS *********************************/
/**************************************************/

.section.events {
    padding-top: 40px;
    padding-bottom: 34px;
}
.section.events h2 {
    font-size: 36px;
    line-height: 42.26px;
    color: var(--dark-green);
    font-weight: 900;
    margin-bottom: 38px;
}
.section.events .events-grid {
    display: flex;
}
.section.events .events-grid .event-item {
    width: 100%;
    height: 349px;
    margin-right: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section.events .events-grid .event-item:last-child {
    margin-right: 0;
}
.section.events .events-grid .event-item .event-overlay {
    width: 100%;
    height: 100%;
    background: rgb(68,68,68);
    background: linear-gradient(180deg, rgba(68,68,68,0.4) 0%, rgba(68,68,68,0.4) 100%);
}
.section.events .events-grid .event-item .event-overlay .event-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 17px;
}
.section.events .events-grid .event-item .event-overlay .event-date::after {
    display: inline-block;
    content: "";
    width: 80px;
    height: 6px;
    background-color: var(--dark-green);
    position: absolute;
    bottom: -8px;
    left: 0;
}
.section.events .events-grid .event-item .event-overlay .event-date .event-day {
    padding-bottom: 24px;
    font-size: 104px;
    line-height: 74px;
    color: var(--white);
    font-weight: 500;
}
.section.events .events-grid .event-item .event-overlay .event-date .event-day + div {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}
.section.events .events-grid .event-item .event-overlay .event-date .event-day + div .event-month {
    font-size: 24px;
    line-height: 24px;
    color: var(--white);
    font-weight: 900;
    text-transform: uppercase;
}
.section.events .events-grid .event-item .event-overlay .event-date .event-day + div .event-year {
    font-size: 36px;
    line-height: 30px;
    color: var(--white);
    font-weight: 500;
}
.section.events .events-grid .event-item .event-overlay .event-date .event-day + div .event-time {
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
    font-weight: 500;
}
.section.events .events-grid .event-item .event-overlay .event-title {
    font-size: 18px;
    line-height: 25.31px;
    color: var(--white);
    font-weight: 500;
}
.section.events .events-grid .event-item .event-overlay .event-text {
    font-size: 24px;
    line-height: 33.75px;
    color: var(--white);
    font-weight: 900;
    max-height: 99px;
    overflow: hidden;
}
.section.events .events-grid .event-item .event-overlay .event-link {
    color: var(--white);
}
.section.events .events-grid .event-item .event-overlay .event-link::after {
    content: "";
    height: 10px;
    width: 6px;
    background-image: url(../images/link-right-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 16px;
}
@media (max-width: 767px) {
    .section.events h2 {
        font-size: 24px;
        line-height: 28.18px;
    }
    .section.events .events-grid {
        flex-direction: column;
    }
    .section.events .events-grid .event-item {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .section.events .events-grid .event-item .event-overlay {
        padding: 24px 16px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section.events > .container {
        max-width: none;
        padding: 0;
    }
    .section.events h2 {
        font-size: 24px;
        line-height: 28.18px;
    }
    .section.events .events-grid .event-item .event-overlay {
        padding: 24px 16px;
    }
}
@media (min-width: 1200px) {
    .section.events {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .section.events > .container {
        max-width: 1140px;
    }
    .section.events h2 {
        font-size: 36px;
        line-height: 42.26px;
    }
    .section.events .events-grid .event-item .event-overlay {
        padding: 24px 48px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .section.events > .container {
        max-width: 1170px;
    }
    .section.events > .container > .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .section.events > .container > .row > .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* SECTION VIDEO **********************************/
/**************************************************/

.um-hero-video {
    position: relative;
    margin: 0 auto;
    height: auto;
}

.um-hero-video .video-container {
    width: 100%;
    height: auto;
}
.um-hero-video .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 64px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.um-hero-video .text-container .video-tagline {
    padding: 10px;
    background-color: rgba(74, 74, 76, 0.6);
    color: var(--white);
}
@media (max-width: 767px) {
    .um-hero-video .text-container .video-tagline {
        font-size: 18px;
    }
    .um-hero-video .text-container {
        padding: 24px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .um-hero-video .text-container .video-tagline {
        font-size: 32px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .um-hero-video.fullwidth {
        height: 100%;
        max-height: 544px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .um-hero-video .text-container .video-tagline {
        font-size: 48px;
    }
    .um-hero-video.fullwidth {
        height: 100%;
        max-height: 785px;
        overflow: hidden;
    }
}


.um-hero-image {
    position: relative;
    margin: 0 auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.um-hero-image .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.um-hero-image .text-container .text-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.um-hero-image .text-container .text-content .title {
    color: var(--white);
}
.um-hero-image .text-container .text-content .title .subtitle {
    display: block;
}
.um-hero-image .text-container .text-content .text-bg-white {
    padding: 8px;
    background-color: var(--white);
    font-size: 24px;
    line-height: 28.18px;
    color: var(--brown);
    font-weight: 500;
    text-align: right;
    position: absolute;
    margin: 0;
}
.um-hero-image .text-container .text-content .dark-btn {
     position: absolute;
}

@media (max-width: 1199px) {
    .um-hero-image {
        width: 100%;
        height: 544px;
    }
    .um-hero-image .text-container .text-content {
        padding: 48px 20px;
    }
    .um-hero-image .text-container .text-content .title {
        font-size: 18px;
        font-weight: 500;
    }
    .um-hero-image .text-container .text-content .title .subtitle {
        font-size: 36px;
        font-weight: 900;
    }
    .um-hero-image .text-container .text-content .text-bg-white {
        right: 20px;
        bottom: 90px;
    }
    .um-hero-image .text-container .text-content .dark-btn {
        right: 20px;
        bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .um-hero-image {
        width: 100%;
        height: 785px;
    }
    .um-hero-image .text-container .text-content {
        width: 100%;
        max-width: 1370px;
        padding: 64px;
        margin: 0 auto;
    }
    .um-hero-image .text-container .text-content .title {
        font-size: 48px;
        font-weight: 500;
    }
    .um-hero-image .text-container .text-content .title .subtitle {
        font-size: 64px;
        font-weight: 900;
    }
    .um-hero-image .text-container .text-content .text-bg-white {
        right: 32px;
        bottom: 110px;
    }
    .um-hero-image .text-container .text-content .dark-btn {
        right: 32px;
        bottom: 40px;
    }
}

/**************************************************/
/* END SECTION VIDEO ******************************/
/**************************************************/

.home .boxed-acf-carousel .carousel-inner .carousel-indicators {
    bottom: auto;
}


/* SECTION CONTATCS *******************************/
/**************************************************/

.section.contacts {
    padding-top: 70px;
    padding-bottom: 48px;
}
.section.contacts h2 {    
    color: var(--white);
    font-weight: 900;
    margin-bottom: 38px;
}
.section.contacts .contacts-subtitle {
    font-size: 20px;
    line-height: 28.13px;
    color: var(--white);
    font-weight: 500;
}
/*.section.contacts .form-wrapper {
    color: var(--white);
}*/
.section.contacts .form-wrapper .hs-form-field {
    margin-bottom: 16px;
}
.section.contacts .form-wrapper .hs-form-field input, .section.contacts .form-wrapper .hs-form-field textarea, .section.contacts .form-wrapper .hs-form-field select {
    width: 100%;
    min-height: 48px;
    padding: 1px 9px;
    /*border: none;*/
    border-radius: 6px;
}
.section.contacts .form-wrapper .hs-submit {
    margin: 24px 0;
}
.section.contacts .form-wrapper .hs-submit input {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid var(--orange);
    border-radius: 6px;
    background-color: var(--orange);
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: var(--white);
    font-weight: 900;
}
.section.contacts .form-wrapper .hs-error-msgs {
    padding: 0;
    margin: 6px 0 0 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: normal;
    color: var(--danger);
    padding: 4px 6px 4px 24px;
    background-color: rgba(255,255,255,0.5);
}
.section.contacts .form-wrapper .hs-error-msgs label {
    margin: 0;
    letter-spacing: 0.25px;
}

@media (max-width: 767px) {
    .section.contacts .form-wrapper {
        padding: 48px 20px;
    }
    .section.contacts .form-wrapper .hs-form-field input {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section.contacts .form-wrapper {
        padding: 48px 40px;
    }
}
@media (min-width: 768px) {
    .section.contacts .hp-contacts-title {
        width: 100%;
        max-width: 770px;
        margin: 0 auto;
    }
    .section.contacts .form-wrapper {
        width: 100%;
        max-width: 770px;
        margin: 0 auto;
        clear: both;
    }
    .section.contacts .form-wrapper .hs-form-field.hs-fieldtype-text {
        display: inline-block;
        width: calc(50% - 12px);
        margin-right: 12px;
        float: left;
    }
    .section.contacts .form-wrapper .hs-form-field.hs-fieldtype-text:nth-of-type(2n) {
        margin-left: 12px;
        margin-right: 0;
    }
    .section.contacts .form-wrapper .hs-form-field.hs-fieldtype-textarea {
        width: 100%;
        float: none;
    }
}
@media (max-width: 1199px) {}
@media (min-width: 1200px) {
    .section.contacts .form-wrapper {
        padding: 48px 0;
    }
}


/**************************************************/
/* END SECTION CONTATCS ***************************/
/**************************************************/


