#back-small{
	display:block;
	width: 120px;
    height: 120px;
    position: absolute;
    top: 4px;
    left: 28px;
    z-index: 1;
    border-radius: 100%;
    cursor: pointer;
}

.wool-various{
	position: absolute;
	z-index: 1;
	top: 200px;
    left: -300px;
}

.single-wheat{
	position: absolute;
	right: calc(20% - 250px);
	z-index: 1;
	top: 30%;
}

.coffee-grain{
	position: absolute;
	z-index: 1;
	right: calc(25% - 250px);
    top: 10%;

}

.only-home-wheatWgrain{
	position: absolute;
	z-index: 1;
	right: calc(10% - 250px);
	top: 18%;
}

.wool-ball{
	position: absolute;
	z-index: 1;
	right: calc(10% - 250px);
	bottom: 15%;
}

.coffee{
	position: absolute;
	z-index: 1;
	left: -60px;
    top: 75%;
}

.coffee img{
	max-width: 90%;
}

.ear-wheat{
	position: absolute;
	z-index: 1;
	left: calc(20% - 250px);
    top: 35%;
}
.ear-wheat-2{
	position: absolute;
	z-index: 1;
	left: calc(30% - 490px);
    top: 65%;
}

.blends-wrapper{
	padding: 0 20%;
	margin-bottom: 30px;
	position: relative;
	z-index: 20;
	padding-top:75px;
}

.under-blends{
	margin-left: 30%;
	margin-top: -30px;
	background-repeat: no-repeat;
}

.blends-wrapper img{
	max-width: 100%;
}

#rules{
    position: relative;
    padding: 0 20px;
    font-family: 'Nunito', sans-serif!important;
    font-weight: 400;
}

#rules a {
	font-family: 'Nunito', sans-serif!important;
	font-weight: 400;
	text-decoration: none;
}

#rules-wrapper .maxwidth-wrapper {
	padding: 0 10%;
	padding-top: 100px;
}

.instructions-close{
	position: absolute;
    right: 60px;
    top: 0;
}

h1 {
	line-height: 1.1;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 500;
	font-size: 32px;
	color: #ffffff;
	font-weight: 600;

	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;

	margin: 0 25px;
    margin-bottom: 30px;
}
h2{
	line-height: 1.1;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 600;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
	
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

h3 > span{
	font-family: 'Nunito', sans-serif!important;
	font-weight: 500;
	font-size: 12pt!important;
}

h3{
	line-height: 1.1;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 500;
	text-align: left;
	font-size: 12pt;
	color: #ffffff;
	
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

h2 > span{
	font-family: 'Nunito', sans-serif!important;
	font-weight: 600;
	font-size: 20px!important;
	word-wrap: break-word;
}
p {
	line-height: 1.1;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 400;
	text-align: left;
	font-size: 20px;
	color:#ffffff;
	
	margin-bottom: 20px;

	text-align: justify !important;

	position: relative;
	z-index: 2;
	word-wrap: break-word;
}

p > span{
	font-size: 20px!important;
	word-wrap: break-word;
}

li {
	line-height: 1.1;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 400;
	text-align: left;
	font-size: 17px;
	color: #ffffff;
	
	margin-left: 50px;
}

.bo-text{
	display:none;
}
.bo-text.current{
	padding: 0 20px;
	display:block;
}

#rules .navigation{
    text-align: center;
	font-size:21px;
    margin-top: 20px;
}
#rules .navigation a.rule-link{
	line-height: 1.1;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 600;
	text-align: left;
	font-size: 30px;
	background-size:0 0;
	color: #ffffff;
	padding:5px 16px 12px 11px;
}
#rules .navigation a.rule-link.current{
	color: #fbc41f;
}

#footer {
    margin-bottom: 30px;
}
#footer-banner {
    margin-bottom: 10px;
}
.close-header {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(0,0,0,0);
    align-items: center;
    justify-content: space-between;
    height: 95px;
}
	.close-header a {
		right: 8%;
		position: absolute;
		fill: white;
		width: 30px;
		height: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.close-header svg{
		fill: white;
		width: 30px;
		height: 30px;
	}
		.close-header svg:hover{
			fill: #fbc41f;
		}


@media (max-width: 762px) {
	h1 {
		margin: 0;
		margin-bottom: 30px;
	}
	#rules-wrapper .maxwidth-wrapper {
		padding: 0;
		padding-top: 75px;
	}
}