body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_welcome, #wb_LayoutGrid5
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_welcome, #wb_LayoutGrid5
   {
      background-attachment: scroll !important;
   }
}
#wb_floatingHeader
{
   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;
}
#floatingHeader
{
   box-sizing: border-box;
   padding: 4px 15px 4px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#floatingHeader > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   float: left;
}
#floatingHeader > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#floatingHeader > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#floatingHeader > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#floatingHeader:before,
#floatingHeader:after,
#floatingHeader .row:before,
#floatingHeader .row:after
{
   display: table;
   content: " ";
}
#floatingHeader:after,
#floatingHeader .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_header
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   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;
}
#header
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/frank_bk_color.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#welcome > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcome > .col-1
{
   flex: 0 0 auto;
}
#welcome > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#welcome > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#welcome-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #696969;
   opacity: 0.49;
}
#wb_LayoutGrid10
{
   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;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid10
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid10 > .col-1
{
   background-color: transparent;
   background-image: url('../images/frank10.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: stretch;
   align-self: stretch;
   align-items: stretch;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 10px 0 0;
}
#LayoutGrid10 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid8
{
   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;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(225deg, #FF8000 0%, #FFA500 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/sinatra_banner.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 100px 0 0 0 ;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid5 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#LayoutGrid5 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid5-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.58;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText2
{
   color: #DCDCDC;
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   line-height: 16.5px;
}
#wb_footerText2 p, #wb_footerText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#upStickyLayer
{
   background-color: #696969;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a
{
   text-decoration: none;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_upIcon:hover #upIcon i
{
   color: #FF8000;
}
#Line1
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Image10
{
   margin: 0;
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image11
{
   margin: 0;
   vertical-align: top;
}
#Image11
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Editbox6
{
   box-sizing: border-box;
   line-height: 28px;
   margin: 0 2px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 10px 4px 10px;
}
#Editbox6:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox6::placeholder
{
   color: #FEFEFE;
   opacity: 1;
}
#Editbox6::-ms-input-placeholder
{
   color: #FEFEFE;
}
#Button5
{
   border: 1px solid #FF8000;
   border-radius: 0px;
   background-color: #FF8000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button5:focus
{
   outline: 0;
}
#wb_IconFont1
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 4px 10px 4px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont1
{
   height: 28px;
   width: 20px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_IconFont1:hover #IconFont1 i
{
   color: #FFFFFF;
}
#wb_IconFont3
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont3
{
   height: 20px;
   width: 25px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
}
#wb_IconFont3:hover #IconFont3 i
{
   color: #000000;
}
#wb_IconFont4
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont4:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont4
{
   height: 20px;
   width: 27px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
}
#wb_IconFont4:hover #IconFont4 i
{
   color: #000000;
}
#wb_IconFont12
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont12:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont12
{
   height: 20px;
   width: 27px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont12 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
}
#wb_IconFont12:hover #IconFont12 i
{
   color: #000000;
}
#wb_IconFont13
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont13:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont13
{
   height: 20px;
   width: 27px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont13 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
}
#wb_IconFont13:hover #IconFont13 i
{
   color: #000000;
}
#Line3
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 29px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_IconFont6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont6
{
   height: 40px;
   width: 40px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont6 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_IconFont6:hover #IconFont6 i
{
   color: #000000;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_Text6
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 17px;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_Text8
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 14px;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text8
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 2px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_IconFont7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C3442B;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont7
{
   height: 40px;
   width: 40px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont7 i
{
   color: #FF8000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_IconFont7:hover #IconFont7 i
{
   color: #FF8000;
}
#TextArt6
{
   border-width: 0;
   vertical-align: top;
}
#wb_TextArt6
{
   margin: 0;
   vertical-align: top;
}
#Extension2-nav
{
   max-width: 768px;
   width: 100%;
   display: flex;
   margin: 0 auto;
   overflow: hidden;
   flex-direction: column;
   box-sizing: border-box;
   transition: all 300ms ease;
}
#Extension2-nav
{
   position: fixed;
   z-index: 9999;
   left: 0px;
   right: 0px;
   background: #FFFFFF;
   overflow: visible;
   border: 1px solid #F0F0F0;
   border-radius: 4px;
}
#Extension2-nav.open
{
   transform: translateY(0px);
}
#Extension2-nav
{
   top: 0px;
   border-top: 0;
   border-radius: 0 0 4px 4px;
   flex-direction: column-reverse;
   transform: translateY(-100%);
}
#Extension2-nav.open
{
   transform: translateY(0px);
}
#Extension2-nav * 
{
   box-sizing: border-box;
}
#Extension2-button
{
   display: flex;
   cursor: pointer;
   font-size: 13px;
   align-items: center;
   padding: 10px 20px;
   justify-content: center;
   color: #FFFFFF;
   background: #2979FF;
   border: 0px solid #2979FF;
   transition: all 0.3s ease;
}
#Extension2-button:hover
{
   color: #FFFFFF;
   background: #2962FF;
}
#Extension2-button
{
}
#Extension2-button
{
   align-self: center;
}
#Extension2-button
{
   border-radius: inherit;
}
#Extension2-button
{
   margin: 0 auto;
}
#Extension2-button
{
   position: absolute;
   border-radius: 0 0 4px 4px;
}
#Extension2-button
{
   top: 100%;
}
#Extension2-menu
{
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
   position: relative;
   justify-content: stretch;
}
#Extension2-menu .menu-item
{
   flex: 1 0 auto;
   cursor: pointer;
   text-decoration: none;
   padding: 10px;
   width: 16.66667%;
   max-width: 16.66667%;
}
#Extension2-menu div 
{
   flex: 1 0 auto;
}
#Extension2-menu .menu-item-inner 
{
   padding: 8px 6px;
   border-radius: 4px;
   background-color: #FFFFFF;
   height: 100%;
   display: flex;
   flex-direction: column;
   border: 1px solid #F0F0F0;
   transition: all 0.3s ease;
}
#Extension2-menu .menu-item-inner:hover
{
   background-color: #2962FF;
   border: 1px solid #2962FF;
}
#Extension2-menu .menu-item-icon 
{
   display: flex;
   flex: 1 0 auto;
   align-items: center;
   justify-content: center;
   margin-bottom: 10px;
}
#Extension2-menu .menu-item-title 
{
   font-family: "Arial";
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   color: #708093;
   flex: 0 1 auto;
   text-align: center;
   transition: all 0.3s ease;
}
#Extension2-menu .menu-item-icon i
{
   color: #2979FF;
   font-size: 32px;
   transition: color 0.3s ease;
}
#Extension2-menu .menu-item-inner:hover .menu-item-icon i
{
   color: #FFFFFF;
}
#Extension2-menu .menu-item-inner:hover .menu-item-title
{
   color: #FFFFFF;
}
#Extension2-button span
{
   font-family: "Arial";
   display: flex;
   align-items: center;
}
#Extension2-button .button-open
{
   display: flex;
}
#Extension2-nav.open #Extension2-button .button-open 
{
   display: none;
}
#Extension2-button .button-close 
{
   display: none;
}
#Extension2-nav.open #Extension2-button .button-close
{
   display: flex;
}
#Extension2-button i 
{
   margin-right: 8px;
}
#wb_Extension2 li i
{
   font-size: 32px;
   width: 45px;
}
#wb_Extension2 li i
{
   font-size: 13px;
   width: 15px;
}
#Extension1
{
   width: 100%;
   height: 533px;
   border: 1px #C0C0C0 solid;
   box-sizing: border-box;
}
#MediaPlayer1
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
}
#wb_MediaPlayer1
{
   display: block;
   position: relative;
   margin: 0;
   height: 514px;
   vertical-align: top;
}
#wb_MediaPlayer1
{
   --plyr-color-main: #FF0000;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   font-size: 27px;
   line-height: 30px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
