/*
Theme Name: Anchor Bar
Theme URI: https://anchorbar.com
Author: LocalEdge
Author URI: https://hearstdms.com
Description: Child Theme for Anchor Bar
Template: betheme
Version: 1.6.2
*/

 
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');


/* foundation */ 



.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .grid-container.fluid {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media print, screen and (min-width: 40em) {
        .grid-container.fluid {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
    .grid-container.full {
      padding-right: 0;
      padding-left: 0;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  
  .grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  
  .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%; }
    .cell.auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .cell.shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  
  .grid-x > .auto {
    width: auto; }
  
  .grid-x > .shrink {
    width: auto; }
  
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  
  @media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  
  .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  
  .grid-x > .small-1 {
    width: 8.33333%; }
  
  .grid-x > .small-2 {
    width: 16.66667%; }
  
  .grid-x > .small-3 {
    width: 25%; }
  
  .grid-x > .small-4 {
    width: 33.33333%; }
  
  .grid-x > .small-5 {
    width: 41.66667%; }
  
  .grid-x > .small-6 {
    width: 50%; }
  
  .grid-x > .small-7 {
    width: 58.33333%; }
  
  .grid-x > .small-8 {
    width: 66.66667%; }
  
  .grid-x > .small-9 {
    width: 75%; }
  
  .grid-x > .small-10 {
    width: 83.33333%; }
  
  .grid-x > .small-11 {
    width: 91.66667%; }
  
  .grid-x > .small-12 {
    width: 100%; }
  
  @media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto; }
    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-x > .medium-shrink {
      width: auto; }
    .grid-x > .medium-1 {
      width: 8.33333%; }
    .grid-x > .medium-2 {
      width: 16.66667%; }
    .grid-x > .medium-3 {
      width: 25%; }
    .grid-x > .medium-4 {
      width: 33.33333%; }
    .grid-x > .medium-5 {
      width: 41.66667%; }
    .grid-x > .medium-6 {
      width: 50%; }
    .grid-x > .medium-7 {
      width: 58.33333%; }
    .grid-x > .medium-8 {
      width: 66.66667%; }
    .grid-x > .medium-9 {
      width: 75%; }
    .grid-x > .medium-10 {
      width: 83.33333%; }
    .grid-x > .medium-11 {
      width: 91.66667%; }
    .grid-x > .medium-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto; }
    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-x > .large-shrink {
      width: auto; }
    .grid-x > .large-1 {
      width: 8.33333%; }
    .grid-x > .large-2 {
      width: 16.66667%; }
    .grid-x > .large-3 {
      width: 25%; }
    .grid-x > .large-4 {
      width: 33.33333%; }
    .grid-x > .large-5 {
      width: 41.66667%; }
    .grid-x > .large-6 {
      width: 50%; }
    .grid-x > .large-7 {
      width: 58.33333%; }
    .grid-x > .large-8 {
      width: 66.66667%; }
    .grid-x > .large-9 {
      width: 75%; }
    .grid-x > .large-10 {
      width: 83.33333%; }
    .grid-x > .large-11 {
      width: 91.66667%; }
    .grid-x > .large-12 {
      width: 100%; } }
  
  .grid-margin-x:not(.grid-x) > .cell {
    width: auto; }
  
  .grid-margin-y:not(.grid-y) > .cell {
    height: auto; }
  
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.25rem); }
    @media print, screen and (min-width: 40em) {
      .grid-margin-x > .auto {
        width: auto; }
      .grid-margin-x > .shrink {
        width: auto; }
      .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem); }
      .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem); }
      .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem); }
      .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem); }
      .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem); }
      .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem); }
      .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem); }
      .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem); }
      .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem); }
      .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem); }
      .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem); }
      .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem); }
      .grid-margin-x > .medium-auto {
        width: auto; }
      .grid-margin-x > .medium-shrink {
        width: auto; }
      .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem); }
      .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem); }
      .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem); }
      .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem); }
      .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem); }
      .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem); }
      .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem); }
      .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem); }
      .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem); }
      .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem); }
      .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem); }
      .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem); } }
    @media print, screen and (min-width: 64em) {
      .grid-margin-x > .large-auto {
        width: auto; }
      .grid-margin-x > .large-shrink {
        width: auto; }
      .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem); }
      .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem); }
      .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem); }
      .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem); }
      .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem); }
      .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem); }
      .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem); }
      .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem); }
      .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem); }
      .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem); }
      .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem); }
      .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem); } }
  
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
  
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
  
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  
  .small-up-1 > .cell {
    width: 100%; }
  
  .small-up-2 > .cell {
    width: 50%; }
  
  .small-up-3 > .cell {
    width: 33.33333%; }
  
  .small-up-4 > .cell {
    width: 25%; }
  
  .small-up-5 > .cell {
    width: 20%; }
  
  .small-up-6 > .cell {
    width: 16.66667%; }
  
  .small-up-7 > .cell {
    width: 14.28571%; }
  
  .small-up-8 > .cell {
    width: 12.5%; }
  
  @media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
      width: 100%; }
    .medium-up-2 > .cell {
      width: 50%; }
    .medium-up-3 > .cell {
      width: 33.33333%; }
    .medium-up-4 > .cell {
      width: 25%; }
    .medium-up-5 > .cell {
      width: 20%; }
    .medium-up-6 > .cell {
      width: 16.66667%; }
    .medium-up-7 > .cell {
      width: 14.28571%; }
    .medium-up-8 > .cell {
      width: 12.5%; } }
  
  @media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
      width: 100%; }
    .large-up-2 > .cell {
      width: 50%; }
    .large-up-3 > .cell {
      width: 33.33333%; }
    .large-up-4 > .cell {
      width: 25%; }
    .large-up-5 > .cell {
      width: 20%; }
    .large-up-6 > .cell {
      width: 16.66667%; }
    .large-up-7 > .cell {
      width: 14.28571%; }
    .large-up-8 > .cell {
      width: 12.5%; } }
  
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  
  @media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
      width: calc(100% - 1.875rem); }
    .grid-margin-x.small-up-2 > .cell {
      width: calc(50% - 1.875rem); }
    .grid-margin-x.small-up-3 > .cell {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.small-up-4 > .cell {
      width: calc(25% - 1.875rem); }
    .grid-margin-x.small-up-5 > .cell {
      width: calc(20% - 1.875rem); }
    .grid-margin-x.small-up-6 > .cell {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.small-up-7 > .cell {
      width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.small-up-8 > .cell {
      width: calc(12.5% - 1.875rem); }
    .grid-margin-x.medium-up-1 > .cell {
      width: calc(100% - 1.875rem); }
    .grid-margin-x.medium-up-2 > .cell {
      width: calc(50% - 1.875rem); }
    .grid-margin-x.medium-up-3 > .cell {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.medium-up-4 > .cell {
      width: calc(25% - 1.875rem); }
    .grid-margin-x.medium-up-5 > .cell {
      width: calc(20% - 1.875rem); }
    .grid-margin-x.medium-up-6 > .cell {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.medium-up-7 > .cell {
      width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.medium-up-8 > .cell {
      width: calc(12.5% - 1.875rem); } }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
      width: calc(100% - 1.875rem); }
    .grid-margin-x.large-up-2 > .cell {
      width: calc(50% - 1.875rem); }
    .grid-margin-x.large-up-3 > .cell {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.large-up-4 > .cell {
      width: calc(25% - 1.875rem); }
    .grid-margin-x.large-up-5 > .cell {
      width: calc(20% - 1.875rem); }
    .grid-margin-x.large-up-6 > .cell {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.large-up-7 > .cell {
      width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.large-up-8 > .cell {
      width: calc(12.5% - 1.875rem); } }
  
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .small-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .small-margin-collapse > .small-1 {
      width: 8.33333%; }
    .small-margin-collapse > .small-2 {
      width: 16.66667%; }
    .small-margin-collapse > .small-3 {
      width: 25%; }
    .small-margin-collapse > .small-4 {
      width: 33.33333%; }
    .small-margin-collapse > .small-5 {
      width: 41.66667%; }
    .small-margin-collapse > .small-6 {
      width: 50%; }
    .small-margin-collapse > .small-7 {
      width: 58.33333%; }
    .small-margin-collapse > .small-8 {
      width: 66.66667%; }
    .small-margin-collapse > .small-9 {
      width: 75%; }
    .small-margin-collapse > .small-10 {
      width: 83.33333%; }
    .small-margin-collapse > .small-11 {
      width: 91.66667%; }
    .small-margin-collapse > .small-12 {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .small-margin-collapse > .medium-1 {
        width: 8.33333%; }
      .small-margin-collapse > .medium-2 {
        width: 16.66667%; }
      .small-margin-collapse > .medium-3 {
        width: 25%; }
      .small-margin-collapse > .medium-4 {
        width: 33.33333%; }
      .small-margin-collapse > .medium-5 {
        width: 41.66667%; }
      .small-margin-collapse > .medium-6 {
        width: 50%; }
      .small-margin-collapse > .medium-7 {
        width: 58.33333%; }
      .small-margin-collapse > .medium-8 {
        width: 66.66667%; }
      .small-margin-collapse > .medium-9 {
        width: 75%; }
      .small-margin-collapse > .medium-10 {
        width: 83.33333%; }
      .small-margin-collapse > .medium-11 {
        width: 91.66667%; }
      .small-margin-collapse > .medium-12 {
        width: 100%; } }
    @media print, screen and (min-width: 64em) {
      .small-margin-collapse > .large-1 {
        width: 8.33333%; }
      .small-margin-collapse > .large-2 {
        width: 16.66667%; }
      .small-margin-collapse > .large-3 {
        width: 25%; }
      .small-margin-collapse > .large-4 {
        width: 33.33333%; }
      .small-margin-collapse > .large-5 {
        width: 41.66667%; }
      .small-margin-collapse > .large-6 {
        width: 50%; }
      .small-margin-collapse > .large-7 {
        width: 58.33333%; }
      .small-margin-collapse > .large-8 {
        width: 66.66667%; }
      .small-margin-collapse > .large-9 {
        width: 75%; }
      .small-margin-collapse > .large-10 {
        width: 83.33333%; }
      .small-margin-collapse > .large-11 {
        width: 91.66667%; }
      .small-margin-collapse > .large-12 {
        width: 100%; } }
  
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .small-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; }
  
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
      margin-right: 0;
      margin-left: 0; }
      .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }
  
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .small-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .small-3 {
      width: 25%; }
    .medium-margin-collapse > .small-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .small-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .small-6 {
      width: 50%; }
    .medium-margin-collapse > .small-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .small-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .small-9 {
      width: 75%; }
    .medium-margin-collapse > .small-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .small-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .small-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .medium-3 {
      width: 25%; }
    .medium-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .medium-6 {
      width: 50%; }
    .medium-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .medium-9 {
      width: 75%; }
    .medium-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .medium-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .large-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .large-3 {
      width: 25%; }
    .medium-margin-collapse > .large-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .large-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .large-6 {
      width: 50%; }
    .medium-margin-collapse > .large-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .large-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .large-9 {
      width: 75%; }
    .medium-margin-collapse > .large-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .large-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .large-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
      margin-right: 0;
      margin-left: 0; }
      .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse {
      margin-right: 0;
      margin-left: 0; }
      .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
      width: 8.33333%; }
    .large-margin-collapse > .small-2 {
      width: 16.66667%; }
    .large-margin-collapse > .small-3 {
      width: 25%; }
    .large-margin-collapse > .small-4 {
      width: 33.33333%; }
    .large-margin-collapse > .small-5 {
      width: 41.66667%; }
    .large-margin-collapse > .small-6 {
      width: 50%; }
    .large-margin-collapse > .small-7 {
      width: 58.33333%; }
    .large-margin-collapse > .small-8 {
      width: 66.66667%; }
    .large-margin-collapse > .small-9 {
      width: 75%; }
    .large-margin-collapse > .small-10 {
      width: 83.33333%; }
    .large-margin-collapse > .small-11 {
      width: 91.66667%; }
    .large-margin-collapse > .small-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .large-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .large-margin-collapse > .medium-3 {
      width: 25%; }
    .large-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .large-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .large-margin-collapse > .medium-6 {
      width: 50%; }
    .large-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .large-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .large-margin-collapse > .medium-9 {
      width: 75%; }
    .large-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .large-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .large-margin-collapse > .medium-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
      width: 8.33333%; }
    .large-margin-collapse > .large-2 {
      width: 16.66667%; }
    .large-margin-collapse > .large-3 {
      width: 25%; }
    .large-margin-collapse > .large-4 {
      width: 33.33333%; }
    .large-margin-collapse > .large-5 {
      width: 41.66667%; }
    .large-margin-collapse > .large-6 {
      width: 50%; }
    .large-margin-collapse > .large-7 {
      width: 58.33333%; }
    .large-margin-collapse > .large-8 {
      width: 66.66667%; }
    .large-margin-collapse > .large-9 {
      width: 75%; }
    .large-margin-collapse > .large-10 {
      width: 83.33333%; }
    .large-margin-collapse > .large-11 {
      width: 91.66667%; }
    .large-margin-collapse > .large-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 64em) {
    .large-padding-collapse {
      margin-right: 0;
      margin-left: 0; }
      .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }
  
  .small-offset-0 {
    margin-left: 0%; }
  
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  
  .small-offset-1 {
    margin-left: 8.33333%; }
  
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem); }
  
  .small-offset-2 {
    margin-left: 16.66667%; }
  
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem); }
  
  .small-offset-3 {
    margin-left: 25%; }
  
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  
  .small-offset-4 {
    margin-left: 33.33333%; }
  
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem); }
  
  .small-offset-5 {
    margin-left: 41.66667%; }
  
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem); }
  
  .small-offset-6 {
    margin-left: 50%; }
  
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  
  .small-offset-7 {
    margin-left: 58.33333%; }
  
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem); }
  
  .small-offset-8 {
    margin-left: 66.66667%; }
  
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem); }
  
  .small-offset-9 {
    margin-left: 75%; }
  
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  
  .small-offset-10 {
    margin-left: 83.33333%; }
  
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem); }
  
  .small-offset-11 {
    margin-left: 91.66667%; }
  
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem); }
  
  @media print, screen and (min-width: 40em) {
    .medium-offset-0 {
      margin-left: 0%; }
    .grid-margin-x > .medium-offset-0 {
      margin-left: calc(0% + 0.9375rem); }
    .medium-offset-1 {
      margin-left: 8.33333%; }
    .grid-margin-x > .medium-offset-1 {
      margin-left: calc(8.33333% + 0.9375rem); }
    .medium-offset-2 {
      margin-left: 16.66667%; }
    .grid-margin-x > .medium-offset-2 {
      margin-left: calc(16.66667% + 0.9375rem); }
    .medium-offset-3 {
      margin-left: 25%; }
    .grid-margin-x > .medium-offset-3 {
      margin-left: calc(25% + 0.9375rem); }
    .medium-offset-4 {
      margin-left: 33.33333%; }
    .grid-margin-x > .medium-offset-4 {
      margin-left: calc(33.33333% + 0.9375rem); }
    .medium-offset-5 {
      margin-left: 41.66667%; }
    .grid-margin-x > .medium-offset-5 {
      margin-left: calc(41.66667% + 0.9375rem); }
    .medium-offset-6 {
      margin-left: 50%; }
    .grid-margin-x > .medium-offset-6 {
      margin-left: calc(50% + 0.9375rem); }
    .medium-offset-7 {
      margin-left: 58.33333%; }
    .grid-margin-x > .medium-offset-7 {
      margin-left: calc(58.33333% + 0.9375rem); }
    .medium-offset-8 {
      margin-left: 66.66667%; }
    .grid-margin-x > .medium-offset-8 {
      margin-left: calc(66.66667% + 0.9375rem); }
    .medium-offset-9 {
      margin-left: 75%; }
    .grid-margin-x > .medium-offset-9 {
      margin-left: calc(75% + 0.9375rem); }
    .medium-offset-10 {
      margin-left: 83.33333%; }
    .grid-margin-x > .medium-offset-10 {
      margin-left: calc(83.33333% + 0.9375rem); }
    .medium-offset-11 {
      margin-left: 91.66667%; }
    .grid-margin-x > .medium-offset-11 {
      margin-left: calc(91.66667% + 0.9375rem); } }
  
  @media print, screen and (min-width: 64em) {
    .large-offset-0 {
      margin-left: 0%; }
    .grid-margin-x > .large-offset-0 {
      margin-left: calc(0% + 0.9375rem); }
    .large-offset-1 {
      margin-left: 8.33333%; }
    .grid-margin-x > .large-offset-1 {
      margin-left: calc(8.33333% + 0.9375rem); }
    .large-offset-2 {
      margin-left: 16.66667%; }
    .grid-margin-x > .large-offset-2 {
      margin-left: calc(16.66667% + 0.9375rem); }
    .large-offset-3 {
      margin-left: 25%; }
    .grid-margin-x > .large-offset-3 {
      margin-left: calc(25% + 0.9375rem); }
    .large-offset-4 {
      margin-left: 33.33333%; }
    .grid-margin-x > .large-offset-4 {
      margin-left: calc(33.33333% + 0.9375rem); }
    .large-offset-5 {
      margin-left: 41.66667%; }
    .grid-margin-x > .large-offset-5 {
      margin-left: calc(41.66667% + 0.9375rem); }
    .large-offset-6 {
      margin-left: 50%; }
    .grid-margin-x > .large-offset-6 {
      margin-left: calc(50% + 0.9375rem); }
    .large-offset-7 {
      margin-left: 58.33333%; }
    .grid-margin-x > .large-offset-7 {
      margin-left: calc(58.33333% + 0.9375rem); }
    .large-offset-8 {
      margin-left: 66.66667%; }
    .grid-margin-x > .large-offset-8 {
      margin-left: calc(66.66667% + 0.9375rem); }
    .large-offset-9 {
      margin-left: 75%; }
    .grid-margin-x > .large-offset-9 {
      margin-left: calc(75% + 0.9375rem); }
    .large-offset-10 {
      margin-left: 83.33333%; }
    .grid-margin-x > .large-offset-10 {
      margin-left: calc(83.33333% + 0.9375rem); }
    .large-offset-11 {
      margin-left: 91.66667%; }
    .grid-margin-x > .large-offset-11 {
      margin-left: calc(91.66667% + 0.9375rem); } }
  
  .grid-y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .grid-y > .cell {
      height: auto;
      max-height: none; }
    .grid-y > .auto {
      height: auto; }
    .grid-y > .shrink {
      height: auto; }
    .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    @media print, screen and (min-width: 64em) {
      .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .small-1 {
      height: 8.33333%; }
    .grid-y > .small-2 {
      height: 16.66667%; }
    .grid-y > .small-3 {
      height: 25%; }
    .grid-y > .small-4 {
      height: 33.33333%; }
    .grid-y > .small-5 {
      height: 41.66667%; }
    .grid-y > .small-6 {
      height: 50%; }
    .grid-y > .small-7 {
      height: 58.33333%; }
    .grid-y > .small-8 {
      height: 66.66667%; }
    .grid-y > .small-9 {
      height: 75%; }
    .grid-y > .small-10 {
      height: 83.33333%; }
    .grid-y > .small-11 {
      height: 91.66667%; }
    .grid-y > .small-12 {
      height: 100%; }
    @media print, screen and (min-width: 40em) {
      .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
        height: auto; }
      .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .grid-y > .medium-shrink {
        height: auto; }
      .grid-y > .medium-1 {
        height: 8.33333%; }
      .grid-y > .medium-2 {
        height: 16.66667%; }
      .grid-y > .medium-3 {
        height: 25%; }
      .grid-y > .medium-4 {
        height: 33.33333%; }
      .grid-y > .medium-5 {
        height: 41.66667%; }
      .grid-y > .medium-6 {
        height: 50%; }
      .grid-y > .medium-7 {
        height: 58.33333%; }
      .grid-y > .medium-8 {
        height: 66.66667%; }
      .grid-y > .medium-9 {
        height: 75%; }
      .grid-y > .medium-10 {
        height: 83.33333%; }
      .grid-y > .medium-11 {
        height: 91.66667%; }
      .grid-y > .medium-12 {
        height: 100%; } }
    @media print, screen and (min-width: 64em) {
      .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
        height: auto; }
      .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .grid-y > .large-shrink {
        height: auto; }
      .grid-y > .large-1 {
        height: 8.33333%; }
      .grid-y > .large-2 {
        height: 16.66667%; }
      .grid-y > .large-3 {
        height: 25%; }
      .grid-y > .large-4 {
        height: 33.33333%; }
      .grid-y > .large-5 {
        height: 41.66667%; }
      .grid-y > .large-6 {
        height: 50%; }
      .grid-y > .large-7 {
        height: 58.33333%; }
      .grid-y > .large-8 {
        height: 66.66667%; }
      .grid-y > .large-9 {
        height: 75%; }
      .grid-y > .large-10 {
        height: 83.33333%; }
      .grid-y > .large-11 {
        height: 91.66667%; }
      .grid-y > .large-12 {
        height: 100%; } }
  
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
  
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem; } }
  
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; } }
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.25rem); }
    @media print, screen and (min-width: 40em) {
      .grid-margin-y > .auto {
        height: auto; }
      .grid-margin-y > .shrink {
        height: auto; }
      .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem); }
      .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem); }
      .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem); }
      .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem); }
      .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem); }
      .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem); }
      .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem); }
      .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem); }
      .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem); }
      .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem); }
      .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem); }
      .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem); }
      .grid-margin-y > .medium-auto {
        height: auto; }
      .grid-margin-y > .medium-shrink {
        height: auto; }
      .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem); }
      .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem); }
      .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem); }
      .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem); }
      .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem); }
      .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem); }
      .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem); }
      .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem); }
      .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem); }
      .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem); }
      .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem); }
      .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem); } }
    @media print, screen and (min-width: 64em) {
      .grid-margin-y > .large-auto {
        height: auto; }
      .grid-margin-y > .large-shrink {
        height: auto; }
      .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem); }
      .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem); }
      .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem); }
      .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem); }
      .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem); }
      .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem); }
      .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem); }
      .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem); }
      .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem); }
      .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem); }
      .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem); }
      .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem); } }
  
  .grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  
  .cell .grid-frame {
    width: 100%; }
  
  .cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  
  .cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  
  .cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  
  @media print, screen and (min-width: 40em) {
    .medium-grid-frame {
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100vw; }
    .cell .medium-grid-frame {
      width: 100%; }
    .medium-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .medium-cell-block-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-height: 100%; }
      .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
    .medium-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
  
  @media print, screen and (min-width: 64em) {
    .large-grid-frame {
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100vw; }
    .cell .large-grid-frame {
      width: 100%; }
    .large-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .large-cell-block-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-height: 100%; }
      .large-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
    .large-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
  
  .grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; }
  
  @media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
      width: auto;
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100vh; } }
  
  @media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
      width: auto;
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100vh; } }
  
  .cell .grid-y.grid-frame {
    height: 100%; }
  
  @media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
      height: 100%; } }
  
  @media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
      height: 100%; } }
  
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; } }
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.25rem); }
    @media print, screen and (min-width: 40em) {
      .grid-margin-y > .auto {
        height: auto; }
      .grid-margin-y > .shrink {
        height: auto; }
      .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem); }
      .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem); }
      .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem); }
      .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem); }
      .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem); }
      .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem); }
      .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem); }
      .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem); }
      .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem); }
      .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem); }
      .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem); }
      .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem); }
      .grid-margin-y > .medium-auto {
        height: auto; }
      .grid-margin-y > .medium-shrink {
        height: auto; }
      .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem); }
      .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem); }
      .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem); }
      .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem); }
      .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem); }
      .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem); }
      .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem); }
      .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem); }
      .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem); }
      .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem); }
      .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem); }
      .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem); } }
    @media print, screen and (min-width: 64em) {
      .grid-margin-y > .large-auto {
        height: auto; }
      .grid-margin-y > .large-shrink {
        height: auto; }
      .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem); }
      .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem); }
      .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem); }
      .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem); }
      .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem); }
      .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem); }
      .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem); }
      .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem); }
      .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem); }
      .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem); }
      .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem); }
      .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem); } }
  
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem); }
    @media print, screen and (min-width: 40em) {
      .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem); } }
    @media print, screen and (min-width: 64em) {
      .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem); } }
  
  @media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
      height: calc(100vh + 1.875rem); } }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
      height: calc(100vh + 1.875rem); } }


 /* foundation end */     

@font-face {
    font-family: 'Impact';
    src: local('Impact'),
        url('fonts/Impact.woff2') format('woff2'),
        url('fonts/Impact.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.rev_slider .tp-caption {
    font-family: 'Impact','Anton',sans-serif !important;
    font-weight: normal !important;
}

#rev_slider_3_2.rev_slider .tp-caption {
    font-family: 'Lato', sans-serif !important;
}

p {
    font-size: 0.9em;
}

@media only screen and (max-width: 768px) {

    p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

}



h1, h2, h3, h4, .text-logo #logo {
    font-family: "Impact", "Anton", sans-serif;
}

@media only screen and (max-width: 768px) {

h2 {
    font-size: 2rem;
    line-height: 2rem;
    padding: 2rem 1rem 1rem;
}
h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
h4 {
    font-size: 1rem;
    padding-bottom: 1rem;
}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    h4 {
        font-size: 1em;
        line-height: 1.25em;
    }
}

a {
    color: #C31E2E;
}

a:hover {
    color: #C31E2E;
}

a.button { box-shadow: none !important; font-family:"Impact", "Anton", sans-serif; font-weight: 500 !important; font-size: 28px; line-height: 38px; box-sizing:border-box;}

@media only screen and (max-width: 1240px) {

    a.button { 
        font-size: 1em;
        line-height: 1em; 
    }

}

#menu > ul > li > a, a.action_button, #overlay-menu ul li a {
    font-size: 15px; 
}

@media only screen and (max-width: 767px) {

	

    div#Top_bar {
        background-color: #000 !important;
    }
    

}

#Side_slide, #Side_slide .search-wrapper input.field, #Side_slide a:not(.action_button), #Side_slide #menu ul li.submenu .menu-toggle {
    color: #eee;
}

#Side_slide {
    background-color: #000;
    border-color: #fff;
}


@media only screen and (max-width: 1240px) {
#Side_slide #menu ul li { 
    font-size: 1rem;
}
}



#Top_bar .menu > li > a span:not(.description) { 
    padding: 0 14px; 
}

#Header .top_bar_left,
.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-fixed #Top_bar,
.header-below #Top_bar,
#Header_creative,
#Top_bar #menu,
.sticky-tb-color #Top_bar.is-sticky {
    background-color: #000;
}

header#Header {
    z-index: auto;
}

body #Top_bar:not(.is-sticky) #logo {
    margin-top: -125px;
    position: absolute;
    height: 170px;
}



@media only screen and (max-width: 767px) {

    body #Top_bar:not(.is-sticky) #logo {
        margin-top: 0;
        position: relative;
        height: 6em;
        margin: 0 0 1em;
        padding: 0 !important;
    }

}


@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
        padding: 10px!important;
        margin: 10px 50px;
        height: 5em;
        line-height: 5em;
    }
    #Top_bar {
        background-color: #c31e2f !important;
        position: relative;
        top: 0;
        margin-top: 0 !important;
    }
    div#Top_bar {
        z-index: 1;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {

    body #Top_bar:not(.is-sticky) #logo {
        position: absolute;
        height: 6rem;
        top: 0;
    } 

}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {
body #Top_bar:not(.is-sticky) #logo {
    margin-top: -125px;
    position: absolute;
    height: 170px;
}
}

@media only screen and (max-width: 767px) {
 
.column.mcb-column.mcb-item-y4hl773kvkjh.three-fifth.column_visual {
    margin: 0;
    background-size: contain;
    padding-bottom: 50%;
}

}

div#Side_slide {
    z-index: 10000000000;
}

#Side_slide .extras {
    display: none;
}

#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,.6);
    z-index: 100000000;
    display: none;
}

.mcb-wrap-ehn1jovhn a.button.button_size_2.button_dark.button_js {
    padding-left: 2.5em;
    padding-right: 2.5em;
}

a.button, a.tp-button {
    background-color: #000;
    border-radius: 0px;
    border: 4px solid #fff;
    font-family: 'Impact', 'Anton', sans-serif;
    text-transform: uppercase;
}

.locations__buffalo.column.mcb-column.mcb-item-2f7iynkgg.one-third.column_visual.group a.button {
    text-transform: unset;
}

@media only screen and (max-width: 767px) {

    .locations__buffalo.column.mcb-column.mcb-item-2f7iynkgg.one-third.column_visual.group a.button { 
        box-sizing: border-box;
    }

}


@media only screen and (max-width: 767px) {
#Action_bar {
    background-color: #c31e2f !important;
}
}

@media only screen and (min-width: 641px) {
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
}

input#gform_submit_button_5, input#gform_submit_button_8, input#gform_submit_button_7 {
    background-color: #000;
    border-radius: 0px;
    border: 4px solid #fff;
    font-family: 'Impact', 'Anton', sans-serif;
    text-transform: uppercase;
    width: 100%;
}


@media only screen and (max-width: 767px) {

    #Top_bar a.responsive-menu-toggle {
        top: 1.75em;
        margin: 0;
        right: 2em;
        border: 1px solid #fff;
    }

}


input#gform_submit_button_8 {
    max-width: 300px;
}

input#gform_submit_button_5:hover , input#gform_submit_button_7:hover, input#gform_submit_button_8:hover{
    background-color: #fff;
    color: #000;
}

.mcb-item-vhc3ongg3.two-fifth.column {
    -moz-transform: rotate(350deg);
    -webkit-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    transform: rotate(350deg);
    width: 42%;
    margin: 0  ;
}

@media only screen and (max-width: 768px)  { 

    .mcb-item-vhc3ongg3 {
        padding-top: 1em;
    }

}

#Top_bar .menu li ul li a span {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}

.red-brick-bg { 
    background-color: #c31e2f;
    background-image: url('https://anchorbar.com/wp-content/uploads/2019/11/redbrick.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.mcb-section-18tm1rxjk .mcb-section-inner {
    z-index: 100;
    position: relative;
}

.mcb-wrap.mcb-wrap-qsnjbmkw4 {
    z-index: 10;
}

.section.mcb-section.mcb-section-18tm1rxjkaa.full-width { 
    height: 0;
}

/* .mcb-item-vhc3ongg3agdg.two-fifth {
    margin: 0;
    width: 42%;
    min-height: 5em; 
}*/

@media only screen and (max-width: 767px) {

    .mcb-item-vhc3ongg3agdg.two-fifth {
        display: none;
    }

}




.text-clip {
    background-image: url(https://anchorbar.com/wp-content/uploads/2019/10/REDBRICK1.jpg);
    background-position:center center;
    font-family: 'Impact';
    font-size: 5em;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    line-height: 1em;
    text-transform: uppercase;
  }
  
  .text-clip::before,
  .text-clip::after {
    position: absolute;
    content: '';
  }
  
  /*background image actually comes from this before element, inherited from the h1 element in this case*/
  .text-clip::before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
  }
  
  /*text bg color comes from this after element*/
  .text-clip::after {
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, .8);
  }

.text-clip--1 {
    font-size: 7em;
    padding-top: 0.125em;
}

.text-clip--2 {
    font-size: 4.585em;
}

.text-clip--3 {
    font-size: 4.8em;
    padding-bottom: 0.25em;
}
.column.mcb-column.mcb-item-97v88v8b9.one-third.column_visual select {

    float: right;
    font-size: 1.75rem;
    font-family: 'Impact', 'Anton',sans-serif;
    color: #fff;
    background-color: transparent;
    border: 4px solid;
    width: 100%;
    margin-bottom: 0.25em;
    line-height: 1.75rem;
    padding: 0.7rem 0.5rem;
    line-height: 1.75rem;

}
#locations option { 
    background-color: #000;
    color: #fff; 
}
.mcb-item-2f7iynkgg a.button { 
    font-size: 1.75rem;
    font-family: 'Impact','Anton',sans-serif;
    line-height: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-transform: initial;
}
.mcb-item-2f7iynkgg a.button .button_label {
     padding: 0px;  
}
.column.mcb-column.mcb-item-97v88v8b9.one-third.column_visual select:focus {
    background-color: transparent !important;
}

.section.mcb-section.mcb-section-rxfll3vrq {
    z-index: 1000;
}

.mcb-wrap-q21pncim3 {
    margin-top: -51px;
}

@media only screen and (max-width: 767px) { 

    .mcb-wrap-q21pncim3 {
        padding-left: 2.25em;
        padding-right: 2.25em;
    }

}



select.minimal {
    background-image: linear-gradient(45deg, transparent 48%, #fff 48%), linear-gradient(135deg, #fff 48%, transparent 48%);
    background-position: calc(100% - 33px) calc(1em + -10px), calc(100% - 15px) calc(1em + -10px), calc(100% - 2.5em) 0.5em;
    background-size: 18px 18px, 18px 18px, 1px 1.5em;
    background-repeat: no-repeat;
}
 
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

.pizza-bg {
    background-image: url(https://anchor-bar-franchise-development-company-llc.websitepro.hosting/wp-content/uploads/2019/11/pizza.jpg);
    background-size: cover;
    background-position: top right;
}

.mcb-item-9yunnsvqc {
    width: 100%;
    margin: 0;
}

.mcb-item-dy8fdf2b8 {
    color: #fff;
    opacity: 0.8;
    font-family: 'Impact', 'Anton', sans-serif;
    font-size: 4em;
    line-height: 1.25em;
    margin-bottom: 0;
    margin-top: 0.25em;
} 
.mcb-item-p1h4s1bmy__free_pizza {
    color: #c31e2f;
}

.wrap.mcb-wrap.mcb-wrap-90ey9bnf5.one-sixth.valign-top.clearfix, .wrap.mcb-wrap.mcb-wrap-axfbyjito.one-sixth.valign-top.clearfix, .wrap.mcb-wrap.mcb-wrap-42m29fgyu.one-sixth.valign-top.clearfix {
    width: 5.6%;
}

.column.mcb-column.mcb-item-r0uoh1a8k.one.column_placeholder {
    margin: 0;
    width: 100%;
}

.wrap.mcb-wrap.mcb-wrap-x2qn541ee.one-second.valign-top.clearfix {
    width: 56.25%;
}

.column.mcb-column.mcb-item-knwzpkli2.one.column_image {
    margin-left: 0;
}


.column.mcb-column.mcb-item-ii1tklu2b.one.column_visual p {
    font-family: 'Impact', 'Anton', sans-serif;
    text-align: center;
    padding-top: 0.33em;
    padding-bottom: 0.33em;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1.125em;
    margin: 0;
    color: #666464;
}

.mcb-item-x7fzru5g1__join-the,
.mcb-item-x7fzru5g1__anchor-bar,
.mcb-item-x7fzru5g1__legacy {
    text-align: center;
    font-size: 2em;
    opacity: 0.8;
    color: #c31e2f;
}

.section.mcb-section.mcb-section-95pa8hu54fxwqbhd.full-width {
    background-color: #acacac;
} 

.wrap.mcb-wrap.mcb-wrap-qz7rnjk9t.one-second.valign-top.clearfix {
    height: 0;
    padding-bottom: 38%;
    background-size: cover;
}

.column.mcb-column.mcb-item-yo75zytsa.one.column_visual p {
    text-align: center;
    margin: 1.5em 0 0.5em 0;
    padding-top: 0;
    font-family: 'impact','anton',sans-serif;
    font-size: 1.5em;
}

.column.mcb-column.mcb-item-95pa8hu.one.column_visual p {
    text-align: center;
    margin: 1.5em 0 0.5em 0;
    padding-top: 0;
    font-family: 'impact','anton',sans-serif;
    font-size: 1.5em;
}






.column.mcb-column.mcb-item-yo75zytsa.one.column_visual {
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.column.mcb-column.mcb-item-yinybeocq.one.column_image {
    margin-bottom: 0;
}

.mcb-item-yinybeocq .image_frame.image_item.no_link.scale-with-grid.no_border {
    padding-left: 1em;
    padding-right: 1em;
}


#gform_fields_5 label.gfield_label {
    display: none;
}

div#gform_wrapper_5 { 
    margin: auto;
}

#gform_5 input {
    width: 100%;
    border-color: #fff;
}

input#input_5_1 {
    width: 100%;
}

input#input_5_2 {
    width: 100%;
}

.wrap.mcb-wrap.mcb-wrap-mi9aor4rs.one-second.valign-top.clearfix {
    background-color: #d7d7d7;
}

.column.mcb-column.mcb-item-95pa8hu.one.column_visual {
    margin-bottom: 0;
}

.wrap.mcb-wrap.mcb-wrap-qcdxolokx.one-second.valign-top.clearfix {
    background-size: cover;
}

.column.mcb-column.mcb-item-vc57mof2i.one.column_visual {
    background: rgb(171,169,170);
    background: linear-gradient(90deg, rgba(171,169,170,0) 0%, rgba(171,169,170,1) 50%); 
}

.wrap.mcb-wrap.mcb-wrap-mtwzdh5vu.one-second.valign-top.clearfix {
    background-color: #8c8b8b;
}



.column.mcb-column.mcb-item-2xndjx68t.one.column_button a.button {
    padding-left: 2em;
    padding-right: 2em;
}


@media only screen and (min-width: 768px) { 
#Top_bar .column.one {
    width: 91%;
    margin: 0 4.5%;
}
}

.column.mcb-column.mcb-item-vc57mof2i.one.column_visual p {
    font-family: 'Impact','Anton',sans-serif;
    text-align: right;
    text-transform: uppercase;
    color: #eee;
    font-size: 4vw;
    line-height: 1em;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
}


.column.mcb-column.mcb-item-dg6hvyuau.one.column_visual p.mcb-item-dg6hvyuau__gift-em {
    color: #000;
    font-size: 1.5em;
    margin: 0;
    text-transform: capitalize;
}
@media only screen and (max-width: 1240px) { 

    .column.mcb-column.mcb-item-dg6hvyuau.one.column_visual p.mcb-item-dg6hvyuau__gift-em { 
        font-size: 1em;
        margin-top: 1em; 
    }

}


.section.mcb-section.mcb-section-zj30dlawc.full-width {
    z-index: 1000;
}

.section.mcb-section.mcb-section-zj30dlawc.full-width {
    position: absolute;
    width: 100%;
} 

#Footer {
    background-color: #000;
}

#custom_html-2 .textwidget.custom-html-widget {
    text-align: center;
}

.footer__smm img {
    width: 3vw;
    padding: 0.5em;
}

p.footer__franchise {
    font-family: 'Impact', 'Anton', sans-serif;
    text-align: center;
    font-size: 2vw;
    margin-top: 0em;
    text-transform: uppercase;
    line-height: 3vw;
}

@media only screen and (max-width: 767px) { 

    p.footer__franchise {
        font-family: 'Impact', 'Anton', sans-serif;
        text-align: center;
        font-size: 1.5em;
        margin-top: 0em;
        text-transform: uppercase;
        line-height: 1.5em;
    }

}

@media screen and (min-width: 768px) {

  #Footer .column.one-third {
    width: 20%;
}

#Footer .column.one-third:nth-of-type(1) { 
  padding-left: 2em;
  box-sizing: border-box;
}
 
img.alignnone.wp-image-119.size-medium {
  max-width: 10em;
}

.widget {
  margin: 1em 0;
}

#Footer .social li {
  font-size: 2em !important;
  width: 50% !important;
}

}
 


@media only screen and (max-width: 767px) { 

    #Footer .column.one-third:nth-of-type(1) {
        padding-left: 0em;   
    } 
}

@media screen and (min-width: 768px) { 

  #Footer .column.one-third:nth-of-type(2) {
    width: 54%;
    box-sizing: border-box;
}

#Footer .column.one-third:nth-of-type(3) { 
    padding-right: 2em;
    box-sizing: border-box;
}

}



@media only screen and (max-width: 767px) { 

    #Footer .column.one-third:nth-of-type(3) { 
        padding-right: 0em; 
    }

}

.footer__smm {
    text-align: center;
}

.footer_copy {
    display: none;
}

.mcb-item-bquvpx29y a.button.button_left.button_full_width.button_size_2.button_dark.button_js.kill_the_icon {
    font-size: 1.35vw;
}

.wrap.mcb-wrap.mcb-wrap-jr2fiee37.one.valign-top.clearfix {
    background-color: #C31E2E;
}

.column.mcb-column.mcb-item-wmieezvbl.one-fifth.column_image {
    margin: 0;
}

.column.mcb-column.mcb-item-xsblh0d14.two-fifth.column_visual,
.column.mcb-column.mcb-item-1ikf7lmr2.two-fifth.column_visual {
    margin-bottom: 0;
}
 
.column.mcb-column.mcb-item-xsblh0d14.two-fifth.column_visual p, .column.mcb-column.mcb-item-1ikf7lmr2.two-fifth.column_visual p {
    font-family: 'Impact', 'Anton', sans-serif;
    font-size: 2vw;
    line-height: 2em;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) { 
    .column.mcb-column.mcb-item-xsblh0d14.two-fifth.column_visual  , .column.mcb-column.mcb-item-1ikf7lmr2.two-fifth.column_visual   {
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }

    .column.mcb-column.mcb-item-xsblh0d14.two-fifth.column_visual p  , .column.mcb-column.mcb-item-1ikf7lmr2.two-fifth.column_visual p  {
        font-size: 1rem;
    }

    
}

@media only screen and (min-width: 767px) and (max-width: 1240px) { 

    .column.mcb-column.mcb-item-xsblh0d14.two-fifth.column_visual p  , .column.mcb-column.mcb-item-1ikf7lmr2.two-fifth.column_visual p  {
        font-size: 1rem;
    }

}


.column.mcb-column.mcb-item-1ikf7lmr2.two-fifth.column_visual p {
    text-align: right;
}

@media only screen and (max-width: 767px) { 

    .column.mcb-column.mcb-item-xsblh0d14.two-fifth.column_visual p, .column.mcb-column.mcb-item-1ikf7lmr2.two-fifth.column_visual p {
        font-size: 2em; 
        line-height: 1.25em;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 1em;
    } 

}

.column.mcb-column.mcb-item-wmieezvbl.one-fifth.column_image {
    width: 18%;
    height: 4vw;
    background-image: url(https://anchorbar.com/wp-content/uploads/2019/10/stripes.png);
    background-size: cover;
}

@media only screen and (max-width: 767px) { 

    .column.mcb-column.mcb-item-wmieezvbl.one-fifth.column_image {
        display: none;
    }

}



 

@media only screen and (max-width: 1240px) { 

    #Footer .mcb-item-wmieezvbl .scale-with-grid img {
        height: 2em !important;
    }

}


#Footer  ul.footer__menu li {
    padding-bottom: 0.25em;
}


@media only screen and (max-width: 767px) { 

    #Footer ul.footer__menu li {
        padding-bottom: 0.25em;
        text-align: center;
        font-size: 1.5em;
        line-height: 1.5em;
    }
    

}




.column.mcb-column.mcb-item-i5b9ajivn.two-fifth.column_button {
    margin-top: 1.75em;
}



.column.mcb-column.mcb-item-mwrjq37gr.one.column_image {
    margin: 0;
}
 
.column.mcb-column.mcb-item-4iynvs3rw.five-sixth.column_visual {
    margin-top: 0;
    margin-bottom: 0;
}

.mcb-item-4iynvs3rw p { 
    color: #fff;
}

.column.mcb-column.mcb-item-p3awvf9da.one-third.column_column.column-margin-50px {
    background-color: #C31E2E;
    padding: 1em;
    color: #fff;
}

.column.mcb-column.mcb-item-4iynvs3rw.two-third.column_visual {
    margin-bottom: 0;
}
 
.column.mcb-column.mcb-item-i5b9ajivn.one-sixth.column_button {
    margin-top: 2.75vw;
}

.mcb-item-axfkwdclz span.button_label {
    color: #fff;
}
 
.mcb-wrap-nkv3dn4dj h4 {
    font-size: 2.75vw;
    line-height: 1em;
}
.mcb-item-p3awvf9da {
    background-color: #C31E2E;
    padding: 1em;
    color: #fff;
    font-family: 'impact','anton',sans-serif;
    font-size: 2.5vw;
    margin-top: -3.25vw;
    margin-bottom: 0;
    box-sizing: border-box;
    position: relative;
}
.mcb-item-i5b9ajivn { 
    margin-bottom: 0;
    box-sizing: border-box;
}



.mcb-wrap-2e8372013 a {
    font-weight: 500;
}

#Top_bar .menu > li ul li a {
    color: #e0e0e0;
    font-size: 0.875em;
}

#Top_bar .menu > li ul li a {
    color: #e0e0e0;
    font-size: 0.875em;
    padding: 0.5em 0.75em;
}

div#Top_bar {
    z-index: 100000000;
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {

    body #Top_bar:not(.is-sticky) {
        margin-top: 0;
        top: 53px;
    }
    
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {
    #Top_bar a.responsive-menu-toggle { 
        margin-top: 0;
        right: 0.25em;
    }
}

.foogallery.fg-masonry.fg-center { 
    margin-left: 3vw;
    margin-right: 1vw;
} 

.woocommerce div#Subheader {
    display: none;
}

@media only screen and (min-width: 1240px)
 {

    #Footer .container {
        width: 100%;
        max-width: 100%;
    }

 }


 .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h4 {
    margin-bottom: 5px;
    font-family: "lato", sans-serif;
    font-size: 1em;
    line-height: 1.125em;
}

.image_frame.scale-with-grid.product-loop-thumb .image_frame {
    border-color: #efefef;
}

.widget_product_categories ul > li:after {
    content: "";
    display: block;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.widget_product_categories ul li a {
    font-size: 1rem;
}

.widget_product_categories ul {
    list-style-type: square;
    color: #fff;
    padding: 0.5em 0 0.5em 2em;
}

.widget > h3 {
    font-size: 1.25rem;
    line-height: 22px;
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    color: #333;
}

span.product-title {
    font-size: 1rem;
}

a.button.button_theme.button_js.checkout.kill_the_icon {
    width: 100%;
}

span.woocommerce-Price-amount.amount {
    font-size: 1rem;
}

.woocommerce .widget_shopping_cart ul.product_list_widget li h6 {
    line-height: 1.25rem;
    font-size: 1rem;
    font-family: 'Lato',sans-serif;
}

.woocommerce .widget_shopping_cart ul.product_list_widget li .quantity {
    display: block;
    width: 100%;
    font-size: 1rem;
}
.woocommerce .widget_shopping_cart p.total strong {
    float: left;
    margin-right: 4px;
    font-size: 1rem;
}
.woocommerce .widget_shopping_cart p.total { 
    font-size: 1rem;
}

.image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
    background: rgba(195,30,36,0.8);
}
.image_frame .image_wrapper .image_links:hover a {
    color: rgba(195,30,36,1);
}

.woocommerce .column.one.post-nav.minimal {
    display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 64.666%;
    clear: none;
}

.single-product .entry-summary span.woocommerce-Price-amount.amount {
    font-size: 1.125em;
}

.woocommerce .product div.entry-summary h1.product_title {
    font-size: 2.5em;
    line-height: 1em;
}
.woocommerce-product-details__short-description p {
    font-size: 1rem;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
    line-height: 1rem;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: middle;
    line-height: 2em;
}

.woocommerce .variations_form .variations {
    background: rgba(0,0,0,.1);
    padding: 10px;
}

.woocommerce .product div.entry-summary h1.product_title:after { 
    width: 100%; 
}

#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-page-parent > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current-page-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a, #Top_bar .menu > li.hover > a {
    color: #fff;
}



.mcb-item-8nwvatij2 .image_frame.image_item.no_link.scale-with-grid.stretch.no_border {

    -moz-transform: scale(1.25) translateX(10px);
    -webkit-transform: scale(1.25) translateX(10px);
    -o-transform: scale(1.25) translateX(10px);
    -ms-transform: scale(1.25) translateX(10px);
    transform: scale(1.25) translateX(10px);

}

@media only screen and (min-width: 768px) { 

    #Action_bar .column.one {
    width: 91%;
    margin: 0px 4.5% 0px;

}
}
a.button:hover {
    background-color: #fff;
    color: #000;
}

#Footer a:hover {
    color: #fff;
}

#Footer a.button.button_dark:hover .button_icon i {
    color: rgba(255,255,255,.5);
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #626262;
    background-color: rgba(255,255,255,1);
    border-color: #666;
}

/* input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #fff;
    background-color: #666;
    border-color: #ddd;
    border-width: 5px;
    font-family: 'Impact','anton',sans-serif !important; 
}

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    color: #fff;
    background-color: #666 !important;
    border-color: #ddd;
} */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 15px;
    letter-spacing: normal;
}

body .gform_wrapper.gf_browser_chrome select, .gform_wrapper.gf_browser_chrome textarea  {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 15px;
    letter-spacing: normal;
}


.gform_wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
.gform_wrapper  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
.gform_wrapper  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active { 
    transition: all 5000s ease-in-out 0s; 
    font-family: 'Impact','anton',sans-serif !important;
    text-transform: uppercase;
}
 
input:-internal-autofill-selected {
    font-family: 'Impact','anton',sans-serif !important;
    text-transform: uppercase;
    background-color: #666 !important;
    background-image: none !important;
    color: #fff !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active { 
    transition: all 5000s ease-in-out 0s; 
    font-family: 'Impact','anton',sans-serif !important;
    text-transform: uppercase;
}
 
select:-internal-autofill-selected {
    background-color: #666 !important;
    background-image: none !important;
    color: #fff !important;
    font-family: 'Impact','anton',sans-serif !important;
    text-transform: uppercase;
}
 

#Top_bar .menu > li.current-menu-item.submenu > a > span:not(.description)::after, #Top_bar .menu > li.current_page_item.submenu > a > span:not(.description)::after, #Top_bar .menu > li.current-menu-parent.submenu > a > span:not(.description)::after, #Top_bar .menu > li.current-page-parent.submenu > a > span:not(.description)::after, #Top_bar .menu > li.current-menu-ancestor.submenu > a > span:not(.description)::after, #Top_bar .menu > li.current-page-ancestor.submenu > a > span:not(.description)::after, #Top_bar .menu > li.current_page_ancestor.submenu > a > span:not(.description)::after, #Top_bar .menu > li.hover.submenu > a > span:not(.description)::after {
    border-top-color: #fff;
}

div#popmake-10188 {
    background-image: url(https://anchorbar.com/wp-content/uploads/2019/10/REDBRICK1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

div#pum_popup_title_10188 {
    font-family: 'impact','anton',sans-serif;
    text-align: center;
    font-size: 3em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase;
}

select#locations--footer {
    font-size: 2em;
    width: 100%;
}

.locations__amherst--footer span {
    font-size: 1.5rem !important;
}

.locations__amherst--footer.column.mcb-column.mcb-item-2f7iynkgg.one-fifth.column_visual.group--footer {
    width: 20%;
}

#locations__banner option:first-of-type {

    display: none;

}

.mcb-wrap-q21pncim3 .one-third {
    width: 25%;
}

select#locations__banner {
    color: rgba(0,0,0,0);
}

select#locations__banner option {

    background-color: #fff !important;
    font-size: 2em !important;

}
 
select#locations__footer {
    text-align: center;
    background-color: #000;
    background-image: url(https://anchor-bar-franchise-development-company-llc.websitepro.hosting/wp-content/uploads/2019/12/find-banner.png);
    padding-left: 3.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 1vw;
    background-position: center center;
}

@media only screen and (max-width: 767px) { 
    select#locations__footer { 
        padding-left: 2.5em; 
        font-size: 1.5em;
    }
}  


select#locations__footer:focus {
    background-color: #000 !important;
}

select#locations__banner { 
    width: 100%;
    background-color: black;
    height: 5vw;
    background-image: url(https://anchor-bar-franchise-development-company-llc.websitepro.hosting/wp-content/uploads/2019/12/find-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    font-size: 0.9rem !important; 
}

@media only screen and (max-width: 767px) { 

    select#locations__banner { 
        height: 3.5em; 
    }
    

}

select#locations__banner:focus {
    background-color: #000 !important;
}

input#gform_submit_button_7 {
    max-width: none;
    width: auto;
}

#Action_bar .social li a, #Header_creative .social li a, #Action_bar .social-menu a {
    color: #fff;
    font-size: 1.5em;
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {

    #Action_bar .social li a, #Header_creative .social li a, #Action_bar .social-menu a {
        color: #fff;
        font-size: 1em;
    }

}


.dd-select {
    background-color: #000 !important;
    width: 330px !important;
    border: 4px solid #ccc !important;
}

label.dd-selected-text {
    font-family: 'Impact', 'Anton', sans-serif;
    font-size: 1.5rem;
    color: #fff;
}

ul.dd-options {
    box-sizing: border-box;
    background-color: #000;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    width: 338px !important;
}
body .dd-option {
    padding: 0.25em 0.5em;
    display: block;
    border-bottom: solid 0px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
label.dd-option-text {
    color: #fff;
    font-family: 'impact','anton',sans-serif;
}

.dd-options li:first-of-type {
    display: none;
}

.dd-option-selected {
    background: #f6f6f6;
}

ul.dd-options {
    box-sizing: border-box;
    background-color: #000;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
a.dd-selected {
    text-decoration: none;
}

#gform_5 input {
    width: 100%;
    border-color: #fff;
    font-size: 2vw;
}

@media only screen and (max-width: 767px) {

    #gform_5 input { 
        font-size: 1.5em;
    }
}

div#gform_wrapper_5 {
    margin: auto;
    padding: 1em 3vw;
}
 

 
select#locations__banner option {

    background-color: #000 !important;
    font-size: 2em !important;
    color: #fff;

}

#Footer ul.social {
    display: block; 
    height: 3.5em;
}

@media only screen and (max-width: 767px) {

    #Footer ul.social {  
        height: 3em;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1240px) {

    #Footer ul.social { 
        height: 2em;
    }

}

#Footer .social li {
    float: left;
    width: 25%;
}
#Footer .social li {
    float: left;
    width: 25%;
    font-size: 2.5em;
    text-align: center;
}

@media only screen and (max-width: 767px) {

    #Footer .social li { 
        font-size: 1.5em; 
    }

}

@media only screen and (min-width: 768px) and (max-width: 1240px) {

    #Footer .social li { 
        font-size: 1em; 
    }

}

#Footer img.star {
    height: 1.5em;
    width: 1.5em;
    vertical-align: sub;
}

body:not(.template-slider) #Header {
    min-height: 0;
}

@media only screen and (max-width: 767px) {

    body:not(.template-slider):not(.header-simple) #Header {
        min-height: 226px;
        background-position: center 202px;
    }

}

.woocommerce.with_aside .sections_group {
    width: 68%;
}

.woocommerce.with_aside .sidebar.columns {
    width: 30%;
}

.single_variation_wrap .quantity .input-text {
    border-width: 0px !important;
    border-radius: 5px;
}

.mfn-acc.accordion_wrapper .question:first-of-type {
    display: none;
}


@media only screen and (min-width: 1240px) {

    /* 
div#slide-19-layer-1, 
div#slide-20-layer-1,
div#slide-23-layer-1,
div#slide-29-layer-1,
div#slide-24-layer-1 {
    margin-top: 7.75rem !important;
} */

div#slide-21-layer-1 {
    margin-top: 1.35em !important;
}

div#slide-22-layer-1 {
    margin-top: 1.35em !important;
}

}

.mec-event-list-minimal .mec-event-date span {
    font-family: 'Montserrat';
    font-weight: bold;
}

.mec-event-date.mec-bg-color {
    font-family: 'Impact',sans-serif !important;
    font-size: 3.5em;
    font-weight: normal;
    line-height: 0.75em;
    background-color: transparent;
    width: auto;
    margin-bottom: 0.75em;
}
.mec-event-list-minimal .mec-event-title a {
    font-family: 'Impact',sans-serif;
    font-size: 2em;
    font-weight: normal;
    color: #fff !important;
}

span.event-color {
    display: none;
}

.mec-month-divider {
    display: none;
}

.mec-wrap p {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.8;
}

.mec-event-list-minimal .mec-event-article {
    border-bottom: 1px solid #efefef;
    padding: 16px 0 0px;
}

.mec-wrap p {
    color: #fff;
    font-size: 1em;
}

ul.sub-menu.mfn-megamenu.mfn-megamenu-14 {
    max-width: 50em;
}

ul.sub-menu.mfn-megamenu.mfn-megamenu-14 {
  z-index: 1000000 !important;
}


/*CSS FIX FOR BLOCKUI*/
.woocommerce .blockUI.blockOverlay {
    display: none!important;
}
/*END CSS FIX FOR BLOCKUI*/

li.wc_payment_method.payment_method_paypal_express {
    display: none;
}

#le-h2-style {
	font-size: 50px;
	line-height: 60px;
}



/* body.ab-fouc-hide{
	visibility:hidden;
	opacity:0;
} */

.woocommerce-cart .ppc-button-wrapper {
  margin-top: 17px;
}

.woocommerce-checkout a.mfn-woo-cart-link {
  margin-top: 17px;
  margin-bottom: 17px;
}

.woocommerce-checkout label[for='payment_method_ppcp'] {
  font-size: 0px !important;
}

.woocommerce-cart .the_content_wrapper > em,
.woocommerce-checkout .the_content_wrapper > em {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto; 
}