body
{
   background-color: #342E27;
   color: #262626;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #565656;
   text-decoration: underline;
}
a:visited
{
   color: #59524F;
}
a:active
{
   color: #6C615E;
}
a:hover
{
   color: #565656;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_navigation
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/index_navigation_bkgrnd.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-size: 100% 100%;
   border: 0px solid #FDD802;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#navigation
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#navigation > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#navigation > .row > .col-1, #navigation > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#navigation > .row > .col-1, #navigation > .row > .col-2
{
   float: left;
}
#navigation > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#navigation > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#navigation:before,
#navigation:after,
#navigation .row:before,
#navigation .row:after
{
   display: table;
   content: " ";
}
#navigation:after,
#navigation .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#navigation > .row > .col-1, #navigation > .row > .col-2
{
   float: none;
   width: 100%;
}
}
.navigationMenu .nav
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   color: #312F2F;
   text-align: left;
   text-transform: none;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.navigationMenu .nav:before,
.navigationMenu .nav:after 
{
   content: " ";
   display: table;
}
.navigationMenu .nav:after 
{
   clear: both;
}
.navigationMenu .nav a 
{
   text-decoration: none;
}
.navigationMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.navigationMenu .nav ul ul
{
   margin-bottom: 0;
}
.navigationMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.navigationMenu .container:before,
.navigationMenu .container:after 
{
   content: " ";
   display: table;
}
.navigationMenu .container:after 
{
   clear: both;
}
.navigationMenu .collapse 
{
   display: none;
}
.navigationMenu .collapse.show 
{
   display: block;
}
.navigationMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.navigationMenu .arrow, .navigationMenu .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;
}
.navigationMenu .dropdown 
{
   position: relative;
}
.navigationMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.navigationMenu .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: 16px;
   background-color: #F5E8D8;
   background-image: none;
   border: 1px solid rgba(195,192,190,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.navigationMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C3C0BE;
}
.navigationMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #312F2F;
   text-transform: none;
   white-space: nowrap;
}
.navigationMenu .dropdown-menu > li > a:hover,
.navigationMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #8A7A72;
   background-color: #F5E8D8;
   background-image: none;
}
.navigationMenu .dropdown-menu > li > a.active,
.navigationMenu .dropdown-menu > li > a.active:hover,
.navigationMenu .dropdown-menu > li > a.active:focus
{
   color: #8A7A72;
   background-color: #F5E8D8;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.navigationMenu .show > .dropdown-menu
{
   display: block;
}
.navigationMenu .show > a
{
   outline: 0;
}
.navigationMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.navigationMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.navigationMenu .nav > li 
{
   position: relative;
   display: block;
}
.navigationMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 10px 15px 10px 15px;
}
.navigationMenu .nav .show > a,
.navigationMenu .nav .show > a:hover,
.navigationMenu .nav .show > a:focus
{
    border-color: #413C35;
}
.navigationMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C3C0BE;
}
.navigationMenu .nav .arrow
{
   border-top-color: #413C35;
   border-bottom-color: #413C35;
}
.navigationMenu
{
   position: relative;
}
.navigationMenu:before,
.navigationMenu:after
{
   content: " ";
   display: table;
}
.navigationMenu:after
{
   clear: both;
}
.navigationMenu .navbar-header:before,
.navigationMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.navigationMenu .navbar-header:after
{
   clear: both;
}
.navigationMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.navigationMenu-navbar-collapse:before,
.navigationMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.navigationMenu-navbar-collapse:after
{
   clear: both;
}
.navigationMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 42px;
   padding: 10px 15px 10px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.navigationMenu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.navigationMenu .navbar-toggle .line
{
   margin: 4px auto;
}
.navigationMenu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.navigationMenu .navbar-nav
{
   margin: 6px -15px;
}
.navigationMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.navigationMenu .navbar-nav > li > a
{
   color: #312F2F;
}
.navigationMenu .navbar-nav > li > a:hover,
.navigationMenu .navbar-nav > li > a:focus
{
   background-color: #F5E8D8;
   background-image: none;
   color: #8A7A72;
   text-decoration: none;
}
.navigationMenu .navbar-nav > li > a.active,
.navigationMenu .navbar-nav > li > a.active:hover,
.navigationMenu .navbar-nav > li > a.active:focus
{
   color: #8A7A72;
   background-color: #F5E8D8;
   background-image: none;
}
.navigationMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.navigationMenu .navbar-toggle:hover,
.navigationMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.navigationMenu .navbar-toggle .line
{
   background-color: #FDD802;
}
.navigationMenu-navbar-collapse
{
   border-color: rgba(195,192,190,1.00);
}
.navigationMenu .navbar-nav > .dropdown > a:hover .arrow,
.navigationMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #8A7A72;
   border-bottom-color: #8A7A72;
}
.navigationMenu .navbar-nav > .show > a,
.navigationMenu .navbar-nav > .show > a:hover,
.navigationMenu .navbar-nav > .show > a:focus
{
   background-color: #F5E8D8;
   background-image: none;
   color: #8A7A72;
}
.navigationMenu .navbar-nav > .show > a .arrow,
.navigationMenu .navbar-nav > .show > a:hover .arrow,
.navigationMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #8A7A72;
   border-bottom-color: #8A7A72;
}
.navigationMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #312F2F;
   border-bottom-color: #312F2F;
}
.navigationMenu .navbar-link
{
   color: #312F2F;
}
.navigationMenu .navbar-link:hover
{
   color: #8A7A72;
}
.navigationMenu .navbar-header
{
   color: #FDD802;
}
@media (min-width: 480px) 
{
.navigationMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.navigationMenu .navbar-header
{
   float: left;
}
.navigationMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.navigationMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.navigationMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle
{
   display: none;
}
.navigationMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.navigationMenu .navbar-nav > li
{
   float: left;
}
.navigationMenu .container > .navbar-header,
.navigationMenu .container > .navigationMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.navigationMenu .navbar-nav > .dropdown > a:hover .arrow,
.navigationMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #E5DEDB;
   border-bottom-color: #E5DEDB;
}
}
@media (max-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(229,222,219,0.00);
}
.navigationMenu .navbar-nav
{
   margin: 0;
   background-color: #F5E8D8;
   background-image: none;
}
.navigationMenu .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;
}
.navigationMenu .navbar-nav .show .dropdown-menu > li > a,
.navigationMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.navigationMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(229,222,219,0.00);
   border-radius: 0px;
}
.navigationMenu .navbar-nav > li > a
{
   color: #FDD802;
}
.navigationMenu .navbar-nav > li > a:hover,
.navigationMenu .navbar-nav > li > a:focus
{
   color: #E5DEDB;
   background-color: #000000;
   background-image: none;
}
.navigationMenu .navbar-nav > li > a.active,
.navigationMenu .navbar-nav > li > a.active:hover,
.navigationMenu .navbar-nav > li > a.active:focus
{
   color: #E5DEDB;
   background-color: #000000;
   background-image: none;
}
.navigationMenu .navbar-nav > .show > a,
.navigationMenu .navbar-nav > .show > a:hover,
.navigationMenu .navbar-nav > .show > a:focus
{
   background-color: #000000;
   background-image: none;
   color: #E5DEDB;
}
.navigationMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #E5DEDB;
   border-bottom-color: #E5DEDB;
}
.navigationMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FDD802;
   border-bottom-color: #FDD802;
}
.navigationMenu .navbar-nav > li > a.active > .arrow,
.navigationMenu .navbar-nav > li > a.active:hover > .arrow,
.navigationMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #E5DEDB;
   border-bottom-color: #E5DEDB;
}
.navigationMenu .navbar-nav > .show > a .arrow,
.navigationMenu .navbar-nav > .show > a:hover .arrow,
.navigationMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #E5DEDB;
   border-bottom-color: #E5DEDB;
}
.navigationMenu .navbar-link
{
   color: #FDD802;
}
.navigationMenu .navbar-link:hover 
{
   color: #fff;
}
}
#navigationMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_navigationMenu
{
   z-index: 1111 !important;
}
#wb_navigationImage
{
   margin: 0;
   vertical-align: top;
}
#navigationImage
{
   border: 0px solid #262626;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 51px;
   height: 51px;
   vertical-align: top;
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/Image_fx - 2026-02-16T211932.057.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CBCBCB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 100vh;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1424px;
}
#welcome > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcome > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcome > .row > .col-1
{
   float: left;
}
#welcome > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#welcome:before,
#welcome:after,
#welcome .row:before,
#welcome .row:after
{
   display: table;
   content: " ";
}
#welcome:after,
#welcome .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#welcome > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#welcome-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.4;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 200px 0 0 0 ;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 200px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_todoCards
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CBCBCB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#todoCards
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1440px;
}
#todoCards > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#todoCards > .row > .col-1, #todoCards > .row > .col-2, #todoCards > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#todoCards > .row > .col-1, #todoCards > .row > .col-2, #todoCards > .row > .col-3
{
   float: left;
}
#todoCards > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#todoCards > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#todoCards > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#todoCards > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#todoCards > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#todoCards > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#todoCards:before,
#todoCards:after,
#todoCards .row:before,
#todoCards .row:after
{
   display: table;
   content: " ";
}
#todoCards:after,
#todoCards .row:after
{
   clear: both;
}
@media (max-width: 780px)
{
#todoCards > .row > .col-1, #todoCards > .row > .col-2, #todoCards > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_todoCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/index_todoCard1_bkgrnd.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-size: 100% 100%;
   border: 1px solid rgba(253,216,2,0.40);
   border-radius: 12px;
   box-shadow: 3px 6px 10px rgba(48,48,48,0.40) inset;
   text-align: center;
}
#todoCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#todoCard1-card-item0
{
   display: inline-block;
   height: 68px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #FDD802;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FDD802;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_todoCard1:hover #todoCard1-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#todoCard1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#todoCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 0 10px;
   text-decoration: none;
}
#todoCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#todoCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FDD802;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#wb_todoCard1:hover #todoCard1-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#todoCard1-card-item1
{
   color: #FDD802;
   transition: color 200ms linear 0ms;
}
#todoCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_todoCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   text-align: center;
}
#todoCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#todoCard4-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #BFBFBF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #8A7A72;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_todoCard4:hover #todoCard4-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#todoCard4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#todoCard4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#todoCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#todoCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #262626;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#todoCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #8A7A72;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/index_Card3_bkgrnd.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-size: 100% 100%;
   border: 1px solid rgba(253,216,2,0.40);
   border-radius: 12px;
   box-shadow: 3px 6px 10px rgba(48,48,48,0.40) inset;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 68px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #FDD802;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FDD802;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 0 10px;
   text-decoration: none;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FDD802;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#wb_Card3:hover #Card3-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1
{
   color: #FDD802;
   transition: color 200ms linear 0ms;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/index_Card4_bkgrnd.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-size: 100% 100%;
   border: 1px solid rgba(253,216,2,0.40);
   border-radius: 12px;
   box-shadow: 3px 6px 10px rgba(48,48,48,0.40) inset;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 68px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #FDD802;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FDD802;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 10px 0 10px;
   text-decoration: none;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FDD802;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#wb_Card4:hover #Card4-card-item1
{
   color: #FFFFFF;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1
{
   color: #FDD802;
   transition: color 200ms linear 0ms;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_planTrip
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFC000;
   background-image: none;
   border: 0px solid #CBCBCB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#planTrip
{
   box-sizing: border-box;
   padding: 50px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#planTrip > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#planTrip > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#planTrip > .row > .col-1
{
   float: left;
}
#planTrip > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#planTrip:before,
#planTrip:after,
#planTrip .row:before,
#planTrip .row:after
{
   display: table;
   content: " ";
}
#planTrip:after,
#planTrip .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#planTrip > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#StickyLayer
{
   background-color: #FFC000;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_up-arrow
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3F3F3F;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_up-arrow a
{
   text-decoration: none;
}
#wb_up-arrow a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#up-arrow
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#up-arrow i
{
   color: #E5DEDB;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_up-arrow:hover #up-arrow i
{
   color: #F2F2F2;
}
#wb_footer16LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 1px solid #FDD802;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer16LayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer16LayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer16LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer16LayoutGrid1 > .row > .col-1
{
   float: left;
}
#footer16LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer16LayoutGrid1:before,
#footer16LayoutGrid1:after,
#footer16LayoutGrid1 .row:before,
#footer16LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#footer16LayoutGrid1:after,
#footer16LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#footer16LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_footer16LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer16LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer16LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer16LayoutGrid2 > .row > .col-1, #footer16LayoutGrid2 > .row > .col-2, #footer16LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer16LayoutGrid2 > .row > .col-1, #footer16LayoutGrid2 > .row > .col-2, #footer16LayoutGrid2 > .row > .col-3
{
   float: left;
}
#footer16LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#footer16LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#footer16LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#footer16LayoutGrid2:before,
#footer16LayoutGrid2:after,
#footer16LayoutGrid2 .row:before,
#footer16LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#footer16LayoutGrid2:after,
#footer16LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#footer16LayoutGrid2 > .row > .col-1, #footer16LayoutGrid2 > .row > .col-2, #footer16LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_footer16Menu3
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 30px 0 ;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footer16Menu3::after
{
   content: "";
   display: table;
clear: both;
}
#wb_footer16Menu3 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_footer16Menu3 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_footer16Menu3 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footer16Menu3 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 30px;
   padding: 0 0px 0px 0px;
   line-height: 30px;
}
#wb_footer16Menu3 li:hover a, #wb_footer16Menu3 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_footer16Menu3 .firstmain a
{
   margin-top: 0px;
}
#wb_footer16Menu3 li.lastmain
{
   padding-bottom: 0px;
}
#wb_footer16Menu3 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#footer16Menu3 li i
{
   font-size: 16px;
   margin-right: 4px;
   width: 18px;
}
#wb_footer16Menu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 30px 0 ;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footer16Menu2::after
{
   content: "";
   display: table;
clear: both;
}
#wb_footer16Menu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_footer16Menu2 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_footer16Menu2 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footer16Menu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 30px;
   padding: 0 0px 0px 0px;
   line-height: 30px;
}
#wb_footer16Menu2 li:hover a, #wb_footer16Menu2 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_footer16Menu2 .firstmain a
{
   margin-top: 0px;
}
#wb_footer16Menu2 li.lastmain
{
   padding-bottom: 0px;
}
#wb_footer16Menu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_footer16Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#footer16Heading1
{
   color: #FDD802;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_footer16Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#footer16Heading2
{
   color: #FDD802;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_footer16Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#footer16Heading3
{
   color: #FDD802;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon1 a
{
   text-decoration: none;
}
#wb_footerIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footerIcon1
{
   height: 40px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon1 i
{
   color: #E5DEDB;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_footerIcon1:hover #footerIcon1 i
{
   color: #6D6D6D;
}
#wb_footerIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon2 a
{
   text-decoration: none;
}
#wb_footerIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footerIcon2
{
   height: 40px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon2 i
{
   color: #E5DEDB;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_footerIcon2:hover #footerIcon2 i
{
   color: #6D6D6D;
}
#wb_footerIcon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon3 a
{
   text-decoration: none;
}
#wb_footerIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footerIcon3
{
   height: 40px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon3 i
{
   color: #E5DEDB;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_footerIcon3:hover #footerIcon3 i
{
   color: #6D6D6D;
}
#wb_Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E5DEDB;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon1 a
{
   text-decoration: none;
}
#wb_Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon1
{
   height: 40px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon1 i
{
   color: #E5DEDB;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_Icon1:hover #Icon1 i
{
   color: #6D6D6D;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #FDD802;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_footer16Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 30px 0 ;
   text-align: center;
}
#wb_footer16Text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
}
#wb_footer16Text p, #wb_footer16Text ul
{
   margin: 0;
   padding: 0;
}
#wb_footer16Text
{
   display: block;
   margin: 30px 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
