.nav-main.plus {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-main.plus .navbar-brand {
  margin-top: -15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-main.plus .navbar-brand img,
.nav-main.plus .navbar-brand .logo-plus {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}

.nav-main.plus .main .dropdown .icon-plus,
.nav-main.plus .main > li .icon-plus {
  position: absolute;
  display: none;
  width: 32px;
  height: 23px;
}

.nav-main.plus .main .dropdown .icon-plus:before,
.nav-main.plus .main > li .icon-plus:before {
  position: absolute;
  top: -17px;
  left: -22px;
  background: url("../images/GDV-plus-icon.svg") no-repeat center;
  background-size: cover;
}

.nav-main.plus.stick .navbar-brand {
  margin-top: -6px;
}

.icon-plus {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  width: 100px;
  height: 75.7895px;
}

.icon-plus:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: block;
  border: 0px solid #fff;
  width: 100%;
  height: 100%;
  background: url("../images/GDV-plus-icon.svg") no-repeat center;
  background-size: cover;
}

.icon-plus.white:before {
  background: url("../images/GDV-plus-icon-reversed.svg") no-repeat center;
  background-size: cover;
}

.feature .icon-plus {
  width: 50px;
  height: 35.7895px;
}

.feature .icon-plus:before {
  bottom: 0;
  left: -5px;
  background: url("../images/GDV-plus-icon-reversed.svg") no-repeat center;
}

.feature .icon-plus:after {
  content: "Benefit";
  position: absolute;
  top: auto;
  left: -2px;
  right: 0;
  bottom: -11px;
  height: auto;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercasex;
}

.postings .reversed.plus {
  background: linear-gradient(1deg, #0d3b6b, #41a7de) !important;
  background: #3a8be0;
  -webkit-box-shadow: inset 0 0 40px #1b60a8;
  box-shadow: inset 0 0 40px #1b60a8;
}

.plus.modal figure {
  position: relative;
  max-width: 600px;
  border: 1px solid #f89329;
  padding: 30px 0;
  color: #3655a4;
}

.plus.modal figure:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #3655a4;
}

.plus.modal .logo-plus {
  max-width: 480px;
  margin: 0 auto;
}

.plus.modal ul {
  padding: 0 15px;
}

.plus.modal li {
  padding: 8px 0;
}

.plus.modal .lead {
  font-size: 1.05em;
  line-height: 1.25;
}

.plus.modal .lead strong {
  text-transform: uppercase;
}

.plus.modal .lead small {
  font-weight: 400;
}

ul.popularCities {
  display: none;
}

.RootBody .ArnSearchContainerMainDiv {
  padding: 100px 20px 72px;
}

.popularDestinationsLandingContainer {
  display: none;
}

.yourPoints {
  background-color: #2594a8;
}

.featuredDestinationsContainer {
  background-color: #001f3d;
  padding: 35px 0 0;
}

.featuredDestinationsContainer h1 {
  color: white;
  font-size: 32px !important;
  font-weight: lighter;
  padding: 0px 0 45px;
  margin: 0;
  text-align: center;
}

.featuredPropertiesContainerContent h1 {
  margin: 0 0 30px;
}

.featuredContainer {
  padding: 40px 0;
  display: table;
}

.featuredPropertiesContainerContent h2 {
  display: none;
}

.featuredPropertiesContainerContent .underline {
  background-color: #333;
  margin: 19px auto 10px;
}

.featuredProperty h2 {
  display: block;
}

.aboutContainer {
  display: none;
}

.featuredDestinationsContainer.featuredDestinationsContainer > h1::after,
.featuredPropertiesContainerContent.featuredPropertiesContainerContent .text > h1::after {
  content: "";
  position: relative;
  top: 20px !important;
  display: block !important;
  width: 60px !important;
  margin: 0 auto !important;
  height: 1px !important;
}

.featuredPropertiesContainerContent.featuredPropertiesContainerContent .text > h1::after {
  background: #001f3d !important;
}

.featuredDestinationsContainer.featuredDestinationsContainer > h1::after {
  background: white !important;
}

.destinationIncentiveLink {
  background-color: #579cd7;
}

.savingsDisclaimer {
  background-color: #ccf2fd;
  text-align: center;
  color: #154c85;
  padding: 25px 0;
  font-size: 18px;
}

.landingCounterContent {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 50px 0;
}

.programCounterSavings,
.memberCounterSavings {
  color: #1d9c5a;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-shadow: 0 3px 1px rgba(1, 1, 1, 0.1);
  width: 100%;
}

.hotelSavings {
  margin: 0 15px 0 0;
}

.MemberSavings {
  display: inline;
  font-weight: 500;
}

.dollarSign {
  font-weight: 500;
  margin: 0 0 0 13px;
}

.underline {
  width: 50px;
  background-color: white;
  height: 1px;
  display: block;
  margin: 19px auto 24px;
}

@media screen and (min-width: 800px) {
  .landingCounterContent {
    background-color: #ccf2ff;
    max-width: 725px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 10px 0;
    position: relative;
    top: 37px;
  }

  .programCounterSavings,
  .memberCounterSavings {
    font-weight: 500;
    text-shadow: none;
  }

  .hotelSavings,
  .dollarSign,
  .MemberSavings {
    font-weight: 700;
  }
}

/* Accommodates the Change in Savings Text */

@media screen and (min-width: 800px) {
  .ArnRateCell {
    width: 246px;
  }
}

@media screen and (min-width: 1024px) {
  .ArnRateCell {
    width: 248px;
  }
}

@media screen and (min-width: 1280px) {
  .ArnRateCell {
    width: 310px;
  }
}

@media screen and (min-width: 1335px) {
  .ArnRateCell {
    width: 310px;
  }
}

.ArnPropNumber {
  top: 45px;
}

.ArnPropThumb {
  height: 236px;
}

.ArnPropThumb img {
  margin-top: 46px;
}

.pointSavingsLabel,
.pointSavingsValue {
  display: inline-block;
  text-align: left;
  width: 50%;
}

.pointSavingsValue {
  text-align: right;
}

.SinglePropDetail .ArnPropName {
  min-height: 176px;
}

@media screen and (max-width: 1338px) {
  .ArnRateCell {
    font-size: 15px;
    top: 45px;
  }

  .percentSavings {
    top: -30px;
    bottom: initial;
    bottom: auto;
  }
}

@media screen and (max-width: 1280px) {
  .ArnRateCell {
    font-size: 15px !important;
  }
}

.RootBody.IE #adults,
.RootBody.IE #kids,
.RootBody.IE .ArnRooms select {
  width: 94%;
}

/* fixes cruises */

.arnCruise #csCabinNumbers div.list > div input {
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 16px;
  height: initial;
  text-indent: 5px;
  color: #333;
  width: initial;
}

.arnCruise .zzFormBody input,
.arnCruise .zzFormBody select {
  width: initial;
  height: initial;
}

/* Additions for latest GCI Customizations */

.ArnRateCell {
  font-size: 18px;
}

.OnSale .ArnShowRatesLink {
  background: #39f none repeat scroll 0 0;
}

.SinglePropDetail .RoomDescriptionHeader,
.SinglePropDetail .ArnContentGeneralInfo.ArnRateList tr:last-child td:first-child {
  width: 55%;
}

.savingsTable .savings th,
.savingsTable .savings td {
  font-size: 18px;
  font-weight: 700;
}

.exactLocationMatch {
  display: none;
}

.ArnPropertyInCurrentLocation,
.ArnProperty {
  border: 1px solid #bbb !important;
  box-shadow: none;
}

.ArnProperty:hover {
  background-color: #f9f9f9;
}

@media screen and (min-width: 1280px) {
  .ArnContentGeneralInfo {
    margin: 10px 0 0;
  }

  .SinglePropDetail .RoomDescriptionHeader,
  .SinglePropDetail .ArnContentGeneralInfo.ArnRateList tr:last-child td:first-child {
    padding: 0px 10px 25px;
  }

  .SinglePropDetail .RoomRateHeader {
    width: 26%;
  }

  .SinglePropDetail .bookRoomCell {
    top: 15px;
  }

  .SinglePropDetail .ArnContentGeneralInfo.ArnRateList tr:first-child td:first-child {
    padding: 0px 15px 25px;
  }

  .SinglePropDetail .ArnPropertyInCurrentLocation,
  .ArnProperty {
    border: none !important;
  }
}

.arnAir form {
  height: 100% !important;
}

@media screen and (min-width: 800px) {
  .arnAir .container-fluid.cfn-cover {
    height: 100% !important;
  }
}

.footer {
  display: none !important;
}

.footer.arn {
  display: block !important;
  height: 300px;
}

.footer > .container-fluid {
  display: block !important;
  width: 100%;
}

.footer .col-sm-4 {
  width: 25%;
}

.SearchHotels .averageNightly {
  position: absolute;
  bottom: -2px;
  text-align: left;
  line-height: 1em;
}

.SearchHotels .OnSale .averageNightly {
  display: block !important;
}

.averageNightly span {
  display: block;
  font-size: 12px !important;
}

@media screen and (max-width: 800px) {
  .averageNightly {
    bottom: -35px;
    text-align: right;
    right: 0;
  }

  .SearchHotels .averageNightly {
    bottom: -39px;
    text-align: right;
  }
}

/* Copied From Enterprise CSS */

.southWestBanner,
.deltaBanner {
  margin: 5px 0;
}

/* condo promotion title */

.adTitle img {
  display: none;
}

.adTitle {
  background-color: green;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block !important;
}

@media screen and (max-width: 800px) {
  .adTitle {
    display: none;
  }
}

/* Cruises */

#crBody {
  color: #555559;
  font:
    12px NeuzeitGrolig,
    sans-serif !important;
  background-attachment: scroll !important;
  overflow: hidden;
}

#hop_numrewards {
  color: #fff;
}

#crpTopDiv {
  width: 100%;
}

div.zzTopDiv {
  color: #555559;
  font:
    12px NeuzeitGrolig,
    sans-serif !important;
  width: 1170px;
  margin: 10px auto !important;
}

.zzBookingSummary {
  margin: 0 auto 10px;
}

div.zzBookingPricing {
  width: initial;
  width: auto;
}

div.zzBookingPricing > div span.desc {
  float: left;
  margin: 0 10px 0 0;
}

#lfLogoBox {
  display: none;
}

x.zzInterstitialOverlay.default div img {
  display: none;
}

x.zzInterstitialOverlay.default div {
  background-image: url(http://media.travsrv.com/appSkins/28872/v6/themes/standard/images/throbber4.gif);
  background-repeat: no-repeat;
  display: block;
  width: 244px;
  height: 249px;
  margin: 0 auto;
}

#cdpPaxBox {
  font-size: 13px;
}

#lfForm {
  padding: 10px;
  position: static;
}

.crpItineraries {
  float: left;
  margin: 3px 0 4px 40px;
}

.phoneNumber {
  float: right;
  font-size: 0.875em;
  font-weight: normal;
  padding: 3px 10px 4px 0;
}

.crpCruiseListing {
  background-color: #fff;
  border: medium none;
}

.arnCruise li a {
  color: #009dd9;
  text-decoration: underline;
}

h3.crpLengthDestination {
  color: #555559;
}

div.crpPrices {
  margin: 10px 0;
}

div.crpPrices div.cabinType {
  padding: 10px 0;
}

div.crpPrices .originalPrice {
  text-decoration: none;
  color: #888;
}

div.crpPrices .originalPrice .price {
  text-decoration: line-through;
  font-weight: bold;
}

div.crpPrices .memberRate {
  position: static;
  color: #888;
  font-size: inherit;
}

.zzTopDiv .rates .originalPrice {
  color: #888;
  font-weight: normal;
  text-decoration: line-through;
}

.zzTopDiv .rates .memberRate {
  position: static;
  font-size: inherit;
  color: #888;
}

#caMainBody h1 {
  margin: 1em 0 !important;
}

.priceBox h3 {
  margin: 0 !important;
}

div.caCategoryListing div.priceBox div.label {
  display: block;
  color: #555;
  margin: 0.5em 0 1em !important;
}

div.crpPrices .cabinType div {
  margin: 5px 0;
}

.zzContinueButton,
.zzCancelButton,
.zzSubmitButton,
.zwSearchButton,
.zzSelectButton,
.cdpUpdateRatesButton {
  background-color: #009dd9;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px 4px;
  text-transform: none;
  border-radius: 5px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
}

div.zzCloseButton:hover,
div.zzCancelButton:hover,
div.zzLogoutButton:hover,
div.zzContinueButton:hover,
div.zzSaveContinueButton:hover,
div.zzSelectButton:hover,
div.zzSubmitButton:hover {
  background-color: transparent !important;
  border: none !important;
}

.zwSearchButton {
  padding: 10px 10px 8px;
}

.zzContinueButton:hover,
.zzCancelButton:hover,
.zzSubmitButton:hover,
.zwSearchButton:hover,
.zzSelectButton:hover,
.cdpUpdateRatesButton:hover {
  background-color: #017aa8;
}

#crSearchFrame {
  background-color: transparent;
  float: left;
  xheight: 100% !important;
  position: static;
  width: 20%;
}

#lfTopDiv {
  width: 100%;
}

#crBodyFrame {
  width: 78%;
  height: 100% !important;
}

#lfTopDiv {
  background-color: #009dd9;
}

.hdPageTitle {
  background-color: #555559;
}

#lfSelectCriteria select,
#lfResidency select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px !important;
  height: 34px !important;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin: 2px 0;
}

#cdpTopDiv {
  width: 100%;
}

#lfBestDealBox {
  font-size: 12px;
}

#lfPromoCode input {
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 16px;
  height: 34px;
  width: 100%;
}

#lfButtonBox div.links {
  font-size: 12px;
}

#lfButtonBox {
  position: relative;
}

#lfButtonBox span.zwSearchButton {
  float: none;
  left: 50%;
  margin: 3px 5px 0 -27%;
  position: absolute;
  text-align: center;
  top: 58px;
  width: 50%;
}

#hop_points_text,
#hop_numpoints {
  color: white;
}

div.caCategoryListing {
  min-height: 240px !important;
}

#caCategoryList div.tabs > span {
  background-color: #fff;
}

#caTabBody3,
#caCategoryList div#caCategoryListInside.tab,
#caCategoryList div#caTabBody0.tab {
  background-color: #fff;
}

#caCategoryList div.tabs span.selected,
div.caCategoryListing > h3 {
  background-color: #555559;
}

div.zzBookingPricing > div.total {
  color: #009dd9;
  font-size: 18px;
}

#lgCustomerFormBox div.zzCustomerForm {
  xfont-size: 15px;
}

div.zzCustomerForm input,
div.zzCustomerForm select {
  font-size: 15px;
}

div.zzCustomerForm div.formField,
div.zzCustomerForm div.formField1 {
  float: none;
}

div.zzCustomerForm div.formSection {
  border-top: 1px solid #cccccc;
  clear: none;
  float: left;
  margin: 5px 0;
  overflow: visible;
  padding-top: 4px;
  width: 33%;
}

div.zzCustomerForm div.formLabel {
  float: none;
  xfont-size: 15px;
  text-align: left;
  width: initial;
  width: auto;
}

div.zzCustomerForm div.formField,
div.zzCustomerForm div.formField1 {
  float: none;
  xheight: initial;
  height: 50px;
  xheight: auto;
  padding: 0;
  width: 100%;
}

div.zzCustomerForm input,
div.zzCustomerForm select {
  display: block;
  font-size: 15px;
  height: 34px;
  text-indent: 5px;
  width: 90%;
}

#suffix,
#title {
  width: 50%;
}

div.zzCustomerForm div.formField input {
  width: 90%;
}

.lgLoginOption {
  width: 50%;
}

#autologin {
  width: 15px;
  float: left;
  height: 15px;
}

.formSection button {
  width: 100%;
}

div.zzPaxForm {
  font-size: 15px;
}

div.zzPaxForm div.zzTitleBox {
  height: 35px;
}

div.zzPaxForm div.formField,
div.zzPaxForm div.formField1 {
  float: left;
  height: initial;
  padding: 5px 0;
}

div.zzPaxForm div.formField,
div.zzPaxForm div.formField1 {
  height: auto;
}

div.zzPaxForm input,
div.zzPaxForm select {
  border: 1px solid #ccc;
  font-size: 15px;
  height: auto;
  color: #000;
}

div.zzPaxForm input,
div.zzPaxForm select {
  height: initial;
}

.zzTitleBox {
  background-color: #555559;
  color: #ffffff;
}

.ftNeedHelpText span.phone,
.ftNeedHelpText span.refNum,
#lgLoginTypeSelectBox > div.selected {
  color: #009dd9;
}

#cdpTabArea div.rates td {
  padding: 15px;
}

.zzBookingSummary .rocketRewards {
  margin: 0 0 0 auto !important;
  width: 326px;
}

#pmMainBody div.zzBookingSummary div.buttonBox div.total {
  color: #009dd9;
  font-size: 20px;
}

#lfPaxOptions input {
  margin: 0 5px 0 0;
}

#lfPaxOptions span {
  line-height: 1.5em;
  vertical-align: 0;
}

#lfBestDealBox h2 img {
  margin: 0 0 0 5px;
}

div.crpBonusOffers ul {
  padding-left: 0;
}

.zzCopyrightNotice {
  display: none;
}

#crBody {
  overflow: visible;
  height: 3000px;
}

#crpBody {
  overflow: hidden;
}

.formSection:first-child {
  margin: 10px 0;
  border: 1px solid red;
}

#lgLoginTypeSelectBox input {
  margin: 0 5px;
}

.zzInterstitialOverlay,
.zzInterstitialOverlayBox,
.zzModalOverlay {
  z-index: 9999;
  top: 0;
  left: 0;
  top: 0;
}

.arnCruise .nav-main .navbar-nav > li > a,
.arnCruise .nav-main .navbar-nav > li button[type="submit"] {
  text-decoration: none;
}

/* cruise CSS */

/*.navbar-nav.main  { 
    transition: opacity 1s ease;
   -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;  
}

.navbar-nav.main.configured { 
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1; 
}*/

.ArnCheckInContainer {
  margin: 0;
  width: 100%;
}

.RootBody .ArnStayTable td.ArnNights,
.ArnNights {
  display: none;
}

.RootBody .ArnStayTable tr,
.ArnStayTable tr {
  xdisplay: inline-block;
  xwidth: 35%;
}

.RootBody .ArnStayTable tr:last-child,
.ArnStayTable tr:last-child {
  xwidth: 65%;
}

.SinglePropDetail .SimpleSearch .CheckIn {
  width: 100%;
}

/*.SimpleSearch .CheckOut {*/
/*display: none !important;*/
/*}*/
.SimpleSearch .ArnCheckInDate {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .RootPage .ArnCitySearchContainer,
  .RootPage .ArnPOIContainer,
  .RootPage .ArnAirportContainer,
  .RootPage .ArnAddressContainer {
    xwidth: 51% !important;
  }

  .RootPage .ArnCheckInContainer {
    xwidth: 20%;
  }

  .RootBody .ArnSearchHolderBoth {
    xwidth: 28%;
  }
}

@media screen and (max-width: 1280px) {
  .RootBody .ArnAcdParent {
    padding: 11px 10px 10px !important;
    top: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  .RootBody .ArnSearchHolderBoth {
    width: 100%;
  }

  .RootBody .ArnAcdParent {
    padding: 6px 10px 10px !important;
    top: 2px !important;
  }
}

#headerlinkrentals {
  display: none;
}

.RootTypeAllinclusive #CitySearchContainer .autocomplete {
  overflow: scroll;
  height: 300px;
}

.percentSavings,
.ArnSortByDealPercent,
.discountPercent {
  display: none !important;
}

.SearchAllinclusive .PropLimitedAvail .detailsOrNearbyLabel .propertiesNearbyLink {
  display: none !important;
}

.SearchAllinclusive .ArnAvailability {
  font-size: 0;
}

/* ARN Car Rental */

.ArnCarRentals {
  margin: 124px 0 0;
}

/* Total Pricing */

.yourRateContainer .fullStayTotal {
  display: block !important;
  font-size: 18px !important;
  text-align: right;
}

.yourRateAmount {
  display: none !important;
}

.fullStayTotal .labelTotal {
  display: none;
}

.fullStayTotal .note {
  font-size: 14px;
}

.SinglePropDetail .fullStayTotal .note {
  white-space: nowrap;
}

.yourRateContainer {
  display: flex !important;
  justify-content: space-between;
}

.CheckOutForm .dueAtPropertyRow {
  display: table-row !important;
}

.CheckOutForm .dueAtPropertyRow td > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.CheckOutForm .arnPopupContents {
  text-align: left;
}

.CheckOutForm .ArnDueAtProperty {
  display: inline-block;
  width: 50%;
}

.CheckOutForm .ArnDueAtProperty {
  display: inline-block;
  width: 50%;
}

.CheckOutForm .ArnDueAtPropertyFee {
  display: inline-block;
  width: 50%;
}

.CheckOutForm .ArnRateCalendarTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.CheckOutForm .ArnDueAtPropertyFee {
  text-align: right;
}

/* End Total Pricing */
#theAjaxPaymentPolicies #theCharges a {
  color: #23386b;
}
.featuredContainer .featuredProperty h2 {
  padding: 15px 15px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1040px) {
  .featuredContainer .featuredPropertiesContainerContent .text .featuredProperty {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .featuredContainer .featuredPropertiesContainerContent .text .featuredProperty {
    width: 90%;
  }
}
