/* Title */
.sx-widget-title__link:hover {
    color: #000;
    text-decoration: none;
}

/* Textarea */
/* Content */
/* Horizontal Text Image */
.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col--second {
    background-color: #ccc;
}

.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col-container--text {
    padding: 80px;
}

.sx-widget-horizontal-text-image__row--rightleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

@media (min-width: 1025px) {
    .sx-widget-horizontal-text-image__row--rightleft {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.sx-widget-horizontal-text-image__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.sx-widget-horizontal-text-image__col-container--image {
    padding-right: 20px;
    position: relative;
}

.sx-widget-horizontal-text-image__col-container--image:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 0;
    top: -20px;
    bottom: 20px;
    background-color: #b7ce95;
    z-index: -5;
}

@media (min-width: 1300px) {
    .sx-widget-horizontal-text-image__col-container--image {
        padding-right: 40px;
    }
    .sx-widget-horizontal-text-image__col-container--image:after {
        left: 40px;
        right: 0;
        top: -40px;
        bottom: 40px;
    }
}

.sx-widget-horizontal-text-image__link:hover {
    color: #000;
    text-decoration: none;
}

/* Vertical Text Image */
.sx-widget-vertical-text-image__item__content-wrapper {
    padding: 50px 30px 55px;
    background-color: #43695b;
    color: #fff;
    height: 100%;
}

@media (min-width: 1025px) {
    .sx-widget-vertical-text-image__item__content-wrapper {
        padding: 40px 60px 70px;
    }
}

.sx-widget-vertical-text-image__item__text a {
    color: #fff;
}

.sx-widget-vertical-text-image__item__time table {
    width: 100%;
}

.sx-widget-vertical-text-image__item__time table th {
    font-weight: normal;
    width: 70px;
}

@media (min-width: 1025px) {
    .sx-widget-vertical-text-image__item__time table th {
        width: 100px;
    }
}

/* Image */
.sx-widget-image__image {
    margin-bottom: 4px;
}

.sx-widget-image__image-lengend {
    font-size: 14px;
}

/* Download Box */
.sx-widget-download-box__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sx-widget-download-box__list-item {
    position: relative;
    padding: 0 0 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.sx-widget-download-box__list-item-link {
    text-decoration: underline;
}

.sx-widget-download-box__list-item:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

/* Gallery */
.sx-widget-gallery {
    margin-bottom: 100px;
}

.sx-widget-gallery__item {
    position: relative;
    z-index: 10;
    display: block;
}

.sx-widget-gallery__item__content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
    color: #fff;
}

.sx-widget-gallery__item__content-counter {
    font-size: 5.625rem;
    display: block;
    line-height: 1;
}

.sx-widget-gallery__item__content-link {
    display: inline-block;
    background-color: #43695b;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
}

.sx-widget-gallery__item__content-link:after {
    content: '\0045';
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    font-size: 1rem;
}

.sx-widget-gallery__col {
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 1025px) {
    .sx-widget-gallery__col--left .sx-widget-gallery__item:after {
        content: '';
        position: absolute;
        background-color: #b7ce95;
        z-index: -5;
        left: 40px;
        right: -40px;
        top: 40px;
        bottom: -40px;
    }
}

.sx-widget-gallery__image {
    min-height: 250px;
    padding-top: 64%;
}

@media (min-width: 1025px) {
    .sx-widget-gallery {
        margin-bottom: 240px;
    }
    .sx-widget-gallery__item__content {
        bottom: 30px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    .sx-widget-gallery__col {
        margin-top: -80px;
        margin-bottom: 0;
    }
    .sx-widget-gallery__col--right {
        text-align: right;
    }
    .sx-widget-gallery__col--left {
        text-align: left;
    }
    .sx-widget-gallery__col:first-of-type {
        margin-top: 0;
    }
    .sx-widget-gallery__item__content {
        position: absolute;
        left: 70px;
        right: 70px;
        color: #fff;
    }
    .sx-widget-gallery__item__content-counter {
        font-size: 10rem;
        display: block;
        line-height: 1;
    }
}

@media (min-width: 1300px) {
    .sx-widget-gallery__item__content {
        bottom: 105px;
    }
}

/* Video Embed */
/* Video Html */
.sx-widget-video-html__container video {
    max-width: 100%;
}

/* Call to Action */
.sx-widget-call-to-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 52px 30px 20px 30px;
    background-color: #ccc;
}

@media (min-width: 1025px) {
    .sx-widget-call-to-action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 20px 30px;
    }
}

.sx-widget-call-to-action__image-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .sx-widget-call-to-action__image-container {
        width: auto;
        margin-right: 46px;
        margin-bottom: auto;
    }
}

.sx-widget-call-to-action__image {
    border-radius: 100%;
}

.sx-widget-call-to-action__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (min-width: 1025px) {
    .sx-widget-call-to-action__content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

.sx-widget-call-to-action__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 1025px) {
    .sx-widget-call-to-action__data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.sx-widget-call-to-action__data-link {
    margin-bottom: 15px;
}

@media (min-width: 1025px) {
    .sx-widget-call-to-action__data-link {
        margin-right: 15px;
    }
}

.sx-widget-call-to-action__data-link-text {
    position: relative;
    padding-left: 30px;
}

.sx-widget-call-to-action__data-link-text:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

/* Map */
/* Divider */
.sx-widget-divider__divider--1 {
    border-bottom: 1px solid #000;
}

/* Slider */
.sx-widget-slider__slider-nav-button {
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 17px));
        -ms-transform: translateY(calc(-50% - 17px));
         -o-transform: translateY(calc(-50% - 17px));
            transform: translateY(calc(-50% - 17px));
    z-index: 10;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sx-widget-slider__slider-nav-button-text {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.sx-widget-slider__slider-nav-button--left {
    left: 0;
    width: 36px;
    height: 36px;
}

.sx-widget-slider__slider-nav-button--right {
    right: 0;
}

.sx-widget-slider__slider-pagination-container {
    text-align: center;
    margin-top: 20px;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    background: #333;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet-active {
    background: #000;
}

/* Button */
/* Accordion */
.sx-widget-accordion__item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 36px;
    margin-bottom: 24px;
}

.sx-widget-accordion__item__header {
    background-color: transparent;
    padding: 0;
    border-bottom: 0;
}

.sx-widget-accordion__item__header-title-link {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sx-widget-accordion__item__header-title-link:before {
    position: absolute;
    top: 0;
    right: 0;
}

.sx-widget-accordion__item__content-body {
    padding: 0;
}

/* Spacer */
/* Team */
.sx-widget-team {
    padding: 90px 0 70px;
    background-color: #b7ce95;
}

/* Icon Box */
.sx-widget-icon-box__image {
    min-height: 450px;
    padding-top: 44%;
}

.sx-widget-icon-box__content {
    margin-top: -130px;
    background-color: #b7ce95;
    padding: 35px 20px 55px;
}

.sx-widget-icon-box__item {
    text-align: center;
    margin-bottom: 25px;
}

.sx-widget-icon-box__item__icon {
    height: 72px;
    width: auto;
    max-width: 100%;
    margin-bottom: 13px;
}

@media (min-width: 1025px) {
    .sx-widget-icon-box__content {
        margin-top: -190px;
        padding: 100px 80px 55px;
    }
    .sx-widget-icon-box__item__icon {
        margin-bottom: 30px;
    }
}

.widget-title {
    color: #999;
    margin-bottom: 1.5em;
}
