body {
  margin-bottom: 59px;
  font-family: 'Roboto Slab', sans-serif;
  color: #113686;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-decoration: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: #113686;
  font-weight: 700;
  text-decoration: none;
}

.prehead {
  position: relative;
  z-index: 2;
  display: none;
  padding-top: 12px;
}

.prehead-nav-wrap {
  display: block;
  width: 100%;
}

.contact-nav {
  width: 100%;
  padding-left: 0px;
  text-align: center;
  list-style-type: disc;
}

.contact-nav-item {
  display: inline-block;
  overflow: visible;
  height: 36px;
  margin-left: 12px;
  padding-top: 0px;
  padding-left: 41px;
  background-image: url('../images/icons-white.png');
  background-position: 0px 0px;
  background-size: 36px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  list-style-type: disc;
  text-shadow: 1px 1px 6px #113686;
}

.contact-nav-item.icon-phone {
  background-position: 0px -36px;
}

.contact-nav-item.icon-find {
  background-position: 0px -72px;
}

.header {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
}

.header-navbar {
  width: 100%;
  max-width: 100%;
  float: right;
  background-color: rgba(17, 54, 134, 0.5);
}

.header-navbar.sticky {
  background-color: #113686;
  box-shadow: 0 0 6px 0 #fff;
}

.header-navbar-cont {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.header-navbar-brand {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 39%;
}

.header-navbar-nav {
  display: block;
}

.header-navbar-nav-item {
  padding-right: 12px;
  padding-left: 12px;
  border-top: 6px solid transparent;
  color: #fff;
  font-size: 1.3vw;
  line-height: 12px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #113686;
}

.header-navbar-nav-item:hover {
  border-top-color: rgba(255, 237, 0, 0.85);
}

.header-navbar-nav-item.w--current {
  border-top-color: #ffed00;
  color: #fff;
}

.header-navbar-nav-item.nav-home.w--current {
  background-image: url('../images/icons-go_2.png');
  background-position: 0px 0px;
  background-size: 48px;
  background-repeat: no-repeat;
}

.header-navbar-nav-item.nav-home-item {
  top: 5px;
  overflow: hidden;
  width: 0px;
  max-height: 48px;
  padding-right: 0px;
  padding-left: 48px;
  background-image: url('../images/icons-go.png');
  background-position: 0px -292px;
  background-size: 48px;
  background-repeat: no-repeat;
}

.header-navbar-nav-item.nav-home-item:hover {
  border-color: transparent;
  background-position: 0px -244px;
}

.header-navbar-nav-item.nav-home-item.w--current {
  border-color: transparent;
  background-image: url('../images/icons-go.png');
  background-position: 0px -196px;
  background-size: 48px;
}

.bpp-wrap {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.bpp-wrap:hover {
  text-decoration: none;
}

.bpp-wrap.closed {
  border-right: 0px solid transparent;
  border-left: 0px none transparent;
}

.header-navbar-logo {
  position: relative;
  left: -8%;
  z-index: 103;
  display: block;
}

.hero {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 36px solid #113686;
  background-color: #113686;
}

.hero.hero-home {
  border-bottom-width: 6px;
}

.hero-slider {
  z-index: 2;
  width: 100%;
  height: auto;
}

.hero-slider-mask {
  width: 100%;
}

.hero-slider-nav {
  left: 24px;
  right: auto;
  bottom: 0px;
  z-index: 4;
}

.hero-slider-nav.single-image-nav {
  display: none;
}

.header-book {
  position: absolute;
  top: auto;
  right: 72px;
  bottom: 42px;
  z-index: 103;
  width: 25%;
  padding-top: 9%;
  background-image: url('../images/booking-tall.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.booking-form-dummy {
  width: 262px;
}

.hero-mask-below {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: inline-block;
  width: 100%;
  min-height: 140px;
  margin-bottom: -1px;
  background-image: url('../images/mask-below.png');
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-mask-above {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 66.67%;
  min-height: 140px;
  margin-top: -1px;
  background-image: url('../images/mask-above.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-slider-image.placeholder {
  display: none;
}

.hero-text {
  position: absolute;
  left: 0px;
  top: 48%;
  right: 0px;
  z-index: 5;
  text-align: center;
}

.hero-text.hero-short {
  top: 45%;
}

.hero-text.wfl-hide-on-load {
  display: none;
}

.hero-text-main {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 7vw;
  line-height: 7vw;
  font-weight: 700;
  text-shadow: 1px 1px 6px #113686;
}

.hero-text-main.text-yellow {
  color: #ffed00;
}

.hero-text-tag {
  width: 36%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 700;
  text-shadow: 1px 1px 6px #113686;
}

.hero-text-tag.text-yellow {
  color: #ffed00;
}

.header-navbar-wide {
  display: none;
  width: 1920px;
  max-width: 100%;
}

.hero-contact {
  position: relative;
  z-index: 102;
  width: 100%;
  height: auto;
}

.flink-mask-below {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-bottom: -1px;
  background-image: url('../images/mask-below-white.png');
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.flink-mask-below.mask-yellow {
  background-image: url('../images/mask-below-yellow.png');
  background-size: 960px;
}

.flink-mask-below.mask-yellow.flink-notext {
  background-size: contain;
}

.flink-mask-below.flink-intext {
  background-image: url('../images/mask-below-yellow.png');
  background-size: 100%;
}

.flink-cont {
  padding-bottom: 0px;
  border-top: 32px solid #ffed00;
  background-color: #ffed00;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.flink-cont.flink-cont-intext {
  width: 45%;
  margin-left: 24px;
  padding-bottom: 3px;
  float: right;
  border-top-width: 16px;
}

.flink-cont.xwide {
  position: relative;
  max-width: 680px;
  margin-bottom: 36px;
  padding-bottom: 0px;
}

.flink-link-block {
  position: relative;
  display: block;
  width: 100%;
}

.flink-head {
  position: absolute;
  left: 2%;
  top: -44px;
  z-index: 3;
  padding-left: 12px;
  color: #113686;
  font-size: 4vw;
  line-height: 4vw;
  text-decoration: none;
  text-shadow: 1px 1px 6px #fff;
}

.flink-head:hover {
  text-decoration: none;
}

.flink-head.xwide {
  top: -8%;
  z-index: 4;
  margin-top: 0px;
  font-size: 4em;
}

.flink-head.xwide:hover {
  text-decoration: none;
}

.flink-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding: 56.25% 0px 0px;
}

.flink-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.flink-para {
  margin-bottom: 0px;
  padding: 18px 7%;
  background-color: #fff;
}

.flink-more {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-right: 62px;
  padding-bottom: 12px;
  background-color: #ffed00;
  background-image: url('../images/icons-go_1.png');
  background-position: 98% 2px;
  background-size: 48px;
  background-repeat: no-repeat;
  font-size: 2.1vw;
  line-height: 26px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.flink-more:hover {
  background-color: #113686;
  background-position: 98% -46px;
  color: #ffed00;
}

.flink-more.long-text {
  max-height: 48px;
  margin-bottom: 3%;
  padding-top: 0%;
  padding-right: 70px;
  padding-left: 24%;
  font-size: 2vw;
  line-height: 2vw;
  text-align: right;
}

.flink-mask-above {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  width: 100%;
  min-height: 100px;
  margin-top: -1px;
  background-image: url('../images/mask-above-yellow.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.flink {
  width: 90%;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.flink.home-flink {
  margin-top: -24px;
}

.flink.home-top-flink {
  margin-top: -24px;
}

.flink.clsoed-home-top-flink {
  width: 90%;
  margin-top: 0px;
}

.flink.closed-home-top-flink {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  background-color: #113686;
}

.flink-col {
  padding-right: 3%;
  padding-left: 3%;
}

.home-wlink {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.wlink-row {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 20px;
  background-color: transparent;
}

.qlink-para {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  color: #fff;
}

.qlink-more {
  display: inline-block;
  margin-top: 15px;
  padding-right: 52px;
  background-image: url('../images/icons-go_1.png');
  background-position: 100% -48px;
  background-size: 48px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.1vw;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}

.qlink-more:hover {
  text-decoration: none;
}

.qlink-col {
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}

.qlink-col.qlink-bubble {
  margin-top: -4%;
  margin-bottom: -6%;
  padding-bottom: 4%;
  padding-left: 4%;
  background-image: url('../images/bubble.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.qlink-bubble-para {
  width: 90%;
  margin-top: 11%;
  padding-top: 0px;
  font-size: 2.1vw;
  line-height: 2.4vw;
  font-weight: 700;
  text-align: center;
}

.home-wlink-wrap {
  margin-top: 56px;
  margin-bottom: 96px;
  background-color: #113686;
}

.home-wlink-wrap.pt-wrap {
  background-color: #3b81c9;
}

.qlink-bubble-cite {
  font-size: 1.5vw;
  line-height: 0.6vw;
}

.footer {
  position: relative;
  height: 248px;
  border-bottom: 48px solid #113686;
  background-image: url('../images/footer.jpg');
  background-position: 0px 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-affil-img {
  display: block;
  padding-top: 45px;
  padding-right: 25px;
}

.pt-logo {
  margin-bottom: 12px;
}

.footer-affil-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55%;
}

.footer-contact {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -52px;
  margin-left: -1%;
  padding-bottom: 0px;
  float: left;
}

.footer-caption {
  position: absolute;
  left: 0px;
  bottom: -4px;
  display: block;
  padding-left: 36px;
  color: #fff;
  font-style: italic;
}

.social {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 0px;
  text-align: center;
}

.social-link {
  display: inline-block;
  height: 52px;
  padding-right: 22px;
  padding-left: 52px;
  background-image: url('../images/obp-facebook.png');
  background-position: 0px 0px;
  background-size: 48px;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}

.social-link.social-ta {
  background-image: url('../images/obp-tripadvisor.png');
  background-size: 48px;
}

.social-link.social-tw {
  background-image: url('../images/obp-twitter.png');
  background-size: 48px;
}

.content {
  position: relative;
  width: 90%;
  margin-top: -16px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 6px 0 #fff, 0 0 6px 0 #113686;
}

.page-head {
  margin-top: 0px;
  padding: 18px 35px;
  background-color: #ffed00;
  text-decoration: none;
}

.content-row {
  line-height: 0px;
}

.content-col {
  margin-bottom: 24px;
  padding: 48px 48px 36px;
}

.tab-row {
  position: relative;
  padding-bottom: 36px;
}

.tab-row.tab-page {
  margin-top: -57px;
}

.tab-row.full-width {
  margin-right: -36px;
  margin-left: -36px;
}

.content-tabs {
  margin: 36px;
  box-shadow: 0 0 6px 0 #113686;
}

.content-tabs.tabs-small {
  margin-right: 0px;
  margin-left: 0px;
}

.content-tabs.r-acctabs.full-width {
  box-shadow: none;
}

.content-tabs-menu {
  background-color: #fff8b5;
}

.content-tabs-link {
  width: 33.333%;
  min-height: 100px;
  padding-top: 18px;
  padding-bottom: 12px;
  padding-left: 36px;
  border-right: 1px solid #fff;
  border-bottom: 12px solid transparent;
  border-left: 1px solid #ffed00;
  background-color: transparent;
  color: #113686;
  font-size: 22px;
  line-height: 22px;
}

.content-tabs-link:hover {
  background-color: rgba(255, 237, 0, 0.27);
}

.content-tabs-link.w--current {
  display: inline-block;
  width: 33.333%;
  border-bottom-color: #ffed00;
  background-color: rgba(255, 237, 0, 0.27);
}

.content-tabs-link.tabs-small {
  padding-top: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-bottom-width: 8px;
  font-size: 18px;
}

.content-tabs-link.tabs-small.w--current {
  padding-bottom: 6px;
}

.content-tabs-link.book-room {
  width: 25%;
}

.content-tabs-link.book-dorm {
  width: 25%;
}

.content-tabs-link.book-group {
  width: 25%;
}

.content-tabs-link.book-ensuite {
  width: 25%;
}

.content-tabs-link.hide-this {
  display: none;
}

.content-tab-link-text {
  color: #113685;
}

.content-tab-link-text.tab-page {
  font-size: 1.8vw;
  line-height: 36px;
}

.gallery-row {
  padding: 0px 36px 36px;
  text-decoration: none;
}

.gallery-thumbs {
  margin-right: -3px;
  margin-left: -3px;
  text-align: center;
}

.gallery-thumb {
  max-width: 12.5%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-right: 3px;
  padding-left: 3px;
}

.gallery-head {
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 18px;
  background-color: #ffed00;
}

.gallery-link {
  display: block;
  padding: 6px;
  background-color: #ffed00;
  text-align: right;
}

.wlink-book {
  position: static;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 140px;
  padding-top: 24px;
  padding-left: 25%;
  background-color: #113686;
  background-image: url('../images/booking-wide.gif');
  background-position: 11px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wlink-book.wlink-pt {
  background-image: url('../images/booking-wide-pt.gif');
  background-size: contain;
}

.home-intro {
  padding-bottom: 36px;
  background-color: #113686;
}

.home-intro-para {
  color: #fff;
  font-size: 2vw;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.content-tabs-pane {
  padding-right: 36px;
  padding-bottom: 48px;
  padding-left: 36px;
}

.content-tabs-pane.tabs-small {
  padding-top: 18px;
  padding-bottom: 18px;
}

.content-tabs-column {
  padding-right: 36px;
  padding-left: 36px;
}

.image-wrap {
  position: relative;
  width: auto;
  border-top: 18px solid #ffed00;
  border-bottom: 12px solid #ffed00;
}

.image-wrap.image-wrap-top {
  margin-top: 36px;
  margin-bottom: 36px;
}

.image-title-below {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 12px;
  font-size: 24px;
  line-height: 24px;
  text-shadow: 1px 1px 6px #fff;
}

.image-title-above {
  position: absolute;
  left: 0px;
  top: -24px;
  z-index: 3;
  padding-left: 12px;
  font-size: 28px;
  line-height: 28px;
  text-shadow: 1px 1px 6px #fff;
}

.content-tabs-pane-col {
  padding-top: 36px;
  padding-right: 48px;
  padding-left: 48px;
}

.flink-text-below {
  position: relative;
  right: 1px;
  bottom: 0px;
  z-index: 3;
  padding-top: 12px;
  padding-right: 64px;
  padding-bottom: 12px;
  background-color: #ffed00;
  background-image: url('../images/icons-go_1.png');
  background-position: 98% 0px;
  background-size: 48px;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 26px;
  text-align: right;
}

.embed-book {
  margin-top: 36px;
  margin-bottom: 36px;
}

.obp-button {
  padding-right: 36px;
  padding-left: 36px;
  border-radius: 3px;
  background-color: #113686;
}

.single-image-nav {
  display: none;
}

.heading-is-top {
  margin-top: -6px;
}

.form-wrap {
  width: 100%;
  padding: 1% 20px 7% 7%;
  border-radius: 6px;
  background-color: #113686;
  box-shadow: 0 2px 2px 0 hsla(0, 0%, 100%, 0.76);
}

.footer-affil-link {
  position: relative;
  display: block;
  float: right;
}

.iframe-wrap {
  position: relative;
  overflow: hidden;
  height: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 36px;
  padding-bottom: 56.25%;
}

.contact-nav-item-link {
  color: #fff;
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.footer-nav-item-link {
  color: #fff;
}

.ul-intext {
  padding-left: 24px;
}

.tab-wlink-wrap {
  margin-right: -36px;
  margin-left: -36px;
}

.tab-wlink-wrap.wlink-is-bottom {
  margin-bottom: -48px;
}

.header-sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 199;
  display: none;
  opacity: 0;
}

.intext-flink {
  display: inline-block;
  width: auto;
  height: 48px;
  padding-top: 12px;
  padding-right: 60px;
  padding-left: 12px;
  border-radius: 6px;
  background-color: #ffed00;
  background-image: url('../images/icons-go.png');
  background-position: 100% 0px;
  background-size: 48px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 20px;
}

.intext-flink:hover {
  background-color: #113686;
  background-position: 100% -48px;
  color: #ffed00;
}

.sticky-brand {
  display: none;
  width: 33%;
  height: 55px;
  float: left;
  background-image: url('../images/backpackers-plus-logo-wide-nobg.gif');
  background-position: 19px 56%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.sticky-brand.w--current {
  width: 33%;
}

.slider-arrow {
  height: 50%;
}

.copyright {
  position: absolute;
  left: 36px;
  bottom: -84px;
}

.siteby {
  position: absolute;
  right: 36px;
  bottom: -84px;
}

.r-acctabs-hdr-wrap {
  display: block;
  padding: 1px 36px 12px;
  background-color: #fff8b5;
}

.cssissmall {
  display: block;
}

.cssismedium {
  display: block;
}

.cssistiny {
  display: block;
}

.form-footer {
  padding-top: 6px;
  color: #fff;
  text-align: center;
}

.flink-tag-link {
  position: relative;
  width: 100%;
  background-color: #ffed00;
}

.flink-tag-link:hover {
  background-color: #113686;
  color: #ffed00;
}

.flink-tag-link-para {
  padding-top: 0%;
  padding-right: 56px;
  padding-left: 21%;
  font-size: 2vw;
  line-height: 2.2vw;
  text-align: right;
}

.flink-tag-link-bg {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 48px;
  height: 48px;
  background-image: url('../images/icons-go.png');
  background-position: 0px 0px;
  background-size: 48px;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
}

.flink-tag-link-bg:hover {
  background-position: 0px -48px;
}

.form-header {
  color: #ffed00;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.h1-p-style {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.h1-p-style.heading-is-top {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.was-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.hero-slick {
  position: relative;
  border-bottom: 0px solid #113686;
}

.hero-slick.hero-slick-home {
  margin-bottom: -3px;
  border-bottom-width: 0px;
}

.cld-responsive {
  background-color: rgba(0, 0, 0, 0.23);
}

.lazyload {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  max-width: 100%;
}

.test-button {
  font-family: Fontello, sans-serif;
  font-weight: 400;
}

.slide {
  position: relative;
  margin-bottom: -1px;
  background-color: #113686;
}

.mobile-book {
  display: none;
}

.header-contact-wrap {
  position: relative;
  padding-bottom: 32px;
  background-color: #113686;
}

.mobile-only {
  display: none;
}

.single-image-page-contact-wrap {
  position: relative;
  top: 36px;
}

.in-flow {
  margin-bottom: 20px;
}

.banner {
  margin: 48px 3% 74px;
  padding: 0px;
  background-color: #fff8b5;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.banner-h {
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffed00;
}

.banner-p {
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 20px;
  line-height: 1.4;
}

.rtb-banner {
  padding-right: 60px;
  padding-bottom: 18px;
  padding-left: 60px;
}

.rtb-banner p {
  padding-right: 46px;
  padding-left: 46px;
  font-size: 20px;
  line-height: 1.4;
}

.rtb-banner.is-narrow {
  padding-right: 60px;
  padding-left: 60px;
}

.is-note {
  padding: 18px 48px;
  text-align: center;
}

.banner-closed {
  margin: 0px auto;
  padding: 0px;
  background-color: #fff8b5;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.closed-header-navbar-brand {
  width: 20rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .contact-nav {
    padding-left: 0px;
    text-align: center;
  }

  .contact-nav-item {
    font-size: 22px;
    line-height: 28px;
  }

  .header {
    position: relative;
  }

  .header-navbar {
    background-color: #113686;
  }

  .header-navbar-nav-item {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 1.6vw;
  }

  .header-navbar-nav-item:hover {
    border-top-color: rgba(255, 237, 0, 0.85);
  }

  .header-book {
    right: 48px;
    bottom: 18px;
    width: 35%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero-text {
    top: 40%;
    padding-right: 42%;
  }

  .hero-text-main {
    font-size: 6vw;
    line-height: 6vw;
  }

  .hero-text-tag {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    font-size: 3vw;
    line-height: 3vw;
  }

  .hero-contact {
    left: 0px;
    right: 0px;
    bottom: -24px;
    width: 100%;
    margin-left: 0%;
    padding-right: 0px;
  }

  .flink-head {
    top: -47%;
    margin-top: 14%;
  }

  .flink-head.xwide {
    margin-top: -12px;
    font-size: 36px;
    line-height: 36px;
  }

  .flink-para {
    font-size: 15px;
    line-height: 22px;
  }

  .flink-more {
    min-height: 48px;
    padding-top: 16px;
    padding-bottom: 18px;
    font-size: 2.6vw;
    line-height: 18px;
  }

  .flink-more.long-text {
    padding-top: 6px;
  }

  .flink.closed-home-top-flink {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .flink-col {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .wlink-row {
    margin-bottom: 0px;
  }

  .qlink-para {
    padding-top: 5%;
    font-size: 1.8vw;
  }

  .qlink-col.qlink-bubble {
    padding-bottom: 6%;
    background-size: 52%;
  }

  .qlink-bubble-para {
    width: 67%;
    margin-top: 7%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .home-wlink-wrap {
    margin-bottom: 48px;
    padding-bottom: 6px;
  }

  .footer {
    height: 200px;
    border-bottom-style: none;
  }

  .footer-affil-img {
    max-width: 70%;
    padding-top: 0px;
    padding-right: 0px;
  }

  .pt-logo {
    margin-bottom: 0px;
  }

  .footer-affil-wrap {
    top: 48px;
    width: 100%;
  }

  .footer-contact {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin-left: 0%;
    padding-top: 0px;
    float: none;
    text-align: center;
  }

  .footer-caption {
    bottom: -37px;
    display: none;
    padding-left: 24px;
    color: #113686;
    font-size: 13px;
  }

  .page-head {
    text-align: center;
  }

  .content-col {
    padding: 36px 12px;
  }

  .content-col.col-1-5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-col.col-0 {
    display: none;
  }

  .content-tabs-link {
    padding-bottom: 0px;
    line-height: 28px;
  }

  .content-tab-link-text {
    line-height: 28px;
  }

  .content-tab-link-text.tab-page {
    min-height: 44px;
    font-size: 22px;
    line-height: 28px;
  }

  .gallery-thumb {
    max-width: 25%;
  }

  .wlink-book {
    background-size: 25%;
  }

  .home-intro {
    padding-top: 0px;
  }

  .home-intro-para {
    min-height: 43px;
    margin-bottom: -4px;
    padding-top: 16px;
    font-size: 16px;
  }

  .image-title-below {
    display: none;
  }

  .image-title-below.keep-wide {
    display: block;
  }

  .image-title-above {
    display: none;
  }

  .image-title-above.keep-wide {
    display: block;
  }

  .content-tabs-pane-col.col-sml-margin {
    padding: 18px 24px;
  }

  .flink-text-below {
    padding-top: 6px;
    font-size: 16px;
    line-height: 18px;
  }

  .form-wrap {
    box-shadow: 0 2px 2px 0 hsla(0, 0%, 100%, 0.24);
  }

  .contact-nav-item-link {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }

  .intext-flink {
    padding-top: 0px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .sticky-brand {
    width: 30%;
  }

  .copyright {
    bottom: -36px;
  }

  .siteby {
    bottom: -36px;
  }

  .flink-tag-link-para {
    padding-top: 2%;
  }

  .flink-tag-link-bg {
    right: 6px;
    width: 36px;
    height: 36px;
    background-size: 36px;
  }

  .flink-tag-link-bg:hover {
    background-position: 0px -36px;
  }

  .h1-p-style {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    font-weight: 400;
  }

  .header-contact-wrap {
    padding-bottom: 40px;
  }

  .banner-p {
    padding-right: 24px;
    padding-left: 24px;
  }

  .rtb-banner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .rtb-banner p {
    padding-right: 12px;
    padding-left: 12px;
  }

  .rtb-banner.is-narrow {
    padding-right: 23px;
    padding-left: 23px;
  }

  .is-note {
    padding-right: 12px;
    padding-left: 12px;
  }

  .banner-closed {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contact-nav-item {
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 3px;
  }

  .header {
    z-index: 99;
  }

  .header-navbar-brand {
    width: 50%;
  }

  .header-navbar-brand.w--current {
    z-index: 1;
  }

  .header-navbar-nav {
    position: fixed;
    z-index: 1299;
    width: 67%;
    margin-top: 6px;
    padding-top: 0px;
    background-color: #113686;
    box-shadow: -3px 0 3px 3px hsla(0, 0%, 100%, 0.3);
  }

  .header-navbar-nav-item {
    width: 33%;
    height: 70px;
    max-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    border-left: 0px solid transparent;
    border-top-width: 0px;
    font-size: 4.4vw;
    line-height: 4.4vw;
    text-align: center;
  }

  .header-navbar-nav-item:hover {
    border-top-width: 0px;
    border-top-color: transparent;
    border-left-width: 0px;
    border-left-color: transparent;
  }

  .header-navbar-nav-item.w--current {
    border-left-color: rgba(255, 237, 0, 0.85);
    color: #ffed00;
  }

  .header-navbar-nav-item.nav-home-item {
    top: auto;
    width: 100%;
    height: 64px;
    max-height: 64px;
    margin-bottom: 0px;
    padding-left: 6px;
    background-image: none;
    text-align: center;
  }

  .header-navbar-nav-item.nav-home-item:hover {
    background-position: 0px -288px;
  }

  .header-navbar-nav-item.nav-home-item.w--current {
    width: auto;
    padding-left: 6px;
    background-image: none;
  }

  .header-navbar-nav-item.nav-home-item.w--current:hover {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .header-navbar-nav-item.nav-item-mob-xwide {
    width: 50%;
    padding-top: 24px;
    border-top-width: 0px;
    border-left-width: 0px;
  }

  .header-navbar-logo {
    z-index: 1;
  }

  .hero {
    padding-bottom: 0px;
    border-top: 25px solid #113686;
    border-bottom-width: 60px;
  }

  .hero.hero-home {
    border-style: solid;
    border-top-width: 6px;
    border-top-color: #113686;
  }

  .hero-mask-below {
    z-index: 3;
  }

  .hero-mask-above {
    z-index: 2;
    width: 100%;
  }

  .hero-text {
    top: auto;
    bottom: 15%;
    padding-right: 0%;
  }

  .hero-contact {
    width: 100%;
    margin-left: 0%;
  }

  .flink-cont {
    max-width: 550px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .flink-head {
    margin-top: 21%;
    font-size: 12vw;
    line-height: 12vw;
  }

  .flink-head.xwide {
    margin-top: -6px;
  }

  .flink-para {
    font-size: 16px;
    line-height: 22px;
  }

  .flink-more {
    font-size: 28px;
  }

  .flink-more.long-text {
    padding-top: 0px;
    font-size: 26px;
    line-height: 26px;
  }

  .flink-col {
    margin-bottom: 24px;
  }

  .qlink-para {
    padding-top: 5%;
    font-size: 3.6vw;
    line-height: 4.2vw;
  }

  .qlink-more {
    font-size: 4.2vw;
  }

  .qlink-col.qlink-bubble {
    margin-top: -8%;
    background-position: 50% 0px;
    background-size: 75%;
  }

  .qlink-bubble-para {
    font-size: 5vw;
    line-height: 5vw;
  }

  .home-wlink-wrap {
    margin-top: 24px;
  }

  .qlink-bubble-cite {
    font-size: 3vw;
  }

  .footer-affil-img {
    max-width: 100%;
  }

  .footer-affil-wrap {
    top: 22px;
    right: auto;
    width: auto;
    text-align: center;
  }

  .social-link {
    font-size: 22px;
  }

  .content {
    z-index: 5;
  }

  .page-head {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
    line-height: 28px;
  }

  .content-col {
    margin-bottom: 0px;
    padding: 0px 12px;
  }

  .tab-row.tab-page {
    z-index: 5;
    margin-top: -56px;
  }

  .content-tabs-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  .content-tab-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .content-tab-link-text.tab-page {
    min-height: 56px;
    font-size: 16px;
    line-height: 20px;
  }

  .wlink-book {
    height: auto;
    padding-bottom: 12px;
    padding-left: 0%;
    background-image: none;
  }

  .home-intro {
    padding-top: 6px;
  }

  .home-intro-para {
    margin-bottom: 12px;
    padding-top: 2%;
    font-size: 3.6vw;
    line-height: 4.8vw;
  }

  .content-tabs-column {
    padding: 0px 0px 12px;
  }

  .image-wrap.image-wrap-top {
    border-top-width: 36px;
    border-bottom-width: 36px;
  }

  .image-title-below {
    padding-right: 24px;
  }

  .image-title-below.keep-wide {
    bottom: -24px;
  }

  .image-title-above.keep-wide {
    top: -36px;
  }

  .content-tabs-pane-col {
    margin-bottom: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-is-top {
    margin-top: 12px;
  }

  .footer-affil-link {
    display: inline-block;
    width: 12.5%;
    margin-right: 3%;
    float: none;
  }

  .contact-nav-item-link {
    font-size: 3vw;
  }

  .footer-nav-item-link {
    font-size: 18px;
  }

  .intext-flink {
    margin-bottom: 18px;
    padding-top: 12px;
  }

  .navbar-button {
    position: relative;
    top: 8px;
    right: 8px;
    z-index: 99;
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(17, 54, 134, 0.5);
    color: #fff;
  }

  .navbar-button.w--open {
    background-color: #ffed00;
    color: #113686;
  }

  .menu-button {
    color: #fff;
  }

  .navbar-icon {
    padding-left: 0px;
  }

  .header-wrap {
    border-top: 6px solid #ffed00;
  }

  .preheader-para {
    margin-bottom: 0px;
    text-align: center;
  }

  .preheader {
    position: relative;
    z-index: 1;
    background-color: #ffed00;
  }

  .flink-tag-link {
    min-height: 48px;
  }

  .flink-tag-link-para {
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    padding-top: 0%;
    padding-right: 48px;
    padding-left: 0%;
    transform: translate(0px, -50%);
    font-size: 3vw;
    line-height: 3vw;
    text-align: right;
  }

  .hero-slick {
    border-bottom-width: 1px;
  }

  .mobile-book {
    display: flex;
    background-color: #113686;
  }

  .mobile-book-dropdown-text {
    color: #ffed00;
  }

  .mobile-book-dropdown-icon {
    color: #ffed00;
  }

  .mobile-book-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #ffed00;
    border-radius: 18px;
  }

  .mobile-book-dropdown-list.w--open {
    position: relative;
  }

  .mobie-book-wrap {
    position: relative;
    z-index: 6;
    margin-top: -12px;
    margin-bottom: 49px;
    padding-bottom: 17px;
    background-color: #113686;
  }

  .header-contact-wrap {
    position: relative;
    z-index: 4;
  }

  .single-image-page-contact-wrap {
    top: 0px;
  }

  .closed-header-navbar-brand {
    width: 50%;
  }

  .closed-header-navbar-brand.w--current {
    z-index: 1;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 22px;
  }

  h3 {
    text-align: center;
  }

  p {
    text-align: center;
  }

  .contact-nav {
    margin-bottom: 0px;
  }

  .contact-nav-item {
    height: 24px;
    margin-bottom: 2%;
    padding-top: 0px;
    padding-left: 28px;
    background-size: 22px;
  }

  .contact-nav-item.icon-phone {
    padding-left: 22px;
    background-position: 0px -22px;
  }

  .contact-nav-item.icon-find {
    padding-left: 22px;
    background-position: 0px -41px;
  }

  .header-navbar-brand {
    width: 65%;
  }

  .header-navbar-nav {
    padding-top: 9px;
    padding-left: 6px;
    background-color: #113686;
    box-shadow: 0 0 6px 0 #fff;
  }

  .header-navbar-nav-item {
    width: 100%;
    height: auto;
    font-size: 6.8vw;
    line-height: 6.8vw;
    text-align: left;
  }

  .header-navbar-nav-item.nav-home-item {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-top: 3px;
    padding-left: 6px;
    background-image: none;
    text-align: left;
  }

  .header-navbar-nav-item.nav-home-item:hover {
    border-left-color: #ffed00;
  }

  .header-navbar-nav-item.nav-home-item.w--current {
    width: auto;
    padding-left: 6px;
    background-image: none;
  }

  .header-navbar-nav-item.nav-item-mob-xwide {
    width: 100%;
    padding-top: 12px;
  }

  .hero {
    padding-bottom: 0px;
    border-top: 24px solid #113686;
    border-bottom-width: 0px;
  }

  .hero.hero-home {
    padding-bottom: 0px;
  }

  .hero-text-main {
    font-size: 10vw;
    line-height: 10vw;
  }

  .hero-text-tag {
    font-size: 5vw;
    line-height: 5vw;
  }

  .hero-text-tag.text-yellow {
    display: none;
  }

  .hero-contact {
    position: relative;
    top: 0px;
    bottom: auto;
    z-index: 6;
    margin-top: 0px;
  }

  .flink-cont {
    position: relative;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }

  .flink-head {
    top: -36px;
    margin-top: 1%;
    font-size: 16vw;
    line-height: 16vw;
  }

  .flink-head.xwide {
    left: 2%;
    top: -28px;
    font-size: 30px;
  }

  .flink-para {
    text-align: center;
  }

  .flink-more {
    font-size: 24px;
  }

  .flink-more.long-text {
    padding-left: 0%;
    font-size: 5.3vw;
    text-align: center;
  }

  .wlink-row {
    margin-top: 24px;
  }

  .home-wlink-wrap {
    margin-bottom: 14px;
  }

  .home-wlink-wrap.pt-wrap {
    margin-bottom: 23px;
  }

  .footer-affil-wrap {
    top: 30px;
    text-align: center;
  }

  .footer-caption {
    width: 100%;
  }

  .social {
    margin-bottom: -18px;
  }

  .social-link {
    height: 52px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 30px;
    background-position: 0px 8px;
    background-size: 28px;
    font-size: 3.4vw;
  }

  .social-link.social-ta {
    background-size: 28px;
  }

  .social-link.social-tw {
    background-size: 28px;
  }

  .page-head {
    margin-top: 9px;
  }

  .content-col {
    margin-bottom: 36px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }

  .tab-row.tab-page {
    margin-top: -41px;
    margin-right: -21px;
    margin-left: -21px;
    padding-bottom: 0px;
  }

  .tab-row.full-width {
    padding-bottom: 0px;
  }

  .content-tabs.r-acctabs {
    box-shadow: none;
  }

  .content-tabs-link {
    display: inline-block;
    min-height: 80px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .content-tab-link-text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .content-tab-link-text.tab-page {
    font-size: 14px;
    text-align: center;
  }

  .gallery-thumb {
    max-width: 50%;
  }

  .gallery-head {
    padding-left: 0px;
  }

  .wlink-book {
    height: auto;
    padding-bottom: 12px;
  }

  .home-intro {
    position: relative;
    z-index: 0;
  }

  .home-intro-para {
    margin-bottom: 3%;
    padding-top: 0%;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 6.1vw;
    line-height: 7.2vw;
  }

  .content-tabs-pane {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    opacity: 1;
  }

  .image-title-below.keep-wide {
    font-size: 16px;
    line-height: 16px;
    text-align: right;
  }

  .image-title-above.keep-wide {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
  }

  .footer-affil-link {
    top: 12px;
    display: inline-block;
    width: 12.5%;
    margin-left: 3%;
    float: none;
  }

  .contact-nav-item-link {
    position: relative;
    top: -4px;
    font-size: 4vw;
  }

  .tab-wlink-wrap.wlink-is-bottom {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .intext-flink {
    padding-top: 1px;
  }

  .navbar-button {
    color: #fff;
  }

  .navbar-button.w--open {
    background-color: #ffed00;
    color: #113686;
  }

  .copyright {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -36px;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }

  .siteby {
    left: 0px;
    right: 0px;
    bottom: -58px;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }

  .r-acctabs-hdr-wrap {
    display: block;
    margin-bottom: 12px;
    padding-top: 12px;
  }

  .r-acctabs-hdr {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .r-acctabs-open {
    transition: opacity 500ms ease;
  }

  .r-acc-tabs-pane {
    display: none;
  }

  .r-acc-tabs-pane.r-acc-tabs-open {
    display: block;
  }

  .hero-slick {
    z-index: 1;
  }

  .mobile-book {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .mobile-book-dropdown-text {
    color: #ffed00;
    line-height: 0px;
  }

  .mobile-book-dropdown-icon {
    color: #ffed00;
  }

  .mobile-book-dropdown-toggle {
    z-index: 0;
    border: 2px solid #ffed00;
    border-radius: 18px;
    text-align: left;
  }

  .mobile-book-dropdown {
    width: 100%;
    text-align: center;
  }

  .mobile-book-dropdown-list.w--open {
    position: relative;
  }

  .mobie-book-wrap {
    position: relative;
    z-index: 6;
    margin-top: -12px;
    margin-bottom: 49px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #113686;
  }

  .header-contact-wrap {
    position: relative;
    padding-bottom: 12px;
    background-color: #113686;
  }

  .mobile-only {
    display: block;
  }

  .not-mobile {
    display: none;
  }

  .single-image-page-contact-wrap {
    top: 0px;
    background-color: #113686;
  }

  .banner-p {
    font-size: 18px;
  }

  .rtb-banner {
    padding-right: 12px;
    padding-left: 12px;
  }

  .rtb-banner.is-narrow {
    padding-right: 0px;
    padding-left: 0px;
  }

  .closed-header-navbar-brand {
    width: 65%;
  }
}

@font-face {
  font-family: 'Fontello';
  src: url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chunkfive webfont';
  src: url('../fonts/Chunkfive-webfont.eot') format('embedded-opentype'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}