.destination {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 1rem;
  grid-template-areas: "header header header header" "footer footer footer footer" "content content content content" "sidebar sidebar sidebar sidebar";
}
@media (min-width: 992px) {
  .destination {
    grid-template-areas: "header header header header" "footer footer footer footer" "content content content sidebar";
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .destination {
    grid-gap: 2rem;
    grid-template-areas: "header header header header" "footer content content sidebar";
  }
}
.destination__header {
  grid-area: header;
}
.destination__header .channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.38);
  font-size: 1.125rem;
  font-weight: bold;
}
.destination__header .channel > * {
  margin-right: 0.25rem;
}
.destination__title {
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.125;
  font-weight: 900;
  letter-spacing: -0.05rem;
}
@media (min-width: 768px) {
  .destination__title {
    font-weight: 900;
    font-size: 3.25rem;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .destination__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .destination__title {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}
.destination__footer {
  grid-area: footer;
  grid-gap: 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
  font-size: 0.875rem;
}
@media (max-width: 1199.98px) {
  .destination__footer {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .destination__footer {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
    position: sticky;
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .destination__footer .shariff ul {
    display: block;
    margin-top: 1rem;
  }
}
.destination__footer .shariff ul li {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .destination__footer .shariff ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 0.25rem;
  }
}
.destination__footer .shariff ul li a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .destination__footer .shariff ul li a {
    padding: 0.25rem 0.5rem;
  }
}
.destination__footer .shariff ul li.twitter a {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.destination__footer .shariff ul li.twitter a:hover {
  background-color: #0c85d0;
  border-color: #0c85d0;
}
.destination__footer .shariff ul li.facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.destination__footer .shariff ul li.facebook a:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}
.destination__footer .shariff ul li.googleplus a {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.destination__footer .shariff ul li.googleplus a:hover {
  background-color: #0c85d0;
  border-color: #0c85d0;
}
.destination__footer .shariff ul li.linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}
.destination__footer .shariff ul li.linkedin a:hover {
  background-color: #005582;
  border-color: #005582;
}
.destination__footer .shariff ul li.pinterest a {
  background-color: #BD081C;
  border-color: #BD081C;
}
.destination__footer .shariff ul li.pinterest a:hover {
  background-color: #8c0615;
  border-color: #8c0615;
}
.destination__footer .shariff ul li.tumblr a {
  background-color: #2C4762;
  border-color: #2C4762;
}
.destination__footer .shariff ul li.tumblr a:hover {
  background-color: #1c2e3f;
  border-color: #1c2e3f;
}
.destination__footer .shariff ul li.mail a {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.destination__footer .shariff ul li.mail a:hover {
  background-color: #0286c2;
  border-color: #0286c2;
}
.destination__sidebar {
  grid-area: sidebar;
}
@media (min-width: 992px) {
  .destination__sidebar {
    width: 300px;
    position: sticky;
    top: 80px;
  }
}
.destination__content {
  grid-area: content;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .destination__content {
    line-height: 1.75;
  }
}
.destination__content .field--name-body > p,
.destination__content .field--name-body > .media,
.destination__content .field--name-body > .embedded-entity {
  margin-bottom: 1.5rem;
}
.destination__content .field--name-body .embedded-entity .card--type-ship,
.destination__content .field--name-body .embedded-entity .card--type-port {
  background-color: #F5F6F7;
}
.destination__content .field--name-body .embedded-entity .card--type-ship .card__footer,
.destination__content .field--name-body .embedded-entity .card--type-port .card__footer {
  margin-top: 1rem;
}
.destination__content .field--name-body .embedded-entity .card--type-ship [data-icon-style=button--icon]:before,
.destination__content .field--name-body .embedded-entity .card--type-ship a[data-icon-style=button--icon]:before,
.destination__content .field--name-body .embedded-entity .card--type-port [data-icon-style=button--icon]:before,
.destination__content .field--name-body .embedded-entity .card--type-port a[data-icon-style=button--icon]:before {
  background-color: #cfd8dc;
  border-color: #cfd8dc;
}
.destination__content .field--name-body .embedded-entity .card--type-ship [data-icon-style=button--icon]:hover:before,
.destination__content .field--name-body .embedded-entity .card--type-ship a[data-icon-style=button--icon]:hover:before,
.destination__content .field--name-body .embedded-entity .card--type-port [data-icon-style=button--icon]:hover:before,
.destination__content .field--name-body .embedded-entity .card--type-port a[data-icon-style=button--icon]:hover:before {
  background-color: #fff;
  border-color: #fff;
}
/*# sourceMappingURL=style--destination.css.map */
