html {
	box-sizing: border-box
}

*, :after, :before {
	box-sizing: inherit
}

.fill__gradient--bright-gray {
	background-image: linear-gradient(180deg, #e5e5e5, #fff)
}

.hat, .hat-can-focus {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.hat-can-focus:focus {
	position: relative;
	clip: auto;
	width: auto;
	height: auto;
	overflow: auto
}

@
keyframes a { 0%,20%,50%,80%,
	to {transform: translateY(0)
}

40%{
transform
:translateY(-30px)
}
60%{
transform
:translateY(-15px)
}
}
.animate--bounce {
	animation: a 2s infinite
}

body {
	color: inherit;
	background-color: #fff;
	line-height: 1.2;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.homepage__video {
	display: none
}

.homepage__video iframe .player .video-wrapper {
	background: transparent !important
}

.homepage__video-thumbnail {
	position: relative;
	text-align: center
}

.homepage__video-thumbnail:before {
	background: url(images/icon-play_outline_white.svg) no-repeat;
	content: "";
	height: 75px;
	max-height: 100px;
	max-width: 100px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	z-index: 1
}

.homepage__video-thumbnail img {
	height: auto;
	max-width: 100%;
	margin: 0 auto
}

.homepage__video-modal {
	width: 100%;
	min-height: 330px
}

.homepage__cards .card-list__list {
	padding: 0
}

.homepage__cards .card__title {
	color: #fff;
	font-size: 2em;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center
}

.homepage__cards .card--box .card__front-content {
	height: 100%;
	position: relative
}

.homepage__cards .card--box .card__back-content p {
	font-size: 1.5em
}

.homepage__cards .card--box:before {
	background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0,
		hsla(0, 0%, 49%, .1) 75%, rgba(0, 0, 0, .63))
}

.homepage__cards .list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #fff;
	text-align: center;
	margin-top: 5px;
	padding-top: 25px;
	width: 90%
}

.homepage__cards .card--mobile {
	display: block;
	background-position: 50%;
	min-height: 200px
}

.homepage__cards .card--desktop {
	display: none
}

.homepage__cards .card--desktop, .homepage__cards .card--mobile {
	margin: 0
}

.homepage__cards .card--desktop:first-of-type, .homepage__cards .card--mobile:first-of-type
	{
	margin-bottom: 1.75em
}

.homepage__featured-products {
	max-width: 100%;
	overflow: hidden;
	position: relative
}

.homepage__featured-products .page-title {
	margin-bottom: 1em
}

.homepage__featured-products .product-tile {
	width: 100%
}

.homepage__featured-products .product-tile__shim {
	height: 30px
}

.homepage__featured-products .product-tile__name {
	max-width: none;
	width: 100%
}

.homepage__featured-products .product-tile__image {
	margin-bottom: 0
}

.homepage__featured-products .product-tile__new {
	color: #0090d7
}

.homepage__featured-products .product-tile .corner-ribbon:before {
	background: #0090d7;
	color: #fff;
	content: "NEW";
	width: 145px;
	top: auto;
	left: auto;
	bottom: 2px;
	right: -54px;
	transform: rotate(-40deg)
}

.homepage__featured-products .featured-products-slider {
	visibility: hidden
}

.homepage__featured-products .featured-products-slider.slick-initialized
	{
	visibility: visible
}

.homepage__featured-products .slick-initialized .slick-slide {
	margin: 0 2em
}

.homepage__featured-products--with-slider .section-heading--3 {
	font-size: 1.5em;
	margin: 0 0 5px
}

.homepage__featured-products .featured-products-slider {
	padding: 0 30px;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1300px
}

.homepage__featured-products .featured-products-slider>.slick-list>.slick-track
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch
}

.homepage__featured-products .featured-products-slider .slick-next,
	.homepage__featured-products .featured-products-slider .slick-prev {
	background-image: url(/irri/i/icon-arrow_right-blue.svg);
	width: 12px;
	height: 21px;
	background-size: 12px 21px;
	background-position: 50%;
	outline: none
}

.homepage__featured-products .featured-products-slider .slick-prev {
	left: 0;
	transform: rotate(180deg)
}

.homepage__featured-products .featured-products-slider .slick-next {
	right: 0
}

.homepage__featured-products .featured-products-slider .tile.slick-slide
	{
	outline: none;
	max-width: none;
	margin: 0 7.5px;
	padding: 27px 24px;
	padding-bottom: 77px;
	height: auto
}

.homepage__featured-products .featured-products-slider .tile.slick-slide .button--cta
	{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px
}

.homepage__featured-products .featured-products-slider .product-tile__image-slider .slick-slide
	{
	margin: 0
}

.product-tile__image-slider.product-detail-link {
	display: block;
	margin-bottom: 15px
}

.homepage__innovation .card-list {
	background-color: transparent;
	margin: 0 auto;
	padding: 0
}

.homepage__innovation .slick-initialized .slick-slide {
	margin: 0 2em
}

.homepage__innovation .slick-initialized .slick-slide.card {
	width: 300px
}

.homepage__innovation .homepage__innovation-mobile-cta {
	margin-top: 1em
}

.homepage__replacement-form {
	margin-top: 1.5em;
	max-width: 420px;
	margin: 0 auto
}

.homepage__replacement-stamp {
	display: none
}

.homepage__replacement {
	background-color: #6d6d6d
}

.homepage__replacement .form-input__text {
	color: #3f4041;
	background-color: #ccc;
	padding: 1em
}

.homepage__replacement .form-input__text::-webkit-input-placeholder {
	color: #3f4041
}

.homepage__replacement .form-input__text:-moz-placeholder,
	.homepage__replacement .form-input__text::-moz-placeholder {
	color: #3f4041
}

.homepage__replacement .form-input__text:-ms-input-placeholder {
	color: #3f4041
}

.homepage__replacement .input-add-on .button {
	background-color: #ccc;
	margin-top: 0;
	width: auto
}

.homepage__replacement .banner__inner {
	height: 400px
}

.homepage__replacement .banner--text-bg-white .text-box__inner {
	background-color: #f3f3f3;
	max-width: 680px;
	padding: 3em 1em;
	width: 95%
}

.homepage__replacement .banner--text-bg-white .text-box__head {
	margin-bottom: .5em
}

.homepage__replacement .banner--text-bg-white .text-box__body {
	font-size: 1em;
	margin-bottom: 1em
}

.homepage__replacement .find_model_number {
	display: block;
	margin-top: 1em
}

.homepage__replacement-columned {
	background-color: #f3f3f3;
	padding: 20px 0 40px
}

.homepage__replacement-columned__logo {
	width: 100px;
	height: auto;
	display: inline-block;
	margin-bottom: 20px
}

.homepage__replacement-columned .section-heading--3 {
	font-size: 1.5em
}

.homepage__replacement-columned form {
	position: relative;
	margin-bottom: 15px
}

.homepage__replacement-columned form input {
	text-transform: none;
	padding: 18px 50px 16px 17px;
	border: 1px solid #e5e5e5;
	width: 100%;
	outline: none;
	transition: border-color .3s ease
}

.homepage__replacement-columned form input:focus,
	.homepage__replacement-columned form input:hover {
	border-color: #969696
}

.homepage__replacement-columned form input:focus::-webkit-input-placeholder
	{
	color: transparent
}

.homepage__replacement-columned form input:focus:-moz-placeholder,
	.homepage__replacement-columned form input:focus::-moz-placeholder {
	color: transparent
}

.homepage__replacement-columned form input:focus:-ms-input-placeholder {
	color: transparent
}

.homepage__replacement-columned form button {
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	background-image: url(images/icon-search-bright-blue.svg);
	background-size: 19px auto;
	background-position: 50%;
	outline: none
}

.homepage__replacement-columned form+a {
	font-size: .875em
}

.homepage__replacement-columned .col-md-6:first-child {
	padding-bottom: 40px;
	border-bottom: 1px solid hsla(200, 1%, 55%, .25)
}

.homepage__replacement-columned .col-md-6:first-child form,
	.homepage__replacement-columned .col-md-6:first-child p {
	max-width: 375px;
	margin-left: auto;
	margin-right: auto
}

.homepage__replacement-columned .col-md-6:last-child {
	padding-top: 40px
}

.homepage__replacement-columned .col-md-6:last-child a {
	display: inline-block;
	font-family: DINWebBold, Helvetica Neue, Helvetica, Roboto, Arial,
		sans-serif;
	font-size: .875em;
	padding-bottom: 5px
}

.homepage__replacement-columned .col-md-6:last-child a img {
	margin-left: 10px
}

.homepage__replacement-columned .col-md-6:last-child p {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto
}

.homepage__email .text-box__inner {
	max-width: 680px;
	padding: 3em 2em
}

.homepage__email .banner__image-bg>img {
	max-height: none
}

.homepage__banner {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.homepage__banner:after {
	clear: both;
	content: "";
	display: block
}

.homepage__banner-button-desktop {
	display: inline-block
}

.homepage__banner-button-mobile {
	display: none
}

.homepage__banner .banner__inner .button {
	width: auto
}

.homepage__banner .banner__image-bg {
	height: 100%
}

.homepage__banner .banner__image-bg img {
	height: auto;
	width: 100%
}

.homepage__banner .text-box {
	max-width: 300px
}

.homepage__banner .text-box .text-box__head {
	margin-bottom: 0
}

.homepage__banner .text-box .text-box__subtitle {
	font-size: 2.4em
}

.homepage__banner .text-box .text-box__body {
	margin-top: .5em
}

.homepage__banner .slick-dots li button:before {
	font-size: 1rem;
	color: #6d6d6d
}

.homepage__banner .slick-dots li.slick-active button:before {
	color: #002f5f
}

.homepage__banner--video {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	visibility: hidden
}

.homepage__banner--video.slick-initialized {
	visibility: visible
}

.homepage__banner--video .slick-list, .homepage__banner--video .slick-track
	{
	transform: none;
	-webkit-perspective: inherit;
	z-index: 2
}

.homepage__banner--video .slick-dots {
	text-align: left;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px;
	bottom: 55px;
	position: absolute;
	z-index: 3
}

.homepage__banner--video .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0
}

.homepage__banner--video .slick-dots li button {
	outline: none;
	width: 12px;
	height: 12px;
	padding: 0
}

.homepage__banner--video .slick-dots li button:before {
	opacity: 1;
	background-color: #fff;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 2px solid #0090d7
}

.homepage__banner--video .slick-dots li.slick-active button:before {
	background-color: #0090d7;
	border-color: #0090d7
}

.homepage__banner--video .banner {
	background-color: #f3f3f3;
	outline: none
}

.homepage__banner--video .banner .banner__inner {
	background-color: #f3f3f3;
	max-width: 1300px;
	margin: 0 auto
}

.homepage__banner--video .banner .banner__inner:after {
	content: " ";
	display: block;
	width: 200vw;
	height: 3000px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 100%);
	background-color: #fff;
	z-index: 1;
	bottom: 30px
}

.homepage__banner--video .banner .banner__inner .text-box {
	background-color: #f3f3f3;
	color: #8b8d8e;
	max-width: 100%;
	padding: 30px 20px;
	font-size: 16px
}

.homepage__banner--video .banner .banner__inner .text-box .text-box__body,
	.homepage__banner--video .banner .banner__inner .text-box .text-box__head,
	.homepage__banner--video .banner .banner__inner .text-box .text-box__subtitle
	{
	color: #8b8d8e !important;
	font-size: 1em
}

.homepage__banner--video .banner .banner__inner .text-box .text-box__head,
	.homepage__banner--video .banner .banner__inner .text-box .text-box__subtitle
	{
	font-size: 2.625em
}

.homepage__banner--video .banner .banner__inner .text-box .text-box__inner
	{
	padding: 0
}

.homepage__banner--video .banner .banner__inner .banner__inner__product-img
	{
	position: relative;
	bottom: 1px;
	float: right;
	margin-right: 45px;
	z-index: 2
}

.homepage__banner--video .banner .banner__inner .banner__inner__product-img img
	{
	max-width: 150px;
	max-height: 150px;
	width: auto;
	height: auto
}

.homepage__banner--video .banner .banner__image-bg {
	width: 100%;
	height: 250px;
	overflow: hidden
}

.homepage__banner--video .banner .banner__image-bg video {
	display: none
}

.homepage__banner--video .banner .banner__image-bg img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

.homepage__banner--video .vimeo-video-container {
	display: none
}

.homepage__banner--video-outer {
	background-color: #f3f3f3;
	display: block;
	position: relative;
	z-index: 1
}

.homepage__banner--video-outer:after {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: auto;
	width: 100vw;
	height: 30px;
	transform: translateX(-50%);
	z-index: 1
}

.banner-text-din__bold {
	font-family: DINWebBold, Helvetica Neue, Helvetica, Roboto, Arial,
		sans-serif;
	text-transform: uppercase
}

.banner-text-din__light {
	font-family: DINWebLight, Helvetica Neue, Helvetica, Roboto, Arial,
		sans-serif
}

.homepage section {
	margin: 1.8em auto;
	overflow: hidden
}

.homepage .slick-next, .homepage .slick-prev {
	background-position: 50%;
	height: 90px;
	width: 40px;
	position: absolute
}

.homepage .slick-prev {
	z-index: 1;
	background-image: url(/irri/i/icon-arrow_left_large-dark-gray.svg);
	left: 2px
}

.homepage .slick-next {
	background-image: url(/irri/i/icon-arrow_right_large-dark-gray.svg);
	right: 2px
}

.homepage .slick-arrow {
	width: 20px !important
}

@media ( min-width :370px) {
	.homepage__banner-button-desktop {
		display: none
	}
	.homepage__banner-button-mobile {
		display: inline-block;
		margin-bottom: 2em;
		position: absolute;
		bottom: 1em;
		left: 50%;
		transform: translateX(-50%)
	}
	.homepage__banner .text-box {
		background-color: hsla(180, 1%, 55%, .5);
		font-size: 14px;
		height: auto;
		position: absolute;
		top: 40%;
		transform: translateY(-50%);
		width: 210px
	}
	.homepage__banner .text-box .text-box__body, .homepage__banner .text-box .text-box__head,
		.homepage__banner .text-box .text-box__subtitle {
		color: #fff !important
	}
}

@media screen and (min-width:370px) {
	.homepage__banner .slick-dots {
		position: absolute;
		bottom: 5px
	}
	.homepage__banner .slick-dots li button:before {
		color: #fff
	}
	.homepage__banner--video .slick-dots {
		bottom: 55px
	}
	.homepage__banner--video .banner .banner__inner .text-box {
		background-color: #f3f3f3;
		font-size: 16px;
		height: auto;
		position: static;
		top: auto;
		transform: none;
		width: 100%
	}
	.homepage__banner--video .banner .banner__inner .text-box .text-box__body,
		.homepage__banner--video .banner .banner__inner .text-box .text-box__head,
		.homepage__banner--video .banner .banner__inner .text-box .text-box__subtitle
		{
		color: #8b8d8e !important
	}
}

@media screen and (min-width:34rem) {
	.homepage__cards .card--mobile {
		min-height: 276px
	}
	.homepage__banner-button-desktop {
		display: inline-block
	}
	.homepage__banner-button-mobile {
		display: none
	}
	.homepage__banner .text-box {
		width: auto;
		font-size: 16px;
		top: 50%
	}
}

@media screen and (min-width:48rem) {
	.homepage__video {
		display: block
	}
	.homepage__cards .card--desktop:first-of-type, .homepage__cards .card--mobile:first-of-type
		{
		margin-right: 1.75em;
		margin-bottom: 0
	}
	.homepage__cards .card--mobile {
		display: none
	}
	.homepage__cards .card--desktop {
		display: block
	}
	.homepage__featured-products .product-tile {
		width: 25%
	}
	.homepage__featured-products .slick-initialized .slick-slide {
		margin: 0
	}
	.homepage__featured-products .featured-products-slider .tile.slick-slide
		{
		margin: 0 12px
	}
	.homepage__innovation .slick-initialized .slick-slide.card {
		width: 300px
	}
	.homepage__innovation .homepage__innovation-mobile-cta {
		display: none
	}
	.homepage__replacement-stamp {
		height: auto;
		left: -230px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 250px;
		display: block
	}
	.homepage__replacement-stamp>img {
		max-height: none !important;
		height: auto;
		max-width: 100%
	}
	.homepage__replacement .banner--text-bg-white .text-box__inner {
		padding: 3em 2em;
		width: 50%
	}
	.homepage__replacement-columned {
		padding: 20px 0 60px
	}
	.homepage__replacement-columned .col-md-6:first-child {
		padding-bottom: 0;
		padding-right: 30px;
		border-bottom: none;
		position: relative
	}
	.homepage__replacement-columned .col-md-6:first-child:after {
		content: " ";
		display: block;
		width: 1px;
		height: 250px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -6.5%;
		background-color: hsla(200, 1%, 55%, .25)
	}
	.homepage__replacement-columned .col-md-6:last-child {
		padding-left: 30px
	}
	.homepage__banner .text-box {
		max-width: 450px
	}
	.homepage__banner--video .slick-dots {
		padding: 0 40px;
		bottom: 60px
	}
	.homepage__banner--video .banner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-ms-flex-pack: center;
		justify-content: center;
		height: 450px
	}
	.homepage__banner--video .banner .banner__inner {
		width: 50%;
		position: relative;
		left: 0;
		z-index: 2;
		transform: none;
		width: 425px
	}
	.homepage__banner--video .banner .banner__inner .text-box {
		padding: 0 30px 50px 40px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}
	.homepage__banner--video .banner .banner__inner .banner__inner__product-img
		{
		position: absolute;
		bottom: 0;
		right: 50px;
		margin-right: 0
	}
	.homepage__banner--video .banner .banner__inner .banner__inner__product-img img
		{
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		max-width: 195px;
		max-height: 195px
	}
	.homepage__banner--video .banner .banner__image-bg {
		margin-bottom: 30px;
		width: 50%;
		height: auto
	}
	.homepage__banner--video .banner .banner__image-bg img {
		height: 100%;
		width: auto
	}
	.homepage .slick-arrow {
		width: 40px !important
	}
}

@media screen and (min-width:62rem) {
	.homepage__banner--video .slick-dots {
		padding: 0 60px;
		bottom: 80px
	}
	.homepage__banner--video .banner {
		height: 600px;
		display: -ms-flexbox;
		display: flex
	}
	.homepage__banner--video .banner .banner__inner .text-box {
		padding: 0 70px 50px 40px
	}
	.homepage__banner--video .banner .banner__inner .banner__inner__product-img img
		{
		max-width: 232px;
		max-height: 232px
	}
	.homepage__banner--video .banner .banner__image-bg {
		width: calc(100% - 425px)
	}
}

@media only screen and (min-width:62rem) and (orientation:landscape) {
	.homepage__banner--video .banner .banner__image-bg video {
		display: block;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto
	}
	.homepage__banner--video .banner .banner__image-bg video+picture {
		display: none
	}
	.homepage__banner--video .vimeo-video-container {
		display: block;
		height: 100%
	}
	.homepage__banner--video .vimeo-video-container+picture {
		display: none
	}
	.homepage__banner--video .vimeo-video-container>iframe {
		height: 110%;
		left: -55%;
		position: relative;
		width: 220%
	}
}

@media screen and (min-width:75rem) {
	.homepage__featured-products--with-slider .section-heading--3 {
		font-size: 1.75em
	}
	.homepage__banner--video .slick-dots {
		max-width: 1300px;
		right: 0;
		left: 0;
		margin: auto
	}
	.homepage__banner--video .banner {
		display: block
	}
	.homepage__banner--video .banner .banner__inner {
		width: 500px;
		width: 1300px;
		background-color: transparent;
		margin: 0 auto
	}
	.homepage__banner--video .banner .banner__inner .text-box {
		padding: 0 60px 50px;
		width: 500px
	}
	.homepage__banner--video .banner .banner__inner .text-box .text-box__head,
		.homepage__banner--video .banner .banner__inner .text-box .text-box__subtitle
		{
		font-size: 3em
	}
	.homepage__banner--video .banner .banner__inner .text-box .text-box__body
		{
		font-size: 1.125em
	}
	.homepage__banner--video .banner .banner__inner .banner__inner__product-img
		{
		left: 450px;
		right: auto
	}
	.homepage__banner--video .banner .banner__inner .banner__inner__product-img img
		{
		max-width: 300px;
		max-height: 300px
	}
	.homepage__banner--video .banner .banner__image-bg {
		position: absolute;
		right: 0;
		width: calc(100% - 500px);
		max-width: 760px;
		height: 100%
	}
}
/*# sourceMappingURL=homepage.css.map */