/* START - FAQ ACCORDION */

.section.faqAccordion {
	clear: both;
}

.section.faqAccordion .contentDrawer {
	margin-bottom: 3px;
}

@media screen and (min-width: 960px) {
    .section.faqAccordion .contentDrawer-content {
        width: auto;
        margin-right: 60px;
    }
}

/* END - FAQ ACCORDION */
/* Room Details CSS Section */

.roomList-container {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: #fff;
}

.roomDetails {
    min-height: 80px;
    padding: 10px 10px 0 90px;
}

.roomList-head {
    overflow: hidden;
    margin-top: -2px;
    /* fix font clipping */
    padding: 2px 0 10px 0;
}

.roomInfo {
    float: left;
    width: 50%;
}

.roomInfo .sub-text {
    font-size: 16px;
    line-height: 17px;
    display: block;
    padding-top: 2px;
}

.roomList-container label {
    cursor: inherit;
}

.roomPrice {
    font-family: 'HelveticaNeueLT-Black';
    font-size: 16px;
    float: right;
    text-align: right;
    color: #444;
}

.roomCardRight {
    float: right;
    width: 50%;
    text-align: right;
}

.roomPrice sup {
    font-family: 'HelveticaNeueLT-Black';
    font-size: .6em;
}

.roomPrice .avgCostSymbol {
    right: 4px;
}

.roomList-body {
    overflow: hidden;
    padding: 10px 0 0;
}

.roomList-body label {
    font-family: 'HelveticaNeueLT-Light';
    font-size: 14px;
    line-height: 17px;
    color: #888;
}

.bookCTA {
    font-size: 12px;
    float: right;
    clear: right;
    margin-top: 5px;
    padding: 6px 25px;
}

a:hover .bookCTA {
    background: #00D950;
}

.additionalDetails-btn {
    clear: both;
    padding: 10px;
    cursor: pointer;
    border-top: solid 1px #e1e1e1;
}

.additionalDetails-btn span {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding-top: 5px;
    color: #176BB2;
}

.additionalDetails-btn .icon-expandCollapse {
    display: inline-block;
    float: right;
    width: 13%;
    margin-top: 0;
    text-align: right;
    vertical-align: middle;
}

.additionalDetails-btn .icon-expandCollapse:before {
    font-family: 'Motel6_Icons';
    font-size: 1.7em;
    content: '\53';
    color: #176BB2;
}

.additionalDetails-btn.active .icon-expandCollapse:before {
    font-family: Motel6_Icons;
    content: '\6c';
}

.additionalInfo {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.additionalInfo .info-text {
    font-family: 'HelveticaNeueLT-Light';
    font-size: 14px;
    line-height: 17px;
    color: #888;
}

.inlineAvailabilityError {
    font-weight: bold;
    color: red;
}

.descSection-desktop {
    display: none;
}

.sold-out .roomList-head {
    border-bottom: none;
}

.roomDetails .sub-text {
    color: #176bb2;
}

.sold-out .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(100,100,100,.5);
}

.roomDetails .soldOut {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 2px 0;
}

.imgPopular {
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

@media (min-width: 620px) {
    .roomList-head .bookCTA {
        display: none;
    }

    .roomList-body label {
        float: left;
        width: 70%;
    }

    .bookCTA {
        font-size: 14px;
        margin-top: 0;
        padding: 10px 22px;
    }

    .additionalInfo {
        padding-right: 20px;
        padding-left: 20px;
    }

    .image-container {
        width: 240px;
        height: 135px;
    }

    .roomInfo {
        width: 60%;
    }

    .roomCardRight {
        width: 40%;
    }

    .roomDetails .sub-text {
        font-size: 18px;
        line-height: 19px;
    }

    .roomDetails {
        min-height: 135px;
        padding: 20px 20px 10px 260px;
    }

    .roomPrice {
        font-size: 26px;
        line-height: 1;
        padding-bottom: 0;
    }

    .additionalDetails-btn {
        padding: 20px;
    }

    .additionalDetails-btn span {
        font-size: 16px;
    }

    .roomList-body {
        overflow: hidden;
        padding: 10px 0 0;
    }
    .descSection-mobile {
        display: none;
    }

    .descSection-desktop {
        display: block;
    }

    .roomList-head {
        min-height: 52px;
        border-bottom: solid 1px #e1e1e1;
    }
    .sold-out .roomDetails {
        padding: 36px 20px 10px 260px;
    }
    .roomDetails .soldOut {
        font-size: 16px;
    }
    .sold-out .shade {
        width: 240px;
        height: 135px;
    }
    .imgPopular {
        font-size: 16px;
    }
}

@media (min-width: 960px) {
}

@media (min-width: 1280px) {
    .roomDetails .sub-text {
        font-size: 22px;
        line-height: 24px;
    }

    .roomList-body label {
        font-size: 16px;
        line-height: 18px;
    }

    .additionalInfo .info-text {
        font-size: 16px;
        line-height: 18px;
    }
}

.breadcrumb {
    margin: -10px -10px 0 -10px;
    padding: 0;
    background: transparent;
}

.breadcrumb ol.location {
    margin: 12px 0 4px -30px;
    padding-right: 0;
    list-style-type: none;
    background-color: transparent;
}

.breadcrumb ol.step {
    clear: both;
    overflow: hidden;
    padding: 0;
    background: #6699c2;
}

.breadcrumb ol.step.Studio6 {
    background: #a5a5a5;
}

.breadcrumb ol.location li {
    display: inline-block;
    color: #A6BCC6;
}

.breadcrumb ol.location li:last-child {
    color: #6699C2;
}

.breadcrumb ol.location li a,
.breadcrumb ol.location li a:link,
.breadcrumb ol.location li a:visited {
    font-family: 'HelveticaNeueLT-Light';
    color: #A6BCC6;
}

.breadcrumb .step li {
    font-family: 'HelveticaNeueLT-Roman';
    font-size: 12px;
    line-height: 26px;
    display: block;
    float: left;
    width: 70%;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #666;
}

.breadcrumb .step li:last-of-type {
    border: none;
}

.breadcrumb .step li:before {
    font-family: 'HelveticaNeueLT-Bold';
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    text-align: center;
    color: #6699c2;
    border-radius: 15px;
    background: #A6BCC6;
    background: #fff;
}

.breadcrumb .step.Studio6 li:before {
	color: #a5a5a5;
}

.breadcrumb .step li:first-of-type:before {
    content: '1';
}

.breadcrumb .step li:nth-of-type(2):before {
    content: '2';
}

.breadcrumb .step li:nth-of-type(3):before {
    content: '3';
}

.breadcrumb .step li:not(.current) {
    width: 15%;
    cursor: pointer;
    text-align: center;
}

.breadcrumb .step li:not(.current):not(:hover):before {
    opacity: .5;
}

.breadcrumb .step li.disabled:before {
    padding-top: 1px;
    opacity: .5;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.breadcrumb .step .stepLabel {
    margin-left: 10px;
}

.breadcrumb .step li:not(.current) .stepLabel {
    display: none;
}

.breadcrumb .step li.disabled {
    cursor: default;
}

.breadcrumb .step li.current {
    cursor: default;
}

@media screen and (min-width: 620px) {
    .breadcrumb {
        margin: -20px -20px 0 -20px;
    }

    .breadcrumb ol.location {
        margin-left: -20px;
    }

    .breadcrumb .step li:not(.current) .stepLabel {
        display: inline-block;
    }

    .breadcrumb .step .stepLabel a {
        color: #fff;
    }

    .breadcrumb .step li {
        width: 33% !important;
        text-align: center;
    }

    .breadcrumb .step li:nth-of-type(2) {
        width: 34% !important;
    }

    .breadcrumb .step li:not(.current):not(:hover) .stepLabel {
        opacity: .5;
    }

    .breadcrumb .step li.disabled .stepLabel {
        opacity: .5;
    }
}


.welcomeContentContainer {
    background-color: #1b68ac;
    color: #ffffff;
    font-size: 10px;
    position: relative;
    height: 0;
    padding-bottom: 74%; 
    margin-left: -40px;
    margin-top: -40px;
    margin-right: -40px;
}

@media (min-width: 620px) {
    .welcomeContentContainer {
        font-size: 20px; } }

.welcomeContent {
    position: absolute;
    width: 25em;
    height: 10em;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.no-svg .welcomeLogo {
    background: url('../images/logo.png') center center no-repeat;
    height: 7em;
    width: 7em;
    background-size: 100% auto;
}

.svg .welcomeLogo {
    background: transparent url('../images/logo.svg') center center no-repeat;
    height: 7em;
    width: 7em;
    background-size: 100% auto;
}

.welcomeLogo {
    display:block;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0%, -3.5em) scale(1);
    -ms-transform: translate(0%, -3.5em) scale(1);
    transform: translate(0%, -3.5em) scale(1);
    -webkit-animation-duration: 4.0s;
    animation-duration: 4.0s;
    -webkit-animation-name: welcomeLogo;
    animation-name: welcomeLogo;
}

.welcomeTagline {
    font-size: 1.8em;
    color: #ffffff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    padding-left: 5em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation-duration: 3.3s;
    animation-duration: 3.3s;
    -webkit-animation-name: welcomeText;
    animation-name: welcomeText; }

.start .welcomeLogo {
    opacity: 0;
    /** 12.5em - 50% **/
    -webkit-transform: translate(9em, -3.5em) scale(1);
    -ms-transform: translate(9em, -3.5em) scale(1);
    transform: translate(9em, -3.5em) scale(1); }

.middle .welcomeLogo {
    opacity: 1;
    /** 12.5em - 50% **/
    -webkit-transform: translate(9em, -3.5em) scale(1.62);
    -ms-transform: translate(9em, -3.5em) scale(1.62);
    transform: translate(9em, -3.5em) scale(1.62); }

.end .welcomeLogo {
    opacity: 1;
    -webkit-transform: translate(0%, -3.5em) scale(1);
    -ms-transform: translate(0%, -3.5em) scale(1);
    transform: translate(0%, -3.5em) scale(1); }

@-webkit-keyframes welcomeLogo {
    0% {
        opacity: 0;
        /** 12.5em - 50% **/
        -webkit-transform: translate(9em, -3.5em) scale(1);
        transform: translate(9em, -3.5em) scale(1); }

    50% {
        opacity: 1;
        /** 12.5em - 50% **/
        -webkit-transform: translate(9em, -3.5em) scale(1.62);
        transform: translate(9em, -3.5em) scale(1.62); }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, -3.5em) scale(1);
        transform: translate(0%, -3.5em) scale(1); } }

@keyframes welcomeLogo {
    0% {
        opacity: 0;
        /** 12.5em - 50% **/
        -webkit-transform: translate(9em, -3.5em) scale(1);
        transform: translate(9em, -3.5em) scale(1); }

    50% {
        opacity: 1;
        /** 12.5em - 50% **/
        -webkit-transform: translate(9em, -3.5em) scale(1.62);
        transform: translate(9em, -3.5em) scale(1.62); }

    100% {
        opacity: 1;
        -webkit-transform: translate(0%, -3.5em) scale(1);
        transform: translate(0%, -3.5em) scale(1); } }

@-webkit-keyframes welcomeText {
    0% {
        opacity: 0; }

    85% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@keyframes welcomeText {
    0% {
        opacity: 0; }

    85% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@media (min-width: 960px) {
    .welcomeContentContainer {
        display:none;
    }

    .welcomeLogo {
        background: none;
    }
}
.accountSettingsSection .contentDrawer {
	margin-bottom: 2px;
}

.accountSettings .privacyPolicy .contentDrawer {
	margin-top: 30px;
}

.contentDrawer-header-desktop {
    display: none;
}

.accountSettingsSection .contentDrawer .header-link-drawer {
	padding: 10px 0 8px;
}

.accountSettingsSection form {
    overflow: hidden;
}

.accountSettingsSection .hint {
    color: #888;
}

.accountSettingsSection .supportedCreditCards {
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}

.accountSettingsSection .form-control {
	height: 40px;
}

.accountSettingsSection .user-data {
	padding: 0 0 10px 0;
}

.accountSettingsSection .contentDrawer-editorContent .userName,
.accountSettingsSection .contentDrawer-editorContent .userUsername {
	padding-bottom: 20px;
}

.accountSettingsSection .motel6Form .form-elements {
	margin-bottom: 13px;
}

.accountSettingsSection .supportedCreditCards li {
	margin-right: 10px;
}

.accountSettings button[type='submit'] {
	width: 100%;
	font-size: 16px;
}


@media screen and (min-width: 620px) {
	.accountSettingsSection .contentDrawer .header-link-drawer {
		padding: 12px 0 10px;
	}
	
	.accountSettings .userEmailAddressField {
	    padding-right: 10px;
    	border-right: 1px solid #DCDFE1;
	}
	
	.accountSettings .userPhoneNumberField {
    	padding-left: 10px;
	}

	.accountSettings button[type='submit'] {
    	/* width: auto; */
    	padding-right: 60px;
    	padding-left: 60px;
	}
}

@media screen and (min-width: 960px) {
    .accountSettingsSection .contentDrawer {
        overflow: hidden;
        padding: 20px !important;
    }
    
    .accountSettingsSection .contentDrawer-header {
        display: none !important;
    }
    
    .accountSettingsSection .contentDrawer-header-desktop {
        display: block;
        float: left;
        width: 25%;
        padding-right: 40px;
    }
    
    .accountSettingsSection .contentDrawer-header-desktop .hint {
        padding-top: 20px;
        font-size: 12px;
    }
    
    .accountSettingsSection .header-drawer {
        font-size: 16px;
    }
    
    .accountSettingsSection .contentDrawer-content,
    .accountSettingsSection .contentDrawer-editorContent {
        float: left;
        width: 75%;
        padding-top: 0 !important;
        padding-left: 40px;
        margin-top: 0;
        border-top: none;
        border-left: 1px solid #DCDFE1;
    }
    
    .accountSettingsSection form .hint {
        display: none;
    }
    .accountSettingsSection .inlineError {
		padding-right: 60px;
	}
}





.g6Iframe {
	width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 960px) {
    .renovatedPropertiesMap #map-canvas {
        height: 400px !important;
    }
}
.headersCopy .messaging .header1 p,
.headersCopy .messaging .header1 h1,
.headersCopy .messaging .header1 h2,
.headersCopy .messaging .header1 h3,
.headersCopy .messaging .header1 h4,
.headersCopy .messaging .header1 h5,
.headersCopy .messaging .header1 h6,
.headersCopy .messaging .header2 p,
.headersCopy .messaging .header2 h1,
.headersCopy .messaging .header2 h2,
.headersCopy .messaging .header2 h3,
.headersCopy .messaging .header2 h4,
.headersCopy .messaging .header2 h5,
.headersCopy .messaging .header2 h6 {
    line-height: normal;
    margin: 0;
}

.headersCopy .messaging .header1 p {
    line-height: 1.2em;
}

.headersCopy .messaging .header1,
.headersCopy .messaging .header2 {
    font-family: 'HelveticaNeueLT-Light';
    font-size: 20px;
    line-height: normal;
    color: #176BB2;
}

.headersCopy .messaging .copy {
    font-size: 12px;
    line-height: 1.4em;
    padding-top: 8px;
}

.headersCopy .messaging .header1 span.simpleHeader,
.headersCopy .messaging .header2 span.simpleHeader {
    font-size: 18px !important;
    display: block;
    padding: 8px 0;
    text-transform: capitalize;
    color: #656565 !important;
}

.headersCopy .messaging > div {
    color: #666;
}

.headersCopy .messaging {
    padding: 16px;
    background-color: #fff;
}

.headersCopy + .termsAndConditions {
    margin-top: 1px;
}

.headersCopy + .termsAndConditions > .contentDrawer {
    padding-left: 16px;
}

@media screen and (min-width: 620px) {
    .headersCopy .messaging .header1,
    .headersCopy .messaging .header2 {
        font-size: 36px;
    }

    .headersCopy .messaging .header1 span.simpleHeader,
    .headersCopy .messaging .header2 span.simpleHeader {
        font-size: 24px !important;
    }

    .headersCopy .messaging .copy {
        font-size: 12px;
        line-height: 1.6em;
        padding-top: 10px;
    }

    .headersCopy .messaging {
        padding: 25px 20px 15px 20px;
    }

    .headersCopy + .termsAndConditions > .contentDrawer {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 960px) {
    .headersCopy .messaging .copy {
        font-size: 14px;
        line-height: 1.4em;
    }

    .headersCopy .messaging {
        min-height: 190px;
        padding: 25px 30px 10px 30px;
    }
}

@media screen and (min-width: 1280px) {
    .headersCopy .messaging .header1,
    .headersCopy .messaging .header2 {
        font-size: 46px;
    }

    .headersCopy .messaging {
        min-height: 236px;
        padding: 35px 40px 15px 40px;
    }

    .headersCopy .messaging .copy {
        font-size: 17px;
        line-height: 1.6em;
    }

    .headersCopy .messaging .header1 span.simpleHeader,
    .headersCopy .messaging .header2 span.simpleHeader {
        font-size: 28px !important;
    }

    .headersCopy + .termsAndConditions > .contentDrawer {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 40px;
    }
}

.renovatedCounter {
    font-family: 'HelveticaNeueLT-Light';
    font-size: 12px;
    line-height: normal;
    margin-top: 1px;
    padding: 14px 16px;
    padding: 8px 16px;
    color: #666;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}


@media screen and (min-width: 620px) {
    .renovatedCounter {
        font-size: 24px;
        padding: 10px 20px;
    }
}
@media screen and (min-width: 960px) {
    .renovatedCounter {
        font-size: 22px;
        line-height: normal;
        padding: 12px 30px;
    }
}
@media screen and (min-width: 1280px) {
    .renovatedCounter {
        font-size: 28px;
        line-height: 28px;
        padding: 18px 40px;
    }
}

.promotionalHeroBanner {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.promotionalHeroBanner img {
    width: 100%;
}

.promotionalHeroBanner .iconOverlay {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%) translateX(12%);
    text-align: center;
}

.promotionalHeroBanner .name {
    /*font-size: 20px;*/
    line-height: normal;
    color: #fff;
}

.promotionalHeroBanner p {
    line-height: 1em;
    margin: 0;
}

.promotionalHeroBanner .icon::before {
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.promotionalHeroBanner .icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 8px auto;
    background-repeat: no-repeat;
    background-size: 100%;
}

.genericBottomContent .callToActionButton {
    margin-right: 20px;
    margin-left: 20px;
}

.icon.petfriendly {
    background-image: url(../../../../content/dam/g6/motel6-com/icons/icon-paw.png);
}

@media screen and (min-width: 420px) {
    .promotionalHeroBanner .icon::before {
        font-size: 50px;
    }

    .promotionalHeroBanner .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 10px auto;
    }
}

@media screen and (min-width: 620px) {
    .promotionalHeroBanner .icon::before {
        font-size: 60px;
    }

    .promotionalHeroBanner .icon {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 790px) {
    .promotionalHeroBanner .icon {
        width: 70px;
        height: 70px;
    }
}


@media screen and (min-width: 960px) {
    .promotionalHeroBanner .icon::before {
        font-size: 80px;
    }

    .promotionalHeroBanner .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px auto;
    }
}

@media screen and (min-width: 1120px) {
    .promotionalHeroBanner .icon {
        width: 90px;
        height: 90px;
    }
}


@media screen and (min-width: 1280px) {
    .promotionalHeroBanner .icon::before {
        font-size: 100px;
    }

    .promotionalHeroBanner .icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px auto;
    }

    .genericBottomContent .callToActionButton {
        margin-right: 0;
        margin-left: 0;
    }
}

/* START - LOGIN */
.motel6LoginSucessful {
	display: none;
}

.motel6LoginUnsucessful {
	display: none;
}

.motel6Login-header {
    display: block;
}

.header-link-motel6Login {
	display: inline-block; 
	vertical-align: middle;
	padding-top: 6px;
}

.loginHeader-left {
	width: 84%;
	display: inline-block; 
}

.icon-login {
	width: 25px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.icon-login:before {
	font-size: 1.7em;
	color: #176BB2;
	content: "\71";
}

.motel6Login .menuForm-content {
	display: none;
}

.motel6Login .menuForm-content.active {
	max-height: 999px;
}

.motel6LoginSucessful {
	color: #176BB2;
	font-size: 20px;
	padding: 0 0 5px 10px;
}

.motel6EditAccount,
.motel6LogOut {
	font-size: 12px;
	font-family: 'HelveticaNeueLT-Medium';
	color: #176BB2;
}

.motel6EditAccount {
	border-bottom: 1px solid #DCDFE1;
	padding: 5px 0 15px 0;
}

.motel6LogOut {
	padding: 15px 0 5px 0;
}

.icon-editAccountInfo,
.icon-SignOut {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 18px;
    margin-right: 5px;
}

.icon-editAccountInfo:before {
    content: "\2a";
}

.icon-SignOut:before {
    content: "\eb";
}

.forgot-password {
	margin-top: 10px;
	padding: 15px 0 10px;
	border-top: solid 1px #DCDFE1;
}

#mainMenu .ctaRegister {
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px solid #DCDFE1;
}

#mainMenu .confirmationMessage{
	font-family: 'HelveticaNeueLT-Roman';
	font-size: 16px;
    padding: 0  0 10px 0;
    margin: -11px 0 0 0;
    width: 100%;
    border-bottom: 1px solid #DCDFE1;
}

#mainMenu .confirmationMessage h4 {
	font-family: 'HelveticaNeueLT-Roman';
	font-size: 16px;
    padding: 15px 20px;
    margin: 0 -20px 20px -20px;
    background-color: #12BD5E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    vertical-align: bottom;
}

#mainMenu .confirmationMessage h4:before {
    font-family: 'Motel6_Icons';
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    content: "\37";
    padding-right: 10px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
}

/* END LOGIN*/
.bookingForm .reserveYourRoomCTA {
     font-size: 15px;
     padding: 8px 15px 6px 15px;
     width: 100%;
     margin: 30px 0;
}
 .bookingForm .contactOptions {
     display: inline-block;
     float: right;
     line-height: 16px;
     margin-top: -6px;
}
 .bookingForm .contactOptions .callToBook {
     float: none;
}
 .bookingForm .callToBook {
     color:#176BB2;
     float:right;
     font-family: 'HelveticaNeueLT-Medium';
     font-size: 14px;
     line-height: 20px;
}
 .bookingForm .callToBook a {
     color: #176BB2;
}
 .bookingForm .callToBook:hover a, .bookingForm .callToBook:hover .icon:before {
     color: #428bca;
}
 .bookingForm .callToBook .icon:before {
     font-size: 16px;
     vertical-align: baseline;
}
 .bookingForm form .signIn, .bookingForm .contactOptions .delimiter {
     display: none;
}
 .bookingForm .phoneNumber{
     display:none;
}
 .bookingForm .discountApplied {
     float: left;
     width: 100%;
     padding-top: 20px;
     background-color: #fff;
     margin: 0;
     padding: 10px 10px 0 10px;
     clear: both;
     border-bottom: 2px solid #DCDFE1;
}
 .bookingForm .discountApplied .amountToBeBilled{
     float: right;
     font-size: 1.4em;
}
 .bookingForm .rateTypeField select {
     background: #fff no-repeat 98% 8px url(headerlibs/css/booking/data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPGc+Cgk8bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+CjwvZz4KCTxwYXRoIGQ9Ik0yOC45MTQgOC42MDdjLTAuOTg2LTAuOTg2LTIuNTg2LTAuOTg2LTMuNTcxIDBsLTkuMzc5IDkuMzc5LTkuMzc5LTkuMzc5Yy0wLjk4Ni0wLjk4Ni0yLjU4Ni0wLjk4Ni0zLjU3MSAwcy0wLjk4NiAyLjU4NiAwIDMuNTcxbDExLjE2NCAxMS4xNjRjMC40OTMgMC40OTMgMS4xNDMgMC43NDMgMS43ODYgMC43NDNzMS4yOTMtMC4yNDMgMS43ODYtMC43NDNsMTEuMTY0LTExLjE2NGMwLjk5My0wLjk4NiAwLjk5My0yLjU3OSAwLTMuNTcxeiIgZmlsbD0iIzg4ODg4OCI+PC9wYXRoPgo8L3N2Zz4=);
     background-size: 16px 16px;
     -moz-appearance: none;
     text-indent: 0.01px;
     text-overflow: '';
}
 .bookingForm .rateTypeField select:focus, .bookingForm .rateTypeField select:hover {
     background: #fff no-repeat 98% 8px url(headerlibs/css/booking/data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPGc+Cgk8bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+CjwvZz4KCTxwYXRoIGQ9Ik0yOC45MTQgOC42MDdjLTAuOTg2LTAuOTg2LTIuNTg2LTAuOTg2LTMuNTcxIDBsLTkuMzc5IDkuMzc5LTkuMzc5LTkuMzc5Yy0wLjk4Ni0wLjk4Ni0yLjU4Ni0wLjk4Ni0zLjU3MSAwcy0wLjk4NiAyLjU4NiAwIDMuNTcxbDExLjE2NCAxMS4xNjRjMC40OTMgMC40OTMgMS4xNDMgMC43NDMgMS43ODYgMC43NDNzMS4yOTMtMC4yNDMgMS43ODYtMC43NDNsMTEuMTY0LTExLjE2NGMwLjk5My0wLjk4NiAwLjk5My0yLjU3OSAwLTMuNTcxeiIgZmlsbD0iIzE3NkJCMiI+PC9wYXRoPgo8L3N2Zz4=);
     background-size: 16px 16px;
}
 .bookingForm textarea {
     box-shadow: none;
     color: #888;
     resize: none;
     overflow: hidden;
}
 .bookingForm .characterCount {
     font-size: 12px;
     color: #888;
     float: right;
     padding-top: 5px;
}
 .bookingForm .signIn{
     border-bottom: 1px solid #888888;
     margin-bottom: 20px;
     color: #666;
     text-align: center;
     font-size: 14px;
}
 .bookingForm .signIn .icon {
     width: 20px;
     font-size: 14px;
     vertical-align: middle;
}
 .bookingForm .signInText{
     color:#176BB2;
     font-family: 'HelveticaNeueLT-Bold';
}
 .bookingForm .errorMessage{
     display:block;
     color:#ED135D;
     font-size: 10px;
     line-height: 16px;
     margin-top: 5px;
}
 .bookingForm .inlineError {
     margin-top: 5px;
}
 .bookingForm .multipleServiceErrors{
     color:#ED135D;
     font-size: 10px;
     line-height: 16px;
}
 .bookingForm .multipleServiceErrors a{
     color:#176BB2;
     font-size: 10px;
     line-height: 16px;
     text-decoration: underline;
}
 .bookingForm input.has-error {
     border: 1px solid #ED135D;
}
 .privacyPolicies {
     border-top: solid 1px #e1e1e1;
}
 .bookingForm .contentDrawer {
     padding: 15px 20px;
}
 .bookingForm .corpPlusAccount-section {
     margin-bottom: 0 !important;
}
 .bookingForm .content-corp-plus {
     padding-top: 10px;
}
 .bookingForm .credit-card-top {
     margin-top: 15px;
}
 .bookingForm .credit-card-bottom {
     margin-top: 10px;
}
 .flex-container {
     padding: 0;
     margin: 0;
     list-style: none;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-flow: row wrap;
     justify-content: space-between;
     align-items: flex-start;
     -webkit-flex-flow: row wrap;
     -webkit-justify-content: space-between;
     -webkit-align-items: flex-start;
     -moz-flex-flow: row wrap;
     -moz-justify-content: space-between;
     -moz-align-items: flex-start;
}
.paymentInfo ul.flex-container {
     margin:10px 0 0 0;
}
.paymentInfo fieldset ul.flex-container {
     margin:10px 0;
}
.paymentInfo.credit-card-top fieldset ul.flex-container {
     margin:0;
}
 .flex-item {
     padding: 0;
     width: 70px;
     min-width: 70px;
     height: 44px;
     margin: 0;
     color: white;
     font-weight: normal;
     font-size: 12px;
     text-align: center;
}
 .flex-item.vs {
     background: url('../images/visa.png') no-repeat;
     margin-bottom:10px;
}
 .flex-item.ms {
     background: url('../images/mastercard.png') no-repeat;
     margin-bottom:10px;
}
 .flex-item.am {
     background: url('../images/amex.png') no-repeat;
     margin-bottom:10px;
}
 .flex-item.dv {
     background: url('../images/discover.png') no-repeat;
     margin-bottom:10px;
}

@media screen and (max-width: 350px) {
     .flex-item.vs, .flex-item.ms, .flex-item.am, .flex-item.dv {
         background-size:86%;
         background-repeat:no-repeat;
         margin-bottom:2px;
    }
     .flex-item.ms, .flex-item.am {
         background-position:top center;
    }
     .flex-item.dv {
         background-position:top right;
    }
}

 @media screen and (min-width: 620px) {
     .bookingForm form {
         padding-top: 20px;
    }
     .bookingForm .legend {
         font-size: 13px;
         margin: 20px 0;
    }
     .bookingForm fieldset{
         padding: 20px 20px 10px 20px;
    }
     .bookingForm .discountApplied {
         padding: 20px 10px 10px 20px;
    }
     .bookingForm .signIn {
         display: none;
    }
     .bookingForm .contactOptions .signIn{
         display: inline-block;
         border-bottom: none;
         margin-bottom: 0;
         color: #666;
         text-align: left;
    }
     .bookingForm .contactOptions .delimiter {
         display: inline;
         color: #888;
         padding: 0 10px;
    }
     .bookingForm .contactOptions .callToBook {
         float: none;
         font-family: 'HelveticaNeueLT-Light';
    }
     .bookingForm .callToBook a {
         color: #444;
    }
     .bookingForm .phoneNumber{
         display:inline;
    }
     .bookingForm .callText{
         display:none;
    }
     .flex-container {
         padding: 0;
         margin: -10px 0 0 0;
         list-style: none;
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         justify-content: flex-start;
         align-items: center;
         flex-wrap: nowrap;
         -webkit-flex-flow: nowrap;
         -webkit-justify-content: flex-start;
         -webkit-align-items: center;
         -webkit-flex-wrap: nowrap;
         -moz-flex-flow: nowrap;
         -moz-justify-content: flex-start;
         -moz-align-items: center;
         -moz-flex-wrap: nowrap;
    }
    .paymentInfo.credit-card-top fieldset ul.flex-container {
     margin:-10px 0 0 0;
    }
     .flex-item {
         width: 72px;
         min-width: 72px;
    }
     .flex-item.vs, .flex-item.ms, .flex-item.am, .flex-item.dv {
         margin:0 20px 0 0;
    }
}
 @media screen and (min-width: 960px) {
     .bookingForm .contactOptions .delimiter, .bookingForm .contactOptions .callToBook {
         display: none;
    }
}

.bookingSummary {
    clear: both;
    overflow: hidden;
    padding: 0 0 8px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.bookingSummary .hotelImage {
    position: relative;
    float: left;
    max-width: 60px;
    height: 60px;
    margin-right: 10px;
}

.bookingSummary .hotelImage img {
    max-width: 100%;
}

.bookingSummary .propertyAddressAndPhoneSection {
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.bookingSummary .bookingAddress,
.bookingSummary .propertyAddressPhone {
    margin-bottom: 10px;
}

.bookingSummary .bookingAddress,
.bookingSummary .propertyAddressPhone {
    position: relative;
    padding-left: 20px !important;
}

.bookingSummary .propertyAddressPhone:before {
    display: none;
    content: '';
}

.bookingSummary .bookingAddress .icon,
.bookingSummary .propertyAddressPhone .icon {
    font-family: 'Motel6_Icons';
    font-size: 110%;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    left: 1px;
    margin-top: -2px;
    text-transform: none;
    color: #176bb2;
}

.bookingSummary .taxesAndFees {
    display: none;
}

.bookingSummary .taxesAndFees .taxInfoCopy {
    display: block;
    margin-top: 10px;
    font-size: 11px;
}

.bookingSummary .roomAmenities {
    font-size: 14px;
    display: none;
}

.bookingSummary .roomInfo {
    float: left;
    width: 72%;
    padding-bottom: 10px;
}

.bookingSummary .hotelName h2 {
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
    margin: 0;
    color: #444;
}

.bookingSummary .roomType {
    font-size: 14px;
    display: block;
    clear: left;
    color: #444;
}

.bookingSummary .roomCost {
    float: right;
    width: 30%;
    text-align: right;
}

.bookingSummary .totalLabel {
    font-size: 10px;
    line-height: 17px;
    display: block;
    color: #888;
}

.bookingSummary .totalAmount {
    font-size: 20px;
    color: #444;
}

.bookingSummary .strikeThrough {
    text-decoration: line-through;
    color: #D62B1E;
}

.bookingSummary .roomDescription {
    display: none;
}

.bookingSummary .stayDates {
    display: none;
    clear: both;
    padding: 10px 0;
    border-top: 1px solid #DCDFE1;
    border-bottom: 1px solid #DCDFE1;
}

.bookingSummary .stayDates table {
    width: 100%;
}

.bookingSummary .stayDates th,
.bookingSummary .stayDates td {
    padding: 0 10px;
    border-right: 1px solid #DCDFE1;
}

.bookingSummary .stayDates th:first-child,
.bookingSummary .stayDates td:first-child {
    padding-left: 0;
}

.bookingSummary .stayDates th:last-child,
.bookingSummary .stayDates td:last-child {
    padding-right: 0;
    border-right: none;
}

.bookingSummary .stayDates th {
    font-size: 12px;
    color: #888;
}

.bookingSummary .stayDates td {
    font-size: 14px;
}

.bookingSummary .nightsList {
    margin: 10px;
    padding: 0;
}

.bookingSummary .nightsList li {
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}

.bookingSummary .top-banner-info {
    font-family: 'HelveticaNeueLT-Medium';
    font-size: 14px;
    line-height: 1.2em;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #12BD5E;
}

.bookingSummary .top-banner-info .info-text:after {
    font-family: 'Motel6_Icons';
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
    content: '\37';
    vertical-align: top;
    color: #fff;
}

.bookingSummary .content-wrapper-summary {
    padding: 0 10px;
}

.bookingSummary .select-rate-drop {
    clear: both;
    width: 100%;
    padding: 10px 0 0 0;
}

.bookingSummary .cpCodeDeduction-details {
    clear: both;
    margin-top: 0;
    padding-top: 20px;
    border: 0;
}

.bookingSummary .cpCodeDeduction-details .avgNightRate {
    color: #A9A9A9;
}

.bookingSummary .cpCodeDeduction-details .total {
    font-size: 16px;
    padding-top: 10px;
    color: #000;
}

.bookingSummary .cpCodeDeduction-details .total .total-val {
    font-weight: bold;
}

.bookingSummary .cpCodeDeduction-details .cpCodeDeduction .red-text {
    color: #fb1a24;
}

.bookingSummary .rateTypeField select {
    text-indent: .01px;
    text-overflow: '';
    background: #fff no-repeat 98% 8px
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPGc+Cgk8bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+CjwvZz4KCTxwYXRoIGQ9Ik0yOC45MTQgOC42MDdjLTAuOTg2LTAuOTg2LTIuNTg2LTAuOTg2LTMuNTcxIDBsLTkuMzc5IDkuMzc5LTkuMzc5LTkuMzc5Yy0wLjk4Ni0wLjk4Ni0yLjU4Ni0wLjk4Ni0zLjU3MSAwcy0wLjk4NiAyLjU4NiAwIDMuNTcxbDExLjE2NCAxMS4xNjRjMC40OTMgMC40OTMgMS4xNDMgMC43NDMgMS43ODYgMC43NDNzMS4yOTMtMC4yNDMgMS43ODYtMC43NDNsMTEuMTY0LTExLjE2NGMwLjk5My0wLjk4NiAwLjk5My0yLjU3OSAwLTMuNTcxeiIgZmlsbD0iIzg4ODg4OCI+PC9wYXRoPgo8L3N2Zz4=);
    background-size: 16px 16px;

    -moz-appearance: none;
}

.bookingSummary .rateTypeField select:focus,
.bookingSummary .rateTypeField select:hover {
    background: #fff no-repeat 98% 8px
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPGc+Cgk8bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+CjwvZz4KCTxwYXRoIGQ9Ik0yOC45MTQgOC42MDdjLTAuOTg2LTAuOTg2LTIuNTg2LTAuOTg2LTMuNTcxIDBsLTkuMzc5IDkuMzc5LTkuMzc5LTkuMzc5Yy0wLjk4Ni0wLjk4Ni0yLjU4Ni0wLjk4Ni0zLjU3MSAwcy0wLjk4NiAyLjU4NiAwIDMuNTcxbDExLjE2NCAxMS4xNjRjMC40OTMgMC40OTMgMS4xNDMgMC43NDMgMS43ODYgMC43NDNzMS4yOTMtMC4yNDMgMS43ODYtMC43NDNsMTEuMTY0LTExLjE2NGMwLjk5My0wLjk4NiAwLjk5My0yLjU3OSAwLTMuNTcxeiIgZmlsbD0iIzE3NkJCMiI+PC9wYXRoPgo8L3N2Zz4=);
    background-size: 16px 16px;
}

.bookingSummary .breakdownByDate {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #DCDFE1;
}

.bookingSummary .breakdownByDate .date {
    float: left;
    width: 70%;
    padding: 15px 15px 15px 0;
}

.bookingSummary .breakdownByDate .amount {
    float: right;
    width: 80px;
    padding: 15px 0 15px 15px;
    text-align: left;
    border-left: solid 1px #e1e1e1;
}

.bookingSummary .nightsList li {
    font-size: 12px;
    padding: 0;
}

.bookingSummary .nightsList {
    margin: 0;
}

.bookingSummary .nightlist-sec {
    margin: 20px 0 0 10px;
    color: #888;
}

.bookingSummary .taxesAndFees {
    font-size: 12px;
    display: block;
    clear: both;
    margin: 0 10px;
    padding: 0;
    color: #888;
    border-top: 1px solid #DCDFE1;
}

.bookingSummary .totalTaxes {
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.bookingSummary .total-price-val {
    font-family: 'HelveticaNeueLT-Medium';
    font-size: 14px;
    color: #444;
}



@media screen and (min-width: 620px) {
    .bookingSummary {
        padding: 0 0 15px;
    }
    .content-wrapper-summary {
        padding: 0 20px;
    }
    .bookingSummary .hotelImage {
        margin-right: 20px;
    }
    .bookingSummary .hotelName h2 {
        font-size: 22px;
    }
    .bookingSummary .roomAmenities {
        display: block;
        color: #888;
    }
    .bookingSummary .totalLabel,
    .bookingSummary .totalCost {
        display: block;
    }
    .bookingSummary .totalLabel {
        font-size: 13px;
    }
    .bookingSummary .totalCost {
        color: #444;
    }
    .bookingSummary .nightsList {
        margin: 10px;
    }
    .bookingSummary .hotelImage {
        max-width: 120px;
        height: 68px;
    }
    .bookingSummary .hotelImage img {
        max-width: 100%;
    }
    .bookingSummary .top-banner-info {
        margin-bottom: 20px;
    }
    .bookingSummary .select-rate-drop {
        padding: 20px 20px 0 20px;
    }
    .bookingSummary .cpCodeDeduction-details {
        margin: 0 20px 0 20px;
    }
    .bookingSummary .nightlist-sec {
        margin: 22px 10px 0 10px;
    }

    .bookingSummary .nightsList li {
        font-size: 14px;
    }

    .bookingSummary .taxesAndFees {
        font-size: 14px;
        margin: 0 20px;
    }
    
    .bookingSummary .taxesAndFees .taxInfoCopy {
        font-size: 12px;
    }

    .bookingSummary .nightsList {
        margin: 0 10px;
    }

    .bookingSummary .total-price-val {
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) {
    .page-book-room {
        margin-left: 0 !important;
        padding-left: 0;
    }

    .page-book-room .contextRail {
        position: relative;
        float: left;
        padding-top: 0;
    }
    .page-book-room .mainContainer {
        float: left;
        width: 67%;
    }

    .page-book-room .mainContentContainer {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .page-book-room .cardContentContainer {
        margin: 0;
    }

    .bookingSummary {
        height: 100%;
        padding: 0 0 30px 0;
    }

    .bookingSummary .hotelImage:after {
        right: 4px;
        bottom: 4px;
        width: 30px;
        height: 25px;
    }

    .bookingSummary .top-banner-info {
        margin-bottom: 0;
        padding: 16px 0;
    }
    .content-wrapper-summary {
        padding: 0 !important;
    }
    .bookingSummary .hotelImage {
        margin-right: 0;
    }
    .bookingSummary .roomInfo {
        width: auto;
    }
    .bookingSummary .hotelImage,
    .bookingSummary .roomInfo {
        float: none;
    }
    .bookingSummary .stayDates,
    .bookingSummary .taxesAndFees,
    .bookingSummary .totalTaxes,
    .bookingSummary .roomInfo {
        margin-right: 20px;
        margin-left: 20px;
    }
    .bookingSummary .propertyAddressAndPhoneSection {
        padding: 0 20px 20px 20px;
    }
    .bookingSummary .roomAmenitiesAndCost {
        line-height: 17px;
        clear: both;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .bookingSummary .hotelImage {
        overflow: hidden;
        max-width: 420px;
        height: auto;
        margin-bottom: 20px;
    }
    .bookingSummary .roomDescription {
        float: left;
        overflow: hidden;
        width: 52%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .bookingSummary .taxesAndFees {
        font-size: 13px;
        display: block;
        clear: both;
        color: #888;
        border-top: 1px solid #DCDFE1;
    }
    
    .bookingSummary .taxesAndFees .taxInfoCopy {
        margin-top: 20px;
    }
    
    .bookingSummary .propertyAddressAndPhoneSection {
        display: block;
        padding-bottom: 10px;
    }
    .bookingSummary .propertyAddressPhone {
        float: none !important;
        width: auto;
    }
    .bookingSummary .roomCost {
        float: right;
        width: 48%;
    }
    .bookingSummary .roomCost .totalLabel,
    .bookingSummary .roomCost .totalAmount {
        display: block;
    }
    .bookingSummary .totalLabel {
        font-size: 12px;
    }
    .bookingSummary .totalAmount {
        font-size: 22px;
    }
    .bookingSummary .stayDates {
        display: block;
    }
    .bookingSummary .roomDescription,
    .bookingSummary .roomCost {
        padding-right: 20px;
        padding-left: 20px;
    }
    .bookingSummary .totalTaxes {
        float: right;
        margin-right: 0;
        padding-right: 0;
    }
    .roomInfo .roomType,
    .roomInfo .roomAmenities {
        display: none;
    }
    .bookingSummary .roomDescription {
        display: block;
    }

    .bookingSummary .totalTaxes {
        margin-right: 0;
    }
}

@media screen and (min-width: 1280px) {
    .bookingSummary .hotelName {
        margin-top: 30px;
    }
    .bookingSummary .hotelImage {
        max-width: 620px;
        height: auto;
    }
    .bookingSummary .propertyAddressAndPhoneSection {
        font-size: 16px;
        clear: both;
        overflow: hidden;
        padding-top: 2px;
        padding-bottom: 10px;
    }
    .bookingSummary .bookingAddress {
        float: left;
    }
    .bookingSummary .propertyAddressPhone {
        bottom: none;
        float: right !important;
        margin-left: none;
        padding-left: 18px;
    }
    .bookingSummary .stayDates {
        padding: 20px 0;
    }
    .bookingSummary .stayDates .item {
        font-size: 14px;
        padding: 0 10px;
    }
    .bookingSummary .stayDates .itemLabel {
        font-size: 13px;
    }
    .bookingSummary .stayDates .itemValue {
        font-size: 16px;
    }
    .bookingSummary .roomType,
    .bookingSummary .roomAmenities {
        font-size: 16px;
    }
    .bookingSummary .totalLabel {
        font-size: 13px;
    }
    .bookingSummary .totalAmount {
        font-size: 24px;
    }
    .bookingSummary .nightsList li {
        font-size: 16px;
    }

    .bookingSummary .taxesAndFees {
        font-size: 16px;
    }
    
    .bookingSummary .taxesAndFees .taxInfoCopy {
        font-size: 14px;
    }

    .bookingSummary .total-price-val {
        font-size: 18px;
    }
}

.page-reservation-confirmation .contextRail {
    padding: 10px;
}

.bookingConfirmation .bannerMessage {
    margin-left: 10px;
    line-height: 20px;
}

.bookingConfirmation .bookingConfirmationMessage {
    max-width: 860px;
    font-family: 'HelveticaNeueLT-Medium';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 20px 10px;
    background-color: #12BD5E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.bookingConfirmation .bookingConfirmationMessage:before {
    font-family: 'Motel6_Icons';
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    content: '\37';
    padding-right: 0;
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
}

.bookingConfirmation .bookingSummary {
    padding: 10px 0 0 0;
}

.bookingConfirmation .hotelText {
    padding: 0 10px;
}

.bookingConfirmation .stayDates {
    margin: 0 10px;
    border-bottom: none;
}

.bookingConfirmation .roomInfo {
    float: none;
    width: 100%;
}

.bookingConfirmation .addressSection,
.bookingConfirmation .bookingAddress,
.bookingConfirmation .propertyAddressPhone {
    float: left;
}

.bookingConfirmation .propertyAddressAndPhoneSection,
.bookingConfirmation .addressSection .directions,
.bookingConfirmation .roomDescription,
.bookingConfirmation .roomCost,
.bookingConfirmation .stayDates {
    display: block;
}

.bookingConfirmation .propertyAddressAndPhoneSection {
    padding: 0 10px;
}

.bookingConfirmation .propertyAddressPhone {
    width: auto;
    margin-left: 20px;
    float: left !important;
}

.bookingConfirmation .roomAmenitiesAndCost {
    padding: 10px;
    border-top: 2px solid #DCDFE1;
    clear: both;
    overflow: hidden;
    color: #888;
}

.bookingConfirmation .roomDescription {
    width: 100%;
    float: left;
}

.bookingConfirmation .roomConfirmationInfo {
    font-size: 12px;
    color: #888;
    display: block;
    padding: 10px;
    border-top: 2px solid #DCDFE1;
}

.bookingConfirmation .roomConfirmationInfo .right-sec-col {
    padding-left: 0;
    text-align: right;
}

.bookingConfirmation .roomConfirmationNumber:before {
    content: '#';
}

.bookingConfirmation .bookAnotherRoomCTAs span {
    font-family: 'HelveticaNeueLT-Bold';
    display: block;
    float: left;
    font-size: 15px;
    width: 50%;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    margin-top: 10px;
    background-color: #12BD5E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.bookingConfirmation .bookAnotherRoomCTAs span:hover {
    background-color: #00D950;
    cursor: pointer;
}

.bookingConfirmation .bookAnotherRoomThisLocationCTA {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px 0 0 4px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px 0 0 4px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #666;
}

.bookingConfirmation .bookAnotherRoomNewLocationCTA {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0 4px 4px 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0 4px 4px 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0 4px 4px 0;
}

.bookAnotherRoom .bookAnotherRoomText {
    display: block;
}

.bookingConfirmation .bookAnotherRoom {
    padding: 10px;
    border-top: 2px solid #DCDFE1;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.bookingConfirmation .discountApplied {
    padding: 10px;
    border-top: 1px solid #DCDFE1;
}

.left-sec-col,
.tax-text {
    float: left;
    padding: 15px 15px 15px 0;
    background: #fff;
}

.right-sec-col,
.tax-amount {
    float: right;
    width: 100px;
    padding: 15px 0 15px 15px;
    text-align: left;
}

.tax-amount {
    border-left: solid 1px #e1e1e1;
    width: 70px;
}

.bookingConfirmation .discountLabel {
    color: #666;
    line-height: 24px;
}

.bookingConfirmation .amountToBeBilled {
    float: right;
    font-size: 24px;
    line-height: 24px;
}

.bookingConfirmation .hotelImage {
    max-width: 860px;
}

.bookingConfirmation .hotelImage img {
    max-width: 100%;
}

@media screen and (min-width: 620px) {
    .bookingConfirmation .bookingSummary {
        padding-top: 20px;
    }

    .bookingConfirmation .hotelText {
        padding: 0 20px;
    }

    .bookingConfirmation .propertyAddressAndPhoneSection {
        padding: 2px 20px 20px;
    }

    .bookingConfirmation .propertyAddressPhone {
        margin-left: 25%;
    }

    .bookingConfirmation .callText {
        display: none;
    }

    .bookingConfirmation .phoneNumber {
        display: inline;
    }

    .bookingConfirmation .stayDates {
        margin: 0 20px;
    }

    .bookingConfirmation .roomAmenitiesAndCost {
        padding: 0 20px;
    }

    .bookingConfirmation .roomDescription {
        padding: 0;
        width: 100%;
    }

    .bookingConfirmation .roomCost {
        padding: 0 0 0 5px;
        width: 30%;
    }

    .bookingConfirmation .discountApplied {
        padding: 20px;
    }

    .bookingConfirmation .roomConfirmationInfo {
        padding: 0 20px;
        font-size: 14px;
    }

    .bookingConfirmation .bookAnotherRoom {
        padding: 25px 20px;
    }
    .tax-amount {
        border-left: solid 1px #e1e1e1;
        width: 80px;
    }

}

@media screen and (min-width: 960px) {
    .page-reservation-confirmation .contextRail {
        position: relative;
        height: auto;
        width: 100%;
        padding: 0 !important;
        clear: both;
        overflow: hidden;
        background: #fff;
    }

    .bookingConfirmation .bookingConfirmationMain {
        width: 67%;
        float: right;
        clear: none;
    }

    .bookingConfirmation .bookingSummary {
        width: 33%;
        float: left;
        clear: none;
    }

    .bookingConfirmation .bookingAddress {
        float: none;
    }

    .bookingConfirmation .propertyAddressPhone {
        width: auto;
        margin-left: 57%;
        bottom: 64px;
    }
}

@media screen and (min-width: 1280px) {
    .bookingSummary .hotelName {
        margin-top: 10px;
    }

    .bookingConfirmation .propertyAddressPhone {
        float: right !important;
        bottom: none;
    }

    .bookingConfirmation .bookingAddress {
        float: left;
    }

    .bookingConfirmation .roomConfirmationInfo {
        font-size: 16px;
    }
}

.corpPlusAccount-section {
	background: #fff;
	overflow: hidden;
	border-bottom: solid 2px #e1e1e1;
}

.corpPlusAccount-section .additionalInfo {
	padding: 15px 0;
	border-top: solid 1px #e1e1e1;
	margin: 10px 10px 0;
}

.corpPlusAccount-section .left-title {
	width: 80%;
}

.corpPlusAccount-section .corpPlus-detail p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #999;
}

.corpPlusAccount-section .corpPlus-detail p span.corpPlus-amount {
	color: #000;
	font-size: 25px;
}

.corpPlusAccount-section .corpPlus-detail {
	padding-bottom: 6px;
	border-bottom: solid 1px #e1e1e1;
}

.corpPlus-radioBtn .radio {
	margin-bottom: 10px;
}

.cpCodeDeduction-details {
	margin-top: 0;
	padding-top: 20px;
	border-top: solid 1px #e1e1e1;
	color: #444;
}

.cpCodeDeduction-details .avgNightRate {
	color: #888;
}

.corpPlus-input .cpCode-title {
	color: #888;
}


.cpCodeDeduction-details .total {
	border-top: solid 1px #e1e1e1;
	padding-top: 10px;
	font-size: 16px;
	color: #000;
}

.cpCodeDeduction-details .total .total-val {
	font-weight: bold;
}

.cpCodeDeduction-details .cpCodeDeduction .red-text {
	color: #d62b1e;
}

.taxesAndFees .red-text {
	color: #d62b1e;
}

@media ( min-width : 620px) {
	.corpPlusAccount-section .corpPlus-detail {
		width: 43%;
		float: left;
		border-bottom: 0;
		padding-left: 30px;
		padding-bottom: 0;
		border-left: solid 1px #e1e1e1;
	}
	.corpPlusAccount-section .corpPlus-radioBtn {
		clear: both;
		width: 100%;
	}
	
	.cpCodeDeduction-details {
		margin-top: 20px;
	}
}
/* BEGIN AMENITIES */

.propertyDetailsContainer {
	margin: 10px auto;
	padding: 0 10px;
	max-width: 1260px;
}

.propertyDetailsContainer .callContactCenter{
	display: none;
}

.amenitiesSection {
	position: relative;
	background-color: #fff;
	overflow: auto;
	border-top: 1px solid #DCDFE1;
}

.amenitiesSection ul {
	padding: 0;
	margin: 0;
}

.amenitiesSection li {
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 17px;
	color: #666;
	height: 40px;
	padding: 10px 0;
	font-family: 'HelveticaNeueLT-Light';
}

.amenitiesSection li:last-child {
	border-bottom: none;
}

.amenitiesSection a {
	font-family: 'HelveticaNeueLT-Roman';
	font-size: 1em;
	color: #176BB2;
	text-decoration: none;
}

.amenitiesContentSection {
	border-bottom: 1px solid #DCDFE1;
	margin-bottom: 20px;
	width: 100%;
}

.amenitiesContentSection:last-child {
	border-bottom: solid 1px #fff;
}

.amenitiesSection h2 {
	font-family: 'HelveticaNeueLT-Light';
	font-size: 18px;
	line-height: 18px;
	color: #176BB2;
	clear: both;
	margin: .25em 0;
	padding: 10px;
	padding-left: 21px;
}

aside {
	position: absolute;
	bottom: 135%;
	left: 50%;
	width: 300px;
	background: #DCDFE1;
	line-height: 30px;
	margin-left: -150px;
	display: none;
	padding: 10px 40px 10px 10px;
	line-height: 1.3;
	z-index: 20;
}

aside:after {
	content: '';
	display: block;
	width: 37px;
	height: 17px;
	background: url('../images/info-pointer.png')
		no-repeat 0 0;
	position: absolute;
	bottom: -17px;
	left: 132px;
}

.amenitiesSection h3 {
	font-family: 'HelveticaNeueLT-Light';
	font-size: 14px;
	line-height: 14px;
	color: #444;
	margin: 0;
	padding: 0 0 10px 0;
}

.amenitiesSection .iconExpand {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 16px;
}

.amenitiesSection .iconExpand:before {
    font-family: Motel6_Icons;
    font-size: 1.7em;
    color: #176BB2;
    content: "\53";
}

.amenitiesSection .active .iconExpand:before {
    content: "\6c";
}

/* END exp*/
.amenitiesContent {
	display: none;
}

.amenityLongDescription {
	display: none;
}

.amenityLongDescription.active {
	display: block;
}

.amenitiesContent.active {
	display: block;
}

.amenitiesSection ul {
	list-style-type: none;
}

.amenitiesContent li:before {
	font-family: 'Motel6_Icons';
	padding-right: 10px;
	font-size: 1.5em;
	color: #888888;
	vertical-align: middle;
}

.kidsStayFree:before {
	content: "\2F";
}

.freeCable:before {
	content: "\4B";
}

.freeCoffee:before {
	content: "\35";
}

.freeLocalCalls:before {
	content: "\21";
}

.petsAllowed:before {
	content: "\44";
}

.amenity-1:before {
	content: "\44";
}

.amenity-3:before {
	content: "\EF";
}

.amenity-4:before {
	content: "\F9";
}

.amenity-5:before {
	content: "\119";
}

.amenity-6:before {
    content: "\f8";
}

.amenity-8:before {
	content: "\35";
}

.amenity-9:before {
	content: "\4B";
}

.amenity-10:before {
	content: "\38";
}

.amenity-11:before {
	content: "\22";
}

.amenity-29:before {
	content: "\75";
}

.amenity-31:before {
	content: "\F5";
}

.amenity-34:before {
	content: "\F1";
}

.amenity-35:before {
    content: "\ec";
}

.amenity-36:before {
    content: "\f3";
}

.amenity-38:before {
	content: "\2F";
}

.amenity-39:before {
	content: "\77";
}

.amenity-40:before {
	content: "\74";
}

.amenity-46:before {
    content: "\65";
}

.amenity-47:before {
	content: "\117";
}

.amenity-51:before {
    content: "\14d";
}

.amenity-44:before {
    content: "\16b";
}


.amenitiesSection .special-amenities ul li {
	width: 100%;
	height: auto;	
}

.iconClose:before {
 content: "\6C";
 position: absolute;
 right: 8px;
 color: #176bb2;
 font-size: 1.5em;
}

.long_description_text{
	padding-left: 14px;
}

@media screen and (min-width: 620px) {
    .propertyDetailsContainer {
    	margin: 20px auto;
    	padding: 0 20px;
    }
	
	.amenitiesSection h2 {
		font-size: 14px;
		color: #666;
	}
	
	.amenitiesSection h3 {
		font-size: 14px;
	}
	
	.amenitiesContent .amenitiesContentSection:last-child {
		border-bottom: none;
	}
	
	.amenitiesSection li:nth-last-of-type(2) {
		border-bottom: solid 1px #fff;;
	}
	
	.amenitiesSection li {
		font-size: 13px;
	}

	.amenitiesSection li {
		font-size: 13px;
		width: 42%;
		float: left;
		margin: 0 30px 0 0;
	}
	
	.long_description_text{
    padding-left: 23px;
    }
}

@media screen and (min-width: 960px) {
    .propertyDetailsContainer {
    	margin: 20px;
    	padding: 0;
    	max-width: 760px;
    }
    
	.amenitiesSection li {
		font-size: 14px;
	}
	
	.long_description_text{
    padding-left: 45px;
    }
}

@media screen and (min-width: 1280px) {
	.amenitiesSection h3 {
		font-size: 18px;
		color: #000;
		padding-bottom: 10px;
	}
	
	.amenitiesSection li:nth-last-of-type(3) {
		border-bottom: solid 1px #fff;;
	}
	
	.amenitiesSection li {
		font-size: 14px;
		width: 27%;
		float: left;
		margin: 0 40px 0 0;
	}
}

/* END AMENITIES */
/* START - PROPERTY ADDRESS */

.propertyAddressSection {
	background-color: white;
	font-size: 14px;
	overflow: hidden;
	padding: 10px;
}

.propertyAddressLocationIcon .icon-location:before {
	font-family: 'Motel6_Icons';
	content: "\2d";
	font-size: 1em;
	color: #176bb2;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.propertyAddressLocationIcon {
	float: left;
	display: inline-block;
}

.propertyAddressDetails { /* float: left;
	display: inline-block;
	padding-left: 0.3%; */
	
}

.addressSection,
.propertyAddressPhone {
	width: 60%;
	position: relative;
	padding-left: 20px !important;
}

.addressSection a {
	font-family: 'HelveticaNeueLT-Roman';
	color: #176BB2;
	text-decoration: none;
}

.propertyAddressPhone {
	width: 40%;
	float: right !important;
	padding-left: 20px !important;
}

.propertyAddressPhone a {
	font-family: 'HelveticaNeueLT-Roman';
	color: #176BB2;
	text-decoration: none;
}

.address-columns {
	padding: 0 2px;
}

.addressSection:before,
.propertyAddressPhone:before {
	position: absolute;
	left: 3px;
	font-family: 'Motel6_Icons';
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: 'Motel6_Icons';
	margin-top: -2px;
}

.addressSection:before {
	color: #888;
}

.propertyAddressPhone:before {
	color: #176bb2;
}

.addressSection:before {
    content: "\2d";
}

.propertyAddressPhone:before {
    content: "\21";
}

.propertyAddressPhone .icon-phone {
    display: none;
}

.propertyAddressSection .phoneDisplayText {
	display: none;
}

.propertyAddressSection .phoneDisplayTextMobile {
    display: inline-block;
}

@media ( min-width : 620px) {
    .propertyAddressSection {
        padding: 20px;
    }
    
	.addressSection,
	.propertyAddressPhone {
		padding-left: 30px !important;
	}
	
	.propertyAddressSection .phoneDisplayText {
        display: inline-block;
    }
    
    .propertyAddressSection .phoneDisplayTextMobile {
        display: none;
    }
}

/* END - PROPERTY ADDRESS */
.propertyNameComponent {
    display: inline-block;
    width: 100%;
    background-color: #DCDFE1;
    padding-top: 10px;
}

.motel6HotelName {
    padding-right: 5px;
    line-height: 18px;
    font-size: 18px;
    vertical-align: top;
}

.motel6HotelAltName {
    color: #888;
    line-height: 18px;
    font-size: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.motel6HotelAltName:before {
    content: '#';
}

.motel6ConditionalText {
    font-family: 'HelveticaNeueLT-Roman';
    color: #6699C2;
    font-size: 12px;
    line-height: 14px;
}

.motel6ConditionalText .newlyOpened {
    display: none;
}

.motel6ConditionalText .verticalRuler {
    display: none;
}

.motel6ConditionalText .modernRooms {
    display: none;
}

.propertyDetailsContent .propertyName.section {
    padding-bottom: 20px;
}

.pdp_breadcrumb {
	padding-left: 25px;
}

.pdp_breadcrumb_country_state_city {
	color: #A6BCC6;
	weight: Helvetica Neue Light;
	size: 12pt;
	float: left;
}

.pdp_breadcrumb_property {
	color: #6699C2;
	weight: Helvetica Neue Light;
	size: 12pt;
	float: left;
}

@media screen and (min-width: 620px) {
    .motel6HotelAltName {
        font-size: 12px;
    }

    .motel6ConditionalText {
        margin-top: 5px;
    }

}

@media screen and (min-width: 1280px) {
    .motel6HotelName {
        line-height: 22px;
        font-size: 22px;
    }

    .motel6HotelAltName {
        line-height: 22px;
        font-size: 14px;
    }
}

@media only screen and (max-device-width: 480px) {
	.pdp_breadcrumb {
		display: none;
	}
}

.propertySizzleText {
	background-color: white;
}

.propertySizzleTextSection {
	position: relative;
	font-size: 14px;
	color: #666;
	font-family: HelveticaNeueLT-Light;
	padding: 0;
}

.sizzleText {
	padding-bottom: 20px;
	display: block;
}

@media ( min-width : 620px) {

}
.special-policies-container {
	background: #fff;
	margin: 10px 0;
	overflow: hidden;
	margin-right: 9px;
	margin-left: 9px;
}

.special-policies-head {
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 11px;
}

.special-policies-btn .icon-expandCollapse {
	width: 25px;
	float: right;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}

.special-policies-btn .icon-expandCollapse:before {
	font-family: 'Motel6_Icons';
	font-size: 1.7em;
	color: #176BB2;
	content: "\53";
}

.special-policies-btn.active .icon-expandCollapse:before {
	font-family: Motel6_Icons;
	content: "\6c";
}

.special-policies-info {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #e1e1e1;
	padding-top: 15px;
}

.special-policies .info-text {
	font-family: 'HelveticaNeueLT-Light';
	font-size: 16px;
	line-height: 1em;
	color: #888888;
}

.special-policies-btn {
	clear: both;
	padding: 10px 10px 0px 10px;
	cursor: pointer;
}

.special-policies-btn span {
	font-size: 20px;
	line-height: 1em;
	display: inline-block;
	padding-top: 5px;
	color: #176BB2;
}

.special-policies-info .info-text {
	font-family: 'HelveticaNeueLT-Light';
	font-size: 16px;
	line-height: 1em;
	color: #888888;
}
.propertyImageCarousel {
	margin: 10px 0;
}

/* Declare heights because of positioning of img element */
.propertyImageCarousel .item {
	height: 100%;
	background-color: #777;
}

.propertyImageCarousel .item img {
    width: 100%;
}

.propertyImageCarousel .carousel-indicators {
	display: none;
}

.propertyImageCarousel .carousel-control {
	position: absolute;
	top: 15%;
	display: none;
}

.propertyImageCarousel .carousel-control {
	visibility: hidden;
}

.propertyImageCarousel:hover .carousel-control {
	visibility: visible;
}

.propertyImageCarousel .carousel-indicators li.active {
    border: 0;
    background-color: #fff !important;
    width: 10px !important;
    height: 10px !important;
    margin: 1px 5px !important;
}

.propertyImageCarousel .carousel-indicators li {    
	background: #c7c7c7;
	background: rgba(255,255,255,0.5);
	border: none;
    margin: 1px 5px;
}

.propertyImageCarousel .galleryOpenToSlide {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 27px;
    height: 21px;
    text-indent: -9999em;
    background: url('../images/icon-gallery.png');
    background-size: contain;
}

@media ( min-width :620px) {
	.propertyImageCarousel .carousel-indicators {
	    display: block;
	}
	
	.propertyImageCarousel {
    	margin: 20px 0;
    }

    .propertyImageCarousel .galleryOpen {
        width: 40px;
        height: 32px;
    }
}

@media ( min-width :960px) {
    .propertyImageCarousel {
    	margin-bottom: 0;
    }

	.propertyImageCarousel .carousel-control {
		display: block;
	}
}
.showReservationLoadingIcon {
    height: 30px;
    z-index: 9999;
    padding: 40px 0;
    display: block;
    background: url('../images/ajax-loader-whitebg.gif') 50%
        50% no-repeat;
}

.reservationsList {
    clear: both;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.reservationsList .item-1 {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    min-height: 120px;
    margin-bottom: 0;
    border: 0;
}

.reservationsList .panel-heading {
    float: left;
    width: 120px;
    height: 120px;
    padding: 0;
    margin-right: 9px;
}

.reservationsList .panel-heading img {
    width: 120px;
    height: 120px;
}

.findReservation .cardContainer {
    margin-bottom: 0 !important;
    position: relative;
}

.reservationsList .panel-text h3 {
    margin: 0;
    font-size: 1.2em;
    padding: 20px 10px 0;
    border-bottom: solid 1px #e1e1e1;
    height: 84px;
}

.reservationsList .panel-text .reservation-btn {
    padding: 6px 6px 5px 10px;
}

.reservationsList .panel-text .reservation-btn span {
    font-size: 18px;
    line-height: 1em;
    display: inline-block;
    padding-top: 3px;
    color: #176bb2;
}

.reservationsList .showCancelConfirm .cancel-text-msg {
	max-width: 60%;
}

/* ==================== Icon Open/Close ===================*/
.reservationsList .col-sections {
    padding-left: 0px;
    padding-right: 0px;
}

.reservationsList .reservation-btn .icon-expandCollapse {
    width: 25px;
    float: right;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

.reservationsList .reservation-btn .icon-expandCollapse:before {
    font-size: 24px;
    color: #176BB2;
    content: "\53";
}

.reservationsList .reservation-btn.active .icon-expandCollapse:before {
    content: "\6c" !important;
}

.reservationsList .reser-search-form {
    margin-top: 0;
    height: auto;
    padding: 20px 10px 10px 10px;
    overflow: hidden;
}

.reservationsList .reser-search-form input,.reservationsList .reser-search-form button
    {
    width: 100%;
}

.reservationsList .reser-search-form input {
    border: 1px solid #e1e1e1;
    height: 40px;
}

.reservationsList .reser-search-form .form-elements {
    margin-bottom: 10px;
    padding: 0 5px;
}

.reservationsList .reser-search-form form .find-button {
    font-size: 18px;
    /*font-weight: 700;*/
    height: 40px;
}

.reservationsList .reser-search-form form p {
    font-size: 16px;
    color: #878787;
    line-height: 1.2em;
}

.reservationsList .reser-search-form form a {
    color: #196bb2;
}

/*=================== OFFER SECTION ELEMENT ====================================*/
.reservationsList .offer-result-section {
    margin-top: 0;
    height: auto;
    border-bottom: 2px solid #DCDFE1;
}

.reservationsList .offer-result-section .row {
    margin: 0 !important;
}

.reservationsList .offer-result-section label {
    display: block;
    line-height: 1.2;
    /* prevent text getting cut off in some webkit browsers */
}

.reservationsList .offer-result-section .offer-title {
    color: #196bb2;
    font-size: 16px;
    font-weight: 400;
}

.reservationsList .offer-result-section .offer-details {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.reservationsList .offer-result-section .offer-confirm-no {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.reservationsList .offer-result-section .offer-head,.reservationsList .offer-result-section .offer-body
    {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.reservationsList .offer-result-section .offer-body {
    border-top: 1px solid #dcdfe1;
}

.reservationsList .offer-result-section:first-child .offer-head {
    border-top: none;
}

.reservationsList .offer-result-section .cancel-btn-container,
.reservationsList .offer-result-section .book-btn-container {
    position: absolute;
    top: 16px;
    right: 0;
}

.reservationsList .offer-result-section .cancel-btn-container button,
.reservationsList .offer-result-section .book-btn-container button {
    float: right;
    font-size: 16px;
    border: 0;
    font-weight: 400;
    padding: 10px 10px 12px;
    height: 42px;
    line-height: 1em;
    font-family: 'HelveticaNeueLT-Bold';
    width: 75px;
    text-align: center;
}



:lang(es) .reservationsList .offer-result-section .cancel-btn-container button,
:lang(es) .reservationsList .offer-result-section .book-btn-container button {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.reservationsList .offer-result-section .offer-body .date-section {
    width: 30%;
}

.reservationsList .offer-result-section .offer-body .num-section {
    width: 20%;
}

.reservationsList .offer-result-section .offer-body .body-titles {
    font-size: 12px;
    color: #878787;
    font-weight: normal;
}

.reservationsList .offer-result-section .offer-body .body-content {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.reservationsList .offer-result-section .offer-body .col-dates {
    padding: 0 3%;
    border-right: solid 1px #e1e1e1;
}

.reservationsList .offer-result-section .offer-body .no-border {
    border-right: 0;
}

.reservationsList .result-tab-section {
    height: auto;
    padding: 10px 10px 0 10px;
    /* margin: 0 10px; */
}

.reservationsList .result-tab-section .nav-tabs {
    background: #dae3e7;
    border-radius: 4px;
}

.reservationsList .result-tab-section .nav-tabs li {
    width: 50%;
}

.reservationsList .result-tab-section .nav-tabs a {
    font-size: 16px;
    border-radius: 0;
    border: none !important;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    padding-top: 16px;
    padding-bottom: 0;
    font-family: 'HelveticaNeueLT-Bold';
    background: transparent !important;
    cursor: pointer;
    color: #176BB2 !important;
}

.reservationsList .result-tab-section .nav-tabs li.active a {
    color: #fff !important;
    cursor: default !important;
}

.reservationsList .result-tab-section .nav-tabs>li.active,.reservationsList .result-tab-section .nav-tabs>li.active:hover,.reservationsList .result-tab-section .nav-tabs>li.active:focus
    {
    background: #6699c0;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 44px;
    -webkit-font-smoothing: antialiased;
}

.reservationDetailsTab {
    display: block;
}

/* ==================== Error Section 1 ===================*/
.reservationsList .error-section {
    background-color: #dbdee0;
    margin: 10px;
    overflow: hidden;
    text-align: center;
}

.reservationsList .error-section .logo-container,.error-section .error-text
    {
    padding: 0;
}

.reservationsList .error-section .logo-container {
    
}

.reservationsList .error-section .error-text {
    padding: 20px 40px;
}

.reservationsList .error-section .error-text a {
    
}

.reservationsList .inlineError {
    display: block;
    font-size: 10px;
    line-height: 16px;
    margin-top: 5px;
}

.noPastReservations,.noUpcomingReservations {
    text-align: center;
    padding: 0 0 10px 0;
}

.noPastReservations p,.noUpcomingReservations p {
    margin: 20px 0;
    font-size: 18px;
}

.page-hotel-search .noPastReservations p,.page-hotel-search .noUpcomingReservations p
    {
    margin-bottom: 0;
}

.btn-makeReservation {
    font-size: 18px;
}

/* ==================== Confirm Box ===================*/
.reservationsList .container-promptBox {
    background-color: #fff;
    padding: 10px 0 20px;
    margin: 0 5px;
    clear: both;
    overflow: hidden;
}

.reservationsList .coinfirm-btn {
    overflow: hidden;
}

.reservationsList .coinfirm-btn .yes-btn,.coinfirm-btn .no-btn {
    width: 50%;
    padding: 0 2px;
}

.reservationsList .coinfirm-btn .ok-btn {
    width: 100%;
    padding: 0;
}

.reservationsList .coinfirm-btn button {
    width: 100%;
}

.hide-tabs ul.nav-tabs {
    display: none;
}

.reservationsList .hide-result {
    display: none;
}

.reservationsList .cancel-text {
    padding: 0 0 10px;
    margin-bottom: 0px;
}

.reservationsList .find-another-reserv {
    padding: 10px;
}

.reservationsList .find-another-reserv .col-left {
    padding: 16px 5px 0;
    color: #999;
}

.reservationsList .another-reservation-btn {
    font-size: 18px;
    height: 48px;
    padding: 10px 0;
    line-height: 1em;
}

.reservationsList .cancellationSection {
    color: #D62B1E !important;
}

/************ Pagination Style ******************/
.reservationDetailsTab .pagination-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -1px;
    border-top: 1px solid #dae3e7;
    border-bottom: 1px solid #dae3e7;
    padding-bottom: 0px;
    clear: both;
}

.reservationDetailsTab ul.pagination {
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.reservationDetailsTab ul.pagination li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px !important;
    /*  border-right: 1px solid #dae3e7 !important; */
}

.reservationDetailsTab ul.pagination li a {
    border-radius: 0px;
    padding: 16px 16px 13px 16px;
    margin-left: 0px;
    display: block;
    font-family: 'HelveticaNeueLT-Bold';
    font-size: 14px;
}

.reservationDetailsTab ul.pagination li:last-child a {
    border-right: 0px;
    margin-left: 0px;
}

.reservationDetailsTab ul.pagination li.active a {
    background-color: #fff;
    color: #A6BCC6 !important;
}

.pagination>li>a,.pagination>li>span {
    border: none;
}

.pagination-info {
    display: none;
    color: #888888;
    padding: 13px 0px;
}

.AssistanceErrorText {
    clear: both;
    margin: 15px 5px;
    padding-top: 10px;
}

.reservationsList .showCancelConfirm {
    width: 100%;
    clear: both;
    margin: 10px 0 0;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    float: left;
}

.reservationsList .assistance-call-error-text {
	clear: both;
}

/*********** Tablet & desktop styles *************/
@media ( min-width : 620px) {
    .reservationsList {
        position: relative;
    }
    .reservationsList .find-another-reserv {
	    padding: 10px 20px 10px;
	}
    .reservationsList .showCancelConfirm {
        width: 55%;
        clear: none;
        float: right;
        padding-left: 20px;
        border-left: 1px solid #e1e1e1;
        border-top: 0;
    }
    .reservationsList .result-tab-section {
        padding: 20px 20px 0 10px;
    }
    .findReservation .cardContainer {
        height: 140px;
    }
    .reservationsList:before {
        border-top: 0;
    }
    .direction-arrow {
        height: 30px;
        width: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 20px solid #fff;
        position: absolute;
        left: 50%;
        margin-left: -12px;
    }
    .reservationsList .reser-search-form {
        padding: 30px 30px 10px 10px;
    }
    .reservationsList .reser-search-form p {
        padding-top: 14px;
        margin-bottom: 0;
    }
    .reservationsList .panel-text .reservation-btn {
        position: relative;
    }
    .reservationsList .reservation-btn.active .icon-expandCollapse:before {
        position: absolute;
        bottom: -50px;
        right: 4px;
        z-index: 9;
    }
    .reservationsList .reser-search-form form .find-button {
        font-size: 16px;
    }
    
    .reservationsList .offer-result-section 
	.cancel-btn-container,.reservationsList .offer-result-section .book-btn-container {
	    top: 35px;
	}
    
    .close-reservation-form {
        position: absolute;
        top: 45px;
        display: block;
        right: 4px;
        cursor: pointer;
        font-size: 27px;
        color: #176BB2;
    }
    .reservationsList .colFirstName,.reservationsList .colLastName {
        width: 18%;
    }
    .reservationsList .colCard {
        width: 36%;
    }
    .reservationsList .colReserveBtn {
        width: 28%;
    }
    .reservationsList .reser-search-form .form-elements {
        padding-left: 4px;
        padding-right: 4px;
    }
    .reservationsList .cancel-btn-container,.reservationsList .book-btn-container
        {
        width: 100px;
    }
    .reservationsList .result-detail {
        width: 30%;
    }
    .reservationsList .offer-result-section {
        border-bottom: 1px solid #DCDFE1;
    }
    .reservationsList .offer-result-section .offer-body {
        border: 0;
        padding-top: 53px;
        padding-bottom: 0;
    }
    .reservationsList .offer-result-section .offer-body .col-dates {
        padding: 0 2%;
    }
    .reservationsList .offer-result-section .offer-body .date-section {
        width: 22%;
    }
    .reservationsList .offer-result-section .offer-body .num-section {
        width: 15%;
    }
    .reservationsList .offer-result-section .cancel-btn-container,.reservationsList .offer-result-section .book-btn-container
        {
        bottom: 15px;
        right: 15px;
        width: 85px;
    }
    .reservationsList .find-another-reserv .col-left {
        width: 50%;
        float: left;
    }
    .reservationsList .find-another-reserv .col-right {
        width: 250px;
        float: right;
    }
    .reservationsList .offer-result-section .offer-title {
        font-size: 18px;
    }
    .reservationsList .offer-result-section .offer-details {
        font-size: 16px;
    }
    .reservationsList .offer-result-section .offer-confirm-no {
        font-size: 16px;
    }
    .reservationsList .offer-result-section .cancel-btn-container button,.reservationsList .offer-result-section .book-btn-container button
        {
        padding: 10px 10px 12px;
        width: 100%;
    }
    /******* Pagination styles *********/
    .reservationDetailsTab .pagination-wrapper {
        padding: 10px 10px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .reservationDetailsTab .pagination-wrapper:after {
        content: ' ';
        clear: both;
        display: table;
    }
    .reservationDetailsTab .pagination-wrapper ul.pagination {
        float: right;
    }
    .pagination-info {
        display: inline-block;
    }
    .reservationDetailsTab .pagination-wrapper .pagination-info {
        float: left;
        padding-left: 10px;
    }
    .reservationsList .cancel-text {
        width: 30%;
        float: left;
        border-bottom: 0;
        margin-right: 0;
    }
    .reservationsList .coinfirm-btn .yes-btn,.reservationsList .coinfirm-btn .no-btn,.reservationsList .coinfirm-btn .ok-btn
        {
        width: 100px;
        padding: 0 10px 0 0;
    }
    .reservationsList .coinfirm-btn button {
        width: 100%;
        height: 35px;
    }
    .reservationsList .offer-result-section 
    .cancel-btn-container,.reservationsList .offer-result-section .book-btn-container
        {
        bottom: 16px;
    }
    .noPastReservations,.noUpcomingReservations {
	    padding: 0 0 20px 0;
	}
}

@media ( min-width : 720px) {
    .reservationsList .result-detail {
        
    }
    .reservationsList .offer-result-section .offer-body {
        padding-top: 25px;
    }
    .reservationsList .offer-result-section .cancel-btn-container,.reservationsList .offer-result-section .book-btn-container
        {
        width: 100px;
    }
    .reservationsList .reser-search-form form .find-button {
        font-size: 18px;
    }
}

@media ( min-width : 760px) {
    .reservationsList .offer-result-section .offer-body .body-titles {
        font-size: 14px;
    }
    .reservationsList .offer-result-section .offer-body .body-content {
        font-size: 16px;
    }
    .reservationsList .result-detail {
        width: 28%;
    }
    .page-hotel-search .reservationsList .offer-result-section .offer-body .date-section
        {
        width: 22%;
    }
    .page-hotel-search .reservationsList .offer-result-section .offer-body .col-dates
        {
        padding: 0 1.5%;
    }
    .page-hotel-search .reservationsList .offer-result-section .offer-body .body-content
        {
        font-size: 14px;
    }
}

@media ( min-width : 960px) {
    .reservationsList .offer-result-section .offer-body .col-dates {
        padding: 0 5%;
    }
    .container-promptBox .cancel-text-msg {
        float: left;
        margin-right: 20px;
        margin-top: 25px;
    }
    .reservationsList .showCancelConfirm .cancel-text-msg {
        float: left;
        margin-top: 8px;
        margin-right: 10px;
    }
    .reservationsList .coinfirm-btn {
        margin-top: 0;
        padding-left: 20px;
    }
    .reservationsList .showCancelConfirm {
        width: 68%;
    }
    .page-hotel-search .reservationsList .coinfirm-btn {
        margin-top: 0;
        float: left;
    }
    .page-hotel-search .container-promptBox .cancel-text-msg {
        float: none;
        margin-right: 15px;
        margin-top: 5px
    }
}
.dateLabel {
     text-align: left;
     padding-left:7px;
     color: #888;
     white-space: nowrap;
}
 .reqLabel {
     padding: 0 10px 2px 0;
     text-align: right;
     margin: -22px 0 0 0;
}
 .motel6Form.groupForm fieldset{
     border:none;
     padding:0px;
     box-shadow:none;
}
 .row p {
     margin: .5em 0 0 7px;
     color: #888;
}
 .row .radio {
     margin-left: 15px;
     color: #888;
}
 .responseMessage {
     margin: 20px 5px;
}
.groupForm select {
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;
    text-indent: 1px;
    text-overflow: '';
}
.groupForm select::-ms-expand {
    display: none;
}
 .groupForm select.form-control.has-error {
     border: 1px solid #ED135D;
}
.groupForm .inlineError {
    margin-top: 5px;
    padding-bottom:0px;
}
 input[required]::-webkit-input-placeholder, textarea[required]::-webkit-input-placeholder {
     color:;
}
 input[required]:-moz-placeholder, select[required]:-moz-placeholder {
     color:;
}
 input[required]::-moz-placeholder, select[required]::-moz-placeholder {
     color:;
}
 input[required]:-ms-input-placeholder, select[required]:-ms-input-placeholder {
     color:;
}
.groupForm .calendars-container {
    width: 100%;
    padding-right: 0px !important;
    margin-bottom: 10px;
}
.groupForm .row.header-drop {
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
}
.groupForm .header-drop .form-control {
    border: 1px solid;
    height: 34px;
}

.groupForm .header-drop .calendar-container:before {
    width: 24px;
    text-align: center;
}

.groupForm .header-drop .dropdown-menu {
    padding: 0px;
    margin: 15px 0 0 0;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}

.groupForm .header-drop .dropdown-menu:before {
    background: url('../images/menu-pointer-shadow.png') no-repeat 40px top;
}

.groupForm .header-drop .dropdown-menu table {
    width: 245px;
}

.groupForm .header-drop .calendar-container:before {
    line-height: 34px;
    width: 34px;
    font-size: 18px;
    color: #888;
    width: 40px;
    content: '\4d';
    border-left: 1px solid #dcdfe1;
}

 @media screen and (max-width: 320px) {
     .reqLabel {
         padding: 0;
         text-align: left;
         margin: 0;
    }
 }
 @media screen and (min-width: 620px) {
     .dateLabel {
         text-align: left;
         padding-left: 3px;
         line-height: 34px;
    }
     .reqLabel {
         width: 75%;
    }
     .groupForm .col-sm-6 {
         width:75%;
    }
     .groupForm .col-sm-2 {
         width:200px;
    }
    .groupForm .calendars-container {
        width: 200px;
    }

}
 @media screen and (min-width: 960px) {
     .dateLabel {
         text-align: left;
         padding-left: 3px;
         line-height: 34px;
    }
     .reqLabel {
         width: 50%;
    }
     .groupForm .col-sm-6 {
         width:50%;
    }
     .groupForm .col-sm-2 {
         
    }
}



