/**
 * Type styles
 * This document contains styles solely for typography.
 *
 */

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333;
}

h1, h2, h3, h4, h5, h6, .h3, .h5 {
	font-family: Calibri, Asap, Candara, "Helvetica Neue", Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #f27d00;
}

h1 {
	font-size: 50px;
	line-height: 60px;
}

h2 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 18px;
}

h3, .h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 18px;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	margin: 0 0 12px;
}

h4 small {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}

h5, .h5 {
	font-size: 18px;
	margin: 19px 0 4px;
	font-weight: bold;
}

.section-header {
    margin-top: -8px;
    margin-bottom: 24px;
}

p {
	margin: 0 0 22px;
}

.heading-bg {
	line-height: 50px;
    margin-bottom: -2px;
    padding-bottom: 0;
}

div.heading-bg {
    line-height: 50px;
    margin-bottom: -2px;
    padding: 1px 17px 9px;
}

.jumbo-key .heading-bg {
    padding: 13px 20px 16px;
}

h4 .heading-bg {
	line-height: 24px;
    margin-bottom: 2px;
    padding: 8px 17px 8px;
}

.jumbo-key h4 .heading-bg {
    padding: 12px 12px 14px;
}

/* Text colors */

.txt-color-1 {
	color: #333;
}

.txt-color-2 {
	color: #333;
}

.txt-color-3 {
	color: #F27D00;
}

.txt-color-4 {
	color: #fff;
}

.txt-color-5 {
	color: #ccc;
}

.txt-color-6 {
	color: #999;
}

.txt-color-7 {
	color: #000;
}

.txt-color-8 {
    color: #25ad49;
}

.txt-color-9 {
    color: #0182aa;
}

/* Text styles */

.txt-style-1 {
	font-family: Calibri, Asap, Candara, "Helvetica Neue", Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.txt-style-2 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
}

.txt-style-3 {
    font-family: 'Gloria Hallelujah', cursive;
}

/* Text Utilities */

.font-weight-normal {
	font-weight: normal;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

.underlined {
	text-decoration: underline;
}


/* Lists */

.page-body ul,
.list-bulleted {
    list-style: none;
    margin: 22px 0;
    padding: 0;
}

.page-body ul li,
.list-bulleted li {
    background: url(../img/sprite-icons.png) -241px -743px no-repeat;
    padding: 0 0 0 18px;
    margin: 0 0 8px;
}

.list {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	line-height: 16px;
}

.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-type-1 {

}

.list-type-1 li {
	display: inline;
	float: left;
}

.list-type-1 li.divider:after {
	content: '|';
	margin: 0 12px;
}

.list-lined {
	border-top: 1px solid #e5e5e5;
}

.list-lined li {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 0 9px;
}

.list-lined li [class^="icon-"] {
  float: left;
}
.list-lined li [class^="icon-"] + a {
  display: inline-block;
  width: calc(100% - 26px);
}

.list-lined-dark,
.list-lined-dark li {
	border-color: #333;
}

.list-checked li {
	background: url(../img/sprite-icons.png) -385px -97px no-repeat;
	padding-left: 24px;
	margin-bottom: 14px;
}

.list-checked-small li {
    background: url(../img/sprite-icons.png) -389px -1096px no-repeat;
    padding-left: 18px;
    margin-bottom: 8px;
}

.list-arrowed li {
	background: url(../img/sprite-icons.png) -491px 2px no-repeat;
	padding-left: 18px;
	margin-bottom: 14px;
}

.list-arrowed-small li {
	background: url(../img/sprite-icons.png) -443px -38px no-repeat;
	padding-left: 17px;
}

.cat-list {
	margin-bottom: 48px;
}

.cat-list .active {
	background-position: -391px -598px;
}

.cat-list .active a {
	color: #333;
}

/* Links */

a {
	color: #f27d00;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a.hover-invert:hover {
	color: #fff;
}

.page-body a:visited {
	color: #f27d00;
}

sup {
	top: -0.3em;
}

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 25px 0;
}

/* Captions */

.caption {
	line-height: 18px;
	margin: 3px 0 0;
}

/* Tables */


td {
  vertical-align: top;
}

a:hover, a:active, a:focus {
    outline: 0;
}
