.hyphen {
  hyphens: auto !important;
}

.page-title-section h3 {
	color: white;
}

/* videoplayer */
.c-content-googlemaps{
	background-color: #ffffff;
}
.c-content-googlemaps .c-image-container {
	background-color: #000
}
.c-content-googlemaps__googlemaps {
	margin-bottom: 6px
}
.c-content-googlemaps_wrapper {
	position: relative;
	overflow: hidden
}
.c-content-googlemaps_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.c-content-googlemaps_player {
	width: 100%;
	height: auto
}
.c-content-googlemaps_player:focus {
	outline: none
}
.c-content-googlemaps.js-googlemaps .c-content-googlemaps_wrapper {
	overflow: visible
}
.c-content-googlemaps.js-googlemaps .c-content-googlemaps_wrapper .c-googlemaps-trigger {
	position: relative
}
.responsive-googlemaps {
	position: relative;
	padding-bottom: 66%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover
}
.responsive-googlemaps iframe {
	top: 0;
	left: 0
}
.responsive-googlemaps iframe, .googlemaps-advice {
	position: absolute;
	width: 100%;
	height: 100%
}
.googlemaps-advice {
	background: hsla(0, 0%, 100%, .30);
	border: unset;
	padding: 25px;
	text-align: center
}
.googlemaps-advice h3 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.375rem;
	line-height: 1.13636;
	margin-bottom: 15px
}
@media screen and (max-width:767px) {
	.googlemaps-advice h3 {
		margin-bottom: 5px
	}
}
.googlemaps-advice .googlemaps-advice__inner {
	height: 100%;
	width: 100%;
	position: relative
}
.googlemaps-advice .googlemaps-advice__text {
	height: auto;
	max-height: 50%;
	padding: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffff;
	color: #586162;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
	border: 1px solid #efeff0;
	position: absolute;
	bottom: 0
}
.googlemaps-advice .googlemaps-advice__text p {
	font-size: 1em;
	margin-bottom: 0
}
.googlemaps-advice .googlemaps-advice__text p>a:not(.c-glossary-link) {
	font-style: normal;
	line-height: 1.35294;
	display: inline-block;
	position: relative;
	color: #61177c;
}
@media screen and (max-width:767px) {
	.googlemaps-advice .googlemaps-advice__text {
		height: 40%;
		padding: 5px;
		margin-bottom: 10px
	}
}
.googlemaps-advice .googlemaps-link {
	font-weight: 500;
	font-style: normal;
	font-size: .9375rem;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	padding-left: 15px;
	color: inherit
}
@media screen and (max-width:767px) {
	.googlemaps-advice .googlemaps-link {
		margin: 0 0 5px;
		font-size: .9em
	}
}
.googlemaps-advice .googlemaps-link:hover {
	font-weight: 600;
	color: #586162
}
.googlemaps-advice .googlemaps-trigger {
	cursor: pointer;
	color: #fff;
	font-size: .8em;
	display: inline-block;
	border: 0;
	border-radius: .75em;
	margin: .5em;
	padding: 0;
	text-align: left;
	background: url(../../img/icons/gmaps-icon.svg) no-repeat 50% transparent;
	background-size: cover;
	transition: background-color .3s;
	width: 70px;
	height: 70px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50%;
	position: absolute
}
.googlemaps-advice .video-trigger:hover {
	background: url(../../img/icon/) no-repeat 50% transparent;
	background-size: cover
}
