/** global **/

div#main-wrapper {
	background: #000;
	display: block;
}

.page-banner {
	margin-bottom: 0;
}

.page-title .titlewrapper {
	display: none;
}

.page-banner canvas {
	min-height: 400px;
}

/** global **/

.section-main-wrapper {
	position: relative;
	display: block;
	z-index: 1;
}

.section-main-wrapper:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: -25%;
	width: 88%;
	height: 100%;
	background-image: url(../../images/homepage/about-text-logo-overlay.png);
	background-size: contain;
	background-position: top -10px center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .65;
	display: none;
}

.page-banner:after {
	opacity: .7;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 50%);
}
.bd-backlink {
	position: absolute;
	top: 70%;
    left: 20px;
	transform: rotate(-90deg);
    transform-origin: 0;
    z-index: 1;
}
	.bd-backlink a {
		display: block;
		font-family: "Roboto", sans-serif;
		font-size: 20px;
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		width: 238px;
    	padding: 10px 0;
		background-color: rgba(0, 0, 0, .8);
		transition: all .4s ease-in-out;
	}
	.bd-backlink a:hover {
		color: #cbaa45;
	}

.bd-section {
	font-size: 0;
	position: relative;
}

.bd-heading-inner-wrapper {
	position: relative;
	max-width: 1370px;
	margin: 84px auto 0;
	padding: 0 15px;
}
	.bd-heading-col {
		display: inline-block;
		vertical-align: top;
	}
	.bd-heading-col.col-left {
		position: relative;
		width: 52.38%;
		padding-right: 10px;
		min-height: 407px;
	}
	.bd-heading-col.col-left::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 57px;
		width: 100vw;
		height: 3px;
		background-color: #cbaa45;
		pointer-events: none;
	}
		.bd-heading {
			font-family: "Barlow", sans-serif;
			font-size: 18px;
			font-weight: 400;
			color: #999;
			text-transform: uppercase;
			line-height: 1;
			max-width: 780px;
			margin: 0 auto 34px;
		}
		.bd-heading div {
			position: relative;
			font-family: "Raleway", sans-serif;
			font-size: 60px;
			font-weight: 700;
			color: #fff;
			margin-top: 18px;
			padding-left: 25px;
		}
		.bd-heading div::before {
			content: "";
			position: absolute;
			top: -2px;
			left: 0;
			width: 3px;
			height: 73px;
			background-color: #cbaa45;
			pointer-events: none;
		}
	.bd-heading-col.col-right {
		width: 47.61%;
	}
		.bd-heading-featured-image {
			margin-top: 9px;
		}
			.bd-heading-featured-image canvas {
				display: block;
				width: 100%;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
			}
	.bd-content-inner-wrapper {
		position: relative;
		max-width: 1370px;
		margin: 77px auto 0;
		padding: 0 15px;
	}
		.bd-content-col {
			display: inline-block;
			vertical-align: top;
		}
		.bd-content-col.col-left {
			width: 71.41%;
		}
			.bd-content-text {
				position: relative;
				padding-right: 50px;
				padding-bottom: 26px;
			}
			.bd-content-text::after {
				content: "";
				position: absolute;
				top: 0;
				right: 0;
				width: 1px;
				height: 94%;
				background-color: rgba(255, 255, 255, .1);
				pointer-events: none;
			}
			.bd-content-text ul {
				list-style: disc;
				margin-left: 30px;
			}
				.bd-content-text h3 {
					font-size: 23px;
					font-weight: 700;
					line-height: 1.6;
					margin-bottom: 27px;
				}
				.bd-content-text ol {
					margin-left: 20px;
					list-style: decimal;
				}
				.bd-content-text p,
				.bd-content-text li {
					font-family: "Barlow", sans-serif;
					font-size: 17px;
					font-weight: 400;
					color: #fff;
					line-height: 1.6;
					margin-bottom: 27px;
				}
				.bd-content-text p.source {
					color: #d2ad41;
					text-transform: uppercase;
				}
		.bd-content-col.col-right {
			width: 28.58%;
		}
			.bd-content-recent-post {
				max-width: 318px;
				margin-left: auto;
				padding: 4px 0 0;
			}
				.bd-content-recent-post-heading {
					font-family: "Raleway", sans-serif;
					font-size: 25px;
					font-weight: 700;
					color: #fff;
					text-transform: uppercase;
				}
				.bd-content-recent-post-list {
					margin-top: 37px;
				}
					.bd-content-recent-post-item {
						padding-bottom: 29px;
						border-bottom: 1px solid #d2ad41;
						margin-bottom: 30px;
					}
					.bd-content-recent-post-item:last-child {
						border: none;
					}
						.bd-content-recent-post-item a {
							display: block;
						}
							.bd-content-recent-post-item-col {
								display: inline-block;
								vertical-align: middle;
							}
							.bd-content-recent-post-item-col.col-left {
								width: 34.59%;
							}
								.bd-content-recent-post-item-image {

								}
									.bd-content-recent-post-item-image canvas {
										display: block;
										width: 100%;
										background-size: cover;
										background-position: center;
										background-repeat: no-repeat;
										filter: grayscale(1);
										transition: all .4s ease-in-out;
									}
									.bd-content-recent-post-item a:hover canvas {
										filter: none;
									}
							.bd-content-recent-post-item-col.col-right {
								width: 65.40%;
							}
								.bd-content-recent-post-item-title {
									font-family: "Raleway", sans-serif;
									font-size: 15px;
									font-weight: 600;
									color: #fff;
									text-transform: uppercase;
									line-height: 1;
									padding-left: 18px;
								}
.bd-content-share-wrapper {
	padding: 59px 0;
	background-color: #fff;
}
.bd-content-share-wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 53.5vw;
	height: 4px;
	background-color: #d2ad41;
	pointer-events: none;
}
	.bd-content-share-inner-wrapper {
		position: relative;
		max-width: 1370px;
		margin: 0 auto;
		padding: 0 15px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		align-items: center;
	}
		.bd-content-share-text {
			font-family: "Barlow", sans-serif;
			font-size: 18px;
			font-weight: 400;
			color: #000;
			text-transform: uppercase;
			margin-right: 35px;
		}
		.bd-content-share-links {
			
		}
			.bd-content-share-links ul {

			}
				.bd-content-share-links ul li {
					display: inline-block;
					vertical-align: top;
					margin-right: 30px;
				}
					.bd-content-share-links ul li a {
						display: block;
					}
						.bd-content-share-links ul li a span {
							font-size: 26px;
							color: #d2ad41;
							transition: all .4s ease-in-out;
						}
						.bd-content-share-links ul li a span.ai-font-envelope-o {
							font-size: 22px;
						}
						.bd-content-share-links ul li a:hover span {
							color: #000;
						}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1299px) {
	.bd-heading div {
		font-size: 52px;
	}
}

@media only screen and (max-width: 1199px) {
	.bd-heading div {
		font-size: 42px;
	}
	.bd-heading div::before {
		height: 52px;
	}
	.bd-heading-col.col-left {
		min-height: 300px;
	}
	.bd-content-recent-post {
		padding: 4px 0px 0 15px;
	}
}

@media only screen and (max-width: 991px) {
	.breadcrumbs-container {
		background: #0e0e0e;
	}
	.bd-heading-col {
		display: block;
		width: 100% !important;
		min-height: auto !important;
		padding: 0 !important;
	}
	.bd-heading-inner-wrapper {
		margin: 35px auto 0;
	}
	.bd-heading-col.col-left::after,
	.bd-content-text::after,
	.bd-content-share-wrapper::after {
		display: none;
	}
	.bd-heading-featured-image {
		max-width: 560px;
		margin: 0 auto;
	}
	.bd-content-inner-wrapper {
		margin: 40px auto 0;
	}
	.bd-content-col {
		display: block;
		width: 100% !important;
	}
	.bd-content-text {
		padding-right: 0;
	}
	.bd-content-recent-post {
		margin-right: auto;
		padding: 0;
	}
	.bd-content-recent-post-heading {
		text-align: center;
	}
	.bd-content-share-inner-wrapper {
		display: block;
		text-align: center;
	}
	.bd-content-share-text {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.bd-content-share-links ul li {
		margin: 0 15px;
	}
	.breadcrumbs-container .yoast-breadcrumbs {
		padding: 0 5px 5px;
		line-height: 1;
	}
}

@media only screen and (max-width: 767px) {
	.bd-backlink {
		top: 59%;
		left: 16px;
	}
	.bd-backlink a {
		width: 130px;
    	font-size: 12px;
	}
	.bd-heading div {
		font-size: 28px;
	}
	.breadcrumbs-container .yoast-breadcrumbs * {
		font-size: 10px !important;
	}
}

@media only screen and (max-width: 480px) {
	.bd-heading div {
		font-size: 24px;
	}
}