body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_Header-Grid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   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;
}
#Header-Grid
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Header-Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Header-Grid > .row > .col-1, #Header-Grid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Header-Grid > .row > .col-1, #Header-Grid > .row > .col-2
{
   float: left;
}
#Header-Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#Header-Grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#Header-Grid:before,
#Header-Grid:after,
#Header-Grid .row:before,
#Header-Grid .row:after
{
   display: table;
   content: " ";
}
#Header-Grid:after,
#Header-Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Header-Grid > .row > .col-1, #Header-Grid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
.Header-Menu .nav
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   color: #FFFFFF;
   text-align: right;
   text-transform: none;
}
#Header-Menu, .Header-Menu .nav, .Header-Menu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.Header-Menu .nav:before,
.Header-Menu .nav:after 
{
   content: " ";
   display: table;
}
.Header-Menu .nav:after 
{
   clear: both;
}
.Header-Menu .nav a 
{
   text-decoration: none;
}
.Header-Menu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.Header-Menu .nav ul ul
{
   margin-bottom: 0;
}
.Header-Menu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.Header-Menu .container:before,
.Header-Menu .container:after 
{
   content: " ";
   display: table;
}
.Header-Menu .container:after 
{
   clear: both;
}
.Header-Menu .collapse 
{
   display: none;
}
.Header-Menu .collapse.show 
{
   display: block;
}
.Header-Menu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.Header-Menu .arrow, .Header-Menu .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;
}
.Header-Menu .dropdown 
{
   position: relative;
}
.Header-Menu .dropdown-toggle:focus 
{
   outline: 0;
}
.Header-Menu .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: 19px;
   background-color: #004AFF;
   background-image: none;
   border: 1px solid rgba(0,74,255,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.Header-Menu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #004AFF;
}
.Header-Menu .dropdown-menu > li > a
{
   display: block;
   padding: 15px 15px 15px 15px;
   clear: both;
   line-height: 1.428571429;
   color: #FFFFFF;
   text-transform: none;
   white-space: nowrap;
}
.Header-Menu .dropdown-menu > li > a:hover,
.Header-Menu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.Header-Menu .dropdown-menu > li > a.active,
.Header-Menu .dropdown-menu > li > a.active:hover,
.Header-Menu .dropdown-menu > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.Header-Menu .show > .dropdown-menu
{
   display: block;
}
.Header-Menu .show > a
{
   outline: 0;
}
.Header-Menu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.Header-Menu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.Header-Menu .dropdown.show .dropdown-menu
{
   animation-name: Header-Menu-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 Header-Menu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.Header-Menu .nav > li 
{
   position: relative;
   display: block;
}
.Header-Menu .nav > li > a
{
   position: relative;
   display: block;
   padding: 10px 15px 10px 15px;
}
.Header-Menu .nav .show > a,
.Header-Menu .nav .show > a:hover,
.Header-Menu .nav .show > a:focus
{
    border-color: #000000;
}
.Header-Menu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #004AFF;
}
.Header-Menu .nav .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.Header-Menu
{
   position: relative;
}
.Header-Menu:before,
.Header-Menu:after
{
   content: " ";
   display: table;
}
.Header-Menu:after
{
   clear: both;
}
.Header-Menu .navbar-header:before,
.Header-Menu .navbar-header:after
{
   content: " ";
   display: table;
}
.Header-Menu .navbar-header:after
{
   clear: both;
}
.Header-Menu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.Header-Menu-navbar-collapse:before,
.Header-Menu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.Header-Menu-navbar-collapse:after
{
   clear: both;
}
.Header-Menu-navbar-collapse.show
{
   overflow-y: auto;
}
.Header-Menu .navbar-toggle 
{
   position: relative;
   float: left;
   padding: 12px 10px 11px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.Header-Menu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.Header-Menu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.Header-Menu .navbar-nav
{
   margin: 6px -15px;
}
.Header-Menu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}
.Header-Menu .navbar-nav > li > a
{
   color: #FFFFFF;
}
.Header-Menu .navbar-nav > li > a:hover,
.Header-Menu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.Header-Menu .navbar-nav > li > a.active,
.Header-Menu .navbar-nav > li > a.active:hover,
.Header-Menu .navbar-nav > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.Header-Menu .navbar-toggle
{
   border: 1px solid transparent;
}
.Header-Menu .navbar-toggle:hover,
.Header-Menu .navbar-toggle:focus
{
   background-color: transparent;
}
.Header-Menu .navbar-toggle .icon-bar
{
   background-color: #FFFFFF;
}
.Header-Menu-navbar-collapse
{
   border-color: rgba(0,74,255,1.00);
}
.Header-Menu .navbar-nav > .dropdown > a:hover .arrow,
.Header-Menu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.Header-Menu .navbar-nav > .show > a,
.Header-Menu .navbar-nav > .show > a:hover,
.Header-Menu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.Header-Menu .navbar-nav > .show > a .arrow,
.Header-Menu .navbar-nav > .show > a:hover .arrow,
.Header-Menu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.Header-Menu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Header-Menu .navbar-link
{
   color: #FFFFFF;
}
.Header-Menu .navbar-link:hover
{
   color: #2B2B2B;
}
.Header-Menu .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.Header-Menu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.Header-Menu .navbar-header
{
   float: left;
}
.Header-Menu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.Header-Menu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.Header-Menu-navbar-collapse.show
{
   overflow-y: auto;
}
.Header-Menu .navbar-toggle
{
   display: none;
}
.Header-Menu .navbar-nav
{
   float: left;
   margin: 0;
}
.Header-Menu .navbar-nav > li
{
   float: left;
}
.Header-Menu .container > .navbar-header,
.Header-Menu .container > .Header-Menu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.Header-Menu .navbar-nav > .dropdown > a:hover .arrow,
.Header-Menu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@media (max-width: 480px) 
{
.Header-Menu 
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
}
.Header-Menu .navbar-nav
{
   margin: 0;
   background-color: #004AFF;
   background-image: none;
}
.Header-Menu .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;
}
.Header-Menu .navbar-nav .show .dropdown-menu > li > a,
.Header-Menu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 25px;
}
.Header-Menu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.Header-Menu 
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   border-radius: 0px;
}
.Header-Menu .navbar-nav > li > a
{
   color: #FFFFFF;
}
.Header-Menu .navbar-nav > li > a:hover,
.Header-Menu .navbar-nav > li > a:focus
{
   color: #FFFFFF;
   background-color: #004AFF;
   background-image: none;
}
.Header-Menu .navbar-nav > li > a.active,
.Header-Menu .navbar-nav > li > a.active:hover,
.Header-Menu .navbar-nav > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #004AFF;
   background-image: none;
}
.Header-Menu .navbar-nav > .show > a,
.Header-Menu .navbar-nav > .show > a:hover,
.Header-Menu .navbar-nav > .show > a:focus
{
   background-color: #004AFF;
   background-image: none;
   color: #FFFFFF;
}
.Header-Menu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Header-Menu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Header-Menu .navbar-nav > li > a.active > .arrow,
.Header-Menu .navbar-nav > li > a.active:hover > .arrow,
.Header-Menu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Header-Menu .navbar-nav > .show > a .arrow,
.Header-Menu .navbar-nav > .show > a:hover .arrow,
.Header-Menu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Header-Menu .navbar-link
{
   color: #FFFFFF;
}
.Header-Menu .navbar-link:hover 
{
   color: #fff;
}
}
#Header-Menu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_Header-Menu
{
   z-index: 1111 !important;
}
#wb_aloveofthelakes-heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#aloveofthelakes-heading
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#aloveofthelakes-heading a
{
   color: inherit;
   text-decoration: none;
}
#wb_Opening-pic-grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-clip: padding-box;
   background-color: transparent;
   background-image: url('../images/derwent-1.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Opening-pic-grid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 950px;
}
#Opening-pic-grid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#Opening-pic-grid > .col-1
{
   flex: 0 0 auto;
}
#Opening-pic-grid > .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)
{
#Opening-pic-grid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Personal_Fell_walking_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Personal_Fell_walking_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_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_Welcome-Grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Welcome-Grid
{
   box-sizing: border-box;
   padding: 30px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#Welcome-Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Welcome-Grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Welcome-Grid > .row > .col-1
{
   float: left;
}
#Welcome-Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Welcome-Grid:before,
#Welcome-Grid:after,
#Welcome-Grid .row:before,
#Welcome-Grid .row:after
{
   display: table;
   content: " ";
}
#Welcome-Grid:after,
#Welcome-Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Welcome-Grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Description-Text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Description-Text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Latest-walks-grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Latest-walks-grid
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#Latest-walks-grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Latest-walks-grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Latest-walks-grid > .row > .col-1
{
   float: left;
}
#Latest-walks-grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#Latest-walks-grid:before,
#Latest-walks-grid:after,
#Latest-walks-grid .row:before,
#Latest-walks-grid .row:after
{
   display: table;
   content: " ";
}
#Latest-walks-grid:after,
#Latest-walks-grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Latest-walks-grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Latest-walks-text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Latest-walks-text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Click-image-grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Click-image-grid
{
   box-sizing: border-box;
   padding: 5px 20px 10px 20px;
   margin-right: auto;
   margin-left: auto;
}
#Click-image-grid > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#Click-image-grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#Click-image-grid > .row > .col-1
{
   float: left;
}
#Click-image-grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#Click-image-grid:before,
#Click-image-grid:after,
#Click-image-grid .row:before,
#Click-image-grid .row:after
{
   display: table;
   content: " ";
}
#Click-image-grid:after,
#Click-image-grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Click-image-grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Click-image-text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Click-image-text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_last_walks_grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#last_walks_grid
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#last_walks_grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#last_walks_grid > .row > .col-1, #last_walks_grid > .row > .col-2, #last_walks_grid > .row > .col-3, #last_walks_grid > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#last_walks_grid > .row > .col-1, #last_walks_grid > .row > .col-2, #last_walks_grid > .row > .col-3, #last_walks_grid > .row > .col-4
{
   float: left;
}
#last_walks_grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#last_walks_grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#last_walks_grid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#last_walks_grid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#last_walks_grid:before,
#last_walks_grid:after,
#last_walks_grid .row:before,
#last_walks_grid .row:after
{
   display: table;
   content: " ";
}
#last_walks_grid:after,
#last_walks_grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#last_walks_grid > .row > .col-1, #last_walks_grid > .row > .col-2, #last_walks_grid > .row > .col-3, #last_walks_grid > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Our_summits_tick_list_Grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Our_summits_tick_list_Grid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#Our_summits_tick_list_Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Our_summits_tick_list_Grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Our_summits_tick_list_Grid > .row > .col-1
{
   float: left;
}
#Our_summits_tick_list_Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#Our_summits_tick_list_Grid:before,
#Our_summits_tick_list_Grid:after,
#Our_summits_tick_list_Grid .row:before,
#Our_summits_tick_list_Grid .row:after
{
   display: table;
   content: " ";
}
#Our_summits_tick_list_Grid:after,
#Our_summits_tick_list_Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Our_summits_tick_list_Grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Tick_Lists_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Tick_Lists_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Click_on_image_text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Click_on_image_text div
{
   text-align: left;
}
#wb_Click_on_image_text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Books_1-3_Grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #46FF00;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Books_1-3_Grid
{
   box-sizing: border-box;
   padding: 30px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Books_1-3_Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Books_1-3_Grid > .row > .col-1, #Books_1-3_Grid > .row > .col-2, #Books_1-3_Grid > .row > .col-3, #Books_1-3_Grid > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Books_1-3_Grid > .row > .col-1, #Books_1-3_Grid > .row > .col-2, #Books_1-3_Grid > .row > .col-3, #Books_1-3_Grid > .row > .col-4
{
   float: left;
}
#Books_1-3_Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_1-3_Grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_1-3_Grid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_1-3_Grid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_1-3_Grid:before,
#Books_1-3_Grid:after,
#Books_1-3_Grid .row:before,
#Books_1-3_Grid .row:after
{
   display: table;
   content: " ";
}
#Books_1-3_Grid:after,
#Books_1-3_Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Books_1-3_Grid > .row > .col-1, #Books_1-3_Grid > .row > .col-2, #Books_1-3_Grid > .row > .col-3, #Books_1-3_Grid > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Eastern-Fells_image
{
   margin: 0;
   vertical-align: top;
}
#Eastern-Fells_image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 10px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Far_Eastern_Fells_image
{
   margin: 0;
   vertical-align: top;
}
#Far_Eastern_Fells_image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 10px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Central-Fells_image
{
   margin: 0;
   vertical-align: top;
}
#Central-Fells_image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 10px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Southern-Fells_image
{
   margin: 0;
   vertical-align: top;
}
#Southern-Fells_image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 10px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Southern_Fells_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Southern_Fells_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Central_Fells_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Central_Fells_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Eastern_Fell_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Eastern_Fell_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Far_Eastern_Fells_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Far_Eastern_Fells_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Books_4-6_Grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #46FF00;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Books_4-6_Grid
{
   box-sizing: border-box;
   padding: 10px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Books_4-6_Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Books_4-6_Grid > .row > .col-1, #Books_4-6_Grid > .row > .col-2, #Books_4-6_Grid > .row > .col-3, #Books_4-6_Grid > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Books_4-6_Grid > .row > .col-1, #Books_4-6_Grid > .row > .col-2, #Books_4-6_Grid > .row > .col-3, #Books_4-6_Grid > .row > .col-4
{
   float: left;
}
#Books_4-6_Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_4-6_Grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_4-6_Grid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_4-6_Grid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#Books_4-6_Grid:before,
#Books_4-6_Grid:after,
#Books_4-6_Grid .row:before,
#Books_4-6_Grid .row:after
{
   display: table;
   content: " ";
}
#Books_4-6_Grid:after,
#Books_4-6_Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Books_4-6_Grid > .row > .col-1, #Books_4-6_Grid > .row > .col-2, #Books_4-6_Grid > .row > .col-3, #Books_4-6_Grid > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Northern-Fells_image
{
   margin: 0;
   vertical-align: top;
}
#Northern-Fells_image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 10px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_North_Western-Fells-image
{
   margin: 0;
   vertical-align: top;
}
#North_Western-Fells-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 10px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Western_Fells_image
{
   margin: 0;
   vertical-align: top;
}
#Western_Fells_image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 0 10px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_outlying_fells_image
{
   margin: 0;
   vertical-align: top;
}
#outlying_fells_image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 189px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Northern_Fells_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Northern_Fells_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_North_Western_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#North_Western_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_outlying_fells_text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#outlying_fells_text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Book_7_Grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #46FF00;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Book_7_Grid
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Book_7_Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Book_7_Grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Book_7_Grid > .row > .col-1
{
   float: left;
}
#Book_7_Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Book_7_Grid:before,
#Book_7_Grid:after,
#Book_7_Grid .row:before,
#Book_7_Grid .row:after
{
   display: table;
   content: " ";
}
#Book_7_Grid:after,
#Book_7_Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Book_7_Grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_spacer_text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_spacer_text div
{
   text-align: left;
}
#wb_spacer_text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Wainwright_quote_text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Wainwright_quote_text div
{
   text-align: center;
}
#wb_Wainwright_quote_text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Lookbacks_Grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Lookbacks_Grid
{
   box-sizing: border-box;
   padding: 0 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Lookbacks_Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Lookbacks_Grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Lookbacks_Grid > .row > .col-1
{
   float: left;
}
#Lookbacks_Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#Lookbacks_Grid:before,
#Lookbacks_Grid:after,
#Lookbacks_Grid .row:before,
#Lookbacks_Grid .row:after
{
   display: table;
   content: " ";
}
#Lookbacks_Grid:after,
#Lookbacks_Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Lookbacks_Grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Lookbacks-H1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Lookbacks-H1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Lookbacks-H2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Lookbacks-H2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Lookbacks-top-row-grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Lookbacks-top-row-grid
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#Lookbacks-top-row-grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Lookbacks-top-row-grid > .row > .col-1, #Lookbacks-top-row-grid > .row > .col-2, #Lookbacks-top-row-grid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Lookbacks-top-row-grid > .row > .col-1, #Lookbacks-top-row-grid > .row > .col-2, #Lookbacks-top-row-grid > .row > .col-3
{
   float: left;
}
#Lookbacks-top-row-grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#Lookbacks-top-row-grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#Lookbacks-top-row-grid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#Lookbacks-top-row-grid:before,
#Lookbacks-top-row-grid:after,
#Lookbacks-top-row-grid .row:before,
#Lookbacks-top-row-grid .row:after
{
   display: table;
   content: " ";
}
#Lookbacks-top-row-grid:after,
#Lookbacks-top-row-grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Lookbacks-top-row-grid > .row > .col-1, #Lookbacks-top-row-grid > .row > .col-2, #Lookbacks-top-row-grid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_2015-image
{
   margin: 0;
   vertical-align: top;
}
#2015-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 640px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_2016-image
{
   margin: 0;
   vertical-align: top;
}
#2016-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 994px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_2017-image
{
   margin: 0;
   vertical-align: top;
}
#2017-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 953px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_2015-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_2015-text div
{
   text-align: center;
}
#wb_2015-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_2016-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_2016-text div
{
   text-align: center;
}
#wb_2016-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_2017-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_2017-text div
{
   text-align: center;
}
#wb_2017-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Lookbacks-second-row-grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Lookbacks-second-row-grid
{
   box-sizing: border-box;
   padding: 0 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Lookbacks-second-row-grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Lookbacks-second-row-grid > .row > .col-1, #Lookbacks-second-row-grid > .row > .col-2, #Lookbacks-second-row-grid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Lookbacks-second-row-grid > .row > .col-1, #Lookbacks-second-row-grid > .row > .col-2, #Lookbacks-second-row-grid > .row > .col-3
{
   float: left;
}
#Lookbacks-second-row-grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#Lookbacks-second-row-grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#Lookbacks-second-row-grid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#Lookbacks-second-row-grid:before,
#Lookbacks-second-row-grid:after,
#Lookbacks-second-row-grid .row:before,
#Lookbacks-second-row-grid .row:after
{
   display: table;
   content: " ";
}
#Lookbacks-second-row-grid:after,
#Lookbacks-second-row-grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Lookbacks-second-row-grid > .row > .col-1, #Lookbacks-second-row-grid > .row > .col-2, #Lookbacks-second-row-grid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_2019-image
{
   margin: 0;
   vertical-align: top;
}
#2019-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 994px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_2021-image
{
   margin: 0;
   vertical-align: top;
}
#2021-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 953px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_2019-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_2019-text div
{
   text-align: center;
}
#wb_2019-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_2021-lookback-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_2021-lookback-text div
{
   text-align: center;
}
#wb_2021-lookback-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_2018-image
{
   margin: 0;
   vertical-align: top;
}
#2018-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 686px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Lovely-day=text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Lovely-day=text div
{
   text-align: center;
}
#wb_Lovely-day=text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 5px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_2022-image
{
   margin: 0;
   vertical-align: top;
}
#2022-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 686px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_2021-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_2021-text div
{
   text-align: center;
}
#wb_2021-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 2px 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#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_Other-sites-grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Other-sites-grid
{
   box-sizing: border-box;
   padding: 5px 15px 5px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Other-sites-grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Other-sites-grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Other-sites-grid > .row > .col-1
{
   float: left;
}
#Other-sites-grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#Other-sites-grid:before,
#Other-sites-grid:after,
#Other-sites-grid .row:before,
#Other-sites-grid .row:after
{
   display: table;
   content: " ";
}
#Other-sites-grid:after,
#Other-sites-grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Other-sites-grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Other-sites-text
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Other-sites-text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Other-sites-text2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Other-sites-text2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Other-site-boxes-grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004AFF;
   background-image: none;
   border: 0px solid #004AFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Other-site-boxes-grid
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Other-site-boxes-grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Other-site-boxes-grid > .row > .col-1, #Other-site-boxes-grid > .row > .col-2, #Other-site-boxes-grid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Other-site-boxes-grid > .row > .col-1, #Other-site-boxes-grid > .row > .col-2, #Other-site-boxes-grid > .row > .col-3
{
   float: left;
}
#Other-site-boxes-grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#Other-site-boxes-grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#Other-site-boxes-grid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#Other-site-boxes-grid:before,
#Other-site-boxes-grid:after,
#Other-site-boxes-grid .row:before,
#Other-site-boxes-grid .row:after
{
   display: table;
   content: " ";
}
#Other-site-boxes-grid:after,
#Other-site-boxes-grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Other-site-boxes-grid > .row > .col-1, #Other-site-boxes-grid > .row > .col-2, #Other-site-boxes-grid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Mas-ramb-image
{
   margin: 0;
   vertical-align: top;
}
#Mas-ramb-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 627px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Lake-routes-image
{
   margin: 0;
   vertical-align: top;
}
#Lake-routes-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 627px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Wain-rt1-image
{
   margin: 0;
   vertical-align: top;
}
#Wain-rt1-image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 627px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Lake-routes-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Lake-routes-text div
{
   text-align: left;
}
#wb_Lake-routes-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Mas-ramb-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Mas-ramb-text div
{
   text-align: left;
}
#wb_Mas-ramb-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Wain-rt-one-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Wain-rt-one-text div
{
   text-align: left;
}
#wb_Wain-rt-one-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24.5px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24.5px;
}
#wb_Text6 p, #wb_Text6 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0 10px 0 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon1
{
   height: 78px;
   width: 60px;
}
#Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 60px;
   line-height: 78px;
   vertical-align: middle;
   width: 59px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #444444;
}
#wb_Icon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0 0 0 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon2
{
   height: 77px;
   width: 59px;
}
#Icon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 59px;
   line-height: 77px;
   vertical-align: middle;
   width: 58px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #444444;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   line-height: 24.5px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text11 div
{
   text-align: left;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text12 div
{
   text-align: left;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text13 div
{
   text-align: left;
}
#wb_Text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text14 div
{
   text-align: left;
}
#wb_Text14
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text15 div
{
   text-align: left;
}
#wb_Text15
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text17 div
{
   text-align: left;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text18 div
{
   text-align: left;
}
#wb_Text18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image2
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text19 div
{
   text-align: center;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 3px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #004AFF;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 3px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #004AFF;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 3px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #004AFF;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 3px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #004AFF;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
