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

/* DROP DOWN LIST */
#help_content .selection { position: relative; float: left; width: 202px; margin: 0; }
#help_content .selection .opt_btn { position: relative; float: left; width: 168px; height: 30px; border: 2px solid #bbbcc1; background: url(../images/icon/down_dblue.png) 98% center no-repeat; background-size: 12px; padding: 0 20px 0 10px; font: 400 14px/30px 'Open Sans', sans-serif; color: #1c1e3e; overflow: hidden !important; }
#help_content .selection .opt_menu { display: none; position: absolute; z-index: 100; top: 34px; left: 0px; width: 204px; }
#help_content .selection .opt_menu ul.opt_items { position: relative; float: left; width: 200px; max-height: 150px; padding: 5px 0; border: 1px solid #e3e3e3; border-top: none; background: #fff; overflow: auto; overflow-x: hidden; }
#help_content .selection .opt_menu ul.opt_items li { float: left; width: auto; margin: 0px !important; }
#help_content .selection .opt_menu ul.opt_items a.s_item { float: left; width: 170px; padding: 0 15px; font: 600 13px/30px 'Open Sans', sans-serif; color: #2b2b2b; }
#help_content .selection .opt_menu ul.opt_items a.s_item:hover { background-color: #be9d5b; color: #fff; }
#help_content .selection .opt_menu ul.opt_items a.s_addr { padding: 10px 15px; font: 600 13px/20px 'Open Sans', sans-serif; }

#help_content .selection.short { width: 56px; }
#help_content .selection.short .opt_btn { width: 22px; background: url(../images/icon/down_dblue.png) 88% center no-repeat; background-size: 12px; }
#help_content .selection.short .opt_menu { width: 58px; }
#help_content .selection.short .opt_menu ul.opt_items { width: 54px; }
#help_content .selection.short .opt_menu ul.opt_items li { float: left; width: auto; margin: 0px !important; }
#help_content .selection.short .opt_menu ul.opt_items a.s_item { width: 24px; }

/* CONTENT */
#help_content { position: relative; float: left; width: 100%; margin: 20px 0 50px 0; }
#help_content .help_left { position: relative; float: left; width: 950px; margin-right: 20px; }
#help_content .help_left .help_wrap { position: relative; float: left; width: 900px; background-color: #ebebeb; padding: 25px; }
#help_content .help_left .help_wrap ul { position: relative; float: left; width: 100%; }
#help_content .help_left .help_wrap li { position: relative; float: left; width: 100%; }
#help_content .help_left .help_wrap li.item_content { margin-bottom: 30px; font: 400 14px/20px 'Open Sans', sans-serif; color: #1c1e3e; }
#help_content .help_left .help_wrap h2 { color: #be9d5b; }
#help_content .help_left .help_wrap h3 { margin: 40px 0 20px 0; font: 700 26px/26px 'Open Sans', sans-serif; color: #1c1e3e; }
#help_content .help_left .help_wrap p { margin-bottom: 5px; font: 400 14px/20px 'Open Sans', sans-serif; color: #1c1e3e; }
#help_content .help_left .help_wrap strong { font-weight: 700; }
#help_content .help_left .help_wrap a { color: #be9d5b; text-decoration: underline; }
#help_content .help_left .help_wrap span.sep_line { float: left; width: 100%; height: 1px; margin: 10px 0; border-top: 1px dotted #6d6e83; }

/* HELP MENU */
#help_content .help_right { position: relative; float: left; width: 220px; }
#help_content .help_right h3.b_title { position: relative; float: left; width: 200px; padding: 10px; background-color: #ebebeb; font: 700 16px/30px 'Open Sans', sans-serif; color: #1c1e3e; }
#help_content .help_right ul.help_list { position: relative; float: left; width: 218px; padding: 0 0 20px 0; border: 1px solid #ebebeb; }
#help_content .help_right ul.help_list li { position: relative; float: left; width: 100%; }
#help_content .help_right ul.help_list li:first-child a.h_list { border-top: none !important; margin-top: 0px !important; }
#help_content .help_right ul.help_list a.h_list { float: left; width: 90%; margin-top: 15px; padding: 0 5%; border-top: 1px dotted #bbbcc1; font: 700 20px/50px 'Open Sans', sans-serif; color: #1c1e3e; }
#help_content .help_right ul.help_list a.h_list small { float: right; font: 400 12px/50px 'Open Sans', sans-serif; color: #bbbcc1; }
#help_content .help_right ul.help_list a.s_list { float: left; width: 80%; margin-bottom: 5px; background: url(../images/icon/right_mblue.png) 10px 9px no-repeat; background-size: 12px; padding: 0 5% 0 15%; font: 400 14px/30px 'Open Sans', sans-serif; color: #1c1e3e; }
#help_content .help_right ul.help_list a.s_list:hover { background-color: #1c1e3e; color: #fff; }

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