.module--hero {
	overflow: hidden;
}
.module--hero__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.module__footer-text {
	font-family: 'ThemeFont-Secondary', sans-serif;
	font-size: 15px;
}
.module__footer-icon {
	width: 10px;
	height: 10px;
	margin-left: 35px;
}


.module--hero__text-shim {
	padding-bottom: 120px;
}
.module--hero__heading {
    font-family: 'ThemeFont-Tertiary', sans-serif;
    font-size: 46px;
    position: relative;
}
.module--hero__heading,
.module--hero__heading-large,
.module--hero__subheading-large,
.module--hero__description-large,
.module--hero__subheading {
	max-width: 705px;
}
.module--hero__heading-large {
    font-family: 'ThemeFont-Tertiary', sans-serif;
    font-size: 112px;
    position: relative;
}

.module--hero__subheading {
	font-size: 26px;
}

.module--hero__subheading-large {
    font-family: 'ThemeFont-Tertiary', sans-serif;
    font-size: 42px;
    position: relative;
}

.module--hero__description-large {
    font-family: 'ThemeFont-Primary', sans-serif;
    font-size: 24px;
    position: relative;
}

.module--hero__text-dropshadow {
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.85);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.hero-title__icon {
	height: 34px;
    width: 34px;
    display: block;
   	top: -47px;
   	left: 5px;
    position: absolute;    
}

.module--hero__heading--left .hero-title__icon {
	left: 5px;
}
.module--hero__heading--center .hero-title__icon {
	left: 50%;
	margin-left: -17px;
}
.module--hero__heading--right .hero-title__icon {
	right: 5px;
	left: auto;
}
	
.hero-title__image-icon {
    display: block;
   	top: -50px;
   	left: 5px;
    position: absolute; 
    max-height: 50px;   
}

.module--hero__heading--left .hero-title__image-icon {
	left: 5px;
}
.module--hero__heading--center .hero-title__image-icon {
	left: 50%;
	-webkit-transform: 	translateX(-50%);
	-moz-transform: 	translateX(-50%);
	-ms-transform: 		translateX(-50%);
	-o-transform: 		translateX(-50%);
	transform: 			translateX(-50%);
}
.module--hero__heading--right .hero-title__image-icon {
	right: 5px;
	left: auto;
}


.module--hero__heading--left {
	text-align: left;
}
.module--hero__heading--center {
	text-align: center;
	margin: 0 auto;
}
.module--hero__heading--right {
	text-align: right;
	margin: 0 0 0 auto;
}

.module--hero__subheading--left {
	text-align: left;
}
.module--hero__subheading--center {
	text-align: center;
	margin: 0 auto;
}
.module--hero__subheading--right {
	text-align: right;
	margin: 0 0 0 auto;
}

.module--hero__heading + .module--hero__subheading {
	margin-top: 40px;
}



@media (max-width: 991px) {

	.module--hero {
		min-height: 200px;
	}

	.module__prop,
	.module__prop--medium,
	.module__prop--small /* TODO: Fix HTML for this. Don't know why modifiers have been used without non-modified class! [DJB - 20170105]*/ {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-bottom: 0;
	}
	.module--hero__image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.module--hero__image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		min-width: 100%;
	}
	.module--hero__text,
	.module--hero__text.vertical--middle {
		padding: 50px 0;
		position: relative;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		top: 0;
	}
	.module__footer--absolute {
		position: relative;
	}

	.hero-title__icon {
		position: relative;
		top: 0;
		margin-bottom: 5px;
	}
	.hero-title__image-icon {
		position: relative;
		top: 0;
	}

}

/* RTL */
[dir="rtl"] .module--hero__heading--left,
[dir="rtl"] .module--hero__subheading--left {
	text-align: right;
}
[dir="rtl"] .module--hero__heading--right,
[dir="rtl"] .module--hero__subheading--right {
	text-align: left;
	margin: 0 auto 0 0;
}
[dir="rtl"] .module--hero__heading--left .hero-title__icon {
	left: auto;
	right: 5px;
}
[dir="rtl"] .module__footer-icon {
	margin-top: 4px;
	float: right;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
[dir="rtl"] .module__footer-text {
	display: inline-block;
}