@charset "utf-8";


b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h3 {
    width: 70%;
    margin: 25px auto 10px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
    background-color: none;
    display: block;
    color: #45B035;
    font-size: 26px;
}

h5{
	width: 100%;
    margin: 10px 0;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    text-align: center;
    background-color: none;
    display: block;
    color: #45B035;
    font-size: 24px;
    background: none;
}
h6{
	margin:5px;
	padding: 3px;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	line-height: 150%;
	text-align: center;
	font-size: 110%;
}
h7{
    font-size: 16px;
    text-align: center;
    color: #fff;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.copyright {
    padding: 24px 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.global-footer .footerNav_inner_nav div {
    margin: 0 100px 0 0;
}

