body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_headerGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerGrid > .col-1, #headerGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headerGrid > .col-1, #headerGrid > .col-2
{
   flex: 0 0 auto;
}
#headerGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headerGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#headerGrid > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 8px 8px 8px 8px;
}
@media (max-width: 768px)
{
#headerGrid > .col-1, #headerGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_heroGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/hiking1.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 100px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#heroGrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#heroGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#heroGrid > .row > .col-1, #heroGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#heroGrid > .row > .col-1, #heroGrid > .row > .col-2
{
   float: left;
}
#heroGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#heroGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#heroGrid:before,
#heroGrid:after,
#heroGrid .row:before,
#heroGrid .row:after
{
   display: table;
   content: " ";
}
#heroGrid:after,
#heroGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#heroGrid > .row > .col-1, #heroGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_heroHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 100px 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#heroHeading1
{
   color: #FFD700;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: left;
   text-transform: none;
   text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
}
#wb_featuresGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #D2EBE6;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#featuresGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#featuresGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#featuresGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#featuresGrid1 > .row > .col-1
{
   float: left;
}
#featuresGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#featuresGrid1:before,
#featuresGrid1:after,
#featuresGrid1 .row:before,
#featuresGrid1 .row:after
{
   display: table;
   content: " ";
}
#featuresGrid1:after,
#featuresGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#featuresGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_featuresText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_featuresText
{
   color: #CD5C5C;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 38.5px;
}
#wb_featuresText p, #wb_featuresText ul
{
   margin: 0;
   padding: 0;
}
#wb_featuresGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #D2EBE6;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#featuresGrid2
{
   box-sizing: border-box;
   padding: 0 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#featuresGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#featuresGrid2 > .row > .col-1, #featuresGrid2 > .row > .col-2, #featuresGrid2 > .row > .col-3, #featuresGrid2 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#featuresGrid2 > .row > .col-1, #featuresGrid2 > .row > .col-2, #featuresGrid2 > .row > .col-3, #featuresGrid2 > .row > .col-4
{
   float: left;
}
#featuresGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#featuresGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#featuresGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#featuresGrid2 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#featuresGrid2:before,
#featuresGrid2:after,
#featuresGrid2 .row:before,
#featuresGrid2 .row:after
{
   display: table;
   content: " ";
}
#featuresGrid2:after,
#featuresGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#featuresGrid2 > .row > .col-1, #featuresGrid2 > .row > .col-2, #featuresGrid2 > .row > .col-3, #featuresGrid2 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_featuresCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #57939A;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 12px;
   text-align: left;
}
#featuresCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#featuresCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 12px 12px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #D1EAE6;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#featuresCard1-card-item0 i
{
   color: #D1EAE6;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#featuresCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #A52A2A;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#featuresCard1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 12px 12px !important;
   margin: 0;
   padding: 0;
   color: #D1EAE6;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_featuresCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 12px;
   text-align: left;
}
#featuresCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#featuresCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 12px 12px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#featuresCard2-card-item0 i
{
   color: #569299;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#featuresCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #A52A2A;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#featuresCard2-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 12px 12px !important;
   margin: 0;
   padding: 0;
   color: #569299;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_featuresCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 12px;
   text-align: left;
}
#featuresCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#featuresCard3-card-item0
{
   box-sizing: border-box;
   border-radius: 12px 12px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #D1EAE6;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#featuresCard3-card-item0 i
{
   color: #D1EAE6;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#featuresCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #A52A2A;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#featuresCard3-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 12px 12px !important;
   margin: 0;
   padding: 0;
   color: #646A4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_footerLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #1C3B3E;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerLayoutGrid1
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footerLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footerLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footerLayoutGrid1 > .row > .col-1
{
   float: left;
}
#footerLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footerLayoutGrid1:before,
#footerLayoutGrid1:after,
#footerLayoutGrid1 .row:before,
#footerLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#footerLayoutGrid1:after,
#footerLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#footerLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_copyrightsText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_copyrightsText
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 17px;
   line-height: 25px;
}
#wb_copyrightsText p, #wb_copyrightsText ul
{
   margin: 0;
   padding: 0;
}
#wb_copyrightsText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #255052;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerLayoutGrid2
{
   box-sizing: border-box;
   padding: 25px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#footerLayoutGrid2 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footerLayoutGrid2 > .row > .col-1, #footerLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footerLayoutGrid2 > .row > .col-1, #footerLayoutGrid2 > .row > .col-2
{
   float: left;
}
#footerLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#footerLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: right;
}
#footerLayoutGrid2:before,
#footerLayoutGrid2:after,
#footerLayoutGrid2 .row:before,
#footerLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#footerLayoutGrid2:after,
#footerLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#footerLayoutGrid2 > .row > .col-1, #footerLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
@media all and (max-width:768px) 
{
#wb_footerLayoutGrid2
{
}
#footerLayoutGrid2
{
}
#footerLayoutGrid2 > .row > [class^="col-"]
{
   justify-content: center;
   text-align: center;
}
}
#wb_footerIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   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: 28px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon1 i
{
   color: #AAAAAA;
   display: inline-block;
   font-size: 24px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_footerIcon1:hover #footerIcon1 i
{
   color: #AAAAAA;
}
#wb_footerIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   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: 28px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon2 i
{
   color: #AAAAAA;
   display: inline-block;
   font-size: 24px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_footerIcon2:hover #footerIcon2 i
{
   color: #AAAAAA;
}
#wb_footerIcon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   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: 28px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon3 i
{
   color: #AAAAAA;
   display: inline-block;
   font-size: 24px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_footerIcon3:hover #footerIcon3 i
{
   color: #AAAAAA;
}
#wb_footerIcon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon4 a
{
   text-decoration: none;
}
#wb_footerIcon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footerIcon4
{
   height: 28px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon4 i
{
   color: #AAAAAA;
   display: inline-block;
   font-size: 24px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_footerIcon4:hover #footerIcon4 i
{
   color: #AAAAAA;
}
#footerBreadcrumb1
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0 0 5px 0 ;
   text-align: left;
}
#footerBreadcrumb1 > li
{
   display: inline-block;
   font-size: 19px;
   text-transform: none;
}
#footerBreadcrumb1 a
{
   color: #C2C1C1;
   text-decoration: none;
}
#footerBreadcrumb1 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#footerBreadcrumb1 > .active
{
   color: #FFFFFF;
}
#footerBreadcrumb1 > .active a
{
   color: inherit;
   pointer-events: none;
}
#footerBreadcrumb1 > li + li:before
{
   content: "";
   padding: 0 0px;
   color: #C0C0C0;
}
#footerBreadcrumb1 li i
{
   font-size: 19px;
   margin-right: 10px;
   vertical-align: text-bottom;
   width: 21px;
}
@media all and (max-width:768px) 
{
#wb_footerBreadcrumb1
{
}
#footerBreadcrumb1 > li
{
}
#footerBreadcrumb1
{
   text-align: center;
}
}
#footerBreadcrumb2
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0 0 5px 0 ;
   text-align: left;
}
#footerBreadcrumb2 > li
{
   display: inline-block;
   font-size: 19px;
   text-transform: none;
}
#footerBreadcrumb2 a
{
   color: #C2C1C1;
   text-decoration: none;
}
#footerBreadcrumb2 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#footerBreadcrumb2 > .active
{
   color: #FFFFFF;
}
#footerBreadcrumb2 > .active a
{
   color: inherit;
   pointer-events: none;
}
#footerBreadcrumb2 > li + li:before
{
   content: "";
   padding: 0 5px;
   color: #C0C0C0;
}
#footerBreadcrumb2 li i
{
   font-size: 19px;
   margin-right: 10px;
   vertical-align: text-bottom;
   width: 21px;
}
@media all and (max-width:768px) 
{
#wb_footerBreadcrumb2
{
}
#footerBreadcrumb2 > li
{
}
#footerBreadcrumb2
{
   text-align: center;
}
}
#footerBreadcrumb3
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#footerBreadcrumb3 > li
{
   display: inline-block;
   font-size: 19px;
   text-transform: none;
}
#footerBreadcrumb3 a
{
   color: #C2C1C1;
   text-decoration: none;
}
#footerBreadcrumb3 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#footerBreadcrumb3 > .active
{
   color: #FFFFFF;
}
#footerBreadcrumb3 > .active a
{
   color: inherit;
   pointer-events: none;
}
#footerBreadcrumb3 > li + li:before
{
   content: "";
   padding: 0 5px;
   color: #C0C0C0;
}
#footerBreadcrumb3 li i
{
   font-size: 19px;
   margin-right: 10px;
   vertical-align: text-bottom;
   width: 21px;
}
@media all and (max-width:768px) 
{
#wb_footerBreadcrumb3
{
}
#footerBreadcrumb3 > li
{
}
#footerBreadcrumb3
{
   text-align: center;
}
}
#wb_footerText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 8px 0 ;
   text-align: right;
}
#wb_footerText1
{
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 20px;
   line-height: 26px;
}
#wb_footerText1 p, #wb_footerText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText1
{
   display: block;
   margin: 0 0 8px 0 ;
   box-sizing: border-box;
   width: 100%;
}
@media all and (max-width:768px) 
{
#wb_footerText1
{
   text-align: center;
}
}
#wb_headerMenu
{
   position: relative;
}
#wb_headerMenu
{
   margin: 0;
}
#headerMenu
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#headerMenu:hover
{
   background-color: #CCCCCC;
   background-image: none;
   border-color: #424242;
}
#headerMenu
{
   display: block;
   width: 48px;
   height: 48px;
   position: relative;
   overflow: hidden;
}
#headerMenu .line
{
   width: 32px;
   height: 6px;
   background: #263723;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#headerMenu .line:first-child
{
   margin-top: 8px;
}
#headerMenu-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#headerMenu-close:before, #headerMenu-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#headerMenu-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#headerMenu-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#headerMenu-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#headerMenu-close:after
{
   bottom: 50%;
   opacity: 0;
}
#headerMenu-close span
{
   background: #FFFFFF;
   transform: rotate(-45deg);
}
#headerMenu-close span:after
{
   background: #FFFFFF;
   transform: rotate(-90deg);
}
#headerMenu-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(132,132,117,0.87);
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
}
#headerMenu-overlay ul
{
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.headerMenu
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 480px;
}
.headerMenu a
{
   text-decoration: none;
}
.headerMenu ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.headerMenu li
{
   position: relative;
}
.headerMenu li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.headerMenu li a:hover
{
   color: #FFFFFF;
   background-color: #9F9F8F;
}
#headerMenu-overlay
{
   visibility: hidden;
   width: 0;
   left: 50%;
   transform: translateX(-50%);
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#headerMenu-overlay.show
{
   visibility: visible;
   width: 100%;
   transition: width 400ms;
}
#headerMenu-overlay .headerMenu
{
   opacity: 0;
   transition: opacity 0.3s 400ms;
}
#headerMenu-overlay.show .headerMenu
{
   opacity: 1;
   transition-delay: 400ms;
}
#headerMenu-overlay.hide .headerMenu
{
   transition-delay: 0s;
}
#headerMenu-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#headerMenu-social
{
   padding: 40px 0 0 0;
}
#headerMenu-social .social-icon 
{
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #848475;
   display: inline-block;
   font-size: 32px;
   margin: 0 .5em;
   padding: 12px;
   transition: all .2s linear 0s;
   width: 32px;
}
#headerMenu-social .social-icon:hover 
{
   background-color: #FFFFFF;
   color: #9F9F8F;
}
.headerMenu-effect
{
   transition: all 500ms linear;
}
#wb_heroHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
}
#heroHeading2
{
   color: #EAD696;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
   text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
}
#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: 366px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #57939A;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 12px;
   text-align: left;
}
#Card1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 12px 12px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #D1EAE6;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#Card1-card-item0 i
{
   color: #D1EAE6;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #A52A2A;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 12px 12px !important;
   margin: 0;
   padding: 0;
   color: #D1EAE6;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
