.reach-container {
  margin: 0;
  padding: 0;
  width: 100%; }
  .reach-container .gn-backtotop {
    display: none; }
  .reach-container .top-bar {
    padding: .5rem 1rem;
    min-height: 30px;
    background-color: #FFF;
    overflow: hidden; }
  .reach-container .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1071;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .reach-container .top-bar > div {
    width: 33.333%;
    height: 30px;
    float: left; }
  .reach-container .right {
    text-align: right; }
  .reach-container .center {
    text-align: center; }
  .reach-container .header img {
    max-width: 100%;
    vertical-align: middle;
    height: 17px; }
    @media screen and (min-width: 600px) {
      .reach-container .header img {
        height: 34px; } }
  .reach-container .top-bar .btn {
    text-align: center;
    line-height: 26px;
    height: 30px;
    width: 30px;
    padding: 4px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, color .15s ease-in-out;
    transition: border-color .15s ease-in-out, color .15s ease-in-out;
    border: 1px solid #ced4da; }
  .reach-container .top-bar .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    stroke-width: 0;
    stroke: #222;
    fill: currentColor;
    cursor: pointer; }
  .reach-container .paid-by {
    text-transform: uppercase;
    height: 24px;
    line-height: 26px;
    color: #222;
    background: #fbf7b7;
    font-size: 80%;
    text-align: center; }
  .reach-container .sp-logo {
    text-align: left;
    padding: 5px 0;
    background: #FFF;
    position: relative;
    min-height: 40px; }
  .reach-container .sp-logo img {
    height: 28px;
    margin-left: 1rem; }
  .reach-container .share-wrapper {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .reach-container .share-wrapper > .fb_iframe_widget {
      display: inline-block !important; }
  .reach-container .copy {
    font-size: 70%;
    margin: .5rem 0;
    text-align: center; }
  .reach-container .img-wrapper {
    position: relative;
    height: 100%;
    display: inline-block; }
  .reach-container .img-wrapper img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media screen and (min-width: 768px) {
    .reach-container .top-bar {
      min-height: 34px;
      padding: .8rem 1rem; }
      .reach-container .top-bar img {
        height: 34px; }
      .reach-container .top-bar .btn {
        height: 34px;
        width: 34px;
        padding: 4px;
        line-height: 34px; }
      .reach-container .top-bar .icon {
        width: 24px;
        height: 24px; }
      .reach-container .top-bar > div {
        height: 30px; }
    .reach-container .sp-logo img {
      height: 44px;
      margin-left: 0; }
    .reach-container .sp-logo {
      text-align: center; }
    .reach-container .nav-link {
      font-size: 90%;
      padding: .4rem 1rem; }
    .reach-container .copy {
      font-size: 75%; }
    .reach-container .share-wrapper {
      visibility: visible !important; } }

::-webkit-scrollbar {
  display: none; }

