.navbar-link--search{
	display: none;
}
.clear40{
	clear: both;
	width: 100%;
	height: 40px;
}
.profiles-hero .page-section__heading__title{
	color: #fff;
	font-size: 38px;
}

.profiles-hero .page-section__heading__title.subtitle{
	font-size: 33px;
}

.profiles-hero .page-section__heading__title.subtitle a{
	text-decoration: underline;
	text-shadow: 0px 0px 4px #333;
	white-space: nowrap;
}

.profiles-hero_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(7,8,8);
	background: -moz-linear-gradient(0deg, rgba(7,8,8,0.4) 0%, rgba(1,1,1,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(7,8,8,0.4) 0%, rgba(1,1,1,0) 100%);
	background: linear-gradient(0deg, rgba(7,8,8,0.4) 0%, rgba(1,1,1,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070808",endColorstr="#010101",GradientType=1);
	z-index: -1;
}
.profiles-hero{
	background-repeat: no-repeat;
	background-image: url('/images/domain/1920x304/header_desktop.jpg');
	background-attachment: scroll;
	background-position: center top;
	background-size: cover;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.profiles-hero_container{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30vh;
	max-height: 304px;
	height: 304px;
}

.profiles-hero_column{
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
}

.profiles-hero_column:first-child > div{
	padding-left: 15%;
	padding-top: 0;
	padding-right: 0;
}

.profiles-hero_column:last-child > div{
	text-align: right;
	padding-right: 10%;
	padding-top: 0;
}

@media (max-width: 1024px) {
	
	header.header.header--home{
		border-bottom: none;
	}
	.hero,.navbar-inverse{
		background: rgba(0,0,0,0.3);
	}
	.profiles-hero {
		background-image: url('/images/domain/414x671/header_mobile.jpg');
		background-position: center top;
    	margin-top: -60px;
	}
	.profiles-hero_container{
		display: block;
		min-height: 75vh;
	}
	.profiles-hero_column{
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1;
	}
	
	.profiles-hero_column:first-child {
		position: absolute;
		width: 100%;
		bottom: 100px;
		padding-right: 5%;
	}

	.profiles-hero_column:last-child{
		position: absolute;
		width: 100%;
		bottom: 30px;
	}
	.profiles-hero_column:last-child > div{
		text-align: center;
	}
	
	.profiles-hero .page-section__heading__title{
		font-size: 34px;
	}
	.profiles-hero .page-section__heading__title.subtitle{
		font-size: 34px;
	}
	
}




@media (max-width: 768px) {
	.profiles-hero {
    	margin-top: -60px;
	}
	.profiles-hero_container{
		min-height: 75vh;
	}

	.profiles-hero_column:first-child > div {
		padding-left: 7%;
		padding-right: 7%;
	}

}

@media (max-width: 600px) {
	
	.profiles-hero{
		margin-top: -40px;
	}

	.profiles-hero .page-section__heading__title{
		text-align: left;
	}
	.profiles-hero .page-section__heading__title.subtitle{
		font-size: 25px;
	}
}

@media only screen  and (max-device-width : 1024px) and (orientation : landscape) { 
	.profiles-hero {
		background-position: center 20%;
	}
	.profiles-hero_container{
		display: block;
		min-height: 30vh;
		max-height: 304px;
		height: 304px;
	}
	.profiles-hero_column{
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1;
	}
	
	.profiles-hero_column:first-child > div {
		padding-top: 10vh;
		text-align: left;
		text-align: center;
	}
	.profiles-hero_column:last-child > div {
		padding-top: 40px;
		text-align: center;
		padding-right: 0;
	}

	.profiles-hero .page-section__heading__title{
		font-size: 38px;
	}
	.profiles-hero .page-section__heading__title.subtitle{
		font-size: 33px;
	}

}

@media only screen  and (max-device-width : 999px) and (orientation : landscape) { 
	.profiles-hero .page-section__heading__title{
		text-align: center;
	}
	
}

@media only screen  and (orientation : landscape) { 
	.profiles-hero{
		background-image: url('/images/domain/1920x304/header_desktop.jpg');
	}
}
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	.profiles-hero {
    	margin-top: -60px;
	}
	.hero,.navbar-inverse{
		background: rgba(0,0,0,0.3);
	}
	.profiles-hero_container{
		display: block;
	}
	.profiles-hero_column{
		display: block;
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 1;
	}
	.profiles-hero_column:first-child > div {
		padding-top: 15vh;
	}
	.profiles-hero_column:last-child > div {
		text-align: center;
		padding-right: 0;
		padding-top: 3vh;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
	
	.profiles-hero {
    	margin-top: -60px;
	}

	.hero,.navbar-inverse{
		background: rgba(0,0,0,0.3);
	}
	.profiles-hero_column:first-child > div {
		padding-top: 70vh;
	}
	
} */