div#container
{
   width: 1300px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #EEEAE6;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a.telblack
{
   color: #000000;
   text-decoration: none;
}
a.telblack:visited
{
   color: #000000;
   text-decoration: none;
}
a.telblack:active
{
   color: #000000;
   text-decoration: none;
}
a.telblack:hover
{
   color: #000000;
   text-decoration: none;
}
a.whiteanimate
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.whiteanimate::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.whiteanimate:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.whiteanimate:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.whiteanimate:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.whiteanimate:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blkanimate
{
   color: #000000;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.blkanimate::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.blkanimate:hover::after
{
   background: #000000;
   width: 100%;
}
a.blkanimate:visited
{
   color: #000000;
   text-decoration: none;
}
a.blkanimate:active
{
   color: #000000;
   text-decoration: none;
}
a.blkanimate:hover
{
   color: #000000;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Cormorant Garamond";
   font-weight: normal;
   font-size: 35px;
   letter-spacing: 3px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
@media only screen and (max-width: 1024px)
{
}
@media only screen and (max-width: 480px)
{
}
#wb_topmenu
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#topmenu
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#topmenu > .row
{
   margin-right: 0;
   margin-left: 0;
}
#topmenu > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#topmenu > .row > .col-1
{
   float: left;
}
#topmenu > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#topmenu:before,
#topmenu:after,
#topmenu .row:before,
#topmenu .row:after
{
   display: table;
   content: " ";
}
#topmenu:after,
#topmenu .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#topmenu > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_menugrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EEEAE6;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #263940;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#menugrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#menugrid > .col-1, #menugrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#menugrid > .col-1, #menugrid > .col-2
{
   flex: 0 0 auto;
}
#menugrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#menugrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 1200px)
{
#menugrid > .col-1, #menugrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_logo
{
   margin: 0;
   vertical-align: top;
}
#logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 211px;
   height: 177px;
   vertical-align: top;
}
#wb_navmengrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#navmengrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
}
#navmengrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#navmengrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#navmengrid > .row > .col-1
{
   float: left;
}
#navmengrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: right;
}
#navmengrid:before,
#navmengrid:after,
#navmengrid .row:before,
#navmengrid .row:after
{
   display: table;
   content: " ";
}
#navmengrid:after,
#navmengrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#navmengrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
.Extension2 .hide 
{
   display: none!important;
}
.Extension2 .show 
{
   display: block!important;
}
.Extension2 .hidden
{
   display: none!important;
   visibility: hidden!important;
}
.Extension2 .nav, .Extension2 .navbar-text
{
   font-family: Cormorant Garamond;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   color: #FFFFFF;
   text-align: left;
}
.Extension2 .nav, .Extension2 *
{
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   list-style: none;
}
.Extension2 .nav:before,
.Extension2 .nav:after 
{
   content: " ";
   display: table;
}
.Extension2 .nav:after 
{
   clear: both;
}
.Extension2 .navbar-text
{
   color: #000000;
   margin: 0;
   padding: 10px 15px 10px 0px;
}
.Extension2 .nav a 
{
   text-decoration: none;
}
.Extension2 .nav a:hover,
.Extension2 .nav a:focus 
{
   color: #76a3d2;
}
.Extension2 .nav ul
{
   margin-top: 0;
   margin-bottom: 10px;
}
.Extension2 .nav ul ul
{
   margin-bottom: 0;
}
.Extension2 .container 
{
   margin-right: auto;
   margin-left: auto;
}
.Extension2 .container:before,
.Extension2 .container:after 
{
   content: " ";
   display: table;
}
.Extension2 .container:after 
{
   clear: both;
}
.Extension2 .container:before,
.Extension2 .container:after 
{
   content: " ";
   display: table;
}
.Extension2 .container:after 
{
  clear: both;
}
.Extension2 .collapse 
{
   display: none;
}
.Extension2 .collapse.in 
{
   display: block;
}
.Extension2 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
}
.Extension2 .caret 
{
   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;
}
.Extension2 .dropdown 
{
   position: relative;
}
.Extension2 .dropdown-toggle:focus 
{
   outline: 0;
}
.Extension2 .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: 21px;
   background-color: #263940;
   border: 1px solid #E5E5E5;
   border: 1px solid rgba(229,229,229,0.20);
   border-radius: 4px;
   -webkit-box-shadow: 0 6px 12px rgba(6,80,140,0.18);
   box-shadow: 0 6px 12px rgba(6,80,140,0.18);
   background-clip: padding-box;
}
.Extension2 .dropdown-menu .divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #E5E5E5;
}
.Extension2 .dropdown-menu>li>a 
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #FFFFFF;
   white-space: nowrap;
}
.Extension2 .dropdown-menu>li>a:hover,
.Extension2 .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #263940;
   background-color: #FFFFFF;
}
.Extension2 .dropdown-menu>.active>a,
.Extension2 .dropdown-menu>.active>a:hover,
.Extension2 .dropdown-menu>.active>a:focus 
{
   color: #fff;
   text-decoration: none;
   outline: 0;
   background-color: #EEEAE6;
}
.Extension2 .open>.dropdown-menu 
{
   display: block;
}
.Extension2 .open>a 
{
   outline: 0;
}
.Extension2 .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.Extension2 .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.Extension2 .nav>li 
{
   position: relative;
   display: block;
}
.Extension2 .nav>li>a 
{
   position: relative;
   display: block;
   padding: 10px 15px 10px 15px;
}
.Extension2 .nav .open>a,
.Extension2 .nav .open>a:hover,
.Extension2 .nav .open>a:focus 
{
   background-color: #ccc;
   border-color: #EEEAE6;
}
.Extension2 .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #E5E5E5;
}
.Extension2 .nav>li>a>img 
{
   max-width: none;
}
.Extension2 .nav .caret 
{
   border-top-color: #EEEAE6;
   border-bottom-color: #EEEAE6;
}
.Extension2
{
   position: relative;
   border: 1px solid transparent;
}
.Extension2:before,
.Extension2:after 
{
   content: " ";
   display: table;
}
.Extension2:after 
{
   clear: both;
}
.Extension2:before,
.Extension2:after 
{
   content: " ";
   display: table;
}
.Extension2:after 
{
   clear: both;
}
.Extension2 .navbar-header:before,
.Extension2 .navbar-header:after 
{
   content: " ";
   display: table;
}
.Extension2 .navbar-header:after 
{
   clear: both;
}
.Extension2-navbar-collapse 
{
   border-color: #E5E5E5;
   border-top: 1px solid transparent;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
   max-height: 340px;
   overflow-x: visible;
   padding-left: 0px;
   padding-right: 0px;
   -webkit-overflow-scrolling: touch;
}
.Extension2-navbar-collapse:before,
.Extension2-navbar-collapse:after 
{
   content: " ";
   display: table;
}
.Extension2-navbar-collapse:after 
{
   clear: both;
}
.Extension2-navbar-collapse:before,
.Extension2-navbar-collapse:after 
{
   content: " ";
   display: table;
}
.Extension2-navbar-collapse:after 
{
   clear: both;
}
.Extension2-navbar-collapse.in 
{
   overflow-y: auto;
}
.Extension2 .navbar-toggle 
{
   position: relative;
   float: left;
   padding: 18px 10px 17px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 4px;
}
.Extension2 .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.Extension2 .navbar-toggle .icon-bar+.icon-bar 
{
   margin-top: 4px;
}
.Extension2 .navbar-nav 
{
   margin: 6px -15px;
}
.Extension2 .navbar-nav>li>.dropdown-menu 
{
   margin-top: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}
.Extension2 .navbar-text 
{
   float: left;
}
.Extension2 .navbar-nav>li>a 
{
   color: #FFFFFF;
}
.Extension2 .navbar-nav>li>a:hover,
.Extension2 .navbar-nav>li>a:focus 
{
   background-color: #FFFFFF;
   color: #263940;
   text-decoration: none;
}
.Extension2 .navbar-nav>.active>a,
.Extension2 .navbar-nav>.active>a:hover,
.Extension2 .navbar-nav>.active>a:focus 
{
   color: #263940;
   background-color: #FFFFFF;
}
.Extension2 .navbar-toggle 
{
   border-color: transparent;
}
.Extension2 .navbar-toggle:hover,
.Extension2 .navbar-toggle:focus 
{
   background-color: transparent;
}
.Extension2 .navbar-toggle .icon-bar 
{
   background-color: #000000;
}
.Extension2-navbar-collapse
{
   border-color: #E5E5E5;
}
.Extension2 .navbar-nav>.dropdown>a:hover .caret,
.Extension2 .navbar-nav>.dropdown>a:focus .caret 
{
   border-top-color: #263940;
   border-bottom-color: #263940;
}
.Extension2 .navbar-nav>.open>a,
.Extension2 .navbar-nav>.open>a:hover,
.Extension2 .navbar-nav>.open>a:focus 
{
   background-color: #FFFFFF;
   color: #263940;
}
.Extension2 .navbar-nav>.open>a .caret,
.Extension2 .navbar-nav>.open>a:hover .caret,
.Extension2 .navbar-nav>.open>a:focus .caret 
{
   border-top-color: #263940;
   border-bottom-color: #263940;
}
.Extension2 .navbar-nav>.dropdown>a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension2 .navbar-link 
{
   color: #FFFFFF;
}
.Extension2 .navbar-link:hover 
{
   color: #263940;
}
.Extension2 .navbar-header
{
   background-color: #EEEAE6;
   color: #000000;
}
#Extension2 .menu-icon
{
   font-size: 21px;
   margin-right: 4px;
   width: 21px;
}
@media (min-width: 1200px) 
{
.Extension2 .navbar-right .dropdown-menu 
{
   right: 0;
   left: auto;
}
.Extension2 .navbar-header 
{
   float: left;
}
.Extension2-navbar-collapse 
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.Extension2-navbar-collapse.collapse 
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.Extension2-navbar-collapse.in 
{
   overflow-y: auto;
}
.Extension2-navbar-collapse .navbar-text:last-child 
{
   margin-right: 0;
}
.Extension2 .navbar-toggle, #Extension2-navbar-text
{
   display: none;
}
.Extension2 .navbar-nav 
{
   margin: 0;
}
.Extension2 .navbar-nav>li 
{
   float: left;
}
.Extension2 .container>.navbar-header,
.Extension2 .container>.Extension2-navbar-collapse 
{
   margin-right: 0;
   margin-left: 0;
}
.Extension2 .navbar-nav>.dropdown>a:hover .caret,
.Extension2 .navbar-nav>.dropdown>a:focus .caret 
{
   border-top-color: #263940;
   border-bottom-color: #263940;
}
}
@media (max-width: 1200px) 
{
.Extension2 
{
   background-color: #263940;
   border-color: #EEEAE6;
}
.Extension2 .navbar-nav 
{
   margin: 0;
}
.Extension2 .navbar-nav .open .dropdown-menu 
{
   position: static;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.Extension2 .navbar-nav .open .dropdown-menu>li>a,
.Extension2 .navbar-nav .open .dropdown-menu .dropdown-header 
{
   padding: 5px 15px 5px 25px;
}
.Extension2 .navbar-nav .open .dropdown-menu>li>a 
{
   line-height: 20px;
}
.Extension2 .navbar-nav .open .dropdown-menu>li>a:hover,
.Extension2 .navbar-nav .open .dropdown-menu>li>a:focus 
{
   background-image: none;
}
}
@media (min-width: 1200px) 
{
.Extension2 
{
   background-color: #EEEAE6;
   border-color: #EEEAE6;
   border-radius: 4px;
}
.Extension2 .navbar-nav>li>a 
{
   color: #000000;
}
.Extension2 .navbar-nav>li>a:hover,
.Extension2 .navbar-nav>li>a:focus 
{
   color: #263940;
   background-color: #EEEAE6;
}
.Extension2 .navbar-nav>.active>a,
.Extension2 .navbar-nav>.active>a:hover,
.Extension2 .navbar-nav>.active>a:focus 
{
   color: #FFFFFF;
   background-color: #263940;
}
.Extension2 .navbar-toggle 
{
   border-color: #333;
}
.Extension2 .navbar-toggle:hover,
.Extension2 .navbar-toggle:focus 
{
   background-color: #333;
}
.Extension2 .navbar-toggle .icon-bar 
{
   background-color: #fff;
}
.Extension2-navbar-collapse
{
   border-color: #356ba2;
}
.Extension2 .navbar-nav>.open>a,
.Extension2 .navbar-nav>.open>a:hover,
.Extension2 .navbar-nav>.open>a:focus 
{
   background-color: #EEEAE6;
   color: #263940;
}
.Extension2 .navbar-nav>.dropdown>a:hover .caret 
{
   border-top-color: #263940;
   border-bottom-color: #263940;
}
.Extension2 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.Extension2 .navbar-nav > li.active > a > .caret,
.Extension2 .navbar-nav > li.active > a:hover > .caret,
.Extension2 .navbar-nav > li.active > a:focus > .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Extension2 .navbar-nav>.open>a .caret,
.Extension2 .navbar-nav>.open>a:hover .caret,
.Extension2 .navbar-nav>.open>a:focus .caret 
{
   border-top-color: #263940;
   border-bottom-color: #263940;
}
.Extension2 .navbar-link 
{
   color: #000000;
}
.Extension2 .navbar-link:hover 
{
   color: #fff;
}
}
#wb_wilmingtoncard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 150px 60px 20px 60px;
   max-width: calc(50% - 120px);
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#wilmingtoncard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#wilmingtoncard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#wilmingtoncard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#wilmingtoncard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#wilmingtoncard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_lakeside
{
   margin: 0;
   vertical-align: top;
}
#lakeside
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 2800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_main
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EEEAE6;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#main
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#main > .row
{
   margin-right: 0;
   margin-left: 0;
}
#main > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#main > .row > .col-1
{
   float: left;
}
#main > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#main:before,
#main:after,
#main .row:before,
#main .row:after
{
   display: table;
   content: " ";
}
#main:after,
#main .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#main > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_rentaldetails
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#rentaldetails
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1500px;
}
#rentaldetails > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#rentaldetails > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#rentaldetails > .row > .col-1
{
   float: left;
}
#rentaldetails > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#rentaldetails:before,
#rentaldetails:after,
#rentaldetails .row:before,
#rentaldetails .row:after
{
   display: table;
   content: " ";
}
#rentaldetails:after,
#rentaldetails .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#rentaldetails > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_amenitiesdetails 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_amenitiesdetails
{
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 35px;
   line-height: 48.5px;
}
#wb_amenitiesdetails p, #wb_amenitiesdetails ul
{
   margin: 0;
   padding: 0;
}
#wb_amenitiesdetails
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_amenitiesgrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#amenitiesgrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#amenitiesgrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#amenitiesgrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#amenitiesgrid > .row > .col-1
{
   float: left;
}
#amenitiesgrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#amenitiesgrid:before,
#amenitiesgrid:after,
#amenitiesgrid .row:before,
#amenitiesgrid .row:after
{
   display: table;
   content: " ";
}
#amenitiesgrid:after,
#amenitiesgrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#amenitiesgrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_cabinesrates 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_cabinesrates
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_cabinesrates p, #wb_cabinesrates ul
{
   margin: 0;
   padding: 0;
}
#wb_cabinesrates
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_rentapricing
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#rentapricing
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 900px;
}
#rentapricing > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#rentapricing > .row > .col-1, #rentapricing > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#rentapricing > .row > .col-1, #rentapricing > .row > .col-2
{
   float: left;
}
#rentapricing > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   width: 50%;
   text-align: left;
}
#rentapricing > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#rentapricing:before,
#rentapricing:after,
#rentapricing .row:before,
#rentapricing .row:after
{
   display: table;
   content: " ";
}
#rentapricing:after,
#rentapricing .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#rentapricing > .row > .col-1, #rentapricing > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_dailyrate 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_dailyrate
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_dailyrate p, #wb_dailyrate ul
{
   margin: 0;
   padding: 0;
}
#wb_dailyrate
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_weekendrate 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_weekendrate
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_weekendrate p, #wb_weekendrate ul
{
   margin: 0;
   padding: 0;
}
#wb_weekendrate
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ratesgrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #263940;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#ratesgrid
{
   box-sizing: border-box;
   padding: 80px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
}
#ratesgrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#ratesgrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#ratesgrid > .row > .col-1
{
   float: left;
}
#ratesgrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#ratesgrid:before,
#ratesgrid:after,
#ratesgrid .row:before,
#ratesgrid .row:after
{
   display: table;
   content: " ";
}
#ratesgrid:after,
#ratesgrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#ratesgrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_timbertwoproperties
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#timbertwoproperties
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#timbertwoproperties > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#timbertwoproperties > .row > .col-1, #timbertwoproperties > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#timbertwoproperties > .row > .col-1, #timbertwoproperties > .row > .col-2
{
   float: left;
}
#timbertwoproperties > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#timbertwoproperties > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#timbertwoproperties:before,
#timbertwoproperties:after,
#timbertwoproperties .row:before,
#timbertwoproperties .row:after
{
   display: table;
   content: " ";
}
#timbertwoproperties:after,
#timbertwoproperties .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#timbertwoproperties > .row > .col-1, #timbertwoproperties > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   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: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   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;
   max-width: 900px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   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
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   width: 50%;
   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: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
{
   float: none;
   width: 100% !important;
}
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text4
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_wlmingtonheadliner
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#wlmingtonheadliner
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#wlmingtonheadliner > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wlmingtonheadliner > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wlmingtonheadliner > .row > .col-1
{
   float: left;
}
#wlmingtonheadliner > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#wlmingtonheadliner:before,
#wlmingtonheadliner:after,
#wlmingtonheadliner .row:before,
#wlmingtonheadliner .row:after
{
   display: table;
   content: " ";
}
#wlmingtonheadliner:after,
#wlmingtonheadliner .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#wlmingtonheadliner > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text6
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_Text6 p, #wb_Text6 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text7
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.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: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text8
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_Text8 p, #wb_Text8 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_biringhammain
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#biringhammain
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#biringhammain > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#biringhammain > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#biringhammain > .row > .col-1
{
   float: left;
}
#biringhammain > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#biringhammain:before,
#biringhammain:after,
#biringhammain .row:before,
#biringhammain .row:after
{
   display: table;
   content: " ";
}
#biringhammain:after,
#biringhammain .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#biringhammain > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 900px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   width: 50%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text11
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text11 p, #wb_Text11 ul
{
   margin: 0;
   padding: 0;
}
#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: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text12
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text12 p, #wb_Text12 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_birinhmaratesgrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#birinhmaratesgrid
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 900px;
}
#birinhmaratesgrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#birinhmaratesgrid > .row > .col-1, #birinhmaratesgrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#birinhmaratesgrid > .row > .col-1, #birinhmaratesgrid > .row > .col-2
{
   float: left;
}
#birinhmaratesgrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   width: 50%;
   text-align: left;
}
#birinhmaratesgrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#birinhmaratesgrid:before,
#birinhmaratesgrid:after,
#birinhmaratesgrid .row:before,
#birinhmaratesgrid .row:after
{
   display: table;
   content: " ";
}
#birinhmaratesgrid:after,
#birinhmaratesgrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#birinhmaratesgrid > .row > .col-1, #birinhmaratesgrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_biringhamndaily 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_biringhamndaily
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_biringhamndaily p, #wb_biringhamndaily ul
{
   margin: 0;
   padding: 0;
}
#wb_biringhamndaily
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_biringhmanweekend 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_biringhmanweekend
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_biringhmanweekend p, #wb_biringhmanweekend ul
{
   margin: 0;
   padding: 0;
}
#wb_biringhmanweekend
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 900px;
}
#LayoutGrid11 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   float: left;
}
#LayoutGrid11 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   width: 50%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid11:before,
#LayoutGrid11:after,
#LayoutGrid11 .row:before,
#LayoutGrid11 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid11:after,
#LayoutGrid11 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text17
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text17 p, #wb_Text17 ul
{
   margin: 0;
   padding: 0;
}
#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: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text18
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text18 p, #wb_Text18 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 900px;
}
#LayoutGrid12 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2
{
   float: left;
}
#LayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   width: 50%;
   text-align: left;
}
#LayoutGrid12 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid12:before,
#LayoutGrid12:after,
#LayoutGrid12 .row:before,
#LayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid12:after,
#LayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text19
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text19 p, #wb_Text19 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text20
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text20 p, #wb_Text20 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text20
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_birminghamcard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 150px 60px 20px 60px;
   max-width: calc(50% - 120px);
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#birminghamcard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#birminghamcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#birminghamcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#birminghamcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#birminghamcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_huntingtonard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 150px 60px 20px 60px;
   max-width: calc(100% - 120px);
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#huntingtonard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#huntingtonard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#huntingtonard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#huntingtonard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#huntingtonard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_richmondcard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 150px 60px 20px 60px;
   max-width: calc(100% - 120px);
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#richmondcard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#richmondcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#richmondcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#richmondcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#richmondcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_pinewoodcard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 150px 60px 20px 60px;
   max-width: calc(100% - 120px);
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#pinewoodcard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#pinewoodcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#pinewoodcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#pinewoodcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#pinewoodcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_wildwoodcard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 150px 60px 20px 60px;
   max-width: calc(100% - 120px);
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#wildwoodcard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#wildwoodcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#wildwoodcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#wildwoodcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#wildwoodcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_thetimbersgrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#thetimbersgrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
}
#thetimbersgrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#thetimbersgrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#thetimbersgrid > .row > .col-1
{
   float: left;
}
#thetimbersgrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#thetimbersgrid:before,
#thetimbersgrid:after,
#thetimbersgrid .row:before,
#thetimbersgrid .row:after
{
   display: table;
   content: " ";
}
#thetimbersgrid:after,
#thetimbersgrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#thetimbersgrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_timbertext 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_timbertext
{
   color: #FFFFFF;
   font-family: Damion;
   font-weight: 400;
   font-size: 32px;
   line-height: 44px;
}
#wb_timbertext p, #wb_timbertext ul
{
   margin: 0;
   padding: 0;
}
#wb_timbertext
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_hillsidecottagegrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#hillsidecottagegrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
}
#hillsidecottagegrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#hillsidecottagegrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#hillsidecottagegrid > .row > .col-1
{
   float: left;
}
#hillsidecottagegrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#hillsidecottagegrid:before,
#hillsidecottagegrid:after,
#hillsidecottagegrid .row:before,
#hillsidecottagegrid .row:after
{
   display: table;
   content: " ";
}
#hillsidecottagegrid:after,
#hillsidecottagegrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#hillsidecottagegrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_hillsideheader 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 90px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_hillsideheader
{
   color: #FFFFFF;
   font-family: Damion;
   font-weight: 400;
   font-size: 32px;
   line-height: 44px;
}
#wb_hillsideheader p, #wb_hillsideheader ul
{
   margin: 0;
   padding: 0;
}
#wb_hillsideheader
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_biringhamgrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#biringhamgrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
}
#biringhamgrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#biringhamgrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#biringhamgrid > .row > .col-1
{
   float: left;
}
#biringhamgrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#biringhamgrid:before,
#biringhamgrid:after,
#biringhamgrid .row:before,
#biringhamgrid .row:after
{
   display: table;
   content: " ";
}
#biringhamgrid:after,
#biringhamgrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#biringhamgrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_headlinerbirmingham 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 90px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_headlinerbirmingham
{
   color: #FFFFFF;
   font-family: Damion;
   font-weight: 400;
   font-size: 32px;
   line-height: 44px;
}
#wb_headlinerbirmingham p, #wb_headlinerbirmingham ul
{
   margin: 0;
   padding: 0;
}
#wb_headlinerbirmingham
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_doogwoodgrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#doogwoodgrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#doogwoodgrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#doogwoodgrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#doogwoodgrid > .row > .col-1
{
   float: left;
}
#doogwoodgrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#doogwoodgrid:before,
#doogwoodgrid:after,
#doogwoodgrid .row:before,
#doogwoodgrid .row:after
{
   display: table;
   content: " ";
}
#doogwoodgrid:after,
#doogwoodgrid .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#doogwoodgrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_dogwoodtext 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_dogwoodtext
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_dogwoodtext p, #wb_dogwoodtext ul
{
   margin: 0;
   padding: 0;
}
#wb_dogwoodtext
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid20
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid20
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 900px;
}
#LayoutGrid20 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2
{
   float: left;
}
#LayoutGrid20 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   width: 50%;
   text-align: left;
}
#LayoutGrid20 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid20:before,
#LayoutGrid20:after,
#LayoutGrid20 .row:before,
#LayoutGrid20 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid20:after,
#LayoutGrid20 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text29 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text29
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text29 p, #wb_Text29 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text29
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text30 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_Text30
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
#wb_Text30 p, #wb_Text30 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text30
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 150px 60px 20px 60px;
   max-width: calc(50% - 120px);
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_brignhomrateintro 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 20px 20px 20px;
   margin: 0;
   text-align: center;
}
#wb_brignhomrateintro
{
   color: #FFFFFF;
   font-family: "Cormorant Garamond";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_brignhomrateintro p, #wb_brignhomrateintro ul
{
   margin: 0;
   padding: 0;
}
#wb_brignhomrateintro
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_logooverlayft
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F3F1;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #263940;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#logooverlayft
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#logooverlayft > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#logooverlayft > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#logooverlayft > .row > .col-1
{
   float: left;
}
#logooverlayft > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#logooverlayft:before,
#logooverlayft:after,
#logooverlayft .row:before,
#logooverlayft .row:after
{
   display: table;
   content: " ";
}
#logooverlayft:after,
#logooverlayft .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#logooverlayft > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_logoftgridhold
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: -100px 0 0 0 ;
}
#logoftgridhold
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 8px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#logoftgridhold > .col-1, #logoftgridhold > .col-2, #logoftgridhold > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#logoftgridhold > .col-1, #logoftgridhold > .col-2, #logoftgridhold > .col-3
{
   flex: 0 0 auto;
}
#logoftgridhold > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#logoftgridhold > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#logoftgridhold > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: stretch;
   align-self: stretch;
   align-items: stretch;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#logoftgridhold > .col-1, #logoftgridhold > .col-2, #logoftgridhold > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_ftlogo
{
   margin: 0;
   vertical-align: top;
}
#ftlogo
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 211px;
   height: 177px;
   vertical-align: top;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F3F1;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ftaddressarea
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#ftaddressarea
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#ftaddressarea > .col-1, #ftaddressarea > .col-2, #ftaddressarea > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#ftaddressarea > .col-1, #ftaddressarea > .col-2, #ftaddressarea > .col-3
{
   flex: 0 0 auto;
}
#ftaddressarea > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#ftaddressarea > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#ftaddressarea > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 1024px)
{
#ftaddressarea > .col-1, #ftaddressarea > .col-2, #ftaddressarea > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_fttimberline 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_fttimberline div
{
   text-align: center;
}
#wb_fttimberline
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ftcontactlink 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_ftcontactlink div
{
   text-align: left;
}
#wb_ftcontactlink
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_gridcopyright
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #263940;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#gridcopyright
{
   box-sizing: border-box;
   padding: 20px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#gridcopyright > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#gridcopyright > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#gridcopyright > .row > .col-1
{
   float: left;
}
#gridcopyright > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#gridcopyright:before,
#gridcopyright:after,
#gridcopyright .row:before,
#gridcopyright .row:after
{
   display: table;
   content: " ";
}
#gridcopyright:after,
#gridcopyright .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#gridcopyright > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ftcopyrighttext 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_ftcopyrighttext div
{
   text-align: center;
}
#wb_ftcopyrighttext
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ftlinks 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_ftlinks
{
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_ftlinks p, #wb_ftlinks ul
{
   margin: 0;
   padding: 0;
}
#wb_ftlinks
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ftphone 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_ftphone div
{
   text-align: left;
}
#wb_ftphone
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ftfollowus 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_ftfollowus div
{
   text-align: left;
}
#wb_ftfollowus
{
   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 0 10px 0 ;
   padding: 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: 44px;
   width: 61px;
}
#Icon1 i
{
   color: #263940;
   display: inline-block;
   font-size: 44px;
   line-height: 44px;
   vertical-align: middle;
   width: 43px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #38545F;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Icon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 0 10px 0 ;
   padding: 0;
   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: 44px;
   width: 61px;
}
#Icon2 i
{
   color: #263940;
   display: inline-block;
   font-size: 44px;
   line-height: 44px;
   vertical-align: middle;
   width: 43px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #38545F;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_ftlogo
{
   display: inline-block;
   width: 211px;
   height: 177px;
   z-index: 159;
}
#wb_wildwoodcard
{
   display: flex;
   width: calc(100% - 120px);
   z-index: 39;
}
#wb_wilmingtoncard
{
   display: flex;
   width: calc(100% - 120px);
   z-index: 28;
}
#wb_birminghamcard
{
   display: flex;
   width: calc(100% - 120px);
   z-index: 12;
}
#wb_Extension2
{
   display: block;
   position: relative;
   width: 100%;
   z-index: 2;
}
#wb_Icon1
{
   display: inline-block;
   width: 61px;
   height: 44px;
   text-align: center;
   z-index: 162;
}
#wb_logo
{
   display: inline-block;
   width: 211px;
   height: 177px;
   z-index: 0;
}
#wb_Icon2
{
   display: inline-block;
   width: 61px;
   height: 44px;
   text-align: center;
   z-index: 163;
}
#wb_lakeside
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 55;
}
#wb_pinewoodcard
{
   display: flex;
   width: calc(100% - 120px);
   z-index: 34;
}
#wb_huntingtonard
{
   display: flex;
   width: calc(100% - 120px);
   z-index: 18;
}
#wb_richmondcard
{
   display: flex;
   width: calc(100% - 120px);
   z-index: 23;
}
#wb_Card2
{
   display: flex;
   width: calc(100% - 120px);
   z-index: 44;
}
@media only screen and (max-width: 1024px)
{
div#container
{
   width: 1024px;
}
body
{
   background-color: #EEEAE6;
   background-image: none;
}
#wb_topmenu
{
   visibility: visible;
   display: table;
}
#wb_topmenu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#topmenu
{
   height: auto;
   padding: 0;
}
#topmenu .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#topmenu > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#topmenu > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_menugrid
{
   visibility: visible;
   display: table;
}
#wb_menugrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#menugrid
{
   height: auto;
   padding: 0;
}
#menugrid > .col-1, #menugrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#menugrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#menugrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_logo
{
   width: 211px;
   height: 177px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#logo
{
   width: 211px;
   height: 177px;
}
#wb_navmengrid
{
   visibility: visible;
   display: table;
}
#wb_navmengrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#navmengrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#navmengrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#navmengrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#navmengrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Extension2
{
   visibility: visible;
   display: block;
}
.Extension2 .nav, .Extension2 .navbar-text, .Extension2 .dropdown-menu
{
   font-size: 21px;
}
#Extension2 .menu-icon
{
   font-size: 21px;
   width: 21px;
}
#wb_wilmingtoncard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#wilmingtoncard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#wilmingtoncard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#wilmingtoncard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#wilmingtoncard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_wilmingtoncard
{
   text-align: center;
}
#wb_wilmingtoncard
{
   max-width: calc(100% - 120px);
}
#wb_lakeside
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_main
{
   visibility: visible;
   display: table;
}
#wb_main
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#main
{
   height: auto;
   padding: 0;
}
#main .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#main > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#main > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_rentaldetails
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_rentaldetails
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#rentaldetails
{
   height: auto;
   padding: 20px 0 20px 0;
}
#rentaldetails .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#rentaldetails > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#rentaldetails > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_amenitiesdetails
{
   visibility: visible;
   display: block;
}
#wb_amenitiesdetails
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_amenitiesgrid
{
   visibility: visible;
   display: table;
}
#wb_amenitiesgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#amenitiesgrid
{
   height: auto;
   padding: 0;
}
#amenitiesgrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#amenitiesgrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#amenitiesgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_cabinesrates
{
   visibility: visible;
   display: block;
}
#wb_cabinesrates
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_rentapricing
{
   visibility: visible;
   display: table;
}
#wb_rentapricing
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#rentapricing
{
   height: auto;
   padding: 20px 4px 20px 4px;
}
#rentapricing .row
{
   margin-right: -4px;
   margin-left: -4px;
}
#rentapricing > .row > .col-1, #rentapricing > .row > .col-2
{
   padding-right: 4px;
   padding-left: 4px;
}
#rentapricing > .row > .col-1
{
   display: block;
   width: 50%;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#rentapricing > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_dailyrate
{
   visibility: visible;
   display: block;
}
#wb_dailyrate
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_weekendrate
{
   visibility: visible;
   display: block;
}
#wb_weekendrate
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_ratesgrid
{
   visibility: visible;
   display: table;
}
#wb_ratesgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ratesgrid
{
   height: auto;
   padding: 80px 0 80px 0;
}
#ratesgrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#ratesgrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#ratesgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_timbertwoproperties
{
   visibility: visible;
   display: table;
}
#wb_timbertwoproperties
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#timbertwoproperties
{
   height: auto;
   padding: 0 15px 0 15px;
}
#timbertwoproperties .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#timbertwoproperties > .row > .col-1, #timbertwoproperties > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#timbertwoproperties > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#timbertwoproperties > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 20px 4px 20px 4px;
}
#LayoutGrid3 .row
{
   margin-right: -4px;
   margin-left: -4px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 4px;
   padding-left: 4px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 50%;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_wlmingtonheadliner
{
   visibility: visible;
   display: table;
}
#wb_wlmingtonheadliner
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wlmingtonheadliner
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wlmingtonheadliner .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wlmingtonheadliner > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#wlmingtonheadliner > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_biringhammain
{
   visibility: visible;
   display: table;
}
#wb_biringhammain
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#biringhammain
{
   height: auto;
   padding: 0 15px 0 15px;
}
#biringhammain .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#biringhammain > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#biringhammain > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 20px 4px 20px 4px;
}
#LayoutGrid8 .row
{
   margin-right: -4px;
   margin-left: -4px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   padding-right: 4px;
   padding-left: 4px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 50%;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_birinhmaratesgrid
{
   visibility: visible;
   display: table;
}
#wb_birinhmaratesgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#birinhmaratesgrid
{
   height: auto;
   padding: 20px 4px 20px 4px;
}
#birinhmaratesgrid .row
{
   margin-right: -4px;
   margin-left: -4px;
}
#birinhmaratesgrid > .row > .col-1, #birinhmaratesgrid > .row > .col-2
{
   padding-right: 4px;
   padding-left: 4px;
}
#birinhmaratesgrid > .row > .col-1
{
   display: block;
   width: 50%;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#birinhmaratesgrid > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_biringhamndaily
{
   visibility: visible;
   display: block;
}
#wb_biringhamndaily
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_biringhmanweekend
{
   visibility: visible;
   display: block;
}
#wb_biringhmanweekend
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 20px 4px 20px 4px;
}
#LayoutGrid11 .row
{
   margin-right: -4px;
   margin-left: -4px;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   padding-right: 4px;
   padding-left: 4px;
}
#LayoutGrid11 > .row > .col-1
{
   display: block;
   width: 50%;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#LayoutGrid11 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 20px 4px 20px 4px;
}
#LayoutGrid12 .row
{
   margin-right: -4px;
   margin-left: -4px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2
{
   padding-right: 4px;
   padding-left: 4px;
}
#LayoutGrid12 > .row > .col-1
{
   display: block;
   width: 50%;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#LayoutGrid12 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text20
{
   visibility: visible;
   display: block;
}
#wb_Text20
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_birminghamcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#birminghamcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#birminghamcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#birminghamcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#birminghamcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_birminghamcard
{
   text-align: center;
}
#wb_birminghamcard
{
   max-width: calc(100% - 120px);
}
#wb_huntingtonard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#huntingtonard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#huntingtonard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#huntingtonard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#huntingtonard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_huntingtonard
{
   text-align: center;
}
#wb_huntingtonard
{
   max-width: calc(100% - 120px);
}
#wb_richmondcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#richmondcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#richmondcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#richmondcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#richmondcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_richmondcard
{
   text-align: center;
}
#wb_richmondcard
{
   max-width: calc(100% - 120px);
}
#wb_pinewoodcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#pinewoodcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#pinewoodcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#pinewoodcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#pinewoodcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_pinewoodcard
{
   text-align: center;
}
#wb_pinewoodcard
{
   max-width: calc(100% - 120px);
}
#wb_wildwoodcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#wildwoodcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#wildwoodcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#wildwoodcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#wildwoodcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_wildwoodcard
{
   text-align: center;
}
#wb_wildwoodcard
{
   max-width: calc(100% - 120px);
}
#wb_thetimbersgrid
{
   visibility: visible;
   display: table;
}
#wb_thetimbersgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#thetimbersgrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#thetimbersgrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#thetimbersgrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#thetimbersgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_timbertext
{
   visibility: visible;
   display: block;
}
#wb_timbertext
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_hillsidecottagegrid
{
   visibility: visible;
   display: table;
}
#wb_hillsidecottagegrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#hillsidecottagegrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#hillsidecottagegrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#hillsidecottagegrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#hillsidecottagegrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_hillsideheader
{
   visibility: visible;
   display: block;
}
#wb_hillsideheader
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_biringhamgrid
{
   visibility: visible;
   display: table;
}
#wb_biringhamgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#biringhamgrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#biringhamgrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#biringhamgrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#biringhamgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_headlinerbirmingham
{
   visibility: visible;
   display: block;
}
#wb_headlinerbirmingham
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_doogwoodgrid
{
   visibility: visible;
   display: table;
}
#wb_doogwoodgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#doogwoodgrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#doogwoodgrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#doogwoodgrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#doogwoodgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_dogwoodtext
{
   visibility: visible;
   display: block;
}
#wb_dogwoodtext
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid20
{
   height: auto;
   padding: 20px 4px 20px 4px;
}
#LayoutGrid20 .row
{
   margin-right: -4px;
   margin-left: -4px;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2
{
   padding-right: 4px;
   padding-left: 4px;
}
#LayoutGrid20 > .row > .col-1
{
   display: block;
   width: 50%;
   border-top-width: 0px;
   border-right-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #FFFFFF;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#LayoutGrid20 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text29
{
   visibility: visible;
   display: block;
}
#wb_Text29
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text30
{
   visibility: visible;
   display: block;
}
#wb_Text30
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Card2
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#Card2-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card2
{
   max-width: calc(100% - 120px);
}
#wb_brignhomrateintro
{
   visibility: visible;
   display: block;
}
#wb_brignhomrateintro
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_logooverlayft
{
   visibility: visible;
   display: table;
}
#wb_logooverlayft
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#logooverlayft
{
   height: auto;
   padding: 0 15px 0 15px;
}
#logooverlayft .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#logooverlayft > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#logooverlayft > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_logoftgridhold
{
   visibility: visible;
   display: table;
}
#wb_logoftgridhold
{
   height: auto;
   margin-top: -100px;
   margin-bottom: 0px;
}
#logoftgridhold
{
   height: auto;
   padding: 8px 0 0 0;
}
#logoftgridhold > .col-1, #logoftgridhold > .col-2, #logoftgridhold > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#logoftgridhold > .col-1
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#logoftgridhold > .col-2
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#logoftgridhold > .col-3
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_ftlogo
{
   width: 211px;
   height: 177px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#ftlogo
{
   width: 211px;
   height: 177px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_ftaddressarea
{
   visibility: visible;
   display: table;
}
#wb_ftaddressarea
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ftaddressarea
{
   height: auto;
   padding: 0 0 20px 0;
}
#ftaddressarea > .col-1, #ftaddressarea > .col-2, #ftaddressarea > .col-3
{
   padding-right: 10px;
   padding-left: 10px;
}
#ftaddressarea > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 2;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#ftaddressarea > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 1;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#ftaddressarea > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 3;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_fttimberline
{
   visibility: visible;
   display: block;
}
#wb_fttimberline
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_ftcontactlink
{
   visibility: visible;
   display: block;
}
#wb_ftcontactlink
{
   margin: 0;
   padding: 0;
}
#wb_gridcopyright
{
   visibility: visible;
   display: table;
}
#wb_gridcopyright
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gridcopyright
{
   height: auto;
   padding: 20px 15px 30px 15px;
}
#gridcopyright .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#gridcopyright > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#gridcopyright > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_ftcopyrighttext
{
   visibility: visible;
   display: block;
}
#wb_ftcopyrighttext
{
   margin: 0;
   padding: 0;
}
#wb_ftlinks
{
   visibility: visible;
   display: block;
}
#wb_ftlinks
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_ftphone
{
   visibility: visible;
   display: block;
}
#wb_ftphone
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_ftfollowus
{
   visibility: visible;
   display: block;
}
#wb_ftfollowus
{
   margin: 0;
   padding: 0;
}
#wb_Icon1
{
   width: 61px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Icon1
{
   width: 61px;
   height: 44px;
}
#Icon1 i
{
   line-height: 44px;
   font-size: 44px;
   width: 43px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0;
}
#LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Icon2
{
   width: 61px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Icon2
{
   width: 61px;
   height: 44px;
}
#Icon2 i
{
   line-height: 44px;
   font-size: 44px;
   width: 43px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0 0 20px 0 ;
   padding: 0 0 10px 0;
}
}
@media only screen and (max-width: 480px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #EEEAE6;
   background-image: none;
}
#wb_topmenu
{
   visibility: visible;
   display: table;
}
#wb_topmenu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#topmenu
{
   height: auto;
   padding: 0;
}
#topmenu .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#topmenu > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#topmenu > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_menugrid
{
   visibility: visible;
   display: table;
}
#wb_menugrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#menugrid
{
   height: auto;
   padding: 0;
}
#menugrid > .col-1, #menugrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#menugrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#menugrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_logo
{
   width: 211px;
   height: 177px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#logo
{
   width: 211px;
   height: 177px;
}
#wb_navmengrid
{
   visibility: visible;
   display: table;
}
#wb_navmengrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#navmengrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#navmengrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#navmengrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#navmengrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Extension2
{
   visibility: visible;
   display: block;
}
.Extension2 .nav, .Extension2 .navbar-text, .Extension2 .dropdown-menu
{
   font-size: 21px;
}
#Extension2 .menu-icon
{
   font-size: 21px;
   width: 21px;
}
#wb_wilmingtoncard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#wilmingtoncard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#wilmingtoncard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#wilmingtoncard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#wilmingtoncard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_wilmingtoncard
{
   text-align: center;
}
#wb_wilmingtoncard
{
   max-width: calc(100% - 120px);
}
#wb_lakeside
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_main
{
   visibility: visible;
   display: table;
}
#wb_main
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#main
{
   height: auto;
   padding: 0;
}
#main .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#main > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#main > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_rentaldetails
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_rentaldetails
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#rentaldetails
{
   height: auto;
   padding: 20px 0 20px 0;
}
#rentaldetails .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#rentaldetails > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#rentaldetails > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_amenitiesdetails
{
   visibility: visible;
   display: block;
}
#wb_amenitiesdetails
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_amenitiesgrid
{
   visibility: visible;
   display: table;
}
#wb_amenitiesgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#amenitiesgrid
{
   height: auto;
   padding: 0;
}
#amenitiesgrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#amenitiesgrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#amenitiesgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_cabinesrates
{
   visibility: visible;
   display: block;
}
#wb_cabinesrates
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_rentapricing
{
   visibility: visible;
   display: table;
}
#wb_rentapricing
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#rentapricing
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#rentapricing .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#rentapricing > .row > .col-1, #rentapricing > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#rentapricing > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#rentapricing > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_dailyrate
{
   visibility: visible;
   display: block;
}
#wb_dailyrate
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_weekendrate
{
   visibility: visible;
   display: block;
}
#wb_weekendrate
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_ratesgrid
{
   visibility: visible;
   display: table;
}
#wb_ratesgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ratesgrid
{
   height: auto;
   padding: 80px 0 80px 0;
}
#ratesgrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#ratesgrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#ratesgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_timbertwoproperties
{
   visibility: visible;
   display: table;
}
#wb_timbertwoproperties
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#timbertwoproperties
{
   height: auto;
   padding: 0 15px 0 15px;
}
#timbertwoproperties .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#timbertwoproperties > .row > .col-1, #timbertwoproperties > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#timbertwoproperties > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#timbertwoproperties > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_wlmingtonheadliner
{
   visibility: visible;
   display: table;
}
#wb_wlmingtonheadliner
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wlmingtonheadliner
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wlmingtonheadliner .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wlmingtonheadliner > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#wlmingtonheadliner > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_biringhammain
{
   visibility: visible;
   display: table;
}
#wb_biringhammain
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#biringhammain
{
   height: auto;
   padding: 0 15px 0 15px;
}
#biringhammain .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#biringhammain > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#biringhammain > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_birinhmaratesgrid
{
   visibility: visible;
   display: table;
}
#wb_birinhmaratesgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#birinhmaratesgrid
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#birinhmaratesgrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#birinhmaratesgrid > .row > .col-1, #birinhmaratesgrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#birinhmaratesgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#birinhmaratesgrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_biringhamndaily
{
   visibility: visible;
   display: block;
}
#wb_biringhamndaily
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_biringhmanweekend
{
   visibility: visible;
   display: block;
}
#wb_biringhmanweekend
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid11 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid11 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid11 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid12 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid12 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid12 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text20
{
   visibility: visible;
   display: block;
}
#wb_Text20
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_birminghamcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#birminghamcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#birminghamcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#birminghamcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#birminghamcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_birminghamcard
{
   text-align: center;
}
#wb_birminghamcard
{
   max-width: calc(100% - 120px);
}
#wb_huntingtonard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#huntingtonard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#huntingtonard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#huntingtonard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#huntingtonard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_huntingtonard
{
   text-align: center;
}
#wb_huntingtonard
{
   max-width: calc(100% - 120px);
}
#wb_richmondcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#richmondcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#richmondcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#richmondcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#richmondcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_richmondcard
{
   text-align: center;
}
#wb_richmondcard
{
   max-width: calc(100% - 120px);
}
#wb_pinewoodcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#pinewoodcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#pinewoodcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#pinewoodcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#pinewoodcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_pinewoodcard
{
   text-align: center;
}
#wb_pinewoodcard
{
   max-width: calc(100% - 120px);
}
#wb_wildwoodcard
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#wildwoodcard-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#wildwoodcard-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#wildwoodcard-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#wildwoodcard-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_wildwoodcard
{
   text-align: center;
}
#wb_wildwoodcard
{
   max-width: calc(100% - 120px);
}
#wb_thetimbersgrid
{
   visibility: visible;
   display: table;
}
#wb_thetimbersgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#thetimbersgrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#thetimbersgrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#thetimbersgrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#thetimbersgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_timbertext
{
   visibility: visible;
   display: block;
}
#wb_timbertext
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_hillsidecottagegrid
{
   visibility: visible;
   display: table;
}
#wb_hillsidecottagegrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#hillsidecottagegrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#hillsidecottagegrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#hillsidecottagegrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#hillsidecottagegrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_hillsideheader
{
   visibility: visible;
   display: block;
}
#wb_hillsideheader
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_biringhamgrid
{
   visibility: visible;
   display: table;
}
#wb_biringhamgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#biringhamgrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#biringhamgrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#biringhamgrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#biringhamgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_headlinerbirmingham
{
   visibility: visible;
   display: block;
}
#wb_headlinerbirmingham
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_doogwoodgrid
{
   visibility: visible;
   display: table;
}
#wb_doogwoodgrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#doogwoodgrid
{
   height: auto;
   padding: 0 15px 0 15px;
}
#doogwoodgrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#doogwoodgrid > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#doogwoodgrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_dogwoodtext
{
   visibility: visible;
   display: block;
}
#wb_dogwoodtext
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_LayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid20
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid20 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid20 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid20 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text29
{
   visibility: visible;
   display: block;
}
#wb_Text29
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Text30
{
   visibility: visible;
   display: block;
}
#wb_Text30
{
   margin: 0;
   padding: 20px 20px 20px 20px;
}
#wb_Card2
{
   width: calc(100% - 120px);
   visibility: visible;
   display: flex;
   margin: 150px 60px 20px 60px;
}
#Card2-card-overlay
{
   position: relative;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: -100px 0 -200px 0 ;
   padding: 0;
   border: 3px solid #FFFFFF;
   border-radius: 100px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 100px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   letter-spacing: 3px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Cormorant Garamond";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card2
{
   max-width: calc(100% - 120px);
}
#wb_brignhomrateintro
{
   visibility: visible;
   display: block;
}
#wb_brignhomrateintro
{
   margin: 40px 0 0 0 ;
   padding: 20px 20px 20px 20px;
}
#wb_logooverlayft
{
   visibility: visible;
   display: table;
}
#wb_logooverlayft
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#logooverlayft
{
   height: auto;
   padding: 0 15px 0 15px;
}
#logooverlayft .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#logooverlayft > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#logooverlayft > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_logoftgridhold
{
   visibility: visible;
   display: table;
}
#wb_logoftgridhold
{
   height: auto;
   margin-top: -100px;
   margin-bottom: 0px;
}
#logoftgridhold
{
   height: auto;
   padding: 8px 0 0 0;
}
#logoftgridhold > .col-1, #logoftgridhold > .col-2, #logoftgridhold > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#logoftgridhold > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#logoftgridhold > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#logoftgridhold > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_ftlogo
{
   width: 211px;
   height: 177px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#ftlogo
{
   width: 211px;
   height: 177px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_ftaddressarea
{
   visibility: visible;
   display: table;
}
#wb_ftaddressarea
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ftaddressarea
{
   height: auto;
   padding: 0 0 20px 0;
}
#ftaddressarea > .col-1, #ftaddressarea > .col-2, #ftaddressarea > .col-3
{
   padding-right: 10px;
   padding-left: 10px;
}
#ftaddressarea > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 2;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#ftaddressarea > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 1;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#ftaddressarea > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 3;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_fttimberline
{
   visibility: visible;
   display: block;
}
#wb_fttimberline
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_ftcontactlink
{
   visibility: visible;
   display: block;
}
#wb_ftcontactlink
{
   margin: 0;
   padding: 0;
}
#wb_gridcopyright
{
   visibility: visible;
   display: table;
}
#wb_gridcopyright
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gridcopyright
{
   height: auto;
   padding: 20px 15px 30px 15px;
}
#gridcopyright .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#gridcopyright > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#gridcopyright > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_ftcopyrighttext
{
   visibility: visible;
   display: block;
}
#wb_ftcopyrighttext
{
   margin: 0;
   padding: 0;
}
#wb_ftlinks
{
   visibility: visible;
   display: block;
}
#wb_ftlinks
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_ftphone
{
   visibility: visible;
   display: block;
}
#wb_ftphone
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_ftfollowus
{
   visibility: visible;
   display: block;
}
#wb_ftfollowus
{
   margin: 0;
   padding: 0;
}
#wb_Icon1
{
   width: 61px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Icon1
{
   width: 61px;
   height: 44px;
}
#Icon1 i
{
   line-height: 44px;
   font-size: 44px;
   width: 43px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0;
}
#LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Icon2
{
   width: 61px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Icon2
{
   width: 61px;
   height: 44px;
}
#Icon2 i
{
   line-height: 44px;
   font-size: 44px;
   width: 43px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0 0 20px 0 ;
   padding: 0 0 10px 0;
}
}
a.skip-main {
    color: white;
    background-color: black;
    font-size: 1.2rem;
    left:-999px;
    position:absolute;
    top:auto;
    width:2px;
    height:2px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: white;
    background-color: black;
    left: auto;
    top: auto;
    width: 30%;
    height: 30px;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 1px;
    border:1px solid white;
    text-align:center;
    z-index:999;
    font-family: arial;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1.7rem;
    text-rendering: optimizeLegibility;
}

