﻿.instructions {
	padding-left: 20px;
}
.instructions h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #262626;
	line-height: 1.3;
}
.text h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 200;
	line-height: 1.3;
}
.text {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding: 0 20px;
	order: 3;
}
h1 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #404040;
	font-size: 22px;
}
h2 a {
	text-decoration: none;
	color: #737373;
}
h2 a:hover, h4 a:hover, h3 a:hover {
	color: #a6a6a6;
}
h3 a {
	text-decoration: none;
	color: #737373;
}
h4 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}
h4 a {
	text-decoration: none;
	color: #e6e6e6;
}
h4 a:hover {
	color: #ffffff;
}
h5 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
}
h5 a {
	color: #000000;
	text-decoration: none;
}


@media screen and (max-width: 1119px) and (min-width: 768px) {
}


@media screen and (max-width: 767px) and (min-width: 667px) {
.instructions h3 {
	font-size: 15px;
	line-height: 1.7;
}
.text h2 {
	font-size: 12px;
}
}
@media screen and (max-width: 666px) {
.instructions {
	padding-left: 10px;
}
.instructions h3 {
	font-size: 12px;
	font-weight: 700;
	height: auto;
	line-height: 2.5;
}
.text {
	padding: 0 10px;
	height: auto;
}
.text h2 {
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
}
#footer h4 {
	display: none;
}
#footer h5 {
	font-size: 11px;
	padding-top: 5px;
	padding: 0 2px;
}
}