/************

  This CSS covers CMS-wide block types and options. If you want to override
  the block styles for a specific site, do that elsewhere. If you want to
  create a new block style or option that will be useful for many sites, do 
  that here.

  This file is organizized. Try to keep it that way.
  
  - grid (foundation)
  - typography
  - block-level defaults
  - block admin
    - block type
    - block options
    - add block 
  - element-level defaults
  - block-level structure (wraps and columns)
  - options (applicable to any block)
  - element-specific overrides
    - slider
    - form
    - categories
    - share_this
    - videoinclude
  - block-type and option-specific overrides
    - 2 column big left/right
    - masonry
    - subpage previews
    - bookshelf
    - subpage list
    - 1 column blog header
    - video 2 column
    - borders (svg)
    - 1 column pop
    - 2 column pop
    - story panel
    - boxes
    - logos

************/

/* grid */
.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,
.grid-x > .small-13,
.grid-x > .small-14,
.grid-x > .small-15,
.grid-x > .small-16,
.grid-x > .small-17,
.grid-x > .small-18 {
  -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,
  .grid-x > .medium-13,
  .grid-x > .medium-14,
  .grid-x > .medium-15,
  .grid-x > .medium-16,
  .grid-x > .medium-17,
  .grid-x > .medium-18 {
    -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,
  .grid-x > .large-13,
  .grid-x > .large-14,
  .grid-x > .large-15,
  .grid-x > .large-16,
  .grid-x > .large-17,
  .grid-x > .large-18 {
    -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,
.grid-x > .small-13,
.grid-x > .small-14,
.grid-x > .small-15,
.grid-x > .small-16,
.grid-x > .small-17,
.grid-x > .small-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 5.55556%;
}

.grid-x > .small-2 {
  width: 11.11111%;
}

.grid-x > .small-3 {
  width: 16.66667%;
}

.grid-x > .small-4 {
  width: 22.22222%;
}

.grid-x > .small-5 {
  width: 27.77778%;
}

.grid-x > .small-6 {
  width: 33.33333%;
}

.grid-x > .small-7 {
  width: 38.88889%;
}

.grid-x > .small-8 {
  width: 44.44444%;
}

.grid-x > .small-9 {
  width: 50%;
}

.grid-x > .small-10 {
  width: 55.55556%;
}

.grid-x > .small-11 {
  width: 61.11111%;
}

.grid-x > .small-12 {
  width: 66.66667%;
}

.grid-x > .small-13 {
  width: 72.22222%;
}

.grid-x > .small-14 {
  width: 77.77778%;
}

.grid-x > .small-15 {
  width: 83.33333%;
}

.grid-x > .small-16 {
  width: 88.88889%;
}

.grid-x > .small-17 {
  width: 94.44444%;
}

.grid-x > .small-18 {
  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,
  .grid-x > .medium-13,
  .grid-x > .medium-14,
  .grid-x > .medium-15,
  .grid-x > .medium-16,
  .grid-x > .medium-17,
  .grid-x > .medium-18 {
    -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: 5.55556%;
  }
  .grid-x > .medium-2 {
    width: 11.11111%;
  }
  .grid-x > .medium-3 {
    width: 16.66667%;
  }
  .grid-x > .medium-4 {
    width: 22.22222%;
  }
  .grid-x > .medium-5 {
    width: 27.77778%;
  }
  .grid-x > .medium-6 {
    width: 33.33333%;
  }
  .grid-x > .medium-7 {
    width: 38.88889%;
  }
  .grid-x > .medium-8 {
    width: 44.44444%;
  }
  .grid-x > .medium-9 {
    width: 50%;
  }
  .grid-x > .medium-10 {
    width: 55.55556%;
  }
  .grid-x > .medium-11 {
    width: 61.11111%;
  }
  .grid-x > .medium-12 {
    width: 66.66667%;
  }
  .grid-x > .medium-13 {
    width: 72.22222%;
  }
  .grid-x > .medium-14 {
    width: 77.77778%;
  }
  .grid-x > .medium-15 {
    width: 83.33333%;
  }
  .grid-x > .medium-16 {
    width: 88.88889%;
  }
  .grid-x > .medium-17 {
    width: 94.44444%;
  }
  .grid-x > .medium-18 {
    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,
  .grid-x > .large-13,
  .grid-x > .large-14,
  .grid-x > .large-15,
  .grid-x > .large-16,
  .grid-x > .large-17,
  .grid-x > .large-18 {
    -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: 5.55556%;
  }
  .grid-x > .large-2 {
    width: 11.11111%;
  }
  .grid-x > .large-3 {
    width: 16.66667%;
  }
  .grid-x > .large-4 {
    width: 22.22222%;
  }
  .grid-x > .large-5 {
    width: 27.77778%;
  }
  .grid-x > .large-6 {
    width: 33.33333%;
  }
  .grid-x > .large-7 {
    width: 38.88889%;
  }
  .grid-x > .large-8 {
    width: 44.44444%;
  }
  .grid-x > .large-9 {
    width: 50%;
  }
  .grid-x > .large-10 {
    width: 55.55556%;
  }
  .grid-x > .large-11 {
    width: 61.11111%;
  }
  .grid-x > .large-12 {
    width: 66.66667%;
  }
  .grid-x > .large-13 {
    width: 72.22222%;
  }
  .grid-x > .large-14 {
    width: 77.77778%;
  }
  .grid-x > .large-15 {
    width: 83.33333%;
  }
  .grid-x > .large-16 {
    width: 88.88889%;
  }
  .grid-x > .large-17 {
    width: 94.44444%;
  }
  .grid-x > .large-18 {
    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;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(5.55556% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(11.11111% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(22.22222% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(27.77778% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(38.88889% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(44.44444% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(55.55556% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(61.11111% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(72.22222% - 1.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(77.77778% - 1.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(88.88889% - 1.25rem);
}
.grid-margin-x > .small-17 {
  width: calc(94.44444% - 1.25rem);
}
.grid-margin-x > .small-18 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(5.55556% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(11.11111% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(22.22222% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(27.77778% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(38.88889% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(44.44444% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(55.55556% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(61.11111% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(72.22222% - 1.25rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(77.77778% - 1.25rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(88.88889% - 1.25rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(94.44444% - 1.25rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(100% - 1.25rem);
  }
}
@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(5.55556% - 1.25rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(11.11111% - 1.25rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(22.22222% - 1.25rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(27.77778% - 1.25rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(38.88889% - 1.25rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(44.44444% - 1.25rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(55.55556% - 1.25rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(61.11111% - 1.25rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(72.22222% - 1.25rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(77.77778% - 1.25rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(88.88889% - 1.25rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(94.44444% - 1.25rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(100% - 1.25rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-padding-x > .cell {
  box-sizing: border-box;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.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.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

.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: 5.55556%;
}
.small-margin-collapse > .small-2 {
  width: 11.11111%;
}
.small-margin-collapse > .small-3 {
  width: 16.66667%;
}
.small-margin-collapse > .small-4 {
  width: 22.22222%;
}
.small-margin-collapse > .small-5 {
  width: 27.77778%;
}
.small-margin-collapse > .small-6 {
  width: 33.33333%;
}
.small-margin-collapse > .small-7 {
  width: 38.88889%;
}
.small-margin-collapse > .small-8 {
  width: 44.44444%;
}
.small-margin-collapse > .small-9 {
  width: 50%;
}
.small-margin-collapse > .small-10 {
  width: 55.55556%;
}
.small-margin-collapse > .small-11 {
  width: 61.11111%;
}
.small-margin-collapse > .small-12 {
  width: 66.66667%;
}
.small-margin-collapse > .small-13 {
  width: 72.22222%;
}
.small-margin-collapse > .small-14 {
  width: 77.77778%;
}
.small-margin-collapse > .small-15 {
  width: 83.33333%;
}
.small-margin-collapse > .small-16 {
  width: 88.88889%;
}
.small-margin-collapse > .small-17 {
  width: 94.44444%;
}
.small-margin-collapse > .small-18 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 5.55556%;
  }
  .small-margin-collapse > .medium-2 {
    width: 11.11111%;
  }
  .small-margin-collapse > .medium-3 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-4 {
    width: 22.22222%;
  }
  .small-margin-collapse > .medium-5 {
    width: 27.77778%;
  }
  .small-margin-collapse > .medium-6 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-7 {
    width: 38.88889%;
  }
  .small-margin-collapse > .medium-8 {
    width: 44.44444%;
  }
  .small-margin-collapse > .medium-9 {
    width: 50%;
  }
  .small-margin-collapse > .medium-10 {
    width: 55.55556%;
  }
  .small-margin-collapse > .medium-11 {
    width: 61.11111%;
  }
  .small-margin-collapse > .medium-12 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-13 {
    width: 72.22222%;
  }
  .small-margin-collapse > .medium-14 {
    width: 77.77778%;
  }
  .small-margin-collapse > .medium-15 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-16 {
    width: 88.88889%;
  }
  .small-margin-collapse > .medium-17 {
    width: 94.44444%;
  }
  .small-margin-collapse > .medium-18 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 5.55556%;
  }
  .small-margin-collapse > .large-2 {
    width: 11.11111%;
  }
  .small-margin-collapse > .large-3 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-4 {
    width: 22.22222%;
  }
  .small-margin-collapse > .large-5 {
    width: 27.77778%;
  }
  .small-margin-collapse > .large-6 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-7 {
    width: 38.88889%;
  }
  .small-margin-collapse > .large-8 {
    width: 44.44444%;
  }
  .small-margin-collapse > .large-9 {
    width: 50%;
  }
  .small-margin-collapse > .large-10 {
    width: 55.55556%;
  }
  .small-margin-collapse > .large-11 {
    width: 61.11111%;
  }
  .small-margin-collapse > .large-12 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-13 {
    width: 72.22222%;
  }
  .small-margin-collapse > .large-14 {
    width: 77.77778%;
  }
  .small-margin-collapse > .large-15 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-16 {
    width: 88.88889%;
  }
  .small-margin-collapse > .large-17 {
    width: 94.44444%;
  }
  .small-margin-collapse > .large-18 {
    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: 5.55556%;
  }
  .medium-margin-collapse > .small-2 {
    width: 11.11111%;
  }
  .medium-margin-collapse > .small-3 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-4 {
    width: 22.22222%;
  }
  .medium-margin-collapse > .small-5 {
    width: 27.77778%;
  }
  .medium-margin-collapse > .small-6 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-7 {
    width: 38.88889%;
  }
  .medium-margin-collapse > .small-8 {
    width: 44.44444%;
  }
  .medium-margin-collapse > .small-9 {
    width: 50%;
  }
  .medium-margin-collapse > .small-10 {
    width: 55.55556%;
  }
  .medium-margin-collapse > .small-11 {
    width: 61.11111%;
  }
  .medium-margin-collapse > .small-12 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-13 {
    width: 72.22222%;
  }
  .medium-margin-collapse > .small-14 {
    width: 77.77778%;
  }
  .medium-margin-collapse > .small-15 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-16 {
    width: 88.88889%;
  }
  .medium-margin-collapse > .small-17 {
    width: 94.44444%;
  }
  .medium-margin-collapse > .small-18 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 5.55556%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 11.11111%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 22.22222%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 27.77778%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 38.88889%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 44.44444%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 55.55556%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 61.11111%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 72.22222%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 77.77778%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 88.88889%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 94.44444%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 5.55556%;
  }
  .medium-margin-collapse > .large-2 {
    width: 11.11111%;
  }
  .medium-margin-collapse > .large-3 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-4 {
    width: 22.22222%;
  }
  .medium-margin-collapse > .large-5 {
    width: 27.77778%;
  }
  .medium-margin-collapse > .large-6 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-7 {
    width: 38.88889%;
  }
  .medium-margin-collapse > .large-8 {
    width: 44.44444%;
  }
  .medium-margin-collapse > .large-9 {
    width: 50%;
  }
  .medium-margin-collapse > .large-10 {
    width: 55.55556%;
  }
  .medium-margin-collapse > .large-11 {
    width: 61.11111%;
  }
  .medium-margin-collapse > .large-12 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-13 {
    width: 72.22222%;
  }
  .medium-margin-collapse > .large-14 {
    width: 77.77778%;
  }
  .medium-margin-collapse > .large-15 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-16 {
    width: 88.88889%;
  }
  .medium-margin-collapse > .large-17 {
    width: 94.44444%;
  }
  .medium-margin-collapse > .large-18 {
    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: 5.55556%;
  }
  .large-margin-collapse > .small-2 {
    width: 11.11111%;
  }
  .large-margin-collapse > .small-3 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-4 {
    width: 22.22222%;
  }
  .large-margin-collapse > .small-5 {
    width: 27.77778%;
  }
  .large-margin-collapse > .small-6 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-7 {
    width: 38.88889%;
  }
  .large-margin-collapse > .small-8 {
    width: 44.44444%;
  }
  .large-margin-collapse > .small-9 {
    width: 50%;
  }
  .large-margin-collapse > .small-10 {
    width: 55.55556%;
  }
  .large-margin-collapse > .small-11 {
    width: 61.11111%;
  }
  .large-margin-collapse > .small-12 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-13 {
    width: 72.22222%;
  }
  .large-margin-collapse > .small-14 {
    width: 77.77778%;
  }
  .large-margin-collapse > .small-15 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-16 {
    width: 88.88889%;
  }
  .large-margin-collapse > .small-17 {
    width: 94.44444%;
  }
  .large-margin-collapse > .small-18 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 5.55556%;
  }
  .large-margin-collapse > .medium-2 {
    width: 11.11111%;
  }
  .large-margin-collapse > .medium-3 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-4 {
    width: 22.22222%;
  }
  .large-margin-collapse > .medium-5 {
    width: 27.77778%;
  }
  .large-margin-collapse > .medium-6 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-7 {
    width: 38.88889%;
  }
  .large-margin-collapse > .medium-8 {
    width: 44.44444%;
  }
  .large-margin-collapse > .medium-9 {
    width: 50%;
  }
  .large-margin-collapse > .medium-10 {
    width: 55.55556%;
  }
  .large-margin-collapse > .medium-11 {
    width: 61.11111%;
  }
  .large-margin-collapse > .medium-12 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-13 {
    width: 72.22222%;
  }
  .large-margin-collapse > .medium-14 {
    width: 77.77778%;
  }
  .large-margin-collapse > .medium-15 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-16 {
    width: 88.88889%;
  }
  .large-margin-collapse > .medium-17 {
    width: 94.44444%;
  }
  .large-margin-collapse > .medium-18 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 5.55556%;
  }
  .large-margin-collapse > .large-2 {
    width: 11.11111%;
  }
  .large-margin-collapse > .large-3 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-4 {
    width: 22.22222%;
  }
  .large-margin-collapse > .large-5 {
    width: 27.77778%;
  }
  .large-margin-collapse > .large-6 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-7 {
    width: 38.88889%;
  }
  .large-margin-collapse > .large-8 {
    width: 44.44444%;
  }
  .large-margin-collapse > .large-9 {
    width: 50%;
  }
  .large-margin-collapse > .large-10 {
    width: 55.55556%;
  }
  .large-margin-collapse > .large-11 {
    width: 61.11111%;
  }
  .large-margin-collapse > .large-12 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-13 {
    width: 72.22222%;
  }
  .large-margin-collapse > .large-14 {
    width: 77.77778%;
  }
  .large-margin-collapse > .large-15 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-16 {
    width: 88.88889%;
  }
  .large-margin-collapse > .large-17 {
    width: 94.44444%;
  }
  .large-margin-collapse > .large-18 {
    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: 5.55556%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(5.55556% + 0.625rem);
}

.small-offset-2 {
  margin-left: 11.11111%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(11.11111% + 0.625rem);
}

.small-offset-3 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-4 {
  margin-left: 22.22222%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(22.22222% + 0.625rem);
}

.small-offset-5 {
  margin-left: 27.77778%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(27.77778% + 0.625rem);
}

.small-offset-6 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-7 {
  margin-left: 38.88889%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(38.88889% + 0.625rem);
}

.small-offset-8 {
  margin-left: 44.44444%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(44.44444% + 0.625rem);
}

.small-offset-9 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-10 {
  margin-left: 55.55556%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(55.55556% + 0.625rem);
}

.small-offset-11 {
  margin-left: 61.11111%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(61.11111% + 0.625rem);
}

.small-offset-12 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-12 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-13 {
  margin-left: 72.22222%;
}

.grid-margin-x > .small-offset-13 {
  margin-left: calc(72.22222% + 0.625rem);
}

.small-offset-14 {
  margin-left: 77.77778%;
}

.grid-margin-x > .small-offset-14 {
  margin-left: calc(77.77778% + 0.625rem);
}

.small-offset-15 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-15 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-16 {
  margin-left: 88.88889%;
}

.grid-margin-x > .small-offset-16 {
  margin-left: calc(88.88889% + 0.625rem);
}

.small-offset-17 {
  margin-left: 94.44444%;
}

.grid-margin-x > .small-offset-17 {
  margin-left: calc(94.44444% + 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.625rem);
  }
  .medium-offset-1 {
    margin-left: 5.55556%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(5.55556% + 0.625rem);
  }
  .medium-offset-2 {
    margin-left: 11.11111%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(11.11111% + 0.625rem);
  }
  .medium-offset-3 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .medium-offset-4 {
    margin-left: 22.22222%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(22.22222% + 0.625rem);
  }
  .medium-offset-5 {
    margin-left: 27.77778%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(27.77778% + 0.625rem);
  }
  .medium-offset-6 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .medium-offset-7 {
    margin-left: 38.88889%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(38.88889% + 0.625rem);
  }
  .medium-offset-8 {
    margin-left: 44.44444%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(44.44444% + 0.625rem);
  }
  .medium-offset-9 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(50% + 0.625rem);
  }
  .medium-offset-10 {
    margin-left: 55.55556%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(55.55556% + 0.625rem);
  }
  .medium-offset-11 {
    margin-left: 61.11111%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(61.11111% + 0.625rem);
  }
  .medium-offset-12 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .medium-offset-13 {
    margin-left: 72.22222%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(72.22222% + 0.625rem);
  }
  .medium-offset-14 {
    margin-left: 77.77778%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(77.77778% + 0.625rem);
  }
  .medium-offset-15 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .medium-offset-16 {
    margin-left: 88.88889%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(88.88889% + 0.625rem);
  }
  .medium-offset-17 {
    margin-left: 94.44444%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(94.44444% + 0.625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .large-offset-1 {
    margin-left: 5.55556%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(5.55556% + 0.625rem);
  }
  .large-offset-2 {
    margin-left: 11.11111%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(11.11111% + 0.625rem);
  }
  .large-offset-3 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .large-offset-4 {
    margin-left: 22.22222%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(22.22222% + 0.625rem);
  }
  .large-offset-5 {
    margin-left: 27.77778%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(27.77778% + 0.625rem);
  }
  .large-offset-6 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .large-offset-7 {
    margin-left: 38.88889%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(38.88889% + 0.625rem);
  }
  .large-offset-8 {
    margin-left: 44.44444%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(44.44444% + 0.625rem);
  }
  .large-offset-9 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(50% + 0.625rem);
  }
  .large-offset-10 {
    margin-left: 55.55556%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(55.55556% + 0.625rem);
  }
  .large-offset-11 {
    margin-left: 61.11111%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(61.11111% + 0.625rem);
  }
  .large-offset-12 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .large-offset-13 {
    margin-left: 72.22222%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(72.22222% + 0.625rem);
  }
  .large-offset-14 {
    margin-left: 77.77778%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(77.77778% + 0.625rem);
  }
  .large-offset-15 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .large-offset-16 {
    margin-left: 88.88889%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(88.88889% + 0.625rem);
  }
  .large-offset-17 {
    margin-left: 94.44444%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(94.44444% + 0.625rem);
  }
}

.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 {
  width: auto;
  max-width: 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,
.grid-y > .small-13,
.grid-y > .small-14,
.grid-y > .small-15,
.grid-y > .small-16,
.grid-y > .small-17,
.grid-y > .small-18 {
  -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,
  .grid-y > .medium-13,
  .grid-y > .medium-14,
  .grid-y > .medium-15,
  .grid-y > .medium-16,
  .grid-y > .medium-17,
  .grid-y > .medium-18 {
    -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,
  .grid-y > .large-13,
  .grid-y > .large-14,
  .grid-y > .large-15,
  .grid-y > .large-16,
  .grid-y > .large-17,
  .grid-y > .large-18 {
    -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,
.grid-y > .small-13,
.grid-y > .small-14,
.grid-y > .small-15,
.grid-y > .small-16,
.grid-y > .small-17,
.grid-y > .small-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 5.55556%;
}
.grid-y > .small-2 {
  height: 11.11111%;
}
.grid-y > .small-3 {
  height: 16.66667%;
}
.grid-y > .small-4 {
  height: 22.22222%;
}
.grid-y > .small-5 {
  height: 27.77778%;
}
.grid-y > .small-6 {
  height: 33.33333%;
}
.grid-y > .small-7 {
  height: 38.88889%;
}
.grid-y > .small-8 {
  height: 44.44444%;
}
.grid-y > .small-9 {
  height: 50%;
}
.grid-y > .small-10 {
  height: 55.55556%;
}
.grid-y > .small-11 {
  height: 61.11111%;
}
.grid-y > .small-12 {
  height: 66.66667%;
}
.grid-y > .small-13 {
  height: 72.22222%;
}
.grid-y > .small-14 {
  height: 77.77778%;
}
.grid-y > .small-15 {
  height: 83.33333%;
}
.grid-y > .small-16 {
  height: 88.88889%;
}
.grid-y > .small-17 {
  height: 94.44444%;
}
.grid-y > .small-18 {
  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,
  .grid-y > .medium-13,
  .grid-y > .medium-14,
  .grid-y > .medium-15,
  .grid-y > .medium-16,
  .grid-y > .medium-17,
  .grid-y > .medium-18 {
    -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: 5.55556%;
  }
  .grid-y > .medium-2 {
    height: 11.11111%;
  }
  .grid-y > .medium-3 {
    height: 16.66667%;
  }
  .grid-y > .medium-4 {
    height: 22.22222%;
  }
  .grid-y > .medium-5 {
    height: 27.77778%;
  }
  .grid-y > .medium-6 {
    height: 33.33333%;
  }
  .grid-y > .medium-7 {
    height: 38.88889%;
  }
  .grid-y > .medium-8 {
    height: 44.44444%;
  }
  .grid-y > .medium-9 {
    height: 50%;
  }
  .grid-y > .medium-10 {
    height: 55.55556%;
  }
  .grid-y > .medium-11 {
    height: 61.11111%;
  }
  .grid-y > .medium-12 {
    height: 66.66667%;
  }
  .grid-y > .medium-13 {
    height: 72.22222%;
  }
  .grid-y > .medium-14 {
    height: 77.77778%;
  }
  .grid-y > .medium-15 {
    height: 83.33333%;
  }
  .grid-y > .medium-16 {
    height: 88.88889%;
  }
  .grid-y > .medium-17 {
    height: 94.44444%;
  }
  .grid-y > .medium-18 {
    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,
  .grid-y > .large-13,
  .grid-y > .large-14,
  .grid-y > .large-15,
  .grid-y > .large-16,
  .grid-y > .large-17,
  .grid-y > .large-18 {
    -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: 5.55556%;
  }
  .grid-y > .large-2 {
    height: 11.11111%;
  }
  .grid-y > .large-3 {
    height: 16.66667%;
  }
  .grid-y > .large-4 {
    height: 22.22222%;
  }
  .grid-y > .large-5 {
    height: 27.77778%;
  }
  .grid-y > .large-6 {
    height: 33.33333%;
  }
  .grid-y > .large-7 {
    height: 38.88889%;
  }
  .grid-y > .large-8 {
    height: 44.44444%;
  }
  .grid-y > .large-9 {
    height: 50%;
  }
  .grid-y > .large-10 {
    height: 55.55556%;
  }
  .grid-y > .large-11 {
    height: 61.11111%;
  }
  .grid-y > .large-12 {
    height: 66.66667%;
  }
  .grid-y > .large-13 {
    height: 72.22222%;
  }
  .grid-y > .large-14 {
    height: 77.77778%;
  }
  .grid-y > .large-15 {
    height: 83.33333%;
  }
  .grid-y > .large-16 {
    height: 88.88889%;
  }
  .grid-y > .large-17 {
    height: 94.44444%;
  }
  .grid-y > .large-18 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(5.55556% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(11.11111% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(22.22222% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(27.77778% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(38.88889% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(44.44444% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(55.55556% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(61.11111% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(72.22222% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(77.77778% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(88.88889% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(94.44444% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(5.55556% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(11.11111% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(22.22222% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(27.77778% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(38.88889% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(44.44444% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(55.55556% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(61.11111% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(72.22222% - 1.25rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(77.77778% - 1.25rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(88.88889% - 1.25rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(94.44444% - 1.25rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(100% - 1.25rem);
  }
}
@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(5.55556% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(11.11111% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(22.22222% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(27.77778% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(38.88889% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(44.44444% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(55.55556% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(61.11111% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(72.22222% - 1.25rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(77.77778% - 1.25rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(88.88889% - 1.25rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(94.44444% - 1.25rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(100% - 1.25rem);
  }
}

.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;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(5.55556% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(11.11111% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(22.22222% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(27.77778% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(38.88889% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(44.44444% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(55.55556% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(61.11111% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(72.22222% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(77.77778% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(88.88889% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(94.44444% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(5.55556% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(11.11111% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(22.22222% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(27.77778% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(38.88889% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(44.44444% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(55.55556% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(61.11111% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(72.22222% - 1.25rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(77.77778% - 1.25rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(88.88889% - 1.25rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(94.44444% - 1.25rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(100% - 1.25rem);
  }
}
@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(5.55556% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(11.11111% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(22.22222% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(27.77778% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(38.88889% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(44.44444% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(55.55556% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(61.11111% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(72.22222% - 1.25rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(77.77778% - 1.25rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(88.88889% - 1.25rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(94.44444% - 1.25rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(100% - 1.25rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* typography: icons */
@font-face {
  font-family: "fontello-blocks";
  src: url("data:application/octet-stream;base64,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")
      format("woff"),
    url("data:application/octet-stream;base64,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")
      format("truetype");
}
[class^="blocks-icon-"]:before,
[class*=" blocks-icon-"]:before {
  font-family: "fontello-blocks";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.blocks-icon-share:before {
  content: "\e800";
}

/* JUST IN CASE THESE AREN'T DEFINED IN SITE.CSS */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.page_frame {
  margin: 0px auto;
  max-width: 1000px;
  position: relative;
}

/* BLOCK DEFAULTS */
.block_container {
  position: relative;
}
.block {
  padding-bottom: 1em;
  padding-top: 1em;
  position: relative;
}

/* BLOCK ADMIN */
.block__bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block.ajax-loading .block__bg-img {
  background-color: #000 !important;
  background-image: url("spin.gif") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 60px auto !important;
  opacity: 0.5 !important;
  z-index: 9999 !important;
}
.block_container_loggedin {
  min-height: 69px;
}
.blockcontrols {
  background-color: #eee;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #666;
  z-index: 999;
  max-height: 800px;
  box-shadow: inset 0 10px 10px -10px #888, inset 0 -10px 10px -10px #888;
  transition: all 0.7s ease;
  overflow: hidden;
}
.blockcontrols_closed {
  max-height: 0px;
  box-shadow: none;
  /*transition: max-height .5s;*/
  transition: all 0.7s ease;
}
.blockcontrols p {
  font-size: 13px !important;
  color: #666 !important;
  margin-bottom: 6px !important;
  margin-top: 4px !important;
}
.blockcontrols-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px 100px 14px;
  width: auto !important;
}
.blockcontrols__drag-handle {
  background-color: #555;
  background-image: -webkit-radial-gradient(#ddd 15%, transparent 16%), -webkit-radial-gradient(#ddd 15%, transparent 16%);
  background-image: radial-gradient(#ddd 15%, transparent 16%), radial-gradient(#ddd 15%, transparent 16%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  border-bottom: 4px solid black;
  bottom: 0;
  cursor: move;
  display: block !important;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 42px;
  z-index: 2;
}
.blockcontrols__move-controls-wrap {
  bottom: 9px;
  display: inline-block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blockcontrols__move-down,
.blockcontrols__move-up {
  background-size: contain;
  cursor: pointer;
  position: relative;
  width: 23px;
  height: 14px;
}
.blockcontrols__move-down {
  background-image: url("/images/bizango/block-icons/arrow-down@2x.png");
  bottom: -2px;
}
.blockcontrols__move-up {
  background-image: url("/images/bizango/block-icons/arrow-up@2x.png");
  top: -3px;
}
.blockcontrols__delete-wrap {
  display: block !important;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: absolute;
  right: 16px;
  top: 8px;
  z-index: 999;
}
.blockcontrols__delete-icon {
  background: #000;
  border-radius: 50%;
  box-shadow: #eee 0 0 0 2px;
  color: #eee;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  height: 24px;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 24px;
}
.blockcontrols__confirm-delete {
  background-color: #eee;
  border-radius: 3px;
  box-sizing: border-box;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 9px;
  width: 0;
  padding: 2px 0 2px 2px;
  line-height: 20px;
}
.blockcontrols__confirm-delete span {
  color: #000;
  font-size: 12px;
  float: left;
  padding: 0 4px;
  display: inline-block;
}
.blockcontrols__cancel-delete,
.blockcontrols__really-delete {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
}
.blockcontrols__cancel-delete {
  background: #555;
  margin: 0 3px;
}
.blockcontrols__really-delete {
  background: #a53b1f;
}
.blockcontrols__share-wrap {
  display: block !important;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: absolute;
  right: 48px;
  top: 8px;
  z-index: 999;
}
.blockcontrols__share-icon {
  background: #000;
  border-radius: 50%;
  box-shadow: #eee 0 0 0 2px;
  color: #eee;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  line-height: 2;
  position: relative;
  text-align: center;
  width: 24px;
}
.featherlight .featherlight-content {
  background: #dedcd5;
}
.block-type-share-modal {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  min-height: 320px;
}
.block-type-share-modal__header {
  font-size: 28px;
  margin-bottom: 1em;
}
.block-type-share-modal input[type="submit"],
.block-type-share-modal .button {
  background-color: #eeece5;
  border: 1px #7d632b solid;
  color: #a28137;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  margin-top: 1em;
  padding: 0.5em 1em;
}
.block_container.dragging .block_container__bg-img {
  background-color: pink !important;
  display: block !important;
  left: 42px;
  opacity: 0.5 !important;
  z-index: 998 !important; /* just below the gear */
}
.gear {
  background-image: url("/images/bizango/block-icons/gear@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
  height: 31px;
  left: 6px;
  position: absolute;
  top: 4px;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  width: 31px;
  z-index: 999;
}
.blockcontrols_gear_closed {
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/* block type */
.select-block-type-container,
.select-block-type-group > div,
.select-block-type-title,
.block-option-selector-container,
.block-option-container {
  display: inline-block;
}
.select-block-type-container,
.select-block-type-group > div,
.select-block-type-title {
  vertical-align: middle;
}
.select-block-type-group {
  margin-right: 120px;
}
.select-block-type-title {
  margin-right: 10px;
}
.select-block-type-group .block-options__button {
  vertical-align: middle;
}
.select-block-type-group .block-options__button label {
  background-color: #eee;
  border-radius: 3px;
}
.select-block-type-group .block-options__button.button__text label {
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  font-size: 13px;
}
.select-block-type-group .block-options__button input:checked + label,
.select-block-type-group .block-options__button:hover label {
  background-color: #eee;
}
.select-block-type-group .block-options__button.button__text input:checked + label,
.select-block-type-group .block-options__button.button__text:hover label {
  border: 1px solid #1d61ad;
  color: #1d61ad;
}

/* block options */
.block-option-selector-container {
  vertical-align: bottom; /* to prevent floating triangles */
}
.block-option-selector-container .block-options__button label {
  color: #7b7b7b;
  font-size: 13px;
}
.block-option-selector-container .block-options__button label,
.block-option-selector-container .block-options__button input:checked + label {
  background-color: #eee;
}
.block-option-selector-container .block-options__button:hover label,
.block-option-selector-container .block-options__button input:checked + label {
  color: #1d61ad;
}
.block-option-selector-container .block-options__button input:checked + label:after {
  border-color: transparent transparent #ddd transparent;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  bottom: -15px;
  left: 50%;
  content: "";
  height: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.block-options-wrapper {
  background-color: #ddd;
  box-shadow: inset 0 -10px 10px -10px #888;
  text-align: center;
}
.block-options-wrapper .blockcontrols-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}
.block-option-container {
  margin: 24px 40px 10px 0;
  vertical-align: bottom;
}
.block-option-button-group {
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
}
.block-options__button {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.block-options__button label {
  background-color: #b6b6b6;
  color: #6b6b6b;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 0.5em 10px;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.block-option-container .block-options__button label {
  box-sizing: border-box;
  height: 45px;
  padding: 15px;
}
.block-option-container .block-options__button:first-child label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.block-option-container .block-options__button:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.block-options__button input {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.block-options__button.button__image label img {
  width: 50%; /* for block type icons, they're @2x by default */
}
.block-option-container .block-option-button-group {
  max-height: 45px;
}
.block-option-container .block-options__button.button__image label img {
  width: 43px; /* for block option icons, they're @2x by default and they get pushed around according to their off/on state */
}
.block-options__button input:checked + label {
  background-color: #fff;
  color: #3b3b3b;
}
.block-option-container .block-options__button label {
  box-shadow: inset -1px -1px 0 1px #888;
}
.block-option-container .block-options__button input:checked + label {
  box-shadow: inset 1px 1px 0 1px #d0d0d0;
}
.block-option-container .block-options__button.button__image label,
.block-option-container .block-options__button.button__text label[class^="background-color__"],
.block-option-container .block-options__button.button__text label.swatch {
  box-sizing: border-box;
  overflow: hidden;
  width: 45px;
  padding: 0 0 2px 0;
}
.block-option-container .block-options__button.button__text label[class^="background-color__"],
.block-option-container .block-options__button.button__text label.swatch {
  color: transparent;
}
.block-option-container .block-options__button.button__image input:checked + label {
  padding-top: 2px; /* so image shifts with on state */
  padding-bottom: 0;
  text-align: right;
}
.block-option-container .bizango_image_controls {
  background-position: 5px 10px;
  margin-bottom: 3px;
  padding-bottom: 11px;
  padding-top: 10px;
}
.block-options__button.button__image.swap-image__true label {
  border: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.block-options__button.button__image.swap-image__true label img.placeholder {
  visibility: hidden;
}
.block-options__button.button__image.swap-image__true label img:not(.placeholder) {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.block-options__button.button__image.swap-image__true label img.active-state {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.block-options__button.button__image.swap-image__true input:checked + label img,
.block-options__button.button__image.swap-image__true:hover label img.active-state {
  opacity: 1;
}

/* add block */
.add-block-container {
  border-radius: 42px;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  height: 84px;
  margin: 120px auto;
  max-width: 1000px;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.add-block-container.initial-state {
  background-color: rgba(238, 238, 238, 0.33);
  border: dashed 5px rgba(175, 175, 175, 0.33);
}
.add-block-container.initial-state:hover {
  background-color: rgba(238, 238, 238, 1);
  border: dashed 5px rgba(175, 175, 175, 1);
}
.add-block-container.block-category-state {
  background-color: rgba(238, 238, 238, 1);
  box-shadow: inset 0 0 10px 0 #666;
  padding: 18px 0;
}
.add-block-group {
  text-align: center;
}
.add-block-group button {
  background: none;
  background-position: top center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 13px;
  margin-right: 20px;
  min-width: 58px;
  padding: 0;
  text-align: center;
}
.add-block-group .add-block-button__content {
  background-image: url("/images/bizango/block-icons/category-content-active@2x.png");
  background-size: 27px;
}
.add-block-group .add-block-button__content img {
  width: 27px;
}
.add-block-group .add-block-button__gallery {
  background-image: url("/images/bizango/block-icons/category-gallery-active@2x.png");
  background-size: 38px;
}
.add-block-group .add-block-button__gallery img {
  width: 38px;
}
.add-block-group .add-block-button__hero,
.add-block-group .add-block-button__banner {
  background-image: url("/images/bizango/block-icons/category-hero-active@2x.png");
  background-size: 30px;
}
.add-block-group .add-block-button__hero img,
.add-block-group .add-block-button__banner img {
  width: 30px;
}
.add-block-group .add-block-button__form {
  background-image: url("/images/bizango/block-icons/category-form-active@2x.png");
  background-size: 26px;
}
.add-block-group .add-block-button__form img {
  width: 26px;
}
.add-block-group .add-block-button__subpages {
  background-image: url("/images/bizango/block-icons/category-subpages-active@2x.png");
  background-size: 24px;
}
.add-block-group .add-block-button__subpages img {
  width: 24px;
}
.add-block-group .add-block-button__video {
  background-image: url("/images/bizango/block-icons/category-video-active@2x.png");
  background-size: 27px;
}
.add-block-group .add-block-button__video img {
  width: 27px;
}
.add-block-group .add-block-button__special {
  background-image: url("/images/bizango/block-icons/category-special-active@2x.png");
  background-size: 26px;
}
.add-block-group .add-block-button__special img {
  width: 26px;
}
.add-block-group .add-block-button__testimonial {
  background-image: url("/images/bizango/block-icons/category-testimonial-active@2x.png");
  background-size: 42px;
}
.add-block-group .add-block-button__testimonial img {
  width: 42px;
}
.add-block-group .add-block-button__c-t-a {
  background-image: url("/images/bizango/block-icons/category-c-t-a-active@2x.png");
  background-size: 46px;
}
.add-block-group .add-block-button__c-t-a img {
  width: 46px;
}
.add-block-group .add-block-button__story {
  background-image: url("/images/bizango/block-icons/category-story-active@2x.png");
  background-size: 39px;
}
.add-block-group .add-block-button__story img {
  width: 39px;
}
.add-block-group .add-block-button__keys {
  background-image: url("/images/bizango/block-icons/category-keys-active@2x.png");
  background-size: 43px;
}
.add-block-group .add-block-button__keys img {
  width: 43px;
}
.add-block-group button:hover img,
.add-block-group button:active img,
.add-block-group button:focus img {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.add-block-button-wrapper {
  color: #000;
  cursor: pointer;
  padding: 10px 0;
}
.add-block-button {
  background-color: #1d61ad;
  background-image: url("/images/bizango/block-icons/add-block-button-icon@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 55px;
  margin-right: 16px;
  vertical-align: middle;
  width: 55px;
}

/* COMMON ELEMENT DEFAULTS */
.element__bg-image {
  display: none;
  /* if you don't want to add the background image controls 
     in the block options, undo this in your site stylesheet */
}
.element__image img {
  max-width: 100%;
}
.element__border_bottom,
.element__border_top {
  display: none;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.element__border_bottom {
  bottom: -1px;
}
.element__border_top {
  top: -1px;
}
.element__border_bottom svg,
.element__border_top svg {
  height: auto;
  width: 100%;
}
.block .content_image_caption {
  display: none;
}
.block .cropped-image {
  display: none;
}
.cropped-image__responsive-wrap {
  height: 0;
  min-height: 0;
  padding-bottom: 75%; /* assumes 4:3 aspect ratio for images */
  position: relative;
}
.cropped-image__bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.element__slot-content {
  margin-bottom: 1em;
  position: relative;
}
.element__text > *:first-child > p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .content_narrow-75 .all-cols-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

/* OPTIONS */
/* applicable to all blocks */
.background-color__black {
  background-color: #000;
}
.background-color__transparent {
  background-color: transparent;
}
.background-color__white {
  background-color: #fff;
}
.background-position__bottom .block__bg-img {
  background-position-y: bottom;
}
.background-position__center .block__bg-img {
  background-position-y: center;
}
.background-position__top .block__bg-img {
  background-position-y: top;
}
.captions__no .content_image_caption {
  display: none;
}
.captions__yes .content_image_caption {
  display: block;
}
.full-bleed__yes > .page_frame {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.full-bleed__yes.block__admin-view > .page_frame {
  padding-left: 42px;
}
.padding-bottom__normal {
  padding-bottom: 1em;
}
.padding-top__normal {
  padding-top: 1em;
}
.padding-bottom__none {
  padding-bottom: 0;
}
.padding-top__none {
  padding-top: 0;
}
.padding-bottom__more,
.padding-bottom__x2 {
  padding-bottom: 2em;
}
.padding-top__more,
.padding-top__x2 {
  padding-top: 2em;
}
.padding-bottom__x3 {
  padding-bottom: 3em;
}
.padding-top__x3 {
  padding-top: 3em;
}
.padding-bottom__x4 {
  padding-bottom: 4em;
}
.padding-top__x4 {
  padding-top: 4em;
}
.padding-bottom__x10 {
  padding-bottom: 10em;
}
.padding-top__x10 {
  padding-top: 10em;
}
.parallax__yes {
  background-color: transparent !important;
}
.parallax__yes .block__bg-img {
  background-image: none !important;
}
.text-position__center .all-cols-wrap {
  margin-left: auto;
  margin-right: auto;
}
.text-position__left .all-cols-wrap {
  margin-left: 0;
}
.text-position__right .all-cols-wrap {
  margin-right: 0;
}
.background-image-opacity__light .block__bg-img {
  opacity: 0.3;
}
.background-image-opacity__medium .block__bg-img {
  opacity: 0.5;
}
.background-image-opacity__strong .block__bg-img {
  opacity: 0.7;
}
.background-image-opacity__full .block__bg-img {
  opacity: 1;
}
.theme__dark,
.theme__dark .block__bg-img {
  background-color: #000;
}
.theme__light,
.theme__light .block__bg-img {
  background-color: #fff;
}
.theme__dark .block__bg-img,
.theme__light .block__bg-img {
  opacity: 0.5;
}
.theme__dark .bizango_cms_content,
.theme__dark .bizango_cms_content * {
  color: #fff;
}
.theme__light .bizango_cms_content,
.theme__light .bizango_cms_content * {
  color: #000;
}
.crop-photos__yes .cropped-image {
  display: block !important;
}
.crop-photos__yes .cropped-image + img {
  display: none !important;
}
.center_columns__yes,
.center-columns__yes {
  text-align: center !important;
}
.center_columns__yes img.illustration,
.center-columns__yes img.illustration {
  margin: 0px auto 20px;
}
.constrain-content__yes .page_frame {
  max-width: 880px;
}

/* slider elements */
.element__slider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}
.element__slider .content_image_caption {
  text-align: center;
}
.element__slider .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.full-bleed__yes .element__slider .slick-next,
.full-bleed__yes .element__slider .slick-prev {
  z-index: 1;
}
.show-thumbs__yes .element__slider .slick-dots li {
  height: auto;
  width: auto;
}
.show-thumbs__yes .element__slider .slick-dots li button {
  background-repeat: no-repeat;
  background-size: cover;
}
.show-thumbs__yes .element__slider .slick-dots li button:before {
  content: "";
}
.slick-slider [contenteditable] {
  /* safari bug fix */
  -webkit-user-select: text;
  user-select: text;
}
/*
  EXAMPLE CODE FOR INCREASING SIZE OF THUMBNAILS
  Assumes max. 10 images to fit thumbs in single row with 5% padding on page.
  Might also require increasing bottom padding of slider or slider block
*/
/* 
@media only screen and (min-width: 667px){
  
  .show-thumbs__yes .slick-dots {
    bottom: -50px;  
  }
  .show-thumbs__yes .slick-dots li button {
    height: 50px;
    width: 50px;
  }
}
*/

/* form elements */
.element__form form {
  max-width: 500px;
}
.element__form .form-field {
  margin-bottom: 1em;
}
.element__form .form-field label {
  display: block;
}
.element__form .form-field input,
.element__form .form-field textarea {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.element__form .form-field button[type="submit"] {
  padding: 10px 20px;
  width: auto;
}
.element__form .form-field textarea {
  min-height: 100px;
}
.element__form .form-field:not(.form-field__submit) input,
.element__form .form-field textarea {
  border: 1px solid #ddd;
}

/* category/topics element */
.element__categories .topics-header {
  display: none;
}

/* share_this element */
.element__share_this .widget_sharethis {
  padding: 0;
}

/* videoinclude element */
.element__videoinclude .video {
  padding-top: 30px;
  margin-bottom: 136px;
  background-color: #f7f7f7;
}
.element__videoinclude .video_frame {
  background-size: cover;
  position: relative;
  width: 78%;
  margin: 40px auto 39px;
  height: 422px;
  background-color: black;
}
.element__videoinclude .youtubebutton {
  position: absolute;
  width: 108px;
  height: 108px;
  top: 17px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/sites/youtubebutton.png);
}
.element__videoinclude .youtubebutton_block {
  position: absolute;
  width: 108px;
  height: 108px;
  top: 17px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/sites/youtubebutton.png);
  cursor: pointer;
}
.element__videoinclude .video_frame_block {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 78%;
  margin: 40px auto 39px;
  min-height: 422px;
  background-color: black;
}

/* grid block */
.block_type__grid .grid-item img {
  max-width: 100%;
}

/* masonry block */
.block_type__masonry .grid-item img {
  display: block;
  width: 100%;
}
.block_type__masonry .grid-item .bizango_image_caption {
  background-color: #ddd;
  padding: 1em 1em 1.4em;
}
.block_type__masonry .grid-item .bizango_image_caption p:first-child {
  margin-top: 0;
}
.block_type__masonry .grid-item .bizango_image_caption p:last-child {
  margin-bottom: 0;
}
@supports ((-webkit-columns: 2) or (-moz-columns: 2) or (columns: 2)) {
  /* fails to grid view if browser doesn't support columns */

  .block_type__masonry .element__grid .grid-columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .block_type__masonry .element__grid .grid-item {
    width: 100%;
    margin-bottom: 1em; /* equal to column gutters */
    margin-right: 0;
  }
}

/* subpage preview block */
.block_type__subpage-previews.show-images__no .element__slot-content .element__image {
  display: none;
}

/* bookshelf block */
.block_type__bookshelf.block__admin-view .element__slot-content .grid-item {
  position: relative;
}
.block_type__bookshelf.block__admin-view .element__slot-content .grid-item .element__image .bizango_image_controls {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.block_type__bookshelf.block__admin-view .element__slot-content .grid-item .element__text-link {
  display: none;
}
.block_type__bookshelf.block__admin-view .element__slot-content .grid-item .element__text-link a {
  background-color: white;
  padding: 0.2em 0.5em;
}
.block_type__bookshelf .element__slot-content .bizango_content_title {
  display: none;
}
/* in order for bookshelf to be accurately placed, book cover needs to have
   a consistent aspect ratio */
.block_type__bookshelf .element__slot-content .cropped-image__responsive-wrap {
  padding-bottom: 160%; /* assumes 8:5 aspect ratio for book covers... */
}
.block_type__bookshelf .element__slot-content .cropped-image__bg-img {
  background-position: center bottom;
  background-size: contain; /* but will wholly contain covers of any ratio */
}
.block_type__bookshelf.show-bookshelf__yes .element__slot-content .cropped-image {
  display: block !important;
}
.block_type__bookshelf.show-bookshelf__yes .element__slot-content .cropped-image + img {
  display: none !important;
}
.block_type__bookshelf.show-titles__yes .element__slot-content .bizango_content_title {
  display: block;
}

@media only screen and (min-width: 64em) {
  /* bookshelf graphic is sized for no titles and a 42px bottom margin. 
     change those things, change the graphic. */
  .block_type__bookshelf.show-bookshelf__yes.show-titles__no .element__slot-content .grid-item {
    margin-bottom: 42px;
  }
  .block_type__bookshelf.show-bookshelf__yes .element__slot-content .element__grid {
    background-image: url(/images/bookshelf-for-blocks.png);
    background-position: bottom center;
    background-repeat: repeat-y;
    background-size: contain;
  }
}

/* subpage list block */
.block_type__subpage-list .element__slot {
  list-style-type: disc;
}
.block_type__subpage-list .element__slot-content {
  display: list-item;
  list-style-position: inside;
}
.block_type__subpage-list .element__slot-content > * {
  display: inline-block;
}
.block_type__subpage-list .element__slot-content.group:before,
.block_type__subpage-list .element__slot-content.group:after {
  /* fixes excess space above and below list item */
  content: none;
}
@supports ((-webkit-columns: 2) or (-moz-columns: 2) or (columns: 2)) {
  /* fails to 1 column if browser doesn't support columns */

  .block_type__subpage-list.columns__2 .element__slot {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

/* 1-column blog header */
.block_type__1-column-blog-header.text-position__left .element__post_title,
.block_type__1-column-blog-header.text-position__left .element__post_date {
  text-align: left;
}
.block_type__1-column-blog-header.text-position__center .element__post_title,
.block_type__1-column-blog-header.text-position__center .element__post_date {
  text-align: center;
}
.block_type__1-column-blog-header.text-position__right .element__post_title,
.block_type__1-column-blog-header.text-position__right .element__post_date {
  text-align: right;
}

/* VIDEO Block */
.block_type__video-two-column .video_frame_block {
  min-height: 320px;
}

/* heroes, banners and testimonials with SVG border options */
.bottom-border__chevron .element__border_bottom_chevron,
.bottom-border__curve .element__border_bottom_curve_inny,
.bottom-border__curve .element__border_bottom_curve_outty,
.top-border__chevron .element__border_top_chevron,
.top-border__curve .element__border_top_curve_inny,
.top-border__curve .element__border_top_curve_outty {
  display: block;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.bottom-border__chevron .element__border_bottom_chevron,
.bottom-border__curve .element__border_bottom_curve_inny,
.bottom-border__curve .element__border_bottom_curve_outty {
  bottom: -1px;
}
.top-border__chevron .element__border_top_chevron,
.top-border__curve .element__border_top_curve_inny,
.top-border__curve .element__border_top_curve_outty {
  top: -1px;
  transform: scale(-1);
}

.block_type__1-column-pop .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__left .all-cols-wrap .col-1,
.block_type__2-column-pop.pop-column__right .all-cols-wrap .col-2 {
  padding: 40px 48px;
}
.block_type__2-column-pop.pop-column__left .all-cols-wrap .col-2 {
  padding-left: 40px;
}
.block_type__2-column-pop.pop-column__right .all-cols-wrap .col-1 {
  padding-right: 40px;
}

@media only screen and (min-width: 768px) {
  .block_type__1-column-pop .all-cols-wrap .col-1 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
/* many of the other styles that make a pop block work 
   can be found in theme SASS styles */

.block_type__story-panel .all-cols-wrap .col-2 {
  padding: 50px;
  padding-left: min(50px, 5%);
  padding-right: min(50px, 5%);
}
.block_type__story-panel.box-style__solid.text-area-background-color__white .col-2 {
  background-color: #fff;
}
.block_type__story-panel.box-style__solid.text-area-background-color__black .col-2 {
  background-color: #000;
  color: #fff;
}
.block_type__story-panel.box-style__outline .col-2 {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
}
.block_type__story-panel.box-style__outline.text-area-background-color__black .col-2 {
  border-color: #000;
}
@media only screen and (min-width: 768px) {
  .block_type__story-panel.vertical-text-position__push-down .col-2 {
    margin-top: 1em;
  }
  .block_type__story-panel.vertical-text-position__pop-up .col-1 {
    margin-top: 1em;
  }
  .block_type__story-panel .all-cols-wrap .col-2 {
    margin-right: 20px;
  }
  .block_type__story-panel.overlap__on .all-cols-wrap .col-2 {
    position: relative;
  }
  .block_type__story-panel.overlap__on .all-cols-wrap .col-2 {
    margin-left: -70px;
  }
  .block_type__story-panel.overlap__on.box-style__outline .all-cols-wrap .col-2 {
    padding-left: 70px;
  }
  .block_type__story-panel.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 20px;
    margin-right: 0;
  }
  .block_type__story-panel.reverse-columns__yes.overlap__on .all-cols-wrap .col-2 {
    margin-right: -70px;
  }
  .block_type__story-panel.reverse-columns__yes.overlap__on.box-style__outline .all-cols-wrap .col-2 {
    padding-right: 70px;
  }
}

/* ------------------------------ BOXES */
/* NOTE: This block also depends on helper classes in the helpers stylesheet */
.block_type__boxes,
.block_type__boxes .block__bg-img {
  background: none;
  padding: 0 !important;
}
.block_type__boxes .box .aspect-ratio,
.block_type__boxes .admin-frame .hover-box .aspect-ratio {
  padding-bottom: 100%;
  width: 100%;
}
.block_type__boxes.aspect-ratio__sleek .box .aspect-ratio,
.block_type__boxes.aspect-ratio__sleek .admin-frame .hover-box .aspect-ratio {
  padding-bottom: 66.6667%;
}
.block_type__boxes.aspect-ratio__unformatted .aspect-ratio {
  display: none;
}
.block_type__boxes .box,
.block_type__boxes .box-bg,
.block_type__boxes .box-content,
.block_type__boxes .box-content-no-hover,
.block_type__boxes .box:hover .box-content-hover {
  transition: all 1000ms ease;
}
.block_type__boxes.show-icons__true .icon-frame {
  display: block;
}
.block_type__boxes .box-icon {
  /* border-radius: 50%; */
  margin-bottom: 10px;
  max-height: 80px;
  max-width: 100px;
}
.block_type__boxes .box-content {
  /* Padding will need to be adjusted by theming vars */
  padding: 40px;
}
.block_type__boxes.aspect-ratio__unformatted .box-content-no-hover {
  position: relative;
}
.block_type__boxes .box-content-hover,
.block_type__boxes .box:hover .box-content-no-hover {
  opacity: 0;
}
.block_type__boxes .box-content-no-hover,
.block_type__boxes .box:hover .box-content-hover,
.block_type__boxes .admin-frame .hover-box .box-content-hover {
  opacity: 1;
}
/* In the meantime */
.block_type__boxes .admin-frame .box {
  background: none;
}
.block_type__boxes.background-color__black .box,
.block_type__boxes.background-color__black .admin-frame .box,
.block_type__boxes.hover-background-color__black .box:hover,
.block_type__boxes.hover-background-color__black .admin-frame .hover-box.box {
  background-color: #000;
}
.block_type__boxes.background-color__white .box,
.block_type__boxes.background-color__white .admin-frame .box,
.block_type__boxes.hover-background-color__white .box:hover,
.block_type__boxes.hover-background-color__white .admin-frame .hover-box.box {
  background-color: #fff;
}
.block_type__boxes.hover-background-color__black .box-content-hover .bizango_cms_content {
  color: white;
}
.block_type__boxes.hover-image-opacity__full .box:hover .box-bg,
.block_type__boxes.hover-image-opacity__full .box:hover .admin-frame .box .box-bg,
.block_type__boxes.hover-image-opacity__full .admin-frame .hover-box .box-bg {
  opacity: 1;
}
.block_type__boxes.background-image-opacity__strong .box-bg,
.block_type__boxes.background-image-opacity__strong .admin-frame .box .box-bg,
.block_type__boxes.hover-image-opacity__strong .box:hover .box-bg,
.block_type__boxes.hover-image-opacity__strong .admin-frame .hover-box .box-bg {
  opacity: 0.7;
}
.block_type__boxes.background-image-opacity__medium .box-bg,
.block_type__boxes.background-image-opacity__medium .admin-frame .box .box-bg,
.block_type__boxes.hover-image-opacity__medium .box:hover .box-bg,
.block_type__boxes.hover-image-opacity__medium .admin-frame .hover-box .box-bg {
  opacity: 0.5;
}
.block_type__boxes.background-image-opacity__light .box-bg,
.block_type__boxes.background-image-opacity__light .admin-frame .box .box-bg,
.block_type__boxes.hover-image-opacity__light .box:hover .box-bg,
.block_type__boxes.hover-image-opacity__light .admin-frame .hover-box .box-bg {
  opacity: 0.3;
}
.block_type__boxes.background-position__top .box-bg {
  background-position-y: top;
}
.block_type__boxes.background-position__center .box-bg {
  background-position-y: center;
}
.block_type__boxes.background-position__bottom .box-bg {
  background-position-y: bottom;
}
.block_type__boxes .boxes-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block_type__boxes.boxes-per-row__2 .box,
.block_type__boxes.boxes-per-row__2 .admin-frame {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}
.block_type__boxes .box,
.block_type__boxes .admin-frame,
.block_type__boxes.boxes-per-row__3 .box,
.block_type__boxes.boxes-per-row__3 .admin-frame {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  width: 33.333%;
}
.block_type__boxes.boxes-per-row__4 .box,
.block_type__boxes.boxes-per-row__4 .admin-frame {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  width: 25%;
}
/* ADMIN */
.block_type__boxes .admin-frame .box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.block_type__boxes .admin-frame.hover-state-active .box {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.block_type__boxes .admin-frame .aspect-ratio {
  padding-bottom: 0;
}
.block_type__boxes.block__admin-view .box-content {
  display: block;
  height: auto;
  opacity: 1 !important;
  position: relative;
  width: auto;
}
.block_type__boxes .admin-frame .hover-box .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.block_type__boxes .help {
  margin: 5px;
}
.block_type__boxes .help label,
.block_type__boxes .admin-frame .help .bizango_cms_content {
  color: #666;
}
.block_type__boxes .hover-state-active .box,
.block_type__boxes .hover-state-active .help,
.block_type__boxes .hover-state-active .box-admin-tools,
.block_type__boxes .hover-box {
  display: none;
}
.block__admin-view .block_type__boxes .box-content.hover,
.block_type__boxes .hover-state-active .hover-box {
  display: block;
}
@media only screen and (max-width: 1262px) {
  .block_type__boxes.boxes-per-row__4.aspect-ratio__sleek .box {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
  }
}
@media only screen and (max-width: 1160px) {
  .block_type__boxes.boxes-per-row__4 .box {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
  }
}
@media only screen and (max-width: 960px) {
  .block_type__boxes.boxes-per-row__4.aspect-ratio__sleek .box,
  .block_type__boxes.boxes-per-row__3.aspect-ratio__sleek .box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 880px) {
  .block_type__boxes .box,
  .block_type__boxes.boxes-per-row__4 .box,
  .block_type__boxes.boxes-per-row__3 .box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .block_type__boxes.boxes-per-row__4.aspect-ratio__sleek .box,
  .block_type__boxes.boxes-per-row__3.aspect-ratio__sleek .box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .block_type__boxes.block_type__boxes .box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .block_type__boxes .page_frame {
    padding: 0;
  }
}
/* LOGOS BLOCK */
.logos__grid {
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  place-items: center;
  row-gap: 30px;
}
/* Used for empty limit div in child_content */
.logos__grid > div[class=""],
.logos__grid > div[class="limit"] {
  position: absolute;
}
.logos__image img {
  display: block;
  margin: 0 auto 20px auto;
  max-height: 200px;
}
.logos__grid-item .element__link {
  display: none;
}
/* OPTIONS */
.columns__3 .logos__grid,
.columns__4 .logos__grid,
.columns__5 .logos__grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.show-links__true .logos__grid-item .element__link {
  display: block;
}
.image-opacity__light .logos__image img {
  opacity: 0.3;
}
.image-opacity__medium .logos__image img {
  opacity: 0.5;
}
.image-opacity__strong .logos__image img {
  opacity: 0.7;
}
.image-style__grayscale .logos__image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.image-style__grayscale-inverted .logos__image img {
  -webkit-filter: grayscale(100%) invert(1);
  filter: grayscale(100%) invert(1);
}
@media only screen and (min-width: 480px) {
  .columns__3 .logos__grid,
  .columns__4 .logos__grid,
  .columns__5 .logos__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 640px) {
  .columns__4 .logos__grid,
  .columns__5 .logos__grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .logos__grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .columns__4 .logos__grid,
  .columns__5 .logos__grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .columns__3 .logos__grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .columns__4 .logos__grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .columns__5 .logos__grid {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
