@charset "UTF-8";
.light {
  font-weight: 300; }

.bold, bold {
  font-weight: 700; }

.strong, strong {
  font-weight: 700; }

.extrabold {
  font-weight: 900; }

.italic {
  font-style: italic; }

.defaultTXT {
  color: #002D56; }
.defaultBG {
  background-color: #002D56; }

.blueTXT {
  color: #005598; }
.blueBG {
  background-color: #005598; }

.darkBlueTXT {
  color: #082E57; }
.darkBlueBG {
  background-color: #082E57; }

.navyTXT {
  color: #002D56; }
.navyBG {
  background-color: #002D56; }

.deepNavyTXT {
  color: #0C0033; }
.deepNavyBG {
  background-color: #0C0033; }

.cyanTXT {
  color: #00C9DB; }
.cyanBG {
  background-color: #00C9DB; }

.yellowTXT {
  color: #F1C400; }
.yellowBG {
  background-color: #F1C400; }

.redTXT {
  color: #F24F4F; }
.redBG {
  background-color: #F24F4F; }

.blackTXT {
  color: #000; }
.blackBG {
  background-color: #000; }

.darkGreyTXT {
  color: #252525; }
.darkGreyBG {
  background-color: #252525; }

.midGreyTXT {
  color: #999; }
.midGreyBG {
  background-color: #999; }

.greyTXT, .grayTXT {
  color: #CCC; }
.greyBG, .grayBG {
  background-color: #CCC; }

.lightGreyTXT {
  color: #E5E2DC; }
.lightGreyBG {
  background-color: #E5E2DC; }

.whiteTXT {
  color: #FFF; }
.whiteBG {
  background-color: #FFF; }

.text-shadow {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5); }

.line-height-single {
  line-height: 1; }

.centerMe {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.v-center {
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.bottom-center {
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  bottom: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }

.inline-block {
  display: inline-block !important; }

.hideMe {
  display: none; }

.uppercase {
  text-transform: uppercase !important; }

.no-underline {
  text-decoration: none; }

.no-break {
  white-space: nowrap; }

.relative {
  position: relative; }

.imgLeft {
  float: left;
  margin: 0 15px 5px 0;
  padding: 3px;
  border: 0;
  max-width: 40%; }

.imgRight {
  float: right;
  margin: 0 0 5px 15px;
  border: 0;
  max-width: 40%; }

.imgCenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 0; }

.imgBorder {
  border: 1px solid #E5E2DC;
  padding: 3px; }

@media (max-width: 767px) {
  .imgLeft,
  .imgRight {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 0;
    max-width: 100%; } }
ol.list {
  list-style: decimal outside none;
  padding-left: 19px;
  margin-bottom: 1.5em; }
  ol.list:last-child {
    margin-bottom: 0; }
  ol.list li {
    padding-left: 7px; }
    ol.list li:before {
      display: none; }

ul.unlisted {
  list-style: none; }
  ul.unlisted li {
    list-style: none; }

ul.list {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 1.5em; }
  ul.list:last-child {
    margin-bottom: 0; }
  ul.list li {
    position: relative;
    padding-left: 2em; }
    ul.list li:before {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      font-style: normal;
      margin-right: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 2em;
      text-align: center;
      color: #00C9DB; }
    ul.list li + li {
      margin-top: 0.25em; }
    ul.list li:last-child {
      margin-bottom: 0.25em; }
  ul.list.list-caret li:before {
    content: '\f0da'; }
  ul.list.list-square li:before {
    content: '\f0c8'; }
  ul.list.list-square-check li:before {
    content: '\f14a'; }
  ul.list.list-circle li:before {
    content: '\f111'; }
  ul.list.list-circle-check li:before {
    content: '\f058'; }
  ul.list.list-circle-arrow li:before {
    content: '\f138'; }
  ul.list.list-hand li:before {
    content: '\f0a4'; }
  ul.list.list-link-square li:before {
    content: '\f14c'; }

.clickMe {
  cursor: pointer; }

/* Bootstrap Buttons */
.btn, .btn:hover, .btn:focus, .btn:active, .btn.active {
  display: inline-block;
  background: #999;
  text-shadow: none;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 15px !important;
  font-size: 20px;
  line-height: 1em !important;
  font-weight: bold;
  opacity: 1 !important;
  border: 0 !important;
  color: #FFF !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn.btn-light, .btn:hover.btn-light, .btn:focus.btn-light, .btn:active.btn-light, .btn.active.btn-light {
    text-transform: none !important;
    padding: 13px 15px 11px !important;
    font-weight: 400;
    font-size: 16px; }

.btn-danger {
  background: #F24F4F !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #ee2020 !important; }

.btn-default {
  background: #005598 !important; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #0063b2 !important; }
  .invert .btn-default {
    background: #FFF !important;
    color: #005598 !important; }
    .invert .btn-default:hover, .invert .btn-default:focus, .invert .btn-default:active {
      background: #FFF !important;
      color: #008efe !important; }
      .invert .btn-default:hover *, .invert .btn-default:focus *, .invert .btn-default:active * {
        color: #008efe !important; }
    .invert .btn-default * {
      color: #005598 !important; }

.btn-info {
  background: #00C9DB !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #009aa8 !important; }

.btn-primary {
  background: #002D56 !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffcf01 !important; }
  .invert .btn-primary {
    background: #FFF !important;
    color: #002D56 !important; }
    .invert .btn-primary:hover, .invert .btn-primary:focus, .invert .btn-primary:active {
      background: #FFF !important;
      color: #0062bc !important; }
      .invert .btn-primary:hover *, .invert .btn-primary:focus *, .invert .btn-primary:active * {
        color: #0062bc !important; }
    .invert .btn-primary * {
      color: #002D56 !important; }

.btn-success {
  background: #F24F4F !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #F24F4F !important; }

.btn-warning {
  background: #F1C400 !important; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #F1C400 !important; }

.btn-sm {
  font-size: 12px !important;
  padding: 14px 25px 13px !important; }

.btn-lg {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  min-width: 200px; }

.btn-fixed-width {
  width: 350px;
  max-width: 100%; }

/* content */
/* Footer Locations */
.footerMain .footerLinks h3 {
  margin: 1.2em 0; }
  .footerMain .footerLinks h3:first-child {
    margin: 0.25em 0 1.25em; }
.footerMain .footerLinks h3 + ul.unlisted {
  margin: -15px 0 0 25px; }
  .footerMain .footerLinks h3 + ul.unlisted li {
    margin: 0;
    padding: 10px 0;
    line-height: 18px; }
.footerMain .footerLocations h3 {
  margin: 1.2em 0; }
  .footerMain .footerLocations h3:first-child {
    margin: 0.25em 0 1.25em; }
.footerMain .footerLocations h3 + ul.unlisted {
  margin: -15px 0 0 25px; }
  .footerMain .footerLocations h3 + ul.unlisted li {
    margin: 0;
    padding: 0; }
    .footerMain .footerLocations h3 + ul.unlisted li a {
      display: block;
      padding: 10px 0;
      line-height: 18px; }
.footerMain .phoneLabel {
  display: inline-block;
  width: 190px; }
  @media (max-width: 991px) {
    .footerMain .phoneLabel {
      width: 175px; } }
  @media (max-width: 767px) {
    .footerMain .phoneLabel {
      width: 125px; } }
.footerMain .phoneNumber {
  display: inline-block;
  width: 120px;
  white-space: nowrap; }
@media (max-width: 767px) {
  .footerMain .branches {
    text-align: center; } }
.footerMain .branches a {
  display: inline-block; }
  .footerMain .branches a img {
    height: 44px; }
  .footerMain .branches a + a {
    margin: 0 0 0 1.5em; }
    @media (max-width: 350px) {
      .footerMain .branches a + a {
        margin: 0 0 0 1em; } }
.footerMain .social {
  margin: 10px 0 0; }
  @media (max-width: 767px) {
    .footerMain .social {
      text-align: center; } }
  .footerMain .social a {
    display: inline-block; }
    .footerMain .social a .fa {
      font-size: 24px;
      line-height: 1; }
    .footerMain .social a + a {
      margin: 0 0 0 1.75em; }
.footerMain .copyright {
  font-size: 12px;
  line-height: 1.35em; }

#locationsCollapse li.panel {
  background: none;
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* Visualizer Top Property Details */
.property-details h2.propHead {
  display: block;
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
  background: #F1C400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2); }
.property-details .propNotice {
  background: #F1C400;
  margin: 30px 0 0;
  padding: 15px 30px; }
  .property-details .propNotice h2.propNoticeHead {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0.1em; }
  .property-details .propNotice .propNoticeBody {
    font-size: 16px; }
.property-details h2.propAddressHead {
  font-size: 20px;
  margin: 0 0 0.05em; }
  .property-details h2.propAddressHead span {
    color: #002D56;
    display: inline-block;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .property-details h2.propAddressHead span {
        display: block;
        white-space: wrap; } }
    .property-details h2.propAddressHead span:first-child {
      padding-right: 20px; }
.property-details .propAddress {
  color: #002D56;
  font-size: 18px; }
  .property-details .propAddress a {
    color: #082E57; }
    .property-details .propAddress a:hover {
      color: #005598; }
  .property-details .propAddress a.propPhone,
  .property-details .propAddress a.propEmail {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 10px 0 -15px;
    display: block; }
  .property-details .propAddress a.propPhone:before {
    content: "";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    margin: 0 15px 0 0; }
  .property-details .propAddress a.propEmail:before {
    content: "";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    margin: 0 15px 0 0; }
.property-details #propSwiper {
  background: #E5E2DC;
  border-bottom: 30px #E5E2DC solid; }
  .property-details #propSwiper .swiper-slide img {
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 864px; }
    @media (max-width: 991px) {
      .property-details #propSwiper .swiper-slide img {
        height: 768px; } }
    @media (max-width: 767px) {
      .property-details #propSwiper .swiper-slide img {
        height: 368px; } }
  .property-details #propSwiper .swiper-button-prev {
    background: none;
    left: 0;
    right: auto;
    opacity: 1;
    height: 70px;
    top: 50%;
    margin: -50px 15px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-shadow: 0 4px 10px rgba(12, 0, 51, 0.2); }
    .property-details #propSwiper .swiper-button-prev:hover {
      opacity: 1;
      text-shadow: 0 4px 10px rgba(12, 0, 51, 0.5); }
    .property-details #propSwiper .swiper-button-prev:before {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      font-style: normal;
      color: #FFF;
      font-size: 70px;
      line-height: 70px; }
  .property-details #propSwiper .swiper-button-next {
    background: none;
    right: 0;
    left: auto;
    opacity: 1;
    height: 70px;
    top: 50%;
    margin: -50px 15px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-shadow: 0 4px 10px rgba(12, 0, 51, 0.2); }
    .property-details #propSwiper .swiper-button-next:hover {
      opacity: 1;
      text-shadow: 0 4px 10px rgba(12, 0, 51, 0.5); }
    .property-details #propSwiper .swiper-button-next:before {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      font-style: normal;
      color: #FFF;
      font-size: 70px;
      line-height: 70px; }
  .property-details #propSwiper .swiper-pagination {
    bottom: 15px; }
  .property-details #propSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #808080;
    border: 1px solid #FFF;
    opacity: 1; }
    .property-details #propSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #FFF;
      border: 1px solid #808080; }
  .property-details #propSwiper .swiper-slide-caption {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 10px; }
.property-details #map {
  height: 464px;
  margin: 0; }
  @media (max-width: 767px) {
    .property-details #map {
      height: 200px; } }
.property-details.forecast {
  /* DNNC Weather */ }
  .property-details.forecast .propBlockHead:before {
    content: '5 '; }
    @media (max-width: 767px) {
      .property-details.forecast .propBlockHead:before {
        content: '4 '; } }
    @media (max-width: 640px) {
      .property-details.forecast .propBlockHead:before {
        content: '3 '; } }
    @media (max-width: 490px) {
      .property-details.forecast .propBlockHead:before {
        content: '2 '; } }
  .property-details.forecast ul.forecastItems {
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    padding: 10px; }
    @media (max-width: 640px) {
      .property-details.forecast ul.forecastItems {
        padding: 7px; } }
    .property-details.forecast ul.forecastItems > li {
      list-style: none;
      margin: 0 !important;
      padding: 10px; }
      @media (max-width: 767px) {
        .property-details.forecast ul.forecastItems > li:nth-child(5) {
          display: none; } }
      @media (max-width: 640px) {
        .property-details.forecast ul.forecastItems > li:nth-child(4) {
          display: none; } }
      @media (max-width: 490px) {
        .property-details.forecast ul.forecastItems > li:nth-child(3) {
          display: none; } }
      @media (max-width: 550px) {
        .property-details.forecast ul.forecastItems > li {
          padding: 5px; } }
      .property-details.forecast ul.forecastItems > li > div {
        color: #999; }
        .property-details.forecast ul.forecastItems > li > div.day {
          text-align: center;
          color: #999; }
        .property-details.forecast ul.forecastItems > li > div.symbol .dnnc_iconholder.dnnc_xlarge {
          width: 120px;
          margin: 0 auto; }
        .property-details.forecast ul.forecastItems > li > div.symbol ul {
          height: 100%; }
          .property-details.forecast ul.forecastItems > li > div.symbol ul li {
            margin: 0;
            padding: 0;
            position: relative;
            width: 100%; }
            .property-details.forecast ul.forecastItems > li > div.symbol ul li:after {
              top: 0;
              left: 50%;
              -moz-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
        .property-details.forecast ul.forecastItems > li > div.temperature {
          font-weight: bold;
          text-align: center; }
          @media (max-width: 640px) {
            .property-details.forecast ul.forecastItems > li > div.temperature {
              font-size: 12px; } }
          .property-details.forecast ul.forecastItems > li > div.temperature .max {
            color: #002D56; }
        .property-details.forecast ul.forecastItems > li > div.description {
          color: #999;
          display: none; }
      .property-details.forecast ul.forecastItems > li > li {
        margin: 0;
        padding: 0; }

.propBoxColumns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-fill: balance;
  column-fill: balance;
  margin: 30px 0; }
  @media (max-width: 767px) {
    .propBoxColumns {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
      -moz-column-fill: balance;
      column-fill: balance; } }
  .propBoxColumns .propBox {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .propBoxColumns .propBox:first-child {
      margin-top: 0; }
    .propBoxColumns .propBox:last-child {
      margin-bottom: 0; }

.propBox {
  background: #E5E2DC;
  margin: 30px 15px;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .propBox + .propBox {
      margin-top: -10px; } }
  .FAQs .propBox {
    margin: 0 0 30px; }
  .propBox.propBoxPad {
    padding: 30px; }
    @media (max-width: 767px) {
      .propBox.propBoxPad {
        padding: 15px; } }
  .propBox ul {
    margin: 0 0 0 25px;
    padding: 15px; }
    .propBox ul li {
      padding: 0 0 0 10px;
      list-style-type: disc;
      line-height: 1.25em; }
      .propBox ul li:last-child {
        margin: 0; }
    .resources .propBox ul {
      margin: 0;
      padding: 10px 15px 15px; }
      .resources .propBox ul li {
        list-style: none;
        position: relative;
        padding: 7px 45px 5px 15px; }
        @media (max-width: 767px) {
          .resources .propBox ul li {
            padding: 7px 35px 5px 2px; } }
        .resources .propBox ul li a {
          color: #002D56;
          font-size: 20px;
          border-bottom: 1px solid #002D56;
          line-height: 1.25em; }
          .resources .propBox ul li a:hover {
            color: #005598;
            border-bottom-color: #005598; }
          .resources .propBox ul li a:after {
            content: "";
            font-family: "FontAwesome";
            font-weight: normal;
            font-style: normal;
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 28px; }
  .propBox h2.propBlockHead {
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    line-height: 24px; }
  .propBox h3.propBlockHead {
    -webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
    box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
    display: block;
    margin: 0;
    line-height: 20px;
    position: relative;
    padding: 10px 15px 10px 55px; }
    @media (max-width: 767px) {
      .propBox h3.propBlockHead {
        padding: 10px 45px 10px 55px; } }
    .propBox h3.propBlockHead:after {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      font-style: normal;
      position: absolute;
      top: 11px;
      right: 0;
      width: 30px;
      height: 24px; }
      .propBoxColumns .propBox h3.propBlockHead:after {
        display: none; }
    .propBox h3.propBlockHead.collapsed:after {
      content: '\f067'; }
    .propBox h3.propBlockHead:before {
      content: url(../images/icons/placeholderSVG.gif);
      background-repeat: no-repeat;
      background-position: 50% 0;
      position: absolute;
      top: 7px;
      left: 0;
      width: 55px;
      height: 24px; }
    .propBox h3.propBlockHead.propExperience:before {
      background-image: url(../images/icons/icon-experience.svg); }
    .propBox h3.propBlockHead.propComfort:before {
      background-image: url(../images/icons/icon-comfort.svg); }
    .propBox h3.propBlockHead.propVisit:before, .propBox h3.propBlockHead.propBase:before {
      background-image: url(../images/icons/icon-map-marker.svg); }
    .propBox h3.propBlockHead.propRestaurant:before {
      background-image: url(../images/icons/icon-restaurant.svg); }
    .propBox h3.propBlockHead.propShop:before {
      background-image: url(../images/icons/icon-shop.svg); }
    .propBox h3.propBlockHead.propDirections:before {
      background-image: url(../images/icons/icon-directions.svg); }
    .propBox h3.propBlockHead.propRoom:before {
      background-image: url(../images/icons/icon-home.svg); }
  .propBox h3.propHead,
  .propBox h2.h3.propHead {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 15px 15px 0;
    line-height: 24px; }

.propBoxIntro {
  padding: 45px 0 15px;
  font-size: 16px; }

/* Trip Advisor Widget */
.travelAdvisor {
  float: right;
  margin-top: -15px;
  padding-left: 30px; }
  @media (max-width: 991px) {
    .travelAdvisor {
      float: none;
      margin-top: 30px;
      padding: 0 0 5px; } }
  .travelAdvisor .TA_links {
    margin: 0;
    padding: 0;
    list-style: none; }
  .travelAdvisor .TA_cdsratingsonlywide > img {
    position: absolute; }
  .travelAdvisor .cdsROW.white.wide {
    background-color: transparent;
    width: auto !important;
    height: auto; }
    .travelAdvisor .cdsROW.white.wide .logo {
      border: 0;
      padding: 0; }
      .travelAdvisor .cdsROW.white.wide .logo img {
        max-width: 250px;
        width: 250px;
        height: auto; }
    .travelAdvisor .cdsROW.white.wide .cdsROWContainer {
      display: block;
      width: 100%;
      height: auto;
      text-align: left;
      line-height: 0; }
      .travelAdvisor .cdsROW.white.wide .cdsROWContainer .cdsComponent {
        display: block;
        max-width: 100% !important;
        height: auto;
        vertical-align: middle; }
        .travelAdvisor .cdsROW.white.wide .cdsROWContainer .cdsComponent.cdsLocName {
          padding: 0 0 5px;
          font-size: 14px;
          text-align: left; }
          .travelAdvisor .cdsROW.white.wide .cdsROWContainer .cdsComponent.cdsLocName a {
            font-size: 16px !important;
            text-decoration: none;
            display: block;
            font-family: "Libre Franklin", sans-serif;
            color: #002D56;
            /* fix so T.A. logo go to property link */
            position: relative;
            padding-top: 60px;
            margin-top: -50px; }
    .travelAdvisor .cdsROW.white.wide .cdsRating {
      padding: 0;
      margin-bottom: -3px; }
      .travelAdvisor .cdsROW.white.wide .cdsRating .ui_bubble_rating {
        font-size: 25px; }
      .travelAdvisor .cdsROW.white.wide .cdsRating span {
        vertical-align: middle;
        white-space: nowrap; }
        .travelAdvisor .cdsROW.white.wide .cdsRating span + span {
          padding-left: 10px;
          font-size: 16px;
          font-family: "Libre Franklin", sans-serif;
          color: #002D56;
          opacity: 0.6; }

.travelAdvisorReviews .TA_selfserveprop img {
  position: absolute; }
.travelAdvisorReviews #CDSWIDSSP {
  width: 100% !important;
  background-color: transparent; }
  .travelAdvisorReviews #CDSWIDSSP + img,
  .travelAdvisorReviews #CDSWIDSSP + img + img {
    position: absolute; }
  .travelAdvisorReviews #CDSWIDSSP .widSSPData {
    padding: 0;
    background-color: transparent; }
    .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPSummary a {
      text-decoration: none; }
      .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPSummary a dt {
        color: #002D56;
        font-family: "Libre Franklin", sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.25em;
        text-transform: uppercase;
        margin: 0 0 0.5em; }
        .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPSummary a dt:after {
          content: ' Reviews'; }
    .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall {
      padding: 0;
      margin-bottom: -3px; }
      .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall .ui_bubble_rating {
        font-size: 25px;
        display: inline-block;
        vertical-align: middle; }
        .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall .ui_bubble_rating + div {
          display: inline-block;
          vertical-align: middle;
          white-space: nowrap;
          font-family: "Libre Franklin", sans-serif;
          font-size: 14px;
          color: #002D56;
          opacity: 0.6; }
          .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall .ui_bubble_rating + div b {
            font-size: 14px;
            color: #002D56; }
    .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPOneReview {
      margin: 0;
      padding: 0; }
      .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet {
        margin: 0; }
        .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li {
          margin: 0 0 10px; }
          .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li + li {
            padding: 10px 0 0; }
          .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
            font-family: "Libre Franklin", sans-serif;
            font-size: 14px;
            color: #002D56;
            display: block;
            opacity: 0.6; }
            .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span + span {
              font-weight: 900;
              font-size: 20px;
              display: block;
              opacity: 1; }
    .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPLegal {
      margin: 5px 0 0;
      font-family: "Libre Franklin", sans-serif;
      font-size: 12px;
      color: #002D56;
      opacity: 0.6;
      clear: both;
      position: absolute;
      bottom: 0;
      right: 0; }
    .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPAll {
      margin: 0; }
      .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPAll a, .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPAll a:link, .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPAll a:visited, .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPAll a:active {
        color: #002D56;
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        text-decoration: none;
        text-transform: capitalize;
        outline: none;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        padding: 10px 0 0;
        display: inline-block; }
      .travelAdvisorReviews #CDSWIDSSP .widSSPData .widSSPAll a:hover {
        color: #005598;
        text-decoration: none; }
  .travelAdvisorReviews #CDSWIDSSP .widSSPBranding {
    display: none; }
  .travelAdvisorReviews #CDSWIDSSP .widSSPH11 {
    display: none; }
  .travelAdvisorReviews #CDSWIDSSP .widSSPComponent {
    font-size: 16px; }
    .travelAdvisorReviews #CDSWIDSSP .widSSPComponent + .widSSPOptional + .widSSPOptional {
      border: 0; }

/* Home Hero */
.hero {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }
  .hero.gradient-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80ffffff',GradientType=0 ); }
  .hero .content {
    height: 696px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    @media (max-width: 991px) {
      .hero .content {
        height: 459.36px; } }
    @media (max-width: 767px) {
      .hero .content {
        height: 229.68px; } }
  .hero-home {
    height: 696px; }
    @media (max-width: 991px) {
      .hero-home {
        overflow: hidden;
        height: 459.36px; } }
    @media (max-width: 767px) {
      .hero-home {
        height: 229.68px; } }
    .hero-home .content h1 {
      text-transform: uppercase;
      margin: 0;
      font-size: 100px; }
      @media (max-width: 991px) {
        .hero-home .content h1 {
          font-size: 81px; } }
      @media (max-width: 767px) {
        .hero-home .content h1 {
          font-size: 48px; } }
    .hero-home .content .hero-logo {
      max-width: 45%; }
  .hero.hero-simple.gradient-overlay:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  .hero.hero-simple .content h1 {
    margin: 15px 0;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    max-width: 100%; }
    @media (max-width: 991px) {
      .hero.hero-simple .content h1 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .hero.hero-simple .content h1 {
        font-size: 30px; } }
    .hero.hero-simple .content h1 small {
      display: block;
      opacity: 1;
      margin-top: 10px; }
  .hero.hero-simple .content .hero-logo {
    max-width: 45%; }

/* Featured Property */
.featured-property h2 {
  display: block;
  font-size: 32px;
  line-height: 36px;
  padding: 10px 15px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  background: #005598;
  margin: 0;
  -webkit-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2); }
.featured-property .button-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 85, 152, 0.5);
  padding: 8px;
  text-align: center;
  -webkit-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2); }
  .featured-property .button-bar .btn-fixed-width {
    width: 256px;
    max-width: 45%;
    margin: 0 4px; }

.image-block {
  position: relative; }
  .image-block img {
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 864px; }
    @media (max-width: 991px) {
      .image-block img {
        height: 768px; } }
    @media (max-width: 767px) {
      .image-block img {
        height: 368px; } }

/* Home Blocks*/
.home-questions .image-block img {
  height: 640px; }
  @media (max-width: 991px) {
    .home-questions .image-block img {
      height: 424px; } }
.home-questions .button-bar {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  padding: 0 15px; }
  .home-questions .button-bar .box-content {
    background: rgba(255, 255, 255, 0.85);
    width: 550px;
    max-width: 100%;
    margin: 0 auto 25px;
    text-align: center;
    padding: 15px 30px;
    -webkit-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
    -moz-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
    box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2); }
    .home-questions .button-bar .box-content h2 {
      text-transform: uppercase;
      font-size: 48px;
      margin: 0; }
      @media (max-width: 767px) {
        .home-questions .button-bar .box-content h2 {
          font-size: 32px; }
          .home-questions .button-bar .box-content h2 br {
            display: none; } }
    .home-questions .button-bar .box-content div, .home-questions .button-bar .box-content div div, .home-questions .button-bar .box-content div p, .home-questions .button-bar .box-content div li {
      font-size: 24px; }
    .home-questions .button-bar .box-content .btn-light:before {
      content: "";
      font-family: "FontAwesome";
      font-weight: normal;
      font-style: normal; }

.home-lodge-info .image-block img {
  height: 720px; }
  @media (max-width: 991px) {
    .home-lodge-info .image-block img {
      height: 480px; } }
.home-lodge-info h2 {
  background: #002D56;
  display: block;
  font-size: 32px;
  text-align: center;
  padding: 12px 15px;
  text-transform: uppercase;
  margin: 0; }
  .home-lodge-info h2 small {
    display: block;
    font-size: 20px;
    opacity: 1;
    font-weight: normal !important;
    text-transform: none;
    margin: -2px 0 2px; }
.home-lodge-info .box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 15px 30px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2); }
  .home-lodge-info .box-content div ul {
    margin: 0 auto;
    width: 95%; }
    @media (max-width: 767px) {
      .home-lodge-info .box-content div ul {
        width: 100%; } }
    .home-lodge-info .box-content div ul li {
      font-size: 24px;
      margin: 0 20px;
      display: inline-block; }
      @media (max-width: 640px) {
        .home-lodge-info .box-content div ul li {
          font-size: 18px;
          margin: 0 10px; } }
      .home-lodge-info .box-content div ul li:before {
        content: "";
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        font-size: 6px;
        vertical-align: middle;
        padding: 0 15px 0 0; }
  .home-lodge-info .box-content .btn-phone-icon:before {
    content: "";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal; }
.home-lodge-info .button-bar {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  padding: 0 15px; }

.home-PCS h2 {
  text-transform: uppercase;
  font-size: 80px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 15px; }
  @media (max-width: 991px) {
    .home-PCS h2 {
      font-size: 50px; }
      .home-PCS h2 br {
        display: none; } }
  .home-PCS h2.invert {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
.home-PCS .image-block img {
  height: 640px; }
  @media (max-width: 991px) {
    .home-PCS .image-block img {
      height: 424px; } }
.home-PCS .box-content {
  background: #002D56;
  width: 100%;
  text-align: center;
  padding: 30px 30px; }
  .home-PCS .box-content div, .home-PCS .box-content div div, .home-PCS .box-content div p, .home-PCS .box-content div li {
    font-size: 48px; }
    @media (max-width: 767px) {
      .home-PCS .box-content div, .home-PCS .box-content div div, .home-PCS .box-content div p, .home-PCS .box-content div li {
        font-size: 32px; } }
.home-PCS .button-bar {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  background: #002D56;
  margin: 10px 0 0; }

/* FAQs */
.FAQs .panel {
  margin: 30px 0 0;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
.FAQs .propBox {
  margin: 0;
  -webkit-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .FAQs .propBox {
      margin-bottom: 15px; } }
.FAQs h2.propBlockHead {
  font-size: 20px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  display: block;
  margin: 0;
  line-height: 20px;
  position: relative;
  padding: 11px 55px 9px 30px; }
  @media (max-width: 767px) {
    .FAQs h2.propBlockHead {
      padding: 10px 40px 10px 15px; } }
  .FAQs h2.propBlockHead:after {
    content: "";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 11px;
    width: 30px;
    height: 24px;
    right: 25px; }
    @media (max-width: 767px) {
      .FAQs h2.propBlockHead:after {
        right: 0; } }
  .FAQs h2.propBlockHead.collapsed:after {
    content: '\f067'; }
.FAQs .panel-content {
  padding: 15px 30px; }
  @media (max-width: 767px) {
    .FAQs .panel-content {
      padding: 15px 15px; } }

/* Content */
.contacts {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  .contacts ul {
    max-width: 100%;
    margin: 0 auto;
    width: 295px; }
    @media (max-width: 767px) {
      .contacts ul {
        width: 280px; } }
  .contacts li {
    text-align: left; }
  .contacts .phoneLabel {
    display: inline-block;
    width: 180px; }
    @media (max-width: 767px) {
      .contacts .phoneLabel {
        width: 150px; } }
  .contacts .phoneNumber {
    display: inline-block;
    white-space: nowrap;
    width: 110px; }

/* disclaimer */
.disclaimer * {
  line-height: 1.15em; }

.disclaimer p {
  margin-bottom: 10px; }

.disclaimer h2 {
  border-bottom: 1px solid #E5E2DC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold; }

/* temp new forecast */
.property-forecast .propBoxBody {
  padding: 10px;
  background: #F2F1EE; }
.property-forecast .propBox {
  margin-top: 60px; }
