body
{
   background-color: #C0C0C0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_ResponsiveMenu_MenuNavBar
{
   display: block;
   background-color: #C0C0C0;
   font-family: Arial;
   font-weight: normal;
   text-align: center;
   width: 100%;
   z-index: 1111 !important;
}
#ResponsiveMenu_MenuNavBar
{
   display: inline-block;
   background-color: #C0C0C0;
   height: 69px;
}
#wb_ResponsiveMenu_MenuNavBar ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu_MenuNavBar ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu_MenuNavBar ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu_MenuNavBar ul li i
{
   font-size: 24px;
   width: 24px;
}
#wb_ResponsiveMenu_MenuNavBar ul li a
{
   background-color: #C0C0C0;
   color: #4F4F4F;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   padding: 15px 30px 15px 30px;
   text-align: center;
}
#wb_ResponsiveMenu_MenuNavBar > ul > li > a 
{
   height: 39px;
}
.ResponsiveMenu_MenuNavBar a 
{
   display: block;
}
#wb_ResponsiveMenu_MenuNavBar li:hover > a, #wb_ResponsiveMenu_MenuNavBar li .active
{
   background-color: #C0C0C0;
   color: #000000;
}
#wb_ResponsiveMenu_MenuNavBar ul ul
{
   display: none;
   position: absolute;
   top: 69px;
}
#wb_ResponsiveMenu_MenuNavBar ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li 
{
   float: none;
   position: relative;
   width: 201px;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li a
{
   background-color: #7A7A7A;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li:hover > a, #wb_ResponsiveMenu_MenuNavBar ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li a 
{
   padding-top: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu_MenuNavBar ul ul ul li 
{
   left: 201px;
   position: relative;
   top: -69px;
}
#wb_ResponsiveMenu_MenuNavBar .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #4F4F4F;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu_MenuNavBar .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu_MenuNavBar li:hover > a .arrow-down, #wb_ResponsiveMenu_MenuNavBar li .active .arrow-down
{ 
   border-top-color: #000000;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu_MenuNavBar ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_ResponsiveMenu_MenuNavBar .toggle,[id^=ResponsiveMenu_MenuNavBar-submenu]
{
   display: none;
}
@media all and (max-width:320px) 
{
#wb_ResponsiveMenu_MenuNavBar
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu_MenuNavBar ul li a, #wb_ResponsiveMenu_MenuNavBar .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   padding: 15px 15px 15px 15px;
}
#wb_ResponsiveMenu_MenuNavBar .toggle + a
{
   display: none !important;
}
.ResponsiveMenu_MenuNavBar 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu_MenuNavBar 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu_MenuNavBar > ul > li > a 
{
   height: auto !important;   margin: 0;
}
#wb_ResponsiveMenu_MenuNavBar .toggle 
{
   display: block;
   background-color: #C0C0C0;
   color: #4F4F4F;
   padding: 0 15px 0 15px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu_MenuNavBar .toggle:hover
{
   background-color: #C0C0C0;
   color: #000000;
}
[id^=ResponsiveMenu_MenuNavBar-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu_MenuNavBar-title
{
   height: 69px !important;
   line-height: 69px !important;
   text-align: center;
}
#wb_ResponsiveMenu_MenuNavBar ul li 
{
   display: block;
   width: 100% !important;
   text-align: right;
}
#wb_ResponsiveMenu_MenuNavBar ul ul .toggle,
#wb_ResponsiveMenu_MenuNavBar ul ul a 
{
   padding: 0 30px;
}
#wb_ResponsiveMenu_MenuNavBar a:hover,
#wb_ResponsiveMenu_MenuNavBar ul ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu_MenuNavBar ul li ul li .toggle,
#wb_ResponsiveMenu_MenuNavBar ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu_MenuNavBar ul ul ul a 
{
   padding: 15px 15px 15px 45px;
}
#wb_ResponsiveMenu_MenuNavBar ul li a 
{
   text-align: right;
}
#wb_ResponsiveMenu_MenuNavBar ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu_MenuNavBar ul li i 
{
   margin-right: 8px;
}
#wb_ResponsiveMenu_MenuNavBar ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li:hover > ul,
#wb_ResponsiveMenu_MenuNavBar ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu_MenuNavBar ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu_MenuNavBar ul ul ul li 
{
   position: static;
}
#ResponsiveMenu_MenuNavBar-icon 
{
   display: block;
   position: absolute;
   right: 30px;
   top: 22px;
}
#ResponsiveMenu_MenuNavBar-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #C0C0C0;
   color: #4F4F4F;
   width: 24px;
}
#wb_ResponsiveMenu_MenuNavBar ul li ul li .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_ResponsiveMenu_MenuNavBar .toggle .arrow-down 
{
   border-top-color: #4F4F4F;
}
#wb_ResponsiveMenu_MenuNavBar .toggle:hover .arrow-down, #wb_ResponsiveMenu_MenuNavBar li .active .arrow-down
{
   border-top-color: #000000;
}
#wb_ResponsiveMenu_MenuNavBar ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu_MenuNavBar ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu_MenuNavBar ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#wb_LayoutGrid_TopCloud
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_TopCloud
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_TopCloud > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_TopCloud > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_TopCloud > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_TopCloud > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#LayoutGrid_TopCloud-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   z-index: 7777;
}
#LayoutGrid_TopCloud-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid_TopCloud-divider-top .divider-fill
{
   fill: #4F4F4F;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid_Home
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #C0C0C0;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Home
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Home > .col-1, #LayoutGrid_Home > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_Home > .col-1, #LayoutGrid_Home > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_Home > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Home > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.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: 768px)
{
#LayoutGrid_Home > .col-1, #LayoutGrid_Home > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_Phone
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #C0C0C0;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Phone
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Phone > .col-1, #LayoutGrid_Phone > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_Phone > .col-1, #LayoutGrid_Phone > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_Phone > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Phone > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 0px)
{
#LayoutGrid_Phone > .col-1, #LayoutGrid_Phone > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Icon_Phone
{
   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;
}
#Icon_Phone
{
   height: 40px;
   width: 19px;
}
#Icon_Phone i
{
   color: #191970;
   display: inline-block;
   font-size: 19px;
   line-height: 40px;
   vertical-align: middle;
   width: 18px;
}
#wb_Icon_Phone:hover #Icon_Phone i
{
   color: #337AB7;
}
#wb_LayoutGrid_EMail
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #C0C0C0;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_EMail
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_EMail > .col-1, #LayoutGrid_EMail > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_EMail > .col-1, #LayoutGrid_EMail > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_EMail > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_EMail > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 0px)
{
#LayoutGrid_EMail > .col-1, #LayoutGrid_EMail > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Icon_Envelope
{
   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;
}
#Icon_Envelope
{
   height: 40px;
   width: 21px;
}
#Icon_Envelope i
{
   color: #000000;
   display: inline-block;
   font-size: 21px;
   line-height: 40px;
   vertical-align: middle;
   width: 20px;
}
#wb_Icon_Envelope:hover #Icon_Envelope i
{
   color: #337AB7;
}
#wb_Text_PhoneNumber 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text_PhoneNumber
{
   color: #4F4F4F;
   font-family: Arial;
   font-weight: normal;
   font-size: 37px;
}
#wb_Text_PhoneNumber div
{
   text-align: center;
}
#wb_Text_PhoneNumber
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text_EmailAddress 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text_EmailAddress
{
   color: #4F4F4F;
   font-family: Arial;
   font-weight: normal;
   font-size: 37px;
}
#wb_Text_EmailAddress div
{
   text-align: center;
}
#wb_Text_EmailAddress
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid_About
{
   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;
}
#LayoutGrid_About
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_About > .col-1, #LayoutGrid_About > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_About > .col-1, #LayoutGrid_About > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_About > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_About > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_About > .col-1, #LayoutGrid_About > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_StudioPics
{
   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;
}
#LayoutGrid_StudioPics
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_StudioPics > .col-1, #LayoutGrid_StudioPics > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_StudioPics > .col-1, #LayoutGrid_StudioPics > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_StudioPics > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_StudioPics > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_StudioPics > .col-1, #LayoutGrid_StudioPics > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_BottomCloud
{
   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;
}
#LayoutGrid_BottomCloud
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_BottomCloud > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_BottomCloud > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_BottomCloud > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
@media (max-width: 0px)
{
#LayoutGrid_BottomCloud > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#LayoutGrid_BottomCloud-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 60px;
   transform: scaleY(-1.0);
}
#LayoutGrid_BottomCloud-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid_BottomCloud-divider-bottom .divider-fill
{
   fill: #4F4F4F;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid_Gradient01
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #FF5500 0%, #4F4F4F 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Gradient01
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Gradient01 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Gradient01 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_Gradient01 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 0px)
{
#LayoutGrid_Gradient01 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_Image_JanAtMic
{
   margin: 0;
   vertical-align: top;
}
#Image_JanAtMic
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 244px;
   height: 206px;
   vertical-align: top;
}
#wb_LayoutGrid_SCOrange1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SCOrange1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SCOrange1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SCOrange1 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_SCOrange1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 0px)
{
#LayoutGrid_SCOrange1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SoundCloud01
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SoundCloud01
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SoundCloud01 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SoundCloud01 > .col-1
{
   flex: 0 0 auto;
   height: 114px;
}
#LayoutGrid_SoundCloud01 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud01 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
@media (max-width: 0px)
{
#LayoutGrid_SoundCloud01 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SoundCloud02
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SoundCloud02
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SoundCloud02 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SoundCloud02 > .col-1
{
   flex: 0 0 auto;
   height: 114px;
}
#LayoutGrid_SoundCloud02 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud02 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
@media (max-width: 0px)
{
#LayoutGrid_SoundCloud02 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SoundCloud03
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SoundCloud03
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SoundCloud03 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SoundCloud03 > .col-1
{
   flex: 0 0 auto;
   height: 114px;
}
#LayoutGrid_SoundCloud03 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud03 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
@media (max-width: 0px)
{
#LayoutGrid_SoundCloud03 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SoundCloud04
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SoundCloud04
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SoundCloud04 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SoundCloud04 > .col-1
{
   flex: 0 0 auto;
   height: 114px;
}
#LayoutGrid_SoundCloud04 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud04 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
@media (max-width: 0px)
{
#LayoutGrid_SoundCloud04 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SoundCloud05
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SoundCloud05
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SoundCloud05 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SoundCloud05 > .col-1
{
   flex: 0 0 auto;
   height: 114px;
}
#LayoutGrid_SoundCloud05 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud05 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
@media (max-width: 0px)
{
#LayoutGrid_SoundCloud05 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SoundClound06
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SoundClound06
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SoundClound06 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SoundClound06 > .col-1
{
   flex: 0 0 auto;
   height: 114px;
}
#LayoutGrid_SoundClound06 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundClound06 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
@media (max-width: 0px)
{
#LayoutGrid_SoundClound06 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SCOrange2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF5500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SCOrange2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SCOrange2 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_SCOrange2 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_SCOrange2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 0px)
{
#LayoutGrid_SCOrange2 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_Gradient02
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #DC143C 0%, #FF5500 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Gradient02
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Gradient02 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_Gradient02 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_Gradient02 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 0px)
{
#LayoutGrid_Gradient02 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_YT_Red01
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YT_Red01
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YT_Red01 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YT_Red01 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_YT_Red01 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_YT_Red01 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_YouTube01
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 2px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YouTube01
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YouTube01 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YouTube01 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_YouTube01 > .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: 0px)
{
#LayoutGrid_YouTube01 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_YouTube02
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 2px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YouTube02
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YouTube02 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YouTube02 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_YouTube02 > .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: 0px)
{
#LayoutGrid_YouTube02 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_YouTube03
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 2px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YouTube03
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YouTube03 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YouTube03 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_YouTube03 > .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: 0px)
{
#LayoutGrid_YouTube03 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_YouTube04
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 2px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YouTube04
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YouTube04 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YouTube04 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_YouTube04 > .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: 0px)
{
#LayoutGrid_YouTube04 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_YouTube05
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 2px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YouTube05
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YouTube05 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YouTube05 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_YouTube05 > .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: 0px)
{
#LayoutGrid_YouTube05 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_YouTube06
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 2px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YouTube06
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YouTube06 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YouTube06 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_YouTube06 > .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: 0px)
{
#LayoutGrid_YouTube06 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_YT_Red02
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DC143C;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_YT_Red02
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_YT_Red02 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_YT_Red02 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_YT_Red02 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_YT_Red02 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_Gradient03
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #4F4F4F 0%, #DC143C 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Gradient03
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Gradient03 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_Gradient03 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Gradient03 > .row > .col-1
{
   float: left;
   height: 60px;
}
#LayoutGrid_Gradient03 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid_Gradient03:before,
#LayoutGrid_Gradient03:after,
#LayoutGrid_Gradient03 .row:before,
#LayoutGrid_Gradient03 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_Gradient03:after,
#LayoutGrid_Gradient03 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid_Gradient03 > .row > .col-1
{
   float: none;
   width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_SatisfiedClients
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #A9A9A9 0%, #4F4F4F 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_SatisfiedClients
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_SatisfiedClients > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_SatisfiedClients > .col-1
{
   flex: 0 0 auto;
   height: 51px;
}
#LayoutGrid_SatisfiedClients > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_SatisfiedClients > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_Clients01
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Clients01
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Clients01 > .col-1, #LayoutGrid_Clients01 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Clients01 > .col-1, #LayoutGrid_Clients01 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_Clients01 > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients01 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Clients01 > .col-1, #LayoutGrid_Clients01 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_Clients2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Clients2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Clients2 > .col-1, #LayoutGrid_Clients2 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Clients2 > .col-1, #LayoutGrid_Clients2 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_Clients2 > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients2 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Clients2 > .col-1, #LayoutGrid_Clients2 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_Clients3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Clients3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Clients3 > .col-1, #LayoutGrid_Clients3 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Clients3 > .col-1, #LayoutGrid_Clients3 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_Clients3 > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients3 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Clients3 > .col-1, #LayoutGrid_Clients3 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid1_Clients4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1_Clients4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1_Clients4 > .col-1, #LayoutGrid1_Clients4 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1_Clients4 > .col-1, #LayoutGrid1_Clients4 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid1_Clients4 > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1_Clients4 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid1_Clients4 > .col-1, #LayoutGrid1_Clients4 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_Clients5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Clients5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Clients5 > .col-1, #LayoutGrid_Clients5 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Clients5 > .col-1, #LayoutGrid_Clients5 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid_Clients5 > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients5 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Clients5 > .col-1, #LayoutGrid_Clients5 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_Gradient1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to bottom, #A9A9A9 0%, #4F4F4F 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Gradient1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Gradient1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Gradient1 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_Gradient1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Gradient1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_Spacer1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Spacer1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Spacer1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Spacer1 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_Spacer1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Spacer1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_TestimonialTitle
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_TestimonialTitle
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_TestimonialTitle > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_TestimonialTitle > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_TestimonialTitle > .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)
{
#LayoutGrid_TestimonialTitle > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid_Testimonial_1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Testimonial_1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Testimonial_1 > .col-1, #LayoutGrid_Testimonial_1 > .col-2, #LayoutGrid_Testimonial_1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid_Testimonial_1 > .col-1, #LayoutGrid_Testimonial_1 > .col-2, #LayoutGrid_Testimonial_1 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid_Testimonial_1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Testimonial_1 > .col-1, #LayoutGrid_Testimonial_1 > .col-2, #LayoutGrid_Testimonial_1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_TextTestimonial_UoS_All3Media 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 10px 5px 10px;
   margin: 0;
   text-align: justify;
   box-shadow: 3px 3px 2px #000000;
}
#wb_TextTestimonial_UoS_All3Media div
{
   text-align: justify;
}
#wb_TextTestimonial_UoS_All3Media
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TextTestimonial_HippyTheatre 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 10px 5px 10px;
   margin: 0;
   text-align: justify;
   box-shadow: 3px 3px 2px #000000;
}
#wb_TextTestimonial_HippyTheatre div
{
   text-align: justify;
}
#wb_TextTestimonial_HippyTheatre
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TextTestimonial_LouisHolder 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 10px 5px 10px;
   margin: 0;
   text-align: justify;
   box-shadow: 3px 3px 2px #000000;
}
#wb_TextTestimonial_LouisHolder div
{
   text-align: justify;
}
#wb_TextTestimonial_LouisHolder
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TextTestimonial_RossKFoad2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
   box-shadow: 3px 3px 2px #000000;
}
#wb_TextTestimonial_RossKFoad2 div
{
   text-align: justify;
}
#wb_TextTestimonial_RossKFoad2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid_Testimonial_2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Testimonial_2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Testimonial_2 > .col-1, #LayoutGrid_Testimonial_2 > .col-2, #LayoutGrid_Testimonial_2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid_Testimonial_2 > .col-1, #LayoutGrid_Testimonial_2 > .col-2, #LayoutGrid_Testimonial_2 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid_Testimonial_2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_2 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Testimonial_2 > .col-1, #LayoutGrid_Testimonial_2 > .col-2, #LayoutGrid_Testimonial_2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_TextTestimonial_HarvesterStallone 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 10px 5px 10px;
   margin: 0;
   text-align: justify;
   box-shadow: 3px 3px 2px #000000;
}
#wb_TextTestimonial_HarvesterStallone div
{
   text-align: justify;
}
#wb_TextTestimonial_HarvesterStallone
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TextTestimonial_NafasHomeCooking 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 10px 5px 10px;
   margin: 0;
   text-align: justify;
   box-shadow: 3px 3px 2px #000000;
}
#wb_TextTestimonial_NafasHomeCooking div
{
   text-align: justify;
}
#wb_TextTestimonial_NafasHomeCooking
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TextTestimonial_RossKFoad1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 10px 5px 10px;
   margin: 0;
   text-align: justify;
   box-shadow: 3px 3px 2px #000000;
}
#wb_TextTestimonial_RossKFoad1 div
{
   text-align: justify;
}
#wb_TextTestimonial_RossKFoad1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text_TestimonialTitle 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text_TestimonialTitle div
{
   text-align: center;
}
#wb_Text_TestimonialTitle
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text_JS_Name 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text_JS_Name
{
   color: #4F4F4F;
   font-family: Arial;
   font-weight: normal;
   font-size: 75px;
}
#wb_Text_JS_Name div
{
   text-align: center;
}
#wb_Text_JS_Name
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image_VocalBooth
{
   margin: 0;
   vertical-align: top;
}
#Image_VocalBooth
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 312px;
   height: 175px;
   vertical-align: top;
}
#wb_Image_StudioEditing
{
   margin: 0;
   vertical-align: top;
}
#Image_StudioEditing
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 311px;
   height: 200px;
   vertical-align: top;
}
#wb_Text1_JanAbout 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 5px 5px 5px;
   margin: 0;
   text-align: justify;
}
#wb_Text1_JanAbout
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text1_JanAbout div
{
   text-align: justify;
}
#wb_Text1_JanAbout
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image_ACX
{
   margin: 0;
   vertical-align: top;
}
#Image_ACX
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 312px;
   height: 174px;
   vertical-align: top;
}
#wb_Image_Neutrogena
{
   margin: 0;
   vertical-align: top;
}
#Image_Neutrogena
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 311px;
   height: 91px;
   vertical-align: top;
}
#wb_Image_NorthumbrianWater
{
   margin: 0;
   vertical-align: top;
}
#Image_NorthumbrianWater
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 445px;
   height: 97px;
   vertical-align: top;
}
#wb_Image_NorthumbriaUniversity
{
   margin: 0;
   vertical-align: top;
}
#Image_NorthumbriaUniversity
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 414px;
   height: 104px;
   vertical-align: top;
}
#wb_Image_UniOfSunderland
{
   margin: 0;
   vertical-align: top;
}
#Image_UniOfSunderland
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 334px;
   height: 149px;
   vertical-align: top;
}
#wb_Image_ShootBusiness
{
   margin: 0;
   vertical-align: top;
}
#Image_ShootBusiness
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 302px;
   height: 145px;
   vertical-align: top;
}
#wb_Image1_AirwalkReply
{
   margin: 0;
   vertical-align: top;
}
#Image1_AirwalkReply
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 360px;
   height: 105px;
   vertical-align: top;
}
#wb_Image1_HippyTheatre
{
   margin: 0;
   vertical-align: top;
}
#Image1_HippyTheatre
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 168px;
   height: 143px;
   vertical-align: top;
}
#wb_Image1_FitnessFraternity
{
   margin: 0;
   vertical-align: top;
}
#Image1_FitnessFraternity
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 5px 5px 5px;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 129px;
   height: 129px;
   vertical-align: top;
}
#wb_Text_SatisfiedClients 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 15px 0;
   margin: 0;
   text-align: center;
}
#wb_Text_SatisfiedClients
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text_SatisfiedClients div
{
   text-align: center;
}
#wb_Text_SatisfiedClients
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid_Gradient04
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to bottom, #4F4F4F 0%, #000000 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Gradient04
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_Gradient04 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Gradient04 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid_Gradient04 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_Gradient04 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid_FooterBlack
{
   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;
}
#LayoutGrid_FooterBlack
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_FooterBlack > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_FooterBlack > .col-1
{
   flex: 0 0 auto;
   height: 32px;
}
#LayoutGrid_FooterBlack > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid_FooterBlack > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#YouTube_Neutrogena
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#YouTube_ShapelysFootbalSkills
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#YouTube_Shapelys
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#YouTube_AirWalkReply
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#YouTube_NWplc
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#YouTube_TheGoldenYear
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#wb_Text_Copyright 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_Text_Copyright
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text_Copyright div
{
   text-align: center;
}
#wb_Text_Copyright
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   box-shadow: 5px 5px 10px #000000;
   display: inline-block;
   width: 309px;
   height: 139px;
   vertical-align: top;
}
#wb_Image_NorthumbrianWater
{
   display: inline-block;
   width: 455px;
   height: 107px;
   z-index: 32;
}
#wb_JavaScript_SC_BarnesAndJones
{
   display: inline-block;
   width: 100%;
   z-index: 19;
}
#wb_JavaScript_SC_NthLiteCoolers
{
   display: inline-block;
   width: 100%;
   z-index: 21;
}
#wb_Image_StudioEditing
{
   display: inline-block;
   width: 311px;
   height: 200px;
   z-index: 15;
}
#wb_Image1
{
   display: inline-block;
   width: 309px;
   height: 139px;
   z-index: 31;
}
#wb_Image1_FitnessFraternity
{
   display: inline-block;
   width: 139px;
   height: 139px;
   z-index: 38;
}
#wb_Image_NorthumbriaUniversity
{
   display: inline-block;
   width: 424px;
   height: 114px;
   z-index: 33;
}
#wb_Image_VocalBooth
{
   display: inline-block;
   width: 312px;
   height: 175px;
   z-index: 14;
}
#wb_YouTube_TheGoldenYear
{
   display: inline-block;
   width: 250px;
   height: 140px;
   z-index: 27;
}
#wb_Icon_Envelope
{
   display: inline-block;
   width: 21px;
   height: 40px;
   text-align: center;
   z-index: 3;
}
#wb_Icon_Phone
{
   display: inline-block;
   width: 19px;
   height: 40px;
   text-align: center;
   z-index: 1;
}
#wb_Image_Neutrogena
{
   display: inline-block;
   width: 311px;
   height: 91px;
   z-index: 30;
}
#wb_Image1_AirwalkReply
{
   display: inline-block;
   width: 370px;
   height: 115px;
   z-index: 36;
}
#wb_JavaScript_SC_ComReel
{
   display: inline-block;
   width: 100%;
   z-index: 17;
}
#wb_JavaScript_SC_DocReel
{
   display: inline-block;
   width: 100%;
   z-index: 16;
}
#wb_Image_ACX
{
   display: inline-block;
   width: 312px;
   height: 174px;
   z-index: 29;
}
#wb_YouTube_ShapelysFootbalSkills
{
   display: inline-block;
   width: 250px;
   height: 140px;
   z-index: 23;
}
#wb_Image1_HippyTheatre
{
   display: inline-block;
   width: 178px;
   height: 153px;
   z-index: 37;
}
#wb_Image_ShootBusiness
{
   display: inline-block;
   width: 312px;
   height: 155px;
   z-index: 35;
}
#wb_YouTube_Neutrogena
{
   display: inline-block;
   width: 250px;
   height: 140px;
   z-index: 22;
}
#wb_ResponsiveMenu_MenuNavBar
{
   display: inline-block;
   width: 100%;
   z-index: 5;
}
#wb_YouTube_NWplc
{
   display: inline-block;
   width: 250px;
   height: 140px;
   z-index: 26;
}
#wb_YouTube_Shapelys
{
   display: inline-block;
   width: 250px;
   height: 140px;
   z-index: 24;
}
#wb_JavaScript_SC_UKAccents
{
   display: inline-block;
   width: 100%;
   z-index: 18;
}
#wb_Image_JanAtMic
{
   display: inline-block;
   width: 244px;
   height: 206px;
   z-index: 12;
}
#wb_YouTube_AirWalkReply
{
   display: inline-block;
   width: 250px;
   height: 140px;
   z-index: 25;
}
#wb_Image_UniOfSunderland
{
   display: inline-block;
   width: 344px;
   height: 159px;
   z-index: 34;
}
#wb_JavaScriptSC_EarthsTilt
{
   display: inline-block;
   width: 100%;
   z-index: 20;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #C0C0C0;
   background-image: none;
}
#wb_ResponsiveMenu_MenuNavBar
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: center;
}
#wb_LayoutGrid_TopCloud
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_TopCloud
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_TopCloud
{
   padding: 0;
}
#LayoutGrid_TopCloud > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_TopCloud > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid_TopCloud-divider-top
{
   height: 50px;
}
#LayoutGrid_TopCloud-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid_Home
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Home
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Home
{
   height: auto;
   padding: 0 0 15px 0;
}
#LayoutGrid_Home > .col-1, #LayoutGrid_Home > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_Home > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Home > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid_Phone
{
   visibility: visible;
   display: table;
   border-radius: 5px;
}
#wb_LayoutGrid_Phone
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Phone
{
   height: auto;
   padding: 0;
}
#LayoutGrid_Phone > .col-1, #LayoutGrid_Phone > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_Phone > .col-1
{
   display: flex;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Phone > .col-2
{
   display: flex;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_Icon_Phone
{
   width: 19px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#Icon_Phone
{
   width: 19px;
   height: 40px;
}
#Icon_Phone i
{
   line-height: 40px;
   font-size: 19px;
   width: 18px;
}
#wb_Icon_Phone:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_LayoutGrid_EMail
{
   visibility: visible;
   display: table;
   border-radius: 5px;
}
#wb_LayoutGrid_EMail
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_EMail
{
   height: auto;
   padding: 0;
}
#LayoutGrid_EMail > .col-1, #LayoutGrid_EMail > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_EMail > .col-1
{
   display: flex;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_EMail > .col-2
{
   display: flex;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_Icon_Envelope
{
   width: 20px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#Icon_Envelope
{
   width: 20px;
   height: 40px;
}
#Icon_Envelope i
{
   line-height: 40px;
   font-size: 20px;
   width: 19px;
}
#wb_Icon_Envelope:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_Text_PhoneNumber
{
   visibility: visible;
   display: block;
}
#wb_Text_PhoneNumber
{
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text_EmailAddress
{
   visibility: visible;
   display: block;
   border: 0px solid #FFFFFF;
}
#wb_Text_EmailAddress
{
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_LayoutGrid_About
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_About
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_About
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid_About > .col-1, #LayoutGrid_About > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_About > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_About > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_StudioPics
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_StudioPics
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_StudioPics
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid_StudioPics > .col-1, #LayoutGrid_StudioPics > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_StudioPics > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_StudioPics > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_BottomCloud
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid_BottomCloud
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_BottomCloud
{
   padding: 0 0 10px 0;
}
#LayoutGrid_BottomCloud > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_BottomCloud > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid_BottomCloud-divider-bottom
{
   height: 60px;
}
#LayoutGrid_BottomCloud-divider-bottom
{
   bottom: 0%;
}
#wb_LayoutGrid_Gradient01
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Gradient01
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Gradient01
{
   padding: 0;
}
#LayoutGrid_Gradient01 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_Gradient01 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_Image_JanAtMic
{
   width: 244px;
   height: 206px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_JanAtMic
{
   width: 244px;
   height: 206px;
}
#wb_LayoutGrid_SCOrange1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SCOrange1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SCOrange1
{
   padding: 0;
}
#LayoutGrid_SCOrange1 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SCOrange1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_SoundCloud01
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SoundCloud01
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SoundCloud01
{
   padding: 0;
}
#LayoutGrid_SoundCloud01 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SoundCloud01 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 100px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud01 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid_SoundCloud02
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SoundCloud02
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SoundCloud02
{
   padding: 0;
}
#LayoutGrid_SoundCloud02 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SoundCloud02 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 100px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud02 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid_SoundCloud03
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SoundCloud03
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SoundCloud03
{
   padding: 0;
}
#LayoutGrid_SoundCloud03 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SoundCloud03 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 100px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud03 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid_SoundCloud04
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SoundCloud04
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SoundCloud04
{
   padding: 0;
}
#LayoutGrid_SoundCloud04 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SoundCloud04 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 100px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud04 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid_SoundCloud05
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SoundCloud05
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SoundCloud05
{
   padding: 0;
}
#LayoutGrid_SoundCloud05 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SoundCloud05 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 100px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundCloud05 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid_SoundClound06
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SoundClound06
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SoundClound06
{
   padding: 0;
}
#LayoutGrid_SoundClound06 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SoundClound06 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 100px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_SoundClound06 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid_SCOrange2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SCOrange2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SCOrange2
{
   padding: 0;
}
#LayoutGrid_SCOrange2 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_SCOrange2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Gradient02
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Gradient02
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Gradient02
{
   padding: 0;
}
#LayoutGrid_Gradient02 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_Gradient02 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_YT_Red01
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YT_Red01
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YT_Red01
{
   padding: 5px 0 5px 0;
}
#LayoutGrid_YT_Red01 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YT_Red01 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid_YouTube01
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YouTube01
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YouTube01
{
   height: auto;
   padding: 0;
}
#LayoutGrid_YouTube01 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YouTube01 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_YouTube02
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YouTube02
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YouTube02
{
   height: auto;
   padding: 0;
}
#LayoutGrid_YouTube02 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YouTube02 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_YouTube03
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YouTube03
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YouTube03
{
   height: auto;
   padding: 0;
}
#LayoutGrid_YouTube03 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YouTube03 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_YouTube04
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YouTube04
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YouTube04
{
   height: auto;
   padding: 0;
}
#LayoutGrid_YouTube04 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YouTube04 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_YouTube05
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YouTube05
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YouTube05
{
   height: auto;
   padding: 0;
}
#LayoutGrid_YouTube05 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YouTube05 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_YouTube06
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YouTube06
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YouTube06
{
   height: auto;
   padding: 0;
}
#LayoutGrid_YouTube06 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YouTube06 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_YT_Red02
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_YT_Red02
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_YT_Red02
{
   padding: 5px 0 5px 0;
}
#LayoutGrid_YT_Red02 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_YT_Red02 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid_Gradient03
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Gradient03
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Gradient03
{
   padding: 0 15px 0 15px;
}
#LayoutGrid_Gradient03 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_Gradient03 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Gradient03 > .row > .col-1
{
   display: flex;
   width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid_SatisfiedClients
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_SatisfiedClients
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_SatisfiedClients
{
   padding: 5px 0 5px 0;
}
#LayoutGrid_SatisfiedClients > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_SatisfiedClients > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 44px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Clients01
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Clients01
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Clients01
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid_Clients01 > .col-1, #LayoutGrid_Clients01 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Clients01 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients01 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Clients2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Clients2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Clients2
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid_Clients2 > .col-1, #LayoutGrid_Clients2 > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_Clients2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients2 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Clients3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Clients3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Clients3
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid_Clients3 > .col-1, #LayoutGrid_Clients3 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Clients3 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients3 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid1_Clients4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1_Clients4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1_Clients4
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid1_Clients4 > .col-1, #LayoutGrid1_Clients4 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1_Clients4 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1_Clients4 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Clients5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Clients5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Clients5
{
   height: auto;
   padding: 0;
}
#LayoutGrid_Clients5 > .col-1, #LayoutGrid_Clients5 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Clients5 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Clients5 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Gradient1
{
   visibility: visible;
   display: table;
   background-image: linear-gradient(to bottom, #A9A9A9 0%, #4F4F4F 100%);
}
#wb_LayoutGrid_Gradient1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Gradient1
{
   padding: 0;
}
#LayoutGrid_Gradient1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Gradient1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid_Spacer1
{
   visibility: visible;
   display: table;
   background-color: #4F4F4F;
   background-image: none;
}
#wb_LayoutGrid_Spacer1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Spacer1
{
   padding: 0;
}
#LayoutGrid_Spacer1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Spacer1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid_TestimonialTitle
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_TestimonialTitle
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_TestimonialTitle
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid_TestimonialTitle > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_TestimonialTitle > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_Testimonial_1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Testimonial_1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Testimonial_1
{
   height: auto;
   padding: 15px 0 20px 0;
}
#LayoutGrid_Testimonial_1 > .col-1, #LayoutGrid_Testimonial_1 > .col-2, #LayoutGrid_Testimonial_1 > .col-3
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGrid_Testimonial_1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_1 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_1 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_TextTestimonial_UoS_All3Media
{
   visibility: visible;
   display: block;
}
#wb_TextTestimonial_UoS_All3Media
{
   margin: 0;
   padding: 5px 3px 5px 3px;
}
#wb_TextTestimonial_HippyTheatre
{
   visibility: visible;
   display: block;
}
#wb_TextTestimonial_HippyTheatre
{
   margin: 0;
   padding: 5px 3px 5px 3px;
}
#wb_TextTestimonial_LouisHolder
{
   visibility: visible;
   display: block;
}
#wb_TextTestimonial_LouisHolder
{
   margin: 0;
   padding: 5px 3px 5px 3px;
}
#wb_TextTestimonial_RossKFoad2
{
   visibility: visible;
   display: block;
}
#wb_TextTestimonial_RossKFoad2
{
   margin: 0;
   padding: 5px 3px 5px 3px;
}
#wb_LayoutGrid_Testimonial_2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Testimonial_2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Testimonial_2
{
   height: auto;
   padding: 15px 0 20px 0;
}
#LayoutGrid_Testimonial_2 > .col-1, #LayoutGrid_Testimonial_2 > .col-2, #LayoutGrid_Testimonial_2 > .col-3
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGrid_Testimonial_2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_2 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Testimonial_2 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_TextTestimonial_HarvesterStallone
{
   visibility: visible;
   display: block;
}
#wb_TextTestimonial_HarvesterStallone
{
   margin: 0;
   padding: 5px 3px 5px 3px;
}
#wb_TextTestimonial_NafasHomeCooking
{
   visibility: visible;
   display: block;
}
#wb_TextTestimonial_NafasHomeCooking
{
   margin: 0;
   padding: 5px 3px 5px 3px;
}
#wb_TextTestimonial_RossKFoad1
{
   visibility: visible;
   display: block;
}
#wb_TextTestimonial_RossKFoad1
{
   margin: 0;
   padding: 5px 3px 5px 3px;
}
#wb_Text_TestimonialTitle
{
   visibility: visible;
   display: block;
}
#wb_Text_TestimonialTitle
{
   margin: 0;
   padding: 0;
}
#wb_Text_JS_Name
{
   visibility: visible;
   display: block;
}
#wb_Text_JS_Name
{
   font-family: Arial;
   font-weight: 400;
   font-size: 35px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image_VocalBooth
{
   width: 290px;
   height: 163px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_VocalBooth
{
   width: 290px;
   height: 163px;
}
#wb_Image_StudioEditing
{
   width: 290px;
   height: 187px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_StudioEditing
{
   width: 290px;
   height: 187px;
}
#wb_Text1_JanAbout
{
   visibility: visible;
   display: block;
}
#wb_Text1_JanAbout
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 5px 5px 5px 5px;
   text-align: justify;
}
#wb_Image_ACX
{
   width: 290px;
   height: 162px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_ACX
{
   width: 290px;
   height: 162px;
}
#wb_Image_Neutrogena
{
   width: 290px;
   height: 85px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_Neutrogena
{
   width: 290px;
   height: 85px;
}
#wb_Image_NorthumbrianWater
{
   width: 160px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_NorthumbrianWater
{
   width: 160px;
   height: 37px;
}
#wb_Image_NorthumbriaUniversity
{
   width: 290px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_NorthumbriaUniversity
{
   width: 290px;
   height: 78px;
}
#wb_Image_UniOfSunderland
{
   width: 290px;
   height: 134px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_UniOfSunderland
{
   width: 290px;
   height: 134px;
}
#wb_Image_ShootBusiness
{
   width: 290px;
   height: 144px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image_ShootBusiness
{
   width: 290px;
   height: 144px;
}
#wb_Image1_AirwalkReply
{
   width: 290px;
   height: 90px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Image1_AirwalkReply
{
   width: 290px;
   height: 90px;
}
#wb_Image1_HippyTheatre
{
   width: 163px;
   height: 140px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 20px 10px;
}
#Image1_HippyTheatre
{
   width: 163px;
   height: 140px;
}
#wb_Image1_FitnessFraternity
{
   width: 170px;
   height: 170px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 20px 10px 10px 10px;
}
#Image1_FitnessFraternity
{
   width: 170px;
   height: 170px;
}
#wb_Text_SatisfiedClients
{
   visibility: visible;
   display: block;
}
#wb_Text_SatisfiedClients
{
   font-family: Arial;
   font-weight: 400;
   font-size: 21px;
   margin: 0;
   padding: 15px 10px 15px 10px;
   text-align: center;
}
#wb_LayoutGrid_Gradient04
{
   visibility: visible;
   display: table;
   background-image: linear-gradient(to bottom, #4F4F4F 0%, #000000 100%);
}
#wb_LayoutGrid_Gradient04
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Gradient04
{
   padding: 0;
}
#LayoutGrid_Gradient04 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_Gradient04 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid_FooterBlack
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid_FooterBlack
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_FooterBlack
{
   padding: 0;
}
#LayoutGrid_FooterBlack > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_FooterBlack > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 32px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_JavaScript_SC_DocReel
{
   height: 100px;
   visibility: visible;
   display: block;
}
#wb_JavaScript_SC_ComReel
{
   height: 100px;
   visibility: visible;
   display: block;
}
#wb_JavaScript_SC_UKAccents
{
   height: 100px;
   visibility: visible;
   display: block;
}
#wb_JavaScript_SC_BarnesAndJones
{
   height: 100px;
   visibility: visible;
   display: block;
}
#wb_JavaScriptSC_EarthsTilt
{
   height: 100px;
   visibility: visible;
   display: block;
}
#wb_JavaScript_SC_NthLiteCoolers
{
   height: 100px;
   visibility: visible;
   display: block;
}
#wb_YouTube_Neutrogena
{
   width: 250px;
   height: 140px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_YouTube_ShapelysFootbalSkills
{
   width: 250px;
   height: 140px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_YouTube_Shapelys
{
   width: 250px;
   height: 140px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_YouTube_AirWalkReply
{
   width: 250px;
   height: 140px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_YouTube_NWplc
{
   width: 250px;
   height: 140px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_YouTube_TheGoldenYear
{
   width: 250px;
   height: 140px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text_Copyright
{
   visibility: visible;
   display: block;
}
#wb_Text_Copyright
{
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
}
#wb_Image1
{
   width: 160px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 160px;
   height: 72px;
}
}
.darktheme #wb_ResponsiveMenu_MenuNavBar
{
   filter: invert(100%);
}
