body {
  background-color: #F8F6F4;
  background-repeat: no-repeat;
  font-family: Open Sans, sans-serif;
  font-weight: normal;

  margin:0;
  padding:0;
  height:100%;
}
.wrapper {
  min-height:100%;
  position:relative;
}

.tag {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-size: 9px;
  line-height: 1.2em;
}
.boldbody {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}
.smallbody {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
}
.tinybody {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
}
.tinybodysup {
  vertical-align: text-top;
  color: #444; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold;
}
.signoff {
  font-family: 'Open Sans', sans-serif;
  color: #336699;
  font-size: 11px;
  line-height: 1.2em;
}
.login {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-style: bold;
  width: 100%;
  background-color: transparent;
  padding:10px 0 10px 10px;
}
a.login {
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  padding: 4px 8px;
  border-left: 1px solid #ffffff;
}
a.login:hover {
  color: #ffffff;
  text-decoration: underline;
  background-color: transparent;
}
.loginWelcome, .loginLogout {
  background-color: transparent;
  border-bottom: 0;
  padding: 3px;
}
table.tableLogin {
  position: fixed; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
  float: right;
  width: 320px;
  top:0;
  right: 0;
  z-index: 100;
  z-index: 9999;
  background: #00a28f;
  border-bottom: 1px solid #00a28f;
  padding-left: 8px;
  font-weight: bold;
}
table.tableMain {
  position: relative;
  top: 64px;
  padding-bottom: 20px;
  padding-top: 33px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 6px #c7c7c7;
}
.tableSiteBanner {
  margin: 31px 0;
  position: fixed;
  z-index: 9991;
}
.tableSiteBanner img {
  z-index:2;
  float:inherit;
  position:relative;
}
.mainContentNB {
  color: #5e5745;
  padding-left: 15px;
  width: 745px;
}
a {
  font-family: 'Open Sans', sans-serif;
}
A {
  color: #153B6B;
  text-decoration: none;
}
A:hover {
  color: #1DAFEC;
  text-decoration: underline;
}
.copyright, A.copyright, A.copyright:link, A.copyright:visited {
  background: transparent;
  color: #D10005;
  font-family: 'Open Sans', Sans-Serif;
  font-size: 10px;
  text-decoration: none;
}
A.copyright:hover {
  text-decoration: underline;
}
.anchor a{
  text-decoration: none;
}
.anchor a:hover {
  text-decoration: underline;
}
.clear {
  background-image: url(/img/_.gif);
  background-repeat: no-repeat;
  background-color: transparent;
}

#mainNavBG {
  position: absolute;
  top: 0;
  height: 84px;
  width: 100%;
  background: #f0edea;
  border-top: 21px solid #5e5745;
  z-index: 0;
}
#nav-bg {
  position: fixed;
  top: 114px;
  left: 50%;
  margin-left: -50%;
  width: 100% !important;
  max-width: 100%;
  min-width: auto;
  min-height: 27px;
  height: 27px;
  max-height: 27px;
  z-index: 999;
}

/********************************************
************product side menu*******************
********************************************/
#TCtable { width: 275px; padding:0; background: #ffffff; border: 0; }

ul.TreeControl {
        float: inherit;
        position:relative;
        background: #F2F2F2;
        margin-right: 5px;
        padding: 10px;
        -webkit-border-radius: 6px 6px 6px 6px;
        border-radius: 0;
        border: 1px solid #D3D3D3;
}
ul.TreeControl { color: #ffffff; }
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed {padding: 0px 0px 5px 0px;}

.anchorCatalog {
border-width: 0 0 3px 0;
border-style: solid;
border-color:#002662;
}
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
     color:#696969 !important;
     text-decoration: none !important;
     float:inherit;
     position:relative;
     font: 22px/36px Colaborate-RegularRegular, "Trebuchet MS", Arial, Helvetica, sans-serif;
     margin: 0px 0px 16px 0px;
     padding: 0 0 0 20px;
     border: 0;
     background-color: #01a28f;
}
ul.TreeControl li { list-style: none; }
ul.TreeControl, ul.TreeControl ul, ul.TreeControl li { margin-bottom: 5px; padding: 0; font-size: 10pt;}
ul.TreeControl ul { padding-left: 5px; }
ul.TreeControl li a { padding-left: 0px; cursor: pointer; text-decoration: underline; color: #000000; }
ul.TreeControl li a:hover { padding-left: 0px; cursor: pointer; text-decoration: underline; color: #696969; }
ul.TreeControl li.TCopen a {list-style: none;background: none;text-decoration: none !important;font-family: Verdana, Geneva, sans-serif;color: #ffffff !important;}
ul.TreeControl li.TCclosed a {list-style: none; background: none; text-decoration: none !important; font-family: Verdana, Geneva, sans-serif; color: #1874CD !important;}

ul.TreeControl li.TCbullet {
  color: #696969 !important;
  text-decoration: none !important; 
}
ul.TreeControl li.TCbullet a {
        list-style: disc;
        background: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 10px;
        font-size: 12px;
        color: #696969 !important;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 8px;
        text-align: left;
        text-decoration: none !important;
        display: inline-block;
}
ul.TreeControl li.TCbullet a:hover,
ul.TreeControl li.TCbullet a:focus,
ul.TreeControl li.TCbullet a:active {
         color: #f68a1f !important;
         text-decoration: none !important;
}
ul.TreeControl li#active a {
         color: #e26811 !important;
         text-decoration: none !important;
         position:relative;
         font-weight:bold;
}
ul.TreeControl li#active:after {
  content:'➤';
  position:absolute;
  right:4px;
  color: #f68a1f !important;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }

/********************** product side menu end*******************************/

/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

/* Main Navigation Menu */

.menuWrapper {height: 84px;position: relative;}

#menu {width: auto;position: relative;left: 300px;color: #5e5745;padding-top: 40px;}
#menu li {margin: 0;}
#menu li a {
  font-family: 'OpenSans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration:none;
  line-height: 1;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #5e5745;
}
#menu li a:hover, #menu li:hover > a {
  text-decoration:none;
}
#menu li:last-child {
  border-right: none;
}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
  background-color: #ffffff;
  border: 0;
  padding: 24px;
  border-radius: 3px;
  box-shadow: 1px 1px 6px #c7c7c7;
}

#theImg{
  padding-bottom:24px;
}
#bigbox form #login_user,
#bigbox form #login_pass{
    width: 220px;
    height: 24px;
    padding: 8px;
    font-size: 14px;
}

#bigbox > table:nth-child(2) > tbody > tr > td > table > tbody > tr > td > table {
  display:none;
}
#bigbox .smallbody{
  padding: 16px 8px 8px;
}
#bigbox .smallbody a{
  font-size:10px;
}

#bigbox .login_support{
  font-size: 10px;
  padding:16px 0 0 0;
}

#bigbox .h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #5e5745;
    font-weight: bold;
    line-height: 1.2em;
}

#bigbox .ui-button-text-icon-primary .ui-button-text {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jqLoginButton .ui-button-icon-primary{
  display: none!important;
}
button:hover, .jqButton:hover {
    background-color: #02c7b0!important;
    border-color: #02c7b0!important;
    color: #fff!important;
}
/* END Login Box */

/*Added - Lucas*/
#mainContentSF {
    width: 100%!important;
    max-width: 1400px!important;
    padding: 0 24px 124px;
    box-sizing: border-box;
}
table.tableMain {
    width: 100%;
}

#shoppingCartTbl .ui-box header button span {
    font-size: 14px;
}

.tmp-dwnld-txt{
    margin-bottom: 6px;
}
.tmp-dwnld a{
  display:inline-block;
  margin:4px;
}
/*END Added - Lucas*/

/*CATEGORY HEADER TEXT*/
div.source {
  color: #444;
  font-size: 25px; font-family: Arial, sans-serif; font-weight: bold;
}

/* FOOTER*/

div.container-fluid footer-container {
  width:100%;
  height:100px;
  position:absolute;
  bottom:0;
  left:0;
}

.footer-links{
  float: none;
  display:block;
  margin:0 auto;
  text-align:center;
  margin-bottom: 18px;
}

.footer-links .menu{
  list-style-type: none;
  margin-left: 0;
}

.footer-links .menu li{
  float: none;
  margin-left: 10px;
  display: inline-block;
}
#main article footer{
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}

#main article footer a.edit-post{
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.post:hover a.edit-post{
  display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}

article.format-aside footer.aside {
  padding: 24px 24px 0;
  padding: 1.714285714rem;
  border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  font-weight: normal;
}
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
article.format-image footer a h2 {
  font-weight: normal;
}

article.format-link footer.entry-meta { 
  clear: both;
}

#inner-footer{
  margin-top: 125px;
}

.footer-icons  a {
  color: #f6ac60;
  text-decoration: none;
}


#widget-footer{
  width:1400px;
  margin:0 auto;
  padding-top: 20px;
}

.footer-links{
  padding:10px 0;
  margin:0 auto;
  text-align:center;
  border-bottom:1px solid #fff;
  min-width:320px;
}

.footer-links a{
}

.footer-links ul#menu-footer.menu li{
  border-right:1px solid #fff;
  padding-right:15px;
  margin-right:0;
  margin-bottom: 10px;
}

.footer-links ul#menu-footer.menu li:last-of-type{
  border-right:none;
  padding-right:0;
  margin-right:0;
}

.footer-icons{
  text-align:right;
  padding-top:14px;
  margin-bottom:20px;
}

.footer-icons img{padding-right:10px;}

.nav-collapse, .nav-collapse.collapse{z-index:9999;background:#022662;position:relative;}

.container-fluid.footer-container{
  height: 318px;
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
    background-color:#777777;
    z-index: 10;
  }

#footer-top{
  position:absolute;
  top:-32px;
  z-index:0;
  left:50%;
  margin-left:-50%;
  width:100%!important;
  max-width:100%;
  min-width:320px;
  min-height:17px;
}

.footer-info{
  width:230px;
  float:left;
  padding-right:20px;
  position:relative;
}

.footer-info p{
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: left;
  margin: 0;
}

.footer-info a{
  font-size:14px;
  color:#fff;
  line-height:20px;
}

.footer-info a:hover{
  text-decoration:underline;
}

.map-point {
  position:absolute;
  bottom:0;
  right:0;
}

b.caret{color:#fff;}

.footer-box-logo{
  padding-left:20px;
  margin-top:15px;
  min-width:320px;
  max-width:406px;
}

.logo-dot{
  padding-right:13px;
  margin-right:10px;
  margin-bottom: 20px;
  border-right:1px solid #fff;
  float:left;
}

div.span4.footer-box.footer-box-links{
  width: 40%;
  display: inline-block;
  position: relative;
  top: -30px;
  left: 120px;
}

.footer-box-icons{
  padding-right:20px;
  min-width:154px;
  max-width:154px;
  width:154px!important;
}

#widget-footer{
  width:1400px;
  margin:0 auto;
}

.footer-links{
  padding:10px 0;
  margin:0 auto;
  text-align:center;
  border-bottom:1px solid #fff;
  min-width:320px;
}

.footer-links a{
}

.footer-links ul#menu-footer.menu li{
  border-right:1px solid #fff;
  padding-right:15px;
  margin-right:0;
  margin-bottom: 10px;
}

.footer-links ul#menu-footer.menu li:last-of-type{
  border-right:none;
  padding-right:0;
  margin-right:0;
}

.footer-icons{
  text-align:right;
  padding-top:14px;
  margin-bottom:20px;
}

.footer-icons img{padding-right:10px;}

.nav-collapse, .nav-collapse.collapse{z-index:9999;background:#022662;position:relative;}

#footer-top{
  position:absolute;
  top:-17px;
  z-index:0;
  left:50%;
  margin-left:-50%;
  width:100%!important;
  max-width:100%;
  min-width:320px;
  min-height:17px;
}

.footer-info{
  width:230px;
  float:left;
  padding-right:20px;
  position:relative;
}

.footer-info p{
  font-size:14px;
  color:#fff;
  line-height:20px;
}

.footer-info a{
  font-size:14px;
  color:#fff;
  line-height:20px;
}

.footer-info a:hover{
  text-decoration:underline;
}

.map-point {
  position:absolute;
  bottom:0;
  right:0;
}

b.caret{color:#fff;}

.footer-box-logo{
  padding-left:20px;
  margin-top:15px;
  min-width:320px;
  max-width:406px;
}

.logo-dot{
  padding-right:13px;
  margin-right:10px;
  margin-bottom: 20px;
  border-right:1px solid #fff;
  float:left;
}

.footer-box-icons{
  padding-right:20px;
  min-width:154px;
  max-width:154px;
  width:154px!important;
}

#menu-item-98,
#menu-item-99{display:none;}

.tp-rightarrow.default {
background: url(images/large_right.png) no-repeat 0 0;
}

.tp-leftarrow.default {
background: url(images/large_left.png) no-repeat 0 0;
}

.left6{padding-right:40px;}

.orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top,  #f88e11,  #f06015);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

input[type="file"], 
input[type="image"], 
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
input[type="radio"], 
input[type="checkbox"]{
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.template-box{
  padding:20px;
  border: 1px solid #999;
  clear:both;
  margin-bottom:20px;
  float:left;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main article .template-box img.alignright {
margin-right: 0;
margin-left: 30px;
}

#main article .template-box img.alignleft {
margin-right: 18px;
margin-left: 0;
}

a#scroll-to-top {
background: url(images/arrow.png) no-repeat center center;
}

img.rotate-image {
    -webkit-transition: all 0.685s ease-in-out;
    -moz-transition: all 0.685s ease-in-out;
    -o-transition: all 0.685s ease-in-out;
    transition: all 0.685s ease-in-out; }
img.rotate-image:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.map-box{
  width:99%;
}

.contact-icons{
  padding:10px;
  width:130px;
  background:#f78b1e;
  margin-bottom: 20px;
}

/*
**** Staff ****/

div.staff-member-listing div.staff-member{
  width:33%;
  min-height:305px;
  min-width: 245px;
  float:left;
  display:inline-block;
  margin:0 auto;
  padding:0 15px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.staff-member-listing div.staff-member.even{}
div.staff-member-listing div.staff-member.odd{}
div.staff-member-listing div.staff-member div.staff-member-photo-box{
  width:100%;
  height:auto;
  overflow:hidden;
  margin-bottom:10px;
  background-color: #3c5988;
  -webkit-box-shadow: 0 0 8px rgba(35,31,32,.61);
  -moz-box-shadow: 0 0 8px rgba(35,31,32,.61);
  box-shadow: 0 0 8px rgba(35,31,32,.61);
  border: solid 1px #fff;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.staff-member-listing div.staff-member div.staff-member-photo-box img.staff-member-photo{
  width:100%!important;
  height:auto!important;
}

article h3.staff-member-name {
margin: 10px 0;
font-size:20px;
line-height:24px;
}

article h4.staff-member-position {
margin: 0 0 10px 0;
font-size:14px;
line-height: 18px;
color:#f78b1e;
font-weight: 400;
}

.blue-box-image{
  background-color: #3c5988;
  -webkit-box-shadow: 0 0 8px rgba(35,31,32,.61);
  -moz-box-shadow: 0 0 8px rgba(35,31,32,.61);
  box-shadow: 0 0 8px rgba(35,31,32,.61);
  border: solid 1px #fff;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.staff-member-listing div.staff-member a {
  text-decoration: none;
}

.quantity-box{
  width:72px!important;
}

.printing-select .wpcf7-list-item{
  display:block;
  width: 100%;
}

.quote-form-50{
  width:100px!important;
}

/* End Footer*/

/* CHECKOUT HEADER*/

.tableCheckoutHeader {
  display:block;
  float:inherit;
  position:relative;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background-color: #ffffff;
  z-index: 3;
}
.tableCheckoutHeader img {
  padding-left: 120px;
}
/* END Checkout Header*/

.rightColumn {
  width: 240px;
}
.homeTable { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }

/* Page Heading */
.pageHeading  { color: #005D40; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

/* Product Heading */
.prodHeading  { color: #005D40; font-size: 20px; font-family: Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

p.style1 { color: #444; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold; }

/******************************************************************************************
* END DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

.body {
  color: #333333;
  font-size: 13px;
  line-height: 1.2em;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
.h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}
.h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2em;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.2em;
}
.h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
}
.inputBody {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-decoration: none;
}

/* cart image */
table.tblImage {
  border: 1px solid #CCCCCC;
}
table.tblImage td {
  background-color: #FFFFFF;
  padding: 0em;
  margin: 0em;
  text-align: center;
  vertical-align: middle;
}

/*#userProfileSection {
  margin: 180px 0 0 0;
}*/
#flyoutMenuButton {display: none;} 
.finishing_task_editor_row_a td a:last-child,
.finishing_task_editor_row_b td a:last-child {display: none;}
.btnCustomize {display:none;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #02a18f!important;
  border-color: #02a18f!important;
  color: #fff!important;
  border-radius: 2px;
}

/* Choice Vacation Rentals */
/*! CSS Used from: Embedded */

.ng-hide:not(.ng-hide-animate) {
    display: none!important;
}


/*! CSS Used from: https://www.choicehotels.com/1.6.9.0/styles/choice-hotels.css */

.accordion-toggle:hover {
    text-decoration: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

footer,
header,
main,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
    p,
    h2 {
        orphans: 3;
        widows: 3;
    }
    h2 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #e26811;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #9b470c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h4,
.h1,
.h2 {
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1,
h2,
.h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-sm-1,
.col-sm-2,
.col-xs-3,
.col-md-3,
.col-sm-4,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-md-9,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-3,
.col-xs-6,
.col-xs-7,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-4,
    .col-sm-6 {
        float: left;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width:992px) {
    .col-md-3,
    .col-md-6,
    .col-md-9 {
        float: left;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width:1200px) {
    .col-lg-6 {
        float: left;
    }
    .col-lg-6 {
        width: 50%;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5e5745;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e1d7;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #e26811;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(226, 104, 17, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.form-group {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active {
    background-image: none;
}

.btn-primary {
    color: #fff;
    background-color: #e26811;
    border-color: #e26811;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #b3520d;
    border-color: #a94e0d;
}

.btn-primary:active {
    background-image: none;
}

.btn-link {
    color: #e26811;
    font-weight: 400;
    border-radius: 0;
}

.btn-link,
.btn-link:active {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #9b470c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-block {
    display: block;
    width: 100%;
}

.collapse {
    display: none;
    visibility: hidden;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.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: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.navbar {
    position: relative;
    min-height: 63px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        visibility: visible!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 14.5px;
    margin-bottom: 14.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

@media screen and (min-width:768px) {
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
    clear: both;
}

.pull-right {
    float: right!important;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important;
    }
}

@media print {
    .hidden-print {
        display: none!important;
    }
}

.btn {
    box-shadow: none;
    font-weight: 700;
    outline: 0!important;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.btn:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45), 0 0 15px #66afe9;
    outline: 1px solid #66afe9;
    outline-offset: -1px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #f27013!important;
    border-color: #f27013!important;
    color: #fff!important;
}

.btn-link {
    color: #e26811;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    color: #f27013;
    text-decoration: none;
}

.carousel-control {
    cursor: pointer;
    background-color: transparent;
    border: none;
    opacity: .9;
    width: 10%;
}

.carousel-control .ch-icon-chevron-left,
.carousel-control .ch-icon-chevron-right {
    display: inline-block;
    font-size: 34px;
    padding: 0 5px 7px;
    position: absolute;
    top: 38%;
}

.carousel-control .ch-icon-chevron-left:hover,
.carousel-control .ch-icon-chevron-right:hover,
.carousel-control .ch-icon-chevron-left:focus,
.carousel-control .ch-icon-chevron-right:focus {
    background-color: rgba(0, 0, 0, .6);
}

.carousel-control .ch-icon-chevron-left:before,
.carousel-control .ch-icon-chevron-right:before {
    margin: 0;
}

.carousel-control .ch-icon-chevron-left {
    left: 0;
}

.carousel-control .ch-icon-chevron-right {
    right: 0;
}

.right.carousel-control,
.left.carousel-control {
    background-image: none;
    -webkit-filter: none!important;
    filter: none!important;
}

.right.carousel-control:focus,
.left.carousel-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45), 0 0 15px #66afe9;
    outline: 1px solid #66afe9;
    outline-offset: -1px;
}

.carousel-inner {
    transform-style: preserve-3d;
}

.carousel-inner img {
    margin: auto;
}

.carousel-indicators {
    bottom: -100px;
    display: none;
}

.carousel-indicators li {
    border-color: #e26811;
    border-width: 2px;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}

.carousel-indicators li.active {
    background-color: #e26811;
    margin: 0 5px;
}

.dropdown .dropdown-menu.dropdown-right {
    left: auto;
    right: 0;
}

.dropdown .dropdown-toggle {
    cursor: pointer;
}

.dropdown .dropdown-toggle:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45), 0 0 15px #66afe9;
    outline: 1px solid #66afe9;
    outline-offset: -1px;
}

.dropdown-menu {
    color: #5e5745;
    margin: 4px 0;
}

.dropdown-menu:after,
.dropdown-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.dropdown-menu:after {
    margin-left: -10px;
    border-bottom: solid #fff 10px;
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid transparent;
}

.dropdown-menu:before {
    margin-left: -12px;
    border-bottom: solid rgba(0, 0, 0, .175) 11px;
    border-left: solid transparent 12px;
    border-right: solid transparent 12px;
    border-top: solid transparent;
}

.dropdown-menu>li>a {
    color: #5e5745;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #e26811;
    color: #fff;
}

label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
}

.form-group label {
    display: block;
    text-align: center;
}

.form-control {
    box-shadow: 1px 1px 1px 0 #e6e1d7 inset, 0 0 2px 0 rgba(119, 112, 91, .25);
    font-weight: 700;
    letter-spacing: .03em;
    padding: 14px 16px;
    text-align: center;
}

.form-control:focus {
    border-color: #e26811;
    box-shadow: 1px 1px 1px 0 #e6e1d7 inset, 0 0 2px 0 rgba(119, 112, 91, .25);
}

.form-control[readonly] {
    background-color: #fff;
    cursor: pointer;
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px) {
    .form-control {
        font-size: 16px;
    }
}

@media only screen and (min-device-width:375px)and (max-device-width:667px) {
    .form-control {
        font-size: 16px;
    }
}

@media only screen and (min-device-width:414px)and (max-device-width:736px) {
    .form-control {
        font-size: 16px;
    }
}

@media only screen and (min-device-width:320px)and (max-device-width:568px) {
    .form-control {
        font-size: 16px;
    }
}

@media only screen and (min-device-width:320px)and (max-device-width:480px) {
    .form-control {
        font-size: 16px;
    }
}

nav {
    color: #fff;
}

nav ul li {
    display: inline;
    list-style-type: none;
}

nav ul li a {
    color: #fff;
}

nav ul li a:hover,
nav ul li a:focus {
    color: #fff;
}

@media (min-width:768px)and (max-width:992px) {
    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        overflow: none!important;
        padding-bottom: 0;
        visibility: invisible!important;
    }
}

.navbar-default {
    background: #e26811;
    border: none;
    box-shadow: 0 0 2px rgba(119, 112, 91, .25);
    height: 63px;
    margin-bottom: 0;
    min-height: 40px;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .navbar-default {
        float: none;
        height: 44px;
    }
}

.navbar-default .navbar-header {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

@media only screen and (max-width:480px) {
    .navbar-default .navbar-header>.navbar-toggle {
        margin-right: 0;
    }
}

.navbar-default .btn-link {
    color: #fff;
    text-decoration: none;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #fff;
}

.navbar-default .navbar-toggle {
    margin-bottom: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 24px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    border: none;
}

@media (max-width:991px) {
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        margin-top: 0;
    }
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
    border-radius: 0;
    height: 3px;
}

.panel {
    background-color: inherit;
    border: none;
    box-shadow: none;
    margin-bottom: 14px;
}

.accordion-toggle:hover,
.accordion-toggle:active,
.accordion-toggle:focus {
    color: #fff;
}

.panel-heading {
    cursor: pointer;
    padding: 15px;
}

.panel-body {
    border: none!important;
    padding: 0;
}

.panel-title {
    font-weight: 700;
    padding: 0;
}

.panel-title .ch-icon {
    bottom: 10px;
    font-size: 30px;
    position: relative;
}

.panel-default>.panel-heading {
    background-color: #e26811;
    color: #fff;
}

.panel-default>.panel-heading .panel-title {
    font-size: 20px;
    font-weight: 300;
}

h1,
.h1,
h2,
.h2 {
    margin-top: 10px;
}

h1,
h2,
h4,
.h1,
.h2 {
    text-transform: uppercase;
}

h1,
h2,
h4,
.h1,
.h2 {
    font-weight: 300;
    letter-spacing: .05em;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 24px;
}

h4 {
    font-size: 15px;
}

sup {
    top: -.7em;
    left: .2em;
}

sup {
    font-size: 50%;
}

a:hover,
a:focus,
a:active {
    color: #f27013;
    text-decoration: none;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.jc-space-between {
    justify-content: space-between;
}

.ch-sprite {
    display: inline-block;
}

.z-index-0 {
    position: relative;
    z-index: 0;
}

.z-index-80 {
    position: relative;
    z-index: 80;
}

.z-index-90 {
    position: relative;
    z-index: 90;
}

.z-index-100 {
    position: relative;
    z-index: 100;
}

.animate-fade {
    opacity: 1;
}

body {
    color: #5e5745;
    font-size: 15px;
}

*::-ms-clear {
    display: none;
}

::-moz-selection {
    background-color: #328efe;
    color: white;
}

::selection {
    background-color: #328efe;
    color: white;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.strong {
    font-weight: 700;
}

.text-orange {
    color: #e26811;
}

.text-gray {
    color: #5e5745;
}

.text-teal {
    color: #02a18f;
}

.text-flint {
    color: #6e6b61;
}

.text-mondo {
    color: #413c2b;
}

h1,
h2,
h4,
.h1,
.h2 {
    letter-spacing: .02em;
}

header {
    color: #e26811;
}

header nav {
    color: #fff;
}

header nav.utility-nav {
    background: #00558c;
    border-bottom: 1px solid #004978;
}

header nav.utility-nav .brand-logo-container {
    height: 20px;
    padding-left: 0;
}

header nav.utility-nav .brand-logo-container .brand-item>a.brand-logo {
    background: #fff;
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
}

header nav.utility-nav .brand-logo-container .brand-item>a.brand-logo .circle-container {
    left: 0;
    overflow: hidden;
    top: 99%;
    position: absolute;
    width: 100%;
}

header nav.utility-nav .brand-logo-container .brand-item>a.brand-logo .circle-container .circle {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    bottom: 0;
    height: 500px;
    left: 50%;
    margin-left: -375px;
    position: absolute;
    width: 750px;
}

header .navbar-toggle {
    padding-left: 0;
}

header .navbar-toggle .close-button {
    display: none;
    height: 24px;
    position: relative;
    transform: rotate(45deg);
    width: 24px;
}

header .navbar-toggle .close-button:before,
header .navbar-toggle .close-button:after {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;
}

header .navbar-toggle .close-button:before {
    height: 100%;
    left: 50%;
    margin-left: -10%;
    width: 20%;
}

header .navbar-toggle .close-button:after {
    height: 20%;
    left: 0;
    margin-top: -10%;
    top: 50%;
    width: 100%;
}

footer {
    background: #5e5745;
}

footer .footer-links,
footer .footer-social,
footer .brands-links,
footer .footer-promo-accordion {
    background: #f0edea;
}

footer .footer-links a,
footer .footer-social a,
footer .brands-links a,
footer .footer-promo-accordion a,
footer .footer-links a:focus,
footer .footer-social a:focus,
footer .brands-links a:focus,
footer .footer-promo-accordion a:focus,
footer .footer-links a:hover,
footer .footer-social a:hover,
footer .brands-links a:hover,
footer .footer-promo-accordion a:hover {
    color: #5e5745;
}

footer .footer-links {
    padding-top: 30px;
    text-align: left;
    border: 0;
}

footer .footer-links ul {
    padding-left: 0;
}

footer .footer-links ul li {
    display: inline-block;
    font-size: 14px;
    list-style: none;
    padding: 12px 10px 0 0;
    width: 33%;
}

@media (max-width:1200px) {
    footer .footer-links ul li {
        width: 49%;
    }
}

@media (max-width:767px) {
    footer .footer-links ul li {
        width: 100%;
    }
}

footer .footer-links .border-row {
    border-bottom: 1px solid #c3ba99;
    padding-top: 25px;
}

footer .footer-links .footer-social {
    clear: both;
}

footer .footer-promo-accordion {
    background-color: #ddd5c7;
    display: none;
    min-height: 0;
}

footer .footer-promo-accordion .panel-default>.panel-heading {
    background-color: #ddd5c7;
}

footer .footer-promo-accordion .panel-body {
    padding-bottom: 10px;
}

footer .footer-promo-accordion .panel {
    padding-bottom: 0;
}

@media (max-width:991px) {
    footer .footer-promo-accordion {
        display: block;
    }
}

footer .footer-copyright {
    color: #fff;
    margin-top: 30px;
    min-height: 160px;
    text-align: left;
}

footer .footer-copyright p {
    font-size: 14px;
}

footer .brands-links {
    padding-bottom: 97px;
    padding-top: 52px;
    text-align: center;
}

footer .brands-links .groups>div {
    display: inline-block;
    text-align: center;
}

footer .brands-links .groups>div>span {
    border-right: 1px solid #c3ba99;
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
}

footer .brands-links .groups>div:last-child span {
    border-right: none;
}

@media only screen and (max-width:1200px) {
    footer .brands-links .groups>div {
        display: block;
        margin-bottom: 20px;
    }
    footer .brands-links .groups>div>span {
        border-right: none;
    }
}

.ch-icon {
    display: inline-block;
    font-family: chFont;
}

.ch-icon-chevron-down:before {
    content: "\E817";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ch-icon-chevron-left:before {
    content: "\E819";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ch-icon-chevron-right:before {
    content: "\E818";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45), 0 0 15px #66afe9;
    outline: 1px solid #66afe9;
    outline-offset: -1px;
}

.text-light {
    font-weight: 300;
}

.text-bold {
    font-weight: 700;
}

.text-no-transform {
    text-transform: none!important;
}

.fs-12 {
    font-size: 12px!important;
}

.fs-15 {
    font-size: 15px!important;
}

.fs-16 {
    font-size: 16px!important;
}

.fs-21 {
    font-size: 21px!important;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.no-margin-top-bottom {
    margin-bottom: 0!important;
    margin-top: 0!important;
}

form .ng-errors {
    color: #fe0a00;
    display: none;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

form .normal-case {
    text-transform: none;
}

input[type=checkbox] {
    margin-right: 4px;
}

input:focus::-webkit-input-placeholder {
    color: transparent!important;
}

input:focus::-moz-placeholder {
    color: transparent!important;
}

input:focus:-ms-input-placeholder {
    color: transparent!important;
}

.margin-bottom-20 {
    margin-bottom: 20px!important;
}

@media (max-width:768px) {
    .hidden-sm-down {
        display: none!important;
        visibility: hidden!important;
    }
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

[ch-user-login] {
    white-space: normal;
}

[ch-user-login] .ng-errors {
    font-size: 10px;
}

[ch-user-login] .form-group {
    position: relative;
}

[ch-user-login] .form-group label {
    display: inline-block;
    margin-top: 0;
    text-align: left;
}

[ch-user-login] .form-group .ng-errors {
    margin: -10px 0 5px;
}

[ch-user-login] .cp-user-new {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

[ch-user-login] .cp-user-new .purpose {
    color: #555;
}

@media (max-width:767px) {
    [ch-user-login] {
        margin-top: 20px;
    }
}

.cp-user-state {
    position: relative;
}

.cp-user-state .greetings {
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .cp-user-state .greetings {
        clear: both;
        float: none;
    }
}

@media (max-width:767px) {
    .cp-user-state form {
        margin-top: 20px;
    }
}

@media only screen and (min-width:992px) {
    .cp-user-state .greetings {
        margin-top: 0;
    }
}

.btn-cta {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    outline: 0!important;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 2px 2px 0 rgba(98, 66, 11, .4);
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    white-space: normal;
}

.btn-cta:focus,
.btn-cta:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-cta:hover,
.btn-cta:focus {
    color: #333;
    text-decoration: none;
}

.btn-cta:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-cta:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45), 0 0 15px #66afe9;
    outline: 1px solid #66afe9;
    outline-offset: -1px;
}

a.link-cta {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

a.link-cta:after {
    content: "\E818";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown.plus-minus {
    position: relative;
}

div.component .dropdown.plus-minus .dropdown-menu {
    cursor: auto;
    left: 0;
    min-width: 0;
    width: 106px;
}

.dropdown.plus-minus .dropdown-menu:before {
    border-width: medium 12px 12px;
    margin-left: -12px;
}

.dropdown.plus-minus .dropdown-menu:after {
    border-width: medium 10px 10px;
    margin-left: -10px;
}

.dropdown.plus-minus .dropdown-menu.plus-minus-compact button {
    float: left;
    font-size: 31px;
    font-weight: 400;
    margin-left: 5px;
    padding: 0;
    width: 45px;
}

@media (min-width:992px) {
    div.component .dropdown.plus-minus .dropdown-menu.plus-minus-compact {
        left: 50%;
        margin-left: -53px;
    }
}

.radio-box {
    background: #fff;
    border: 1px solid #f0edea;
    box-shadow: -1px -1px 2px rgba(98, 66, 11, .3);
    display: inline-block;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 25px;
}

.radio-box .ch-icon {
    bottom: 2px;
    display: none;
    font-size: 17px;
    position: absolute;
    right: 4px;
}

.radio-box input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    margin: 5px;
}

.radio-box.selected {
    background: #e26811;
    border-color: #e26811;
    color: #fff;
}

.radio-box.selected .ch-icon {
    display: block;
}

.radio-box-label {
    display: inline-block;
    max-width: 85%;
    padding: 5px 10px;
    vertical-align: middle;
}

@media (max-width:767px) {
    .radio-box-label {
        max-width: 70%;
        width: 70%;
    }
}

@media (max-width:767px) {
    form.rentals-search-widget .rentals-search-calendar {
        padding: 0 25px;
    }
}

.vector-icon {
    display: inline-block;
    font-size: 0;
    margin-right: 0;
    position: relative;
    white-space: nowrap;
}

.vector-icon svg {
    box-sizing: content-box;
}

.vector-icon .vector-icon-register-mark {
    display: inline-block;
}

.vector-icon .vector-icon-register-mark svg {
    padding-right: 0;
}

.vector-icon-sm {
    height: 60px;
    margin-bottom: 12px;
}

.vector-icon-sm svg {
    height: 60px;
}

.vector-icon-sm .vector-icon-register-mark svg {
    height: 6px;
    margin-left: .33333333px;
    margin-right: 1.66666667px;
    width: 6px;
}

.ch-icon-carat-down:before {
    content: "\E817";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ch-icon-close:before {
    content: "\E81A";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ch-icon-check-alone:before {
    content: "\E848";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ch-icon-multi-unit:before {
    content: "\E858";
    font-family: chFont;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ch-sprite-apps-app-store-small {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -252px;
    width: 107px;
    height: 33px;
}

.ch-sprite-apps-google-play-small {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -285px;
    width: 100px;
    height: 33px;
}

.ch-sprite-social-media-facebook {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -226px;
    width: 27px;
    height: 26px;
}

.ch-sprite-social-media-googleplus {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -200px;
    width: 27px;
    height: 26px;
}

.ch-sprite-social-media-instagram {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -70px;
    width: 27px;
    height: 26px;
}

.ch-sprite-social-media-linkedin {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -174px;
    width: 27px;
    height: 26px;
}

.ch-sprite-social-media-pinterest {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -148px;
    width: 27px;
    height: 26px;
}

.ch-sprite-social-media-twitter {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -122px;
    width: 27px;
    height: 26px;
}

.ch-sprite-social-media-youtube {
    background-image: url(/user/images/ch-sprite.png);
    background-position: 0 -96px;
    width: 27px;
    height: 26px;
}

.border-row {
    border-bottom: 1px solid #c3ba99;
    margin-bottom: 15px;
    padding-top: 15px;
}

.ch-notice {
    margin: 7px 0;
    padding: 25px 50px;
    position: relative;
}

@media (max-width:767px) {
    .ch-notice {
        padding-left: 20px;
    }
}

.ch-notice .notice-bang {
    float: left;
    height: 70px;
    margin: 10px 10px 10px 60px;
    width: 70px;
}

@media (max-width:991px) {
    .ch-notice .notice-bang {
        height: 50px;
        width: 50px;
    }
}

@media (max-width:767px) {
    .ch-notice .notice-bang {
        height: 40px;
        margin-left: 0;
        width: 40px;
    }
}

.ch-notice .notice-bang:before {
    font-size: 80px;
    margin: 0;
    top: 0;
}

@media (max-width:991px) {
    .ch-notice .notice-bang:before {
        font-size: 60px;
    }
}

@media (max-width:767px) {
    .ch-notice .notice-bang:before {
        font-size: 50px;
    }
}

.ch-notice .notice-content {
    margin-left: 200px;
}

@media (max-width:991px) {
    .ch-notice .notice-content {
        margin-left: 160px;
    }
}

@media (max-width:767px) {
    .ch-notice .notice-content {
        margin-left: 80px;
    }
}

.ch-notice .notice-content .h1 {
    margin: 10px 0 0;
}

.ch-notice .notice-content div {
    font-size: 15pt;
    min-height: 60px;
}

@media (max-width:767px) {
    .ch-notice .notice-content div {
        font-size: 12pt;
    }
}

.ch-notice .notice-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
}

body.vacation-rentals .btn:active,
body.vacation-rentals .btn-cta:active,
body.vacation-rentals .carousel-control:active,
body.vacation-rentals .form-control:active,
body.vacation-rentals .mng-focus:active,
body.vacation-rentals .btn:hover,
body.vacation-rentals .btn-cta:hover,
body.vacation-rentals .carousel-control:hover,
body.vacation-rentals .form-control:hover,
body.vacation-rentals .mng-focus:hover {
    outline: 0;
}

body.vacation-rentals .btn:focus,
body.vacation-rentals .btn-cta:focus,
body.vacation-rentals .carousel-control:focus,
body.vacation-rentals .form-control:focus,
body.vacation-rentals .mng-focus:focus {
    box-shadow: none!important;
    outline: 1px dotted #5e5745!important;
    outline: 5px auto -webkit-focus-ring-color!important;
}

body.vacation-rentals .btn-primary {
    background-color: #02a18f!important;
    border-color: #02a18f!important;
    color: #fff!important;
    border-radius: 2px;
}

body.vacation-rentals .btn-primary:hover,
body.vacation-rentals .btn-primary:focus,
body.vacation-rentals .btn-primary:active {
    background-color: #02a18f!important;
    border-color: #02a18f!important;
    color: #fff!important;
}

body.vacation-rentals .rentals-search-form .btn-primary {
    background-color: #02a18f;
    border-color: #02a18f;
    color: #fff;
}

body.vacation-rentals .rentals-search .btn-primary {
    background-color: #02a18f;
    border-color: #02a18f;
    color: #fff;
}

body.vacation-rentals header div.brand-logo-container .brand-item>a.brand-logo.choice-hotels-header-logo {
    display: none;
}

body.vacation-rentals header div.brand-logo-container .brand-item>a.brand-logo.vacation-rentals-header-logo {
    box-shadow: 0 0 6px rgba(119, 112, 91, .2);
    display: inline-block!important;
    padding-bottom: 8px;
    padding-top: 15px;
    visibility: visible!important;
}

body.vacation-rentals header .vr-svg-logo svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 84%;
}

@media (max-width:991px) {
    body.vacation-rentals header .vr-svg-logo svg {
        width: 80%;
    }
}

body.vacation-rentals header nav.utility-nav {
    background: #5e5745;
    border-bottom-color: #5e5745;
}

body.vacation-rentals header nav.utility-nav .row {
    background: #5e5745;
    margin: 0;
}

body.vacation-rentals header .navbar-default {
    background: #f0edea;
    box-shadow: 0 0 7px rgba(119, 112, 91, .45);
}

body.vacation-rentals header .navbar-default .btn-link {
    color: #e26811;
}

body.vacation-rentals header .navbar-default button.navbar-toggle {
    background-color: #f0edea;
    height: auto;
}

body.vacation-rentals header .navbar-default button.navbar-toggle:hover,
body.vacation-rentals header .navbar-default button.navbar-toggle:focus,
body.vacation-rentals header .navbar-default button.navbar-toggle:active {
    background-color: #f0edea;
}

body.vacation-rentals header .navbar-default button.navbar-toggle span.icon-bar {
    background-color: #e26811;
}

body.vacation-rentals header .navbar-default .close-button::before,
body.vacation-rentals header .navbar-default .close-button::after {
    background-color: #e26811;
}

body.vacation-rentals header .navbar-default:hover {
    color: #f0edea;
}

body.vacation-rentals header .navbar-default .navbar-nav a,
body.vacation-rentals header .navbar-default .navbar-nav a:focus,
body.vacation-rentals header .navbar-default .navbar-nav a:hover {
    background-color: #f0edea;
    color: #5e5745;
}

body.vacation-rentals header .navbar-sign-in {
    background-color: #f0edea;
    height: 100%;
    text-align: right;
}

body.vacation-rentals header .navbar-sign-in-container {
    text-align: right;
}

body.vacation-rentals main a {
    color: #02a18f;
}

body.vacation-rentals main a:hover,
body.vacation-rentals main a:focus,
body.vacation-rentals main a:active {
    color: #02c7b0;
}

body.vacation-rentals .text-left {
    text-align: left!important;
}

body.vacation-rentals .text-no-transform {
    text-transform: none!important;
}

body.vacation-rentals .color-form-input {
    color: #5e5745;
}

body.vacation-rentals .text-semiBold {
    font-weight: 600;
}

body.vacation-rentals .text-light {
    font-weight: 300;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .form-group {
    margin-bottom: 0;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .calendar-checkin {
    border-radius: 2px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .calendar-checkin {
    padding: 0 5px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .calendar-checkin input {
    border-radius: 2px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .calendar-checkout {
    padding: 0 5px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .calendar-checkout input {
    border-radius: 2px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-input-enhanced .calendar-checkin {
    padding-left: 5px;
    padding-right: 0;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-input-enhanced .calendar-checkout {
    padding-left: 0;
    padding-right: 5px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-input-enhanced .rentals-search-submit-btn {
    height: 50px;
    margin-top: 22px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: none;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-bedrooms {
    padding: 0 5px;
}

@media (max-width:767px) {
    body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-bedrooms {
        padding: 0 15px;
    }
}

@media (min-width:768px) {
    body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-btn {
        padding-left: 5px;
    }
}

@media (min-width:768px)and (max-width:991px) {
    body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-btn {
        padding: 0 5px!important;
    }
    body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-btn .rentals-search-submit-btn {
        padding: 15px 5px;
    }
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-destination-box {
    padding-right: 5px;
    position: relative;
}

@media (max-width:767px) {
    body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-destination-box {
        padding-right: 15px;
    }
}

@media (min-width:768px)and (max-width:991px) {
    body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-calendar {
        padding-right: 5px;
    }
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-guests {
    padding: 0 0 0 8px;
}

@media (max-width:767px) {
    body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-guests {
        padding: 0 15px;
    }
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-form-guests input {
    border-radius: 2px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-submit-btn {
    border-radius: 2px;
    box-shadow: none;
    margin-top: 19px;
    padding-bottom: 16px;
    padding-top: 15px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .rentals-search-submit-btn:after {
    top: 20px;
}

body.vacation-rentals form.rentals-search-widget.rentals-search-form .destination-dropdown {
    width: 100%;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-form-region-name {
    margin-left: 25px;
    padding: 1px;
}

body.vacation-rentals form.rentals-search-widget li.rentals-search-form-region-name:hover {
    cursor: pointer;
    font-weight: 700;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .form-control {
    border: 1px solid #5e5745;
    border-radius: 2px;
    box-shadow: none;
    height: 50px;
    text-align: left;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .calendar-checkin .form-control {
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .calendar-checkout .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced label {
    background: linear-gradient(to top, #fff, #fff 50%, transparent 50%, transparent 100%);
    font-weight: 500;
    font-size: 12px;
    left: 10px;
    letter-spacing: 0;
    position: relative;
    top: 13.2px;
    text-transform: none;
    width: 75px;
    z-index: 1;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .rentals-search-form-label-check-in {
    width: 60px;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .label-guests {
    left: 5px;
    width: 50px;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .label-bedrooms {
    left: 5px;
    width: 50px;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .rentals-search-form-carat {
    float: right;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-input-enhanced .selectDestinationLabelInner {
    float: left;
}

body.vacation-rentals form.rentals-search-widget .rentals-search-form-clear-dates {
    padding-top: 5px;
}

@media (max-width:767px) {
    body.vacation-rentals form.rentals-search-widget .rentals-search-form-clear-dates .rentals-search-checkbox {
        float: left;
    }
}

body.vacation-rentals form.rentals-search-widget .rentals-search-form-clear-dates .rentals-search-checkbox .rentals-search-form-label {
    display: inline;
}

body.vacation-rentals form.rentals-search-widget .selectDestinationLabelInner {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

body.vacation-rentals .rentals-main-header {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 48px;
    padding-top: 48px;
    position: relative;
}

body.vacation-rentals .rentals-main-header .heading-main {
    font-size: 58px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

@media screen and (max-width:767px) {
    body.vacation-rentals .rentals-main-header .heading-main {
        font-size: 36px;
    }
}

body.vacation-rentals .rentals-main-header .heading-main .heading-main-tm {
    font-size: 12px;
    height: 17px;
    position: absolute;
    top: 20px;
}

@media screen and (max-width:767px) {
    body.vacation-rentals .rentals-main-header .heading-main .heading-main-tm {
        top: 10px;
    }
}

body.vacation-rentals .rentals-main-header .heading-sub {
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
}

@media screen and (max-width:767px) {
    body.vacation-rentals .rentals-main-header .heading-sub {
        font-size: 18px;
    }
}

body.vacation-rentals .rentals-main-header .learn-more-btn {
    padding-top: 20px;
}

body.vacation-rentals .rentals-main-header .learn-more-btn .btn-primary {
    background-color: #02a18f;
    border-color: #02a18f;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
}

body.vacation-rentals .rentals-main-header .learn-more-btn .btn-primary:hover,
body.vacation-rentals .rentals-main-header .learn-more-btn .btn-primary:focus,
body.vacation-rentals .rentals-main-header .learn-more-btn .btn-primary:active {
    background-color: #02c7b0!important;
    border-color: #02c7b0!important;
    color: #fff!important;
}

body.vacation-rentals .rentals-main-search {
    background-color: #f9f7f5;
    border-top: 1px solid #d2cfca;
    position: relative;
}

body.vacation-rentals .rentals-main-search .rentals-search {
    margin-bottom: -35px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -60px;
    z-index: 1;
}

body.vacation-rentals .rentals-main-search .rentals-search .rentals-search-input-enhanced {
    margin-bottom: 0;
}

body.vacation-rentals .rentals-main-search .rentals-search .rentals-search-submit-btn {
    box-shadow: none;
    margin-top: 19px!important;
}

body.vacation-rentals .rentals-main-search .rentals-search .selectDestinationLabelInner {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.0;
    overflow: visible!important;
}

body.vacation-rentals .rentals-main-search .rentals-search .form-control {
    text-align: left;
}

body.vacation-rentals .rentals-main-search .rentals-search .rentals-search-checkbox {
    padding-left: 31px;
}

body.vacation-rentals .rentals-main-search .rentals-search .radio-box {
    border: 2px solid #b0a99f;
    border-radius: 2px;
    box-shadow: none!important;
    height: 24px;
    width: 24px;
}

body.vacation-rentals .rentals-main-search .rentals-search .radio-box.selected {
    background: #02a18f;
    border: none!important;
}

body.vacation-rentals .rentals-main-search .rentals-search .radio-box .ch-icon {
    font-size: 20px;
}

body.vacation-rentals .rentals-main-search .rentals-search .radio-box-label {
    color: #6e6b61;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.0;
}

body.vacation-rentals .rentals-main-search .rentals-search-form-clear-dates {
    padding: 0!important;
}

body.vacation-rentals .resort-card {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 6px #c7c7c7;
    color: #5e5745;
    flex-shrink: 0;
    margin-top: 15px;
    position: relative;
}

body.vacation-rentals .resort-card:hover {
    box-shadow: 3px 3px 12px #c7c7c7!important;
    color: inherit;
}

body.vacation-rentals .resort-card .content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 12px;
    width: 100%;
}

body.vacation-rentals .resort-card .content .left {
    max-width: 143px;
}

body.vacation-rentals .resort-card .content .left .ch-icon:before {
    margin-left: 0;
}

body.vacation-rentals .resort-card .content .left p:first-of-type {
    margin-bottom: 0;
}

body.vacation-rentals .resort-card .content .left.standard {
    font-size: 12px;
}

body.vacation-rentals .resort-card .content .left.standard .ch-icon:before {
    font-size: 12px;
}

body.vacation-rentals .resort-card .content .left.standard p:first-of-type {
    margin-top: 3px;
}

body.vacation-rentals .resort-card .content .full-width {
    width: 100%;
}

body.vacation-rentals .resort-card .resort-img {
    background-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0;
}

@media screen and (max-width:1199px) {
    body.vacation-rentals .resort-card .resort-img {
        max-height: 394px;
    }
}

@media screen and (max-width:991px) {
    body.vacation-rentals .resort-card .resort-img {
        max-height: 322px;
    }
}

body.vacation-rentals .resort-card .resort-img-fallback {
    background-color: #f9f7f5;
    position: relative;
    width: 100%;
}

@media (max-width:767px) {
    body.vacation-rentals .resort-card .resort-img-fallback {
        padding-top: 37%;
    }
}

body.vacation-rentals .resort-card .resort-img-click {
    display: block;
    height: 70%;
    position: absolute;
    top: 0;
    width: 80%;
    z-index: 50;
}

body.vacation-rentals .resort-card .resort-img-content {
    top: 1px;
}

body.vacation-rentals .resort-location-container {
    max-width: 150px;
}

body.vacation-rentals .resort-card-wrapper {
    position: relative;
}

body.vacation-rentals .swim-lane {
    overflow: hidden;
    padding-bottom: 57px;
    width: 100%;
}

@media screen and (max-width:767px) {
    body.vacation-rentals .swim-lane {
        margin-bottom: 20px;
    }
}

body.vacation-rentals .swim-lane-header,
body.vacation-rentals .swim-lane-content {
    margin: 0 auto;
    width: 80%;
}

@media screen and (max-width:767px) {
    body.vacation-rentals .swim-lane-header,
    body.vacation-rentals .swim-lane-content {
        width: 90%;
    }
}

body.vacation-rentals .swim-lane-header h1 {
    margin-left: 15px;
}

@media screen and (max-width:767px) {
    body.vacation-rentals .swim-lane-header h1 {
        margin-bottom: 0;
        margin-left: 8px;
    }
}

body.vacation-rentals .swim-lane-content {
    position: relative;
}

body.vacation-rentals .carousel-inner {
    padding-bottom: 9px;
}

body.vacation-rentals .carousel-inner .resort-card {
    margin-top: 10px;
}

@media screen and (max-width:1250px) {
    body.vacation-rentals .carousel-inner .resort-card .resort-location {
        display: none;
    }
    body.vacation-rentals .carousel-inner .resort-card .resort-price h2 {
        float: left;
    }
    body.vacation-rentals .carousel-inner .resort-card .resort-price .per-night {
        float: left;
        padding: 5px 0 0 5px;
    }
}

@media screen and (max-width:1460px) {
    body.vacation-rentals .carousel-inner .resort-card .left {
        max-width: 110px!important;
    }
}

body.vacation-rentals .carousel-inner .next-collection,
body.vacation-rentals .carousel-inner .previous-collection {
    position: absolute;
}

body.vacation-rentals .carousel-inner .previous-collection {
    left: -25%;
}

body.vacation-rentals .carousel-indicators {
    bottom: 0;
    display: block;
    height: 30px;
    margin-bottom: 0;
    margin-left: -40%;
    padding-right: 15px;
    text-align: right;
    top: -28px;
    width: 80%;
    z-index: 0;
}

body.vacation-rentals .carousel-indicators li {
    background-color: #d2cfca;
    border: 0;
    height: 8px;
    width: 8px;
}

body.vacation-rentals .carousel-indicators li.active {
    background-color: #5e5745;
}

@media screen and (max-width:767px) {
    body.vacation-rentals .carousel-indicators {
        display: none;
    }
}

body.vacation-rentals .carousel-control {
    background-color: transparent;
    border-radius: 3px;
    height: 95%;
    transition: background-color .2s ease-in-out;
}

@media screen and (min-width:768px)and (max-width:1199px) {
    body.vacation-rentals .carousel-control {
        height: 92%;
    }
}

@media screen and (max-width:767px) {
    body.vacation-rentals .carousel-control {
        display: none;
    }
}

body.vacation-rentals .carousel-control:hover {
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .3s ease-in-out;
}

body.vacation-rentals .carousel-control.right,
body.vacation-rentals .carousel-control.left {
    top: 10px;
}

body.vacation-rentals .carousel-control.right .ch-icon::before,
body.vacation-rentals .carousel-control.left .ch-icon::before {
    font-size: 42px;
}

body.vacation-rentals .carousel-control.right .ch-icon:hover,
body.vacation-rentals .carousel-control.left .ch-icon:hover,
body.vacation-rentals .carousel-control.right .ch-icon:focus,
body.vacation-rentals .carousel-control.left .ch-icon:focus {
    background-color: transparent;
}

body.vacation-rentals .carousel-control.right {
    right: -15px;
}

body.vacation-rentals .carousel-control.right .ch-icon {
    right: 50px;
}

@media screen and (min-width:768px)and (max-width:1199px) {
    body.vacation-rentals .carousel-control.right .ch-icon {
        right: 25px;
    }
}

body.vacation-rentals .carousel-control.left {
    left: -15px;
}

body.vacation-rentals .carousel-control.left .ch-icon {
    left: 50px;
}

@media screen and (min-width:768px)and (max-width:1199px) {
    body.vacation-rentals .carousel-control.left .ch-icon {
        left: 25px;
    }
}

.cp-color-svg-0 {
    fill: #5e5745;
}

.cp-color-svg-1 {
    fill: #f57f29;
}

.cp-color-svg-2 {
    fill: #ffce34;
}

.cp-color-svg-3 {
    fill: #aba596;
}

.quality-svg-1 {
    fill: none;
    clip-rule: evenodd;
}

.quality-svg-2 {
    -webkit-clip-path: url(https://www.choicehotels.com/1.6.9.0/styles/choice-hotels.css#quality-clip-path);
    clip-path: url(https://www.choicehotels.com/1.6.9.0/styles/choice-hotels.css#quality-clip-path);
}

.quality-svg-3 {
    fill: #007663;
}

.quality-svg-3,
.quality-svg-4,
.quality-svg-5,
.quality-svg-6,
.quality-svg-7 {
    fill-rule: evenodd;
}

.quality-svg-4 {
    fill: #231f20;
}

.quality-svg-5 {
    fill: #ffe989;
}

.quality-svg-6 {
    fill: #e49f15;
}

.quality-svg-7,
.quality-svg-8 {
    fill: #fff;
}

.register-mark-black-0 {
    fill: #020100;
}

.hide-focus *:active,
.hide-focus *:focus {
    box-shadow: none!important;
    outline: none!important;
}

.hide-focus *.radio-box {
    border-color: transparent;
    box-shadow: -1px -1px 2px rgba(98, 66, 11, .3)!important;
}

.navbar-default {
    padding: 0 5%;
}

.navbar-default .btn-link {
    padding: 0;
}

@media (min-width:992px) {
    .navbar-default .btn-link {
        color: #e26811;
    }
    .navbar-default .btn-link:focus,
    .navbar-default .btn-link:hover {
        color: #e26811;
    }
}

@media (max-width:991px) {
    .navbar-default .btn-link {
        padding-right: 4px;
        text-align: right;
    }
}

@media (max-width:767px) {
    .navbar-default .btn-link {
        padding: 5px 0 5px 8px;
    }
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    margin-right: 0;
    padding-right: 0;
}

.navbar-default .dropdown-menu>li>a {
    padding: 10px 20px;
}

.navbar-default .navbar-nav {
    float: none;
}

.navbar-default .navbar-nav li>a,
.navbar-default .navbar-nav li>a:hover,
.navbar-default .navbar-nav li>a:focus {
    background-color: #e26811;
    color: #fff;
}

.col-sm-1,
.col-sm-2,
.col-xs-3,
.col-md-3,
.col-sm-4,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-md-9,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:992px) {
    .navbar-default .navbar-collapse {
        background-color: #fff;
        border: none;
        box-shadow: 0 0 2px rgba(119, 112, 91, .25);
        margin-top: 1px;
        min-width: 35%;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        right: 0;
        top: 100%;
    }
    .navbar-default .navbar-collapse .dropdown-menu:after,
    .navbar-default .navbar-collapse .dropdown-menu:before {
        border: none;
        content: '';
    }
    .navbar-default .navbar-collapse .navbar-nav {
        float: none;
        margin: 8px -15px;
    }
    .navbar-default .navbar-collapse .navbar-nav>li a,
    .navbar-default .navbar-collapse .navbar-nav>li a:hover,
    .navbar-default .navbar-collapse .navbar-nav>li a:focus {
        background-color: #fff;
        color: #e26811;
    }
}

@media (max-width:1199px) {
    .navbar-default .navbar-collapse .navbar-nav>li>a {
        padding: 8px 15px;
    }
}

@media (min-width:991px) {
    .navbar-default .navbar-nav>li:first-child a {
        padding-left: 0;
    }
}

.navbar-default .navbar-nav>li>a {
    padding: 15px;
}

@media (max-width:1199px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 8px;
    }
}

header {
    font-weight: 700;
}

header .cp-svg-logo svg {
    display: block;
    margin-left: 4%;
    width: 91px;
}

@media (max-width:1199px) {
    header .cp-svg-logo svg {
        width: 75px;
    }
}

header nav.utility-nav {
    font-size: 10px;
    text-transform: uppercase;
}

header nav.utility-nav .brand-logo-container .brand-item>a.brand-logo {
    max-width: 230px;
    padding: 25px 25px 9px;
    height: 95px;
}

@media (max-width:991px) {
    header nav.utility-nav .brand-logo-container .brand-item>a.brand-logo {
        padding: 20px 35px 3px;
        height: 80px;
    }
}

@media only screen and (max-width:480px) {
    header nav.utility-nav .brand-logo-container .brand-item>a.brand-logo {
        padding: 25px 10px 10px;
    }
}

header nav.utility-nav .brand-logo-container .brand-item>a.brand-logo .circle-container {
    height: 17px;
}

header nav.utility-nav .dropdown-menu {
    left: 50%;
    margin-left: -93px!important;
    margin-top: 14px!important;
    width: 186px;
}

header nav.utility-nav .row {
    background: #00558c;
    margin: 0;
}

header nav.utility-nav .row .utility-nav-links-container {
    height: 14px;
    padding-right: 0;
}

header nav.utility-nav .row .utility-nav-links-container ul {
    float: right;
    margin: 0;
    padding: 4px 0;
    vertical-align: bottom;
}

header nav.utility-nav .row .utility-nav-links-container ul li {
    border-right: 1px solid #fff;
    padding: 0 5px;
}

header nav.utility-nav .row .utility-nav-links-container ul li p {
    display: inline;
}

header nav.utility-nav .row .utility-nav-links-container ul li:last-child {
    border-right: none;
    padding-right: 0;
}

@media (max-width:992px) {
    header nav.utility-nav .row .utility-nav-links-container ul {
        display: none;
    }
}

@media (max-width:992px) {
    header .navbar-toggle {
        display: block;
    }
}

header nav.navbar {
    font-size: 13px;
    padding: 0;
}

header nav.navbar>.navbar-inner {
    height: 100%;
}

header nav.navbar>.navbar-inner>.row {
    height: 100%;
}

header nav.navbar>.navbar-inner .navbar-collapse .dropdown-toggle>.text {
    margin-right: 5px;
}

header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu {
    color: #e26811;
}

@media (min-width:1199px) {
    header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu {
        left: 50%;
        margin-left: -130px;
        margin-top: 3px;
        position: absolute;
        width: 260px;
    }
}

header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu li,
header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu li a {
    color: inherit;
    font-weight: inherit;
    white-space: normal;
}

header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu li:hover,
header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu li a:hover,
header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu li:focus,
header nav.navbar>.navbar-inner .navbar-collapse .navbar-nav .dropdown>.dropdown-menu li a:focus {
    color: #fff;
}

header .navbar-sign-in {
    background-color: #fff;
    height: 63px;
    padding-right: 30px;
    text-align: right;
}

@media (max-width:991px) {
    header .navbar-sign-in {
        background-color: transparent;
        height: 42px;
        padding-right: 0;
        width: auto;
    }
}

@media (min-width:992px) {
    header .navbar-sign-in {
        padding-right: 0;
    }
}

header .navbar-sign-in .navbar-sign-in-container {
    align-items: center;
    display: flex;
    height: 63px;
    justify-content: space-between;
    width: 100%;
}

@media (max-width:991px) {
    header .navbar-sign-in .navbar-sign-in-container {
        display: block;
        height: auto;
        width: 100%;
    }
}

@media (max-width:991px) {
    header .navbar-sign-in svg {
        display: none;
    }
}

header .navbar-sign-in .dropdown-toggle {
    cursor: pointer;
    text-align: center;
    width: 100%;
}

@media (max-width:991px) {
    header .navbar-sign-in .dropdown-toggle {
        text-align: right;
    }
}

header .navbar-sign-in .ch-icon-chevron-down {
    display: inline-block;
    line-height: 1;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transform-origin: 50% 60%;
    transform: none;
    transition: all .3s linear;
    vertical-align: top;
    width: 5%;
}

header .navbar-sign-in .ch-icon-chevron-down:before {
    margin: 0;
}

header .navbar-sign-in .dropdown-menu {
    color: #555;
    line-height: 1.2em;
    min-height: 360px;
    padding: 25px;
    width: 620px;
}

header .navbar-sign-in .dropdown-menu:before,
header .navbar-sign-in .dropdown-menu:after {
    left: 90%;
}

header .navbar-sign-in .dropdown-menu .member-yet {
    display: block;
    font-size: 12px;
    margin-right: 4px;
    text-transform: initial;
}

@media (max-width:767px) {
    header .navbar-sign-in .dropdown-menu {
        max-width: 620px;
        min-width: 300px;
        padding: 15px;
        width: 100%;
    }
}

@media (max-width:991px) {
    header .navbar-sign-in .dropdown-menu:before,
    header .navbar-sign-in .dropdown-menu:after {
        left: auto;
        right: 65px;
    }
}

header .navbar-sign-in .dropdown-menu.has-recaptcha {
    width: 687px;
}

@media (max-width:767px) {
    header .navbar-sign-in .dropdown-menu.has-recaptcha {
        max-width: 335px;
    }
}

header .navbar-sign-in .sign-in-links {
    font-weight: 700;
}

header .navbar-sign-in .sign-in-links ul {
    margin: 0;
}

header .navbar-sign-in .sign-in-links ul li {
    display: block;
    padding: 0;
}

header .navbar-sign-in .sign-in-links ul li a {
    display: block;
    margin-bottom: 10px;
}

header .navbar-sign-in .sign-in-links ul li a,
header .navbar-sign-in .sign-in-links ul li a:hover,
header .navbar-sign-in .sign-in-links ul li a:focus {
    color: #e26811;
}

header .cp-user-header {
    padding-left: 0;
}

@media (min-width:992px) {
    header .cp-user-header {
        font-size: 12px;
        margin-left: 0;
    }
    header .cp-user-header .btn {
        font-size: 12px;
        line-height: 1.25;
        text-align: right;
        white-space: normal;
    }
}

header #cp-sign-in-drop-down {
    font-size: 12px;
    left: 0;
    position: relative;
    width: 100%;
}

header #cp-sign-in-drop-down .text {
    display: inline-block;
    width: 90%;
}

@media (max-width:991px) {
    header #cp-sign-in-drop-down {
        left: -20px;
        line-height: 40px;
        width: 70%;
    }
}

@media (min-width:992px) {
    header #cp-sign-in-drop-down {
        margin: 0 auto;
        max-width: 45%;
    }
    header #cp-sign-in-drop-down .text {
        padding-right: 6px;
    }
    header ul.navbar-nav {
        margin-top: 5px;
    }
}

@media (min-width:768px)and (max-width:992px) {
    header .navbar-collapse .dropdown-menu {
        border: none!important;
        box-shadow: none!important;
        position: static!important;
    }
    header .navbar-sign-in-container {
        text-align: right;
    }
    header .navbar-nav>li {
        float: none;
    }
}

@media (max-width:590px) {
    header .navbar-sign-in .dropdown-toggle {
        text-align: right;
    }
    header .navbar-sign-in-container .text {
        display: block;
        font-size: 12px;
        overflow: hidden;
        padding-right: 5px;
        text-overflow: ellipsis;
        text-align: right;
    }
}

.save-browser {
    display: inline-block;
    padding-top: 10px;
}

.save-browser label {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.save-browser .radio-box {
    margin: 3px -3px 3px 3px;
    vertical-align: top;
}

.save-browser .radio-box .ch-icon {
    bottom: 6px;
    margin-bottom: -4px;
}

.recaptcha-container .validation-message {
    color: #fe0a00;
    font-size: 11px;
    text-align: left;
    text-transform: none;
}

ch-skip-to-link div {
    padding: 4px 0;
    position: absolute;
}

ch-skip-to-link div a {
    left: -9999px;
    position: absolute;
    white-space: nowrap;
}

ch-skip-to-link div a:focus {
    color: #fff;
    left: 0;
}

@media (max-width:767px) {
    .cta {
        width: 100%;
    }
}
/* END Choice Vacation Rentals */

.ch-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}