body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #35414F;
   background-image: none;
   border: 1px solid #2C4359;
   border-radius: 0px;
   color: #E1E463;
   --background-color: rgba(53,65,79,1.00);
   --border-color: #2C4359;
   --border-width: 1px;
   --color: #E1E463;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #AAAAAA;
   border-radius: 0px;
   color: #2C4359;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #AAAAAA;
   --border-width: 1px;
   --color: #2C4359;
   --icon-color: #C02669;
   --colorize: invert(26%) sepia(92%) saturate(1451%) hue-rotate(305deg) brightness(83%) contrast(102%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #93C3CD;
   background-image: none;
   border: 1px solid #93C3CD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(147,195,205,1.00);
   --border-color: #93C3CD;
   --border-width: 1px;
   --color: #333333;
}
.wb-theme-button:hover
{
   background-color: #CCD232;
   background-image: none;
   border: 1px solid #999999;
   border-radius: 0px;
   color: #212121;
   --background-color: rgba(204,210,50,1.00);
   --border-color: #999999;
   --border-width: 1px;
   --color: #212121;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #DB4865;
   background-image: none;
   border: 1px solid #FF6B7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(219,72,101,1.00);
   --border-color: #FF6B7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #35414F;
   background-image: none;
   border: 1px solid #2C4359;
   border-radius: 0px;
   color: #E1E463;
   --background-color: rgba(53,65,79,1.00);
   --border-color: #2C4359;
   --border-width: 1px;
   --color: #E1E463;
}
.darktheme .wb-theme-content
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #AAAAAA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(0,0,0,1.00);
   --border-color: #AAAAAA;
   --border-width: 1px;
   --color: #FFFFFF;
   --icon-color: #C02669;
   --colorize: invert(18%) sepia(97%) saturate(2400%) hue-rotate(316deg) brightness(91%) contrast(87%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #93C3CD;
   background-image: none;
   border: 1px solid #93C3CD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(147,195,205,1.00);
   --border-color: #93C3CD;
   --border-width: 1px;
   --color: #333333;
}
.darktheme .wb-theme-button:hover
{
   background-color: #CCD232;
   background-image: none;
   border: 1px solid #999999;
   border-radius: 0px;
   color: #212121;
   --background-color: rgba(204,210,50,1.00);
   --border-color: #999999;
   --border-width: 1px;
   --color: #212121;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #DB4865;
   background-image: none;
   border: 1px solid #FF6B7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(219,72,101,1.00);
   --border-color: #FF6B7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #444750;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .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: stretch;
   align-self: stretch;
   align-items: stretch;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_heroLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 50vh;
   background-color: transparent;
   background-image: url('images/events.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#heroLayoutGrid
{
   box-sizing: border-box;
   height: 50vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#heroLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#heroLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#heroLayoutGrid > .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)
{
#heroLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#heroLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.5;
}
#wb_heroHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: center;
}
#heroHeading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_heroHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: center;
}
#heroHeading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_event1Title
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#event1Title
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#event1Title > .col-1, #event1Title > .col-2, #event1Title > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#event1Title > .col-1, #event1Title > .col-2, #event1Title > .col-3
{
   flex: 0 0 auto;
}
#event1Title > .col-1
{
   background-color: #0D6EFD;
   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;
}
#event1Title > .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;
}
#event1Title > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#event1Title > .col-3
{
   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: flex-end;
   text-align: right;
}
#event1Title > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
@media (max-width: 480px)
{
#event1Title > .col-1, #event1Title > .col-2, #event1Title > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_event1Heading1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_event1Heading1
{
   color: #0D6EFD;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24px;
}
#wb_event1Heading1 p, #wb_event1Heading1 ul
{
   margin: 0;
   padding: 0;
}
#wb_event1Heading1
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event1Heading2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_event1Heading2
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_event1Heading2 p, #wb_event1Heading2 ul
{
   margin: 0;
   padding: 0;
}
#wb_event1Heading2
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event1Expand
{
   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;
}
#wb_event1Expand a
{
   text-decoration: none;
}
#wb_event1Expand a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#event1Expand
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#event1Expand i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_event1Expand:hover #event1Expand i
{
   color: #DCDCDC;
}
#wb_event1Collapse
{
   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;
}
#wb_event1Collapse a
{
   text-decoration: none;
}
#wb_event1Collapse a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#event1Collapse
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#event1Collapse i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_event1Collapse:hover #event1Collapse i
{
   color: #DCDCDC;
}
#eventsBreadcrumb1
{
   list-style: none;
   padding: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #FFFFFF;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#eventsBreadcrumb1 > li
{
   display: inline-block;
   font-size: 13px;
   text-transform: none;
}
#eventsBreadcrumb1 a
{
   color: #696969;
   text-decoration: none;
}
#eventsBreadcrumb1 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#eventsBreadcrumb1 > .active
{
   color: #777777;
}
#eventsBreadcrumb1 > .active a
{
   color: inherit;
   pointer-events: none;
}
#eventsBreadcrumb1 > li + li:before
{
   content: " ";
   padding: 0 10px;
   color: #C0C0C0;
}
#eventsBreadcrumb1 li i
{
   font-size: 13px;
   width: 15px;
}
#wb_event1Details
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F8F8F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#event1Details
{
   box-sizing: border-box;
   padding: 20px 20px 20px 20px;
   margin-right: auto;
   margin-left: auto;
}
#event1Details > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#event1Details > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#event1Details > .row > .col-1
{
   float: left;
}
#event1Details > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#event1Details:before,
#event1Details:after,
#event1Details .row:before,
#event1Details .row:after
{
   display: table;
   content: " ";
}
#event1Details:after,
#event1Details .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#event1Details > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_event1Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_event1Text
{
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 16px;
}
#wb_event1Text div
{
   text-align: left;
}
#wb_event1Text
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_eventsTitle1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_eventsTitle1
{
   color: #0D6EFD;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24px;
}
#wb_eventsTitle1 p, #wb_eventsTitle1 ul
{
   margin: 0;
   padding: 0;
}
#wb_eventsTitle1
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event2Title
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#event2Title
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#event2Title > .col-1, #event2Title > .col-2, #event2Title > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#event2Title > .col-1, #event2Title > .col-2, #event2Title > .col-3
{
   flex: 0 0 auto;
}
#event2Title > .col-1
{
   background-color: #0D6EFD;
   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;
}
#event2Title > .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;
}
#event2Title > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#event2Title > .col-3
{
   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: flex-end;
   text-align: right;
}
#event2Title > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
@media (max-width: 480px)
{
#event2Title > .col-1, #event2Title > .col-2, #event2Title > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_event2TIme 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_event2TIme
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 35px;
   line-height: 40px;
}
#wb_event2TIme p, #wb_event2TIme ul
{
   margin: 0;
   padding: 0;
}
#wb_event2TIme
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_event2AM 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_event2AM
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 21px;
   line-height: 24px;
}
#wb_event2AM p, #wb_event2AM ul
{
   margin: 0;
   padding: 0;
}
#wb_event2AM
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_event2Heading1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_event2Heading1
{
   color: #0D6EFD;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24px;
}
#wb_event2Heading1 p, #wb_event2Heading1 ul
{
   margin: 0;
   padding: 0;
}
#wb_event2Heading1
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event2Heading2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_event2Heading2
{
   color: #4F4F4F;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_event2Heading2 p, #wb_event2Heading2 ul
{
   margin: 0;
   padding: 0;
}
#wb_event2Heading2
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event2Expand
{
   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;
}
#wb_event2Expand a
{
   text-decoration: none;
}
#wb_event2Expand a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#event2Expand
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#event2Expand i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_event2Expand:hover #event2Expand i
{
   color: #DCDCDC;
}
#wb_event2Collapse
{
   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;
}
#wb_event2Collapse a
{
   text-decoration: none;
}
#wb_event2Collapse a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#event2Collapse
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#event2Collapse i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_event2Collapse:hover #event2Collapse i
{
   color: #DCDCDC;
}
#eventsBreadcrumb2
{
   list-style: none;
   padding: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #FFFFFF;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#eventsBreadcrumb2 > li
{
   display: inline-block;
   font-size: 13px;
   text-transform: none;
}
#eventsBreadcrumb2 a
{
   color: #696969;
   text-decoration: none;
}
#eventsBreadcrumb2 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#eventsBreadcrumb2 > .active
{
   color: #777777;
}
#eventsBreadcrumb2 > .active a
{
   color: inherit;
   pointer-events: none;
}
#eventsBreadcrumb2 > li + li:before
{
   content: " ";
   padding: 0 10px;
   color: #C0C0C0;
}
#eventsBreadcrumb2 li i
{
   font-size: 13px;
   width: 15px;
}
#wb_event2Details
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F8F8F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#event2Details
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#event2Details > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#event2Details > .col-1
{
   flex: 0 0 auto;
}
#event2Details > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#event2Details > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_event2Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_event2Text
{
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 16px;
}
#wb_event2Text div
{
   text-align: left;
}
#wb_event2Text
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_eventsTitle2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_eventsTitle2
{
   color: #0D6EFD;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24px;
}
#wb_eventsTitle2 p, #wb_eventsTitle2 ul
{
   margin: 0;
   padding: 0;
}
#wb_eventsTitle2
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event3Title
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#event3Title
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#event3Title > .col-1, #event3Title > .col-2, #event3Title > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#event3Title > .col-1, #event3Title > .col-2, #event3Title > .col-3
{
   flex: 0 0 auto;
}
#event3Title > .col-1
{
   background-color: #0D6EFD;
   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;
}
#event3Title > .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;
}
#event3Title > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#event3Title > .col-3
{
   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: flex-end;
   text-align: right;
}
#event3Title > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
@media (max-width: 480px)
{
#event3Title > .col-1, #event3Title > .col-2, #event3Title > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_event3TIme 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_event3TIme
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 35px;
   line-height: 40px;
}
#wb_event3TIme p, #wb_event3TIme ul
{
   margin: 0;
   padding: 0;
}
#wb_event3TIme
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_event3AM 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_event3AM
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 21px;
   line-height: 24px;
}
#wb_event3AM p, #wb_event3AM ul
{
   margin: 0;
   padding: 0;
}
#wb_event3AM
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_event3Heading1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_event3Heading1
{
   color: #0D6EFD;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24px;
}
#wb_event3Heading1 p, #wb_event3Heading1 ul
{
   margin: 0;
   padding: 0;
}
#wb_event3Heading1
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event3Heading2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_event3Heading2
{
   color: #4F4F4F;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_event3Heading2 p, #wb_event3Heading2 ul
{
   margin: 0;
   padding: 0;
}
#wb_event3Heading2
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_event3Expand
{
   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;
}
#wb_event3Expand a
{
   text-decoration: none;
}
#wb_event3Expand a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#event3Expand
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#event3Expand i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_event3Expand:hover #event3Expand i
{
   color: #DCDCDC;
}
#wb_event3Collapse
{
   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;
}
#wb_event3Collapse a
{
   text-decoration: none;
}
#wb_event3Collapse a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#event3Collapse
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#event3Collapse i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_event3Collapse:hover #event3Collapse i
{
   color: #DCDCDC;
}
#eventsBreadcrumb3
{
   list-style: none;
   padding: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #FFFFFF;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#eventsBreadcrumb3 > li
{
   display: inline-block;
   font-size: 13px;
   text-transform: none;
}
#eventsBreadcrumb3 a
{
   color: #696969;
   text-decoration: none;
}
#eventsBreadcrumb3 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#eventsBreadcrumb3 > .active
{
   color: #777777;
}
#eventsBreadcrumb3 > .active a
{
   color: inherit;
   pointer-events: none;
}
#eventsBreadcrumb3 > li + li:before
{
   content: " ";
   padding: 0 10px;
   color: #C0C0C0;
}
#eventsBreadcrumb3 li i
{
   font-size: 13px;
   width: 15px;
}
#wb_event3Details
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F8F8F8;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#event3Details
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#event3Details > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#event3Details > .col-1
{
   flex: 0 0 auto;
}
#event3Details > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#event3Details > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_event3Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_event3Text
{
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 16px;
}
#wb_event3Text div
{
   text-align: left;
}
#wb_event3Text
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_eventsTitle3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_eventsTitle3
{
   color: #0D6EFD;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24px;
}
#wb_eventsTitle3 p, #wb_eventsTitle3 ul
{
   margin: 0;
   padding: 0;
}
#wb_eventsTitle3
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerTop
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #292929;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerTop
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerTop > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footerTop > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerTop > .row > .col-1
{
   float: left;
}
#footerTop > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footerTop > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#footerTop:before,
#footerTop:after,
#footerTop .row:before,
#footerTop .row:after
{
   display: table;
   content: " ";
}
#footerTop:after,
#footerTop .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footerTop > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_footerIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footerIcon1
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon1:hover #footerIcon1 i
{
   color: #7E96A1;
}
#wb_footerIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footerIcon2
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon2:hover #footerIcon2 i
{
   color: #7E96A1;
}
#wb_footerIcon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footerIcon3
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon3:hover #footerIcon3 i
{
   color: #7E96A1;
}
#wb_footerIcon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footerIcon4
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon4:hover #footerIcon4 i
{
   color: #7E96A1;
}
#wb_footerBottom
{
   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;
}
#footerBottom
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#footerBottom > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footerBottom > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerBottom > .row > .col-1
{
   float: left;
}
#footerBottom > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footerBottom > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#footerBottom:before,
#footerBottom:after,
#footerBottom .row:before,
#footerBottom .row:after
{
   display: table;
   content: " ";
}
#footerBottom:after,
#footerBottom .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footerBottom > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText div
{
   text-align: center;
}
#wb_footerText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Picture2
{
   margin: 0;
   vertical-align: top;
}
#Picture2
{
   border: 0px solid #000000;
   border-radius: 90px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_OverlayMenu1
{
   position: relative;
}
#wb_OverlayMenu1
{
   margin: 0;
}
#OverlayMenu1
{
   cursor: pointer;
   user-select: none;
}
#OverlayMenu1
{
   display: block;
   width: 148px;
   height: 108px;
   position: relative;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 32px;
   border-radius: 3px;
   height: 6px;
   background: var(--color);
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 38px;
}
#OverlayMenu1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#OverlayMenu1-close:before, #OverlayMenu1-close:after
{
   background: #333333;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu1-close span
{
   background: #333333;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close span::after
{
   background: #333333;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#OverlayMenu1-close:after
{
   bottom: 50%;
   opacity: 0;
}
#OverlayMenu1-close span
{
   background: #333333;
   transform: rotate(-45deg);
}
#OverlayMenu1-close span:after
{
   background: #333333;
   transform: rotate(-90deg);
}
#OverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(147,195,205,0.87);
}
#OverlayMenu1-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 29px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu1
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 970px;
}
.OverlayMenu1 a
{
   text-decoration: none;
}
.OverlayMenu1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu1 li
{
   position: relative;
}
.OverlayMenu1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   outline: none;
}
.OverlayMenu1 li a:hover
{
}
#OverlayMenu1-overlay
{
   opacity: 0;
   visibility: hidden;
   transition: opacity 400ms, visibility 0s 400ms;
}
#OverlayMenu1-overlay.show
{
   z-index: 7778 !important;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.5s;
}
#OverlayMenu1-overlay .OverlayMenu1
{
   animation: 400ms linear 400ms both none;
}
#OverlayMenu1-overlay.show .OverlayMenu1
{
   animation-name: transform-tada;
}
#OverlayMenu1-overlay.hide .OverlayMenu1
{
   animation-name: none;
}
#OverlayMenu1-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#OverlayMenu1-social
{
   padding: 40px 0 0 0;
}
#OverlayMenu1-social .social-icon 
{
   border-radius: 50%;
   background-color: #333333;
   color: #93C3CD;
   display: inline-block;
   font-size: 29px;
   margin: 0 .5em;
   padding: 11px;
   transition: all .2s linear 0s;
   width: 29px;
}
#OverlayMenu1-social .social-icon:hover 
{
   background-color: #212121;
   color: #CCD232;
}
.OverlayMenu1-effect
{
   transition: all 500ms linear;
}
#wb_Picture2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_OverlayMenu1
{
   display: inline-block;
   width: 148px;
   height: 108px;
   z-index: 2;
}
#wb_footerIcon4
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 33;
}
#wb_footerIcon3
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 32;
}
#wb_footerIcon2
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 31;
}
#wb_footerIcon1
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 30;
}
#wb_event3Expand
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 26;
}
#wb_event2Expand
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 17;
}
#wb_event3Collapse
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 27;
}
#wb_heroHeading2
{
   display: block;
   width: 100%;
   z-index: 4;
}
#wb_event2Collapse
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 18;
}
#wb_heroHeading1
{
   display: block;
   width: 100%;
   z-index: 3;
}
#wb_eventsBreadcrumb3
{
   display: inline-block;
   width: 428px;
   height: 25px;
   z-index: 25;
   vertical-align: top;
}
#wb_eventsBreadcrumb2
{
   display: inline-block;
   width: 265px;
   height: 25px;
   z-index: 16;
   vertical-align: top;
}
#wb_eventsBreadcrumb1
{
   display: inline-block;
   width: 265px;
   height: 25px;
   z-index: 7;
   vertical-align: top;
}
#wb_event1Collapse
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 9;
}
#wb_event1Expand
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 8;
}
@media only screen and (max-width: 969px)
{
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 480px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0;
}
#wb_heroLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_heroLayoutGrid
{
   height: 50vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#heroLayoutGrid
{
   height: 50vh;
   padding: 25px 0 25px 0;
}
#heroLayoutGrid > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#heroLayoutGrid > .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_heroHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 25px 0 ;
   padding: 0;
}
#wb_heroHeading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 25px 0 ;
   padding: 0;
}
#wb_event1Title
{
   visibility: visible;
   display: table;
}
#wb_event1Title
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#event1Title
{
   height: auto;
   padding: 0;
}
#event1Title > .col-1, #event1Title > .col-2, #event1Title > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#event1Title > .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;
}
#event1Title > .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;
}
#event1Title > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#event1Title > .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: flex-end;
   text-align: right;
}
#event1Title > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#wb_event1Heading1
{
   visibility: visible;
   display: block;
}
#wb_event1Heading1
{
   font-size: 21px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 24px;
}
#wb_event1Heading2
{
   visibility: visible;
   display: block;
}
#wb_event1Heading2
{
   font-size: 16px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 18px;
}
#wb_event1Expand
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#event1Expand
{
   width: 32px;
   height: 32px;
}
#event1Expand i
{
   line-height: 32px;
   font-size: 32px;
   width: 32px;
}
#wb_event1Collapse
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#event1Collapse
{
   width: 32px;
   height: 32px;
}
#event1Collapse i
{
   line-height: 32px;
   font-size: 32px;
   width: 32px;
}
#wb_eventsBreadcrumb1
{
   width: 265px;
   height: 25px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#eventsBreadcrumb1
{
   padding: 0;
   text-align: left;
}
#eventsBreadcrumb1 > li + li:before
{
   padding: 0 10px;
}
#wb_event1Details
{
   visibility: visible;
   display: table;
}
#wb_event1Details
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#event1Details
{
   height: auto;
   padding: 20px 20px 20px 20px;
}
#event1Details .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#event1Details > .row > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#event1Details > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_event1Text
{
   visibility: visible;
   display: block;
}
#wb_event1Text
{
   font-size: 13px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 16px;
}
#wb_eventsTitle1
{
   visibility: visible;
   display: block;
}
#wb_eventsTitle1
{
   font-size: 21px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 24px;
}
#wb_event2Title
{
   visibility: visible;
   display: table;
}
#wb_event2Title
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#event2Title
{
   height: auto;
   padding: 0;
}
#event2Title > .col-1, #event2Title > .col-2, #event2Title > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#event2Title > .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;
}
#event2Title > .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;
}
#event2Title > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#event2Title > .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: flex-end;
   text-align: right;
}
#event2Title > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#wb_event2TIme
{
   visibility: visible;
   display: block;
}
#wb_event2TIme
{
   font-size: 35px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#wb_event2AM
{
   visibility: visible;
   display: block;
}
#wb_event2AM
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#wb_event2Heading1
{
   visibility: visible;
   display: block;
}
#wb_event2Heading1
{
   font-size: 21px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 24px;
}
#wb_event2Heading2
{
   visibility: visible;
   display: block;
}
#wb_event2Heading2
{
   font-size: 16px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 18px;
}
#wb_event2Expand
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#event2Expand
{
   width: 32px;
   height: 32px;
}
#event2Expand i
{
   line-height: 32px;
   font-size: 32px;
   width: 32px;
}
#wb_event2Collapse
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#event2Collapse
{
   width: 32px;
   height: 32px;
}
#event2Collapse i
{
   line-height: 32px;
   font-size: 32px;
   width: 32px;
}
#wb_eventsBreadcrumb2
{
   width: 265px;
   height: 25px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#eventsBreadcrumb2
{
   padding: 0;
   text-align: left;
}
#eventsBreadcrumb2 > li + li:before
{
   padding: 0 10px;
}
#wb_event2Details
{
   visibility: visible;
   display: table;
}
#wb_event2Details
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#event2Details
{
   height: auto;
   padding: 20px 0 20px 0;
}
#event2Details > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#event2Details > .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: flex-start;
   text-align: left;
}
#wb_event2Text
{
   visibility: visible;
   display: block;
}
#wb_event2Text
{
   font-size: 13px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 16px;
}
#wb_eventsTitle2
{
   visibility: visible;
   display: block;
}
#wb_eventsTitle2
{
   font-size: 21px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 24px;
}
#wb_event3Title
{
   visibility: visible;
   display: table;
}
#wb_event3Title
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#event3Title
{
   height: auto;
   padding: 0;
}
#event3Title > .col-1, #event3Title > .col-2, #event3Title > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#event3Title > .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;
}
#event3Title > .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;
}
#event3Title > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#event3Title > .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: flex-end;
   text-align: right;
}
#event3Title > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#wb_event3TIme
{
   visibility: visible;
   display: block;
}
#wb_event3TIme
{
   font-size: 35px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#wb_event3AM
{
   visibility: visible;
   display: block;
}
#wb_event3AM
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#wb_event3Heading1
{
   visibility: visible;
   display: block;
}
#wb_event3Heading1
{
   font-size: 21px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 24px;
}
#wb_event3Heading2
{
   visibility: visible;
   display: block;
}
#wb_event3Heading2
{
   font-size: 16px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 18px;
}
#wb_event3Expand
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#event3Expand
{
   width: 32px;
   height: 32px;
}
#event3Expand i
{
   line-height: 32px;
   font-size: 32px;
   width: 32px;
}
#wb_event3Collapse
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#event3Collapse
{
   width: 32px;
   height: 32px;
}
#event3Collapse i
{
   line-height: 32px;
   font-size: 32px;
   width: 32px;
}
#wb_eventsBreadcrumb3
{
   width: 428px;
   height: 25px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#eventsBreadcrumb3
{
   padding: 0;
   text-align: left;
}
#eventsBreadcrumb3 > li + li:before
{
   padding: 0 10px;
}
#wb_event3Details
{
   visibility: visible;
   display: table;
}
#wb_event3Details
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#event3Details
{
   height: auto;
   padding: 20px 0 20px 0;
}
#event3Details > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#event3Details > .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: flex-start;
   text-align: left;
}
#wb_event3Text
{
   visibility: visible;
   display: block;
}
#wb_event3Text
{
   font-size: 13px;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
   line-height: 16px;
}
#wb_eventsTitle3
{
   visibility: visible;
   display: block;
}
#wb_eventsTitle3
{
   font-size: 21px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
   line-height: 24px;
}
#wb_footerTop
{
   visibility: visible;
   display: table;
}
#wb_footerTop
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerTop
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#footerTop .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_footerIcon1
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#footerIcon1
{
   width: 24px;
   height: 24px;
}
#footerIcon1 i
{
   line-height: 24px;
   font-size: 24px;
   width: 24px;
}
#wb_footerIcon2
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#footerIcon2
{
   width: 24px;
   height: 24px;
}
#footerIcon2 i
{
   line-height: 24px;
   font-size: 24px;
   width: 24px;
}
#wb_footerIcon3
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#footerIcon3
{
   width: 24px;
   height: 24px;
}
#footerIcon3 i
{
   line-height: 24px;
   font-size: 24px;
   width: 24px;
}
#wb_footerIcon4
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#footerIcon4
{
   width: 24px;
   height: 24px;
}
#footerIcon4 i
{
   line-height: 24px;
   font-size: 24px;
   width: 24px;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#footerBottom .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   margin: 0;
   padding: 0;
}
#wb_Picture2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Picture2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text1
{
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_OverlayMenu1
{
   width: 92px;
   height: 85px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#OverlayMenu1
{
   width: 92px;
   height: 85px;
}
#OverlayMenu1 .line
{
   top: 22px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 26px;
}
#OverlayMenu1-overlay ul
{
   font-size: 29px;
   text-align: center;
}
}
