
h1 {
    font-size: 2.5em;
    line-height: 1.1em;
}

h2 {
    margin: 14px 0px;
    font-size: 2em;
    line-height: 1.1em;
}

h3 {
    margin: 14px 0px;
    font-size: 1.65em;
    line-height: 1.25em;
}

h4 {
    margin: 14px 0px;
    font-size: 1.35em;
    line-height: 1.35em;
}

h5 {
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h6 {
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0px;
}

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;
}

.spacer_bottom {
    margin-bottom: 15px;
}

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;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 1em;
}

body {
    margin: 0px;
    color: #2e2e2e;
    font-family: Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-Serif;
    font-size: 1em;
    line-height: 1.5em;
    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);
}

#content .container > h1:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------------------*/

#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%;
}

/*-----------------------------------------------------------------------------------------------*/

#primary_nav {
    float: right;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

#primary_nav li {
    display: block;
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

#primary_nav li div {
    margin: 3px 0px;
    height: 44px;
    text-align: center;
}

#primary_nav li div i {
    line-height: 44px;
}

#primary_nav li a {
    display: block;
    width: 100px;
    height: 70px;
    color: #222222;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 1em;
    border: 1px solid transparent;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

    -webkit-transition: border-color 0.25s, box-shadow 0.25s;
    -moz-transition: border-color 0.25s, box-shadow 0.25s;
    -ms-transition: border-color 0.25s, box-shadow 0.25s;
    transition: border-color 0.25s, box-shadow 0.25s;

}

#primary_nav li a:hover {
    border-color: #BBBBBB;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

#primary_nav li.active a,
#primary_nav li.active a:hover {
    color: #00A6AF;
    border-color: #00A6AF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

/*-----------------------------------------------------------------------------------------------*/

.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;
}

/*-----------------------------------------------------------------------------------------------*/

.username_ok,
.email_ok {
    color: #359746;
}

.username_bad,
.email_bad {
    color: #cc3300;
}

.tb_username_addon,
.tb_email_addon {
    visibility: hidden;
}

/*---------------------------------------------------------------*/

#content .address {
    position: relative;
    padding: 15px;
    background: #EFEFEF;
}

a.remove_address {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666666 !important;
    z-index: 10;
}

/*-----------------------------------------------------------------------------------------------*/

#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;
}