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

#rules{
	position:relative;
	
    font-family: "Open Sans", sans-serif;
	color:#00238c;
}

#rules a {
    font-family: "Open Sans", sans-serif;
	color:#00238c;
	text-decoration: none;
}

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

h1 {
    font-family: Dusha, sans-serif;
	line-height: 1.3em;
	font-weight: 700;
	font-size: 40px;
	color: white;
	
	margin-bottom: 10px;
}
h2{
    font-family: Dusha, sans-serif;
	line-height: 1.3em;
	text-align: left;
	font-size: 18px;
	color: white;
	
	margin-bottom: 20px;
}
h3{
    font-family: "Open Sans", sans-serif;
	line-height: 1.3em;
	text-align: left;
	font-size: 18px;
	color: white;
}
p {
    font-family: "Open Sans", sans-serif;
	line-height: 1.5em;
	font-weight: 100;
	text-align: left;
	font-size: 17px;
	color: white;
	
	margin-bottom: 20px;
}
li {
	font-family: "Open Sans", sans-serif;
	line-height: 1.5em;
	font-weight: 100;
	text-align: left;
	font-size: 17px;
	color: white;
	
	margin-left: 50px;
}

.bo-text{
	display:none;
}
.bo-text.current{
	display:block;
}

#rules .navigation{
	position: relative;
    text-align: center;
	font-size:21px;
    margin-top: 20px;
}
#rules .navigation a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 24px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	
	font-family: Dusha, sans-serif;
	line-height: 1.5em;
	font-weight: 100;
	text-align: left;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}
#rules .navigation a.link-back {
	position: absolute;
	left: 0;
	
	width: auto;
	
	color: #fff;
}
#rules .navigation a.rule-link.current{
	background-image: url(../img/rules/link-bg.png);
	
	color: #0f3f79;
}

#footer {
    margin-bottom: 30px;
}
#footer-banner {
    margin-bottom: 10px;
}

#rules strong {
    font-family: 'PL Benguiat Frisky W00', sans-serif;
}

@media (max-width: 768px) {
	#rules .navigation {
		text-align: right;
	}
}
