/* EXPLORE COLLECTION */
section.explore-wrapper {
    position: relative;
    margin: 0 0 60px;
}
section.explore-wrapper .imagebox-title {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
section.explore-wrapper h2 {
    position: relative;
    display: inline-block;
    max-width: 70%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    color: #34b3bf;
    text-align: center;
    margin: 0 0 30px;
    padding: 14px 0;
}
section.explore-wrapper h2:before,
section.explore-wrapper h2:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 500px;
    background-color: #34b3bf;
}
section.explore-wrapper h2:before {
    right: 100%;
    margin-right: 15px;
}
section.explore-wrapper h2:after {
    left: 100%;
    margin-left: 15px;
}
section.explore-wrapper figure img {
    width: 100%;
}
section.explore-wrapper .explore-accent {
    width: 50%;
    height: 5px;
    background-color: #34b3bf;
    margin: 15px 0;
}
section.explore-wrapper figcaption em {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 10px;
}
section.explore-wrapper figcaption h3 {
    font-family:'Sofia Rough W00 Black Two';
    font-size: 24px;
    line-height: 1.1;
    color: #02678e;
    margin: 0 0 10px;
}
section.explore-wrapper figcaption p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0b283b;
    margin: 0 0 20px;
}
@media only screen and (max-width: 40em) {
    section.explore-wrapper .slider > li {
        padding-right: 0;
        padding-left: 0;
    }
    section.explore-wrapper h2 {
        font-size: 24px;
        line-height: 1.4;
        margin: 0 0 20px;
        padding: 7px 10px 4px;
    }
    section.explore-wrapper h2:before {
        margin-right: 5px;
    }
    section.explore-wrapper h2:after {
        margin-left: 5px;
    }
    section.explore-wrapper figure img {
        width: 100%;
    }
    section.explore-wrapper .explore-accent {
        width: 50%;
        height: 5px;
        background-color: #34b3bf;
        margin: 15px 0;
    }
    section.explore-wrapper figcaption em {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 12px;
        margin: 0 0 10px;
    }
    section.explore-wrapper figcaption h3 {
        font-size: 22px;
        line-height: 1.1;
        margin: 0 0 8px;
    }
    section.explore-wrapper figcaption p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #0b283b;
        margin: 0 0 20px;
    }
}

.explore-wrapper ul.slider[class*="block-grid-"] {
	max-width: 1190px;
	margin: auto;
}
@media only screen and (max-width: 64.063em) {
	.explore-wrapper ul.slider[class*="block-grid-"] {
		max-width: 1190px;
		margin: auto 5px;
	}
}
@media only screen and (min-width: 64em) and (max-width: 1217px) {
	.explore-wrapper ul.slider[class*="block-grid-"] {
		margin: 0 6px;
	}
}
@media only screen and (max-width: 40em) {
	.explore-wrapper ul.slider[class*="block-grid-"] {
		max-width: 1190px;
		margin: auto 14px;
	}
}
@media only screen and (max-width: 40em) {
	.explore-wrapper img.arrow-left.slick-arrow {
		position: absolute;
		z-index: 99;
		top: 25%;
		left: 0;
		transform: translateY(-50%);
	}
	.explore-wrapper img.arrow-right.slick-arrow {
		position: absolute;
		z-index: 99;
		top: 25%;
		right: 0;
		transform: translateY(-50%);
	}
}