html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}
nav ul {
    list-style: none;
}
ol {
    list-style: decimal;
    margin: 15px 0px 20px 30px;
}
ul {
    list-style: disc;
    margin: 15px 0px 20px 30px;
}
li {
    margin-bottom: 5px;
}
ul ul {
    list-style: circle;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
ins {
    text-decoration: underline;
}
del {
    text-decoration: line-through;
}
mark {
    background: none;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input[type=submit], input[type=button], button {
    margin: 0;
    padding: 0;
}
input, select, a img {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
i {
    margin-right: 5px;
}
p {
	margin-bottom: 10px;
}
html {
    height: 100%;
}
body {
    font-size: 14px;
    line-height: 1.7;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: #555555;
    min-width: 1000px;
    height: 100%;
}
.body_wrapper {
    min-height: 100%;
    overflow: hidden;
}
h1 {
    font-size: 47px;
}
h2 {
    font-size: 41px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 21px;
}
h6 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: bold;
    color: #444444;
}
a {
    color: #8eaf9f;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}
img {
    max-width: 100%;
}
section{
	margin-bottom: 30px;
}
.sub_section {
	padding-bottom: 30px;	
	position: relative;
}
.active_flex {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}


/*=== Header ===*/
header {
	width: 350px;
	position: fixed;
	height: 100vh;
	background-color: #333740;
	color: #ffffff;
	font-size: 15px;
    overflow: scroll;
}
header a {
	color: #ffffff;
}
header a:hover {
	background-color: #8eaf9f;
}
.logo_wrapper {
	padding: 40px 0;
}
.logo_title {
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-indent: -999em;
    width: 200px;
    background: url(../images/logo.png) center center no-repeat;
    margin: 0px auto;
}
.main_nav_item {
    display: block;
    background: #3b424f;
    padding: 14px 30px 12px 40px;
    position: relative;
    border-bottom: 1px solid #303641;
}
.main_nav_item.active{
	background-color: #8eaf9f;
}
.sub_nav_icon:after {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 14px;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -10px;
}
.nav_item.active .sub_nav_icon:after {
    content: "\f068";  
}
.sub_nav_item {
    display: block;
    padding: 12px 28px 10px 70px;
    border-top: 1px solid #3f495b;
}

/*=== Main Content ===*/
main {
	margin-left: 350px;
	padding: 25px 40px 70px;
	position: relative;
}
h3 {
	margin-bottom: 20px;
	background-color: #f2f2f2;
	padding: 30px;
	border-top: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #333740;
}
h5 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
h5:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #f1f1f1;
}
.notic {
	color:#555;
	border-radius:10px;
	padding:10px 36px;
	background:#e3f7fc url('../images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}
.notic span {
    font-weight:bold;
    text-transform:uppercase;
}
.inner_p_title {
	font-size: 16px;
	font-weight: 600;
	padding-right: 10px;
}
.support {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f1f1f1;
}
.support a {
	margin-right: 15px;
}
.caption_text {
	font-style: italic;
    font-size: 12px;
    line-height: 2;
    color: #757575;
   	margin-bottom: 20px;
}
.active_flex .inner_content {
	flex-basis: 55%;
}
.active_flex .img_wrapper {
	flex-basis: 44%;
}
.elements {
    flex-basis: 45%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid;
    padding: 15px
}