.global a:hover {
	text-decoration: none;
}
.global h1 {
	font-size: 44px;
	font-weight: 100;
	margin: 0;
}
.global h1.bold {
	font-weight: 800;
	line-height: 52px;
}
.global h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
.global h2.thin {
	font-weight: 200;
}
.global h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
}
.global h3.large {
	font-size: 28px;
	font-weight: 200;
}
.global h3.orange {
	font-size: 28px;
	font-weight: 200;
	color: #ee5b21;
}
.global h3.bold {
	font-weight: 600;
	margin: 0;
}
.global h4 {
	font-size: 16px;
	margin: 0;
}
.global h4.thin {
	font-weight: 400;
	margin: 0;
}
.global h1 b,
.global h2 b,
.global h3 b,
.global h4 b {
	font-weight: 600;
}
.global p {
	color: #39393a;
	line-height: 25px;
}
.global p.bold {
	font-size: 18px;
	font-weight: 600;
}
.global p.bold i {
	font-size: 16px;
}
.global a.orange {
	display: block;
	color: #ee5b21;
	font-size: 20px;
	font-weight: 700;
}
.global a.blue {
	display: block;
	color: #32a1d0;
	font-size: 20px;
	font-weight: 700;
}
.global img.center,
.global .button.center,
.global h2.center,
.global h3.center,
.global p.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.global .white {
	color: white;
}
.global .left-justify {
	text-align: left;
}
.global .button {
	padding: 17px 70px 17px 70px;
	font-size: 20px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
.global .button.long {
	width: 100%;
	font-weight: 900;
	padding: 18px 0px 18px 0px;
}
.global .button.orange {
	background: #ee5b21;
}
.global .button.gray {
	background: #AFAFAF;
}
.global .center {
	text-align: center;
}
.global .vertical-line {
	border-right: 1px solid #dcdcdc;
}
.global .pad-40 {
	padding: 40px 0px 40px 0px;
}
.global .pad-top-25 {
	padding-top: 25px;
}
.global .pad-bot-25 {
	padding-bottom: 25px;
}
.global .pad-vert-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.global .pad-vert-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.global .pad-side-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.global .pad-side-25 {
	padding-left: 25px;
	padding-right: 25px;
}
.global .margin-top-25 {
	margin-top: 25px;
}
.global .margin-top-40 {
	margin-top: 40px;
}
.global .color-dark {
	color: #39393A;
}
.global .relative {
	position: relative;
}
.global ul.checkmark {
	color: #39393a;
	font-size: 15px;
	list-style: none;
	margin-left: 22px;
	line-height: 22px;
}
.global ul.checkmark li {
	margin-bottom: 10px;
}
.global ul.checkmark li:before {
	content: "";
	display: block;
	float: left;
	background: url('/images/sites/nitroweb/common/beefy-checkmark.png') no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	margin-top: 6px;
	margin-left: -22px;
}
.global ul.checkmark.orange li:before {
	background: url('/images/sites/nitroweb/common/orange-beefy-checkmark.png') no-repeat;
	background-size: 100%;
}
.global ul.checkmark.gray li:before {
	background: url('/images/sites/nitroweb/common/gray-beefy-checkmark.png') no-repeat;
	background-size: 100%;
}

.global .bg-gray {
	background: #4D4D4D;
}
.global .bg-white {
	background: white;
}
.global .bg-lblue {
	background: #e8f9ff;
}
.global .bg-textured {
	background: url(/images/sites/common/pages/icon-pattern-transparent-1.png) repeat;
	background-color: #39393a;
}