div#container
{
   width: 1024px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_menu
{
   display: block;
   font-family: "Open Sans";
   font-weight: normal;
   text-align: left;
   width: 100%;
   z-index: 1111 !important;
}
#menu
{
   background-color: #C09D00;
   height: 52px;
}
#wb_menu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_menu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_menu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_menu ul li i
{
   font-size: 15px;
   width: 15px;
   margin-bottom: 0px;
}
#wb_menu ul li a
{
   background-color: #C09D00;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 16px 8px 0 11px;
   text-align: center;
}
#wb_menu > ul > li > a 
{
   height: 36px;
}
.menu a 
{
   display: block;
}
#wb_menu li:hover > a, #wb_menu li .active
{
   background-color: #C09D00;
   color: #F5F5F5;
}
#wb_menu ul ul
{
   display: none;
   position: absolute;
   top: 52px;
}
#wb_menu ul li:hover > ul
{
   display: list-item;
}
#wb_menu ul ul li 
{
   float: none;
   position: relative;
   width: 360px;
}
#wb_menu ul ul li a
{
   background-color: #2D2D2D;
   border: 0px solid #2D2D2D;
   color: #FFFFFF;
}
#wb_menu ul ul li:hover > a, #wb_menu ul ul li .active
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_menu ul ul li i 
{
   margin-right: 5px;
   vertical-align: middle;
}
#wb_menu ul ul li a 
{
   padding-top: 15px;
   padding-right: 6px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_menu ul ul ul li 
{
   left: 360px;
   position: relative;
   top: -52px;
}
#wb_menu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_menu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_menu li:hover > a .arrow-down, #wb_menu li .active .arrow-down
{ 
   border-top-color: #F5F5F5;
}
#wb_menu ul ul li:hover > a .arrow-left, #wb_menu ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_menu .toggle,[id^=menu-submenu]
{
   display: none;
}
@media all and (max-width:960px) 
{
#wb_menu
{
   margin: 0;
   text-align: left;
}
#wb_menu ul li a, #wb_menu .toggle
{
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 6px 15px 13px;
}
#wb_menu .toggle + a
{
   display: none !important;
}
.menu 
{
   display: none;
   z-index: 9999;
}
#menu 
{
   background-color: transparent;
}
#wb_menu > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_menu .toggle 
{
   display: block;
   background-color: #C09D00;
   color: #FFFFFF;
   padding: 0 6px 0 13px;
   line-height: 52px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_menu .toggle:hover
{
   background-color: #C09D00;
   color: #F5F5F5;
}
[id^=menu-submenu]:checked + ul 
{
   display: block !important;
}
#menu-title
{
   height: 52px !important;
   line-height: 52px !important;
   text-align: center;
}
#wb_menu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_menu ul ul .toggle,
#wb_menu ul ul a 
{
   padding: 0 26px;
}
#wb_menu a:hover,
#wb_menu ul ul ul a 
{
   background-color: #2D2D2D;
   color: #FFFFFF;
}
#wb_menu ul li ul li .toggle,
#wb_menu ul ul a 
{
   background-color: #2D2D2D;
   color: #FFFFFF;
}
#wb_menu ul ul ul a 
{
   padding: 15px 6px 15px 39px;
}
#wb_menu ul li a 
{
   text-align: left;
}
#wb_menu ul li a br 
{
   display: none;
}
#wb_menu ul li i 
{
   margin-right: 5px;
}
#wb_menu ul ul 
{
   float: none;
   position: static;
}
#wb_menu ul ul li:hover > ul,
#wb_menu ul li:hover > ul 
{
   display: none;
}
#wb_menu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_menu ul ul ul li 
{
   position: static;
}
#menu-icon 
{
   display: block;
   position: absolute;
   right: 8px;
   top: 14px;
   user-select: none;
}
#menu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_menu ul li ul li .toggle:hover
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_menu .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_menu .toggle:hover .arrow-down, #wb_menu li .active .arrow-down
{
   border-top-color: #F5F5F5;
}
#wb_menu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_menu ul li ul li .toggle:hover .arrow-down, #wb_menu ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_fb-icon
{
   background-color: #A0A0A0;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
}
#wb_fb-icon a
{
   text-decoration: none;
}
#wb_fb-icon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_fb-icon:hover
{
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #245580;
}
#fb-icon
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#fb-icon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_fb-icon:hover #fb-icon i
{
   color: #DCDCDC;
}
#wb_ig-icon
{
   background-color: #A0A0A0;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
}
#wb_ig-icon a
{
   text-decoration: none;
}
#wb_ig-icon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_ig-icon:hover
{
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #245580;
}
#ig-icon
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#ig-icon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_ig-icon:hover #ig-icon i
{
   color: #DCDCDC;
}
#wb_tw-icon
{
   background-color: #A0A0A0;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
}
#wb_tw-icon a
{
   text-decoration: none;
}
#wb_tw-icon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_tw-icon:hover
{
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #245580;
}
#tw-icon
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#tw-icon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_tw-icon:hover #tw-icon i
{
   color: #DCDCDC;
}
#wb_yt-icon
{
   background-color: #A0A0A0;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
}
#wb_yt-icon a
{
   text-decoration: none;
}
#wb_yt-icon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_yt-icon:hover
{
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #245580;
}
#yt-icon
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#yt-icon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_yt-icon:hover #yt-icon i
{
   color: #DCDCDC;
}
#wb_footer-heading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_footer-heading div
{
   text-align: left;
}
#wb_ql-heading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_ql-heading div
{
   text-align: left;
}
#wb_st-heading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_st-heading div
{
   text-align: left;
}
#wb_st-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_st-text div
{
   text-align: left;
}
#wb_ct-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_ct-text div
{
   text-align: left;
}
#wb_ct-heading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_ct-heading div
{
   text-align: left;
}
#wb_hrs-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_hrs-text div
{
   text-align: left;
}
#wb_hrs-heading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_hrs-heading div
{
   text-align: left;
}
#wb_sm-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_sm-text
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
}
#wb_sm-text div
{
   text-align: left;
}
#footer-nav
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#footer-nav > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: none;
}
#footer-nav a
{
   color: #FFFFFF;
   text-decoration: none;
}
#footer-nav a:hover
{
   color: #A0A0A0;
   text-decoration: underline;
}
#footer-nav > .active
{
   color: #A0A0A0;
}
#footer-nav > .active a
{
   color: inherit;
   pointer-events: none;
}
#footer-nav > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #C0C0C0;
}
#footer-link
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#footer-link > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: none;
}
#footer-link a
{
   color: #FFFFFF;
   text-decoration: none;
}
#footer-link a:hover
{
   color: #A0A0A0;
   text-decoration: underline;
}
#footer-link > .active
{
   color: #A0A0A0;
}
#footer-link > .active a
{
   color: inherit;
   pointer-events: none;
}
#footer-link > li + li:before
{
   content: "/";
   padding: 0 8px;
   color: #C0C0C0;
}
#back-to-top
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   border-radius: 3px;
}
#wb_master-pageFontAwesomeIcon10
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_master-pageFontAwesomeIcon10 a
{
   text-decoration: none;
}
#wb_master-pageFontAwesomeIcon10 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#master-pageFontAwesomeIcon10
{
   height: 44px;
   width: 41px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master-pageFontAwesomeIcon10 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 41px;
   line-height: 44px;
   vertical-align: middle;
}
#wb_master-pageFontAwesomeIcon10:hover #master-pageFontAwesomeIcon10 i
{
   color: #DCDCDC;
}
#apply-button
{
   top: 0px;
   width: 137px;
   height: 47px;
   background-color: #C00000;
   background-image: none;
   border: 0px #FFFFFF solid;
   box-shadow: 3px 2px 5px rgba(0,0,0,0.78);
}
#apply-button:hover
{
   background-color: #000000;
   background-image: none;
   border: 0px #000000 solid;
}
#apply-button_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 8.03%;
   top: 23.4%;
   width: 83.94%;
   height: 53.19%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#apply-button:hover span
{
   color: #FFFFFF !important;
}
#apply-button span:hover
{
   color: #FFFFFF !important;
}
#wb_apply-button
{
   margin: 0;
   vertical-align: top;
}
.partner-dym-tooltip.ui-widget.ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   padding: 0;
   box-shadow: none;
   max-width: 250px;
   text-align: center;
}
.partner-dym-tooltip .ui-tooltip-content 
{
   position: relative;
   padding: 10px 10px 10px 10px;
}
.partner-dym-tooltip .ui-tooltip-content::after, .partner-dym-tooltip .ui-tooltip-content::before
{
   border-style: solid;
   content: "";
   position: absolute;
   display: block;
   left: 50%;
   margin-left: -10px;
}
.partner-dym-tooltip .ui-tooltip-content::before
{
   bottom: -10px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.partner-dym-tooltip .ui-tooltip-content::after
{
   bottom: -8px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.partner-jmk-aid-tooltip.ui-widget.ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   padding: 0;
   box-shadow: none;
   max-width: 250px;
   text-align: center;
}
.partner-jmk-aid-tooltip .ui-tooltip-content 
{
   position: relative;
   padding: 10px 10px 10px 10px;
}
.partner-jmk-aid-tooltip .ui-tooltip-content::after, .partner-jmk-aid-tooltip .ui-tooltip-content::before
{
   border-style: solid;
   content: "";
   position: absolute;
   display: block;
   left: 50%;
   margin-left: -10px;
}
.partner-jmk-aid-tooltip .ui-tooltip-content::before
{
   bottom: -10px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.partner-jmk-aid-tooltip .ui-tooltip-content::after
{
   bottom: -8px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.partner-bhf-tooltip.ui-widget.ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   padding: 0;
   box-shadow: none;
   max-width: 250px;
   text-align: center;
}
.partner-bhf-tooltip .ui-tooltip-content 
{
   position: relative;
   padding: 10px 10px 10px 10px;
}
.partner-bhf-tooltip .ui-tooltip-content::after, .partner-bhf-tooltip .ui-tooltip-content::before
{
   border-style: solid;
   content: "";
   position: absolute;
   display: block;
   left: 50%;
   margin-left: -10px;
}
.partner-bhf-tooltip .ui-tooltip-content::before
{
   bottom: -10px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.partner-bhf-tooltip .ui-tooltip-content::after
{
   bottom: -8px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.partner-asaah-tooltip.ui-widget.ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   padding: 0;
   box-shadow: none;
   max-width: 250px;
   text-align: center;
}
.partner-asaah-tooltip .ui-tooltip-content 
{
   position: relative;
   padding: 10px 10px 10px 10px;
}
.partner-asaah-tooltip .ui-tooltip-content::after, .partner-asaah-tooltip .ui-tooltip-content::before
{
   border-style: solid;
   content: "";
   position: absolute;
   display: block;
   left: 50%;
   margin-left: -10px;
}
.partner-asaah-tooltip .ui-tooltip-content::before
{
   bottom: -10px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.partner-asaah-tooltip .ui-tooltip-content::after
{
   bottom: -8px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
#wb_partners-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_partners-text div
{
   text-align: center;
}
#wb_riwc-logo
{
   vertical-align: top;
}
#riwc-logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_hdl-logo
{
   vertical-align: top;
}
#hdl-logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_lj-logo
{
   vertical-align: top;
}
#lj-logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_nap-logo
{
   vertical-align: top;
}
#nap-logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#master-pageBreadcrumb1
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#master-pageBreadcrumb1 > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: none;
}
#master-pageBreadcrumb1 a
{
   color: #FFFFFF;
   text-decoration: none;
}
#master-pageBreadcrumb1 a:hover
{
   color: #A0A0A0;
   text-decoration: underline;
}
#master-pageBreadcrumb1 > .active
{
   color: #A0A0A0;
}
#master-pageBreadcrumb1 > .active a
{
   color: inherit;
   pointer-events: none;
}
#master-pageBreadcrumb1 > li + li:before
{
   content: "/";
   padding: 0 8px;
   color: #C0C0C0;
}
#wb_ed-logo
{
   vertical-align: top;
}
#ed-logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.edify-tooltip.ui-widget.ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   padding: 0;
   box-shadow: none;
   max-width: 250px;
   text-align: center;
}
.edify-tooltip .ui-tooltip-content 
{
   position: relative;
   padding: 10px 10px 10px 10px;
}
.edify-tooltip .ui-tooltip-content::after, .edify-tooltip .ui-tooltip-content::before
{
   border-style: solid;
   content: "";
   position: absolute;
   display: block;
   left: 50%;
   margin-left: -10px;
}
.edify-tooltip .ui-tooltip-content::before
{
   bottom: -10px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.edify-tooltip .ui-tooltip-content::after
{
   bottom: -8px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
#wb_msbc-logo
{
   vertical-align: top;
}
#msbc-logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_national-theatre-logo
{
   vertical-align: top;
}
#national-theatre-logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.national-theatre-tooltip.ui-widget.ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   padding: 0;
   box-shadow: none;
   max-width: 250px;
   text-align: center;
}
.national-theatre-tooltip .ui-tooltip-content 
{
   position: relative;
   padding: 10px 10px 10px 10px;
}
.national-theatre-tooltip .ui-tooltip-content::after, .national-theatre-tooltip .ui-tooltip-content::before
{
   border-style: solid;
   content: "";
   position: absolute;
   display: block;
   left: 50%;
   margin-left: -10px;
}
.national-theatre-tooltip .ui-tooltip-content::before
{
   bottom: -10px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.national-theatre-tooltip .ui-tooltip-content::after
{
   bottom: -8px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.msbc-tooltip.ui-widget.ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   padding: 0;
   box-shadow: none;
   max-width: 250px;
   text-align: center;
}
.msbc-tooltip .ui-tooltip-content 
{
   position: relative;
   padding: 10px 10px 10px 10px;
}
.msbc-tooltip .ui-tooltip-content::after, .msbc-tooltip .ui-tooltip-content::before
{
   border-style: solid;
   content: "";
   position: absolute;
   display: block;
   left: 50%;
   margin-left: -10px;
}
.msbc-tooltip .ui-tooltip-content::before
{
   bottom: -10px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
.msbc-tooltip .ui-tooltip-content::after
{
   bottom: -8px;
   border-color: #000000 transparent;
   border-width: 10px 10px 0;
}
#wb_master-pageLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master-pageLayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#master-pageLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#master-pageLayoutGrid1 > .row > .col-1, #master-pageLayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master-pageLayoutGrid1 > .row > .col-1, #master-pageLayoutGrid1 > .row > .col-2
{
   float: left;
}
#master-pageLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#master-pageLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: right;
}
#master-pageLayoutGrid1:before,
#master-pageLayoutGrid1:after,
#master-pageLayoutGrid1 .row:before,
#master-pageLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#master-pageLayoutGrid1:after,
#master-pageLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 300px)
{
#master-pageLayoutGrid1 > .row > .col-1, #master-pageLayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_master-pageImage1
{
   margin: 0;
   vertical-align: top;
}
#master-pageImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 149px;
   height: 146px;
   vertical-align: top;
}
#wb_master-pageLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #C09D00;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master-pageLayoutGrid2
{
   box-sizing: border-box;
   padding: 10px 10px 10px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#master-pageLayoutGrid2 > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#master-pageLayoutGrid2 > .row > .col-1, #master-pageLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#master-pageLayoutGrid2 > .row > .col-1, #master-pageLayoutGrid2 > .row > .col-2
{
   float: left;
}
#master-pageLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#master-pageLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   width: 0;
   text-align: left;
}
#master-pageLayoutGrid2:before,
#master-pageLayoutGrid2:after,
#master-pageLayoutGrid2 .row:before,
#master-pageLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#master-pageLayoutGrid2:after,
#master-pageLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#master-pageLayoutGrid2 > .row > .col-1, #master-pageLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_short-courses-heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#short-courses-heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#pr-breadcrumb
{
   list-style: none;
   padding: 8px 15px 8px 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#pr-breadcrumb > li
{
   display: inline-block;
   font-size: 16px;
   text-transform: none;
}
#pr-breadcrumb a
{
   color: #FFFFFF;
   text-decoration: none;
}
#pr-breadcrumb a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#pr-breadcrumb > .active
{
   color: #FF0000;
}
#pr-breadcrumb > .active a
{
   color: inherit;
   pointer-events: none;
}
#pr-breadcrumb > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #FFFFFF;
}
#wb_about-usLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/SUMMER SCHOOL (JULY & AUGUST)-min.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#about-usLayoutGrid1
{
   box-sizing: border-box;
   padding: 180px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#about-usLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#about-usLayoutGrid1 > .row > .col-1
{
   float: left;
}
#about-usLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#about-usLayoutGrid1:before,
#about-usLayoutGrid1:after,
#about-usLayoutGrid1 .row:before,
#about-usLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#about-usLayoutGrid1:after,
#about-usLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#about-usLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#about-usLayoutGrid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.59;
}
#wb_how-to-make-paymentLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#how-to-make-paymentLayoutGrid1
{
   box-sizing: border-box;
   padding: 40px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#how-to-make-paymentLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1, #how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1, #how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   float: left;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   width: 0;
   text-align: left;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#how-to-make-paymentLayoutGrid1:before,
#how-to-make-paymentLayoutGrid1:after,
#how-to-make-paymentLayoutGrid1 .row:before,
#how-to-make-paymentLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#how-to-make-paymentLayoutGrid1:after,
#how-to-make-paymentLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#how-to-make-paymentLayoutGrid1 > .row > .col-1, #how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_how-to-make-paymentImage1
{
   margin: 0;
   vertical-align: top;
}
#how-to-make-paymentImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 311px;
   height: 207px;
   vertical-align: top;
}
#wb_vacation-schoolImage1
{
   margin: 0;
   vertical-align: top;
}
#vacation-schoolImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#partners-container
{
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #EAEAEA;
   border-right-color: #EAEAEA;
   border-bottom-color: #EAEAEA;
   border-left-color: #EAEAEA;
   margin: 0;
}
#footer
{
   background-color: #404041;
   background-image: none;
   border-top-width: 6px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #D1D1D1;
   border-right-color: #D1D1D1;
   border-bottom-color: #D1D1D1;
   border-left-color: #D1D1D1;
   margin: 0;
}
#wb_master-pageLayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master-pageLayoutGrid3
{
   box-sizing: border-box;
   padding: 0 0 55px 0;
   margin-right: auto;
   margin-left: auto;
}
#master-pageLayoutGrid3 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#master-pageLayoutGrid3 > .row > .col-1, #master-pageLayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#master-pageLayoutGrid3 > .row > .col-1, #master-pageLayoutGrid3 > .row > .col-2
{
   float: left;
}
#master-pageLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#master-pageLayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: right;
}
#master-pageLayoutGrid3:before,
#master-pageLayoutGrid3:after,
#master-pageLayoutGrid3 .row:before,
#master-pageLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#master-pageLayoutGrid3:after,
#master-pageLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 300px)
{
#master-pageLayoutGrid3 > .row > .col-1, #master-pageLayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_master-pageIconFont1
{
   background-color: #404041;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_master-pageIconFont1 a
{
   text-decoration: none;
}
#wb_master-pageIconFont1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#master-pageIconFont1
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master-pageIconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_master-pageIconFont1:hover #master-pageIconFont1 i
{
   color: #DCDCDC;
}
#wb_master-pageIconFont2
{
   background-color: #404041;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_master-pageIconFont2 a
{
   text-decoration: none;
}
#wb_master-pageIconFont2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#master-pageIconFont2
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master-pageIconFont2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_master-pageIconFont2:hover #master-pageIconFont2 i
{
   color: #DCDCDC;
}
#wb_master-pageIconFont3
{
   background-color: #404041;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_master-pageIconFont3 a
{
   text-decoration: none;
}
#wb_master-pageIconFont3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#master-pageIconFont3
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master-pageIconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_master-pageIconFont3:hover #master-pageIconFont3 i
{
   color: #DCDCDC;
}
#wb_master-pageIconFont4
{
   background-color: #404041;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 5px 5px 5px 5px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_master-pageIconFont4 a
{
   text-decoration: none;
}
#wb_master-pageIconFont4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#master-pageIconFont4
{
   height: 17px;
   width: 17px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master-pageIconFont4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 17px;
   line-height: 17px;
   vertical-align: middle;
}
#wb_master-pageIconFont4:hover #master-pageIconFont4 i
{
   color: #DCDCDC;
}
#about-usLine2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 18px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#master-pageLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 18px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#master-pageLine2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 18px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_tw-icon
{
   position: absolute;
   left: 934px;
   top: 98px;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 34;
}
#footer
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 274px;
   float: left;
   display: inline-block;
   z-index: 58;
}
#wb_vacation-schoolImage1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 15;
}
#wb_master-pageBreadcrumb1
{
   position: absolute;
   left: 294px;
   top: 228px;
   width: 334px;
   height: 30px;
   visibility: hidden;
   z-index: 47;
   vertical-align: top;
}
#wb_footer-nav
{
   position: absolute;
   left: 699px;
   top: 227px;
   width: 313px;
   height: 32px;
   z-index: 44;
   vertical-align: top;
}
#wb_ql-heading
{
   position: absolute;
   left: 16px;
   top: 163px;
   width: 250px;
   height: 25px;
   z-index: 36;
}
#back-to-top
{
   position: fixed;
   text-align: left;
   visibility: hidden;
   left: auto;
   right: 30px;
   top: auto;
   bottom: 30px;
   width: 50px;
   height: 50px;
   z-index: 56;
}
#wb_hrs-heading
{
   position: absolute;
   left: 515px;
   top: 68px;
   width: 208px;
   height: 25px;
   z-index: 42;
}
#wb_hrs-text
{
   position: absolute;
   left: 515px;
   top: 98px;
   width: 349px;
   height: 36px;
   z-index: 41;
}
#wb_ct-heading
{
   position: absolute;
   left: 243px;
   top: 68px;
   width: 208px;
   height: 25px;
   z-index: 40;
}
#wb_st-heading
{
   position: absolute;
   left: 16px;
   top: 68px;
   width: 208px;
   height: 25px;
   z-index: 37;
}
#wb_copyright
{
   position: absolute;
   left: 16px;
   top: 233px;
   width: 525px;
   height: 21px;
   z-index: 31;
}
#wb_riwc-logo
{
   position: absolute;
   left: 90px;
   top: 73px;
   width: 78px;
   height: 78px;
   z-index: 26;
}
#wb_lj-logo
{
   position: absolute;
   left: 184px;
   top: 85px;
   width: 205px;
   height: 54px;
   z-index: 21;
}
#master-pageLine2
{
   display: inline-block;
   width: 10px;
   z-index: 7;
}
#master-pageLine1
{
   display: inline-block;
   width: 10px;
   z-index: 5;
}
#wb_master-pageImage1
{
   display: inline-block;
   width: 149px;
   height: 146px;
   z-index: 1;
}
#wb_ig-icon
{
   position: absolute;
   left: 904px;
   top: 98px;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 33;
}
#wb_yt-icon
{
   position: absolute;
   left: 964px;
   top: 98px;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 46;
}
#wb_footer-link
{
   position: absolute;
   left: 0px;
   top: 186px;
   width: 922px;
   height: 30px;
   z-index: 45;
   vertical-align: top;
}
#wb_footer-heading
{
   position: absolute;
   left: 16px;
   top: 25px;
   width: 250px;
   height: 33px;
   z-index: 35;
}
#footer_Container
{
   width: 1024px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_apply-button
{
   display: inline-block;
   width: 137px;
   height: 47px;
   z-index: 10;
   position: relative;
}
#wb_master-pageFontAwesomeIcon10
{
   position: absolute;
   left: 5px;
   top: 3px;
   width: 41px;
   height: 44px;
   text-align: center;
   z-index: 0;
}
#top
{
   visibility: hidden;
}
#about-usLine2
{
   display: inline-block;
   width: 10px;
   z-index: 3;
}
#wb_ed-logo
{
   position: absolute;
   left: 798px;
   top: 83px;
   width: 137px;
   height: 59px;
   z-index: 25;
}
#wb_hdl-logo
{
   position: absolute;
   left: 479px;
   top: 91px;
   width: 150px;
   height: 52px;
   visibility: hidden;
   z-index: 22;
}
#wb_master-pageIconFont4
{
   display: inline-block;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 8;
}
#wb_master-pageIconFont3
{
   display: inline-block;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 6;
}
#wb_master-pageIconFont2
{
   display: inline-block;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 4;
}
#wb_master-pageIconFont1
{
   display: inline-block;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 2;
}
#wb_ct-text
{
   position: absolute;
   left: 243px;
   top: 98px;
   width: 254px;
   height: 54px;
   z-index: 39;
}
#wb_st-text
{
   position: absolute;
   left: 16px;
   top: 98px;
   width: 208px;
   height: 54px;
   z-index: 38;
}
#wb_menu
{
   display: block;
   width: 100%;
   z-index: 11;
}
#wb_msbc-logo
{
   position: absolute;
   left: 726px;
   top: 78px;
   width: 57px;
   height: 68px;
   z-index: 27;
}
#wb_fb-icon
{
   position: absolute;
   left: 874px;
   top: 98px;
   width: 17px;
   height: 17px;
   text-align: center;
   z-index: 32;
}
#wb_partners-text
{
   position: absolute;
   left: 279px;
   top: 24px;
   width: 466px;
   height: 49px;
   text-align: center;
   z-index: 20;
}
#wb_short-courses-heading
{
   display: block;
   width: 100%;
   z-index: 12;
}
#copyrightnotice
{
   color: #FFFFFF;
   font-size: 15px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-align: left;
   text-decoration: none;
}
#partners-container_Container
{
   width: 1024px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_how-to-make-paymentImage1
{
   display: inline-block;
   width: 311px;
   height: 207px;
   z-index: 14;
}
#wb_top
{
   position: absolute;
   left: 1035px;
   top: 0px;
   width: 20px;
   height: 20px;
   z-index: 55;
}
#wb_national-theatre-logo
{
   position: absolute;
   left: 405px;
   top: 80px;
   width: 146px;
   height: 64px;
   z-index: 30;
}
#partners-container
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 178px;
   float: left;
   display: inline-block;
   z-index: 57;
}
#wb_pr-breadcrumb
{
   display: inline-block;
   width: 458px;
   height: 29px;
   z-index: 13;
   vertical-align: top;
}
#wb_sm-text
{
   position: absolute;
   left: 874px;
   top: 68px;
   width: 130px;
   height: 24px;
   z-index: 43;
}
#wb_nap-logo
{
   position: absolute;
   left: 564px;
   top: 80px;
   width: 146px;
   height: 64px;
   z-index: 23;
}
@media only screen and (min-width: 960px) and (max-width: 1023px)
{
div#container
{
   width: 960px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_menu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_menu ul li a
{
   font-weight: normal;
   font-size: 15px;
   text-decoration: none;
}
#wb_menu ul li a, #wb_menu .toggle
{
   font-weight: normal;
   font-size: 15px;
}
#menu
{
   height: 45px;
}
#wb_menu ul ul
{
   top: 45px;
}
#wb_menu ul ul ul li
{
   left: 360px;
   top: -45px;
}
#wb_menu > ul > li > a
{
   height: 29px;
}
#wb_menu ul ul li
{
   width: 360px;
}
#wb_copyright
{
   left: 16px;
   top: 233px;
   width: 525px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_fb-icon
{
   left: 818px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#fb-icon
{
   width: 17px;
   height: 17px;
}
#fb-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_ig-icon
{
   left: 848px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#ig-icon
{
   width: 17px;
   height: 17px;
}
#ig-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_tw-icon
{
   left: 878px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#tw-icon
{
   width: 17px;
   height: 17px;
}
#tw-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_yt-icon
{
   left: 908px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#yt-icon
{
   width: 17px;
   height: 17px;
}
#yt-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_footer-heading
{
   left: 16px;
   top: 25px;
   width: 250px;
   height: 29px;
   visibility: visible;
   display: inline;
}
#wb_footer-heading
{
   margin: 0;
   padding: 0;
}
#wb_ql-heading
{
   left: 16px;
   top: 163px;
   width: 250px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_ql-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-heading
{
   left: 16px;
   top: 68px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_st-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-text
{
   left: 16px;
   top: 98px;
   width: 174px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_st-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-text
{
   left: 217px;
   top: 98px;
   width: 231px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_ct-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-heading
{
   left: 217px;
   top: 68px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_ct-heading
{
   margin: 0;
   padding: 0;
}
#wb_hrs-text
{
   left: 475px;
   top: 98px;
   width: 319px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_hrs-text
{
   margin: 0;
   padding: 0;
}
#wb_hrs-heading
{
   left: 475px;
   top: 68px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_hrs-heading
{
   margin: 0;
   padding: 0;
}
#wb_sm-text
{
   left: 818px;
   top: 68px;
   width: 130px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_sm-text
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_footer-nav
{
   left: 648px;
   top: 227px;
   width: 300px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#footer-nav
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-nav > li + li:before
{
   padding: 0 5px;
}
#wb_footer-link
{
   left: 0px;
   top: 186px;
   width: 905px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#footer-link
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-link > li + li:before
{
   padding: 0 8px;
}
#back-to-top
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
}
#wb_master-pageFontAwesomeIcon10
{
   left: 5px;
   top: 3px;
   width: 41px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#master-pageFontAwesomeIcon10
{
   width: 41px;
   height: 44px;
}
#master-pageFontAwesomeIcon10 i
{
   line-height: 44px;
   font-size: 41px;
   width: 25px;
}
#wb_master-pageFontAwesomeIcon10:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_top
{
   left: 956px;
   top: 0px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_apply-button
{
   width: 140px;
   height: 49px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#apply-button
{
   width: 140px;
   height: 49px;
}
#partner-dym-tooltip
{
   left: 798px;
   top: 23px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-jmk-aid-tooltip
{
   left: 589px;
   top: 33px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-bhf-tooltip
{
   left: 169px;
   top: 11px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-asaah-tooltip
{
   left: 10px;
   top: 8px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_partners-text
{
   left: 247px;
   top: 23px;
   width: 466px;
   height: 41px;
   visibility: visible;
   display: inline;
}
#wb_partners-text
{
   margin: 0;
   padding: 0;
}
#wb_riwc-logo
{
   left: 83px;
   top: 73px;
   width: 75px;
   height: 75px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_hdl-logo
{
   left: 443px;
   top: 85px;
   width: 164px;
   height: 57px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_lj-logo
{
   left: 169px;
   top: 87px;
   width: 179px;
   height: 47px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_nap-logo
{
   left: 518px;
   top: 79px;
   width: 144px;
   height: 63px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_master-pageBreadcrumb1
{
   left: 59px;
   top: 38px;
   width: 334px;
   height: 30px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#master-pageBreadcrumb1
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#master-pageBreadcrumb1 > li + li:before
{
   padding: 0 8px;
}
#wb_ed-logo
{
   left: 745px;
   top: 88px;
   width: 105px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#edify-tooltip
{
   left: 762px;
   top: 8px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_msbc-logo
{
   left: 673px;
   top: 75px;
   width: 61px;
   height: 71px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_national-theatre-logo
{
   left: 359px;
   top: 78px;
   width: 146px;
   height: 64px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#national-theatre-tooltip
{
   left: 352px;
   top: 34px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#msbc-tooltip
{
   left: 792px;
   top: 18px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_master-pageLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid1
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#master-pageLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#master-pageLayoutGrid1 > .row > .col-1, #master-pageLayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#master-pageLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 58.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_master-pageImage1
{
   width: 149px;
   height: 146px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master-pageImage1
{
   width: 149px;
   height: 146px;
}
#wb_master-pageLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid2
{
   height: auto;
   padding: 10px 10px 10px 10px;
}
#master-pageLayoutGrid2 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#master-pageLayoutGrid2 > .row > .col-1, #master-pageLayoutGrid2 > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#master-pageLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid2 > .row > .col-2
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_short-courses-heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_short-courses-heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#short-courses-heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_pr-breadcrumb
{
   width: 458px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#pr-breadcrumb
{
   padding: 8px 15px 8px 0;
   text-align: left;
}
#pr-breadcrumb > li + li:before
{
   padding: 0 5px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 180px 15px 40px 15px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_how-to-make-paymentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#how-to-make-paymentLayoutGrid1
{
   height: auto;
   padding: 40px 15px 30px 15px;
}
#how-to-make-paymentLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1, #how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentImage1
{
   width: 290px;
   height: 193px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#how-to-make-paymentImage1
{
   width: 290px;
   height: 193px;
}
#partners-container
{
   height: 163px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: #F9F9F9;
   background-image: none;
}
#partners-container
{
   width: 100%;
   margin: 0;
}
#partners-container_Container
{
   width: 960px;
}
#partners-container
{
    width: 100%;
    height: 163px;
}
#footer
{
   height: 281px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#footer
{
   width: 100%;
   margin: 0;
}
#footer_Container
{
   width: 960px;
}
#footer
{
    width: 100%;
    height: 281px;
}
#wb_master-pageLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid3
{
   height: auto;
   padding: 0 0 55px 0;
}
#master-pageLayoutGrid3 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1, #master-pageLayoutGrid3 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid3 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_master-pageIconFont1
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont1
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont1 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont2
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont2
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont2 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont3
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont3
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont3 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont4
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont4
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont4 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#about-usLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#about-usLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine1
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine1
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_menu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_menu ul li a
{
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
}
#wb_menu ul li a, #wb_menu .toggle
{
   font-weight: normal;
   font-size: 16px;
}
#menu
{
   height: 46px;
}
#wb_menu ul ul
{
   top: 46px;
}
#wb_menu ul ul ul li
{
   left: 360px;
   top: -46px;
}
#wb_menu > ul > li > a
{
   height: 30px;
}
#wb_menu ul ul li
{
   width: 360px;
}
#wb_copyright
{
   left: 16px;
   top: 264px;
   width: 525px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_fb-icon
{
   left: 541px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#fb-icon
{
   width: 17px;
   height: 17px;
}
#fb-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_ig-icon
{
   left: 571px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#ig-icon
{
   width: 17px;
   height: 17px;
}
#ig-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_tw-icon
{
   left: 601px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#tw-icon
{
   width: 17px;
   height: 17px;
}
#tw-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_yt-icon
{
   left: 631px;
   top: 98px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#yt-icon
{
   width: 17px;
   height: 17px;
}
#yt-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_footer-heading
{
   left: 16px;
   top: 25px;
   width: 250px;
   height: 29px;
   visibility: visible;
   display: inline;
}
#wb_footer-heading
{
   margin: 0;
   padding: 0;
}
#wb_ql-heading
{
   left: 16px;
   top: 185px;
   width: 250px;
   height: 23px;
   visibility: hidden;
   display: none;
}
#wb_ql-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-heading
{
   left: 16px;
   top: 68px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_st-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-text
{
   left: 16px;
   top: 98px;
   width: 174px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_st-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-text
{
   left: 262px;
   top: 98px;
   width: 231px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_ct-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-heading
{
   left: 262px;
   top: 68px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_ct-heading
{
   margin: 0;
   padding: 0;
}
#wb_hrs-text
{
   left: 16px;
   top: 196px;
   width: 319px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_hrs-text
{
   margin: 0;
   padding: 0;
}
#wb_hrs-heading
{
   left: 16px;
   top: 166px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_hrs-heading
{
   margin: 0;
   padding: 0;
}
#wb_sm-text
{
   left: 541px;
   top: 68px;
   width: 130px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_sm-text
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_footer-nav
{
   left: 417px;
   top: 204px;
   width: 300px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#footer-nav
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-nav > li + li:before
{
   padding: 0 5px;
}
#wb_footer-link
{
   left: 16px;
   top: 186px;
   width: 725px;
   height: 30px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#footer-link
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-link > li + li:before
{
   padding: 0 8px;
}
#back-to-top
{
   width: 48px;
   height: 48px;
   visibility: hidden;
   display: none;
}
#wb_master-pageFontAwesomeIcon10
{
   left: 4px;
   top: 2px;
   width: 41px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#master-pageFontAwesomeIcon10
{
   width: 41px;
   height: 44px;
}
#master-pageFontAwesomeIcon10 i
{
   line-height: 44px;
   font-size: 41px;
   width: 25px;
}
#wb_master-pageFontAwesomeIcon10:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_top
{
   left: 751px;
   top: 0px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_apply-button
{
   width: 169px;
   height: 49px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#apply-button
{
   width: 169px;
   height: 49px;
}
#partner-dym-tooltip
{
   left: 612px;
   top: 23px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-jmk-aid-tooltip
{
   left: 362px;
   top: 33px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-bhf-tooltip
{
   left: 133px;
   top: 11px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-asaah-tooltip
{
   left: 10px;
   top: 8px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_partners-text
{
   left: 151px;
   top: 23px;
   width: 466px;
   height: 41px;
   visibility: visible;
   display: inline;
}
#wb_partners-text
{
   margin: 0;
   padding: 0;
}
#wb_riwc-logo
{
   left: 71px;
   top: 64px;
   width: 83px;
   height: 83px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_hdl-logo
{
   left: 174px;
   top: 71px;
   width: 201px;
   height: 70px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_lj-logo
{
   left: 165px;
   top: 81px;
   width: 183px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_nap-logo
{
   left: 359px;
   top: 75px;
   width: 140px;
   height: 61px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_master-pageBreadcrumb1
{
   left: 16px;
   top: 24px;
   width: 334px;
   height: 30px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#master-pageBreadcrumb1
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#master-pageBreadcrumb1 > li + li:before
{
   padding: 0 8px;
}
#wb_ed-logo
{
   left: 290px;
   top: 153px;
   width: 105px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#edify-tooltip
{
   left: 165px;
   top: 33px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_msbc-logo
{
   left: 405px;
   top: 136px;
   width: 67px;
   height: 78px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_national-theatre-logo
{
   left: 511px;
   top: 75px;
   width: 150px;
   height: 60px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#national-theatre-tooltip
{
   left: 352px;
   top: 34px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#msbc-tooltip
{
   left: 10px;
   top: 9px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_master-pageLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid1
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#master-pageLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#master-pageLayoutGrid1 > .row > .col-1, #master-pageLayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#master-pageLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 66.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_master-pageImage1
{
   width: 114px;
   height: 112px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master-pageImage1
{
   width: 114px;
   height: 112px;
}
#wb_master-pageLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid2
{
   height: auto;
   padding: 10px 10px 10px 10px;
}
#master-pageLayoutGrid2 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#master-pageLayoutGrid2 > .row > .col-1, #master-pageLayoutGrid2 > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#master-pageLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid2 > .row > .col-2
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_short-courses-heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_short-courses-heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#short-courses-heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_pr-breadcrumb
{
   width: 458px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#pr-breadcrumb
{
   padding: 8px 15px 8px 0;
   text-align: left;
}
#pr-breadcrumb > li + li:before
{
   padding: 0 5px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 100px 15px 40px 15px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_how-to-make-paymentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#how-to-make-paymentLayoutGrid1
{
   height: auto;
   padding: 40px 15px 30px 15px;
}
#how-to-make-paymentLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1, #how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentImage1
{
   width: 226px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#how-to-make-paymentImage1
{
   width: 226px;
   height: 150px;
}
#partners-container
{
   height: 228px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#partners-container
{
   width: 100%;
   margin: 0;
}
#partners-container_Container
{
   width: 768px;
}
#partners-container
{
    width: 100%;
    height: 228px;
}
#footer
{
   height: 304px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#footer
{
   width: 100%;
   margin: 0;
}
#footer_Container
{
   width: 768px;
}
#footer
{
    width: 100%;
    height: 304px;
}
#wb_master-pageLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid3
{
   height: auto;
   padding: 0 0 55px 0;
}
#master-pageLayoutGrid3 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1, #master-pageLayoutGrid3 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid3 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_master-pageIconFont1
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont1
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont1 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont2
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont2
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont2 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont3
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont3
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont3 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont4
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont4
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont4 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#about-usLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#about-usLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine1
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine1
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_menu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_menu ul li a
{
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
}
#wb_menu ul li a, #wb_menu .toggle
{
   font-weight: normal;
   font-size: 16px;
}
#menu
{
   height: 46px;
}
#wb_menu ul ul
{
   top: 46px;
}
#wb_menu ul ul ul li
{
   left: 360px;
   top: -46px;
}
#wb_menu > ul > li > a
{
   height: 30px;
}
#wb_menu ul ul li
{
   width: 360px;
}
#wb_copyright
{
   left: 16px;
   top: 340px;
   width: 449px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_fb-icon
{
   left: 338px;
   top: 196px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#fb-icon
{
   width: 17px;
   height: 17px;
}
#fb-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_ig-icon
{
   left: 368px;
   top: 196px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#ig-icon
{
   width: 17px;
   height: 17px;
}
#ig-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_tw-icon
{
   left: 398px;
   top: 196px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#tw-icon
{
   width: 17px;
   height: 17px;
}
#tw-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_yt-icon
{
   left: 428px;
   top: 196px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#yt-icon
{
   width: 17px;
   height: 17px;
}
#yt-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_footer-heading
{
   left: 16px;
   top: 25px;
   width: 250px;
   height: 29px;
   visibility: visible;
   display: inline;
}
#wb_footer-heading
{
   margin: 0;
   padding: 0;
}
#wb_ql-heading
{
   left: 16px;
   top: 185px;
   width: 250px;
   height: 23px;
   visibility: hidden;
   display: none;
}
#wb_ql-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-heading
{
   left: 16px;
   top: 68px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_st-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-text
{
   left: 16px;
   top: 98px;
   width: 174px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_st-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-text
{
   left: 224px;
   top: 98px;
   width: 231px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_ct-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-heading
{
   left: 224px;
   top: 68px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_ct-heading
{
   margin: 0;
   padding: 0;
}
#wb_hrs-text
{
   left: 16px;
   top: 196px;
   width: 319px;
   height: 16px;
   visibility: visible;
   display: inline;
}
#wb_hrs-text
{
   margin: 0;
   padding: 0;
}
#wb_hrs-heading
{
   left: 16px;
   top: 166px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_hrs-heading
{
   margin: 0;
   padding: 0;
}
#wb_sm-text
{
   left: 338px;
   top: 166px;
   width: 130px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_sm-text
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_footer-nav
{
   left: 0px;
   top: 254px;
   width: 300px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#footer-nav
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-nav > li + li:before
{
   padding: 0 5px;
}
#wb_footer-link
{
   left: 8px;
   top: 146px;
   width: 334px;
   height: 30px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#footer-link
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-link > li + li:before
{
   padding: 0 8px;
}
#back-to-top
{
   width: 48px;
   height: 48px;
   visibility: hidden;
   display: none;
}
#wb_master-pageFontAwesomeIcon10
{
   left: 3px;
   top: 2px;
   width: 41px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#master-pageFontAwesomeIcon10
{
   width: 41px;
   height: 44px;
}
#master-pageFontAwesomeIcon10 i
{
   line-height: 44px;
   font-size: 41px;
   width: 25px;
}
#wb_master-pageFontAwesomeIcon10:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_top
{
   left: 465px;
   top: 0px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_apply-button
{
   width: 141px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#apply-button
{
   width: 141px;
   height: 42px;
}
#partner-dym-tooltip
{
   left: 10px;
   top: 11px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-jmk-aid-tooltip
{
   left: 0px;
   top: 23px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-bhf-tooltip
{
   left: 133px;
   top: 11px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-asaah-tooltip
{
   left: 10px;
   top: 8px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_partners-text
{
   left: 82px;
   top: 23px;
   width: 317px;
   height: 41px;
   visibility: visible;
   display: inline;
}
#wb_partners-text
{
   margin: 0;
   padding: 0;
}
#wb_riwc-logo
{
   left: 253px;
   top: 148px;
   width: 74px;
   height: 74px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_hdl-logo
{
   left: 236px;
   top: 149px;
   width: 175px;
   height: 61px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_lj-logo
{
   left: 23px;
   top: 84px;
   width: 171px;
   height: 45px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_nap-logo
{
   left: 202px;
   top: 77px;
   width: 142px;
   height: 62px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_master-pageBreadcrumb1
{
   left: 14px;
   top: 295px;
   width: 334px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master-pageBreadcrumb1
{
   padding: 8px 15px 8px 0;
   text-align: left;
}
#master-pageBreadcrumb1 > li + li:before
{
   padding: 0 8px;
}
#wb_ed-logo
{
   left: 352px;
   top: 86px;
   width: 105px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#edify-tooltip
{
   left: 9px;
   top: 142px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_msbc-logo
{
   left: 337px;
   top: 153px;
   width: 56px;
   height: 65px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_national-theatre-logo
{
   left: 88px;
   top: 154px;
   width: 155px;
   height: 62px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#national-theatre-tooltip
{
   left: 352px;
   top: 34px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#msbc-tooltip
{
   left: 10px;
   top: 9px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_master-pageLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid1
{
   height: auto;
   padding: 10px 30px 10px 30px;
}
#master-pageLayoutGrid1 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#master-pageLayoutGrid1 > .row > .col-1, #master-pageLayoutGrid1 > .row > .col-2
{
   padding-right: 30px;
   padding-left: 30px;
}
#master-pageLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 58.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_master-pageImage1
{
   width: 90px;
   height: 88px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master-pageImage1
{
   width: 90px;
   height: 88px;
}
#wb_master-pageLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid2
{
   height: auto;
   padding: 10px 30px 10px 30px;
}
#master-pageLayoutGrid2 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#master-pageLayoutGrid2 > .row > .col-1, #master-pageLayoutGrid2 > .row > .col-2
{
   padding-right: 30px;
   padding-left: 30px;
}
#master-pageLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid2 > .row > .col-2
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_short-courses-heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_short-courses-heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#short-courses-heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: left;
   text-transform: none;
}
#wb_pr-breadcrumb
{
   width: 420px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#pr-breadcrumb
{
   padding: 8px 15px 8px 0;
   text-align: left;
}
#pr-breadcrumb > li + li:before
{
   padding: 0 5px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 100px 30px 40px 30px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   padding-right: 30px;
   padding-left: 30px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_how-to-make-paymentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#how-to-make-paymentLayoutGrid1
{
   height: auto;
   padding: 40px 30px 30px 30px;
}
#how-to-make-paymentLayoutGrid1 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1, #how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   padding-right: 30px;
   padding-left: 30px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentImage1
{
   width: 226px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#how-to-make-paymentImage1
{
   width: 226px;
   height: 150px;
}
#partners-container
{
   height: 239px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#partners-container
{
   width: 100%;
   margin: 0;
}
#partners-container_Container
{
   width: 480px;
}
#partners-container
{
    width: 100%;
    height: 239px;
}
#footer
{
   height: 377px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#footer
{
   width: 100%;
   margin: 0;
}
#footer_Container
{
   width: 480px;
}
#footer
{
    width: 100%;
    height: 377px;
}
#wb_master-pageLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid3
{
   height: auto;
   padding: 0 0 55px 0;
}
#master-pageLayoutGrid3 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1, #master-pageLayoutGrid3 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid3 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_master-pageIconFont1
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont1
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont1 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont2
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont2
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont2 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont3
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont3
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont3 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont4
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont4
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont4 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#about-usLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#about-usLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine1
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine1
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_menu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_menu ul li a
{
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
}
#wb_menu ul li a, #wb_menu .toggle
{
   font-weight: normal;
   font-size: 16px;
}
#menu
{
   height: 46px;
}
#wb_menu ul ul
{
   top: 46px;
}
#wb_menu ul ul ul li
{
   left: 360px;
   top: -46px;
}
#wb_menu > ul > li > a
{
   height: 30px;
}
#wb_menu ul ul li
{
   width: 360px;
}
#wb_copyright
{
   left: 14px;
   top: 459px;
   width: 293px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_fb-icon
{
   left: 205px;
   top: 92px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#fb-icon
{
   width: 17px;
   height: 17px;
}
#fb-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 9px;
}
#wb_ig-icon
{
   left: 235px;
   top: 92px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#ig-icon
{
   width: 17px;
   height: 17px;
}
#ig-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 13px;
}
#wb_tw-icon
{
   left: 266px;
   top: 92px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#tw-icon
{
   width: 17px;
   height: 17px;
}
#tw-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 13px;
}
#wb_yt-icon
{
   left: 205px;
   top: 122px;
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#yt-icon
{
   width: 17px;
   height: 17px;
}
#yt-icon i
{
   line-height: 17px;
   font-size: 17px;
   width: 13px;
}
#wb_footer-heading
{
   left: 16px;
   top: 19px;
   width: 250px;
   height: 29px;
   visibility: visible;
   display: inline;
}
#wb_footer-heading
{
   margin: 0;
   padding: 0;
}
#wb_ql-heading
{
   left: 16px;
   top: 376px;
   width: 250px;
   height: 23px;
   visibility: hidden;
   display: none;
}
#wb_ql-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-heading
{
   left: 16px;
   top: 62px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_st-heading
{
   margin: 0;
   padding: 0;
}
#wb_st-text
{
   left: 16px;
   top: 92px;
   width: 174px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_st-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-text
{
   left: 16px;
   top: 191px;
   width: 231px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_ct-text
{
   margin: 0;
   padding: 0;
}
#wb_ct-heading
{
   left: 16px;
   top: 161px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_ct-heading
{
   margin: 0;
   padding: 0;
}
#wb_hrs-text
{
   left: 16px;
   top: 295px;
   width: 268px;
   height: 64px;
   visibility: visible;
   display: inline;
}
#wb_hrs-text
{
   margin: 0;
   padding: 0;
}
#wb_hrs-heading
{
   left: 16px;
   top: 265px;
   width: 208px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_hrs-heading
{
   margin: 0;
   padding: 0;
}
#wb_sm-text
{
   left: 205px;
   top: 62px;
   width: 106px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_sm-text
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_footer-nav
{
   left: 1px;
   top: 374px;
   width: 300px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#footer-nav
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-nav > li + li:before
{
   padding: 0 5px;
}
#wb_footer-link
{
   left: 16px;
   top: 367px;
   width: 250px;
   height: 30px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#footer-link
{
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#footer-link > li + li:before
{
   padding: 0 8px;
}
#back-to-top
{
   width: 48px;
   height: 48px;
   visibility: hidden;
   display: none;
}
#wb_master-pageFontAwesomeIcon10
{
   left: 4px;
   top: 2px;
   width: 41px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#master-pageFontAwesomeIcon10
{
   width: 41px;
   height: 44px;
}
#master-pageFontAwesomeIcon10 i
{
   line-height: 44px;
   font-size: 41px;
   width: 25px;
}
#wb_master-pageFontAwesomeIcon10:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_top
{
   left: 304px;
   top: 0px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_apply-button
{
   width: 129px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#apply-button
{
   width: 129px;
   height: 42px;
}
#partner-dym-tooltip
{
   left: 10px;
   top: 11px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-jmk-aid-tooltip
{
   left: 0px;
   top: 23px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-bhf-tooltip
{
   left: 133px;
   top: 11px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#partner-asaah-tooltip
{
   left: 10px;
   top: 8px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_partners-text
{
   left: 44px;
   top: 23px;
   width: 233px;
   height: 65px;
   visibility: visible;
   display: inline;
}
#wb_partners-text
{
   margin: 0;
   padding: 0;
}
#wb_riwc-logo
{
   left: 60px;
   top: 289px;
   width: 83px;
   height: 83px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_hdl-logo
{
   left: 5px;
   top: 224px;
   width: 173px;
   height: 60px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_lj-logo
{
   left: 59px;
   top: 98px;
   width: 203px;
   height: 51px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_nap-logo
{
   left: 95px;
   top: 226px;
   width: 131px;
   height: 57px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_master-pageBreadcrumb1
{
   left: 14px;
   top: 417px;
   width: 287px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master-pageBreadcrumb1
{
   padding: 8px 15px 8px 0;
   text-align: left;
}
#master-pageBreadcrumb1 > li + li:before
{
   padding: 0 8px;
}
#wb_ed-logo
{
   left: 150px;
   top: 308px;
   width: 105px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#edify-tooltip
{
   left: 9px;
   top: 142px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_msbc-logo
{
   left: 213px;
   top: 156px;
   width: 56px;
   height: 65px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_national-theatre-logo
{
   left: 45px;
   top: 156px;
   width: 160px;
   height: 64px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#national-theatre-tooltip
{
   left: 10px;
   top: 9px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#msbc-tooltip
{
   left: 10px;
   top: 9px;
   width: 73px;
   height: 29px;
   visibility: hidden;
   display: none;
}
#wb_master-pageLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid1
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#master-pageLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#master-pageLayoutGrid1 > .row > .col-1, #master-pageLayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#master-pageLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#master-pageLayoutGrid1 > .row > .col-2
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_master-pageImage1
{
   width: 147px;
   height: 144px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master-pageImage1
{
   width: 147px;
   height: 144px;
}
#wb_master-pageLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master-pageLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid2
{
   height: auto;
   padding: 10px 10px 10px 10px;
}
#master-pageLayoutGrid2 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#master-pageLayoutGrid2 > .row > .col-1, #master-pageLayoutGrid2 > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#master-pageLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid2 > .row > .col-2
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_short-courses-heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_short-courses-heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#short-courses-heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   text-transform: none;
}
#wb_pr-breadcrumb
{
   width: 260px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#pr-breadcrumb
{
   padding: 8px 15px 8px 0;
   text-align: left;
}
#pr-breadcrumb > li + li:before
{
   padding: 0 5px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 100px 30px 40px 30px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   padding-right: 30px;
   padding-left: 30px;
}
#about-usLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_how-to-make-paymentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#how-to-make-paymentLayoutGrid1
{
   height: auto;
   padding: 40px 30px 30px 30px;
}
#how-to-make-paymentLayoutGrid1 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1, #how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   padding-right: 30px;
   padding-left: 30px;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-1
{
   display: none;
   width: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#how-to-make-paymentLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_how-to-make-paymentImage1
{
   width: 226px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#how-to-make-paymentImage1
{
   width: 226px;
   height: 150px;
}
#partners-container
{
   height: 391px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#partners-container
{
   width: 100%;
   margin: 0;
}
#partners-container_Container
{
   width: 320px;
}
#partners-container
{
    width: 100%;
    height: 391px;
}
#footer
{
   height: 501px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#footer
{
   width: 100%;
   margin: 0;
}
#footer_Container
{
   width: 320px;
}
#footer
{
    width: 100%;
    height: 501px;
}
#wb_master-pageLayoutGrid3
{
   visibility: hidden;
   display: none;
}
#wb_master-pageLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master-pageLayoutGrid3
{
   height: auto;
   padding: 0 0 55px 0;
}
#master-pageLayoutGrid3 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1, #master-pageLayoutGrid3 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#master-pageLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#master-pageLayoutGrid3 > .row > .col-2
{
   display: block;
   width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_master-pageIconFont1
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont1
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont1 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont2
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont2
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont2 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont3
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont3
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont3 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_master-pageIconFont4
{
   width: 17px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#master-pageIconFont4
{
   width: 17px;
   height: 17px;
}
#master-pageIconFont4 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#about-usLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#about-usLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine1
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine1
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master-pageLine2
{
   width: 10px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master-pageLine2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
}
