h1 {
    font-size: 2.5em;
    line-height: 1.35;
}

h2 {
    font-size: 2em;
    line-height: 1.35;
}

h3 {
    font-size: 1.65em;
    line-height: 1.35;
}

h4 {
    font-size: 1.35em;
    line-height: 1.5;
}

h5 {
    font-size: 1.2em;
    line-height: 1.5;
}

h6 {
    font-size: 1.1em;
    line-height: 1.5;
}

p {
    font-size: 1em;
    line-height: 1.5;
}

a:link,
a:active,
a:visited {
    color: #00A6AF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*-----------------------------------------------------------------------------------------------*/
.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    border: none;
    background-color: #666666;
}

.nopadding {
   padding: 0 !important;
}

.nopadding_right {
   padding-right: 0 !important;
}

.nopadding_left {
   padding-left: 0 !important;
}

.push_right {
    float: right;
}

.push_left {
    float: left;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 4px;
	display: block;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	display: block;
}

img.aligncenter {
	text-align: center;
	margin: 1em auto 5px auto;
	clear: both;
	display: block;
}

img.fullwidth {
	margin: 0px;
	display: block;
}

.section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.section header {
    margin-bottom: 25px;
}

.custom_btn > a {
    border: 1px solid;
    border-radius: 0;
    color: #0a2748;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -webkit-transition: border-color 0.3s ease 0s;
    -ms-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
}

.custom_btn {
    margin-top: 35px;
    text-align: center;
}

.custom_btn > a:hover {
    color: #0a2748;
}

hr {
    color: rgba(156, 175, 176, 1);
    background-color: rgba(156, 175, 176, 1);
    border-color: rgba(156, 175, 176, 1);
}

/*-----------------------------------------------------------------------------------------------*/

body {
    margin: 0px;
    color: #2e2e2e;
    font-family: Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-Serif;
    font-size: 16px;
    background-color: #222222;
}

body > form {
    margin: 0px;
}

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

#page {
    padding: 0px 15px 30px 15px;
    background-color: #F5F5F5;
}

.page_inset {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid rgba(156, 175, 176, 0.8);
}

/*-----------------------------------------------------------------------------------------------*/

#header {
    padding: 0px 15px;
    min-height: 86px;
    background-color: #FFFFFF;
    border-bottom: 5px solid #00D6DF;
}

#header .container {
    position: relative;
}

#header .logo {
    display: block;
    float: left;
    margin-top: 17px;
    max-width: 300px;
    line-height: 0px;
}

#header .logo img {
    max-width: 100%;
}

/*-----------------------------------------------------------------------------------------------*/

ul.stage_list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.stage_list li {
    display: block;
    margin: 0px;
    padding: 0px;
}

.image_list {
    padding-left: 0;
    list-style: none;
}

ul.image_list > li {
    float: left;
    margin-right: 10px;
}

.signoff_stage {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #999999;
}

.signoff_stage.approved {
    color: #007602;
    border-color: #007602;
    background-color: #E4FFE5;
}

.signoff_stage.current {
    border-color: #AAAAAA;
    background-color: #FBFBFB;
}

.signoff_stage.unapproved {
    color: #BB261F;
    border-color: #BB261F;
    background-color: #FFE5E4;
}

.signoff_stage h3 {
    margin: 0px;
    font-size: 1.5em;
}

.signoff_stage.current h3 {
    margin-bottom: 14px;
}

.signoff_stage h3 + p {
    margin-top: 8px;
    margin-bottom: 0px;
    padding-left: 15px;
}

.signoff_stage.current p:first-child {
    margin-bottom: 0px;
}

.signoff_stage .panel {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.signoff_stage .panel-heading a {
    color: #000000;
}

.signoff_stage .panel-heading a:hover {
    text-decoration: underline;
}

.signoff_stage .statement {
    margin: 20px 0px;
    font-size: 1.1em;
}

.signoff_stage .statement p {
    margin: 0px;
}

.signoff_stage .statement p + p {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------*/

#postback_result_message {
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 15px 0px;
    width: 100%;
    background-color: #009622;
    border-top: 1px solid #007602;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

#postback_result_message h2 {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

#postback_result_message p {
    margin: 0px;
    color: #FFFFFF;
    font-size: 18px;
}

/*-----------------------------------------------------------------------------------------------*/

.lower_banner {
    height: 250px;
    overflow: hidden;
}

.lower_banner .container {
    position: relative;
    text-align: center;
}

.lower_banner img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
}

.lower_banner .container h1,
.lower_banner .container p {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0px;
    padding: 15px;
    font-weight: normal;
}

/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

.breadcrumb > li + li:before {
    color: #000000;
}

.breadcrumb > .active {
    color: #000000;
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
    padding: 20px 15px;
    color: #FFFFFF;
    font-size: 0.8em;
    text-align: right;
}

.page_home #footer {
    margin-top: 20px;
}

#footer .footer_separator {
    padding: 0px 10px;
}

#footer a {
    color: #FFFFFF;
}