@media (min-width: 1200px) {
	.gutenblock--oms-full-bleed-v2.has-text.has-image .block__text--desktop {
		position: relative;
	    top:auto;
	    right:auto;
	    left: auto;
	    transform: none;
	    z-index: 2;
	    padding: 3rem 15px;
	    max-width: 1355px;
	    margin: 0 auto;
	}
	.gutenblock--oms-full-bleed-v2.has-text .block__image {
	    position: absolute;
	    z-index: 1;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}
	.gutenblock--oms-full-bleed-v2.has-text .block__image img {
	    height: 100%;
	    object-fit: cover;
	 }
 }


.share-wrapper .shariff .theme-round .shariff-icon svg path{
	fill:rgb(30, 200, 165);
}


.share-wrapper .shariff .shariff-button,
.share-wrapper .shariff .shariff-buttons .shariff-link{
	background: none !important;
}

.share-wrapper .shariff .shariff-buttons .shariff-link .shariff-icon svg{
	height: 24px;
	padding: 0;
}

h3.whr-title a {
    color: #00e1af;
}
h3.whr-title a:after {
    width: 9.79px;
    height: 12px;
    background-image: url(../../resources/images/glyph-caret-right-teal.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    margin: -2px 0 0 5px;
    position: relative;
    vertical-align: middle;
    transition: all .2s ease-out;
}
ul.whr-items {
    padding: 0;
}
ul.whr-items > li {
    list-style: none;
}
ul.whr-info > li {
    list-style: disc;
}