div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
.ThemeableMenu4 .nav
{
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   color: #FFFFFF;
   text-align: center;
   text-transform: none;
}
#ThemeableMenu4, .ThemeableMenu4 .nav, .ThemeableMenu4 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.ThemeableMenu4 .nav:before,
.ThemeableMenu4 .nav:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu4 .nav:after 
{
   clear: both;
}
.ThemeableMenu4 .nav a 
{
   text-decoration: none;
}
.ThemeableMenu4 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.ThemeableMenu4 .nav ul ul
{
   margin-bottom: 0;
}
.ThemeableMenu4 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.ThemeableMenu4 .container:before,
.ThemeableMenu4 .container:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu4 .container:after 
{
   clear: both;
}
.ThemeableMenu4 .collapse 
{
   display: none;
}
.ThemeableMenu4 .collapse.show 
{
   display: block;
}
.ThemeableMenu4 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.ThemeableMenu4 .arrow, .ThemeableMenu4 .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.ThemeableMenu4 .dropdown 
{
   position: relative;
}
.ThemeableMenu4 .dropdown-toggle:focus 
{
   outline: 0;
}
.ThemeableMenu4 .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 15px;
   background-color: #000000;
   background-image: none;
   border: 1px solid rgba(0,0,0,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.ThemeableMenu4 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #000000;
}
.ThemeableMenu4 .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #FFFFFF;
   text-transform: none;
   white-space: nowrap;
}
.ThemeableMenu4 .dropdown-menu > li > a:hover,
.ThemeableMenu4 .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #FFFFFF;
   background-color: #000000;
   background-image: none;
}
.ThemeableMenu4 .dropdown-menu > li > a.active,
.ThemeableMenu4 .dropdown-menu > li > a.active:hover,
.ThemeableMenu4 .dropdown-menu > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #000000;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.ThemeableMenu4 .show > .dropdown-menu
{
   display: block;
}
.ThemeableMenu4 .show > a
{
   outline: 0;
}
.ThemeableMenu4 .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.ThemeableMenu4 .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu4 .nav > li 
{
   position: relative;
   display: block;
}
.ThemeableMenu4 .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 25px 15px 25px;
}
.ThemeableMenu4 .nav .show > a,
.ThemeableMenu4 .nav .show > a:hover,
.ThemeableMenu4 .nav .show > a:focus
{
    border-color: #493228;
}
.ThemeableMenu4 .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #000000;
}
.ThemeableMenu4 .nav .arrow
{
   border-top-color: #493228;
   border-bottom-color: #493228;
}
.ThemeableMenu4
{
   position: relative;
}
.ThemeableMenu4:before,
.ThemeableMenu4:after
{
   content: " ";
   display: table;
}
.ThemeableMenu4:after
{
   clear: both;
}
.ThemeableMenu4 .navbar-header:before,
.ThemeableMenu4 .navbar-header:after
{
   content: " ";
   display: table;
}
.ThemeableMenu4 .navbar-header:after
{
   clear: both;
}
.ThemeableMenu4-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.ThemeableMenu4-navbar-collapse:before,
.ThemeableMenu4-navbar-collapse:after
{
   content: " ";
   display: table;
}
.ThemeableMenu4-navbar-collapse:after
{
   clear: both;
}
.ThemeableMenu4-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu4 .navbar-toggle 
{
   position: relative;
   float: right;
   width: 72px;
   height: 52px;
   padding: 15px 25px 15px 25px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.ThemeableMenu4 .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.ThemeableMenu4 .navbar-toggle .line
{
   margin: 4px auto;
}
.ThemeableMenu4 .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.ThemeableMenu4 .navbar-nav
{
   margin: 6px -15px;
}
.ThemeableMenu4 .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.ThemeableMenu4 .navbar-nav > li > a
{
   color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > li > a:hover,
.ThemeableMenu4 .navbar-nav > li > a:focus
{
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   text-decoration: none;
}
.ThemeableMenu4 .navbar-nav > li > a.active,
.ThemeableMenu4 .navbar-nav > li > a.active:hover,
.ThemeableMenu4 .navbar-nav > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #000000;
   background-image: none;
}
.ThemeableMenu4 .navbar-toggle
{
   border: 1px solid transparent;
}
.ThemeableMenu4 .navbar-toggle:hover,
.ThemeableMenu4 .navbar-toggle:focus
{
   background-color: transparent;
}
.ThemeableMenu4 .navbar-toggle .line
{
   background-color: #FFFFFF;
}
.ThemeableMenu4-navbar-collapse
{
   border-color: rgba(0,0,0,1.00);
}
.ThemeableMenu4 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > .show > a,
.ThemeableMenu4 .navbar-nav > .show > a:hover,
.ThemeableMenu4 .navbar-nav > .show > a:focus
{
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > .show > a .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu4 .navbar-link
{
   color: #FFFFFF;
}
.ThemeableMenu4 .navbar-link:hover
{
   color: #FFFFFF;
}
.ThemeableMenu4 .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.ThemeableMenu4 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.ThemeableMenu4 .navbar-header
{
   float: left;
}
.ThemeableMenu4-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.ThemeableMenu4-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.ThemeableMenu4-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu4 .navbar-toggle
{
   display: none;
}
.ThemeableMenu4 .navbar-nav
{
   float: left;
   margin: 0;
}
.ThemeableMenu4 .navbar-nav > li
{
   float: left;
}
.ThemeableMenu4 .container > .navbar-header,
.ThemeableMenu4 .container > .ThemeableMenu4-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@media (max-width: 480px) 
{
.ThemeableMenu4 
{
   background-color: #493228;
   background-image: none;
   border: 1px solid rgba(164,0,0,0.00);
}
.ThemeableMenu4 .navbar-nav
{
   margin: 0;
   background-color: #000000;
   background-image: none;
}
.ThemeableMenu4 .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.ThemeableMenu4 .navbar-nav .show .dropdown-menu > li > a,
.ThemeableMenu4 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu4 .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.ThemeableMenu4 
{
   background-color: #493228;
   background-image: none;
   border: 1px solid rgba(164,0,0,0.00);
   border-radius: 0px;
}
.ThemeableMenu4 .navbar-nav > li > a
{
   color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > li > a:hover,
.ThemeableMenu4 .navbar-nav > li > a:focus
{
   color: #FFFFFF;
   background-color: #343A40;
   background-image: none;
}
.ThemeableMenu4 .navbar-nav > li > a.active,
.ThemeableMenu4 .navbar-nav > li > a.active:hover,
.ThemeableMenu4 .navbar-nav > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #343A40;
   background-image: none;
}
.ThemeableMenu4 .navbar-nav > .show > a,
.ThemeableMenu4 .navbar-nav > .show > a:hover,
.ThemeableMenu4 .navbar-nav > .show > a:focus
{
   background-color: #343A40;
   background-image: none;
   color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > li > a.active > .arrow,
.ThemeableMenu4 .navbar-nav > li > a.active:hover > .arrow,
.ThemeableMenu4 .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu4 .navbar-nav > .show > a .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu4 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu4 .navbar-link
{
   color: #FFFFFF;
}
.ThemeableMenu4 .navbar-link:hover 
{
   color: #fff;
}
}
#ThemeableMenu4-logo
{
   float: left;
}
#ThemeableMenu4-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#ThemeableMenu4 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_ThemeableMenu4
{
   z-index: 1111 !important;
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 33vh;
   background-color: transparent;
   background-image: url('images/downriverhead.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 33vh;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#welcome > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcome > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcome > .row > .col-1
{
   float: left;
}
#welcome > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#welcome:before,
#welcome:after,
#welcome .row:before,
#welcome .row:after
{
   display: table;
   content: " ";
}
#welcome:after,
#welcome .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#welcome > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_PanelMenu2 a, #PanelMenu2_markup li a
{
   display: block;
   text-align: center;
   vertical-align: middle;
}
#PanelMenu2_markup
{
   display: none;
   margin: 0;
   padding: 2px 2px 2px 2px;
}
#PanelMenu2_panel #PanelMenu2_markup
{
   display: block;
}
#PanelMenu2_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu2_markup li a, #PanelMenu2_markup li a:hover
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#PanelMenu2_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
#PanelMenu2_panel
{
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 250px;
   z-index: 9999;
}
#PanelMenu2_markup li a
{
   color: #454545;
   border: 1px solid #C5C5C5;
   background-color: #F6F6F6;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu2 a
{
   color: #454545;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
   background-color: #F6F6F6;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#PanelMenu2_markup li a:hover
{
   color: #2B2B2B;
   background-color: #EDEDED;
   border: 1px solid #CCCCCC;
}
#PanelMenu2_markup li a .icon
{
   fill: currentColor;
   margin-right: 4px;
   height: 16px;
   width: 16px;
   vertical-align: middle;
}
#PanelMenu2_markup li a:hover .icon
{
   fill: currentColor;
}
#wb_PanelMenu2 a:hover
{
   color: #2B2B2B;
   background-color: #EDEDED;
   border: 1px solid #CCCCCC;
}
#PanelMenu2_panel
{
   background-color: #F6F6F6;
   overflow-y: auto;
}
#PanelMenu2
{
   line-height: 44px;
   width: 288px;
   height: 44px;
   position: absolute;
   z-index: 999;
}
#Shape3
{
   width: 378px;
   height: 72px;
   background-color: #800000;
   background-image: none;
   border: 1px #245580 solid;
}
#Shape3_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.26%;
   top: 15.28%;
   width: 99.47%;
   height: 69.44%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#Shape2
{
   width: 489px;
   height: 233px;
   background-color: #E9E9E9;
   background-image: none;
   border: 1px #DDDDDD solid;
}
#Shape2_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 2.25%;
   top: 1.29%;
   width: 95.5%;
   height: 97%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
   display: block;
   text-align: center;
   vertical-align: middle;
}
#PanelMenu1_markup
{
   display: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_panel #PanelMenu1_markup
{
   display: block;
}
#PanelMenu1_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#PanelMenu1_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #800000;
}
#PanelMenu1_panel
{
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 250px;
   z-index: 9999;
}
#PanelMenu1_markup li a
{
   color: #F7F7F7;
   border: 1px solid #800000;
   background-color: #3E3E3E;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu1 a
{
   color: #F7F7F7;
   border: 1px solid #2E2E2E;
   border-radius: 0px;
   background-color: #513226;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#PanelMenu1_markup li a:hover
{
   color: #F7F7F7;
   background-color: #484848;
   border: 1px solid #2E2E2E;
}
#PanelMenu1_markup li a .icon
{
   fill: currentColor;
   margin-right: 4px;
   height: 16px;
   width: 16px;
   vertical-align: middle;
}
#PanelMenu1_markup li a:hover .icon
{
   fill: currentColor;
}
#wb_PanelMenu1 a:hover
{
   color: #F7F7F7;
   background-color: #484848;
   border: 1px solid #2E2E2E;
}
#PanelMenu1_panel
{
   background-color: #3E3E3E;
   overflow-y: auto;
}
#PanelMenu1
{
   line-height: 44px;
   width: 288px;
   height: 44px;
   position: absolute;
   z-index: 999;
}
#Shape1
{
   width: 378px;
   height: 58px;
   background-color: #513226;
   background-image: none;
   border: 1px #245580 solid;
}
#Shape1_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.26%;
   top: 18.97%;
   width: 99.47%;
   height: 62.07%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   text-decoration: line-through;
   font-size: 17px;
   line-height: 19px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   text-decoration: line-through;
   font-size: 19px;
   line-height: 21px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_CssMenu2
{
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #FFFFFF;
   margin: 0;
   text-align: left;
}
#wb_CssMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   position: relative;
   display: inline-block;
   width: 266px;
}
#wb_CssMenu2 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 9px 2px 9px;
   width: 266px;
}
#wb_CssMenu2 a
{
   display: block;
   color: #000000;
   border: 1px solid #000000;
   border-radius: 0px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_CssMenu2 > ul > li > a
{
   width: 254px;
   height: 31px;
   line-height: 31px;
   padding: 0px 5px 0px 5px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #DCDCDC;
   border: 1px solid #C0C0C0;
   background-color: #000000;
   background-image: none;
}
#wb_CssMenu2 .firstmain a
{
   margin-top: 9px;
}
#wb_CssMenu2 li.lastmain
{
   padding-bottom: 9px;
}
#wb_CssMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#Article1
{
   box-sizing: border-box;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   visibility: hidden;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 1.2;
}
#Article1 .blogitem
{
   padding: 0px;
   text-align: left;
}
#Article1 .blogdate
{
   font-family: Arial;
   font-weight: bold;
   font-size: 11px;
   color: #000000;
   font-style: normal;
   text-decoration: none;
}
#Article1 .blogsubject
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   color: #FFFFFF;
   font-style: normal;
   text-decoration: none;
}
#Article1 .blogcomments
{
   font-family: Arial;
   font-weight: normal;
   font-size: 11px;
   color: #000000;
   font-style: normal;
   text-decoration: underline;
}
#Article1 .blogsubject a:link, #Article1 .blogsubject a:visited, #Article1 .blogsubject a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#Article1 .blogcomments a:link, #Article1 .blogcomments a:visited, #Article1 .blogcomments a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#Article1 .blogcomments
{
   text-decoration: none;
}
#Article1 .no-thumb
{
   display: none;
}
#Article1 .blogitem
{
   display: block;
   padding: 0px;
   border-radius: 4px;
   border: 1px solid #FFFFFF;
   box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
#Article1 .blogthumb img
{
   border-width: 0;
   display: table;
   height: auto;
   width: 120px;
   margin: 0px auto 0px auto;
}
#Article1 .bloginfo
{
   padding: 10px;
}
#Article1 .bloginfo > p 
{
   margin-top: 0;
}
#Article1 .bloginfo > a 
{
   text-decoration: none;
   display: inline-block;
   padding: .375em .75em;
   margin-bottom: 0px;
   font-family: Arial;
   font-size: 11px;
   line-height: 1.4285;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border: 1px solid #FFFFFF;
   background-color: #FFFFFF;
   border-radius: 2px;
   color: #FFFFFF;
   transition: all 0.5s ease 0s;
}
#Article1 .blogsubject
{
   margin: 0;
   display: block;
   text-transform: uppercase;
   box-sizing: border-box;
   width: 100%;
   padding: 14px 10px;
   background-color: #800000;
   color: #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}#Article1 .blogdate, #Article1 .blogcomments
{
   display: none;
}
#Article1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   margin: 0;
}
#Shape4
{
   width: 611px;
   height: 119px;
   background-color: #E9E9E9;
   background-image: none;
   border: 2px #800000 solid;
}
#Shape4_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
    left: 0.98%;
   top: 7.56%;
   width: 98.53%;
   height: 89.92%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image5
{
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image7
{
   vertical-align: top;
}
#Image7
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image8
{
   vertical-align: top;
}
#Image8
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image4
{
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image12
{
   vertical-align: top;
}
#Image12
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image9
{
   vertical-align: top;
}
#Image9
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image14
{
   vertical-align: top;
}
#Image14
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image6
{
   vertical-align: top;
}
#Image6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image10
{
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image13
{
   vertical-align: top;
}
#Image13
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image15
{
   vertical-align: top;
}
#Image15
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image16
{
   vertical-align: top;
}
#Image16
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#PageFooter1
{
   background-color: #513226;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Shape1
{
   position: absolute;
   left: 670px;
   top: 447px;
   width: 380px;
   height: 60px;
   visibility: hidden;
   z-index: 7;
}
#wb_PanelMenu1
{
   position: absolute;
   left: 15px;
   top: 205px;
   width: 288px;
   height: 44px;
   visibility: hidden;
   text-align: center;
   z-index: 6;
}
#wb_Shape2
{
   position: absolute;
   left: 321px;
   top: 684px;
   width: 491px;
   height: 235px;
   visibility: hidden;
   z-index: 5;
}
#wb_PanelMenu2
{
   position: absolute;
   left: 15px;
   top: 205px;
   width: 288px;
   height: 44px;
   visibility: hidden;
   text-align: center;
   z-index: 3;
}
#Html1
{
   position: absolute;
   left: 1px;
   top: 3008px;
   width: 363px;
   height: 202px;
   z-index: 27;
}
#wb_Image1
{
   position: absolute;
   left: 667px;
   top: 1111px;
   width: 312px;
   height: 156px;
   z-index: 21;
}
#wb_Shape3
{
   position: absolute;
   left: 408px;
   top: 516px;
   width: 380px;
   height: 74px;
   visibility: hidden;
   z-index: 4;
}
#wb_CssMenu2
{
   position: absolute;
   left: 487px;
   top: 425px;
   width: 266px;
   height: 123px;
   z-index: 10;
}
#wb_Image2
{
   position: absolute;
   left: 669px;
   top: 943px;
   width: 347px;
   height: 481px;
   visibility: hidden;
   z-index: 2;
}
#wb_Image3
{
   position: absolute;
   left: 316px;
   top: 572px;
   width: 613px;
   height: 96px;
   z-index: 13;
}
#Article1
{
   overflow: hidden;
   position: absolute;
   left: 0px;
   top: 515px;
   width: 318px;
   height: 270px;
   z-index: 11;
}
#wb_Image4
{
   position: absolute;
   left: 40px;
   top: 2090px;
   width: 390px;
   height: 127px;
   visibility: hidden;
   z-index: 17;
}
#wb_Image5
{
   position: absolute;
   left: 40px;
   top: 1013px;
   width: 390px;
   height: 127px;
   visibility: hidden;
   z-index: 14;
}
#wb_Image6
{
   position: absolute;
   left: 26px;
   top: 1107px;
   width: 312px;
   height: 160px;
   z-index: 22;
}
#PageFooter1
{
   position: absolute;
   overflow: hidden;
   text-align: left;
   left: 0px;
   top: 4115px;
   width: 100%;
   height: 80px;
   z-index: 28;
}
#wb_Image7
{
   position: absolute;
   left: 690px;
   top: 2090px;
   width: 390px;
   height: 127px;
   visibility: hidden;
   z-index: 15;
}
#wb_Text1
{
   position: absolute;
   left: 511px;
   top: 1065px;
   width: 179px;
   height: 19px;
   z-index: 8;
}
#wb_Text2
{
   position: absolute;
   left: 341px;
   top: 1119px;
   width: 514px;
   height: 21px;
   z-index: 9;
}
#wb_ThemeableMenu4
{
   display: block;
   width: 100%;
   text-align: center;
   z-index: 0;
}
#wb_Image8
{
   position: absolute;
   left: 658px;
   top: 1024px;
   width: 356px;
   height: 115px;
   visibility: hidden;
   z-index: 16;
}
#wb_Image9
{
   position: absolute;
   left: 48px;
   top: 1438px;
   width: 268px;
   height: 87px;
   z-index: 19;
}
#wb_Shape4
{
   position: absolute;
   left: 291px;
   top: 820px;
   width: 615px;
   height: 123px;
   visibility: hidden;
   z-index: 12;
}
#wb_Image16
{
   position: absolute;
   left: 677px;
   top: 1010px;
   width: 252px;
   height: 82px;
   z-index: 26;
}
#wb_Image15
{
   position: absolute;
   left: 100px;
   top: 711px;
   width: 1024px;
   height: 161px;
   z-index: 25;
}
#wb_Image13
{
   position: absolute;
   left: 690px;
   top: 1559px;
   width: 292px;
   height: 175px;
   z-index: 24;
}
#wb_Image10
{
   position: absolute;
   left: 44px;
   top: 1559px;
   width: 297px;
   height: 141px;
   z-index: 23;
}
#wb_Image14
{
   position: absolute;
   left: 690px;
   top: 1438px;
   width: 267px;
   height: 87px;
   z-index: 20;
}
#wb_Image12
{
   position: absolute;
   left: 48px;
   top: 1008px;
   width: 268px;
   height: 87px;
   z-index: 18;
}
@media only screen and (max-width: 1199px)
{
div#container
{
   width: 318px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_LayoutGrid1
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_ThemeableMenu4
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#ThemeableMenu4, .ThemeableMenu4 .nav, .ThemeableMenu4 .dropdown-menu
{
   font-weight: normal;
   font-size: 15px;
}
#wb_welcome
{
   visibility: visible;
   display: table;
}
#wb_welcome
{
   height: 33vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcome
{
   height: 33vh;
   padding: 0 15px 0 15px;
}
#welcome .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcome > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#welcome > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Image2
{
   left: 0px;
   top: 881px;
   width: 317px;
   height: 440px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_PanelMenu2
{
   left: 1px;
   top: 60px;
   width: 317px;
   height: 44px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#PanelMenu2
{
   line-height: 44px;
   width: 317px;
   height: 44px;
}
#PanelMenu2 .line:first-child
{
   margin-top: 14px;
}
#PanelMenu2_markup li a
{
   color: #454545;
   border: 1px solid #C5C5C5;
   background-color: #800000;
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu2 a
{
   color: #454545;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
   background-color: #F6F6F6;
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#PanelMenu2_markup li a:hover
{
   color: #2B2B2B;
   background-color: #EDEDED;
   border: 1px solid #CCCCCC;
}
#PanelMenu2_markup li a .icon
{
   fill: currentColor;
   margin-right: 4px;
   height: 16px;
   width: 16px;
   vertical-align: middle;
}
#PanelMenu2_markup li a:hover .icon
{
   fill: currentColor;
}
#wb_PanelMenu2 a:hover
{
   color: #2B2B2B;
   background-color: #EDEDED;
   border: 1px solid #CCCCCC;
}
#PanelMenu2_panel
{
   background-color: #800000;
   overflow-y: auto;
}
#wb_Shape3
{
   left: 0px;
   top: 3658px;
   width: 320px;
   height: 55px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Shape3
{
   width: 318px;
   height: 53px;
}
#wb_Shape2
{
   left: 1px;
   top: 326px;
   width: 316px;
   height: 380px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Shape2
{
   width: 314px;
   height: 378px;
}
#wb_PanelMenu1
{
   left: 2px;
   top: 122px;
   width: 308px;
   height: 62px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#PanelMenu1
{
   line-height: 62px;
   width: 308px;
   height: 62px;
}
#PanelMenu1 .line:first-child
{
   margin-top: 23px;
}
#PanelMenu1_markup li a
{
   color: #F7F7F7;
   border: 1px solid #800000;
   background-color: #803B00;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu1 a
{
   color: #F7F7F7;
   border: 1px solid #2E2E2E;
   border-radius: 0px;
   background-color: #513226;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#PanelMenu1_markup li a:hover
{
   color: #F7F7F7;
   background-color: #484848;
   border: 1px solid #2E2E2E;
}
#PanelMenu1_markup li a .icon
{
   fill: currentColor;
   margin-right: 4px;
   height: 16px;
   width: 16px;
   vertical-align: middle;
}
#PanelMenu1_markup li a:hover .icon
{
   fill: currentColor;
}
#wb_PanelMenu1 a:hover
{
   color: #F7F7F7;
   background-color: #484848;
   border: 1px solid #2E2E2E;
}
#PanelMenu1_panel
{
   background-color: #803B00;
   overflow-y: auto;
}
#wb_Shape1
{
   left: 2px;
   top: 203px;
   width: 310px;
   height: 148px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Shape1
{
   width: 308px;
   height: 146px;
   background-color: #800000;
   background-image: none;
}
#wb_Text1
{
   left: 26px;
   top: 2513px;
   width: 238px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 20px;
}
#wb_Text2
{
   left: 26px;
   top: 2553px;
   width: 244px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
#wb_CssMenu2
{
   left: 12px;
   top: 395px;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_CssMenu2 li
{
   width: 266px;
}
#wb_CssMenu2 a
{
   color: #000000;
   border: 1px solid #000000;
   border-radius: 0px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_CssMenu2 > ul > li > a
{
   width: 254px;
   height: 31px;
   line-height: 31px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #DCDCDC;
   border: 1px solid #C0C0C0;
   background-color: #000000;
   background-image: none;
}
#wb_CssMenu2 li
{
   padding-bottom: 2px !important;
}
#Article1
{
   left: 0px;
   top: 580px;
   width: 318px;
   height: 270px;
   visibility: hidden;
   display: none;
   border: 0px solid #FFFFFF;
}
#Article1 .blogitem
{
   flex: 1 1 calc(100% - 6px);
}
#wb_Shape4
{
   left: 4px;
   top: 816px;
   width: 310px;
   height: 196px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Shape4
{
   width: 306px;
   height: 192px;
}
#wb_Image3
{
   left: 0px;
   top: 13px;
   width: 319px;
   height: 91px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image5
{
   left: 2px;
   top: 946px;
   width: 297px;
   height: 96px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Image7
{
   left: 468px;
   top: 3491px;
   width: 297px;
   height: 96px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Image8
{
   left: 3px;
   top: 1857px;
   width: 294px;
   height: 96px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   left: 1px;
   top: 2916px;
   width: 288px;
   height: 93px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Image12
{
   left: 7px;
   top: 719px;
   width: 268px;
   height: 87px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image9
{
   left: 10px;
   top: 1669px;
   width: 268px;
   height: 87px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image14
{
   left: 8px;
   top: 2112px;
   width: 267px;
   height: 87px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   left: 1px;
   top: 1301px;
   width: 312px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image6
{
   left: 1px;
   top: 850px;
   width: 312px;
   height: 160px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image10
{
   left: 0px;
   top: 1775px;
   width: 297px;
   height: 141px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image13
{
   left: 2px;
   top: 2236px;
   width: 292px;
   height: 175px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image15
{
   left: 0px;
   top: 578px;
   width: 318px;
   height: 93px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image16
{
   left: 7px;
   top: 1163px;
   width: 252px;
   height: 82px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Html1
{
   left: 1px;
   top: 3008px;
   width: 243px;
   height: 161px;
   visibility: visible;
   display: inline;
}
#PageFooter1
{
   top: 5214px;
   height: 80px;
   visibility: visible;
}
#PageFooter1
{
   width: 100%;
}
}
