@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
@import url('//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
.grid-container {
   padding-right: .625rem;
   padding-left: .625rem;
   max-width: 75rem;
   margin-left: auto;
   margin-right: auto
}

@media print,
screen and (min-width:40em) {
   .grid-container {
      padding-right: .9375rem;
      padding-left: .9375rem
   }
}

.grid-container.fluid {
   padding-right: .625rem;
   padding-left: .625rem;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto
}

@media print,
screen and (min-width:40em) {
   .grid-container.fluid {
      padding-right: .9375rem;
      padding-left: .9375rem
   }
}

.grid-container.full {
   padding-right: 0;
   padding-left: 0;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto
}

.grid-x {
   display: flex;
   flex-flow: row wrap
}

.cell {
   flex: 0 0 auto;
   min-height: 0;
   min-width: 0;
   width: 100%
}

.cell.auto {
   flex: 1 1 0
}

.cell.shrink {
   flex: 0 0 auto
}

.grid-x>.auto {
   width: auto
}

.grid-x>.shrink {
   width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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-full,
.grid-x>.small-shrink {
   flex-basis: auto
}

@media print,
screen and (min-width:40em) {

   .grid-x>.medium-1,
   .grid-x>.medium-10,
   .grid-x>.medium-11,
   .grid-x>.medium-12,
   .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-full,
   .grid-x>.medium-shrink {
      flex-basis: auto
   }
}

@media print,
screen and (min-width:64em) {

   .grid-x>.large-1,
   .grid-x>.large-10,
   .grid-x>.large-11,
   .grid-x>.large-12,
   .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-full,
   .grid-x>.large-shrink {
      flex-basis: auto
   }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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 {
   flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
   .grid-x>.medium-auto {
      flex: 1 1 0;
      width: auto
   }

   .grid-x>.medium-1,
   .grid-x>.medium-10,
   .grid-x>.medium-11,
   .grid-x>.medium-12,
   .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-shrink {
      flex: 0 0 auto
   }

   .grid-x>.medium-shrink {
      width: auto
   }

   .grid-x>.medium-1 {
      width: 8.3333333333%
   }

   .grid-x>.medium-2 {
      width: 16.6666666667%
   }

   .grid-x>.medium-3 {
      width: 25%
   }

   .grid-x>.medium-4 {
      width: 33.3333333333%
   }

   .grid-x>.medium-5 {
      width: 41.6666666667%
   }

   .grid-x>.medium-6 {
      width: 50%
   }

   .grid-x>.medium-7 {
      width: 58.3333333333%
   }

   .grid-x>.medium-8 {
      width: 66.6666666667%
   }

   .grid-x>.medium-9 {
      width: 75%
   }

   .grid-x>.medium-10 {
      width: 83.3333333333%
   }

   .grid-x>.medium-11 {
      width: 91.6666666667%
   }

   .grid-x>.medium-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:64em) {
   .grid-x>.large-auto {
      flex: 1 1 0;
      width: auto
   }

   .grid-x>.large-1,
   .grid-x>.large-10,
   .grid-x>.large-11,
   .grid-x>.large-12,
   .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-shrink {
      flex: 0 0 auto
   }

   .grid-x>.large-shrink {
      width: auto
   }

   .grid-x>.large-1 {
      width: 8.3333333333%
   }

   .grid-x>.large-2 {
      width: 16.6666666667%
   }

   .grid-x>.large-3 {
      width: 25%
   }

   .grid-x>.large-4 {
      width: 33.3333333333%
   }

   .grid-x>.large-5 {
      width: 41.6666666667%
   }

   .grid-x>.large-6 {
      width: 50%
   }

   .grid-x>.large-7 {
      width: 58.3333333333%
   }

   .grid-x>.large-8 {
      width: 66.6666666667%
   }

   .grid-x>.large-9 {
      width: 75%
   }

   .grid-x>.large-10 {
      width: 83.3333333333%
   }

   .grid-x>.large-11 {
      width: 91.6666666667%
   }

   .grid-x>.large-12 {
      width: 100%
   }
}

.grid-margin-x:not(.grid-x)>.cell {
   width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
   height: auto
}

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

@media print,
screen and (min-width:40em) {
   .grid-margin-x {
      margin-left: -.9375rem;
      margin-right: -.9375rem
   }
}

.grid-margin-x>.cell {
   width: calc(100% - 1.25rem);
   margin-left: .625rem;
   margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
   .grid-margin-x>.cell {
      width: calc(100% - 1.875rem);
      margin-left: .9375rem;
      margin-right: .9375rem
   }
}

.grid-margin-x>.auto {
   width: auto
}

.grid-margin-x>.shrink {
   width: auto
}

.grid-margin-x>.small-1 {
   width: calc(8.3333333333% - 1.25rem)
}

.grid-margin-x>.small-2 {
   width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x>.small-3 {
   width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
   width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x>.small-5 {
   width: calc(41.6666666667% - 1.25rem)
}

.grid-margin-x>.small-6 {
   width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
   width: calc(58.3333333333% - 1.25rem)
}

.grid-margin-x>.small-8 {
   width: calc(66.6666666667% - 1.25rem)
}

.grid-margin-x>.small-9 {
   width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
   width: calc(83.3333333333% - 1.25rem)
}

.grid-margin-x>.small-11 {
   width: calc(91.6666666667% - 1.25rem)
}

.grid-margin-x>.small-12 {
   width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
   .grid-margin-x>.auto {
      width: auto
   }

   .grid-margin-x>.shrink {
      width: auto
   }

   .grid-margin-x>.small-1 {
      width: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-x>.small-2 {
      width: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-x>.small-3 {
      width: calc(25% - 1.875rem)
   }

   .grid-margin-x>.small-4 {
      width: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-x>.small-5 {
      width: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-x>.small-6 {
      width: calc(50% - 1.875rem)
   }

   .grid-margin-x>.small-7 {
      width: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-x>.small-8 {
      width: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-x>.small-9 {
      width: calc(75% - 1.875rem)
   }

   .grid-margin-x>.small-10 {
      width: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-x>.small-11 {
      width: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-x>.small-12 {
      width: calc(100% - 1.875rem)
   }

   .grid-margin-x>.medium-auto {
      width: auto
   }

   .grid-margin-x>.medium-shrink {
      width: auto
   }

   .grid-margin-x>.medium-1 {
      width: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-x>.medium-2 {
      width: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-x>.medium-3 {
      width: calc(25% - 1.875rem)
   }

   .grid-margin-x>.medium-4 {
      width: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-x>.medium-5 {
      width: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-x>.medium-6 {
      width: calc(50% - 1.875rem)
   }

   .grid-margin-x>.medium-7 {
      width: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-x>.medium-8 {
      width: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-x>.medium-9 {
      width: calc(75% - 1.875rem)
   }

   .grid-margin-x>.medium-10 {
      width: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-x>.medium-11 {
      width: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-x>.medium-12 {
      width: calc(100% - 1.875rem)
   }
}

@media print,
screen and (min-width:64em) {
   .grid-margin-x>.large-auto {
      width: auto
   }

   .grid-margin-x>.large-shrink {
      width: auto
   }

   .grid-margin-x>.large-1 {
      width: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-x>.large-2 {
      width: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-x>.large-3 {
      width: calc(25% - 1.875rem)
   }

   .grid-margin-x>.large-4 {
      width: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-x>.large-5 {
      width: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-x>.large-6 {
      width: calc(50% - 1.875rem)
   }

   .grid-margin-x>.large-7 {
      width: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-x>.large-8 {
      width: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-x>.large-9 {
      width: calc(75% - 1.875rem)
   }

   .grid-margin-x>.large-10 {
      width: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-x>.large-11 {
      width: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-x>.large-12 {
      width: calc(100% - 1.875rem)
   }
}

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

@media print,
screen and (min-width:40em) {
   .grid-padding-x .grid-padding-x {
      margin-right: -.9375rem;
      margin-left: -.9375rem
   }
}

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

@media print,
screen and (min-width:40em) {
   .grid-container:not(.full)>.grid-padding-x {
      margin-right: -.9375rem;
      margin-left: -.9375rem
   }
}

.grid-padding-x>.cell {
   padding-right: .625rem;
   padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
   .grid-padding-x>.cell {
      padding-right: .9375rem;
      padding-left: .9375rem
   }
}

.small-up-1>.cell {
   width: 100%
}

.small-up-2>.cell {
   width: 50%
}

.small-up-3>.cell {
   width: 33.3333333333%
}

.small-up-4>.cell {
   width: 25%
}

.small-up-5>.cell {
   width: 20%
}

.small-up-6>.cell {
   width: 16.6666666667%
}

.small-up-7>.cell {
   width: 14.2857142857%
}

.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.3333333333%
   }

   .medium-up-4>.cell {
      width: 25%
   }

   .medium-up-5>.cell {
      width: 20%
   }

   .medium-up-6>.cell {
      width: 16.6666666667%
   }

   .medium-up-7>.cell {
      width: 14.2857142857%
   }

   .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.3333333333%
   }

   .large-up-4>.cell {
      width: 25%
   }

   .large-up-5>.cell {
      width: 20%
   }

   .large-up-6>.cell {
      width: 16.6666666667%
   }

   .large-up-7>.cell {
      width: 14.2857142857%
   }

   .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.3333333333% - 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.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
   width: calc(14.2857142857% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
   width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
   .grid-margin-x.small-up-1>.cell {
      width: calc(100% - 1.875rem)
   }

   .grid-margin-x.small-up-2>.cell {
      width: calc(50% - 1.875rem)
   }

   .grid-margin-x.small-up-3>.cell {
      width: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-x.small-up-4>.cell {
      width: calc(25% - 1.875rem)
   }

   .grid-margin-x.small-up-5>.cell {
      width: calc(20% - 1.875rem)
   }

   .grid-margin-x.small-up-6>.cell {
      width: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-x.small-up-7>.cell {
      width: calc(14.2857142857% - 1.875rem)
   }

   .grid-margin-x.small-up-8>.cell {
      width: calc(12.5% - 1.875rem)
   }

   .grid-margin-x.medium-up-1>.cell {
      width: calc(100% - 1.875rem)
   }

   .grid-margin-x.medium-up-2>.cell {
      width: calc(50% - 1.875rem)
   }

   .grid-margin-x.medium-up-3>.cell {
      width: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-x.medium-up-4>.cell {
      width: calc(25% - 1.875rem)
   }

   .grid-margin-x.medium-up-5>.cell {
      width: calc(20% - 1.875rem)
   }

   .grid-margin-x.medium-up-6>.cell {
      width: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-x.medium-up-7>.cell {
      width: calc(14.2857142857% - 1.875rem)
   }

   .grid-margin-x.medium-up-8>.cell {
      width: calc(12.5% - 1.875rem)
   }
}

@media print,
screen and (min-width:64em) {
   .grid-margin-x.large-up-1>.cell {
      width: calc(100% - 1.875rem)
   }

   .grid-margin-x.large-up-2>.cell {
      width: calc(50% - 1.875rem)
   }

   .grid-margin-x.large-up-3>.cell {
      width: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-x.large-up-4>.cell {
      width: calc(25% - 1.875rem)
   }

   .grid-margin-x.large-up-5>.cell {
      width: calc(20% - 1.875rem)
   }

   .grid-margin-x.large-up-6>.cell {
      width: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-x.large-up-7>.cell {
      width: calc(14.2857142857% - 1.875rem)
   }

   .grid-margin-x.large-up-8>.cell {
      width: calc(12.5% - 1.875rem)
   }
}

.small-margin-collapse {
   margin-right: 0;
   margin-left: 0
}

.small-margin-collapse>.cell {
   margin-right: 0;
   margin-left: 0
}

.small-margin-collapse>.small-1 {
   width: 8.3333333333%
}

.small-margin-collapse>.small-2 {
   width: 16.6666666667%
}

.small-margin-collapse>.small-3 {
   width: 25%
}

.small-margin-collapse>.small-4 {
   width: 33.3333333333%
}

.small-margin-collapse>.small-5 {
   width: 41.6666666667%
}

.small-margin-collapse>.small-6 {
   width: 50%
}

.small-margin-collapse>.small-7 {
   width: 58.3333333333%
}

.small-margin-collapse>.small-8 {
   width: 66.6666666667%
}

.small-margin-collapse>.small-9 {
   width: 75%
}

.small-margin-collapse>.small-10 {
   width: 83.3333333333%
}

.small-margin-collapse>.small-11 {
   width: 91.6666666667%
}

.small-margin-collapse>.small-12 {
   width: 100%
}

@media print,
screen and (min-width:40em) {
   .small-margin-collapse>.medium-1 {
      width: 8.3333333333%
   }

   .small-margin-collapse>.medium-2 {
      width: 16.6666666667%
   }

   .small-margin-collapse>.medium-3 {
      width: 25%
   }

   .small-margin-collapse>.medium-4 {
      width: 33.3333333333%
   }

   .small-margin-collapse>.medium-5 {
      width: 41.6666666667%
   }

   .small-margin-collapse>.medium-6 {
      width: 50%
   }

   .small-margin-collapse>.medium-7 {
      width: 58.3333333333%
   }

   .small-margin-collapse>.medium-8 {
      width: 66.6666666667%
   }

   .small-margin-collapse>.medium-9 {
      width: 75%
   }

   .small-margin-collapse>.medium-10 {
      width: 83.3333333333%
   }

   .small-margin-collapse>.medium-11 {
      width: 91.6666666667%
   }

   .small-margin-collapse>.medium-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:64em) {
   .small-margin-collapse>.large-1 {
      width: 8.3333333333%
   }

   .small-margin-collapse>.large-2 {
      width: 16.6666666667%
   }

   .small-margin-collapse>.large-3 {
      width: 25%
   }

   .small-margin-collapse>.large-4 {
      width: 33.3333333333%
   }

   .small-margin-collapse>.large-5 {
      width: 41.6666666667%
   }

   .small-margin-collapse>.large-6 {
      width: 50%
   }

   .small-margin-collapse>.large-7 {
      width: 58.3333333333%
   }

   .small-margin-collapse>.large-8 {
      width: 66.6666666667%
   }

   .small-margin-collapse>.large-9 {
      width: 75%
   }

   .small-margin-collapse>.large-10 {
      width: 83.3333333333%
   }

   .small-margin-collapse>.large-11 {
      width: 91.6666666667%
   }

   .small-margin-collapse>.large-12 {
      width: 100%
   }
}

.small-padding-collapse {
   margin-right: 0;
   margin-left: 0
}

.small-padding-collapse>.cell {
   padding-right: 0;
   padding-left: 0
}

@media print,
screen and (min-width:40em) {
   .medium-margin-collapse {
      margin-right: 0;
      margin-left: 0
   }

   .medium-margin-collapse>.cell {
      margin-right: 0;
      margin-left: 0
   }
}

@media print,
screen and (min-width:40em) {
   .medium-margin-collapse>.small-1 {
      width: 8.3333333333%
   }

   .medium-margin-collapse>.small-2 {
      width: 16.6666666667%
   }

   .medium-margin-collapse>.small-3 {
      width: 25%
   }

   .medium-margin-collapse>.small-4 {
      width: 33.3333333333%
   }

   .medium-margin-collapse>.small-5 {
      width: 41.6666666667%
   }

   .medium-margin-collapse>.small-6 {
      width: 50%
   }

   .medium-margin-collapse>.small-7 {
      width: 58.3333333333%
   }

   .medium-margin-collapse>.small-8 {
      width: 66.6666666667%
   }

   .medium-margin-collapse>.small-9 {
      width: 75%
   }

   .medium-margin-collapse>.small-10 {
      width: 83.3333333333%
   }

   .medium-margin-collapse>.small-11 {
      width: 91.6666666667%
   }

   .medium-margin-collapse>.small-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:40em) {
   .medium-margin-collapse>.medium-1 {
      width: 8.3333333333%
   }

   .medium-margin-collapse>.medium-2 {
      width: 16.6666666667%
   }

   .medium-margin-collapse>.medium-3 {
      width: 25%
   }

   .medium-margin-collapse>.medium-4 {
      width: 33.3333333333%
   }

   .medium-margin-collapse>.medium-5 {
      width: 41.6666666667%
   }

   .medium-margin-collapse>.medium-6 {
      width: 50%
   }

   .medium-margin-collapse>.medium-7 {
      width: 58.3333333333%
   }

   .medium-margin-collapse>.medium-8 {
      width: 66.6666666667%
   }

   .medium-margin-collapse>.medium-9 {
      width: 75%
   }

   .medium-margin-collapse>.medium-10 {
      width: 83.3333333333%
   }

   .medium-margin-collapse>.medium-11 {
      width: 91.6666666667%
   }

   .medium-margin-collapse>.medium-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:64em) {
   .medium-margin-collapse>.large-1 {
      width: 8.3333333333%
   }

   .medium-margin-collapse>.large-2 {
      width: 16.6666666667%
   }

   .medium-margin-collapse>.large-3 {
      width: 25%
   }

   .medium-margin-collapse>.large-4 {
      width: 33.3333333333%
   }

   .medium-margin-collapse>.large-5 {
      width: 41.6666666667%
   }

   .medium-margin-collapse>.large-6 {
      width: 50%
   }

   .medium-margin-collapse>.large-7 {
      width: 58.3333333333%
   }

   .medium-margin-collapse>.large-8 {
      width: 66.6666666667%
   }

   .medium-margin-collapse>.large-9 {
      width: 75%
   }

   .medium-margin-collapse>.large-10 {
      width: 83.3333333333%
   }

   .medium-margin-collapse>.large-11 {
      width: 91.6666666667%
   }

   .medium-margin-collapse>.large-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:40em) {
   .medium-padding-collapse {
      margin-right: 0;
      margin-left: 0
   }

   .medium-padding-collapse>.cell {
      padding-right: 0;
      padding-left: 0
   }
}

@media print,
screen and (min-width:64em) {
   .large-margin-collapse {
      margin-right: 0;
      margin-left: 0
   }

   .large-margin-collapse>.cell {
      margin-right: 0;
      margin-left: 0
   }
}

@media print,
screen and (min-width:64em) {
   .large-margin-collapse>.small-1 {
      width: 8.3333333333%
   }

   .large-margin-collapse>.small-2 {
      width: 16.6666666667%
   }

   .large-margin-collapse>.small-3 {
      width: 25%
   }

   .large-margin-collapse>.small-4 {
      width: 33.3333333333%
   }

   .large-margin-collapse>.small-5 {
      width: 41.6666666667%
   }

   .large-margin-collapse>.small-6 {
      width: 50%
   }

   .large-margin-collapse>.small-7 {
      width: 58.3333333333%
   }

   .large-margin-collapse>.small-8 {
      width: 66.6666666667%
   }

   .large-margin-collapse>.small-9 {
      width: 75%
   }

   .large-margin-collapse>.small-10 {
      width: 83.3333333333%
   }

   .large-margin-collapse>.small-11 {
      width: 91.6666666667%
   }

   .large-margin-collapse>.small-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:64em) {
   .large-margin-collapse>.medium-1 {
      width: 8.3333333333%
   }

   .large-margin-collapse>.medium-2 {
      width: 16.6666666667%
   }

   .large-margin-collapse>.medium-3 {
      width: 25%
   }

   .large-margin-collapse>.medium-4 {
      width: 33.3333333333%
   }

   .large-margin-collapse>.medium-5 {
      width: 41.6666666667%
   }

   .large-margin-collapse>.medium-6 {
      width: 50%
   }

   .large-margin-collapse>.medium-7 {
      width: 58.3333333333%
   }

   .large-margin-collapse>.medium-8 {
      width: 66.6666666667%
   }

   .large-margin-collapse>.medium-9 {
      width: 75%
   }

   .large-margin-collapse>.medium-10 {
      width: 83.3333333333%
   }

   .large-margin-collapse>.medium-11 {
      width: 91.6666666667%
   }

   .large-margin-collapse>.medium-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:64em) {
   .large-margin-collapse>.large-1 {
      width: 8.3333333333%
   }

   .large-margin-collapse>.large-2 {
      width: 16.6666666667%
   }

   .large-margin-collapse>.large-3 {
      width: 25%
   }

   .large-margin-collapse>.large-4 {
      width: 33.3333333333%
   }

   .large-margin-collapse>.large-5 {
      width: 41.6666666667%
   }

   .large-margin-collapse>.large-6 {
      width: 50%
   }

   .large-margin-collapse>.large-7 {
      width: 58.3333333333%
   }

   .large-margin-collapse>.large-8 {
      width: 66.6666666667%
   }

   .large-margin-collapse>.large-9 {
      width: 75%
   }

   .large-margin-collapse>.large-10 {
      width: 83.3333333333%
   }

   .large-margin-collapse>.large-11 {
      width: 91.6666666667%
   }

   .large-margin-collapse>.large-12 {
      width: 100%
   }
}

@media print,
screen and (min-width:64em) {
   .large-padding-collapse {
      margin-right: 0;
      margin-left: 0
   }

   .large-padding-collapse>.cell {
      padding-right: 0;
      padding-left: 0
   }
}

.small-offset-0 {
   margin-left: 0
}

.grid-margin-x>.small-offset-0 {
   margin-left: calc(0% + 1.25rem / 2)
}

.small-offset-1 {
   margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-1 {
   margin-left: calc(8.3333333333% + 1.25rem / 2)
}

.small-offset-2 {
   margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-2 {
   margin-left: calc(16.6666666667% + 1.25rem / 2)
}

.small-offset-3 {
   margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
   margin-left: calc(25% + 1.25rem / 2)
}

.small-offset-4 {
   margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-4 {
   margin-left: calc(33.3333333333% + 1.25rem / 2)
}

.small-offset-5 {
   margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-5 {
   margin-left: calc(41.6666666667% + 1.25rem / 2)
}

.small-offset-6 {
   margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
   margin-left: calc(50% + 1.25rem / 2)
}

.small-offset-7 {
   margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-7 {
   margin-left: calc(58.3333333333% + 1.25rem / 2)
}

.small-offset-8 {
   margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-8 {
   margin-left: calc(66.6666666667% + 1.25rem / 2)
}

.small-offset-9 {
   margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
   margin-left: calc(75% + 1.25rem / 2)
}

.small-offset-10 {
   margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-10 {
   margin-left: calc(83.3333333333% + 1.25rem / 2)
}

.small-offset-11 {
   margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-11 {
   margin-left: calc(91.6666666667% + 1.25rem / 2)
}

@media print,
screen and (min-width:40em) {
   .medium-offset-0 {
      margin-left: 0
   }

   .grid-margin-x>.medium-offset-0 {
      margin-left: calc(0% + 1.875rem / 2)
   }

   .medium-offset-1 {
      margin-left: 8.3333333333%
   }

   .grid-margin-x>.medium-offset-1 {
      margin-left: calc(8.3333333333% + 1.875rem / 2)
   }

   .medium-offset-2 {
      margin-left: 16.6666666667%
   }

   .grid-margin-x>.medium-offset-2 {
      margin-left: calc(16.6666666667% + 1.875rem / 2)
   }

   .medium-offset-3 {
      margin-left: 25%
   }

   .grid-margin-x>.medium-offset-3 {
      margin-left: calc(25% + 1.875rem / 2)
   }

   .medium-offset-4 {
      margin-left: 33.3333333333%
   }

   .grid-margin-x>.medium-offset-4 {
      margin-left: calc(33.3333333333% + 1.875rem / 2)
   }

   .medium-offset-5 {
      margin-left: 41.6666666667%
   }

   .grid-margin-x>.medium-offset-5 {
      margin-left: calc(41.6666666667% + 1.875rem / 2)
   }

   .medium-offset-6 {
      margin-left: 50%
   }

   .grid-margin-x>.medium-offset-6 {
      margin-left: calc(50% + 1.875rem / 2)
   }

   .medium-offset-7 {
      margin-left: 58.3333333333%
   }

   .grid-margin-x>.medium-offset-7 {
      margin-left: calc(58.3333333333% + 1.875rem / 2)
   }

   .medium-offset-8 {
      margin-left: 66.6666666667%
   }

   .grid-margin-x>.medium-offset-8 {
      margin-left: calc(66.6666666667% + 1.875rem / 2)
   }

   .medium-offset-9 {
      margin-left: 75%
   }

   .grid-margin-x>.medium-offset-9 {
      margin-left: calc(75% + 1.875rem / 2)
   }

   .medium-offset-10 {
      margin-left: 83.3333333333%
   }

   .grid-margin-x>.medium-offset-10 {
      margin-left: calc(83.3333333333% + 1.875rem / 2)
   }

   .medium-offset-11 {
      margin-left: 91.6666666667%
   }

   .grid-margin-x>.medium-offset-11 {
      margin-left: calc(91.6666666667% + 1.875rem / 2)
   }
}

@media print,
screen and (min-width:64em) {
   .large-offset-0 {
      margin-left: 0
   }

   .grid-margin-x>.large-offset-0 {
      margin-left: calc(0% + 1.875rem / 2)
   }

   .large-offset-1 {
      margin-left: 8.3333333333%
   }

   .grid-margin-x>.large-offset-1 {
      margin-left: calc(8.3333333333% + 1.875rem / 2)
   }

   .large-offset-2 {
      margin-left: 16.6666666667%
   }

   .grid-margin-x>.large-offset-2 {
      margin-left: calc(16.6666666667% + 1.875rem / 2)
   }

   .large-offset-3 {
      margin-left: 25%
   }

   .grid-margin-x>.large-offset-3 {
      margin-left: calc(25% + 1.875rem / 2)
   }

   .large-offset-4 {
      margin-left: 33.3333333333%
   }

   .grid-margin-x>.large-offset-4 {
      margin-left: calc(33.3333333333% + 1.875rem / 2)
   }

   .large-offset-5 {
      margin-left: 41.6666666667%
   }

   .grid-margin-x>.large-offset-5 {
      margin-left: calc(41.6666666667% + 1.875rem / 2)
   }

   .large-offset-6 {
      margin-left: 50%
   }

   .grid-margin-x>.large-offset-6 {
      margin-left: calc(50% + 1.875rem / 2)
   }

   .large-offset-7 {
      margin-left: 58.3333333333%
   }

   .grid-margin-x>.large-offset-7 {
      margin-left: calc(58.3333333333% + 1.875rem / 2)
   }

   .large-offset-8 {
      margin-left: 66.6666666667%
   }

   .grid-margin-x>.large-offset-8 {
      margin-left: calc(66.6666666667% + 1.875rem / 2)
   }

   .large-offset-9 {
      margin-left: 75%
   }

   .grid-margin-x>.large-offset-9 {
      margin-left: calc(75% + 1.875rem / 2)
   }

   .large-offset-10 {
      margin-left: 83.3333333333%
   }

   .grid-margin-x>.large-offset-10 {
      margin-left: calc(83.3333333333% + 1.875rem / 2)
   }

   .large-offset-11 {
      margin-left: 91.6666666667%
   }

   .grid-margin-x>.large-offset-11 {
      margin-left: calc(91.6666666667% + 1.875rem / 2)
   }
}

.grid-y {
   display: flex;
   flex-flow: column nowrap
}

.grid-y>.cell {
   height: auto;
   max-height: none
}

.grid-y>.auto {
   height: auto
}

.grid-y>.shrink {
   height: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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-full,
.grid-y>.small-shrink {
   flex-basis: auto
}

@media print,
screen and (min-width:40em) {

   .grid-y>.medium-1,
   .grid-y>.medium-10,
   .grid-y>.medium-11,
   .grid-y>.medium-12,
   .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-full,
   .grid-y>.medium-shrink {
      flex-basis: auto
   }
}

@media print,
screen and (min-width:64em) {

   .grid-y>.large-1,
   .grid-y>.large-10,
   .grid-y>.large-11,
   .grid-y>.large-12,
   .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-full,
   .grid-y>.large-shrink {
      flex-basis: auto
   }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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 {
   flex: 0 0 auto
}

.grid-y>.small-1 {
   height: 8.3333333333%
}

.grid-y>.small-2 {
   height: 16.6666666667%
}

.grid-y>.small-3 {
   height: 25%
}

.grid-y>.small-4 {
   height: 33.3333333333%
}

.grid-y>.small-5 {
   height: 41.6666666667%
}

.grid-y>.small-6 {
   height: 50%
}

.grid-y>.small-7 {
   height: 58.3333333333%
}

.grid-y>.small-8 {
   height: 66.6666666667%
}

.grid-y>.small-9 {
   height: 75%
}

.grid-y>.small-10 {
   height: 83.3333333333%
}

.grid-y>.small-11 {
   height: 91.6666666667%
}

.grid-y>.small-12 {
   height: 100%
}

@media print,
screen and (min-width:40em) {
   .grid-y>.medium-auto {
      flex: 1 1 0;
      height: auto
   }

   .grid-y>.medium-1,
   .grid-y>.medium-10,
   .grid-y>.medium-11,
   .grid-y>.medium-12,
   .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-shrink {
      flex: 0 0 auto
   }

   .grid-y>.medium-shrink {
      height: auto
   }

   .grid-y>.medium-1 {
      height: 8.3333333333%
   }

   .grid-y>.medium-2 {
      height: 16.6666666667%
   }

   .grid-y>.medium-3 {
      height: 25%
   }

   .grid-y>.medium-4 {
      height: 33.3333333333%
   }

   .grid-y>.medium-5 {
      height: 41.6666666667%
   }

   .grid-y>.medium-6 {
      height: 50%
   }

   .grid-y>.medium-7 {
      height: 58.3333333333%
   }

   .grid-y>.medium-8 {
      height: 66.6666666667%
   }

   .grid-y>.medium-9 {
      height: 75%
   }

   .grid-y>.medium-10 {
      height: 83.3333333333%
   }

   .grid-y>.medium-11 {
      height: 91.6666666667%
   }

   .grid-y>.medium-12 {
      height: 100%
   }
}

@media print,
screen and (min-width:64em) {
   .grid-y>.large-auto {
      flex: 1 1 0;
      height: auto
   }

   .grid-y>.large-1,
   .grid-y>.large-10,
   .grid-y>.large-11,
   .grid-y>.large-12,
   .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-shrink {
      flex: 0 0 auto
   }

   .grid-y>.large-shrink {
      height: auto
   }

   .grid-y>.large-1 {
      height: 8.3333333333%
   }

   .grid-y>.large-2 {
      height: 16.6666666667%
   }

   .grid-y>.large-3 {
      height: 25%
   }

   .grid-y>.large-4 {
      height: 33.3333333333%
   }

   .grid-y>.large-5 {
      height: 41.6666666667%
   }

   .grid-y>.large-6 {
      height: 50%
   }

   .grid-y>.large-7 {
      height: 58.3333333333%
   }

   .grid-y>.large-8 {
      height: 66.6666666667%
   }

   .grid-y>.large-9 {
      height: 75%
   }

   .grid-y>.large-10 {
      height: 83.3333333333%
   }

   .grid-y>.large-11 {
      height: 91.6666666667%
   }

   .grid-y>.large-12 {
      height: 100%
   }
}

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

@media print,
screen and (min-width:40em) {
   .grid-padding-y .grid-padding-y {
      margin-top: -.9375rem;
      margin-bottom: -.9375rem
   }
}

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

@media print,
screen and (min-width:40em) {
   .grid-padding-y>.cell {
      padding-top: .9375rem;
      padding-bottom: .9375rem
   }
}

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

@media print,
screen and (min-width:40em) {
   .grid-margin-y {
      margin-top: -.9375rem;
      margin-bottom: -.9375rem
   }
}

.grid-margin-y>.cell {
   height: calc(100% - 1.25rem);
   margin-top: .625rem;
   margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
   .grid-margin-y>.cell {
      height: calc(100% - 1.875rem);
      margin-top: .9375rem;
      margin-bottom: .9375rem
   }
}

.grid-margin-y>.auto {
   height: auto
}

.grid-margin-y>.shrink {
   height: auto
}

.grid-margin-y>.small-1 {
   height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
   height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
   height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
   height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
   height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
   height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
   height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
   height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
   height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
   height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
   height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
   height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
   .grid-margin-y>.auto {
      height: auto
   }

   .grid-margin-y>.shrink {
      height: auto
   }

   .grid-margin-y>.small-1 {
      height: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-2 {
      height: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-3 {
      height: calc(25% - 1.875rem)
   }

   .grid-margin-y>.small-4 {
      height: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-5 {
      height: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-6 {
      height: calc(50% - 1.875rem)
   }

   .grid-margin-y>.small-7 {
      height: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-8 {
      height: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-9 {
      height: calc(75% - 1.875rem)
   }

   .grid-margin-y>.small-10 {
      height: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-11 {
      height: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-12 {
      height: calc(100% - 1.875rem)
   }

   .grid-margin-y>.medium-auto {
      height: auto
   }

   .grid-margin-y>.medium-shrink {
      height: auto
   }

   .grid-margin-y>.medium-1 {
      height: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-2 {
      height: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-3 {
      height: calc(25% - 1.875rem)
   }

   .grid-margin-y>.medium-4 {
      height: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-5 {
      height: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-6 {
      height: calc(50% - 1.875rem)
   }

   .grid-margin-y>.medium-7 {
      height: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-8 {
      height: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-9 {
      height: calc(75% - 1.875rem)
   }

   .grid-margin-y>.medium-10 {
      height: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-11 {
      height: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-12 {
      height: calc(100% - 1.875rem)
   }
}

@media print,
screen and (min-width:64em) {
   .grid-margin-y>.large-auto {
      height: auto
   }

   .grid-margin-y>.large-shrink {
      height: auto
   }

   .grid-margin-y>.large-1 {
      height: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-2 {
      height: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-3 {
      height: calc(25% - 1.875rem)
   }

   .grid-margin-y>.large-4 {
      height: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-5 {
      height: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-6 {
      height: calc(50% - 1.875rem)
   }

   .grid-margin-y>.large-7 {
      height: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-8 {
      height: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-9 {
      height: calc(75% - 1.875rem)
   }

   .grid-margin-y>.large-10 {
      height: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-11 {
      height: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-12 {
      height: calc(100% - 1.875rem)
   }
}

.grid-frame {
   overflow: hidden;
   position: relative;
   flex-wrap: nowrap;
   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: flex;
   flex-direction: column;
   max-height: 100%
}

.cell-block-container>.grid-x {
   max-height: 100%;
   flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
   .medium-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      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: flex;
      flex-direction: column;
      max-height: 100%
   }

   .medium-cell-block-container>.grid-x {
      max-height: 100%;
      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;
      flex-wrap: nowrap;
      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: flex;
      flex-direction: column;
      max-height: 100%
   }

   .large-cell-block-container>.grid-x {
      max-height: 100%;
      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 {
   overflow: hidden;
   position: relative;
   flex-wrap: nowrap;
   align-items: stretch;
   height: 100vh;
   width: auto
}

@media print,
screen and (min-width:40em) {
   .grid-y.medium-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      height: 100vh;
      width: auto
   }
}

@media print,
screen and (min-width:64em) {
   .grid-y.large-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      height: 100vh;
      width: auto
   }
}

.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: -.625rem;
   margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
   .grid-margin-y {
      margin-top: -.9375rem;
      margin-bottom: -.9375rem
   }
}

.grid-margin-y>.cell {
   height: calc(100% - 1.25rem);
   margin-top: .625rem;
   margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
   .grid-margin-y>.cell {
      height: calc(100% - 1.875rem);
      margin-top: .9375rem;
      margin-bottom: .9375rem
   }
}

.grid-margin-y>.auto {
   height: auto
}

.grid-margin-y>.shrink {
   height: auto
}

.grid-margin-y>.small-1 {
   height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
   height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
   height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
   height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
   height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
   height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
   height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
   height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
   height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
   height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
   height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
   height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
   .grid-margin-y>.auto {
      height: auto
   }

   .grid-margin-y>.shrink {
      height: auto
   }

   .grid-margin-y>.small-1 {
      height: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-2 {
      height: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-3 {
      height: calc(25% - 1.875rem)
   }

   .grid-margin-y>.small-4 {
      height: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-5 {
      height: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-6 {
      height: calc(50% - 1.875rem)
   }

   .grid-margin-y>.small-7 {
      height: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-8 {
      height: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-9 {
      height: calc(75% - 1.875rem)
   }

   .grid-margin-y>.small-10 {
      height: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-y>.small-11 {
      height: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-y>.small-12 {
      height: calc(100% - 1.875rem)
   }

   .grid-margin-y>.medium-auto {
      height: auto
   }

   .grid-margin-y>.medium-shrink {
      height: auto
   }

   .grid-margin-y>.medium-1 {
      height: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-2 {
      height: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-3 {
      height: calc(25% - 1.875rem)
   }

   .grid-margin-y>.medium-4 {
      height: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-5 {
      height: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-6 {
      height: calc(50% - 1.875rem)
   }

   .grid-margin-y>.medium-7 {
      height: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-8 {
      height: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-9 {
      height: calc(75% - 1.875rem)
   }

   .grid-margin-y>.medium-10 {
      height: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-y>.medium-11 {
      height: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-y>.medium-12 {
      height: calc(100% - 1.875rem)
   }
}

@media print,
screen and (min-width:64em) {
   .grid-margin-y>.large-auto {
      height: auto
   }

   .grid-margin-y>.large-shrink {
      height: auto
   }

   .grid-margin-y>.large-1 {
      height: calc(8.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-2 {
      height: calc(16.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-3 {
      height: calc(25% - 1.875rem)
   }

   .grid-margin-y>.large-4 {
      height: calc(33.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-5 {
      height: calc(41.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-6 {
      height: calc(50% - 1.875rem)
   }

   .grid-margin-y>.large-7 {
      height: calc(58.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-8 {
      height: calc(66.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-9 {
      height: calc(75% - 1.875rem)
   }

   .grid-margin-y>.large-10 {
      height: calc(83.3333333333% - 1.875rem)
   }

   .grid-margin-y>.large-11 {
      height: calc(91.6666666667% - 1.875rem)
   }

   .grid-margin-y>.large-12 {
      height: calc(100% - 1.875rem)
   }
}

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

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

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

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

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

.row {
   max-width: 75rem;
   margin-right: auto;
   margin-left: auto;
   display: flex;
   flex-flow: row wrap
}

.row .row {
   margin-right: -.625rem;
   margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
   .row .row {
      margin-right: -.9375rem;
      margin-left: -.9375rem
   }
}

@media print,
screen and (min-width:64em) {
   .row .row {
      margin-right: -.9375rem;
      margin-left: -.9375rem
   }
}

.row .row.collapse {
   margin-right: 0;
   margin-left: 0
}

.row.expanded {
   max-width: none
}

.row.expanded .row {
   margin-right: auto;
   margin-left: auto
}

.row:not(.expanded) .row {
   max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
   padding-right: 0;
   padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
   margin-right: 0;
   margin-left: 0
}

.column,
.columns {
   flex: 1 1 0px;
   padding-right: .625rem;
   padding-left: .625rem;
   min-width: 0
}

@media print,
screen and (min-width:40em) {

   .column,
   .columns {
      padding-right: .9375rem;
      padding-left: .9375rem
   }
}

.column.row.row,
.row.row.columns {
   float: none;
   display: block
}

.row .column.row.row,
.row .row.row.columns {
   margin-right: 0;
   margin-left: 0;
   padding-right: 0;
   padding-left: 0
}

.small-1 {
   flex: 0 0 8.3333333333%;
   max-width: 8.3333333333%
}

.small-offset-0 {
   margin-left: 0
}

.small-2 {
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%
}

.small-offset-1 {
   margin-left: 8.3333333333%
}

.small-3 {
   flex: 0 0 25%;
   max-width: 25%
}

.small-offset-2 {
   margin-left: 16.6666666667%
}

.small-4 {
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%
}

.small-offset-3 {
   margin-left: 25%
}

.small-5 {
   flex: 0 0 41.6666666667%;
   max-width: 41.6666666667%
}

.small-offset-4 {
   margin-left: 33.3333333333%
}

.small-6 {
   flex: 0 0 50%;
   max-width: 50%
}

.small-offset-5 {
   margin-left: 41.6666666667%
}

.small-7 {
   flex: 0 0 58.3333333333%;
   max-width: 58.3333333333%
}

.small-offset-6 {
   margin-left: 50%
}

.small-8 {
   flex: 0 0 66.6666666667%;
   max-width: 66.6666666667%
}

.small-offset-7 {
   margin-left: 58.3333333333%
}

.small-9 {
   flex: 0 0 75%;
   max-width: 75%
}

.small-offset-8 {
   margin-left: 66.6666666667%
}

.small-10 {
   flex: 0 0 83.3333333333%;
   max-width: 83.3333333333%
}

.small-offset-9 {
   margin-left: 75%
}

.small-11 {
   flex: 0 0 91.6666666667%;
   max-width: 91.6666666667%
}

.small-offset-10 {
   margin-left: 83.3333333333%
}

.small-12 {
   flex: 0 0 100%;
   max-width: 100%
}

.small-offset-11 {
   margin-left: 91.6666666667%
}

.small-up-1 {
   flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
   flex: 0 0 100%;
   max-width: 100%
}

.small-up-2 {
   flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
   flex: 0 0 50%;
   max-width: 50%
}

.small-up-3 {
   flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%
}

.small-up-4 {
   flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
   flex: 0 0 25%;
   max-width: 25%
}

.small-up-5 {
   flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
   flex: 0 0 20%;
   max-width: 20%
}

.small-up-6 {
   flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%
}

.small-up-7 {
   flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
   flex: 0 0 14.2857142857%;
   max-width: 14.2857142857%
}

.small-up-8 {
   flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
   flex: 0 0 12.5%;
   max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
   padding-right: 0;
   padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
   padding-right: .625rem;
   padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
   .medium-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%
   }

   .medium-offset-0 {
      margin-left: 0
   }

   .medium-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
   }

   .medium-offset-1 {
      margin-left: 8.3333333333%
   }

   .medium-3 {
      flex: 0 0 25%;
      max-width: 25%
   }

   .medium-offset-2 {
      margin-left: 16.6666666667%
   }

   .medium-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
   }

   .medium-offset-3 {
      margin-left: 25%
   }

   .medium-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%
   }

   .medium-offset-4 {
      margin-left: 33.3333333333%
   }

   .medium-6 {
      flex: 0 0 50%;
      max-width: 50%
   }

   .medium-offset-5 {
      margin-left: 41.6666666667%
   }

   .medium-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%
   }

   .medium-offset-6 {
      margin-left: 50%
   }

   .medium-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%
   }

   .medium-offset-7 {
      margin-left: 58.3333333333%
   }

   .medium-9 {
      flex: 0 0 75%;
      max-width: 75%
   }

   .medium-offset-8 {
      margin-left: 66.6666666667%
   }

   .medium-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%
   }

   .medium-offset-9 {
      margin-left: 75%
   }

   .medium-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%
   }

   .medium-offset-10 {
      margin-left: 83.3333333333%
   }

   .medium-12 {
      flex: 0 0 100%;
      max-width: 100%
   }

   .medium-offset-11 {
      margin-left: 91.6666666667%
   }

   .medium-up-1 {
      flex-wrap: wrap
   }

   .medium-up-1>.column,
   .medium-up-1>.columns {
      flex: 0 0 100%;
      max-width: 100%
   }

   .medium-up-2 {
      flex-wrap: wrap
   }

   .medium-up-2>.column,
   .medium-up-2>.columns {
      flex: 0 0 50%;
      max-width: 50%
   }

   .medium-up-3 {
      flex-wrap: wrap
   }

   .medium-up-3>.column,
   .medium-up-3>.columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
   }

   .medium-up-4 {
      flex-wrap: wrap
   }

   .medium-up-4>.column,
   .medium-up-4>.columns {
      flex: 0 0 25%;
      max-width: 25%
   }

   .medium-up-5 {
      flex-wrap: wrap
   }

   .medium-up-5>.column,
   .medium-up-5>.columns {
      flex: 0 0 20%;
      max-width: 20%
   }

   .medium-up-6 {
      flex-wrap: wrap
   }

   .medium-up-6>.column,
   .medium-up-6>.columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
   }

   .medium-up-7 {
      flex-wrap: wrap
   }

   .medium-up-7>.column,
   .medium-up-7>.columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%
   }

   .medium-up-8 {
      flex-wrap: wrap
   }

   .medium-up-8>.column,
   .medium-up-8>.columns {
      flex: 0 0 12.5%;
      max-width: 12.5%
   }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
   .medium-expand {
      flex: 1 1 0px
   }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
   flex: 0 0 100%
}

@media print,
screen and (min-width:40em) {

   .row.medium-unstack>.column,
   .row.medium-unstack>.columns {
      flex: 1 1 0px
   }

   .medium-collapse>.column,
   .medium-collapse>.columns {
      padding-right: 0;
      padding-left: 0
   }

   .medium-uncollapse>.column,
   .medium-uncollapse>.columns {
      padding-right: .9375rem;
      padding-left: .9375rem
   }
}

@media print,
screen and (min-width:64em) {
   .large-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%
   }

   .large-offset-0 {
      margin-left: 0
   }

   .large-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
   }

   .large-offset-1 {
      margin-left: 8.3333333333%
   }

   .large-3 {
      flex: 0 0 25%;
      max-width: 25%
   }

   .large-offset-2 {
      margin-left: 16.6666666667%
   }

   .large-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
   }

   .large-offset-3 {
      margin-left: 25%
   }

   .large-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%
   }

   .large-offset-4 {
      margin-left: 33.3333333333%
   }

   .large-6 {
      flex: 0 0 50%;
      max-width: 50%
   }

   .large-offset-5 {
      margin-left: 41.6666666667%
   }

   .large-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%
   }

   .large-offset-6 {
      margin-left: 50%
   }

   .large-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%
   }

   .large-offset-7 {
      margin-left: 58.3333333333%
   }

   .large-9 {
      flex: 0 0 75%;
      max-width: 75%
   }

   .large-offset-8 {
      margin-left: 66.6666666667%
   }

   .large-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%
   }

   .large-offset-9 {
      margin-left: 75%
   }

   .large-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%
   }

   .large-offset-10 {
      margin-left: 83.3333333333%
   }

   .large-12 {
      flex: 0 0 100%;
      max-width: 100%
   }

   .large-offset-11 {
      margin-left: 91.6666666667%
   }

   .large-up-1 {
      flex-wrap: wrap
   }

   .large-up-1>.column,
   .large-up-1>.columns {
      flex: 0 0 100%;
      max-width: 100%
   }

   .large-up-2 {
      flex-wrap: wrap
   }

   .large-up-2>.column,
   .large-up-2>.columns {
      flex: 0 0 50%;
      max-width: 50%
   }

   .large-up-3 {
      flex-wrap: wrap
   }

   .large-up-3>.column,
   .large-up-3>.columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
   }

   .large-up-4 {
      flex-wrap: wrap
   }

   .large-up-4>.column,
   .large-up-4>.columns {
      flex: 0 0 25%;
      max-width: 25%
   }

   .large-up-5 {
      flex-wrap: wrap
   }

   .large-up-5>.column,
   .large-up-5>.columns {
      flex: 0 0 20%;
      max-width: 20%
   }

   .large-up-6 {
      flex-wrap: wrap
   }

   .large-up-6>.column,
   .large-up-6>.columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
   }

   .large-up-7 {
      flex-wrap: wrap
   }

   .large-up-7>.column,
   .large-up-7>.columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%
   }

   .large-up-8 {
      flex-wrap: wrap
   }

   .large-up-8>.column,
   .large-up-8>.columns {
      flex: 0 0 12.5%;
      max-width: 12.5%
   }
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
   .large-expand {
      flex: 1 1 0px
   }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
   flex: 0 0 100%
}

@media print,
screen and (min-width:64em) {

   .row.large-unstack>.column,
   .row.large-unstack>.columns {
      flex: 1 1 0px
   }

   .large-collapse>.column,
   .large-collapse>.columns {
      padding-right: 0;
      padding-left: 0
   }

   .large-uncollapse>.column,
   .large-uncollapse>.columns {
      padding-right: .9375rem;
      padding-left: .9375rem
   }
}

.shrink {
   flex: 0 0 auto;
   max-width: 100%
}

.column-block {
   margin-bottom: 1.25rem
}

.column-block>:last-child {
   margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
   .column-block {
      margin-bottom: 1.875rem
   }

   .column-block>:last-child {
      margin-bottom: 0
   }
}

.align-left {
   justify-content: flex-start
}

.align-right {
   justify-content: flex-end
}

.align-center {
   justify-content: center
}

.align-justify {
   justify-content: space-between
}

.align-spaced {
   justify-content: space-around
}

.align-left.vertical.menu>li>a {
   justify-content: flex-start
}

.align-right.vertical.menu>li>a {
   justify-content: flex-end
}

.align-center.vertical.menu>li>a {
   justify-content: center
}

.align-top {
   align-items: flex-start
}

.align-self-top {
   align-self: flex-start
}

.align-bottom {
   align-items: flex-end
}

.align-self-bottom {
   align-self: flex-end
}

.align-middle {
   align-items: center
}

.align-self-middle {
   align-self: center
}

.align-stretch {
   align-items: stretch
}

.align-self-stretch {
   align-self: stretch
}

.align-center-middle {
   justify-content: center;
   align-items: center;
   align-content: center
}

.small-order-1 {
   order: 1
}

.small-order-2 {
   order: 2
}

.small-order-3 {
   order: 3
}

.small-order-4 {
   order: 4
}

.small-order-5 {
   order: 5
}

.small-order-6 {
   order: 6
}

@media print,
screen and (min-width:40em) {
   .medium-order-1 {
      order: 1
   }

   .medium-order-2 {
      order: 2
   }

   .medium-order-3 {
      order: 3
   }

   .medium-order-4 {
      order: 4
   }

   .medium-order-5 {
      order: 5
   }

   .medium-order-6 {
      order: 6
   }
}

@media print,
screen and (min-width:64em) {
   .large-order-1 {
      order: 1
   }

   .large-order-2 {
      order: 2
   }

   .large-order-3 {
      order: 3
   }

   .large-order-4 {
      order: 4
   }

   .large-order-5 {
      order: 5
   }

   .large-order-6 {
      order: 6
   }
}

.flex-container {
   display: flex
}

.flex-child-auto {
   flex: 1 1 auto
}

.flex-child-grow {
   flex: 1 0 auto
}

.flex-child-shrink {
   flex: 0 1 auto
}

.flex-dir-row {
   flex-direction: row
}

.flex-dir-row-reverse {
   flex-direction: row-reverse
}

.flex-dir-column {
   flex-direction: column
}

.flex-dir-column-reverse {
   flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
   .medium-flex-container {
      display: flex
   }

   .medium-flex-child-auto {
      flex: 1 1 auto
   }

   .medium-flex-child-grow {
      flex: 1 0 auto
   }

   .medium-flex-child-shrink {
      flex: 0 1 auto
   }

   .medium-flex-dir-row {
      flex-direction: row
   }

   .medium-flex-dir-row-reverse {
      flex-direction: row-reverse
   }

   .medium-flex-dir-column {
      flex-direction: column
   }

   .medium-flex-dir-column-reverse {
      flex-direction: column-reverse
   }
}

@media print,
screen and (min-width:64em) {
   .large-flex-container {
      display: flex
   }

   .large-flex-child-auto {
      flex: 1 1 auto
   }

   .large-flex-child-grow {
      flex: 1 0 auto
   }

   .large-flex-child-shrink {
      flex: 0 1 auto
   }

   .large-flex-dir-row {
      flex-direction: row
   }

   .large-flex-dir-row-reverse {
      flex-direction: row-reverse
   }

   .large-flex-dir-column {
      flex-direction: column
   }

   .large-flex-dir-column-reverse {
      flex-direction: column-reverse
   }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
   margin: 0;
   padding: 0
}

p {
   margin-bottom: 1rem;
   font-size: inherit;
   line-height: 1.6;
   text-rendering: optimizeLegibility
}

em,
i {
   font-style: italic;
   line-height: inherit
}

b,
strong {
   font-weight: 700;
   line-height: inherit
}

small {
   font-size: 80%;
   line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Lato", sans-serif;
   font-style: normal;
   font-weight: 400;
   color: inherit;
   text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
   line-height: 0;
   color: #cacaca
}

.h1,
h1 {
   font-size: 1.5rem;
   line-height: 1.4;
   margin-top: 0;
   margin-bottom: .5rem
}

.h2,
h2 {
   font-size: 1.25rem;
   line-height: 1.4;
   margin-top: 0;
   margin-bottom: .5rem
}

.h3,
h3 {
   font-size: 1.1875rem;
   line-height: 1.4;
   margin-top: 0;
   margin-bottom: .5rem
}

.h4,
h4 {
   font-size: 1.125rem;
   line-height: 1.4;
   margin-top: 0;
   margin-bottom: .5rem
}

.h5,
h5 {
   font-size: 1.0625rem;
   line-height: 1.4;
   margin-top: 0;
   margin-bottom: .5rem
}

.h6,
h6 {
   font-size: 1rem;
   line-height: 1.4;
   margin-top: 0;
   margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {

   .h1,
   h1 {
      font-size: 3rem
   }

   .h2,
   h2 {
      font-size: 2.5rem
   }

   .h3,
   h3 {
      font-size: 1.9375rem
   }

   .h4,
   h4 {
      font-size: 1.5625rem
   }

   .h5,
   h5 {
      font-size: 1.25rem
   }

   .h6,
   h6 {
      font-size: 1rem
   }
}

a {
   line-height: inherit;
   color: #1779ba;
   text-decoration: none;
   cursor: pointer
}

a:focus,
a:hover {
   color: #1468a0
}

a img {
   border: 0
}

hr {
   clear: both;
   max-width: 75rem;
   height: 0;
   margin: 1.25rem auto;
   border-top: 0;
   border-right: 0;
   border-bottom: 1px solid #cacaca;
   border-left: 0
}

dl,
ol,
ul {
   margin-bottom: 1rem;
   list-style-position: outside;
   line-height: 1.6
}

li {
   font-size: inherit
}

ul {
   margin-left: 1.25rem;
   list-style-type: disc
}

ol {
   margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
   margin-left: 1.25rem;
   margin-bottom: 0
}

dl {
   margin-bottom: 1rem
}

dl dt {
   margin-bottom: .3rem;
   font-weight: 700
}

blockquote {
   margin: 0 0 1rem;
   padding: .5625rem 1.25rem 0 1.1875rem;
   border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
   line-height: 1.6;
   color: #8a8a8a
}

abbr,
abbr[title] {
   border-bottom: 1px dotted #0a0a0a;
   cursor: help;
   text-decoration: none
}

figure {
   margin: 0
}

kbd {
   margin: 0;
   padding: .125rem .25rem 0;
   background-color: #e6e6e6;
   font-family: Consolas, "Liberation Mono", Courier, monospace;
   color: #0a0a0a
}

.subheader {
   margin-top: .2rem;
   margin-bottom: .5rem;
   font-weight: 400;
   line-height: 1.4;
   color: #8a8a8a
}

.lead {
   font-size: 125%;
   line-height: 1.6
}

.stat {
   font-size: 2.5rem;
   line-height: 1
}

p+.stat {
   margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
   margin-left: 0;
   list-style: none
}

.cite-block,
cite {
   display: block;
   color: #8a8a8a;
   font-size: .8125rem
}

.cite-block:before,
cite:before {
   content: "— "
}

.code-inline,
code {
   border: 1px solid #cacaca;
   background-color: #e6e6e6;
   font-family: Consolas, "Liberation Mono", Courier, monospace;
   font-weight: 400;
   color: #0a0a0a;
   display: inline;
   max-width: 100%;
   word-wrap: break-word;
   padding: .125rem .3125rem .0625rem
}

.code-block {
   border: 1px solid #cacaca;
   background-color: #e6e6e6;
   font-family: Consolas, "Liberation Mono", Courier, monospace;
   font-weight: 400;
   color: #0a0a0a;
   display: block;
   overflow: auto;
   white-space: pre;
   padding: 1rem;
   margin-bottom: 1.5rem
}

.text-left {
   text-align: left
}

.text-right {
   text-align: right
}

.text-center {
   text-align: center
}

.text-justify {
   text-align: justify
}

@media print,
screen and (min-width:40em) {
   .medium-text-left {
      text-align: left
   }

   .medium-text-right {
      text-align: right
   }

   .medium-text-center {
      text-align: center
   }

   .medium-text-justify {
      text-align: justify
   }
}

@media print,
screen and (min-width:64em) {
   .large-text-left {
      text-align: left
   }

   .large-text-right {
      text-align: right
   }

   .large-text-center {
      text-align: center
   }

   .large-text-justify {
      text-align: justify
   }
}

.show-for-print {
   display: none !important
}

@media print {
   * {
      background: 0 0 !important;
      color: #000 !important;
      print-color-adjust: economy;
      box-shadow: none !important;
      text-shadow: none !important
   }

   .show-for-print {
      display: block !important
   }

   .hide-for-print {
      display: none !important
   }

   table.show-for-print {
      display: table !important
   }

   thead.show-for-print {
      display: table-header-group !important
   }

   tbody.show-for-print {
      display: table-row-group !important
   }

   tr.show-for-print {
      display: table-row !important
   }

   td.show-for-print {
      display: table-cell !important
   }

   th.show-for-print {
      display: table-cell !important
   }

   a,
   a:visited {
      text-decoration: underline
   }

   a[href]:after {
      content: " (" attr(href) ")"
   }

   .ir a:after,
   a[href^="#"]:after,
   a[href^="javascript:"]:after {
      content: ""
   }

   abbr[title]:after {
      content: " (" attr(title) ")"
   }

   blockquote,
   pre {
      border: 1px solid #8a8a8a;
      page-break-inside: avoid
   }

   thead {
      display: table-header-group
   }

   img,
   tr {
      page-break-inside: avoid
   }

   img {
      max-width: 100% !important
   }

   @page {
      margin: .5cm
   }

   h2,
   h3,
   p {
      orphans: 3;
      widows: 3
   }

   h2,
   h3 {
      page-break-after: avoid
   }

   .print-break-inside {
      page-break-inside: auto
   }
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
   display: block;
   box-sizing: border-box;
   width: 100%;
   height: 2.4375rem;
   margin: 0 0 1rem;
   padding: .5rem;
   border: 1px solid #cacaca;
   border-radius: 0;
   background-color: #fefefe;
   box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
   font-family: inherit;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #0a0a0a;
   transition: box-shadow .5s, border-color .25s ease-in-out;
   appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
   outline: 0;
   border: 1px solid #8a8a8a;
   background-color: #fefefe;
   box-shadow: 0 0 5px #cacaca;
   transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
   max-width: 100%
}

textarea[rows] {
   height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
   background-color: #e6e6e6;
   cursor: not-allowed
}

[type=button],
[type=submit] {
   appearance: none;
   border-radius: 0
}

input[type=search] {
   box-sizing: border-box
}

::placeholder {
   color: #cacaca
}

[type=checkbox],
[type=file],
[type=radio] {
   margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
   display: inline-block;
   vertical-align: baseline;
   margin-left: .5rem;
   margin-right: 1rem;
   margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
   cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
   margin-right: .5rem
}

[type=file] {
   width: 100%
}

label {
   display: block;
   margin: 0;
   font-size: .875rem;
   font-weight: 400;
   line-height: 1.8;
   color: #0a0a0a
}

label.middle {
   margin: 0 0 1rem;
   line-height: 1.5;
   padding: .5625rem 0
}

.help-text {
   margin-top: -.5rem;
   font-size: .8125rem;
   font-style: italic;
   color: #0a0a0a
}

.input-group {
   display: flex;
   width: 100%;
   margin-bottom: 1rem;
   align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
   border-radius: 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
   border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
   margin: 0;
   white-space: nowrap
}

.input-group-label {
   padding: 0 1rem;
   border: 1px solid #cacaca;
   background: #e6e6e6;
   color: #0a0a0a;
   text-align: center;
   white-space: nowrap;
   display: flex;
   flex: 0 0 auto;
   align-items: center
}

.input-group-label:first-child {
   border-right: 0
}

.input-group-label:last-child {
   border-left: 0
}

.input-group-field {
   border-radius: 0;
   flex: 1 1 0px;
   min-width: 0
}

.input-group-button {
   padding-top: 0;
   padding-bottom: 0;
   text-align: center;
   display: flex;
   flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
   align-self: stretch;
   height: auto;
   padding-top: 0;
   padding-bottom: 0;
   font-size: 1rem
}

fieldset {
   margin: 0;
   padding: 0;
   border: 0
}

legend {
   max-width: 100%;
   margin-bottom: .5rem
}

.fieldset {
   margin: 1.125rem 0;
   padding: 1.25rem;
   border: 1px solid #cacaca
}

.fieldset legend {
   margin: 0;
   margin-left: -.1875rem;
   padding: 0 .1875rem
}

select {
   height: 2.4375rem;
   margin: 0 0 1rem;
   padding: .5rem;
   appearance: none;
   border: 1px solid #cacaca;
   border-radius: 0;
   background-color: #fefefe;
   font-family: inherit;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #0a0a0a;
   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
   background-origin: content-box;
   background-position: right -1rem center;
   background-repeat: no-repeat;
   background-size: 9px 6px;
   padding-right: 1.5rem;
   transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
   select {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
   }
}

select:focus {
   outline: 0;
   border: 1px solid #8a8a8a;
   background-color: #fefefe;
   box-shadow: 0 0 5px #cacaca;
   transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
   background-color: #e6e6e6;
   cursor: not-allowed
}

select::-ms-expand {
   display: none
}

select[multiple] {
   height: auto;
   background-image: none
}

select:not([multiple]) {
   padding-top: 0;
   padding-bottom: 0
}

.is-invalid-input:not(:focus) {
   border-color: #cc4b37;
   background-color: #f9ecea
}

.is-invalid-input:not(:focus)::placeholder {
   color: #cc4b37
}

.is-invalid-label {
   color: #cc4b37
}

.form-error {
   display: none;
   margin-top: -.5rem;
   margin-bottom: 1rem;
   font-size: .75rem;
   font-weight: 700;
   color: #cc4b37
}

.form-error.is-visible {
   display: block
}

.hide {
   display: none !important
}

.invisible {
   visibility: hidden
}

.visible {
   visibility: visible
}

@media print,
screen and (max-width:39.99875em) {
   .hide-for-small-only {
      display: none !important
   }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
   .show-for-small-only {
      display: none !important
   }
}

@media print,
screen and (min-width:40em) {
   .hide-for-medium {
      display: none !important
   }
}

@media screen and (max-width:39.99875em) {
   .show-for-medium {
      display: none !important
   }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
   .hide-for-medium-only {
      display: none !important
   }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
   .show-for-medium-only {
      display: none !important
   }
}

@media print,
screen and (min-width:64em) {
   .hide-for-large {
      display: none !important
   }
}

@media screen and (max-width:63.99875em) {
   .show-for-large {
      display: none !important
   }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
   .hide-for-large-only {
      display: none !important
   }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
   .show-for-large-only {
      display: none !important
   }
}

.show-for-sr,
.show-on-focus {
   position: absolute !important;
   width: 1px !important;
   height: 1px !important;
   padding: 0 !important;
   overflow: hidden !important;
   clip: rect(0, 0, 0, 0) !important;
   white-space: nowrap !important;
   border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
   position: static !important;
   width: auto !important;
   height: auto !important;
   overflow: visible !important;
   clip: auto !important;
   white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
   display: block !important
}

@media screen and (orientation:landscape) {

   .hide-for-portrait,
   .show-for-landscape {
      display: block !important
   }
}

@media screen and (orientation:portrait) {

   .hide-for-portrait,
   .show-for-landscape {
      display: none !important
   }
}

.hide-for-landscape,
.show-for-portrait {
   display: none !important
}

@media screen and (orientation:landscape) {

   .hide-for-landscape,
   .show-for-portrait {
      display: none !important
   }
}

@media screen and (orientation:portrait) {

   .hide-for-landscape,
   .show-for-portrait {
      display: block !important
   }
}

.show-for-dark-mode {
   display: none
}

.hide-for-dark-mode {
   display: block
}

@media screen and (prefers-color-scheme:dark) {
   .show-for-dark-mode {
      display: block !important
   }

   .hide-for-dark-mode {
      display: none !important
   }
}

.show-for-ie {
   display: none
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
   .show-for-ie {
      display: block !important
   }

   .hide-for-ie {
      display: none !important
   }
}

.show-for-sticky {
   display: none
}

.is-stuck .show-for-sticky {
   display: block
}

.is-stuck .hide-for-sticky {
   display: none
}

.animateme {
   opacity: 0;
   visibility: hidden
}

.map-wrapper,
.video-wrapper {
   position: relative;
   padding-bottom: 56.25%;
   height: 0
}

.map-wrapper iframe,
.video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%
}

.header-widget-area .genesis-nav-menu {
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: flex-end
}

.header-widget-area .genesis-nav-menu .menu-item {
   display: inline-block;
   list-style: none
}

.header-widget-area .genesis-nav-menu .menu-item.nav-button>a {
   border: 1px solid #9dc9b9;
   width: 200px;
   margin: 0 10px
}

.header-widget-area .genesis-nav-menu .menu-item.nav-button>a:hover {
   background: #9dc9b9;
   color: #cce4e4
}

.header-widget-area .genesis-nav-menu .menu-item.nav-button>a::after {
   display: none
}

.header-widget-area .genesis-nav-menu .menu-item>a::after {
   content: "";
   display: block;
   width: 0;
   height: 1px;
   background: #fff;
   transition: all .5s
}

.header-widget-area .genesis-nav-menu .menu-item:hover>a::after {
   width: 100%
}

.sticky-header .header-widget-area .genesis-nav-menu .menu-item .sub-menu .menu-item>a {
   color: #fff
}

.sticky-header .header-widget-area .genesis-nav-menu .menu-item>a {
   color: #000
}

.sticky-header .header-widget-area .genesis-nav-menu .menu-item>a::after {
   background: #000
}

.header-widget-area .genesis-nav-menu a {
   color: #fff;
   display: block;
   font-weight: 900;
   padding: 1rem 1rem;
   font-size: .75rem;
   text-transform: uppercase;
   text-decoration: none;
   letter-spacing: 2px;
   font-weight: 400;
   font-weight: 700
}

.header-widget-area .genesis-nav-menu a:hover {
   color: #fff
}

.header-widget-area .genesis-nav-menu .sub-menu {
   left: -9999px;
   margin: 0;
   padding: 0;
   opacity: 1;
   position: absolute;
   z-index: 99;
   text-align: left
}

.header-widget-area .genesis-nav-menu .sub-menu .menu-item {
   display: block
}

.header-widget-area .genesis-nav-menu .sub-menu a {
   background-color: #9dc9b9;
   color: #fff;
   font-size: .8rem;
   letter-spacing: 0;
   padding: .5rem 1rem;
   display: block;
   min-width: 250px
}

.header-widget-area .genesis-nav-menu .sub-menu a::after {
   display: none
}

.header-widget-area .genesis-nav-menu .sub-menu a span {
   display: block
}

.header-widget-area .genesis-nav-menu .menu-item:hover {
   position: relative
}

.header-widget-area .genesis-nav-menu .menu-item:hover>.sub-menu {
   display: block;
   left: 0;
   opacity: 1
}

.header-widget-area .genesis-nav-menu .menu-item:hover>.sub-menu .menu-item:hover>a {
   text-decoration: none;
   background: #cce4e4;
   color: #fff
}

.header-widget-area .genesis-nav-menu .menu-item:last-child>.sub-menu {
   left: auto;
   right: -9999px
}

.header-widget-area .genesis-nav-menu .menu-item:last-child:hover>.sub-menu {
   left: auto;
   right: 0
}

.site-header {
   width: 100%;
   transition: all .5s, top 0s;
   background: #cce4e4;
   width: 100%;
   margin: 0 auto;
   padding: 20px 1rem;
   text-align: center;
   position: sticky;
   top: 0;
   background: #fff;
   z-index: 9999
}

@media screen and (min-width:64em) {
   .site-header {
      text-align: left;
      padding: 20px;
      background: 0 0;
      position: fixed;
      top: 0;
      left: 0
   }
}

.sticky-header .site-header {
   background: #fff;
   top: 0;
   left: 0;
   padding: 20px;
   width: 100%
}

.sticky-header .site-header .wrap .title-area img {
   transition: all .5s;
   max-width: 300px
}

@media screen and (min-width:64em) {
   .sticky-header .site-header .wrap .title-area img {
      max-width: 300px
   }
}

.sticky-header .site-header .wrap .header-widget-area {
   flex: 1
}

.site-header .wrap {
   display: flex;
   flex-flow: row wrap
}

@media screen and (min-width:64em) {
   .site-header .wrap {
      align-items: center;
      width: 100%;
      max-width: 100%
   }
}

.site-header .wrap .title-area {
   animation: fadeInDown 1s linear forwards;
   width: 100%;
   margin-bottom: 10px
}
@media screen and (min-width: 40em) and (max-width: 64em) {
	.site-header .wrap .title-area {
		width: 40%;
	}
}
@media screen and (min-width:64em) {
   .site-header .wrap .title-area {
      width: 385px;
      margin-bottom: 0
   }
}

.site-header .wrap .title-area img {
   width: 385px;
   transition: all .5s
}

.site-header .wrap .header-widget-area {
   position: relative;
   width: 100%
}

@media screen and (min-width: 40em) and (max-width: 64em) {
 .site-header .wrap .header-widget-area {
   position: relative;
   width: 60%;
	  display: flex;
      justify-content: flex-end;
	 align-items: center;
}
}

@media screen and (min-width:64em) {
   .site-header .wrap .header-widget-area {
	     width: 100%;
      flex: 1;
      animation: fadeInDown 1s linear forwards;
      display: flex;
      justify-content: flex-end
   }
}

.site-header .wrap .header-widget-area a.button {
   text-transform: uppercase;
   font-size: .85rem
}

@media screen and (min-width:64em) {
   .site-header .wrap .header-widget-area a.button {
      font-size: 14px;
      color: #fff;
      border: 2px solid #fff;
	  padding: 10px 20px;
   }

   .site-header .wrap .header-widget-area a.button:hover {
      color: #8FA091;
      background: #fff
   }
}

.sticky-header .site-header .wrap .header-widget-area a.button {
   border: 2px solid #B0D3C7;
  background: #B0D3C7;
   color: #fff;
   font-size: .85rem
}

@media screen and (min-width:64em) {
   .sticky-header .site-header .wrap .header-widget-area a.button {
      font-size: .85rem
   }
}

.sticky-header .site-header .wrap .header-widget-area a.button:hover {
   background: #8FA091;
   color: #fff;
	 border: 2px solid #8FA091;
}

.site-header .wrap .header-widget-area .nav-header {
   display: none
}

@media screen and (min-width:64em) {
   .site-header .wrap .header-widget-area .nav-header {
      display: block
   }
}

.site-title {
   font-size: 1.5rem;
   line-height: 1;
   margin-bottom: 0
}

.site-title a {
   color: #fff;
   text-decoration: none
}

.sticky-header .site-title a {
   color: #9dc9b9
}

.site-title a:focus,
.site-title a:hover {
   color: #333;
   text-decoration: none
}

.site-description,
.wp-custom-logo .site-title {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important
}

.home-tier {
   padding: 8rem 1rem;
   background: #fff
}

.home-tier>.wrap {
   width: 100%;
   max-width: 1500px;
   margin: 0 auto
}

.home-tier>.wrap h2 {
   line-height: 1
}

@media screen and (min-width:64em) {
   .home-tier>.wrap h2 {
      font-size: 3.15rem
   }
}

.home-tier.tier-1,
.home-tier.tier-4 {
   position: relative;
   padding: 3rem 1.5rem
}

@media screen and (min-width:64em) {

   .home-tier.tier-1,
   .home-tier.tier-4 {
      padding: 10rem 1rem 6rem
   }
}

.home-tier.tier-1 .wrap,
.home-tier.tier-4 .wrap {
   max-width: 1500px
}

.home-tier.tier-1 .photo-cell,
.home-tier.tier-4 .photo-cell {
   position: relative;
   padding-bottom: 56.25%
}

@media screen and (min-width:64em) {

   .home-tier.tier-1 .photo-cell,
   .home-tier.tier-4 .photo-cell {
      padding-bottom: 0;
      height: 700px
   }
}

@media screen and (min-width:64em) {

   .home-tier.tier-1 .content-cell,
   .home-tier.tier-4 .content-cell {
      padding: 4rem 0 8rem 4rem
   }
}
.home-tier.tier-2 h2 {
    line-height: 1.25;
    font-size: 3.25rem;
    color: #9dc9b9;
	text-align: center;
}
.home-tier.tier-2 h2::after{
	display: block;
    content: "";
    margin: 1rem 0;
    width: 100px;
    height: 2px;
    background: #cce4e4;
	margin: .25em auto 1em;
}
.home-tier.tier-2>.wrap {
   position: relative
}
@media screen and (max-width: 64em) {
	.home-tier.tier-2>.wrap .v-tabs-list {
		display: none;
	}
}
@media screen and (min-width: 64em)  {
	.home-tier.tier-2>.wrap .v-tabs-list {
   width: 100%;
   margin: 0;
   padding: 7rem 1rem;
   height: 100%
}

.home-tier.tier-2>.wrap .v-tabs-list li {
   list-style: none;
   padding: .5rem;
}

.home-tier.tier-2>.wrap .v-tabs-list li:first-child {
   padding-top: 0
}

.home-tier.tier-2>.wrap .v-tabs-list li:last-child {
   padding-bottom: 0
}

.home-tier.tier-2>.wrap .v-tabs-list li a {
      font-family: "Baskervville", serif;
	font-size: 1.15em;
	text-decoration: none;
	color: #000;
	position: relative;
	
	
}

.home-tier.tier-2>.wrap .v-tabs-list li a.active,
.home-tier.tier-2>.wrap .v-tabs-list li a:hover {
   font-weight: bold;
	color: #9DC9BA;
	text-decoration: underline;
	padding-left: 2em;
	 -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all 0.5s ease;
	position: relative;
}
	.home-tier.tier-2>.wrap .v-tabs-list li a.active::before{
		 font-family: "Font Awesome 6 Pro";
		content: "\e3d5";
		display: block;
		  position: absolute;
             top: -5px;
        left: 0;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all 0.5s ease;
          height: 1em;
      width: 1em;
      font-size: 1.2em;
    font-weight: 300;
	color: #CCE4E4;
	}
	.home-tier.tier-2>.wrap .v-tabs-list li a:hover::before {
		 font-family: "Font Awesome 6 Pro";
		content: "\e3d5";
		display: block;
		  position: absolute;
             top: -5px;
        left: 0;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all 0.5s ease;
          height: 1em;
      width: 1em;
      font-size: 1.2em;
    font-weight: 300;
	color: #CCE4E4;
	}
}


.home-tier.tier-2>.wrap .v-tab-content-container {
   height: 100%;
   position: relative;
   background: #fff ;
   overflow: hidden;
	position: relative;
}

@media screen and (min-width: 64em) {
	.home-tier.tier-2>.wrap .v-tab-content-container {
 background: #fff;
	color: #fff;
		position: relative;
		height: 550px;
	}
.home-tier.tier-2>.wrap .v-tab-content-container .v-tab-content::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(transparent, #000);
		z-index: 1;
}
		.v-tab-content div {
		position: relative;
			z-index: 9;
	}
	
		[data-serv-tab-src="1"] {
 background: url(/wp-content/uploads/2025/06/service-1.jpg) no-repeat center center/cover
}
	[data-serv-tab-src="2"] {
 background: url(/wp-content/uploads/2025/06/service-2.jpg) no-repeat center center/cover
}
	[data-serv-tab-src="3"] {
 background: url(/wp-content/uploads/2025/06/service-3.jpg) no-repeat top center/cover
}
		[data-serv-tab-src="4"] {
 background: url(/wp-content/uploads/2025/06/service-4.jpg) no-repeat center center/cover
}
		[data-serv-tab-src="5"] {
 background: url(/wp-content/uploads/2025/06/service-5.jpg) no-repeat center center/cover
}
		[data-serv-tab-src="6"] {
 background: url(/wp-content/uploads/2025/06/service-6.jpg) no-repeat center center/cover
}
			[data-serv-tab-src="7"] {
 background: url(/wp-content/uploads/2025/06/service-7.jpg) no-repeat center center/cover
}
}


.home-tier.tier-2>.wrap .v-tab-content-container .v-tab-content {
   position: relative;

   padding: 2rem 1rem;
}

@media screen and (min-width: 64em) {
	.home-tier.tier-2>.wrap .v-tab-content-container  {
		 background: #FBFBFB;
	}
.home-tier.tier-2>.wrap .v-tab-content-container .v-tab-content {
   position: absolute;
   top: 0;
   left: -999999px;
   opacity: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: flex-end;
   padding: 2rem 4rem 1rem 2rem;
   transition: opacity .5s ease 0s, left 0s ease .5s;

}

}

.home-tier.tier-2>.wrap .v-tab-content-container .v-tab-content h3 {
   font-size: 1.9rem;
	line-height: 1.1;
	color: #9DC9BA;
}
@media screen and (min-width: 40em) and (max-width: 64em) {
 .home-tier.tier-2>.wrap .v-tab-content-container .v-tab-content h3 {
   font-size: 2.2rem;
}
}
@media screen and (min-width: 64em) {
	.home-tier.tier-2>.wrap .v-tab-content-container .v-tab-content h3 {
		font-size: 3rem;
   margin-bottom: 0;
	line-height: 1.1;
	}
}

.home-tier.tier-2>.wrap .v-tab-content-container .v-tab-content.active {
   left: 0;
   opacity: 1;
   transition: opacity .5s ease .5s, left 0s ease 0s;
	position: relative;
	z-index: 999;
}

.home-tier.tier-4 {
   padding: 6rem 2rem;
   text-align: center;
 background: #F3F5F8;
   position: relative
}

.sss-image-sections {
	margin-top: 3em;
}

.sss-top-section {
	padding: 0 4em;
}

.sss-top-section h2 {
   font-size: 3.25rem;
   margin-bottom: 3rem;
	color: #9DC9BA;
}
.sss-top-section h2:after {
	    display: block;
    content: "";
    margin: 2rem auto 1rem;
    width: 100px;
    height: 2px;
    background: #cce4e4;
}
.sss-image-sections {
position: relative;
}
.sss-image-sections .cell{
	position: relative;
	margin-bottom: 2em;
}
.sss-image-sections .cell .sss-img-sec {
	max-width: 405px;
	position: relative;
	margin: 0 auto;
}
.sss-image-sections .cell .sss-img-sec::before {
	display: block;
    content: "";
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,.4);
	position: absolute;
}



.sss-text {
	position: absolute;
	top: 30px;
	left: 5%;
	color: #fff;
	z-index: 2;
	text-align: left;
}
.sss-text h3{
	    font-family: "Baskervville", serif;
    font-weight: 300;
	font-size: 1.5em;
}
.sss-button {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 20px;
}
.sss-button .button {
border: 1px solid #fff;
	color: #fff;
}

/*
  .home-tier.tier-2 .grid-x.resources-card-grid h2 {
   font-size: 2.5rem
}
@media screen and (min-width:64em) {
   .home-tier.tier-2 .grid-x.resources-card-grid .cell {
      height: 650px
   }
}

.home-tier.tier-2 .grid-x.resources-card-grid .cell:nth-child(2) {
   border-right: 0
}

.home-tier.tier-2 .grid-x.resources-card-grid ul {
   text-align: left
}

.home-tier.tier-2 .grid-x.resources-card-grid ul li {
   list-style: normal;
   margin-bottom: 1rem;
   font-size: 1rem
}

.home-tier.tier-2 .cell {
   position: relative
}

.home-tier.tier-2 .cell ul {
   margin: 0 0 1rem;
   padding: 0
}

.home-tier.tier-2 .cell ul li {
   list-style: none;
   margin-bottom: .5rem
}

@media screen and (min-width:64em) {
   .home-tier.tier-2 .cell {
      height: 400px
   }
}

.home-tier.tier-2 .cell:first-child,
.home-tier.tier-2 .cell:nth-child(2),
.home-tier.tier-2 .cell:nth-child(4),
.home-tier.tier-2 .cell:nth-child(5) {
   border-right: 1px solid #fff
}

.home-tier.tier-2 .cell:nth-child(1),
.home-tier.tier-2 .cell:nth-child(2),
.home-tier.tier-2 .cell:nth-child(3) {
   border-bottom: 1px solid #fff
}

.home-tier.tier-2 .cell h3 {
   margin: 0;
   line-height: 1;
   font-size: 1.5rem;
   color: #fff
}

.home-tier.tier-2 .cell i {
   display: none;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   border-radius: 100%;
   border: 1px solid #fff;
   margin-top: 30px
}

@media screen and (min-width:64em) {
   .home-tier.tier-2 .cell i {
      display: inline-flex
   }
}

@media screen and (min-width:64em) {
   .home-tier.tier-2 .cell:hover .card-front {
      opacity: 0;
      transform: translate(-50%, -70%);
      transition: all 1s ease 0s
   }

   .home-tier.tier-2 .cell:hover .card-back {
      opacity: 1;
      transform: translate(0, 0);
      transition: all 1s ease .5s
   }
}

.home-tier.tier-2 .card-back>div,
.home-tier.tier-2 .card-front>div {
   position: relative
}

.home-tier.tier-2 .card-front {
   padding: 4rem 1rem 1rem
}

@media screen and (min-width:64em) {
   .home-tier.tier-2 .card-front {
      padding: 0
   }
}

.home-tier.tier-2 .card-back {
   padding: 0 2rem 4rem;
   border-bottom: 1px solid #fff
}

@media screen and (min-width:64em) {
   .home-tier.tier-2 .card-back {
      padding: 0;
      border-bottom: 0
   }
}

@media screen and (min-width:64em) {
   .home-tier.tier-2 .card-front {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      height: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translate(-50%, -50%);
      opacity: 1;
      z-index: 12;
      transition: all 1s ease .5s
   }

   .home-tier.tier-2 .card-back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translate(0, 100px);
      opacity: 0;
      padding: 6rem 4rem;
      transition: all 1s ease 0s;
      z-index: 101;
      font-size: 1.15rem
   }
}

.home-tier.tier-2 .card-back .button {
   border: 2px solid #fff;
   color: #fff;
   text-transform: uppercase;
   font-weight: 700
}

.home-tier.tier-2 .card-back .button:hover {
   background: #fff;
   color: #9dc9b9
}
*/

.home-tier.tier-1 .photo-cell,
.home-tier.tier-3 .photo-cell,
.home-tier.tier-4 .photo-cell {
   position: relative;
   padding-bottom: 56.25%
}

@media screen and (min-width:64em) {

   .home-tier.tier-1 .photo-cell,
   .home-tier.tier-3 .photo-cell,
   .home-tier.tier-4 .photo-cell {
      padding-bottom: 0;
      height: 550px
   }
}

.home-tier.tier-1 .photo-cell>.photo-bg,
.home-tier.tier-3 .photo-cell>.photo-bg,
.home-tier.tier-4 .photo-cell>.photo-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%
}

.home-tier.tier-1 .content-cell,
.home-tier.tier-3 .content-cell,
.home-tier.tier-4 .content-cell {
   position: relative;
   z-index: 11
}

.home-tier.tier-1 .content-cell h2,
.home-tier.tier-3 .content-cell h2,
.home-tier.tier-4 .content-cell h2 {
   line-height: 1.25;
   font-size: 2.3rem;
   color: #9dc9b9;
}

@media screen and (min-width: 40em) {
	.home-tier.tier-1 .content-cell h2,
.home-tier.tier-3 .content-cell h2,
	.home-tier.tier-4 .content-cell h2 {
		 font-size: 3.25rem;
	}
}

@media screen and (min-width: 40em) and (max-width: 64em) {
 .home-tier.tier-1 .content-cell h2,
.home-tier.tier-3 .content-cell h2,
	.home-tier.tier-4 .content-cell h2 {
		    padding-top: 10px;
	}
}

.home-tier.tier-1 .content-cell h2::after,
.home-tier.tier-3 .content-cell h2::after,
.home-tier.tier-4 .content-cell h2::after {
   display: block;
   content: "";
   margin: 1rem 0;
   width: 100px;
   height: 2px;
   background: #cce4e4
}
.home-tier.tier-3 .content-cell h2::after {
	 margin: 1rem auto;
}

.home-tier.tier-1 .content-cell ul.buttons-list li a.button,
.home-tier.tier-3 .content-cell ul.buttons-list li a.button,
.home-tier.tier-4 .content-cell ul.buttons-list li a.button {
   width: 220px;
   border: 2px solid #9dc9b9;
   background: 0 0;
   color: #9dc9b9
}

.home-tier.tier-1 .content-cell ul.buttons-list li a.button:hover,
.home-tier.tier-3 .content-cell ul.buttons-list li a.button:hover,
.home-tier.tier-4 .content-cell ul.buttons-list li a.button:hover {
   background: #9dc9b9;
   color: #fff
}

.home-tier.tier-1,
.home-tier.tier-3{
	position: relative;
	 background: #9dc9b9 url("/wp-content/uploads/2025/03/221974809_lel-layer-flip-light-scaled.jpg") no-repeat center center/cover
}


.home-tier.tier-3{
	position: relative;
	 background: #9dc9b9 url("/wp-content/uploads/2025/03/221974809_lel-scaled.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 64em) {
.home-tier.tier-3{
	background-attachment: fixed;
}
}

.home-tier.tier-3 .content-cell {
	background: rgba(255,255,255, .7);
	padding: 3em .25em;
	border: 5px double #B0D3C8;
}
.home-tier.tier-1:before {
	content: "";
	display: block;
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, .1);
}

.home-tier.tier-1 .photo-cell>.photo-bg {
   background: #B0D3C7 url("/wp-content/uploads/2025/03/tier1-scaled.jpg") no-repeat center center/cover
}

/*
@media screen and (min-width:64em) {
   .home-tier.tier-1 .photo-square {
      position: absolute;
      top: 0;
      left: -10%;
      background: url("/wp-content/uploads/2025/03/203242871_lel-flip-scaled.jpg") no-repeat center center/cover;
      width: 80%;
      height: 100%;
      transform: translate(-20%, -10%)
   }
}*/

.home-tier.tier-3 {
   position: relative;
   padding: 3rem 1rem 3rem
}

@media screen and (min-width:64em) {
   .home-tier.tier-3 {
      padding: 12rem 1rem 6rem
   }
}

.home-tier.tier-3 .wrap {
   max-width: 1500px
}



.home-tier.tier-3 .photo-cell>.photo-bg {
   background: #B0D3C7 url("") no-repeat top center/cover
}

/*
@media screen and (min-width:64em) {
   .home-tier.tier-3 .photo-square {
      position: absolute;
      top: 0;
      right: -10%;
       background: #9dc9b9 url("/wp-content/uploads/2025/03/203242871_lel-scaled.jpg") no-repeat top center/cover;
      width: 80%;
      height: 100%;
      transform: translate(20%, -10%)
   }
}*/

.home-tier.tier-4 .photo-cell>.photo-bg {
   background: #9dc9b9 url("") no-repeat center center/cover
}

@media screen and (min-width:64em) {
   .home-tier.tier-4 .photo-square {
      position: absolute;
      top: 0;
      left: -10%;
      background: #cce4e4;
      width: 80%;
      height: 120%;
      transform: translate(-20%, -10%)
   }
}

.card-grid {
   position: relative;
   margin: 2rem auto 0
}

.card-grid.cosmetics {
   position: relative
}



@media screen and (min-width: 64em) {
.card-grid.cosmetics::before {
   content: "";
   display: block;
   position: absolute;
   top: 50%;
   width: 100%;
   left: 50%;
   height: 1px;
   background: #9dc9b9;
   transform: translate(-50%, -50%)
}
}


.card-column {
   position: relative;
   padding: 2rem 1rem;
   border-bottom: 1px solid #9dc9b9
}

@media screen and (min-width: 64em) {
	.card-column {
		 padding: 2rem;
	}
}


.card-column:last-child {
   border-bottom: 0
}

@media screen and (min-width:64em) {
   .card-column {
      border-bottom: 0;
      padding: 12rem 1rem
   }
}

@media screen and (min-width:64em) {

   .card-column:nth-child(2)::before,
   .card-column:nth-child(4)::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      height: 80%;
      width: 1px;
      background: #9dc9b9;
      transform: translate(-50%, -50%)
   }

   .card-column .card-back,
   .card-column .card-front {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem
   }

   .card-column .card-back.text-left,
   .card-column .card-front.text-left {
      text-align: left
   }

   .card-column .card-back.text-left li,
   .card-column .card-front.text-left li {
      margin-bottom: .5rem
   }
}

.card-column .roman-numeral {
   font-size: 2.5rem;
   font-family: "Playfair Display", sans-serif;
   color: #fff;
   background: #cce4e4;
   display: flex;
   border-radius: 100%;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   margin: 0 auto 2rem
}

.card-column .card-front h4 {
   line-height: 1
}

@media screen and (min-width:64em) {
   .card-column .card-front h4 {
      font-size: 2rem
   }
}

.card-column .card-front i.lmg-fa-plus {
   display: none;
   color: #9dc9b9;
   background: 0 0;
   border-radius: 100%;
   align-items: center;
   justify-content: center;
   width: 36px;
   height: 36px;
   font-size: 2rem;
   margin: 20px auto 0
}

@media screen and (min-width:64em) {
   .card-column .card-front i.lmg-fa-plus {
      display: flex
   }
}

.card-column .card-front {
   transition: opacity 1s ease .5s, top 1s ease .5s, left 0s ease 0s
}

@media screen and (min-width:64em) {
   .card-column .card-back {
      top: 100px;
      opacity: 0;
      left: -99999px;
      transition: opacity 1s, top 1s, left 0s ease 1s;
      padding: 3rem 2rem;
      text-align: center
   }

   .card-column .card-back .pam-button {
      border: 2px solid #fff;
      background: 0 0
   }

   .card-column .card-back .pam-button:hover {
      background: #fff;
      color: #9dc9b9;
      opacity: 1
   }

   .card-column:hover>.card-front {
      top: -100px;
      opacity: 0;
      left: -9999px;
      transition: opacity 1s ease 0s, top 1s ease 0s, left 0s ease 1s
   }

   .card-column:hover>.card-back {
      opacity: 1;
      left: 0;
      top: 0;
      transition: opacity 1s ease .5s, top 1s ease .5s, left 0s ease 0s
   }
}

@media screen and (min-width:1300px) {
	.card-column .card-back {
		  padding: 3rem 6rem;
	}
}

.accordion-container .accordion {
   padding-bottom: 1rem;
   margin-bottom: 1rem;
   border-bottom: 1px solid #cce4e4
}

.accordion-container .accordion h2.accordion-title,
.accordion-container .accordion h3.accordion-title,
.accordion-container .accordion h4.accordion-title {
   font-size: 2rem;
   position: relative;
   margin: 0;
   cursor: pointer !important
}

.accordion-container .accordion h2.accordion-title::after,
.accordion-container .accordion h3.accordion-title::after,
.accordion-container .accordion h4.accordion-title::after {
   content: "\f067";
   font-family: "Font Awesome 6 Pro";
   font-weight: 900;
   font-size: 1rem;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #9dc9b9;
   border-radius: 100%;
   width: 30px;
   height: 30px
}

.accordion-container .accordion h2.accordion-title.active::after,
.accordion-container .accordion h3.accordion-title.active::after,
.accordion-container .accordion h4.accordion-title.active::after {
   content: "\f068"
}

.accordion-container .accordion .accordion-content {
   display: none
}

.int-tier>.wrap .accordion-container h2.accordion-title,
.int-tier>.wrap .accordion-container h3.accordion-title,
.int-tier>.wrap .accordion-container h4.accordion-title {
   font-size: 2rem
}

.int-tier.marble-bg {
position: relative;
background: #fff url(/wp-content/uploads/2025/03/221974809_lel-layer-flip-light-scaled.jpg) no-repeat bottom right / cover;
}
.int-tier.marble-bg:before{
	content: "";
	display: block;
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, .45);
}


body:not(.home) .site-inner {
   padding: 0;
   margin: 0 auto
}

body:not(.home) .content,
body:not(.home) .entry {
   width: 100%;
   max-width: 100%
}

body:not(.home) .content .entry-header,
body:not(.home) .entry .entry-header {
   border-bottom: 0;
   border-bottom: 0;
   height: 45vh;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
	    padding: .5em;
   padding-bottom: 80px;
   position: relative;
   background: url(/wp-content/files/ok.jpg) no-repeat center center/cover
}

@media screen and (max-width: 64em) {
body:not(.home) .content .entry-header,
	body:not(.home) .entry .entry-header {
		padding: 1em 1em 50px 1em;
	}
}

@media screen and (orientation:landscape) and (max-width:935px) {
     body:not(.home) .content .entry-header,
	body:not(.home) .entry .entry-header {
		padding: 1em 1em 30px 1em;
		height: 60vh;
	}
 }

@media screen and (min-width: 64em) {
body:not(.home) .content .entry-header,
	body:not(.home) .entry .entry-header {
		 height: 80vh;
	}
}

body:not(.home) .content .entry-header::before,
body:not(.home) .entry .entry-header::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .4)
}

body:not(.home) .content .entry-header.staff-header,
body:not(.home) .entry .entry-header.staff-header {
   background: url(/wp-content/uploads/2025/03/team-hero.jpg) no-repeat center top/cover
}

body:not(.home) .content .entry-header.staff-header::before,
body:not(.home) .entry .entry-header.staff-header::before {
   background: linear-gradient(transparent, rgba(0, 0, 0, .6));
   height: 60%;
   top: auto;
   bottom: 0
}

body:not(.home) .content .entry-header.allergy-center,
body:not(.home) .content .entry-header.facial-plastic-surgery-center,
body:not(.home) .content .entry-header.head-neck-surgery-center,
body:not(.home) .content .entry-header.hearing-balance-center,
body:not(.home) .content .entry-header.radiology-in-office-ct-scan,
body:not(.home) .content .entry-header.sinus-balloon-sinuplasty-technology,
body:not(.home) .content .entry-header.sinus-center,
body:not(.home) .content .entry-header.snoring-sleep-apnea-center,
body:not(.home) .entry .entry-header.allergy-center,
body:not(.home) .entry .entry-header.facial-plastic-surgery-center,
body:not(.home) .entry .entry-header.head-neck-surgery-center,
body:not(.home) .entry .entry-header.hearing-balance-center,
body:not(.home) .entry .entry-header.radiology-in-office-ct-scan,
body:not(.home) .entry .entry-header.sinus-balloon-sinuplasty-technology,
body:not(.home) .entry .entry-header.sinus-center,
body:not(.home) .entry .entry-header.snoring-sleep-apnea-center {
   background: url(/wp-content/files/services-header.jpg) no-repeat center center/cover
}


body:not(.home) .content .entry-header.in-office-procedures,
body:not(.home) .entry .entry-header.in-office-procedures {
   background: url(/wp-content/uploads/2025/03/in-office-hero-scaled.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.skin-treatments-products,
body:not(.home) .entry .entry-header.skin-treatments-products {
	 background: url(/wp-content/uploads/2025/03/DSC06518-scaled.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.cosmetics,
body:not(.home) .entry .entry-header.cosmetics {
	 background: url(/wp-content/uploads/2025/03/massage-hero-scaled.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.surgical-procedures,
body:not(.home) .entry .entry-header.surgical-procedures {
   background: url(/wp-content/uploads/2025/03/surgical-hero-scaled.jpg) no-repeat top  center/cover
}

@media screen and (min-width: 64em) {
body:not(.home) .content .entry-header.surgical-procedures,
body:not(.home) .entry .entry-header.surgical-procedures {
   background: url(/wp-content/uploads/2025/03/surgical-hero-scaled.jpg) no-repeat top -50px center/cover
}

}


body:not(.home) .content .entry-header.esthetic-procedures,
body:not(.home) .entry .entry-header.esthetic-procedures {
   background: url(/wp-content/uploads/2025/03/esthetic-hero-scaled.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.massage-therapy,
body:not(.home) .entry .entry-header.massage-therapy {
   background: url(/wp-content/uploads/2025/03/massage-hero-scaled.jpg) no-repeat top right/cover
}


body:not(.home) .content .entry-header.why-us,
body:not(.home) .entry .entry-header.why-us {
   background: url(/wp-content/files/istock-1483191293.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.our-history,
body:not(.home) .entry .entry-header.our-history {
   background: url(/wp-content/files/241835881_lel.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.contact,
body:not(.home) .entry .entry-header.contact {
   background: url(/wp-content/uploads/2025/03/hp-hero-scaled.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.oklahoma-natural-environmental-specialists,
body:not(.home) .entry .entry-header.oklahoma-natural-environmental-specialists {
   background: url(/wp-content/files/environment-header.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.patient-resources,
body:not(.home) .entry .entry-header.patient-resources {
   background: url(/wp-content/files/210080123_lel.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header.contact-us,
body:not(.home) .entry .entry-header.contact-us {
   background: url(/wp-content/uploads/2025/03/hp-hero-scaled.jpg) no-repeat center center/cover
}

body:not(.home) .content .entry-header h1,
body:not(.home) .entry .entry-header h1 {
   font-size: 2.8rem;
	text-transform: uppercase;
	letter-spacing: 3px;
   color: #fff;
   position: relative;
   margin: 0;
   font-weight: 300;
   padding: 0;
   line-height: 1
}

@media screen and (max-width: 365px) {
	
body:not(.home) .content .entry-header h1,
	body:not(.home) .entry .entry-header h1 {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 40em) {
	body:not(.home) .content .entry-header h1,
	body:not(.home) .entry .entry-header h1  {
		font-size: 3.5rem;
	}
}

@media screen and (orientation:landscape) and (max-width:935px) {
	body:not(.home) .content .entry-header h1,
	body:not(.home) .entry .entry-header h1  {
		font-size: 2.8rem;
	}
}

	
body:not(.home) .content .entry-header .page-intro p,
body:not(.home) .entry .entry-header .page-intro p {
	color: #fff;
	        font-size: 1em;
        letter-spacing: 2px;
        font-weight: 300;
}

@media screen and (min-width: 40em) and (max-width: 64em) {
 body:not(.home) .content .entry-header .page-intro p,
body:not(.home) .entry .entry-header .page-intro p {
	color: #fff;
	        font-size: 1.25em;
        letter-spacing: 3px;
        font-weight: 300;
}
}

@media screen and (min-width: 64em) {
   body:not(.home) .content .entry-header h1,
	body:not(.home) .entry .entry-header h1 {
		 font-size: 4.8rem;
		 margin-top: 100px;
	}
	body:not(.home) .content .entry-header .page-intro p,
	body:not(.home) .entry .entry-header .page-intro p {
		  font-size: 1.5vw;
	}
}



body:not(.home) .content .entry-header .breadcrumbs,
body:not(.home) .entry .entry-header .breadcrumbs {
   position: absolute;
   bottom: 0;
   left: 0;
   transform: translate(0, 100%);
   text-transform: uppercase;
   padding: 1em;
   background: #B0D3C8;
   width: 100%;
   text-align: left
}

@media screen and (max-width: 40em) {
	body:not(.home) .content .entry-header .breadcrumbs,
	body:not(.home) .entry .entry-header .breadcrumbs {
		font-size: .9rem;
	}
}

body:not(.home) .content .entry-header .breadcrumbs ul,
body:not(.home) .entry .entry-header .breadcrumbs ul {
   margin: 0;
   padding: 0
}

body:not(.home) .content .entry-header .breadcrumbs ul li,
body:not(.home) .entry .entry-header .breadcrumbs ul li {
   display: inline-block;
   list-style: none;
   margin-right: 10px;
   color: #fff;
   font-weight: 400
}

body:not(.home) .content .entry-header .breadcrumbs ul li a,
body:not(.home) .entry .entry-header .breadcrumbs ul li a {
   color: #fff;
   font-weight: 700;
   margin-right: 10px;
   display: inline-block
}

body:not(.home) .content .entry-header .sub-headline-container,
body:not(.home) .entry .entry-header .sub-headline-container {
   position: relative;
   color: #fff;
   max-width: 1200px
}

body:not(.home) .content .entry-header .sub-headline-container p,
body:not(.home) .entry .entry-header .sub-headline-container p {
   margin: 20px 0 0;
   padding: 0;
   font-size: 1.25rem;
   letter-spacing: 10px;
   text-transform: uppercase;
   position: relative;
   display: inline-block;
   z-index: 301;
   text-shadow: 0 0 10px #000
}

body:not(.home) .content .entry-header .entry-meta,
body:not(.home) .entry .entry-header .entry-meta {
   color: #fff;
   text-transform: uppercase;
   position: relative
}

body:not(.home) .content .entry-header .entry-meta a,
body:not(.home) .entry .entry-header .entry-meta a {
   color: #fff;
   text-decoration: none
}

body:not(.home) .content>.entry-content,
body:not(.home) .entry>.entry-content {
   margin: 0 auto
}

body:not(.home) .content>.entry-footer,
body:not(.home) .entry>.entry-footer {
   padding: 1rem;
   margin: 0 auto;
   max-width: 1140px
}

.timeline-grid {
   margin: 2rem auto 0;
   max-width: 1200px;
   position: relative
}

.timeline-grid .cell {
   padding: 2rem 3rem
}

.timeline-grid .line-down {
   content: "";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1px;
   background: #cce4e4;
   height: 100%
}

.timeline-grid .after-line {
   position: relative;
   width: calc(100% + 3rem);
   left: -3rem;
   height: 1px;
   border-bottom: 1px solid #cce4e4;
   margin-bottom: 1rem
}

.timeline-grid .text-right .after-line {
   left: 0
}

.timeline-grid h3 {
   font-size: 2.5rem;
   margin: 0 0 1rem;
   color: #9dc9b9
}

.timeline-grid h3 span {
   display: block;
   font-size: 1.25rem;
   font-weight: 700;
   font-family: "Lato", sans-serif;
   letter-spacing: 4px
}

.lmg-section {
   padding-bottom: 2rem;
   margin-bottom: 2rem;
   border-bottom: 1px solid #ddd
}

.int-tier {
   padding: 3rem 2rem;
   overflow: hidden;
}

@media screen and (min-width: 64em) {
.int-tier {
   padding: 6rem 2rem;
   overflow: hidden;
}
}

.int-tier.pt-2 {
   padding-top: 2rem
}

.int-tier>.wrap {
   width: 1500px;
   max-width: 100%;
   margin: 0 auto;
	position: relative;
}


.int-tier>.wrap h2 {
   color: #9dc9b9;
   font-size: 2.5rem
}
@media screen and (min-width: 40em) and (max-width: 64em) {
 .int-tier>.wrap h2 {
		font-size: 3rem
	}
}
@media screen and (min-width: 64em) {
	.int-tier>.wrap.w-1000 {
   width: 1000px
}

.int-tier>.wrap.w-1200 {
   width: 1200px
}
.int-tier>.wrap.w-1250 {
   width: 1250px
}

	
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
 .int-tier>.wrap h2 {
		font-size: 3.5rem
	}
}

@media screen and (min-width: 1200px) {
		.int-tier>.wrap h2 {
		font-size: 4rem
	}
}

.int-tier>.wrap h2::after {
   display: block;
   content: "";
   margin: 2rem 0;
   width: 100px;
   height: 5px;
   background: #cce4e4
}
.int-tier.text-center>.wrap  h2::after {
	 margin: 2rem auto
}

.int-tier>.wrap .text-center h2::after,
.int-tier>.wrap.text-center h2::after {
   margin: 2rem auto
}

.int-tier>.wrap .ind-team-wrapper h2 {
   font-size: 1.7rem;
   margin: 0
}

@media screen and (min-width: 64em) {
.int-tier>.wrap .ind-team-wrapper h2 {
   font-size: 1.85rem;
   margin: 0
}
}


.int-tier>.wrap .ind-team-wrapper h2::after {
   display: none
}

.int-tier>.wrap .ind-team-wrapper h3 {
   font-size: .9rem;
    font-family: "Lato", sans-serif;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 700
}

.services-list li {
   font-size: 1.25rem;
   color: #9dc9b9;
   margin-bottom: 1rem
}

.icons-grid {
   margin-top: 2rem
}

.icons-grid .cell {
   border-right: 1px solid #cce4e4;
   padding-bottom: 60px;
   position: relative
}

.icons-grid .cell a.button {
   position: absolute;
   bottom: 0;
   lefT: 50%;
   transform: translateX(-50%);
   width: 350px
}

.icons-grid .cell:nth-child(3) {
   border-right: 0
}

.icons-grid i {
   font-size: 3rem;
   color: #9dc9b9;
   margin-bottom: 1rem
}

.icons-grid h3 {
   color: #9dc9b9
}

.team-tier .team-meta h2 {
   margin: 0;
	line-height: 1.1;
   font-size: 2rem
}

@media screen and (min-width: 40em) {
	.team-tier .team-meta h2 {
   margin: 0;
   font-size: 3rem
}
}

.team-tier .team-meta h2::after {
   display: none
}

.team-tier .team-meta h3 {
   margin: 0 0 1rem;
   color: #888;
   padding: 0 0 .5rem;
   border-bottom: 1px solid #cce4e4
}

@media screen and (max-width: 40em) {
	.team-tier .team-meta h3 {
		font-size: 1.1rem;
	}
}

.coe-tier-3 h2 {
  
   margin-bottom: 3rem
}

@media screen and (min-width: 40em) {
	
	.coe-tier-3 h2 {
		 font-size: 4rem;
	}
}

.coe-tier-3 h3 {
   padding-bottom: .5rem;
   margin-bottom: 1rem;
   border-bottom: 1px solid #cce4e4;
   font-size: 2.5rem
}

.coe-tier-3 h4 {
   margin: 0
}

.coe-tier-3 h4 {
   color: #9dc9b9;
   font-size: 1.25rem
}

.intro-text {
   width: 1000px;
   margin: 0 auto;
   max-width: 100%
}

.entry-content .address-container {
   padding-left: 30px;
   padding-bottom: 30px;
   margin-bottom: 30px;
   border-bottom: 1px solid #ddd;
   position: relative
}

.entry-content .address-container i {
   position: absolute;
   left: 0;
   top: 3px;
   color: #cce4e4
}

.entry-content a.icon-link {
   position: relative;
   display: inline-block;
   text-decoration: none;
   color: #000
}

.entry-content a.icon-link i {
   color: #cce4e4;
   width: 30px
}

.disclosures-tier>.wrap {
   width: 100%;
   max-width: 1000px
}


/*
@media screen and (min-width:64em) {
   .photo-grid .photo-cell .photo-square {
      position: absolute;
      top: 0;
      left: -10%;
      background: #cce4e4;
      width: 80%;
      height: 120%;
      transform: translate(-20%, -10%)
   }
}*/

@media screen and (min-width:64em) {
	.photo-grid .photo-cell {
   position: relative;
   padding-bottom: 56.25%
}
   .photo-grid .photo-cell {
      padding-bottom: 0;
      min-height: 550px
   }
	
.photo-grid .photo-cell>.photo-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 101;
   background: #cce4e4
}

.photo-grid .photo-cell>.photo-bg.mission {
   background: url(/wp-content/files/135793415_lel.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.mission-2 {
   background: url(/wp-content/files/150221772_lel.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.coe-photo {
   background: url(/wp-content/files/nastuh-abootalebi-yWwob8kwOCk-unsplash.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.pr-1 {
   background: url(/wp-content/files/102270513_lel.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.pr-2 {
   background: url(/wp-content/files/istock-1476716876.jpg) no-repeat center bottom/cover
}

.photo-grid .photo-cell>.photo-bg.head-neck-1 {
   background: url(/wp-content/files/iStock-1378110447.jpg) no-repeat center bottom/cover
}

.photo-grid .photo-cell>.photo-bg.snoring-1 {
   background: url(/wp-content/files/iStock-1266812346.jpg) no-repeat center bottom/cover
}

.photo-grid .photo-cell>.photo-bg.plastic-1 {
   background: url(/wp-content/files/iStock-1366228042.jpg) no-repeat center bottom/cover
}
.photo-grid .photo-cell>.photo-bg.est-p-1 {
	 background: url(/wp-content/uploads/2025/03/est-tier-1-scaled.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.cosmetics-1 {
 background: url(/wp-content/uploads/2025/06/chair.jpg) no-repeat center center/cover
}
.photo-grid .photo-cell>.photo-bg.massage-1 {
 background: url(/wp-content/uploads/2025/03/DSC06856-1.jpg) no-repeat top center/cover
}
.photo-grid .photo-cell>.photo-bg.sinus-center-1 {
   background: url(/wp-content/uploads/2025/03/esthetic-tier1-scaled.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.sinus-center-2 {
   background: url(/wp-content/uploads/2025/03/esthetic-tier2-scaled.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.surgical-1 {
   background: url(/wp-content/uploads/2025/03/surgical-tier1.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.office-1 {
   background: url(/wp-content/uploads/2025/06/service-4.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.office-2 {
   background: url(/wp-content/uploads/2025/03/esthetic-tier2-scaled.jpg) no-repeat center center/cover
}

.photo-grid .photo-cell>.photo-bg.balloon-1 {
   background: url(/wp-content/files/iStock-1141397330.jpg) no-repeat center bottom/cover
}

.photo-grid .photo-cell>.photo-bg.hearing-1 {
   background: url(/wp-content/files/iStock-2080366963.jpg) no-repeat center bottom/cover
}

.photo-grid .photo-cell>.photo-bg.hearing-2 {
   background: url(/wp-content/files/iStock-1713306595.jpg) no-repeat center bottom/cover
}

.photo-grid .photo-cell>.photo-bg.allergy-1 {
   background: url(/wp-content/files/iStock-1212144885.jpg) no-repeat center bottom/cover
}
}


/*
@media screen and (min-width:64em) {
   .photo-grid .photo-cell.large-order-2 .photo-square {
      position: absolute;
      top: 0;
      left: auto;
      right: -10%;
      background: #cce4e4;
      width: 80%;
      height: 120%;
      transform: translate(20%, -10%)
   }
} */

.photo-grid .content-cell {
   position: relative;
   z-index: 11;

}

@media screen and (min-width: 64em) {
.photo-grid .content-cell {
   position: relative;
   z-index: 11;
   padding: 4rem
}
}

.photo-grid .content-cell ul:has(.lmg-fas) li {
   list-style: none;
   display: flex;
   align-items: center;
   margin-bottom: 1rem
}

.photo-grid .content-cell ul:has(.lmg-fas) li i {
   margin-right: 1rem;
   font-size: 1.5rem;
   color: #9dc9b9
}

.photo-grid .content-cell h2 {
   line-height: 1;
}

@media screen and (min-width: 40em) {
	.photo-grid .content-cell h2 {
   line-height: 1;
   font-size: 3rem
}
}

.photo-grid .content-cell h2::after {
   display: block;
   content: "";
   margin: 2rem 0;
   width: 100px;
   height: 5px;
   background: #cce4e4
}

.photo-grid .content-cell ul.buttons-list li a.button {
   width: 220px;
   border: 2px solid #9dc9b9;
   background: 0 0;
   color: #9dc9b9
}

.photo-grid .content-cell ul.buttons-list li a.button:hover {
   background: #9dc9b9;
   color: #fff
}

p.footnote {
   font-size: 12px;
   font-style: italic
}

.footer-widgets {
   background-color: #f8f8f8;
   padding: 6rem 2rem;
   position: relative
}

.footer-widgets .wrap {
   overflow: hidden;
   max-width: 1200px;
   margin: 0 auto
}

.footer-widgets .wrap h2 {
   text-align: center;
   font-size: 3rem;
   color: #cce4e4
}

.footer-widgets .wrap h2::after {
   content: "";
   display: block;
   width: 100px;
   height: 5px;
   background: #9dc9b9;
   margin: .75rem auto
}

.site-footer {
   background: #8fa091;
   color: #fff;
   padding: 2rem;
   text-align: center
}

.site-footer .wrap {
   width: 1130px;
   max-width: 100%;
   margin: 0 auto
}

@media screen and (min-width:64em) {
   .site-footer {
      padding: 8rem 1rem
   }
}

.site-footer .disclosures li,
.site-footer .disclosures p,
.site-footer .disclosures-list li,
.site-footer .disclosures-list p {
   text-transform: uppercase;
   font-size: 14px;
   letter-spacing: 0
}

.site-footer .disclosures li a,
.site-footer .disclosures p a,
.site-footer .disclosures-list li a,
.site-footer .disclosures-list p a {
   text-decoration: underline
}

.site-footer .lmg-social-media li a {
   border: 2px solid #fff
}

.site-footer .lmg-social-media li a:hover {
   background: #fff;
   color: #9dc9b9
}

.site-footer .disclosures-list {
   margin: 0 auto 1rem
}

.site-footer .disclosures-list li {
   display: inline-block;
   list-style: none
}

.site-footer .disclosures-list li a {
   padding: .5rem 1rem
}

.site-footer a:hover {
   color: #cce4e4
}

.site-footer a.button {
   font-weight: 400;
   border: 2px solid #fff
}

.site-footer a.button:hover {
   background: #fff;
   color: #9dc9b9
}

.site-footer p {
   text-transform: uppercase;
   font-size: 1rem;
   letter-spacing: .15rem
}

.site-footer p a:hover {
   color: #cce4e4
}

.site-footer a {
   color: #fff;
   text-decoration: none
}

.blur-left {
   position: fixed;
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   background: rgba(255, 255, 255, .35);
   backdrop-filter: blur(20px);
   z-index: 9997;
   transition: all 1s
}

.visuallyHidden {
   position: absolute;
   overflow: hidden;
   clip: rect(0 0 0 0);
   height: 1px;
   width: 1px;
   margin: -1px;
   padding: 0;
   border: 0;
   z-index: 101
}

.mobile-menu-icon {
   background: 0 0;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 100px
}

.mobile-menu-icon::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   width: 0;
   height: 100%;
   background: #9dc9b9;
   transition: all .5s
}

.mobile-menu-icon.sticky-header::before {
   width: 100%
}

.hamburger {
   margin: 0 auto;
   margin-top: 0;
   width: 50px;
   height: 22px;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 101
}

.sticky-header .hamburger .bar {
   background-color: #9dc9b9
}

.menu-text {
   position: absolute;
   top: -25px;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 2px
}

.checkbox2:checked+label .hamburger2 .menu-text{
	right: -13px;
}

.hamburger .bar {
   padding: 0;
   width: 50px;
   height: 2px;
   background-color: #9DC9BA;
   display: block;
   transition: all .4s ease-in-out;
   position: absolute
}

@media screen and (min-width: 64em) {
	.hamburger .bar {
		background-color: #fff;
	}
}

.hamburger .bar1 {
   top: 0
}

.hamburger .bar2,
.hamburger .bar3 {
   top: 10px;
   width: 40px;
   left: 50%;
   transform: translateX(-50%)
}

.hamburger .bar3 {
   right: 0
}

.hamburger .bar4 {
   width: 30px;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%)
}

.hamburger [type=checkbox]+label {
   margin: 0;
   padding: 0
}

.hamburger:hover .bar2,
.hamburger:hover .bar3,
.hamburger:hover .bar4 {
   width: 50px
}

.checkbox2:checked+label {
   margin: 0;
   padding: 0
}

.checkbox2:checked+label .hamburger2 {
   left: 0;
   transform: none
}

.checkbox2:checked+label .hamburger2:hover .bar3,
.checkbox2:checked+label .hamburger2:hover .bar4 {
   width: 30px
}

.checkbox2:checked+label .hamburger2 .bar1 {
   transform: translateX(40px);
   background-color: transparent
}

.checkbox2:checked+label .hamburger2 .bar2 {
   transform: rotate(45deg);
   width: 30px
}

.checkbox2:checked+label .hamburger2 .bar3 {
   transform: rotate(-45deg);
   width: 30px
}

.checkbox2:checked+label .hamburger2 .bar4 {
   width: 100%;
   transform: translateX(-40px);
   background-color: transparent
}

body.sticky-header:has(.visuallyHidden:checked) .mobile-menu-icon::before {
   width: 0
}

:has(.visuallyHidden:checked) .blur-left {
   width: 100%
}

:has(.visuallyHidden:checked) .contact-overlay {
   transform: translate(0, 0);
   opacity: 1;
   transition: all 1s ease .5s
}

body:has(.visuallyHidden:checked) .mobile-navigation {
   transition: all 0s cubic-bezier(.77, 0, .175, 1) 0s;
   -moz-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0)
}

body:has(.visuallyHidden:checked) .mobile-navigation .left-screen,
body:has(.visuallyHidden:checked) .mobile-navigation .middle-screen,
body:has(.visuallyHidden:checked) .mobile-navigation .right-screen {
   width: 33.33333%
}

body:has(.visuallyHidden:checked) .mobile-navigation .left-screen {
   transition: all .5s cubic-bezier(.77, 0, .175, 1) .3s
}

body:has(.visuallyHidden:checked) .mobile-navigation .middle-screen {
   transition: all .5s cubic-bezier(.77, 0, .175, 1) .15s
}

body:has(.visuallyHidden:checked) .mobile-navigation .right-screen {
   transition: all .5s cubic-bezier(.77, 0, .175, 1) 0s
}

.mobile-navigation {
   position: fixed;
   top: 0;
   right: 0;
   width: 1000px;
   max-width: 95%;
   height: 100%;
   z-index: 9999;
   padding: 2rem;
   -moz-transform: translate(100%, 0);
   -o-transform: translate(100%, 0);
   -ms-transform: translate(100%, 0);
   -webkit-transform: translate(100%, 0);
   transform: translate(100%, 0);
   transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.mobile-navigation .widget_nav_menu {
   width: 600px;
   max-width: 100%
}

@media screen and (min-width: 64em) {
	.mobile-navigation .widget_nav_menu {
		 width: 750px;
	}
}

.mobile-navigation .left-screen,
.mobile-navigation .middle-screen,
.mobile-navigation .right-screen {
   height: 100%;
   width: 0;
   position: absolute;
   top: 0;
   transition: all 0s cubic-bezier(.77, 0, .175, 1) 1s
}

.mobile-navigation .left-screen {
   right: 66.666667%;
   background: rgba(157, 201, 185, .98)
}

.mobile-navigation .middle-screen {
   right: 33.33333%;
   background: rgba(157, 201, 185, .98)
}

.mobile-navigation .right-screen {
   right: 0;
   background: rgba(157, 201, 185, .98)
}

.mobile-navigation .menu {
   position: relative;
   z-index: 101;
   margin: 0;
   padding: 190px 0rem 0 0rem;
   width: 100%
}

@media screen and (min-width: 40em) {
	.mobile-navigation .menu {
		 padding: 120px 2rem 0 4rem;
	}
}

.mobile-navigation .menu>li {
   list-style: none;
   line-height: 1.25;
   position: relative;
   display: block;
   padding: 0 ;
   margin: 0 0 1rem;
   left: 3rem;
   opacity: 0;
   transition: all .75s
}
@media screen and (min-width: 40em) {
	.mobile-navigation .menu>li {
		 padding: 0 0 1rem;
		 left: 5rem;
	}
}
.mobile-navigation .menu>li.loaded {
   left: 0;
   opacity: 1
}

.mobile-navigation .menu>li.loaded:nth-child(1) {
   transition-delay: .15s
}

.mobile-navigation .menu>li.loaded:nth-child(2) {
   transition-delay: .3s
}

.mobile-navigation .menu>li.loaded:nth-child(3) {
   transition-delay: .45s
}

.mobile-navigation .menu>li.loaded:nth-child(4) {
   transition-delay: .6s
}

.mobile-navigation .menu>li.loaded:nth-child(5) {
   transition-delay: .75s
}

.mobile-navigation .menu>li.loaded:nth-child(6) {
   transition-delay: .9s
}

.mobile-navigation .menu>li.loaded:nth-child(7) {
   transition-delay: 1.05s
}

.mobile-navigation .menu>li.loaded:nth-child(8) {
   transition-delay: 1.2s
}

.mobile-navigation .menu>li.loaded:nth-child(9) {
   transition-delay: 1.35s
}

.mobile-navigation .menu>li.loaded:nth-child(10) {
   transition-delay: 1.5s
}

.mobile-navigation .menu>li.menu-item-has-children::after {
   font-family: "Font Awesome 6 Pro";
   content: "\f107";
   display: block;
   position: absolute;
   top: 15px;
   right: 0;
   color: #fff;
   font-size: 2rem;
   font-weight: 100;
   line-height: 1;
   transform: rotate(0);
   transition: all .5s
}

.mobile-navigation .menu>li.menu-item-has-children.active>a,
.mobile-navigation .menu>li.menu-item-has-children:hover>a {
   color: #fff
}

.mobile-navigation .menu>li.menu-item-has-children.active::after {
   transform: rotate(180deg)
}

.mobile-navigation .menu>li a {
   color: #fff
}

.mobile-navigation .menu>li>a {
    font-family: "Baskervville", serif;
   text-decoration: none;
   color: #fff;
   font-size: 1.6rem;
	letter-spacing: 2px;
   line-height: 1.15
}
@media screen and (min-width: 40em) {
 .mobile-navigation .menu>li>a {
		 font-size: 2.25rem;
	 letter-spacing: 3px;
	}
}

.mobile-navigation .menu>li>a:hover {
   color: #fff
}


@media screen and (min-width: 1025px) {
	@media screen and (min-height:500px) {
   .mobile-navigation .menu>li>a {
      font-size: 2rem
   }
}

@media screen and (min-height:600px) {
   .mobile-navigation .menu>li>a {
      font-size: 2.15rem
   }
}

@media screen and (min-height:700px) {
   .mobile-navigation .menu>li>a {
      font-size: 2.3rem
   }
}

	@media screen and (min-height:800px) {
   .mobile-navigation .menu>li>a {
      font-size: 2.5rem
   }
}
}



.mobile-navigation .menu>li>ul {
   border-left: 1px solid #9dc9b9;
   padding: 0;
   margin: .5rem 0 0 2rem;
   display: none
}

.mobile-navigation .menu>li>ul li {
   list-style: none;
   padding: 0 0 0 1rem;
   position: relative;
   left: -1px;
   border-left: 1px solid transparent
}

.mobile-navigation .menu>li>ul li>a {
   display: block;
   text-decoration: none;
   padding: .25rem;
   font-weight: 400;
   letter-spacing: 3px
}

.mobile-navigation .menu>li>ul li>a:hover {
   color: #cce4e4
}

.mobile-navigation .menu>li>ul li:hover {
   border-left: 1px solid #cce4e4
}

html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%
}

body {
   margin: 0
}

main {
   display: block
}

h1 {
   font-size: 2rem;
   margin: .67rem 0
}

hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible
}

pre {
   font-family: monospace, monospace;
   font-size: 1rem
}

a {
   background-color: transparent
}

abbr[title] {
   border-bottom: none;
   text-decoration: underline;
   text-decoration: underline dotted
}

b,
strong {
   font-weight: bolder
}

code,
kbd,
samp {
   font-family: monospace, monospace;
   font-size: 1rem
}

small {
   font-size: 80%
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline
}

sub {
   bottom: -.25rem
}

sup {
   top: -.5rem
}

img {
   border-style: none
}

button,
input,
optgroup,
select,
textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0
}

button,
input {
   overflow: visible
}

button,
select {
   text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
   -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
   border-style: none;
   padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
   outline: 1px dotted ButtonText
}

fieldset {
   padding: .35rem .75rem .625rem
}

legend {
   box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal
}

progress {
   vertical-align: baseline
}

textarea {
   overflow: auto
}

[type=checkbox],
[type=radio] {
   box-sizing: border-box;
   padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
   height: auto
}

[type=search] {
   -webkit-appearance: textfield;
   outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
   -webkit-appearance: none
}

::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit
}

details {
   display: block
}

summary {
   display: list-item
}

[hidden],
template {
   display: none
}

html {
   box-sizing: border-box
}

* {
   box-sizing: inherit
}

::after,
::before {
   box-sizing: inherit
}

.author-box::before,
.clearfix::before,
.entry-content::before,
.entry::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
   content: " ";
   display: table
}

.author-box::after,
.clearfix::after,
.entry-content::after,
.entry::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
   clear: both;
   content: " ";
   display: table
}

body {
   background-color: #fff;
   color: #333;
    font-family: "Lato", sans-serif;
   font-size: 20px;
	font-weight: 300;
   line-height: 1.75;
   margin: 0;
   overflow-x: hidden
}

button {
   transition: all .2s ease-in-out
}

input:focus,
input[type=button],
input[type=reset],
input[type=submit] {
   transition: all .2s ease-in-out
}

.button,
.gallery img,
textarea:focus {
   transition: all .2s ease-in-out
}

a {
   color: #9dc9b9;
   text-decoration: underline;
   transition: color .2s ease-in-out, background-color .2s ease-in-out
}

a:focus,
a:hover {
   color: #333;
   text-decoration: none
}

hr {
   border: none;
   border-collapse: collapse;
   border-top: 1px solid #eee;
   clear: both;
   margin: 30px 0
}

b,
strong {
   font-weight: 700
}

blockquote,
cite,
em,
i {
   font-style: italic
}

mark {
   background: #ddd;
   color: #333
}

blockquote {
   margin: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Baskervville", serif;
   font-weight: 300;
   line-height: 1.5;
   margin: 0 0 20px
}

h1 {
   font-size: 2.4rem
}

h2 {
   font-size: 2.2rem;
}

h3 {
   font-size: 2rem
}

h4 {
   font-size: 1.8rem
}

h5 {
   font-size: 1.25px
}

h6 {
   font-size: 1rem
}

.wp-caption,
embed,
iframe,
img,
object,
video {
   max-width: 100%
}

img {
   height: auto;
   vertical-align: top
}

figure {
   margin: 0
}

.gallery {
   overflow: hidden
}

.gallery img {
   border: 1px solid #eee;
   height: auto;
   padding: 4px
}

.gallery img:focus,
.gallery img:hover {
   border: 1px solid #999;
   outline: 0
}

.gallery-columns-1 .gallery-item {
   width: 100%
}

.gallery-columns-2 .gallery-item {
   width: 50%
}

.gallery-columns-3 .gallery-item {
   width: 33%
}

.gallery-columns-4 .gallery-item {
   width: 25%
}

.gallery-columns-5 .gallery-item {
   width: 20%
}

.gallery-columns-6 .gallery-item {
   width: 16.6666%
}

.gallery-columns-7 .gallery-item {
   width: 14.2857%
}

.gallery-columns-8 .gallery-item {
   width: 12.5%
}

.gallery-columns-9 .gallery-item {
   width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
   clear: left
}

.gallery-item {
   float: left;
   margin: 0 0 30px;
   text-align: center
}

table {
   border-collapse: collapse;
   border-spacing: 0;
   line-height: 2;
   margin-bottom: 40px;
   width: 100%;
   word-break: break-all
}

tbody {
   border-bottom: 1px solid #eee
}

td,
th {
   text-align: left
}

td {
   border-top: 1px solid #eee;
   padding: 6px
}

th {
   font-weight: 400;
   padding: 0 6px
}

td:first-child,
th:first-child {
   padding-left: 0
}

.screen-reader-shortcut {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important
}

.screen-reader-text {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important
}

.screen-reader-text span {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important
}

.screen-reader-text:focus {
   background: #fff;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
   clip: auto !important;
   color: #333;
   display: block;
   font-size: 1rem;
   font-weight: 700;
   height: auto;
   padding: 15px 23px 14px;
   text-decoration: none;
   width: auto;
   z-index: 100000
}

.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
   background: #fff;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
   clip: auto !important;
   color: #333;
   display: block;
   font-size: 1rem;
   font-weight: 700;
   height: auto;
   padding: 15px 23px 14px;
   text-decoration: none;
   width: auto;
   z-index: 100000
}

.more-link {
   display: inline-block;
   position: relative;
   margin-bottom: 30px
}

a.aligncenter img {
   display: block;
   margin: 0 auto
}

a.alignnone {
   display: inline-block
}

.alignleft {
   float: left;
   text-align: left
}

.alignright {
   float: right;
   text-align: right
}

a.alignleft,
a.alignnone,
a.alignright {
   max-width: 100%
}

.aligncenter,
img.centered {
   display: block;
   margin: 0 auto 30px
}

.alignnone,
img.alignnone {
   margin-bottom: 15px
}

.wp-caption.alignleft,
a.alignleft,
img.alignleft {
   margin: 0 20px 20px 0
}

.wp-caption.alignright,
a.alignright,
img.alignright {
   margin: 0 0 20px 20px
}

.gallery-caption,
.wp-caption-text {
   font-size: 14px;
   font-weight: 600;
   margin: 0;
   text-align: center
}

.entry-content p.wp-caption-text {
   margin-bottom: 0
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
   margin: 0 0 30px
}

.genesis-skip-link {
   margin: 0
}

.genesis-skip-link .skip-link-hidden {
   display: none;
   visibility: hidden
}

.genesis-skip-link li {
   height: 0;
   list-style: none;
   width: 0
}

@media print {
   * {
      background: 0 0 !important;
      box-shadow: none !important;
      color: #333 !important;
      text-shadow: none !important
   }

   ::after,
   ::before {
      background: 0 0 !important;
      box-shadow: none !important;
      color: #333 !important;
      text-shadow: none !important
   }

   a {
      text-decoration: underline
   }

   a:visited {
      text-decoration: underline
   }

   a[href]::after {
      content: " (" attr(href) ")"
   }

   abbr[title]::after {
      content: " (" attr(title) ")"
   }

   a[href^="#"]::after,
   a[href^="javascript:"]::after {
      content: ""
   }

   .site-title>a::after {
      content: ""
   }

   thead {
      display: table-header-group
   }

   img,
   tr {
      page-break-inside: avoid
   }

   img {
      max-width: 100% !important
   }

   @page {
      margin: 2cm .5cm
   }

   h2,
   h3,
   p {
      orphans: 3;
      widows: 3
   }

   blockquote,
   pre {
      border: 1px solid #999;
      page-break-inside: avoid
   }

   .content,
   .content-sidebar {
      width: 100%
   }

   .breadcrumb,
   .comment-edit-link,
   .comment-form,
   .comment-list .reply a,
   .comment-reply-title,
   .edit-link,
   .entry-comments-link,
   .entry-footer,
   .genesis-box,
   .header-widget-area,
   .hidden-print,
   .home-top,
   .nav-primary,
   .nav-secondary,
   .post-edit-link,
   .sidebar,
   button,
   input,
   select,
   textarea {
      display: none !important
   }

   .title-area {
      text-align: center;
      width: 100%
   }

   .site-title>a {
      margin: 0;
      text-decoration: none;
      text-indent: 0
   }

   .site-inner {
      padding-top: 0;
      position: relative
   }

   .author-box {
      margin-bottom: 0
   }

   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
      orphans: 3;
      page-break-after: avoid;
      page-break-inside: avoid;
      widows: 3
   }

   img {
      page-break-after: avoid;
      page-break-inside: avoid
   }

   blockquote,
   pre,
   table {
      page-break-inside: avoid
   }

   dl,
   ol,
   ul {
      page-break-before: avoid
   }
}

.video-wrapper {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 25px;
   height: 0
}

.video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%
}

p:empty {
   display: none
}

.text-left {
   text-align: left
}

.home .hero {
   position: relative;
   width: 100%;
   background: #9dc9b9 url(/wp-content/uploads/2025/03/contact-scaled.jpg) no-repeat center right/cover;
   padding: 2rem 1rem;
   position: relative
}

@media screen and (min-width: 64em) {
	.home .hero {
		 height: 100vh;
	}
}



.home .hero::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .5)
}

@media screen and (min-width:64em) {
	.home .hero::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .4)
}

   .home .hero {
      padding: 0
   }
}

.home .hero .overlay-text {
   text-align: center;
   color: #fff;
   z-index: 102;
   position: relative;
   padding: 4rem 1rem;
   text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.home .hero .overlay-text a.lmg-fa-chevron-down {
   color: #fff;
   font-size: 2.25rem;
   border: 2px solid #fff;
   text-decoration: none;
   display: flex;
   width: 60px;
   height: 60px;
   border-radius: 100%;
   margin: 2rem auto 0;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding-left: 4px;
   transition: all .5s
}

.home .hero .overlay-text a.lmg-fa-chevron-down:hover {
   background: #fff;
   color: #9dc9b9
}

.home .hero .overlay-text a.button {
   background: 0 0;
   border: 2px solid #fff;
  	font-size: 15px;
   margin: .5em auto .5rem;
   padding: .65rem 1.3rem;
   display: inline-block;
   color: #fff;
   text-transform: uppercase
}

.home .hero .overlay-text a.button i {
   margin-right: 10px
}

.home .hero .overlay-text a.button:hover {
   background: #fff;
   color: #9dc9b9
}

.home .hero .overlay-text a.button.solid-button {
   background: #fff;
   color: #9dc9b9
}

@media screen and (min-width:40em) {
   .home .hero .overlay-text a.button {
      display: inline-block;
      margin-bottom: 0
   }
}

@media screen and (max-width:40em) {
  .home .hero .overlay-text h2  {
		 font-size: 2em;
		line-height: 1.1;
	}
	.home .hero .overlay-text p.sub-headline {
		 font-size: 1.25em;
      letter-spacing: 3px;
	}
}

@media screen and (min-width: 40em) and (max-width: 64em) {
	.home .hero .overlay-text h2  {
		 font-size: 3.25em;
		line-height: 1.1;
	}
	.home .hero .overlay-text p.sub-headline {
		 font-size: 1.25em;
	}
}

@media screen and (min-width:64em) {
   .home .hero .overlay-text {
      padding: 0;
      position: absolute;
      bottom: 80px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 1500px
   }

   .home .hero .overlay-text h2 {
      font-size: 4vw;
      margin: 0;
	   font-weight: 500;
      letter-spacing: 2px;
      line-height: .9;
      position: relative;
      z-index: 10;
	    text-transform: uppercase;
   }

   .home .hero .overlay-text p.sub-headline {
	   font-family: "Lato", sans-serif;
      animation-delay: .75s;
      margin: 0rem auto .75em;
      padding: 0;
      font-size: 2.25vw;
      letter-spacing: 3px;
     font-weight: 300;
      position: relative;
      z-index: 301;
      line-height: 1.5
   }
}

.button,
button {
   background-color: none;
   border: 2px solid #9dc9b9;
   color: #9dc9b9;
   cursor: pointer;
   font-size: 16px;
   padding: 10px 30px;
   text-align: center;
   text-decoration: none;
   white-space: normal;
   width: auto;
   transition: all .5s;
   display: inline-block;
   letter-spacing: 2px;
   text-transform: uppercase;
	font-weight: bold;
}
.button-solid {
	 background-color: #9dc9b9;
   border: 2px solid #9dc9b9;
	color: #fff;
}

.button:active,
.button:focus,
.button:hover,
button:active,
button:focus,
button:hover {
   background-color: #9dc9b9;
   color: #fff
}
.button-solid:hover {
	 background-color: #8FA091;
    border: 2px solid #8FA091;
}

ul.buttons-list {
   margin: 0;
   padding: 0
}

ul.buttons-list li {
   list-style: none;
   display: inline-block;
   margin: 0 20px
}

ul.buttons-list li a.button {
   width: 300px;
   position: relative
}

.ev-grid .ev-content-cell {
   padding-right: 4rem
}

.ev-grid .ev-content-cell h2::after {
   display: block;
   content: "";
   margin: 2rem 0;
   width: 100px;
   height: 5px;
   background: #cce4e4
}

.ev-list {
   margin: 1rem 0 0;
   padding: 0
}

@media screen and (min-width:64em) {
   .ev-list {
      margin: 2rem 0 0 .5rem;
      padding: 0 0 2rem
   }
}

.ev-list li {
   list-style: none;
   font-size: 1.25rem;
   cursor: pointer !important;
   display: block;
   font-weight: 700;
   border-bottom: 2px solid #cce4e4;
   padding: 0 0 1rem;
   margin: 0 0 1rem;
   line-height: 1
}

@media screen and (min-width:64em) {
   .ev-list li {
      border-bottom: 0;
      margin: 0 0 1rem;
      padding: .15rem .15rem 1rem 1rem;
      transition: all .5s;
      max-width: 80%;
      border-bottom: 1px solid #ddd
   }
}

.ev-list li .lmg-fal {
   display: none
}

@media screen and (min-width:64em) {
   .ev-list li .lmg-fal {
      display: inline
   }
}

.ev-list li p {
   font-weight: 400;
   font-size: .85rem
}

.ev-list li i {
   transition: all .5s
}

.ev-list li.active {
   border-bottom: 1px solid #cce4e4
}

.ev-list li.active i {
   margin-left: 20px
}

.ev-list li p {
   margin: 0
}

.ev-list li span {
   display: block;
   text-transform: uppercase;
   font-size: .65rem
}

.ev-list li:hover i {
   margin-left: 20px
}

.ev-photo {
   position: relative
}

.ev-photo::after {
   content: "";
   display: block;
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 100%;
   background: url(/wp-content/files/iStock-216667021-square.jpg) center center/cover
}

@media screen and (min-width:64em) {
   .ev-photo::before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background: #cce4e4;
      width: 80%;
      height: 110%;
      transform: translate(20%, -5%)
   }
}

.ev-photo .ev-content {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   background: url("") no-repeat center center/cover;
   z-index: 10
}

.ev-photo .ev-content>div {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding: 4rem;
   color: #fff;
   background: rgba(157, 201, 185, .9);
   transform: translateX(100%);
   transition: all 1s
}

.ev-photo .ev-content>div p {
   font-size: 1.25rem
}

.ev-photo .ev-content>div.active {
   transform: translateX(0)
}

body.popup-active {
   overflow: hidden
}

.popup-container {
   position: fixed;
   bottom: 0;
   top: auto;
   left: 0;
   width: 100%;
   height: 0;
   overflow: hidden;
   z-index: 999999;
   background: #fff;
   transition: all 1s;
   display: flex;
   align-items: center;
   justify-content: center
}

.popup-container .close-popup {
   position: absolute;
   top: 20px;
   right: 40px;
   font-size: 3rem;
   text-decoration: none
}

.popup-container .inner-popup {
   width: 900px;
   max-width: 90%
}

.popup-container .inner-popup p {
   margin-bottom: 2.5rem
}

.popup-container h2 {
   font-size: 4rem;
   color: #9dc9b9
}

.popup-container i {
   display: flex;
   justify-content: center;
   align-items: center;
   border: 2px solid #9dc9b9;
   width: 50px;
   height: 50px;
   margin: 0;
   border-radius: 100%;
   position: absolute;
   top: 30px;
   right: 30px;
   color: #9dc9b9;
   opacity: 0;
   font-size: 2rem;
   transition: all .5s ease 0s, opacity .5s ease 1s;
   cursor: pointer
}

.popup-container i:hover {
   background: #9dc9b9;
   color: #fff
}

.popup-container.active {
   height: 100%;
   top: 0
}

.popup-container.active i {
   opacity: 1
}

ul.lmg-social-media {
   margin: 0 auto 1rem;
   padding: 0
}

ul.lmg-social-media li {
   display: inline-flex;
   margin: 0 .5rem;
   text-align: center
}

.site-footer ul.lmg-social-media li:first-child {
   margin-left: 0
}

ul.lmg-social-media li a {
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   line-height: 0;
   padding: 0;
   text-decoration: none
}

ul.lmg-social-media li a.lmg-fa-facebook-f {
   color: #fff;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: #3b5998
}

ul.lmg-social-media li a.lmg-fa-twitter {
   color: #fff;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: #1da1f2
}

ul.lmg-social-media li a.lmg-fa-instagram {
   color: #fff;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: #e1306c
}

ul.lmg-social-media li a.lmg-fa-linkedin-in {
   color: #fff;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: #0077b5
}

ul.lmg-social-media li a.lmg-fa-youtube {
   color: #fff;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: red
}

ul.lmg-social-media li a.lmg-fa-pinterest {
   color: #fff;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: #bd081c
}

ul.lmg-social-media li a.lmg-fa-tiktok {
   color: #fff;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: #000
}

ul.lmg-social-media li a.lmg-fa-snapchat-ghost {
   color: #000;
   width: 32px;
   height: 32px;
   border-radius: 100%;
   background: #fffc00
}
.mt-half{
	margin-top: .5rem;
}
.mt-1 {
   margin-top: 1rem
}

.mb-1 {
   margin-bottom: 1rem
}

.pt-i {
   padding-top: 1rem
}

.pb-1 {
   padding-bottom: 1rem
}

.mt-2 {
   margin-top: 2rem
}

.mb-2 {
   margin-bottom: 2rem
}

.pt-i {
   padding-top: 2rem
}

.pb-2 {
   padding-bottom: 2rem
}

.mt-3 {
   margin-top: 3rem
}

.mb-3 {
   margin-bottom: 3rem
}

.pt-i {
   padding-top: 3rem
}

.pb-3 {
   padding-bottom: 3rem
}

.mt-4 {
   margin-top: 4rem
}

.mb-4 {
   margin-bottom: 4rem
}

.pt-i {
   padding-top: 4rem
}

.pb-4 {
   padding-bottom: 4rem
}

.mt-5 {
   margin-top: 5rem
}

.mb-5 {
   margin-bottom: 5rem
}

.pt-i {
   padding-top: 5rem
}

.pb-5 {
   padding-bottom: 5rem
}

.mt-6 {
   margin-top: 6rem
}

.mb-6 {
   margin-bottom: 6rem
}

.pt-i {
   padding-top: 6rem
}

.pb-6 {
   padding-bottom: 6rem
}

.mt-7 {
   margin-top: 7rem
}

.mb-7 {
   margin-bottom: 7rem
}

.pt-i {
   padding-top: 7rem
}

.pb-7 {
   padding-bottom: 7rem
}

.mt-8 {
   margin-top: 8rem
}

.mb-8 {
   margin-bottom: 8rem
}

.pt-i {
   padding-top: 8rem
}

.pb-8 {
   padding-bottom: 8rem
}

.mt-9 {
   margin-top: 9rem
}

.mb-9 {
   margin-bottom: 9rem
}

.pt-i {
   padding-top: 9rem
}

.pb-9 {
   padding-bottom: 9rem
}

.mt-10 {
   margin-top: 10rem
}

.mb-10 {
   margin-bottom: 10rem
}

.pt-i {
   padding-top: 10rem
}

.pb-10 {
   padding-bottom: 10rem
}

@media screen and (max-width: 64em) {
	.int-tier.team-tier {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 40em) {
	.marble-bg .button {
	margin-bottom: 1em;
}
	.mobile-buttons .button{
		margin-bottom: 1em;
	}
	.address-sec {
		padding-bottom: 1.5em;
	}
	.mobile-navigation .menu {
	height: 90vh;
	overflow-y: scroll;
}

}
