BODY {
    color: #333333;
    margin:0px;
    font-weight: normal;   
    font-size: 13px;  
    font-style: normal; 
    font-family: Helvetica, Arial, sans-serif;
    }
 
td {
    font-size: 13px; 
    font-family: Helvetica, Arial, sans-serif; 
    } 

a:link { color: #0253b7; text-decoration: none}  
a:visited { color: #0253b7; text-decoration: none}
a:hover {  color: #cc0000; text-decoration: underline}

header * { 
    margin: 0;
    padding: 0;
    list-style: none;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

header{ border-top: 4px solid #11B0DE } 

.header-wl { 
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: inset 0px -1px 0px 0px #eee;
    -moz-box-shadow: inset 0px -1px 0px 0px #eee;
    box-shadow: inset 0px -1px 0px 0px #eee;
    }
    

        
header a, 
header a:link, 
header a:visited {
    text-decoration: none;
    }

.container-wl {
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
 
#logo-wl{ 
    display: inline-block;
}
        
#logo-wl img {
    width: auto;
    max-height: 35px;
    /* min-height: 55px; */
    position: relative;
    margin-top: 5px;
    margin-bottom: 6px;
}
    
.navbar-end{
    float: right;
    margin-top: 14px;
} 
    
ul#navigation-wl {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 35px;
    margin-top: -18px;
    display: block;
    list-style: none;
    font-size: 15px;
    }

ul#navigation-wl li {
    margin-left: 20px;
    display: inline-block;

    color: #7B7B7B;
    }


header .disclaimer {
    display: none;
    background: #f3f6f7;
    color: #686b6b;
}

@media (min-width: 992px) {
header .disclaimer {
    display: block;
    text-align: center;
    padding: .25em;
    font-size: .875em;
}
}

#message-wl { font-size: 20px; }

#flag-wl { padding: 15px 10px; }
    
a#signin-wl,
a#signin-wl:link,
a#signin-wl:visited {
    border: 1px solid #D5DEE1;
    display: inline-block;
    height: auto;
    padding: 8px 16px;
    border-radius: 4px;

    color: #7B7B7B;
    
    -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 0px rgba(0,0,0,0.05);           
    }

a#signin-wl:hover { 
    border: 1px solid #B3BEC2;
    -webkit-box-shadow: none;   
    -moz-box-shadow: none;  
    box-shadow: none;   
    }

#subnav-wl {
    padding: 3px 0;
    background-color: #eee;
    overflow: hidden;
    }

#subnav-wl .container-wl { padding-top: 0 }

#subnav-wl ul { 
    overflow: hidden;
    float: right;
    }

#subnav-wl ul li { 
    float: left;
    margin: 0 8px;
    }

#subnav-wl ul li:last-of-type { margin-right: 0 }

#subnav-wl a:link,
#subnav-wl a:visited { 
    color: #333;
    text-decoration: underline;
    font-size: 11px;
    text-transform: uppercase;
    }

#MainContent{border:0px;background-color:white;width:100%;border-spacing:0;margin:0px auto;display:table}
#pg_Home #MainContent{width:100%}

#Flag-Wrap{float:right;margin-top:3px}

#ContentInner {
    margin: 0px auto;
    padding-top: 15px;
    display:table;
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
    min-height: 400px;
    }
    
#pg_Home #ContentInner{width:100%;max-width:100%;margin-top:0;padding:0}

#pg_RequestForm #frmGroup input,#pg_RequestForm #frmGroup select{ padding:8px }
#pg_RequestForm h1.PageHeader{margin-left:15px}
#pg_RequestForm .Request-How-Works b { 
    display: block; 
    font-size: 18px; 
    margin-bottom: 5px;
    }
#pg_RequestForm .Request-How-Works  .bulleted {
    margin-right: 8px;
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    }

img{border:0px;}
#lastactive{width:2px;height:3px;border:0px;}

select {
    padding:3px;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border:1px solid #98ABAB;
}
input.Shadow {
    padding:3px;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border:1px solid #98ABAB;
}
textarea.Shadow {
    padding:3px;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border:1px solid #98ABAB;
}

h1 {font-size:18px}

.large {
    font: 16px/1em  Arial,HelveticaNeue, sans-serif; 
    padding: 7px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px; 
    border-radius: 7px;
    }

#taxexempt{position:absolute;top:5px;right:35px}

.Button,
.button {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    background-color: #f88f01;

    border: 0;
    display:inline-block;
    color: #fff;
    cursor:pointer;
    
    text-decoration:none;
    text-align:center;
    text-indent:0;
        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    
.Button:hover,
.button:hover,
#pg_RequestDetails .button:hover{
    background-color: #f87501;
    }   


.subnav-container{background: #676768;width:100%;margin:0;padding:0}

nav.Navbar {
    font-weight: bold;
    font-size: 15px;
    COLOR: #fff;
    
    background: #676768;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    }


nav.Navbar a, 
nav.Navbar a:link, 
nav.Navbar a:visited {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    }

nav.Navbar a:hover{
    text-decoration:none;
    background: rgba(255,255,255,0.2);
    color: #fff;
    }

footer{ text-align:center; color:white; padding:30px 0px; }

footer,
footer small { font-size: 11px }


footer a:link, 
footer a:active, 
footer a:visited { color:white; text-decoration:none; padding: 0px 5px; font-weight: 700; text-transform: uppercase }

footer a:hover{text-decoration:underline}



h1,
.PageHeader {
    font-size: 27px;
    font-weight: bold;
    color: #333;
    }

.content_hp,
.container-hp { padding: 0; }

#pg_GroupPost #ContentInner,
#pg_GroupSummary #ContentInner,
#pg_GroupAccount #ContentInner,
#pg_GroupArchive #ContentInner,
#pg_GroupFAQ #ContentInner { padding-bottom: 50px; }

@media (max-width: 767px) {
    
    #subnav-wl,ul#navigation-wl li#message-wl {display: none}
    .header-wl.with-subnav {padding-top: 15px}
    
    #logo-wl img { max-height: 35px; max-width: 180px; opacity: 90%;}

}

@media (max-width: 850px) { 
    #LanguageWrap{display:none}

}
                
header {
    min-height: 50px;
}


#message-wl{display:none!important}


header {
    border-top: 0px;
}


footer {
    background: #c2c7c9;
}

#pg_CheckOut.MobileSite small#accept-policy{color:#4d5157;}
#pg_CheckOut.MobileSite .booking-grand-total{
    font-weight: bold;
    color: #6d6767;
}
#pg_CheckOut.MobileSite small#accept-policy a{
    text-decoration: underline
}


#pg_CheckOut.MobileSite #navigation-wl{display:none;}



/*wyndham logos*/
#pg_CheckOut .chainlogoAA,#pg_CheckOut .chainlogo#pg_CheckOut .chainlogoBU,#pg_CheckOut .chainlogoDI,#pg_CheckOut .chainlogoH,#pg_CheckOut .chainlogoHJ,#pg_CheckOut .chainlogoLQ,#pg_CheckOut .chainlogoMT,#pg_CheckOut .chainlogoRA,#pg_CheckOut .chainlogoOZ,#pg_CheckOut .chainlogoTL,#pg_CheckOut .chainlogoTY,#pg_CheckOut .chainlogoWG,#pg_CheckOut .chainlogoWY{display:none!important;}
/*END -- wyndham logos*/

/*drury logos*/
#pg_CheckOut .chainlogoDR{display:none;}

#pg_ViewRes header{display:none;} 
#pg_CheckOut ul#navigation-wl {display:none}

/*desktop updates*/
@media (min-width:850px) {
    
#pg_CheckOut ul#navigation-wl {display:none}
	
}

ul#navigation-wl{display:none;}


/*header promo*/
.rc-google-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 26px;
    box-sizing: border-box;
    font: 13px Arial, sans-serif;
    color: #666 !important;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fafafa;
}

.rating-main,
.rating-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-main {
    gap: 5px;
    white-space: nowrap;
}

.rating-benefits {
    gap: 6px;
    white-space: nowrap;
}

.rating-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #4285f4;
    flex: 0 0 auto;
}

.rating-thumb svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.stars {
    display: flex;
    gap: 1px;
    flex: 0 0 auto;
}

.stars svg {
    display: block;
    width: 13px;
    height: 13px;
}

@media (max-width: 850px) {
    .hideMobile{display:none}
}

@media (max-width: 600px) {
	.hideSMMobile{display:none}
}

@media (max-width: 450px) {
	.hideXSMMobile{display:none}
}
/*END header promo*/

.TestGroupA #chainLogoContainer{display:none;}