.white-container {
	background-color: white;
}
main {
  padding: 0 !important;
}
.m-editorial-teaser-image > figure > picture:before {
background: -webkit-linear-gradient(left,#FFF 0,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,#FFF 0,rgba(255,255,255,0) 100%);
}
.o-editorial-module {
  padding-bottom: 0 !important;
}
.hide {
	display: none;
}
.regular-position {
	position: relative !important;
}
.big-cta .btn-cta-hilti {
	min-height: 40px;
    background-color: #D2051E;
    color: white;
    margin-top: 10px;
}
.m-editorial-teaser-image {
	height: 100%;
}
.m-editorial-teaser-image figure {
    height: 100% !important;
    width: 100% !important;
}
.no-pad {
    padding: 0;
}
.top-15 {
	margin-top: 15px;
} 
.right-arrow {
    height: 75px;
}
.m-breadcrumbs .container-fluid {
	background-color: transparent !important;
}
.m-breadcrumbs-col {
	padding-left: 0 !important;
	left: 0 !important;
}
.hero-teaser-content-holder {
	position: relative;
}
.play-btn-holder {
position: absolute;
    height: 155px;
    width: 165px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}
.o-editorial-section {
	padding: 0 !important;
	margin: 0 !important;
}

/* Content Sections */
.page-content-regular {
	padding: 0 2em !important;
}
.page-content-full-width {
	padding-left: 0;
	width: 100%:
}

/* NEXT/PREV BUTTON  */
.banner-nav {
    position: absolute;
    z-index: 9;
    width: 80px;
    height: 40px;
    background: #D2081E;
    border: 1px solid #D2081E;
    overflow: hidden;
    cursor: pointer;
    }
.banner-nav .banner-nav-wrap {
    position: relative;
    z-index: 2;
}
.banner-nav .banner-nav-wrap:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(https://careers.us.hilti.com/sites/all/themes/hilti/images/sprites/sprite-defs.svg) no-repeat scroll -128px 0;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 9;
    -moz-transform: scale(0.6) rotate(180deg);
    -ms-transform: scale(0.6) rotate(180deg);
    -webkit-transform: scale(0.6) rotate(180deg);
    transform: scale(0.6) rotate(180deg);
}
.banner-nav .banner-nav-wrap:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(https://careers.us.hilti.com/sites/all/themes/hilti/images/sprites/sprite-defs.svg) no-repeat scroll -160px 0;
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 9;
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
.banner-nav .prev {
    width: 50px;
    height: 40px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 5;
    transform: skew(-30deg) translate(-10px,0px);
    -webkit-transform: skew(-30deg) translate(-10px,0px);
    -moz-transform: skew(-30deg) translate(-10px,0px);
    -o-transform: skew(-30deg) translate(-10px,0px);
}
.banner-nav .next {
    width: 50px;
    height: 40px;
    background: #D2081E;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 5;
    transform: skew(-30deg) translate(-10px,0px);
    -webkit-transform: skew(-30deg) translate(-10px,0px);
    -moz-transform: skew(-30deg) translate(-10px,0px);
    -o-transform: skew(-30deg) translate(-10px,0px);
}
.banner-nav span.next,.banner-nav  span.prev {
    z-index: 99;
    background: transparent;
}
/* Mobile navigation */
.mobile-nav-holder {
    display: none;
    margin-bottom: 45px;
}
.mobile-nav-list li {
    background-color: #4B4B4B;
    color: white;
    padding: 13px 10px;
}
.mobile-nav-list {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.reg-nav {
	padding-left: 25px !important;
	display: none;
}
.nav-chevron {
	float: right;
    margin-right: 10px;
    font-size: 18px;
}
.fa-chevron-down {
	color: white;
}
.flip-chevron {
	transform: rotate(180deg);
    margin-top: 4px;
}
.rotate-chevron {
	transform: rotate(180deg);
    margin-top: 4px;
}
.main-mobile-nav {
	font-family: "Hilti Bold", Arial, Verdana, sans-serif; 
}
.selected-nav {
	font-family: "Hilti Bold", Arial, Verdana, sans-serif;
}
.perfect-bg {
	background-size: cover !important;
    background-repeat: no-repeat !important;
}
.med-bg {
	height: 430px;
}
.small-bg {
	height: 200px;
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    .btn-cta-hilti {
        max-width: 310px;
        padding: 3px 10px !important;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .btn-cta-hilti {
        width: 310px;
    }
}

/* Hilti Colors */
.hilti-red {
	color: #D2051E;
}
.hilti-steel-40 {
	color: #BAB9BA;
}
.hilti-steel-100 {
	color: #524F53
}
.half-width {
	width: 50%;
}
.padded-section {
	padding: 40px 0px;
}

.container-light-1 {
	background-color: #F7F5F2;
}
.container-dark-1 {
	background-color: #D7CEBD;
}
.container-darker-1 {
	background-color: #A0998B;
}

.black-bold {
	font-family: "Hilti Bold", Arial, Verdana, sans-serif;
	color: black;
	text-transform: none;
}
.margin-50 {
	margin-top: 50px;	
}

.small-arrow {
	height: 12px;
}
.m-editorial-teaser-content span {
	display: inline-block;
}
.relative {
	postion: relative;
}
.white-bg {
	background-color: white;
}
@media screen and (max-width: 1280px) {
	.hero-title {
	padding-top: 0 !important;
	}
	.half-width {
		width: 100%;
	}
}
@media screen and (max-width: 769px) {
    .find-bg-abs {
        display: none;
    }
	.flip-card-complete-holder {
		margin-top: 0 !important;
	}
	.vertical.flip-container {
		margin-bottom: 10px;
	}
	.flip-card-complete-holder .slider-reg-holder {
		margin-top: 0px !important;
	}
	.hero-sub-title {
		color: rgb(103, 26, 61);
	}
	.center-mobile {
		text-align: center;
	}
	.hide-mobile {
		display: none;
	}
	.breadcrumb-holder {
		display:none;
	}
	.mobile-white {
		background-color: white !important;
	}
	.page-content-regular {
		padding: 0 !important;
	}
	.hero-title {
		margin-top: 10px !important;
	}
	.white-bg {
		background-color: transparent !important;
	}
	.find-section-left {
		display: none;
	}
	.right-arrow {
		height: 35px;
		margin-top: 10px;
	}
	.big-btn-holder {
		background-color: #edeae8;
	}
	.big-btn-bg {
		min-height: 10px !important;
		margin-bottom: 0;
    }
    .big-btn-row {
        padding-top: 0 !important;
    }
	.section_footer {
		min-height: 0 !important;
	}
    .full-width-btn .btn-cta-hilti {
        width: 100% !important;
        min-width: 100% !important;
    }
    .padded-mobile {
        padding: 30px 0px;
    }
    .mob-100 {
        width: 100%;
    }
}
@media screen and (min-width: 769px) {
	.hide-desktop {
		display: none !important;
	}
}
@media all and (-ms-high-contrast:none)
 {
 	.hero-img-cont {
 		left: 42%;
 	}
 }
 
 .big-btn-bg {
    min-height: 300px;
    background-color: #F7F5F1;
    position: relative;
}
.big-btn-half {
    -webkit-clip-path: polygon(0 0,-16% 100%,0 500%,48% -12%) !important;
    background-color: #EBE6DE;
    height: 300px !important;
}
.big-btn-row {
    padding-top: 75px;
}
.big-btn-row .col-md-6 {
	z-index: 999;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    height: 85%;
    position: relative;
}

/* The Close Button */
.close-x {
    float: right;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    right: -35px;
    top: 10px;
    color: white;
}

.close-x:hover,
.close-x:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.cic-yt-iframe {
	height: 100%;
	width: 100%;
}

.white-divider::after {
    content: '';
    display: block;
    top: 0;
    left: 49px;
    width: 46%;
    height: 100%;
    opacity: 1;
    background: #FFF;
    -webkit-transform: skewX(-34deg);
    transform: skewX(-34deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
} 

@media screen and (max-width: 1000px){
    .white-divider::after {
        transform: skewX(-18deg);
        -webkit-transform: skewX(-18deg);
    }
}

@media screen and (max-width: 1300px){
    body .m-editorial-teaser .white-divider::after {
        -webkit-transform: skewX(-23deg);
        transform: skewX(-23deg);
    }
}

@media screen and (max-width: 1023px) {
    .m-editorial-teaser .white-divider::after {
        display: none;
    }
}

.m-editorial-teaser .white-divider::after {
    width: 30%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background: linear-gradient(61deg, rgb(255,255,255) 50%, rgba(255,255,255,0.7)) !important;
}

.above {
    z-index: 9;
}
.big-btn-title {
    padding-left: 16px !important;
    text-align: left;
} 

.full-find-holder {
    height:300px;
    width: 100%;
}
.find-left {
    background-color: red;
    height: 100%;
    width: 40%;
    display: inline-block;
}
.find-right {
    background-color: blue;
    height: 100%;
    width: 60%;
    display: inline-block;
}
.big-btn-bg .find-bg-abs {
    z-index: 1;
}
.big-btn-bg .find-sec-right, .big-btn-bg .find-sec-left {
    height: 300px;
}
.find-sec-right {
    text-align: left !important;
}
.big-btn-bg .find-sec-left {
    background-color: #EBE6DE;
}
.big-btn-bg .white-sec-tri {
    border-width: 300px 170px 0 0;
    border-color: #EBE6DE transparent transparent transparent;
}
.col-md-6.no-pad.white-bg {
    z-index: 5 !important;
}
.find-section-sub {
    color: #671A3D !important;
    padding-bottom: 1.25rem !important;
}
.find-section-list a {
    font-family: "Hilti Bold", sans-serif;
}
.m-editorial-teaser.m-editorial-teaser--light.m-editorial-teaser--horizontal.m-editorial-teaser--standalone:hover {
    color: rgb(103, 26, 61) !important;
}
.m-editorial-teaser {
    padding: 0 !important;
}
.hero-image-cont {
    padding: 0 !important;
}
@media screen and (max-width: 1100px) {
    /* .hero-image-cont.white-divider::after {
        display: none;
    } */
    .m-editorial-teaser-content {
        height: 100%;
    }
    .hero-text-holder {
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    .m-editorial-teaser-content {
        height: initial;
    }
}

.m-editorial-teaser-image figure picture div {
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .hero-text-holder {
		top: 0 !important; 
	}
}
@media screen and (max-width: 968px) {
    .play-btn-holder {
		display: none;
    }
}
@media screen and (max-width: 880px) {
    .hero-sub-nav {
		display: none !important;
    }
    .mobile-nav-holder {
		display: block !important;
	}
}
.is-nav-background.is-overlap>:before {
    z-index: 999 !important;
}
 @media screen and (min-width: 769px) {
	.parallax-initial-transform {
		transform: translate3d(0px, 188px, 0px);
	}
} 

.col-xs-12.col-md-10.col-md-push-1 {width: 100% !important; left: 0 !Important;}
