/* Embeds response */
.table-wrapper {
	max-width: 100%;
	overflow-x: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.general-expert--title a {
	text-decoration: underline;
}

.mobile-banner {
	display: block;
	font-size: 0;
}
.mobile-banner img {
	width: 100%;
}

#cookie-notice .cookie-notice-container {
	display: flex;
	flex-direction: column;
}
#cookie-notice .cn-close-icon {
	right: 10px;
	top: 24px
}
#cookie-notice .cn-button {
	min-width: 120px;
}

/* Recommended post shortcode */
.recommended_post {
	padding: 40px 30px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 22px;
	background-attachment: fixed;
	margin-bottom: 15px;
}
.recommended_post:before {
	content: '';
	background: #f5f5f5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.recommended_post:after {
	content: '';
	border: 1px solid #e2e4e8;;
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	z-index: -1;
}
.recommended_post-header {
	margin-bottom: 20px;
}

.recommended_post-header span {
	display: inline-block;
	font-weight: 600;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #be40c0;
	margin: 3px 10px 0 0;
	float: left;
}
.recommended_post-header a {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}
.recommended_post-header a:hover{
	text-decoration: underline;
}

.recommended_post-content p {
	margin-bottom: 0 !important;
}
/* End recommended post shortcode */


@media (min-width: 768px) {
	.mobile-banner {
		display: none;
	}
}

@media (min-width: 1000px ) {
	#cookie-notice .cookie-notice-container {
		flex-direction: row;
		align-items: center;
	}
	#cookie-notice .cn-text-container {
		margin-bottom: 0;
	}
	#cookie-notice .cn-button {
		min-width: auto;
	}
	#cookie-notice .cn-close-icon {
		right: 15px;
		top: 50%;
	}
}