/* CSS Document */
#about_header { position: relative; float: left; width: 100%; margin: 5px 0; }
#about_header h2 { font: 700 32px/32px 'Open Sans', sans-serif; color: #1c1e3e; }
#about_header h2 em { font: 400 22px/32px 'Open Sans', sans-serif; color: #1c1e3e; }
#about_header h2 small { padding-left: 20px; font: 400 16px/32px 'Open Sans', sans-serif; color: #1c1e3e; }

/* CONTENT */
#about_content { position: relative; float: left; width: 100%; margin: 20px 0 50px 0; }
#about_content .about_top { position: relative; float: left; width: 100%; margin: 30px 0; }
#about_content .about_top h2 { float: left; width: 100%; font: 400 34px/34px 'Open Sans', sans-serif; color: #928975; }
#about_content .about_top h2 small { padding-left: 10px; font-size: 16px; color: #be9d5b; }
#about_content .about_top h2 span.title_line { float: left; width: 5%; height: 3px; margin: 0 95% 10px 0; background-color: #6d6e83; }
#about_content .about_top .top_bg { float: left; width: 100%; margin: 50px 0; }
#about_content .about_top .top_bg img { float: left; width: 100%; }
#about_content .about_top p { margin-bottom: 5px; font: 400 20px/26px 'Open Sans', sans-serif; color: #1c1e3e; }

#about_content .about_mid { position: relative; float: left; width: 100%; margin: 30px 0; }
#about_content .about_mid h2 { float: left; width: 100%; font: 400 34px/34px 'Open Sans', sans-serif; color: #928975; }
#about_content .about_mid h2 small { padding-left: 10px; font-size: 16px; color: #be9d5b; }
#about_content .about_mid h2 span.title_line { float: left; width: 5%; height: 3px; margin: 0 95% 10px 0; background-color: #6d6e83; }
#about_content .about_mid .mid_content { float: left; width: 50%; margin: 20px 10% 0 0; }
#about_content .about_mid .mid_content p { float: left; width: 100%; margin: 10px 0 20px 0; font: 400 20px/26px 'Open Sans', sans-serif; color: #1c1e3e; }
#about_content .about_mid .mid_content small { font-size: 12px; font-weight: 700; color: #be9d5b; }
#about_content .about_mid .mid_bg { float: left; width: 20%; margin: 20px 5%; padding: 5%; background-color: #606178; }
#about_content .about_mid .mid_bg img { float: left; width: 80%; margin: 0 10%; }

@media screen and (max-width:834px) {
    #global_footer { display: none; }
    #mobile_bar { display: block; }
}
