html, body
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #DCDCDC;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#header
{
   display: -webkit-flex;
   display: flex;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 7777;
   padding: 3px 10px 3px 10px;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   background-color: #DCDCDC;
   background-color: rgba(220,220,220,0.50);
   background-image: none;
   border: 8px transparent solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#Banner2
{
   background-color: transparent;
   background-image: none;
   border: 0px #2196F3 solid;
   color: #4F4F4F;
   font-family: "Monotype Corsiva";
   font-weight: normal;
   font-size: 48px;
   text-align: center;
}
#Banner2 span
{
   display: block;
   height: 48px;
   margin: -3px 0px -3px 0px;
}
#Banner2
{
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#wb_CssMenu2
{
   border: 0px #C0C0C0 solid;
   background-color: transparent;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#wb_CssMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu2 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100px;
}
#wb_CssMenu2 a
{
   display: block;
   float: left;
   color: #696969;
   border: 0px #CCCCCC solid;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 90px;
   height: 40px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 40px;
   text-align: center;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
   background-color: #2196F3;
   background-image: none;
   border: 0px #2E6DA4 solid;
}
#wb_CssMenu2 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu2 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#FlexBoxContainer1
{
   display: -webkit-flex;
   display: flex;
   padding: 100px 10px 20px 10px;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   background-color: #DCDCDC;
   background-image: none;
   border: 0px #CCCCCC solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px #CCCCCC solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#LayoutGrid2
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0px 40px 40px 40px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#LayoutGrid2 .col-1
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 40px;
   padding-left: 40px;
   position: relative;
}
#LayoutGrid2 .col-1
{
   float: left;
}
#LayoutGrid2 .col-1
{
   background-color: transparent;
   background-image: none;
   width: 100%;
   text-align: right;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 .col-1
{
   float: none;
   width: 100%;
}
}
#FlexBoxContainer2
{
   display: -webkit-flex;
   display: flex;
   padding: 0px 10px 0px 10px;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   background-color: transparent;
   background-image: none;
   border: 0px #CCCCCC solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#FlexBoxContainer4
{
   display: -webkit-flex;
   display: flex;
   padding: 20px 0px 20px 0px;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   background-color: transparent;
   background-image: none;
   border: 0px #CCCCCC solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#wb_FontAwesomeIcon37
{
   background-color: transparent;
   background-image: none;
   border: -10px transparent solid;
   border-radius: -6px;
   text-align: center;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#wb_FontAwesomeIcon37:hover
{
   background-color: transparent;
   background-image: none;
   border: -10px transparent solid;
}
#FontAwesomeIcon37
{
   height: 53px;
   width: 51px;
}
#FontAwesomeIcon37 i
{
   color: #00FF7F;
   display: inline-block;
   font-size: 51px;
   line-height: 53px;
   vertical-align: middle;
   width: 33px;
}
#wb_FontAwesomeIcon37:hover i
{
   color: #FFFFFF;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#Vimeo1 img
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Vimeo1
{
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#FlexBoxContainer3
{
   display: -webkit-flex;
   display: flex;
   padding: 10px 10px 10px 10px;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   background-color: #DCDCDC;
   background-image: none;
   border: 0px #CCCCCC solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#YouTube1
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0px 0px 8px 0px;
}
#wb_YouTube1
{
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#YouTube2
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0px 0px 8px 0px;
}
#wb_YouTube2
{
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#YouTube3
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0px 0px 8px 0px;
}
#wb_YouTube3
{
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#YouTube4
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0px 0px 8px 0px;
}
#wb_YouTube4
{
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#YouTube5
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0px 0px 8px 0px;
}
#wb_YouTube5
{
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#wb_FontAwesomeIcon6
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
   text-align: center;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_FontAwesomeIcon6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}
#FontAwesomeIcon6
{
   height: 40px;
   width: 40px;
}
#FontAwesomeIcon6 i
{
   color: #00008B;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 34px;
}
#wb_FontAwesomeIcon6:hover i
{
   color: #D3D3D3;
}
#wb_FontAwesomeIcon7
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
   text-align: center;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_FontAwesomeIcon7:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}
#FontAwesomeIcon7
{
   height: 40px;
   width: 40px;
}
#FontAwesomeIcon7 i
{
   color: #FF0000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 40px;
}
#wb_FontAwesomeIcon7:hover i
{
   color: #D3D3D3;
}
#wb_FontAwesomeIcon8
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
   text-align: center;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_FontAwesomeIcon8:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}
#FontAwesomeIcon8
{
   height: 40px;
   width: 40px;
}
#FontAwesomeIcon8 i
{
   color: #0000CD;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 37px;
}
#wb_FontAwesomeIcon8:hover i
{
   color: #F5F5F5;
}
#wb_FontAwesomeIcon9
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
   text-align: center;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_FontAwesomeIcon9:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}
#FontAwesomeIcon9
{
   height: 40px;
   width: 40px;
}
#FontAwesomeIcon9 i
{
   color: #FFD700;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 34px;
}
#wb_FontAwesomeIcon9:hover i
{
   color: #FFFFFF;
}
#wb_FontAwesomeIcon10
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
   text-align: center;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
}
#wb_FontAwesomeIcon10:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}
#FontAwesomeIcon10
{
   height: 40px;
   width: 40px;
}
#FontAwesomeIcon10 i
{
   color: #00FF7F;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 34px;
}
#wb_FontAwesomeIcon10:hover i
{
   color: #FFFFFF;
}
#wb_YouTube1
{
   display: inline-block;
   width: 534px;
   height: 292px;
   z-index: 10;
}
#wb_YouTube2
{
   display: inline-block;
   width: 534px;
   height: 292px;
   z-index: 11;
}
#wb_YouTube3
{
   display: inline-block;
   width: 534px;
   height: 292px;
   z-index: 12;
}
#wb_FontAwesomeIcon10
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 8;
}
#wb_YouTube4
{
   display: inline-block;
   width: 534px;
   height: 292px;
   z-index: 13;
}
#Banner2
{
   display: inline-block;
   width: 246px;
   height: 51px;
}
#wb_YouTube5
{
   display: inline-block;
   width: 534px;
   height: 292px;
   z-index: 14;
}
#wb_FontAwesomeIcon6
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 4;
}
#wb_FontAwesomeIcon7
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 5;
}
#wb_FontAwesomeIcon37
{
   display: inline-block;
   width: 51px;
   height: 53px;
   text-align: center;
   z-index: 15;
}
#wb_FontAwesomeIcon8
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 6;
}
#wb_FontAwesomeIcon9
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 7;
}
#wb_Vimeo1
{
   display: inline-block;
   width: 596px;
   height: 389px;
   z-index: 9;
}
#wb_CssMenu2
{
   display: inline-block;
   width: 500px;
   height: 40px;
   text-align: right;
   z-index: 1;
}
@media only screen and (min-width: 1024px) and (max-width: 1099px)
{
body
{
   background-color: #DCDCDC;
   background-image: none;
}
#header
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-color: rgba(220,220,220,0.50);
   background-image: none;
}
#header
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: space-around;
   align-content: space-around;
}
#Banner2
{
   width: 246px;
   height: 51px;
   visibility: visible;
   display: inline;
   color: #4F4F4F;
   font-size: 48px;
   font-family: "Monotype Corsiva";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 48px;
   margin: 1px 0px 1px 0px;
}
#wb_CssMenu2
{
   width: 500px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_CssMenu2 li
{
   width: 100px;
}
#wb_CssMenu2 a
{
   color: #696969;
   border: 0px #CCCCCC solid;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 90px;
   height: 40px;
   padding: 0px 5px 0px 5px;
   line-height: 40px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
   background-color: #2196F3;
   background-image: none;
   border: 0px #2E6DA4 solid;
}
#FlexBoxContainer1
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer1
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#Text1
{
   width: 774px;
   height: 350px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 0px 40px 40px 40px;
}
#LayoutGrid2 .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#LayoutGrid2 .col-1
{
   padding-right: 40px;
   padding-left: 40px;
}
#LayoutGrid2 .col-1
{
   display: block;
   width: 100%;
   text-align: right;
}
#FlexBoxContainer2
{
   visibility: visible;
   display: flex;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer2
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexBoxContainer4
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer4
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
   visibility: visible;
   display: inline;
   color: #00FF7F;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border-radius: -6px;
}
#FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
}
#FontAwesomeIcon37 i
{
   line-height: 33px;
   font-size: 31px;
   width: 47px;
}
#Text2
{
   width: 285px;
   height: 23px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_Vimeo1
{
   width: 530px;
   height: 322px;
   visibility: visible;
   display: inline;
}
#FlexBoxContainer3
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer3
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_YouTube1
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube2
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube3
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube4
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube5
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 980px) and (max-width: 1023px)
{
#header
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-color: rgba(220,220,220,0.50);
   background-image: none;
}
#header
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: space-around;
   align-content: space-around;
}
#Banner2
{
   width: 246px;
   height: 51px;
   visibility: visible;
   display: inline;
   color: #4F4F4F;
   font-size: 48px;
   font-family: "Monotype Corsiva";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 48px;
   margin: 1px 0px 1px 0px;
}
#wb_CssMenu2
{
   width: 500px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_CssMenu2 li
{
   width: 100px;
}
#wb_CssMenu2 a
{
   color: #696969;
   border: 0px #CCCCCC solid;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 90px;
   height: 40px;
   padding: 0px 5px 0px 5px;
   line-height: 40px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
   background-color: #2196F3;
   background-image: none;
   border: 0px #2E6DA4 solid;
}
#FlexBoxContainer1
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer1
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#Text1
{
   width: 774px;
   height: 350px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 0px 40px 40px 40px;
}
#LayoutGrid2 .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#LayoutGrid2 .col-1
{
   padding-right: 40px;
   padding-left: 40px;
}
#LayoutGrid2 .col-1
{
   display: block;
   width: 100%;
   text-align: right;
}
#FlexBoxContainer2
{
   visibility: visible;
   display: flex;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer2
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexBoxContainer4
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer4
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
   visibility: visible;
   display: inline;
   color: #00FF7F;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border-radius: -6px;
}
#FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
}
#FontAwesomeIcon37 i
{
   line-height: 33px;
   font-size: 31px;
}
#Text2
{
   width: 285px;
   height: 23px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_Vimeo1
{
   width: 532px;
   height: 325px;
   visibility: visible;
   display: inline;
}
#FlexBoxContainer3
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer3
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_YouTube1
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube2
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube3
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube4
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube5
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 800px) and (max-width: 979px)
{
#header
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-color: rgba(220,220,220,0.50);
   background-image: none;
}
#header
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: space-around;
   align-content: space-around;
}
#Banner2
{
   width: 246px;
   height: 51px;
   visibility: visible;
   display: inline;
   color: #4F4F4F;
   font-size: 48px;
   font-family: "Monotype Corsiva";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 48px;
   margin: 1px 0px 1px 0px;
}
#wb_CssMenu2
{
   width: 500px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_CssMenu2 li
{
   width: 100px;
}
#wb_CssMenu2 a
{
   color: #696969;
   border: 0px #CCCCCC solid;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 90px;
   height: 40px;
   padding: 0px 5px 0px 5px;
   line-height: 40px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
   background-color: #2196F3;
   background-image: none;
   border: 0px #2E6DA4 solid;
}
#FlexBoxContainer1
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer1
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#Text1
{
   width: 774px;
   height: 350px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 0px 40px 40px 40px;
}
#LayoutGrid2 .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#LayoutGrid2 .col-1
{
   padding-right: 40px;
   padding-left: 40px;
}
#LayoutGrid2 .col-1
{
   display: block;
   width: 100%;
   text-align: right;
}
#FlexBoxContainer2
{
   visibility: visible;
   display: flex;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer2
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexBoxContainer4
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer4
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
   visibility: visible;
   display: inline;
   color: #00FF7F;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border-radius: -6px;
}
#FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
}
#FontAwesomeIcon37 i
{
   line-height: 33px;
   font-size: 31px;
}
#Text2
{
   width: 285px;
   height: 23px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_Vimeo1
{
   width: 535px;
   height: 367px;
   visibility: visible;
   display: inline;
}
#FlexBoxContainer3
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer3
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_YouTube1
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube2
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube3
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube4
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube5
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 768px) and (max-width: 799px)
{
#header
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-color: rgba(220,220,220,0.50);
   background-image: none;
}
#header
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: space-around;
   align-content: space-around;
}
#Banner2
{
   width: 246px;
   height: 51px;
   visibility: visible;
   display: inline;
   color: #4F4F4F;
   font-size: 48px;
   font-family: "Monotype Corsiva";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 48px;
   margin: 1px 0px 1px 0px;
}
#wb_CssMenu2
{
   width: 500px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_CssMenu2 li
{
   width: 100px;
}
#wb_CssMenu2 a
{
   color: #696969;
   border: 0px #CCCCCC solid;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 90px;
   height: 40px;
   padding: 0px 5px 0px 5px;
   line-height: 40px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
   background-color: #2196F3;
   background-image: none;
   border: 0px #2E6DA4 solid;
}
#FlexBoxContainer1
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer1
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#Text1
{
   width: 450px;
   height: 350px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 0px 40px 40px 40px;
}
#LayoutGrid2 .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#LayoutGrid2 .col-1
{
   padding-right: 40px;
   padding-left: 40px;
}
#LayoutGrid2 .col-1
{
   display: block;
   width: 100%;
   text-align: right;
}
#FlexBoxContainer2
{
   visibility: visible;
   display: flex;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer2
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexBoxContainer4
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer4
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
   visibility: visible;
   display: inline;
   color: #00FF7F;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border-radius: -6px;
}
#FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
}
#FontAwesomeIcon37 i
{
   line-height: 33px;
   font-size: 31px;
}
#Text2
{
   width: 285px;
   height: 23px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_Vimeo1
{
   width: 534px;
   height: 350px;
   visibility: visible;
   display: inline;
}
#FlexBoxContainer3
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer3
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_YouTube1
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube2
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube3
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube4
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube5
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
#header
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-color: rgba(220,220,220,0.50);
   background-image: none;
}
#header
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: space-around;
   align-content: space-around;
}
#Banner2
{
   width: 246px;
   height: 51px;
   visibility: visible;
   display: inline;
   color: #4F4F4F;
   font-size: 48px;
   font-family: "Monotype Corsiva";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 48px;
   margin: 1px 0px 1px 0px;
}
#wb_CssMenu2
{
   width: 500px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_CssMenu2 li
{
   width: 100px;
}
#wb_CssMenu2 a
{
   color: #696969;
   border: 0px #CCCCCC solid;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 90px;
   height: 40px;
   padding: 0px 5px 0px 5px;
   line-height: 40px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
   background-color: #2196F3;
   background-image: none;
   border: 0px #2E6DA4 solid;
}
#FlexBoxContainer1
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer1
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#Text1
{
   width: 470px;
   height: 350px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 0px 40px 40px 40px;
}
#LayoutGrid2 .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#LayoutGrid2 .col-1
{
   padding-right: 40px;
   padding-left: 40px;
}
#LayoutGrid2 .col-1
{
   display: block;
   width: 100%;
   text-align: center;
}
#FlexBoxContainer2
{
   visibility: visible;
   display: flex;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer2
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexBoxContainer4
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer4
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
   visibility: visible;
   display: inline;
   color: #00FF7F;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border-radius: -6px;
}
#FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
}
#FontAwesomeIcon37 i
{
   line-height: 33px;
   font-size: 31px;
}
#Text2
{
   width: 285px;
   height: 23px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_Vimeo1
{
   width: 493px;
   height: 333px;
   visibility: visible;
   display: inline;
}
#FlexBoxContainer3
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer3
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_YouTube1
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube2
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube3
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube4
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube5
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 479px)
{
#header
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-color: rgba(220,220,220,0.50);
   background-image: none;
}
#header
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#Banner2
{
   width: 246px;
   height: 51px;
   visibility: visible;
   display: inline;
   color: #4F4F4F;
   font-size: 48px;
   font-family: "Monotype Corsiva";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#Banner2 span
{
   height: 48px;
   margin: 1px 0px 1px 0px;
}
#wb_CssMenu2
{
   width: 319px;
   height: 200px;
   visibility: visible;
   display: inline;
}
#wb_CssMenu2 li
{
   width: 100px;
}
#wb_CssMenu2 a
{
   color: #696969;
   border: 0px #CCCCCC solid;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 90px;
   height: 40px;
   padding: 0px 5px 0px 5px;
   line-height: 40px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
   background-color: #2196F3;
   background-image: none;
   border: 0px #2E6DA4 solid;
}
#wb_CssMenu2 ul
{
   width: 100%;
}
#wb_CssMenu2 li
{
   padding: 0 0px 0px 0px;
   width: 100%;
}
#wb_CssMenu2 a
{
   float: none;
   width: 100%;
}
#FlexBoxContainer1
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer1
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#Text1
{
   width: 250px;
   height: 500px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 0px 40px 40px 40px;
}
#LayoutGrid2 .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#LayoutGrid2 .col-1
{
   padding-right: 40px;
   padding-left: 40px;
}
#LayoutGrid2 .col-1
{
   display: block;
   width: 100%;
   text-align: left;
}
#FlexBoxContainer2
{
   visibility: visible;
   display: flex;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer2
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexBoxContainer4
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#FlexBoxContainer4
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
   visibility: visible;
   display: inline;
   color: #00FF7F;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border-radius: -6px;
}
#FontAwesomeIcon37
{
   width: 31px;
   height: 33px;
}
#FontAwesomeIcon37 i
{
   line-height: 33px;
   font-size: 31px;
}
#Text2
{
   width: 285px;
   height: 23px;
   visibility: visible;
   display: inline;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_Vimeo1
{
   width: 299px;
   height: 209px;
   visibility: visible;
   display: inline;
}
#FlexBoxContainer3
{
   visibility: visible;
   display: flex;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#FlexBoxContainer3
{
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_YouTube1
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube2
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube3
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube4
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
#wb_YouTube5
{
   width: 534px;
   height: 292px;
   visibility: visible;
   display: inline;
}
}
