body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_welcomeLayoutGrid, #wb_featuresLayoutGrid
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_welcomeLayoutGrid, #wb_featuresLayoutGrid
   {
      background-attachment: scroll !important;
   }
}
#wb_headerLayoutGrid
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(34,139,34,0.59);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2, #headerLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2, #headerLayoutGrid > .row > .col-3
{
   float: left;
}
#headerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#headerLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#headerLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: center;
}
#headerLayoutGrid:before,
#headerLayoutGrid:after,
#headerLayoutGrid .row:before,
#headerLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#headerLayoutGrid:after,
#headerLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2, #headerLayoutGrid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_headerLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
.headerMenu .nav
{
   font-family: "Franklin Gothic Medium";
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   color: #000000;
   text-align: left;
   text-transform: uppercase;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
   content: " ";
   display: table;
}
.headerMenu .nav:after 
{
   clear: both;
}
.headerMenu .nav a 
{
   text-decoration: none;
}
.headerMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.headerMenu .nav ul ul
{
   margin-bottom: 0;
}
.headerMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.headerMenu .arrow, .headerMenu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 17px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #000000;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #000000;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .dropdown-menu > li > a.active,
.headerMenu .dropdown-menu > li > a.active:hover,
.headerMenu .dropdown-menu > li > a.active:focus
{
   color: #000000;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.headerMenu .show > .dropdown-menu
{
   display: block;
}
.headerMenu .show > a
{
   outline: 0;
}
.headerMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.headerMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
   animation-name: headerMenu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.headerMenu .nav > li 
{
   position: relative;
   display: block;
}
.headerMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.headerMenu .nav .show > a,
.headerMenu .nav .show > a:hover,
.headerMenu .nav .show > a:focus
{
    border-color: #FFFFFF;
}
.headerMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .nav .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu
{
   position: relative;
}
.headerMenu:before,
.headerMenu:after
{
   content: " ";
   display: table;
}
.headerMenu:after
{
   clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.headerMenu .navbar-header:after
{
   clear: both;
}
.headerMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.headerMenu-navbar-collapse:after
{
   clear: both;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 16px 10px 15px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.headerMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.headerMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav > li > a
{
   color: #000000;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #000000;
   text-decoration: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #000000;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.headerMenu .navbar-toggle:hover,
.headerMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.headerMenu .navbar-toggle .icon-bar
{
   background-color: #FFFFFF;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #000000;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
   color: #000000;
}
.headerMenu .navbar-link:hover
{
   color: #000000;
}
.headerMenu .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.headerMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.headerMenu .navbar-header
{
   float: left;
}
.headerMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle
{
   display: none;
}
.headerMenu .navbar-nav
{
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin: 0;
}
.headerMenu .navbar-nav > li
{
   float: left;
}
.headerMenu .container > .navbar-header,
.headerMenu .container > .headerMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.headerMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.headerMenu .navbar-nav > li > a
{
   color: #FFFFFF;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #000000;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #000000;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu .navbar-nav > li > a.active > .arrow,
.headerMenu .navbar-nav > li > a.active:hover > .arrow,
.headerMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
   color: #FFFFFF;
}
.headerMenu .navbar-link:hover 
{
   color: #fff;
}
}
.headerMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.headerMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#headerMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#wb_welcomeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcomeLayoutGrid
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#welcomeLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#welcomeLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#welcomeLayoutGrid > .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)
{
#welcomeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#welcomeLayoutGrid-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#welcomeLayoutGrid-video video
{
   object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
#wb_welcomeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcomeCarousel
{
   box-sizing: border-box;
   width: 100%;
   height: 75vh;
}
#welcomeCarousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcomeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcomeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   opacity: 0;
   transition: opacity 10ms ease-in-out;
   height: 100%;
   text-align: center;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner > .carousel-item > img, #welcomeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcomeCarousel .carousel-inner > .active, #welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcomeCarousel .carousel-inner > .active
{
   opacity: 1;
   z-index: 1;
}
#welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcomeCarousel .carousel-inner > .carousel-item-next.carousel-item-start, #welcomeCarousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   opacity: 1;
   z-index: 1;
}
#welcomeCarousel .carousel-inner > .active.carousel-item-start, #welcomeCarousel .carousel-inner > .active.carousel-item-end
{
   opacity: 0;
   z-index: 0;
   transition: opacity 20ms;
}
#welcomeCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -16px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcomeCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 7px;
   height: 7px;
   cursor: pointer;
   text-indent: -999px;
   background-color: transparent;
   border: 1px solid rgba(255,255,255,1.00);
}
#welcomeCarousel .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#welcomeCarousel .frame
{
   width: 870px;
   display: inline-block;
   float: left;
   height: 438px;
}
#wb_contentLayoutGrid1
{
   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;
}
#contentLayoutGrid1
{
   box-sizing: border-box;
   padding: 80px 25px 80px 25px;
   margin-right: auto;
   margin-left: auto;
   max-width: 2000px;
}
#contentLayoutGrid1 > .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 25px;
   padding-left: 25px;
   position: relative;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3
{
   float: left;
}
#contentLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#contentLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#contentLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#contentLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: center;
}
#contentLayoutGrid1:before,
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:before,
#contentLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 400px)
{
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_featuresLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
}
#featuresLayoutGrid
{
   box-sizing: border-box;
   padding: 100px 0 200px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1500px;
}
#featuresLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   float: left;
}
#featuresLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3.33);
   text-align: center;
}
#featuresLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 2.5);
   text-align: center;
}
#featuresLayoutGrid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3.33);
   text-align: center;
}
#featuresLayoutGrid:before,
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:before,
#featuresLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   float: none;
   width: 100% !important;
}
}
#featuresLayoutGrid-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#featuresLayoutGrid-video video
{
   object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
#featuresLayoutGrid-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 200px;
   transform: scaleY(-1.0);
}
#featuresLayoutGrid-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#featuresLayoutGrid-divider-bottom .divider-fill
{
   fill: #FFFFFF;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_contactLayoutGrid1
{
   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: 50px 0 0 0 ;
}
#contactLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contactLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   float: left;
}
#contactLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 -10px 0;
}
#contactLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#contactLayoutGrid1:before,
#contactLayoutGrid1:after,
#contactLayoutGrid1 .row:before,
#contactLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#contactLayoutGrid1:after,
#contactLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_footerText
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 20px;
}
#wb_footerText p, #wb_footerText ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#upStickyLayer
{
   background-color: #3E3E3E;
   background-image: none;
   border-radius: 50%;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_upIcon:hover #upIcon i
{
   color: #007BFF;
}
#wb_headerLogo1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#headerLogo1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_headerLogo2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#headerLogo2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
   -webkit-text-stroke: 1px #000000;
   text-stroke: 1px #000000;
}
#wb_welcomeText5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: ;
}
#wb_welcomeText5
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 900;
   font-size: 29px;
   line-height: 32.5px;
}
#wb_welcomeText5 p, #wb_welcomeText5 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcomeText6
{
   color: #FFFFFF;
   font-family: "Arial Narrow";
   font-weight: 400;
   font-size: 29px;
   line-height: 33px;
}
#wb_welcomeText6 p, #wb_welcomeText6 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_contentHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
}
#contentHeading1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_contentText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: justify;
}
#wb_contentText1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 29px;
   line-height: 42.5px;
}
#wb_contentText1 p, #wb_contentText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #228B22;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_contactCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 250px;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#contactCard1-card-body
{
   padding: 50px 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard1-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item1
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_contactCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 200px;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#contactCard2-card-body
{
   padding: 50px 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#contactCard2-card-item0 .mark-as-unread:before
{
   content: "\e9bc";
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 250px;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#contactCard4-card-body
{
   padding: 50px 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Segoe MDL2 Assets";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard4.affix
{
   top: 0 !important;
   position: fixed !important;
}
#socialmediaSticky
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   padding: 0;
}
#socialmediaButton1
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton1
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton1
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton1
{
   color: inherit;
}
#wb_socialmediaButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M96%2048%20C96%2039%2c%2094%2031%2c%2089%2024%20L89%2024%20L89%2024%20C85%2017%2c%2079%2011%2c%2072%207%20L72%207%20L72%207%20C65%203%2c%2057%200%2c%2048%200%20C39%200%2c%2031%203%2c%2024%207%20C17%2011%2c%2011%2017%2c%207%2024%20C2%2031%2c%200%2039%2c%200%2048%20C0%2060%2c%204%2070%2c%2010%2078%20C17%2086%2c%2026%2092%2c%2036%2095%20L36%2063%20L36%2063%20L26%2063%20L26%2063%20L26%2048%20L26%2048%20L36%2048%20L36%2048%20L36%2042%20L36%2042%20C36%2026%2c%2044%2018%2c%2060%2018%20C61%2018%2c%2063%2018%2c%2065%2018%20C67%2019%2c%2069%2019%2c%2070%2019%20L70%2033%20L70%2033%20C69%2032%2c%2067%2032%2c%2065%2032%20C61%2032%2c%2058%2033%2c%2056%2035%20C55%2037%2c%2054%2039%2c%2054%2043%20L54%2048%20L54%2048%20L70%2048%20L70%2048%20L67%2063%20L67%2063%20L54%2063%20L54%2063%20L54%2096%20L54%2096%20C66%2094%2c%2076%2089%2c%2084%2080%20C92%2071%2c%2096%2061%2c%2096%2048%20L96%2048Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M96%2048%20C96%2039%2c%2094%2031%2c%2089%2024%20L89%2024%20L89%2024%20C85%2017%2c%2079%2011%2c%2072%207%20L72%207%20L72%207%20C65%203%2c%2057%200%2c%2048%200%20C39%200%2c%2031%203%2c%2024%207%20C17%2011%2c%2011%2017%2c%207%2024%20C2%2031%2c%200%2039%2c%200%2048%20C0%2060%2c%204%2070%2c%2010%2078%20C17%2086%2c%2026%2092%2c%2036%2095%20L36%2063%20L36%2063%20L26%2063%20L26%2063%20L26%2048%20L26%2048%20L36%2048%20L36%2048%20L36%2042%20L36%2042%20C36%2026%2c%2044%2018%2c%2060%2018%20C61%2018%2c%2063%2018%2c%2065%2018%20C67%2019%2c%2069%2019%2c%2070%2019%20L70%2033%20L70%2033%20C69%2032%2c%2067%2032%2c%2065%2032%20C61%2032%2c%2058%2033%2c%2056%2035%20C55%2037%2c%2054%2039%2c%2054%2043%20L54%2048%20L54%2048%20L70%2048%20L70%2048%20L67%2063%20L67%2063%20L54%2063%20L54%2063%20L54%2096%20L54%2096%20C66%2094%2c%2076%2089%2c%2084%2080%20C92%2071%2c%2096%2061%2c%2096%2048%20L96%2048Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M96%2048%20C96%2039%2c%2094%2031%2c%2089%2024%20L89%2024%20L89%2024%20C85%2017%2c%2079%2011%2c%2072%207%20L72%207%20L72%207%20C65%203%2c%2057%200%2c%2048%200%20C39%200%2c%2031%203%2c%2024%207%20C17%2011%2c%2011%2017%2c%207%2024%20C2%2031%2c%200%2039%2c%200%2048%20C0%2060%2c%204%2070%2c%2010%2078%20C17%2086%2c%2026%2092%2c%2036%2095%20L36%2063%20L36%2063%20L26%2063%20L26%2063%20L26%2048%20L26%2048%20L36%2048%20L36%2048%20L36%2042%20L36%2042%20C36%2026%2c%2044%2018%2c%2060%2018%20C61%2018%2c%2063%2018%2c%2065%2018%20C67%2019%2c%2069%2019%2c%2070%2019%20L70%2033%20L70%2033%20C69%2032%2c%2067%2032%2c%2065%2032%20C61%2032%2c%2058%2033%2c%2056%2035%20C55%2037%2c%2054%2039%2c%2054%2043%20L54%2048%20L54%2048%20L70%2048%20L70%2048%20L67%2063%20L67%2063%20L54%2063%20L54%2063%20L54%2096%20L54%2096%20C66%2094%2c%2076%2089%2c%2084%2080%20C92%2071%2c%2096%2061%2c%2096%2048%20L96%2048Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton1 .ui-corner-all, #wb_socialmediaButton1 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton1 .ui-corner-all, #wb_socialmediaButton1 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton1
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton1:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton1 .ui-button
{
   background-color: #3A579A;
   background-image: none;
   border: 0px solid #3A579A;
   color: #FFFFFF;
}
#wb_socialmediaButton1 .ui-state-hover, #wb_socialmediaButton1 .ui-button:hover
{
   border-color: #3A579A;
   background-color: #3A579A;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton1 .ui-state-active, #wb_socialmediaButton1 .ui-button:active
{
   border-color: #3A579A;
   background-color: #3A579A;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton5
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton5
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton5
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton5 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton5
{
   color: inherit;
}
#wb_socialmediaButton5 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M97%2024%20C96%2019%2c%2093%2016%2c%2088%2014%20C85%2014%2c%2080%2013%2c%2074%2013%20C68%2013%2c%2062%2012%2c%2057%2012%20C51%2012%2c%2048%2012%2c%2048%2012%20C48%2012%2c%2045%2012%2c%2039%2012%20C34%2012%2c%2028%2013%2c%2022%2013%20C16%2013%2c%2011%2014%2c%208%2014%20C3%2016%2c%200%2019%2c%20%2d1%2024%20C%2d2%2026%2c%20%2d2%2030%2c%20%2d3%2033%20C%2d3%2037%2c%20%2d3%2041%2c%20%2d3%2044%20C%2d3%2047%2c%20%2d3%2048%2c%20%2d3%2048%20C%2d3%2049%2c%20%2d3%2050%2c%20%2d3%2053%20C%2d3%2056%2c%20%2d3%2059%2c%20%2d3%2063%20C%2d2%2067%2c%20%2d2%2070%2c%20%2d1%2073%20C0%2078%2c%203%2081%2c%208%2082%20C11%2083%2c%2016%2083%2c%2022%2084%20C28%2084%2c%2034%2084%2c%2039%2084%20C45%2084%2c%2048%2084%2c%2048%2084%20C48%2084%2c%2048%2084%2c%2048%2084%20C48%2084%2c%2051%2084%2c%2057%2084%20C62%2084%2c%2068%2084%2c%2074%2084%20C80%2083%2c%2085%2083%2c%2088%2082%20C93%2081%2c%2096%2078%2c%2097%2073%20C98%2070%2c%2098%2067%2c%2099%2063%20C99%2059%2c%2099%2056%2c%2099%2053%20C99%2050%2c%2099%2049%2c%2099%2048%20C99%2048%2c%2099%2047%2c%2099%2044%20C99%2041%2c%2099%2037%2c%2099%2033%20C98%2030%2c%2098%2026%2c%2097%2024%20Z%20M37%2064%20L37%2033%20L37%2064%20L37%2033%20L64%2048%20L64%2048%20L37%2064Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton5:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M97%2024%20C96%2019%2c%2093%2016%2c%2088%2014%20C85%2014%2c%2080%2013%2c%2074%2013%20C68%2013%2c%2062%2012%2c%2057%2012%20C51%2012%2c%2048%2012%2c%2048%2012%20C48%2012%2c%2045%2012%2c%2039%2012%20C34%2012%2c%2028%2013%2c%2022%2013%20C16%2013%2c%2011%2014%2c%208%2014%20C3%2016%2c%200%2019%2c%20%2d1%2024%20C%2d2%2026%2c%20%2d2%2030%2c%20%2d3%2033%20C%2d3%2037%2c%20%2d3%2041%2c%20%2d3%2044%20C%2d3%2047%2c%20%2d3%2048%2c%20%2d3%2048%20C%2d3%2049%2c%20%2d3%2050%2c%20%2d3%2053%20C%2d3%2056%2c%20%2d3%2059%2c%20%2d3%2063%20C%2d2%2067%2c%20%2d2%2070%2c%20%2d1%2073%20C0%2078%2c%203%2081%2c%208%2082%20C11%2083%2c%2016%2083%2c%2022%2084%20C28%2084%2c%2034%2084%2c%2039%2084%20C45%2084%2c%2048%2084%2c%2048%2084%20C48%2084%2c%2048%2084%2c%2048%2084%20C48%2084%2c%2051%2084%2c%2057%2084%20C62%2084%2c%2068%2084%2c%2074%2084%20C80%2083%2c%2085%2083%2c%2088%2082%20C93%2081%2c%2096%2078%2c%2097%2073%20C98%2070%2c%2098%2067%2c%2099%2063%20C99%2059%2c%2099%2056%2c%2099%2053%20C99%2050%2c%2099%2049%2c%2099%2048%20C99%2048%2c%2099%2047%2c%2099%2044%20C99%2041%2c%2099%2037%2c%2099%2033%20C98%2030%2c%2098%2026%2c%2097%2024%20Z%20M37%2064%20L37%2033%20L37%2064%20L37%2033%20L64%2048%20L64%2048%20L37%2064Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton5:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M97%2024%20C96%2019%2c%2093%2016%2c%2088%2014%20C85%2014%2c%2080%2013%2c%2074%2013%20C68%2013%2c%2062%2012%2c%2057%2012%20C51%2012%2c%2048%2012%2c%2048%2012%20C48%2012%2c%2045%2012%2c%2039%2012%20C34%2012%2c%2028%2013%2c%2022%2013%20C16%2013%2c%2011%2014%2c%208%2014%20C3%2016%2c%200%2019%2c%20%2d1%2024%20C%2d2%2026%2c%20%2d2%2030%2c%20%2d3%2033%20C%2d3%2037%2c%20%2d3%2041%2c%20%2d3%2044%20C%2d3%2047%2c%20%2d3%2048%2c%20%2d3%2048%20C%2d3%2049%2c%20%2d3%2050%2c%20%2d3%2053%20C%2d3%2056%2c%20%2d3%2059%2c%20%2d3%2063%20C%2d2%2067%2c%20%2d2%2070%2c%20%2d1%2073%20C0%2078%2c%203%2081%2c%208%2082%20C11%2083%2c%2016%2083%2c%2022%2084%20C28%2084%2c%2034%2084%2c%2039%2084%20C45%2084%2c%2048%2084%2c%2048%2084%20C48%2084%2c%2048%2084%2c%2048%2084%20C48%2084%2c%2051%2084%2c%2057%2084%20C62%2084%2c%2068%2084%2c%2074%2084%20C80%2083%2c%2085%2083%2c%2088%2082%20C93%2081%2c%2096%2078%2c%2097%2073%20C98%2070%2c%2098%2067%2c%2099%2063%20C99%2059%2c%2099%2056%2c%2099%2053%20C99%2050%2c%2099%2049%2c%2099%2048%20C99%2048%2c%2099%2047%2c%2099%2044%20C99%2041%2c%2099%2037%2c%2099%2033%20C98%2030%2c%2098%2026%2c%2097%2024%20Z%20M37%2064%20L37%2033%20L37%2064%20L37%2033%20L64%2048%20L64%2048%20L37%2064Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton5 .ui-corner-all, #wb_socialmediaButton5 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton5 .ui-corner-all, #wb_socialmediaButton5 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton5
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton5:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton5 .ui-button
{
   background-color: #D72A25;
   background-image: none;
   border: 0px solid #D72A25;
   color: #FFFFFF;
}
#wb_socialmediaButton5 .ui-state-hover, #wb_socialmediaButton5 .ui-button:hover
{
   border-color: #D72A25;
   background-color: #D72A25;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton5 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton5 .ui-state-active, #wb_socialmediaButton5 .ui-button:active
{
   border-color: #D72A25;
   background-color: #D72A25;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton6
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton6
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton6
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton6 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton6
{
   color: inherit;
}
#wb_socialmediaButton6 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M77%2018%20C69%2010%2c%2059%206%2c%2048%206%20C40%206%2c%2033%208%2c%2027%2012%20C21%2016%2c%2016%2021%2c%2012%2027%20C8%2033%2c%206%2040%2c%206%2048%20C6%2055%2c%208%2062%2c%2012%2069%20L6%2090%20L6%2090%20L28%2084%20L28%2084%20C34%2088%2c%2041%2090%2c%2048%2090%20L48%2090%20L48%2090%20C56%2089%2c%2063%2087%2c%2069%2084%20C75%2080%2c%2080%2075%2c%2084%2069%20C88%2063%2c%2090%2056%2c%2090%2048%20C90%2042%2c%2089%2037%2c%2087%2032%20C84%2027%2c%2081%2022%2c%2077%2018%20Z%20M48%2083%20C42%2082%2c%2036%2081%2c%2030%2078%20L29%2077%20L29%2077%20L16%2080%20L16%2080%20L19%2068%20L19%2068%20L19%2066%20L19%2066%20C15%2061%2c%2013%2055%2c%2013%2048%20C14%2038%2c%2017%2030%2c%2024%2024%20C30%2017%2c%2038%2014%2c%2048%2013%20C57%2013%2c%2066%2017%2c%2072%2024%20C79%2030%2c%2083%2038%2c%2083%2048%20C83%2058%2c%2079%2066%2c%2073%2072%20C66%2079%2c%2058%2082%2c%2048%2083%20Z%20M67%2057%20C66%2056%2c%2065%2056%2c%2063%2055%20L63%2055%20L63%2055%20C62%2054%2c%2060%2054%2c%2060%2053%20C59%2053%2c%2058%2053%2c%2058%2054%20C57%2054%2c%2056%2055%2c%2056%2056%20C55%2057%2c%2055%2057%2c%2054%2058%20C54%2059%2c%2053%2059%2c%2052%2058%20C49%2057%2c%2046%2055%2c%2044%2053%20C42%2052%2c%2040%2049%2c%2038%2046%20C37%2045%2c%2038%2044%2c%2038%2043%20C39%2043%2c%2040%2042%2c%2041%2040%20C41%2039%2c%2041%2039%2c%2041%2038%20C41%2038%2c%2040%2037%2c%2040%2036%20C40%2035%2c%2039%2034%2c%2039%2033%20C38%2032%2c%2038%2031%2c%2037%2030%20C37%2029%2c%2036%2028%2c%2035%2029%20C35%2029%2c%2035%2029%2c%2035%2029%20C35%2029%2c%2034%2029%2c%2033%2029%20C32%2029%2c%2031%2029%2c%2030%2030%20C30%2030%2c%2030%2030%2c%2030%2030%20C30%2031%2c%2029%2032%2c%2028%2033%20C27%2034%2c%2027%2036%2c%2027%2039%20C27%2041%2c%2028%2044%2c%2029%2046%20C30%2048%2c%2031%2049%2c%2031%2049%20C31%2049%2c%2031%2049%2c%2031%2049%20C31%2050%2c%2031%2050%2c%2031%2050%20C32%2051%2c%2034%2053%2c%2037%2057%20C40%2060%2c%2044%2063%2c%2049%2065%20C52%2067%2c%2054%2067%2c%2056%2068%20C58%2068%2c%2060%2068%2c%2061%2068%20C62%2068%2c%2064%2067%2c%2065%2066%20C67%2065%2c%2068%2064%2c%2068%2063%20C69%2060%2c%2069%2058%2c%2069%2058%20C69%2057%2c%2068%2057%2c%2067%2057%20C67%2057%2c%2067%2057%2c%2067%2057%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton6:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M77%2018%20C69%2010%2c%2059%206%2c%2048%206%20C40%206%2c%2033%208%2c%2027%2012%20C21%2016%2c%2016%2021%2c%2012%2027%20C8%2033%2c%206%2040%2c%206%2048%20C6%2055%2c%208%2062%2c%2012%2069%20L6%2090%20L6%2090%20L28%2084%20L28%2084%20C34%2088%2c%2041%2090%2c%2048%2090%20L48%2090%20L48%2090%20C56%2089%2c%2063%2087%2c%2069%2084%20C75%2080%2c%2080%2075%2c%2084%2069%20C88%2063%2c%2090%2056%2c%2090%2048%20C90%2042%2c%2089%2037%2c%2087%2032%20C84%2027%2c%2081%2022%2c%2077%2018%20Z%20M48%2083%20C42%2082%2c%2036%2081%2c%2030%2078%20L29%2077%20L29%2077%20L16%2080%20L16%2080%20L19%2068%20L19%2068%20L19%2066%20L19%2066%20C15%2061%2c%2013%2055%2c%2013%2048%20C14%2038%2c%2017%2030%2c%2024%2024%20C30%2017%2c%2038%2014%2c%2048%2013%20C57%2013%2c%2066%2017%2c%2072%2024%20C79%2030%2c%2083%2038%2c%2083%2048%20C83%2058%2c%2079%2066%2c%2073%2072%20C66%2079%2c%2058%2082%2c%2048%2083%20Z%20M67%2057%20C66%2056%2c%2065%2056%2c%2063%2055%20L63%2055%20L63%2055%20C62%2054%2c%2060%2054%2c%2060%2053%20C59%2053%2c%2058%2053%2c%2058%2054%20C57%2054%2c%2056%2055%2c%2056%2056%20C55%2057%2c%2055%2057%2c%2054%2058%20C54%2059%2c%2053%2059%2c%2052%2058%20C49%2057%2c%2046%2055%2c%2044%2053%20C42%2052%2c%2040%2049%2c%2038%2046%20C37%2045%2c%2038%2044%2c%2038%2043%20C39%2043%2c%2040%2042%2c%2041%2040%20C41%2039%2c%2041%2039%2c%2041%2038%20C41%2038%2c%2040%2037%2c%2040%2036%20C40%2035%2c%2039%2034%2c%2039%2033%20C38%2032%2c%2038%2031%2c%2037%2030%20C37%2029%2c%2036%2028%2c%2035%2029%20C35%2029%2c%2035%2029%2c%2035%2029%20C35%2029%2c%2034%2029%2c%2033%2029%20C32%2029%2c%2031%2029%2c%2030%2030%20C30%2030%2c%2030%2030%2c%2030%2030%20C30%2031%2c%2029%2032%2c%2028%2033%20C27%2034%2c%2027%2036%2c%2027%2039%20C27%2041%2c%2028%2044%2c%2029%2046%20C30%2048%2c%2031%2049%2c%2031%2049%20C31%2049%2c%2031%2049%2c%2031%2049%20C31%2050%2c%2031%2050%2c%2031%2050%20C32%2051%2c%2034%2053%2c%2037%2057%20C40%2060%2c%2044%2063%2c%2049%2065%20C52%2067%2c%2054%2067%2c%2056%2068%20C58%2068%2c%2060%2068%2c%2061%2068%20C62%2068%2c%2064%2067%2c%2065%2066%20C67%2065%2c%2068%2064%2c%2068%2063%20C69%2060%2c%2069%2058%2c%2069%2058%20C69%2057%2c%2068%2057%2c%2067%2057%20C67%2057%2c%2067%2057%2c%2067%2057%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton6:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M77%2018%20C69%2010%2c%2059%206%2c%2048%206%20C40%206%2c%2033%208%2c%2027%2012%20C21%2016%2c%2016%2021%2c%2012%2027%20C8%2033%2c%206%2040%2c%206%2048%20C6%2055%2c%208%2062%2c%2012%2069%20L6%2090%20L6%2090%20L28%2084%20L28%2084%20C34%2088%2c%2041%2090%2c%2048%2090%20L48%2090%20L48%2090%20C56%2089%2c%2063%2087%2c%2069%2084%20C75%2080%2c%2080%2075%2c%2084%2069%20C88%2063%2c%2090%2056%2c%2090%2048%20C90%2042%2c%2089%2037%2c%2087%2032%20C84%2027%2c%2081%2022%2c%2077%2018%20Z%20M48%2083%20C42%2082%2c%2036%2081%2c%2030%2078%20L29%2077%20L29%2077%20L16%2080%20L16%2080%20L19%2068%20L19%2068%20L19%2066%20L19%2066%20C15%2061%2c%2013%2055%2c%2013%2048%20C14%2038%2c%2017%2030%2c%2024%2024%20C30%2017%2c%2038%2014%2c%2048%2013%20C57%2013%2c%2066%2017%2c%2072%2024%20C79%2030%2c%2083%2038%2c%2083%2048%20C83%2058%2c%2079%2066%2c%2073%2072%20C66%2079%2c%2058%2082%2c%2048%2083%20Z%20M67%2057%20C66%2056%2c%2065%2056%2c%2063%2055%20L63%2055%20L63%2055%20C62%2054%2c%2060%2054%2c%2060%2053%20C59%2053%2c%2058%2053%2c%2058%2054%20C57%2054%2c%2056%2055%2c%2056%2056%20C55%2057%2c%2055%2057%2c%2054%2058%20C54%2059%2c%2053%2059%2c%2052%2058%20C49%2057%2c%2046%2055%2c%2044%2053%20C42%2052%2c%2040%2049%2c%2038%2046%20C37%2045%2c%2038%2044%2c%2038%2043%20C39%2043%2c%2040%2042%2c%2041%2040%20C41%2039%2c%2041%2039%2c%2041%2038%20C41%2038%2c%2040%2037%2c%2040%2036%20C40%2035%2c%2039%2034%2c%2039%2033%20C38%2032%2c%2038%2031%2c%2037%2030%20C37%2029%2c%2036%2028%2c%2035%2029%20C35%2029%2c%2035%2029%2c%2035%2029%20C35%2029%2c%2034%2029%2c%2033%2029%20C32%2029%2c%2031%2029%2c%2030%2030%20C30%2030%2c%2030%2030%2c%2030%2030%20C30%2031%2c%2029%2032%2c%2028%2033%20C27%2034%2c%2027%2036%2c%2027%2039%20C27%2041%2c%2028%2044%2c%2029%2046%20C30%2048%2c%2031%2049%2c%2031%2049%20C31%2049%2c%2031%2049%2c%2031%2049%20C31%2050%2c%2031%2050%2c%2031%2050%20C32%2051%2c%2034%2053%2c%2037%2057%20C40%2060%2c%2044%2063%2c%2049%2065%20C52%2067%2c%2054%2067%2c%2056%2068%20C58%2068%2c%2060%2068%2c%2061%2068%20C62%2068%2c%2064%2067%2c%2065%2066%20C67%2065%2c%2068%2064%2c%2068%2063%20C69%2060%2c%2069%2058%2c%2069%2058%20C69%2057%2c%2068%2057%2c%2067%2057%20C67%2057%2c%2067%2057%2c%2067%2057%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton6 .ui-corner-all, #wb_socialmediaButton6 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton6 .ui-corner-all, #wb_socialmediaButton6 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton6
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton6:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton6 .ui-button
{
   background-color: #32CD32;
   background-image: none;
   border: 0px solid #32CD32;
   color: #FFFFFF;
}
#wb_socialmediaButton6 .ui-state-hover, #wb_socialmediaButton6 .ui-button:hover
{
   border-color: #FFFFFF;
   background-color: #32CD32;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton6 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton6 .ui-state-active, #wb_socialmediaButton6 .ui-button:active
{
   border-color: #00B3EC;
   background-color: #00B3EC;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton8
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton8
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton8
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton8 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton8
{
   color: inherit;
}
#wb_socialmediaButton8 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M12%2021%20C10%2021%2c%209%2022%2c%209%2024%20L9%2028%20L9%2028%20L41%2054%20L41%2054%20C43%2056%2c%2046%2057%2c%2048%2057%20C50%2057%2c%2053%2056%2c%2055%2054%20L87%2028%20L87%2028%20L87%2024%20L87%2024%20C87%2022%2c%2086%2021%2c%2084%2021%20L12%2021Z%20%20M9%2039%20L9%2072%20L9%2039%20L9%2072%20C9%2073%2c%2010%2074%2c%2012%2075%20L84%2075%20L84%2075%20C86%2074%2c%2087%2073%2c%2087%2072%20L87%2039%20L87%2039%20L60%2061%20L60%2061%20C57%2064%2c%2052%2066%2c%2048%2066%20C43%2066%2c%2039%2064%2c%2036%2061%20L9%2039Z%20%20M0%2024%20C0%2020%2c%201%2017%2c%204%2015%20L4%2015%20L4%2015%20C6%2013%2c%209%2012%2c%2012%2012%20L84%2012%20L84%2012%20C87%2012%2c%2090%2013%2c%2092%2015%20C95%2017%2c%2096%2020%2c%2096%2024%20L96%2072%20L96%2072%20C96%2075%2c%2095%2078%2c%2092%2080%20C90%2082%2c%2087%2083%2c%2084%2084%20L12%2084%20L12%2084%20C9%2083%2c%206%2082%2c%204%2080%20C1%2078%2c%200%2075%2c%200%2072%20L0%2024Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton8:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M12%2021%20C10%2021%2c%209%2022%2c%209%2024%20L9%2028%20L9%2028%20L41%2054%20L41%2054%20C43%2056%2c%2046%2057%2c%2048%2057%20C50%2057%2c%2053%2056%2c%2055%2054%20L87%2028%20L87%2028%20L87%2024%20L87%2024%20C87%2022%2c%2086%2021%2c%2084%2021%20L12%2021Z%20%20M9%2039%20L9%2072%20L9%2039%20L9%2072%20C9%2073%2c%2010%2074%2c%2012%2075%20L84%2075%20L84%2075%20C86%2074%2c%2087%2073%2c%2087%2072%20L87%2039%20L87%2039%20L60%2061%20L60%2061%20C57%2064%2c%2052%2066%2c%2048%2066%20C43%2066%2c%2039%2064%2c%2036%2061%20L9%2039Z%20%20M0%2024%20C0%2020%2c%201%2017%2c%204%2015%20L4%2015%20L4%2015%20C6%2013%2c%209%2012%2c%2012%2012%20L84%2012%20L84%2012%20C87%2012%2c%2090%2013%2c%2092%2015%20C95%2017%2c%2096%2020%2c%2096%2024%20L96%2072%20L96%2072%20C96%2075%2c%2095%2078%2c%2092%2080%20C90%2082%2c%2087%2083%2c%2084%2084%20L12%2084%20L12%2084%20C9%2083%2c%206%2082%2c%204%2080%20C1%2078%2c%200%2075%2c%200%2072%20L0%2024Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton8:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M12%2021%20C10%2021%2c%209%2022%2c%209%2024%20L9%2028%20L9%2028%20L41%2054%20L41%2054%20C43%2056%2c%2046%2057%2c%2048%2057%20C50%2057%2c%2053%2056%2c%2055%2054%20L87%2028%20L87%2028%20L87%2024%20L87%2024%20C87%2022%2c%2086%2021%2c%2084%2021%20L12%2021Z%20%20M9%2039%20L9%2072%20L9%2039%20L9%2072%20C9%2073%2c%2010%2074%2c%2012%2075%20L84%2075%20L84%2075%20C86%2074%2c%2087%2073%2c%2087%2072%20L87%2039%20L87%2039%20L60%2061%20L60%2061%20C57%2064%2c%2052%2066%2c%2048%2066%20C43%2066%2c%2039%2064%2c%2036%2061%20L9%2039Z%20%20M0%2024%20C0%2020%2c%201%2017%2c%204%2015%20L4%2015%20L4%2015%20C6%2013%2c%209%2012%2c%2012%2012%20L84%2012%20L84%2012%20C87%2012%2c%2090%2013%2c%2092%2015%20C95%2017%2c%2096%2020%2c%2096%2024%20L96%2072%20L96%2072%20C96%2075%2c%2095%2078%2c%2092%2080%20C90%2082%2c%2087%2083%2c%2084%2084%20L12%2084%20L12%2084%20C9%2083%2c%206%2082%2c%204%2080%20C1%2078%2c%200%2075%2c%200%2072%20L0%2024Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton8 .ui-corner-all, #wb_socialmediaButton8 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton8 .ui-corner-all, #wb_socialmediaButton8 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton8
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton8:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton8 .ui-button
{
   background-color: #726B72;
   background-image: none;
   border: 0px solid #726B72;
   color: #FFFFFF;
}
#wb_socialmediaButton8 .ui-state-hover, #wb_socialmediaButton8 .ui-button:hover
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton8 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton8 .ui-state-active, #wb_socialmediaButton8 .ui-button:active
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: right;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: right;
   text-transform: none;
   -webkit-text-stroke: 1px #000000;
   text-stroke: 1px #000000;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
   -webkit-text-stroke: 1px #000000;
   text-stroke: 1px #000000;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
   -webkit-text-stroke: 1px #000000;
   text-stroke: 1px #000000;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#HorizontalLine2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 46px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#SlideShow2 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: 314px;
   width: auto;
}
#SlideShow2 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow2
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   height: 314px;
   padding: 0;
   margin: 0;
}
#SlideShow2
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
}
#SlideShow4 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: 306px;
   width: auto;
}
#SlideShow4 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow4
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   height: 306px;
   padding: 0;
   margin: 0;
}
#SlideShow4
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
}
#SlideShow3 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: 282px;
   width: auto;
}
#SlideShow3 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow3
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   height: 282px;
   padding: 0;
   margin: 0;
}
#SlideShow3
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 177px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_socialmediaButton5
{
   display: inline-block;
   width: 150px;
   height: 40px;
   z-index: 27;
}
#wb_socialmediaButton6
{
   display: inline-block;
   width: 150px;
   height: 40px;
   z-index: 26;
}
#wb_socialmediaButton1
{
   display: inline-block;
   width: 150px;
   height: 40px;
   z-index: 25;
}
#wb_socialmediaButton8
{
   display: inline-block;
   width: 150px;
   height: 40px;
   z-index: 24;
}
#wb_contentHeading1
{
   display: block;
   width: 100%;
   z-index: 9;
}
#HorizontalLine2
{
   display: block;
   width: 100%;
   z-index: 11;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_upIcon
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 22;
}
#SlideShow4
{
   overflow: hidden;
   z-index: 18;
}
#SlideShow2
{
   overflow: hidden;
   z-index: 16;
}
#SlideShow3
{
   overflow: hidden;
   z-index: 14;
}
#wb_welcomeCarousel
{
}
#wb_Image4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 12;
}
#socialmediaButton5
{
   width: 100%;
   height: 100%;
}
#socialmediaButton6
{
   width: 100%;
   height: 100%;
}
#socialmediaButton1
{
   width: 100%;
   height: 100%;
}
#socialmediaButton8
{
   width: 100%;
   height: 100%;
}
#wb_headerMenu
{
   display: block;
   width: 100%;
   z-index: 3;
}
#wb_contactCard2
{
   display: flex;
   width: 100%;
   z-index: 20;
}
#wb_Heading2
{
   display: inline-block;
   width: 280px;
   height: 50px;
   z-index: 13;
}
#wb_Heading3
{
   display: inline-block;
   width: 280px;
   height: 50px;
   z-index: 17;
}
#wb_contactCard1
{
   display: flex;
   width: 100%;
   z-index: 19;
}
#wb_Heading1
{
   display: inline-block;
   width: 374px;
   height: 50px;
   z-index: 15;
}
#socialmediaSticky
{
   position: fixed;
   text-align: left;
   left: auto;
   right: -130px;
   top: 200px;
   width: 175px;
   height: 170px;
   z-index: 35;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 33;
}
#wb_headerLogo2
{
   display: inline-block;
   width: 159px;
   height: 50px;
   z-index: 2;
}
#wb_headerLogo1
{
   display: inline-block;
   width: 161px;
   height: 50px;
   z-index: 1;
}
#wb_contactCard4
{
   display: flex;
   width: 100%;
   z-index: 21;
}
@media only screen and (min-width: 1920px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 10px 0 10px 0;
}
#headerLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 17px;
}
#wb_welcomeLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_welcomeLayoutGrid
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcomeLayoutGrid
{
   height: 75vh;
   padding: 0;
}
#wb_welcomeCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_welcomeCarousel
{
   margin: 0;
   height: 75vh;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
}
#wb_contentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid1
{
   height: auto;
   padding: 80px 25px 80px 25px;
}
#contentLayoutGrid1 .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#wb_featuresLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_featuresLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 50px;
}
#featuresLayoutGrid
{
   height: auto;
   padding: 100px 0 200px 0;
}
#featuresLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   padding-right: 0px;
   padding-left: 0px;
}
#featuresLayoutGrid > .row > .col-1
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   display: block;
   width:  calc((100% - 30px) / 2.5);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid-divider-bottom
{
   height: 200px;
}
#featuresLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_contactLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contactLayoutGrid1
{
   height: auto;
   margin-top: 50px;
   margin-bottom: 0px;
}
#contactLayoutGrid1
{
   height: auto;
   padding: 0 0 20px 0;
}
#contactLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#contactLayoutGrid1 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 21px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_headerLogo1
{
   width: 222px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_headerLogo2
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_welcomeText5
{
   visibility: visible;
   display: block;
}
#wb_welcomeText5
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcomeText6
{
   visibility: visible;
   display: block;
}
#wb_welcomeText6
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentText1
{
   visibility: visible;
   display: block;
}
#wb_contentText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
   line-height: 27px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contactCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard1-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item1
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_contactCard1
{
   text-align: center;
}
#wb_contactCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#contactCard2-card-item0 .mark-as-unread:before
{
   content: "\e9bc";
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard2
{
   text-align: center;
}
#wb_contactCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Segoe MDL2 Assets";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard4.affix
{
   top: 0 !important;
   position: fixed !important;
}
#wb_contactCard4
{
   text-align: center;
}
#socialmediaSticky
{
   width: 175px;
   height: 343px;
   visibility: visible;
   display: block;
}
#socialmediaSticky
{
   padding: 0;
}
#wb_socialmediaButton1
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton1
{
   font-size: 12px;
}
#wb_socialmediaButton1 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton5
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton5
{
   font-size: 12px;
}
#wb_socialmediaButton5 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton6
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton6
{
   font-size: 12px;
}
#wb_socialmediaButton6 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton8
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton8
{
   font-size: 12px;
}
#wb_socialmediaButton8 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_Heading1
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading2
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading3
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#HorizontalLine2
{
   width: 100%;
   height: 46px;
   visibility: visible;
   display: block;
   margin: 0;
}
#HorizontalLine2
{
   border-color: transparent;
   border-bottom-width: 46px;
}
#SlideShow2
{
   visibility: visible;
   display: inline-block;
}
#SlideShow2
{
   height: 314px;
}
#SlideShow2 .image
{
   height: 314px;
}
#SlideShow4
{
   visibility: visible;
   display: inline-block;
}
#SlideShow4
{
   height: 306px;
}
#SlideShow4 .image
{
   height: 306px;
}
#SlideShow3
{
   visibility: visible;
   display: inline-block;
}
#SlideShow3
{
   height: 282px;
}
#SlideShow3 .image
{
   height: 282px;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 10px 0 10px 0;
}
#headerLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 17px;
}
#wb_welcomeLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_welcomeLayoutGrid
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcomeLayoutGrid
{
   height: 75vh;
   padding: 0;
}
#wb_welcomeCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_welcomeCarousel
{
   margin: 0;
   height: 75vh;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
}
#wb_contentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid1
{
   height: auto;
   padding: 80px 25px 80px 25px;
}
#contentLayoutGrid1 .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#wb_featuresLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_featuresLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 50px;
}
#featuresLayoutGrid
{
   height: auto;
   padding: 100px 0 200px 0;
}
#featuresLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   padding-right: 0px;
   padding-left: 0px;
}
#featuresLayoutGrid > .row > .col-1
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   display: block;
   width:  calc((100% - 30px) / 2.5);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid-divider-bottom
{
   height: 200px;
}
#featuresLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_contactLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contactLayoutGrid1
{
   height: auto;
   margin-top: 50px;
   margin-bottom: 0px;
}
#contactLayoutGrid1
{
   height: auto;
   padding: 0 0 20px 0;
}
#contactLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#contactLayoutGrid1 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 21px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_headerLogo1
{
   width: 222px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_headerLogo2
{
   width: 318px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_welcomeText5
{
   visibility: visible;
   display: block;
}
#wb_welcomeText5
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcomeText6
{
   visibility: visible;
   display: block;
}
#wb_welcomeText6
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentText1
{
   visibility: visible;
   display: block;
}
#wb_contentText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
   line-height: 27px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contactCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard1-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item1
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_contactCard1
{
   text-align: center;
}
#wb_contactCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#contactCard2-card-item0 .mark-as-unread:before
{
   content: "\e9bc";
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard2
{
   text-align: center;
}
#wb_contactCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Segoe MDL2 Assets";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard4.affix
{
   top: 0 !important;
   position: fixed !important;
}
#wb_contactCard4
{
   text-align: center;
}
#socialmediaSticky
{
   width: 175px;
   height: 343px;
   visibility: visible;
   display: block;
}
#socialmediaSticky
{
   padding: 0;
}
#wb_socialmediaButton1
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton1
{
   font-size: 12px;
}
#wb_socialmediaButton1 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton5
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton5
{
   font-size: 12px;
}
#wb_socialmediaButton5 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton6
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton6
{
   font-size: 12px;
}
#wb_socialmediaButton6 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton8
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton8
{
   font-size: 12px;
}
#wb_socialmediaButton8 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_Heading1
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading2
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading3
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#HorizontalLine2
{
   width: 100%;
   height: 46px;
   visibility: visible;
   display: block;
   margin: 0;
}
#HorizontalLine2
{
   border-color: transparent;
   border-bottom-width: 46px;
}
#SlideShow2
{
   visibility: visible;
   display: inline-block;
}
#SlideShow2
{
   height: 314px;
}
#SlideShow2 .image
{
   height: 314px;
}
#SlideShow4
{
   visibility: visible;
   display: inline-block;
}
#SlideShow4
{
   height: 306px;
}
#SlideShow4 .image
{
   height: 306px;
}
#SlideShow3
{
   visibility: visible;
   display: inline-block;
}
#SlideShow3
{
   height: 282px;
}
#SlideShow3 .image
{
   height: 282px;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 10px 0 10px 0;
}
#headerLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 17px;
}
#wb_welcomeLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_welcomeLayoutGrid
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcomeLayoutGrid
{
   height: 75vh;
   padding: 0;
}
#wb_welcomeCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_welcomeCarousel
{
   margin: 0;
   height: 75vh;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
}
#wb_contentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid1
{
   height: auto;
   padding: 80px 25px 80px 25px;
}
#contentLayoutGrid1 .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#wb_featuresLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_featuresLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 50px;
}
#featuresLayoutGrid
{
   height: auto;
   padding: 100px 0 200px 0;
}
#featuresLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   padding-right: 0px;
   padding-left: 0px;
}
#featuresLayoutGrid > .row > .col-1
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   display: block;
   width:  calc((100% - 30px) / 2.5);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid-divider-bottom
{
   height: 200px;
}
#featuresLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_contactLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contactLayoutGrid1
{
   height: auto;
   margin-top: 50px;
   margin-bottom: 0px;
}
#contactLayoutGrid1
{
   height: auto;
   padding: 0 0 20px 0;
}
#contactLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#contactLayoutGrid1 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 21px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_headerLogo1
{
   width: 222px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_headerLogo2
{
   width: 254px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_welcomeText5
{
   visibility: visible;
   display: block;
}
#wb_welcomeText5
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcomeText6
{
   visibility: visible;
   display: block;
}
#wb_welcomeText6
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentText1
{
   visibility: visible;
   display: block;
}
#wb_contentText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
   line-height: 27px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contactCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard1-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item1
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_contactCard1
{
   text-align: center;
}
#wb_contactCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#contactCard2-card-item0 .mark-as-unread:before
{
   content: "\e9bc";
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard2
{
   text-align: center;
}
#wb_contactCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Segoe MDL2 Assets";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard4.affix
{
   top: 0 !important;
   position: fixed !important;
}
#wb_contactCard4
{
   text-align: center;
}
#socialmediaSticky
{
   width: 175px;
   height: 343px;
   visibility: visible;
   display: block;
}
#socialmediaSticky
{
   padding: 0;
}
#wb_socialmediaButton1
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton1
{
   font-size: 12px;
}
#wb_socialmediaButton1 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton5
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton5
{
   font-size: 12px;
}
#wb_socialmediaButton5 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton6
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton6
{
   font-size: 12px;
}
#wb_socialmediaButton6 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton8
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton8
{
   font-size: 12px;
}
#wb_socialmediaButton8 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_Heading1
{
   width: 324px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading2
{
   width: 296px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading3
{
   width: 296px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#HorizontalLine2
{
   width: 100%;
   height: 46px;
   visibility: visible;
   display: block;
   margin: 0;
}
#HorizontalLine2
{
   border-color: transparent;
   border-bottom-width: 46px;
}
#SlideShow2
{
   visibility: visible;
   display: inline-block;
}
#SlideShow2
{
   height: 314px;
}
#SlideShow2 .image
{
   height: 314px;
}
#SlideShow4
{
   visibility: visible;
   display: inline-block;
}
#SlideShow4
{
   height: 306px;
}
#SlideShow4 .image
{
   height: 306px;
}
#SlideShow3
{
   visibility: visible;
   display: inline-block;
}
#SlideShow3
{
   height: 282px;
}
#SlideShow3 .image
{
   height: 282px;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 10px 0 10px 0;
}
#headerLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 17px;
}
#wb_welcomeLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_welcomeLayoutGrid
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcomeLayoutGrid
{
   height: 75vh;
   padding: 0;
}
#wb_welcomeCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_welcomeCarousel
{
   margin: 0;
   height: 75vh;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
}
#wb_contentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid1
{
   height: auto;
   padding: 80px 25px 80px 25px;
}
#contentLayoutGrid1 .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#wb_featuresLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_featuresLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 50px;
}
#featuresLayoutGrid
{
   height: auto;
   padding: 100px 0 200px 0;
}
#featuresLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   padding-right: 0px;
   padding-left: 0px;
}
#featuresLayoutGrid > .row > .col-1
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   display: block;
   width:  calc((100% - 30px) / 2.5);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   display: block;
   width: 15px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   display: block;
   width:  calc((100% - 30px) / 3.33);
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid-divider-bottom
{
   height: 200px;
}
#featuresLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_contactLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contactLayoutGrid1
{
   height: auto;
   margin-top: 50px;
   margin-bottom: 0px;
}
#contactLayoutGrid1
{
   height: auto;
   padding: 0 0 20px 0;
}
#contactLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#contactLayoutGrid1 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 21px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_headerLogo1
{
   width: 192px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_headerLogo2
{
   width: 190px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_welcomeText5
{
   visibility: visible;
   display: block;
}
#wb_welcomeText5
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcomeText6
{
   visibility: visible;
   display: block;
}
#wb_welcomeText6
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentText1
{
   visibility: visible;
   display: block;
}
#wb_contentText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
   line-height: 27px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contactCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard1-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item1
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_contactCard1
{
   text-align: center;
}
#wb_contactCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#contactCard2-card-item0 .mark-as-unread:before
{
   content: "\e9bc";
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard2
{
   text-align: center;
}
#wb_contactCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Segoe MDL2 Assets";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard4.affix
{
   top: 0 !important;
   position: fixed !important;
}
#wb_contactCard4
{
   text-align: center;
}
#socialmediaSticky
{
   width: 175px;
   height: 343px;
   visibility: visible;
   display: block;
}
#socialmediaSticky
{
   padding: 0;
}
#wb_socialmediaButton1
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton1
{
   font-size: 12px;
}
#wb_socialmediaButton1 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton5
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton5
{
   font-size: 12px;
}
#wb_socialmediaButton5 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton6
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton6
{
   font-size: 12px;
}
#wb_socialmediaButton6 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton8
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton8
{
   font-size: 12px;
}
#wb_socialmediaButton8 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_Heading1
{
   width: 293px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading2
{
   width: 219px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading3
{
   width: 219px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#HorizontalLine2
{
   width: 100%;
   height: 46px;
   visibility: visible;
   display: block;
   margin: 0;
}
#HorizontalLine2
{
   border-color: transparent;
   border-bottom-width: 46px;
}
#SlideShow2
{
   visibility: visible;
   display: inline-block;
}
#SlideShow2
{
   height: 314px;
}
#SlideShow2 .image
{
   height: 314px;
}
#SlideShow4
{
   visibility: visible;
   display: inline-block;
}
#SlideShow4
{
   height: 306px;
}
#SlideShow4 .image
{
   height: 306px;
}
#SlideShow3
{
   visibility: visible;
   display: inline-block;
}
#SlideShow3
{
   height: 282px;
}
#SlideShow3 .image
{
   height: 282px;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 10px 0 10px 0;
}
#headerLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 17px;
}
#wb_welcomeLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_welcomeLayoutGrid
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcomeLayoutGrid
{
   height: 75vh;
   padding: 0;
}
#wb_welcomeCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_welcomeCarousel
{
   margin: 0;
   height: 75vh;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
}
#wb_contentLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contentLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contentLayoutGrid1
{
   height: auto;
   padding: 80px 25px 80px 25px;
}
#contentLayoutGrid1 .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#wb_featuresLayoutGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_featuresLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 50px;
}
#featuresLayoutGrid
{
   height: auto;
   padding: 100px 0 200px 0;
}
#featuresLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   padding-right: 0px;
   padding-left: 0px;
}
#featuresLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#featuresLayoutGrid-divider-bottom
{
   height: 200px;
}
#featuresLayoutGrid-divider-bottom
{
   bottom: 0%;
}
#wb_contactLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contactLayoutGrid1
{
   height: auto;
   margin-top: 50px;
   margin-bottom: 0px;
}
#contactLayoutGrid1
{
   height: auto;
   padding: 0 0 20px 0;
}
#contactLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2, #contactLayoutGrid1 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#contactLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#contactLayoutGrid1 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 21px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_headerLogo1
{
   width: 222px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_headerLogo2
{
   width: 318px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_welcomeText5
{
   visibility: visible;
   display: block;
}
#wb_welcomeText5
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcomeText6
{
   visibility: visible;
   display: block;
}
#wb_welcomeText6
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contentText1
{
   visibility: visible;
   display: block;
}
#wb_contentText1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: left;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contactCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard1-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item1
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 10px 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_contactCard1
{
   text-align: center;
}
#wb_contactCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#contactCard2-card-item0 .mark-as-unread:before
{
   content: "\e9bc";
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard2
{
   text-align: center;
}
#wb_contactCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Segoe MDL2 Assets";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_contactCard4.affix
{
   top: 0 !important;
   position: fixed !important;
}
#wb_contactCard4
{
   text-align: center;
}
#socialmediaSticky
{
   width: 175px;
   height: 343px;
   visibility: visible;
   display: block;
}
#socialmediaSticky
{
   padding: 0;
}
#wb_socialmediaButton1
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton1
{
   font-size: 12px;
}
#wb_socialmediaButton1 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton5
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton5
{
   font-size: 12px;
}
#wb_socialmediaButton5 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton6
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton6
{
   font-size: 12px;
}
#wb_socialmediaButton6 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_socialmediaButton8
{
   width: 150px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#socialmediaButton8
{
   font-size: 12px;
}
#wb_socialmediaButton8 .ui-button
{
   line-height: 40px;
   padding: 0 0 0 48px;
}
#wb_Heading1
{
   width: 318px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading2
{
   width: 318px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Heading3
{
   width: 318px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#HorizontalLine2
{
   width: 100%;
   height: 46px;
   visibility: visible;
   display: block;
   margin: 0;
}
#HorizontalLine2
{
   border-color: transparent;
   border-bottom-width: 46px;
}
#SlideShow2
{
   visibility: visible;
   display: inline-block;
}
#SlideShow2
{
   height: 314px;
}
#SlideShow2 .image
{
   height: 314px;
}
#SlideShow4
{
   visibility: visible;
   display: inline-block;
}
#SlideShow4
{
   height: 306px;
}
#SlideShow4 .image
{
   height: 306px;
}
#SlideShow3
{
   visibility: visible;
   display: inline-block;
}
#SlideShow3
{
   height: 282px;
}
#SlideShow3 .image
{
   height: 282px;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
