@media (max-width: 767px) {
  header.content {
    margin-bottom: 16px;
  }
}
div.content {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  div.content {
    padding: 0;
  }
}
.faded {
  display: block !important;
  opacity: 0.6;
}
div.heading,
section.feed,
section.notifications,
section.profile {
  float: left;
  width: 544px;
}
@media (max-width: 943px) {
  div.heading,
  section.feed,
  section.notifications,
  section.profile {
    float: none;
    width: auto;
  }
}
section.sidebar,
footer.sidebar,
section.profile + section {
  float: right;
  clear: right;
  width: 304px;
}
@media (max-width: 943px) {
  section.sidebar,
  footer.sidebar,
  section.profile + section {
    float: none;
    width: auto;
  }
}
@media (max-width: 943px) {
  section.feed {
    margin-bottom: 32px;
  }
}
section.feed > div {
  margin-bottom: 16px;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(175, 181, 188, 0.4);
}
@media (max-width: 767px) {
  section.feed > div {
    margin-bottom: 16px;
    border-radius: 0;
  }
}
section.feed > div:empty {
  display: none;
}
section.error,
section.notifications {
  margin-bottom: 16px;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(175, 181, 188, 0.4);
}
@media (max-width: 767px) {
  section.error,
  section.notifications {
    margin-bottom: 16px;
    border-radius: 0;
  }
}
section.feed > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
  border: dashed 2px #D9DCE0;
  border-radius: 3px;
  padding: 16px;
}
@media (max-width: 767px) {
  section.feed > aside {
    margin: 16px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  section.feed > p {
    padding: 16px;
    text-align: center;
  }
}
section.feed > table {
  margin-bottom: 16px;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(175, 181, 188, 0.4);
  width: 100%;
}
@media (max-width: 767px) {
  section.feed > table {
    margin-bottom: 16px;
    border-radius: 0;
  }
}
section.feed > form {
  margin-bottom: 16px;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(175, 181, 188, 0.4);
  padding: 16px;
}
@media (max-width: 767px) {
  section.feed > form {
    margin-bottom: 16px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  section.feed > form {
    padding: 16px;
  }
}
section.error > p {
  padding: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  section.error > p {
    padding-left: 16px;
    padding-right: 16px;
  }
}
div.heading {
  position: relative;
  width: 544px;
  margin-bottom: 16px;
}
@media (max-width: 943px) {
  div.heading {
    width: auto;
  }
}
@media (max-width: 767px) {
  div.heading {
    margin-bottom: 0;
    padding: 16px;
  }
}
div.heading + section.feed > aside {
  margin-top: 0;
}
div.heading h1 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  div.heading h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
div.heading h1 + a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  div.heading h1 + a {
    bottom: 16px;
    right: 16px;
  }
}
div.heading ol.breadcrumbs {
  width: 944px;
}
@media (max-width: 943px) {
  div.heading ol.breadcrumbs {
    width: auto;
  }
}
div.heading ol.breadcrumbs:last-child {
  margin-bottom: 0;
}
a.more,
a.loading,
span.end {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
a.loading,
span.end {
  text-decoration: none;
  color: #AFB5BC;
  cursor: default;
}
.avatar {
  float: left;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .avatar {
    width: 25px;
    height: 25px;
  }
}
.avatar + div {
  min-height: 30px;
  margin-left: 40px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .avatar + div {
    min-height: 25px;
    margin-left: 33px;
  }
}
.thumb {
  float: left;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .thumb {
    width: 40px;
    height: 40px;
  }
}
.thumb + div {
  min-height: 40px;
  margin-left: 50px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .thumb + div {
    min-height: 40px;
    margin-left: 48px;
  }
}
.banner {
  width: 100%;
  height: 260px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .banner {
    height: 110px;
  }
}
.banner + div {
  line-height: 20px;
}
/* post */
small.reply {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.name {
  font-weight: bold;
  color: inherit;
}
p.rating {
  font-size: 22px;
  line-height: 1;
  color: #FFA72E;
}
p.rating.rating-1 span:nth-child(-n+1),
p.rating.rating-2 span:nth-child(-n+2),
p.rating.rating-3 span:nth-child(-n+3),
p.rating.rating-4 span:nth-child(-n+4),
p.rating.rating-5 span:nth-child(-n+5) {
  color: #FFA72E;
}
p.title {
  word-wrap: break-word;
}
p.description {
  white-space: pre-line;
  word-wrap: break-word;
}
ol.photos {
  font-size: 0;
}
@media (max-width: 767px) {
  ol.photos {
    margin-right: -8px;
  }
}
ol.photos > li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: rgba(245, 245, 245, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
  overflow: hidden;
}
ol.photos > li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(42, 44, 46, 0.3);
}
ol.photos button.delete {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 4px;
  font-size: 24px;
  line-height: 18px;
  color: #D9DCE0;
}
ol.photos button.delete:hover,
ol.photos button.delete:focus {
  color: #AFB5BC;
}
ul.photos {
  margin-right: -8px;
  font-size: 0;
}
@media (max-width: 943px) {
  ul.photos {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
ul.photos > li {
  display: inline-block;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
@media (max-width: 943px) {
  ul.photos > li {
    margin-bottom: 0;
  }
}
ul.photos > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 943px) {
  ul.photos a.photo {
    width: 152px;
    height: 114px;
  }
}
ul.photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.grid {
  width: 512px;
  height: 341.33333333px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  ul.grid {
    width: 100%;
  }
}
@media (max-width: 414px) {
  ul.grid {
    /* iphone 6+, 6s+, 7+ */
    height: 254.66666667px;
  }
}
@media (max-width: 375px) {
  ul.grid {
    /* iphone 6, 6s, 7 */
    height: 228.66666667px;
  }
}
@media (max-width: 320px) {
  ul.grid {
    /* iphone 5, 5s */
    height: 192px;
  }
}
ul.grid > li {
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
}
ul.grid > li:only-child {
  float: none;
  width: 100%;
}
ul.grid > li:nth-child(1):nth-last-child(2),
ul.grid > li:nth-child(1):nth-last-child(3) {
  padding-right: 4px;
}
@media (max-width: 767px) {
  ul.grid > li:nth-child(1):nth-last-child(2),
  ul.grid > li:nth-child(1):nth-last-child(3) {
    padding-right: 2px;
  }
}
ul.grid > li:nth-child(2):nth-last-child(1),
ul.grid > li:nth-child(2):nth-last-child(2),
ul.grid > li:nth-child(3):nth-last-child(1) {
  padding-left: 4px;
}
@media (max-width: 767px) {
  ul.grid > li:nth-child(2):nth-last-child(1),
  ul.grid > li:nth-child(2):nth-last-child(2),
  ul.grid > li:nth-child(3):nth-last-child(1) {
    padding-left: 2px;
  }
}
ul.grid > li:nth-child(2):nth-last-child(2) {
  height: 50%;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  ul.grid > li:nth-child(2):nth-last-child(2) {
    padding-bottom: 2px;
  }
}
ul.grid > li:nth-child(3):nth-last-child(1) {
  height: 50%;
  padding-top: 4px;
}
@media (max-width: 767px) {
  ul.grid > li:nth-child(3):nth-last-child(1) {
    padding-top: 2px;
  }
}
ul.grid .photo {
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
}
@media (max-width: 767px) {
  ul.grid .photo {
    border-radius: 0;
    font-size: 16px;
  }
}
ul.grid .photo:hover,
ul.grid .photo:focus {
  color: #F5F5F5;
}
ul.grid span.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 44, 46, 0.4);
}
div.card {
  margin-left: -2px;
  margin-right: -2px;
  border: 1px solid rgba(175, 181, 188, 0.3);
  border-radius: 3px;
  padding: 12px;
}
@media (max-width: 767px) {
  div.card {
    padding: 12px;
  }
}
div.card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
div.card .title,
div.card .meta {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.actions {
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: #56595D;
}
ul.actions > li {
  display: inline-block;
  margin-right: 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  ul.actions > li {
    margin-right: 8px;
  }
}
ul.actions > li:last-child {
  margin-right: 0;
}
ul.actions > li:last-child:empty {
  display: none;
}
ul.actions li.timestamp {
  flex-grow: 1;
  text-align: right;
}
ul.actions a,
ul.actions button {
  padding: 0;
  color: inherit;
}
ul.actions a:hover,
ul.actions button:hover,
ul.actions a:focus,
ul.actions button:focus {
  color: #2A2C2E;
  text-decoration: underline;
}
ul.actions a[disabled],
ul.actions button[disabled] {
  text-decoration: none;
  cursor: not-allowed;
}
ul.actions a.unbookmark,
ul.actions button.unbookmark {
  color: #54AC3E;
}
ul.actions a.unbookmark:hover,
ul.actions button.unbookmark:hover,
ul.actions a.unbookmark:focus,
ul.actions button.unbookmark:focus {
  color: #86DB70;
}
ul.actions a span.material-icons,
ul.actions button span.material-icons {
  margin-right: 4px;
}
ul.menu {
  width: 180px;
  margin-top: 26px;
  border: 1px solid transparent;
}
ul.menu > li {
  display: none;
}
ul.menu > li:first-child {
  position: absolute;
  top: -27px;
  right: -1px;
  display: block;
}
ul.menu > li > ul {
  display: none;
  margin-top: 8px;
  border-top: 1px solid #AFB5BC;
  padding-top: 8px;
}
ul.menu a,
ul.menu button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
ul.menu a:hover,
ul.menu button:hover,
ul.menu a:focus,
ul.menu button:focus {
  background-color: #F5F5F5;
}
ul.menu a.menu,
ul.menu button.menu {
  width: 26px;
  height: 26px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0;
  color: #D9DCE0;
  text-align: center;
}
ul.menu a.menu:hover,
ul.menu button.menu:hover,
ul.menu a.menu:focus,
ul.menu button.menu:focus {
  color: #AFB5BC;
}
ul.menu a.menu span.glyphicon,
ul.menu button.menu span.glyphicon {
  top: 3px;
  left: 1px;
}
ul.menu b {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}
ul.menu.expand {
  border-color: #AFB5BC;
  padding: 8px 0;
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(124, 131, 140, 0.35);
  z-index: 1020;
}
ul.menu.expand > li {
  display: block;
}
ul.menu.expand button.menu {
  background-color: #AFB5BC;
}
div.rating {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
}
div.rating.rating-1 a:nth-child(-n+1),
div.rating.rating-2 a:nth-child(-n+2),
div.rating.rating-3 a:nth-child(-n+3),
div.rating.rating-4 a:nth-child(-n+4),
div.rating.rating-5 a:nth-child(-n+5) {
  color: #FFA72E;
}
div.rating a {
  color: #D9DCE0;
  text-decoration: none;
}
div.rating a.off {
  color: #D9DCE0 !important;
}
div.rating a.on {
  color: #FFA72E !important;
}
div.rating + label {
  display: inline-block;
  margin-top: 2px;
  margin-left: 16px;
  line-height: 24px;
  color: #AFB5BC !important;
  vertical-align: top;
}
div.rating + label.remove {
  cursor: pointer;
}
div.rating + label.remove:after {
  content: "Remove Rating";
}
/* forms */
form.edit,
form.review,
form.comment {
  position: relative;
}
form.edit textarea,
form.review textarea,
form.comment textarea,
form.edit input[type=text],
form.review input[type=text],
form.comment input[type=text],
form.edit .btn,
form.review .btn,
form.comment .btn {
  height: 36px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 26px;
}
form.edit img,
form.review img,
form.comment img {
  object-fit: cover;
  opacity: 0.6;
}
form.edit textarea,
form.review textarea,
form.comment textarea {
  min-height: 36px;
  overflow-y: hidden;
}
form.edit input[type=checkbox],
form.review input[type=checkbox],
form.comment input[type=checkbox] {
  margin-right: 6px;
  vertical-align: top;
}
form.edit input[type=file],
form.review input[type=file],
form.comment input[type=file] {
  display: none;
}
form.edit label.attach,
form.review label.attach,
form.comment label.attach,
form.edit label.detach,
form.review label.detach,
form.comment label.detach {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 20px;
  color: #56595D;
  vertical-align: top;
  cursor: pointer;
}
@media (max-width: 767px) {
  form.edit label.attach,
  form.review label.attach,
  form.comment label.attach,
  form.edit label.detach,
  form.review label.detach,
  form.comment label.detach {
    margin-right: 0;
  }
}
form.edit label.attach span.material-icons,
form.review label.attach span.material-icons,
form.comment label.attach span.material-icons,
form.edit label.detach span.material-icons,
form.review label.detach span.material-icons,
form.comment label.detach span.material-icons {
  margin-right: 4px;
}
form.edit span.glyphicon-camera,
form.review span.glyphicon-camera,
form.comment span.glyphicon-camera {
  margin-right: 6px;
}
form.edit span.glyphicon-remove-sign,
form.review span.glyphicon-remove-sign,
form.comment span.glyphicon-remove-sign {
  top: 2px;
  margin-right: 4px;
}
form.edit .btn,
form.review .btn,
form.comment .btn {
  width: 84px !important;
}
@media (max-width: 767px) {
  form.edit .btn,
  form.review .btn,
  form.comment .btn {
    height: 32px;
    line-height: 22px;
  }
}
form.edit .btn[disabled],
form.review .btn[disabled],
form.comment .btn[disabled] {
  filter: none;
  opacity: 1.0;
}
form.edit .btn-submit,
form.review .btn-submit,
form.comment .btn-submit {
  border-color: #0DAEF2;
  background-color: #0DAEF2;
}
form.edit .btn-submit:hover,
form.review .btn-submit:hover,
form.comment .btn-submit:hover,
form.edit .btn-submit:focus,
form.review .btn-submit:focus,
form.comment .btn-submit:focus {
  border-color: #007EB5;
  background-color: #007EB5;
}
form.edit.drag,
form.review.drag,
form.comment.drag {
  opacity: 0.8;
}
form.edit span.avatar + div,
form.review span.avatar + div {
  margin-bottom: 16px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  form.edit span.avatar + div,
  form.review span.avatar + div {
    margin-bottom: 16px;
    padding-top: 0;
  }
}
form.edit div.rating {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  form.edit div.rating {
    margin-bottom: 16px;
  }
}
form.edit img {
  width: 100%;
  height: 100%;
}
form.edit textarea {
  overflow-y: auto;
}
form.edit textarea[name=title] {
  height: 36px !important;
}
form.edit textarea[name=description] {
  height: 84px !important;
}
form.edit p.error {
  margin-top: 4px;
}
form.edit ol.photos {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  form.edit ol.photos {
    margin-right: -8px;
  }
}
form.edit ol.photos > li {
  width: 80px;
  height: 80px;
}
form.edit ol.photos > li.upload:before {
  display: none;
}
form.edit label.attach,
form.edit label.detach {
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  form.edit label.attach,
  form.edit label.detach {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  form.edit .btn-cancel {
    display: none;
  }
}
form.edit .btn + .btn {
  margin-top: unset;
  margin-left: 8px;
}
form.review {
  overflow: auto;
}
form.review div.rating,
form.review div.photos {
  margin-bottom: 8px;
}
form.review img {
  width: 80px;
  height: 80px;
}
form.review textarea {
  border: none;
  margin-bottom: 8px;
  padding: 0;
  background-color: transparent;
  resize: none;
}
form.review textarea[name=description] {
  min-height: 62px;
}
form.review label.attach,
form.review label.detach {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  form.review label.attach,
  form.review label.detach {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
form.review .btn {
  float: right;
}
form.comment span.avatar {
  margin-top: 3px;
  margin-bottom: 3px;
}
form.comment span.avatar + div {
  position: relative;
}
form.comment textarea {
  border: 1px solid #D9DCE0;
}
@media (max-width: 767px) {
  form.comment textarea {
    margin-bottom: 8px;
  }
}
form.comment textarea:focus {
  border: 1px solid #D9DCE0;
}
form.comment .btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media (max-width: 767px) {
  form.comment .btn {
    position: static;
    float: right;
    display: block;
  }
}
form.comment.active .avatar + div {
  padding-right: 94px;
}
@media (max-width: 767px) {
  form.comment.active .avatar + div {
    padding-right: 0;
  }
}
form.comment.active textarea {
  margin-bottom: 8px;
}
form.comment.active .btn {
  display: inline-block;
}
section.sidebar {
  margin-bottom: 16px;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(175, 181, 188, 0.4);
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.sidebar {
    margin-bottom: 16px;
    border-radius: 0;
  }
}
@media (max-width: 943px) {
  section.sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  section.sidebar {
    padding: 16px;
  }
}
section.sidebar a.disabled {
  color: #AFB5BC;
  text-decoration: none;
  cursor: not-allowed;
}
section.sidebar > ul > li {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.sidebar > ul > li {
    margin-bottom: 16px;
  }
}
section.sidebar > ul > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
section.sidebar > ul:last-child > li:last-child {
  margin-bottom: 0;
}
section.sidebar > ol {
  margin-bottom: 16px;
  border-bottom: 1px solid #D9DCE0;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  section.sidebar > ol {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
section.sidebar > ol:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
section.sidebar h2 {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #AFB5BC;
}
@media (max-width: 767px) {
  section.sidebar h2 {
    margin-bottom: 16px;
  }
}
section.sidebar .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
section.account:before {
  content: "";
  display: block;
  height: 150px;
  margin-bottom: 16px;
  border-radius: 3px;
  background-image: url(/static/img/stories/sidebar@3x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.account > div {
  margin-top: 16px;
  color: #56595D;
  text-align: center;
}
section.account > div + div {
  padding-top: 16px;
  border-top: 1px solid #D9DCE0;
}
section.account h3 {
  line-height: 20px;
}
section.account p {
  margin-bottom: 16px;
}
section.account .btn {
  width: 100%;
  border-color: #FF5373;
  background-color: #FF5373;
  color: #FFF;
}
section.account .btn:hover,
section.account .btn:focus {
  border-color: #DA3559;
  background-color: #DA3559;
}
section.bookmarks > div {
  margin-bottom: 16px;
  padding: 0;
}
@media (max-width: 767px) {
  section.bookmarks > div {
    margin-bottom: 16px;
  }
}
section.bookmarks > div:last-child {
  margin-bottom: 0;
}
section.bookmarks > div > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
section.bookmarks div.post {
  border-bottom: 1px solid #D9DCE0;
  padding-bottom: 16px;
}
section.bookmarks div.post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
section.bookmarks div.post strong {
  font-weight: normal;
  color: #FF5373;
}
section.friends h3 {
  min-height: 30px;
  padding-left: 40px;
  background-image: url(/static/img/stickers/StkrDecorHeart@3x.png);
  background-position: -8px center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  line-height: 30px;
}
section.related > ul > li,
section.nearby > ul > li {
  border-bottom: 1px solid #D9DCE0;
  padding-bottom: 16px;
}
section.related > ul > li:last-child,
section.nearby > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
section.related > ul > li .banner,
section.nearby > ul > li .banner {
  height: 110px;
}
section.related > ul > li .meta span.sponsor,
section.nearby > ul > li .meta span.sponsor {
  display: inline-block;
  margin-top: 2px;
  margin-right: 4px;
  border: 1px solid #D9DCE0;
  border-radius: 2px;
  padding: 2px;
  font-size: 12px;
  line-height: 10px;
  vertical-align: top;
}
section.related > ul > li .meta span.sponsor:after,
section.nearby > ul > li .meta span.sponsor:after {
  display: none;
}
section.related > ul > li .description,
section.nearby > ul > li .description {
  margin-top: 2px;
  font-size: 14px;
}
section.related > ul > li h3,
section.nearby > ul > li h3 {
  margin-bottom: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.related strong,
section.nearby strong {
  font-weight: normal;
  color: #007EB5;
}
section.shortcuts .icon-search {
  background-color: #0DAEF2;
}
div.mobile-shortcuts {
  display: none;
}
@media (max-width: 943px) {
  div.mobile-shortcuts {
    display: block;
    margin-bottom: 16px;
  }
}
div.mobile-shortcuts > section.provider-mobile-shortcuts,
div.mobile-shortcuts > section.shortcuts {
  padding: 16px;
}
div.mobile-shortcuts > section.provider-mobile-shortcuts > ul,
div.mobile-shortcuts > section.shortcuts > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
div.mobile-shortcuts > section.provider-mobile-shortcuts > ul > li,
div.mobile-shortcuts > section.shortcuts > ul > li {
  max-width: 60px;
}
div.mobile-shortcuts > section.provider-mobile-shortcuts > ul > li > a,
div.mobile-shortcuts > section.shortcuts > ul > li > a {
  font-size: 12px;
  color: #2A2C2E;
}
div.mobile-shortcuts > section.provider-mobile-shortcuts h2 {
  font-size: 20px;
}
div.mobile-shortcuts > section.provider-mobile-shortcuts .material-icons {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #FFF;
  background-color: #0DAEF2;
}
div.mobile-shortcuts > section.shortcuts {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
div.mobile-shortcuts > section.shortcuts h2 {
  display: none;
}
div.mobile-shortcuts > section.shortcuts h3 {
  display: block;
  margin-bottom: 16px;
  color: #2A2C2E;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
div.mobile-shortcuts > section.shortcuts .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 0;
  margin-bottom: 16px;
  border-radius: 50%;
  background-size: 85%;
}
div.mobile-shortcuts > section.shortcuts .material-icons {
  margin-bottom: 16px;
  padding: 10px;
  font-size: 28px;
  color: #FFF;
}
section.provider-shortcuts > ul > li {
  margin-bottom: 18px;
}
section.provider-shortcuts > ul > li .material-icons {
  margin-right: 16px;
  font-size: 24px;
  line-height: 24px;
  color: #007EB5;
}
section.shortcuts h3 {
  display: none;
}
section.shortcuts .icon {
  border-radius: 50%;
  background-size: 85%;
}
section.shortcuts .material-icons {
  padding: 5px;
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
}
section.sidebar.provider {
  background-color: #0DAEF2;
  text-align: center;
  color: #FFF;
}
section.sidebar.provider h3 {
  margin-bottom: 16px;
  font-size: 12px;
  text-transform: uppercase;
}
section.sidebar.provider p {
  font-size: 14px;
  margin-bottom: 16px;
}
section.sidebar.provider .btn {
  font-size: 14px;
}
