#mainwrapper {
	margin-top: -2px;
}
.p-t-6 {
    padding-top: 0px;
}
#main {
	max-width: none !important;
    margin: unset;
    padding: unset;
}
#main > .row {
    margin: 0;
}
@media screen and (max-width: 428px) { #mobile-main {
	padding: 0px;
	margin-top: -16px;
	margin-bottom: 0px;
}}

.page {
	max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}

.col-md-8.col-md-push-2 {
	width: 100%;
	left: 0;
	padding: 0;
}

.p-b-14 {
	padding-bottom: 0px;
}
@media screen and (max-width: 428px) { .m-b-10 {
	margin-bottom: 0px;
}}

footer {
	margin-top: 0px !important;
}

.link_blue_underline a {
	color: #0292BE;
	margin-bottom: 1px;
    text-decoration: underline;
}
.link_blue_underline a:hover {
	text-decoration: none;
}

.jbt-subtitle {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 15px;
}
.jbt-subtitle-small {
	font-family: Poppins;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

i {
    display: inline-block;
    font-style: normal;
    position: relative;
    margin-left: 10px;
}
i.arrow {
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid #FFFFFF;
    border-top: 0.1em solid #FFFFFF;
	transform: rotate(45deg);
}

.cover-photo {
	width: 100%;
	height: 30vw;
	/*height: 300px;*/
    min-height: 300px;
	max-height: 500px;
	margin-bottom: 30px;
	background-color: #CCCCCC;
	background-image: url('https://www.jobat.be/extra/allaccess/header_overview_d.png');
	background-size: cover;
	background-position: 50% 50%;
}
@media screen and (max-width: 428px) { .cover-photo {
	background-image: url('https://www.jobat.be/extra/allaccess/header_overview2_m.png');
	height: 200px;
    min-height: 200px;
}}
#cover-photo-overview .cover-photo {
    background-color: #FEC34E;
	background-image: url('https://www.jobat.be/extra/allaccess/header_overview_d.png');
	max-height:none;
}
@media screen and (max-width: 428px) { #cover-photo-overview .cover-photo {
    background-image: url('https://www.jobat.be/extra/allaccess/header_overview2_m.png');
}}

.cover-photo-homepage {
	height: 300px;
	max-height: 300px;
}
@media screen and (max-width: 428px) { .cover-photo-homepage {
	height: 300px;
	max-height: 300px;
}}

.cover-block {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
	align-content: flex-end;
	padding-bottom: 25px;
}
@media screen and (max-width: 428px) { .cover-block {
	padding-bottom: 20px;
}}

.cover-block-caption {
	flex: 1 0 200px;
	flex-grow: 5;
	font-family: Poppins;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	/*text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);*/
	color: #2F3435;
}
@media screen and (max-width: 428px) { .cover-block-caption {
	font-size: calc( 18px + 2vw );}
}

.cover-block-caption-episode {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
	color: #FFFFFF;
}

.cover-block-logo {	flex: 1 0 200px;
	text-align: right;
	align-self: end;
}
@media screen and (max-width: 428px) { .cover-block-logo {
	flex: 1 0 120px;
}}

.page-introduction {
	margin-bottom: 30px;
	line-height: 2.8rem !important;
    font-size: 1.8rem;
}
.page-introduction a {
	color: #0292BE;
	margin-bottom: 1px;
    text-decoration: underline;
}

.podcast {
	border: 1px solid #0292BE;
	border-radius: 8px;
	padding: 20px;
}

.channels-caption {
	font-family: Poppins;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	margin-top: 20px;
}
.channels-block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
}
.channels-item {
	flex: 1 0 200px;
	font-size: 1.6rem;
}
@media screen and (max-width: 428px) { .channels-item {
	text-align: center;
}}
.channels-item-caption {
	font-family: Roboto;
	font-size: 14px;
	margin-top: 5px;
	color: #0292BE;
}

.channels-item-listen {
	margin-right: 10px;
}
@media screen and (max-width: 428px) { .channels-item-listen {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}}

.channels-item-logos {
	text-align: right;
}
@media screen and (max-width: 428px) { .channels-item-logos {
	text-align: center;
}}

.channels-item-logo {
	margin-left: 10px;
}

.tools-block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
}
.tools-block-item {
	flex: 1 0 420px;
	max-width: 420px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
/*.tools-block-item:first-of-type {
	padding-left: 0px;
}
.tools-block-item:last-of-type {
	padding-right: 0px;
}*/
@media screen and (max-width: 428px) { .tools-block-item {
	flex: 1 0 335px;
    max-width: 335px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 15px;
}}

.tools-cover {
	height: 180px;
	border-radius: 8px;
	background-color: #CCCCCC;
	background-size: cover;
	background-position: 50% 50%;
	color: #FFFFFF;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
	font-family: Poppins;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: left;
}
.tools-cover-jobs {
	border: 1px solid #0292BE;
}
.tools-content {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	padding: 15px;
	border-radius: 8px;
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}
.tools-content:hover {
	background-color: rgba(0,0,0,0.15);
	transition: background-color .2s ease-in-out;
}
.tools-content-jobs {
    background-color: #FFFFFF;
	text-shadow: none;
}
.tools-content-jobs:hover {
    background-color: #FFFFFF;
}
.tools-content-button {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 10px;
	background-color: #b98120;
	color: #FFFFFF;
	min-height: 42px;
	border-radius: 20px;
	padding: 8px 20px 7px 20px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	text-shadow: none;
}
.tools-content a {color:#FFFFFF;}
.tools-content-jobs a {color:#000000;}

.snippets-container {
   /* display: inline-block;*/
	display: inherit;
	border: 1px solid #D5D6D6;
	border-radius: 8px;
}
@media screen and (max-width: 428px) { .snippets-container {
	
}}
.podcast-snippets {
	
}
.podcast-full {
	background-color: #F8FBFD;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.snippets-content {
	padding: 20px;
}
@media screen and (max-width: 428px) { .snippets-content {
	padding: 22px 22px;
}}
.snippets-content > .jbt-subtitle {
	margin-top: 10px;
}
.snippets-list {
	display: flex;
	width: 100%;
	max-height: 300px;
	margin-bottom: 15px;
	overflow-x: scroll;
}
.snippets-list-item {
	flex: 1 0 400px;
	padding: 10px;
}
@media screen and (max-width: 428px) {.snippets-list-item {
	flex: 1 0 250px;
}
}

.video-youtube {
	height: 210px;
}
.video-youtube-full {
	height: 450px;
}

@media screen and (max-width: 428px) { .video-youtube {
	height: 134px;
}}

@media screen and (max-width: 428px) { .video-youtube-full {
	height: 180px;
}}

.card-caption {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	margin-top: 5px;
}

.recommended-container {
	width: 100%;
	min-height: 500px;
    margin-top: 60px;
	background-color: #DAECF3;
	/*background-repeat: round;*/
	background-repeat:no-repeat;
	background-size: cover;
    background-image: url('https://www.jobat.be/extra/allaccess/background_jobat_d_podcast.png');
}
@media screen and (max-width: 428px) { .recommended-container {
	background-image: url('https://www.jobat.be/extra/allaccess/background_jobat_m_podcast.png');
}}

.recommended-block {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
    max-width: 880px;
    margin: 0 auto;
	align-content: end;
	padding-bottom: 25px;
}
@media screen and (max-width: 428px) { .recommended-block {
	
}}
.recommended-item {
	flex: 1 0 200px;
	max-width: 264px;
	height: 320px;
	margin-right: 15px;
	margin-bottom: 40px;
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
	transition: all .2s ease-in-out;
}
@media screen and (max-width: 428px) { .recommended-item {
	max-width: 100%;
    margin-right: 0px;
}}
.recommended-item:hover {
	transform: scale(1.02);
}
.recommended-item-top {
	height: 183px;
	background-color: #CCCCCC;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 8px;
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.recommended-item-bottom {
	position: relative;
	min-height: 150px;
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 8px;
	border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	font-family: Poppins;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
}
.recommended-item-bottom-button {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 10px;
	background-color: #0292BE;
	color: #FFFFFF;
	min-height: 42px;
	border-radius: 20px;
	padding: 11px 20px 7px 20px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
}

#recommended-container-overview .recommended-item {
    flex: 1 0 350px;
    max-width: 400px;
    margin-bottom: 40px;
}

.ArticleDetails-boxWidget {
	margin-bottom: 40px;
}