@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");
.container-bs4 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-bs4 {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-bs4 {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-bs4 {
    max-width: 1200px;
  }
}

.container-fluid-bs4 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row-bs4 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-bs4,
.col-lg-auto-bs4, .col-lg-12-bs4, .col-lg-11-bs4, .col-lg-10-bs4, .col-lg-9-bs4, .col-lg-8-bs4, .col-lg-7-bs4, .col-lg-6-bs4, .col-lg-5-bs4, .col-lg-4-bs4, .col-lg-3-bs4, .col-lg-2-bs4, .col-lg-1-bs4, .col-md-bs4,
.col-md-auto-bs4, .col-md-12-bs4, .col-md-11-bs4, .col-md-10-bs4, .col-md-9-bs4, .col-md-8-bs4, .col-md-7-bs4, .col-md-6-bs4, .col-md-5-bs4, .col-md-4-bs4, .col-md-3-bs4, .col-md-2-bs4, .col-md-1-bs4, .col-sm-bs4,
.col-sm-auto-bs4, .col-sm-12-bs4, .col-sm-11-bs4, .col-sm-10-bs4, .col-sm-9-bs4, .col-sm-8-bs4, .col-sm-7-bs4, .col-sm-6-bs4, .col-sm-5-bs4, .col-sm-4-bs4, .col-sm-3-bs4, .col-sm-2-bs4, .col-sm-1-bs4, .col-xs-bs4,
.col-xs-auto-bs4, .col-xs-12-bs4, .col-xs-11-bs4, .col-xs-10-bs4, .col-xs-9-bs4, .col-xs-8-bs4, .col-xs-7-bs4, .col-xs-6-bs4, .col-xs-5-bs4, .col-xs-4-bs4, .col-xs-3-bs4, .col-xs-2-bs4, .col-xs-1-bs4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 480px) {
  .col-xs-bs4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto-bs4 {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1-bs4 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2-bs4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3-bs4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4-bs4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5-bs4 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6-bs4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7-bs4 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8-bs4 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9-bs4 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10-bs4 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11-bs4 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12-bs4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-bs4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto-bs4 {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1-bs4 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2-bs4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3-bs4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4-bs4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5-bs4 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6-bs4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7-bs4 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8-bs4 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9-bs4 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10-bs4 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11-bs4 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12-bs4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-bs4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto-bs4 {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1-bs4 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2-bs4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3-bs4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4-bs4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5-bs4 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6-bs4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7-bs4 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8-bs4 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9-bs4 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10-bs4 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11-bs4 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12-bs4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-bs4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto-bs4 {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1-bs4 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2-bs4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3-bs4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4-bs4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5-bs4 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6-bs4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7-bs4 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8-bs4 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9-bs4 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10-bs4 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11-bs4 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12-bs4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
.my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
.mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
.my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
.mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
.my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
.mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
.mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
.my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
.mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
.mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3,
.my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
.mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
.mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4,
.my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
.mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
.mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5,
.my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
.mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
.mx-xs-5 {
    margin-left: 3rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
.py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
.px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
.py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
.px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
.py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
.px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
.px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
.py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
.px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
.px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3,
.py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
.px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
.px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4,
.py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
.px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
.px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5,
.py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
.px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
.px-xs-5 {
    padding-left: 3rem !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xs-n3 {
    margin: -1rem !important;
  }

  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -1rem !important;
  }

  .m-xs-n4 {
    margin: -1.5rem !important;
  }

  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xs-n5 {
    margin: -3rem !important;
  }

  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
.my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
.my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  color: #616161;
}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
  color: #cb101c;
}

blockquote {
  border-left: 0;
  padding: 30px;
}
@media (min-width: 992px) {
  blockquote {
    padding: 30px 60px;
  }
}
blockquote::before, blockquote::after {
  display: none;
}
blockquote p {
  color: #cb101c;
  display: inline;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

figure {
  margin: 30px 0;
}
figure figcaption {
  margin: 20px 0;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
}

.publication {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}
.publication.publication-bt .publication-label {
  background-color: #007bad;
}
.publication .publication-label {
  display: block;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 1px 10px;
  letter-spacing: 0.5px;
}

.editor {
  margin-bottom: 20px;
}
.editor .editor-profile {
  background-color: #f6f6f6;
  padding: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .editor .editor-profile {
    text-align: left;
  }
}
.editor .editor-author {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.editor .editor-author a {
  color: #cb101c;
}
@media (max-width: 1199.98px) {
  .editor .editor-author {
    font-size: 14px;
    line-height: 24px;
  }
}
.editor .editor-designation {
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199.98px) {
  .editor .editor-designation {
    font-size: 14px;
    line-height: 24px;
  }
}
.editor .editor-about {
  margin: 20px 0;
}
.editor .editor-translator {
  border-top: solid 1px #f6f6f6;
  padding: 5px 0;
}
.editor .editor-translator p {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.editor .translator-name {
  color: #616161;
}
.editor .editor-avatar {
  border-radius: 50%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .editor .editor-avatar {
    max-width: 90px;
    margin-left: 0;
  }
}
.editor .social {
  margin-top: 30px;
}
.editor .social .fa {
  color: #c2c2c2;
  font-size: 21px;
  margin-right: 10px;
}

.published-date p {
  font-size: 14px;
  color: #c2c2c2;
  margin: 10px 0;
}

.color-brand {
  color: #cb101c;
}

.justify-content-center {
  justify-content: center;
}

.block.block-dfp {
  margin: 40px 0;
  text-align: center;
}
.block.block-dfp.avt-leaderboard {
  margin: 20px 0;
}
.block.block-dfp.avt-leaderboard [data-google-query-id] {
  text-align: center;
}
.block.block-dfp.avt-leaderboard [data-google-query-id] > div {
  margin: 0 auto;
}

.article-dfp {
  padding: 5px;
  background: #f6f6f6;
  text-align: center;
}
.article-dfp:before {
  content: "ADVERTISEMENT";
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #999990;
}
.article-dfp .block-dfp {
  margin: 15px 0 30px;
}
@media (max-width: 1199.98px) {
  .article-dfp {
    border: 1px solid #E0E0E0;
  }
}

.article-drawer {
  transition: transform 0.3s ease-in-out, max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), font-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
  padding: 10px 5px;
  transform: translateY(100%) translateY(15px);
  box-shadow: 0px -4px 10px rgba(167, 167, 167, 0.25);
  height: 100px;
}
@media (max-width: 1199.98px) {
  .article-drawer {
    padding: 10px 0 0 0;
  }
}
.article-drawer img {
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 70%;
}
.article-drawer h3, .article-drawer h2 {
  margin: 0;
}
.article-drawer h2 {
  font-size: 1.5rem;
  padding: 5px 0;
}
.article-drawer .open-handlebar {
  position: absolute;
  top: -5px;
  left: 48%;
  cursor: pointer;
}
.article-drawer .drawer-text {
  margin-top: 30px;
}
.article-drawer.close {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(130px);
  display: none;
}
.article-drawer.open {
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 150px;
}
@media (max-width: 1199.98px) {
  .article-drawer.open {
    height: 170px;
  }
}
.article-drawer.open img {
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.article-drawer.open h2 {
  transition: font-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: initial;
}
.article-drawer.open .drawer-text {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
}
.is-scrolled .article-drawer {
  transform: translateY(0px);
}
@media (max-width: 1199.98px) {
  .is-scrolled .article-drawer {
    transform: translateY(5px);
  }
}
.is-scrolled-further .article-drawer {
  transform: translateY(0px);
}
@media (max-width: 1199.98px) {
  .is-scrolled-further .article-drawer {
    transform: translateY(5px);
  }
}
@media (min-width: 768px) {
  .is-scrolled-further .article-drawer .col-primary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .is-scrolled-further .article-drawer .col-secondary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.article-drawer.is-collapsed {
  transform: translateY(100%) translateY(15px);
}
.article-drawer.is-hide-temporary {
  transform: translateY(100%) translateY(15px);
}
.article-drawer .col-primary {
  transition: max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .article-drawer .col-primary {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.article-drawer .col-secondary {
  transition: max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .article-drawer .col-secondary {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.article-drawer h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  letter-spacing: 0.5px;
}
.article-drawer h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  color: #cb101c;
}
.article-drawer p {
  color: #616161;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article-drawer .border-right {
    border-right: 1px solid #000000;
  }
}
.article-drawer .text {
  transition: opacity 0.4s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  height: auto;
  overflow: hidden;
  font-size: 16px;
}
.article-drawer .cancel {
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  margin-top: -15px;
  margin-right: 15px;
}
.article-drawer .cancel:hover {
  color: #7b7b7b;
}
.article-drawer .cancel .fa {
  line-height: 26px;
  color: #c2c2c2;
}
.article-drawer .cancel img {
  width: 100%;
}
@media (min-width: 768px) {
  .article-drawer .cancel {
    margin-right: -15px;
  }
}
@media (max-width: 1199.98px) {
  .article-drawer .cancel {
    width: 20px;
    height: 20px;
    line-height: 1.2;
    top: 5px;
  }
  .article-drawer .cancel .fa {
    line-height: 16px;
  }
  .article-drawer .cancel .fa:before {
    font-size: 15px;
  }
}

/**
 * ----------------------------------------
 * CLASSES
 * ----------------------------------------
 */
.shake-vertical {
  -webkit-animation: shake-vertical 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: shake-vertical 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

/**
 * ----------------------------------------
 * KEYFRAMES
 * ----------------------------------------
 */
/* ----------------------------------------------
 * Generated by Animista on 2020-6-25 18:42:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
.gva-offcanvas-inner {
  background-color: rgba(203, 16, 28, 0.9);
}
.gva-offcanvas-inner .offcanvas-close a {
  color: #ffffff;
}

header .header-main {
  background-color: #f6f6f6;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .is-scrolled header .header-main .topbar-desktop {
    display: none;
  }
  .is-scrolled header .header-main .row-align {
    align-items: center;
  }
  .is-scrolled header .header-main .logo {
    display: none;
  }
  .is-scrolled header .header-main .logo-middle {
    display: block;
    max-width: 130px;
  }
}
@media (max-width: 767.98px) {
  header .header-main .header-main-inner .col-xs-4-bs4 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
@media (max-width: 767.98px) {
  header .header-main .header-main-inner .col-xs-8-bs4 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
header .row-align {
  align-items: center;
}
@media (min-width: 1200px) {
  header .row-align {
    align-items: end;
  }
}
header .logo {
  width: 150px;
}
@media (min-width: 1200px) {
  header .logo {
    width: 280px;
  }
}
header .logo-middle {
  display: none;
}

.menu-hover .navigation .gva_menu li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 20px;
  letter-spacing: 0.5px;
}
.menu-hover .navigation .gva_menu li a .icaret {
  color: #cb101c;
}

.topbar {
  background-color: #f6f6f6;
  padding: 0;
}
.topbar.topbar-mobile {
  position: relative;
  padding: 0;
}
.topbar.topbar-mobile .social-list {
  float: right;
}
.topbar.topbar-mobile .link-newsletter {
  padding: 0;
}
.topbar .topbar-right > div {
  float: none;
}
.topbar .topbar-right .social-list a i {
  transition: color 0.4s ease-out;
  color: #c2c2c2;
}
.topbar .topbar-right .social-list a:hover i {
  color: #cb101c;
}
.topbar .topbar-right .social-list .fa {
  font-size: 18px;
}
.topbar .topbar-right .gva-search-region {
  text-align: left;
}
.topbar .topbar-right .gva-search-region .icon {
  color: #cb101c;
  font-size: 18px;
}
.topbar .topbar-right .gva-search-region::after {
  display: none;
}

.topbar-secondary {
  text-align: right;
  padding: 15px 8px;
}

.topnav-border-right {
  position: relative;
}
.topnav-border-right::after {
  content: "";
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #c2c2c2;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.link-newsletter {
  color: #c2c2c2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.5px;
  color: #999999;
}

.menu-bar span {
  background-color: #cb101c;
  height: 3px;
  border-radius: 30px;
}

@media (min-width: 1200px) {
  .gva_menu_main {
    text-align: right;
  }
}

.gva-offcanvas-inner .gva-navigation .gva_menu > li {
  margin-bottom: 10px;
}
.gva-offcanvas-inner .gva-navigation .gva_menu > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.gva-offcanvas-inner .gva-navigation .gva_menu > li > a:hover {
  color: #d9d9d9 !important;
}
.gva-offcanvas-inner .gva-navigation .gva_menu > li > a .icaret {
  font-size: 18px;
}
.gva-offcanvas-inner .gva-navigation .gva_menu > li ul.menu.sub-menu {
  margin: 20px 0;
}
.gva-offcanvas-inner .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
  color: #ffffff !important;
  font-size: 18px;
}
.gva-offcanvas-inner .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
  color: #d9d9d9 !important;
}
.gva-offcanvas-inner .fa-times {
  font-size: 40px;
}

.main-menu .area-main-menu .area-inner {
  min-height: 0;
}

.mobile-search-icon {
  position: absolute;
  top: -17px;
  right: 55px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .mobile-search-icon {
    display: none;
  }
}
.mobile-search-icon .topbar .topbar-right .gva-search-region {
  position: relative;
  padding-right: 20px;
}
.mobile-search-icon .topbar .topbar-right .gva-search-region::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #c2c2c2;
}

.horizontal_scrol_menu {
  background: #CB101C;
  position: relative;
}
.horizontal_scrol_menu .container {
  background: #CB101C;
  position: relative;
}
.horizontal_scrol_menu .gva-navigation ul.gva_menu {
  list-style-type: none;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 40px 0 0;
  padding: 10px 0;
}
.horizontal_scrol_menu .gva-navigation ul.gva_menu li {
  display: inline;
  margin: 0 10px;
}
.horizontal_scrol_menu .gva-navigation ul.gva_menu li a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #F07E7E;
}
.horizontal_scrol_menu .gva-navigation ul.gva_menu li.menu-item--active-trail a {
  color: #fff;
}
.horizontal_scrol_menu .mobile-search-icon-navbar {
  position: absolute;
  right: 0;
  top: 3px;
}
.horizontal_scrol_menu .mobile-search-icon-navbar .gva-search-region {
  padding: 0 13px !important;
  background: #CB101C;
}
.horizontal_scrol_menu .mobile-search-icon-navbar .gva-search-region::before {
  background: none !important;
}
.horizontal_scrol_menu .mobile-search-icon-navbar .gva-search-region .icon {
  color: #fff;
}

@media (max-width: 1200px) {
  header .header-main {
    padding: 0 !important;
  }
  header .header-main .header-main-inner {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  header .header-main .header-main-inner.hide_header_mobile {
    display: none;
  }

  .topbar .topbar-right .social-list a {
    padding: 0 30px 0 0;
  }
  .topbar .topbar-right .social-list a:nth-child(2) {
    padding-right: 28px;
  }
}
.fa:before {
  font-size: 22px;
}

.mobile-search-icon-offcanvas .topbar {
  background: none;
  padding-left: 35px;
}
.mobile-search-icon-offcanvas .topbar .gva-search-region .icon {
  color: #ffffff;
}

.gva-offcanvas-inner .block {
  padding: 30px 0 0 0;
}

#adma-btn {
  position: fixed;
  right: 5px;
  top: 22vh;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  #adma-btn img {
    width: 75px;
  }
}

.widget.gsc-heading .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
@media (max-width: 1199.98px) {
  .widget.gsc-heading .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
  }
}
.widget.gsc-heading .heading-top {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.widget.gsc-heading .heading-top:after {
  background-color: #000000;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #3c3c3c;
  height: 8px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}
@media (max-width: 1199.98px) {
  .widget.gsc-heading {
    padding: 5px 0 20px;
  }
}

.heading-line {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .heading-line {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.heading-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #3c3c3c;
  height: 8px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}
.heading-line.heading-line-sm {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.heading-line.heading-line-full {
  display: inline-block;
  text-align: left;
}
.heading-line.heading-line-full::after {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.heading-line.heading-line-black {
  color: #000000;
}
.heading-line.heading-line-black::after {
  background-color: #000000;
}
.heading-line.heading-line-yellow {
  color: #ffcf00;
}
.heading-line.heading-line-yellow::after {
  background-color: #ffcf00;
}

.sec-full {
  padding: 20px 0;
}
@media (max-width: 1199.98px) {
  .sec-full {
    padding: 0px;
  }
}
.sec-full.sec-grey-light {
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .sec-full.sec-grey-light .post-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.sec-full.sec-offblack {
  background-color: #3c3c3c;
}
.sec-full.sec-offblack .widget.gsc-heading .title {
  color: #ffcf00;
}
.sec-full.sec-offblack .widget.gsc-heading .heading-top::after {
  content: "";
  position: absolute;
  background: #ffcf00;
  bottom: 0;
  left: 50%;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #3c3c3c;
  height: 8px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}

.views-view-grid .views-row {
  display: flex;
  flex-wrap: wrap;
}
.views-view-grid .views-row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.views-view-grid .views-row::before, .views-view-grid .views-row::after {
  content: normal;
}
.views-view-grid .views-col {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .views-view-grid .views-col {
    flex: 0 1 100%;
    width: auto;
  }
}
.views-view-grid .views-col::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #f6f6f6;
}

.view-article-category-block .topic .post-category {
  margin: 0;
  padding: 0;
  border: 0;
}
.view-article-category-block .topic .post-category > span {
  padding: 0;
}
.view-article-category-block .topic .post-category > span::before {
  display: none;
}

.post-block {
  background-color: transparent;
}
.post-block .post-image {
  margin-bottom: 0;
}
.post-block .post-image img {
  width: 100%;
}
.post-block .post-content {
  padding: 20px;
}
.post-block .post-content .topic {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb101c;
  padding: 1px 9px;
  margin-right: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.post-block .post-content .topic a {
  color: #ffffff;
}
.post-block .post-title {
  padding: 0px;
}
.post-block .post-title a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-block .post-body {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.post-block .post-body p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.post-block .post-author {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
}
.post-block .post-author::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 70%;
  background-color: #c2c2c2;
}
.post-block .post-author.is-no-pipe {
  padding-right: 0;
  margin-right: 0;
}
.post-block .post-author.is-no-pipe::after {
  display: none;
}

.posts-list .post-block .post-image {
  width: 100%;
  float: none;
}
.posts-list .post-block .post-content {
  padding: 20px;
  background-color: #ffffff;
}
.posts-list .post-block .post-content .post-title {
  padding: 10px 0;
}
.posts-list .post-block .post-content .post-title a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-list .post-block .post-content .post-author {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
}
.posts-list .post-block .post-content .post-author::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 70%;
  background-color: #c2c2c2;
}
.posts-list .post-block .post-content .post-author.is-no-pipe {
  padding-right: 0;
  margin-right: 0;
}
.posts-list .post-block .post-content .post-author.is-no-pipe::after {
  display: none;
}

.post-tags .field__item > a {
  margin-right: 8px;
  margin-bottom: 8px;
}
.post-tags .field__item:last-of-type > a {
  margin-right: 0;
}

.post-date {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.card {
  padding: 20px;
  max-width: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card img {
  width: 100%;
}
.card p {
  color: #3c3c3c;
}
.card.card-transparent {
  background-color: transparent;
}
.card.card-grey-light {
  background-color: #f6f6f6;
}

.block {
  overflow: inherit;
}
.block.block-system-breadcrumb-block {
  margin-bottom: 0;
}

.banner-block-container {
  background: #BABABA;
}

.banner-block {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF !important;
  padding: 1rem;
}
.banner-block p {
  color: #FFFFFF !important;
}

.breadcrumb {
  margin-top: 0;
}

.breadcrumbs .breadcrumb-style {
  background-color: transparent !important;
}
.breadcrumbs .breadcrumb-content-inner nav.breadcrumb li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  color: #616161;
}

.footer {
  padding: 30px 0;
  background-color: #f6f6f6;
}
.footer .logo {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .footer .logo {
    margin-left: 0;
  }
}
.footer strong {
  color: #000000;
}
.footer .before_footer {
  text-align: center;
}
@media (min-width: 480px) {
  .footer .before_footer {
    text-align: right;
  }
}
.footer .footer-center {
  padding: 10px 0;
}
.footer .footer-center .links-inline {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .footer .footer-center .links-inline {
    text-align: right;
  }
}
.footer .footer-center .links-inline a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-right: 0;
  display: block;
  border-top: solid 1px #d1d1d1;
  padding: 8px 0;
}
@media (min-width: 992px) {
  .footer .footer-center .links-inline a {
    display: block;
    margin-right: 0;
    border-top: 0;
    padding: 0;
  }
  .footer .footer-center .links-inline a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .footer .footer-center .links-inline a {
    display: inline-block;
    margin-right: 20px;
  }
  .footer .footer-center .links-inline a:last-of-type {
    margin-right: 0;
  }
}
.footer .footer-center .links-inline.contact p {
  text-transform: uppercase;
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
  padding: 8px 0;
}
@media (min-width: 992px) {
  .footer .footer-center .links-inline.contact p {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }
}
.footer .footer-center .links-inline.contact a {
  font-size: 16px;
  text-transform: none;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  border-top: 0;
}
@media (min-width: 992px) {
  .footer .footer-center .links-inline.contact a {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
  }
}
.footer .intro-text {
  font-size: 18px;
  color: #616161;
}
.footer .intro-text a {
  color: #616161;
}
.footer a {
  color: #999999;
}
.footer a:hover {
  color: #cb101c !important;
}

.footer-divider-x {
  width: 100%;
  height: 1px;
  background-color: gainsboro;
  margin-top: 20px;
}

.footer-top {
  padding: 20px 0;
}

.footer-links {
  font-size: 14px;
  color: #999999;
}
.footer-links p {
  font-size: 14px;
  color: #999999;
}
#block-linksfooterinline {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #block-linksfooterinline {
    margin-top: 0;
  }
}

.poweredby {
  text-align: center;
  padding: 50px 0;
}
.poweredby img {
  display: inline-block;
  margin: 0 10px;
}
.poweredby p {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  color: #999999;
}
.poweredby p span {
  vertical-align: bottom;
}
.poweredby .mb {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .poweredby .mb {
    margin-bottom: 0;
  }
}

.logo-link {
  position: relative;
  display: block;
}
.footer-social {
  float: none;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer-social {
    margin-top: 0;
  }
}
.footer-social a {
  transition: color 0.2s ease-out;
  background-color: transparent;
  color: #c2c2c2;
  width: auto;
  height: auto;
  line-height: normal;
}
.footer-social a:hover {
  color: #cb101c;
}
.footer-social a:hover i {
  color: #cb101c;
}
.footer-social a i {
  transition: color 0.2s ease-out;
}
.footer-social .fa {
  font-size: 28px;
}
@media (min-width: 992px) {
  .footer-social .fa {
    font-size: 21px;
  }
}
.footer-social .copyright-text {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-social .copyright-text {
    text-align: left;
  }
}

.after-footer .content-inner {
  text-transform: none;
  font-size: 14px;
  padding: 10px 0;
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.after-footer .content-inner a {
  color: #999999;
}

@media (max-width: 991.98px) {
  .list-scroll-x {
    -webkit-overflow-scrolling: touch;
    list-style-type: none;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
  }
  .list-scroll-x > li,
.list-scroll-x > div {
    display: inline-block;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .list-scroll-x {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.list-scroll-x li {
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .list-scroll-x li {
    margin-right: 10px;
    width: 280px;
  }
  .list-scroll-x li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-scroll-x li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.list-scroll-x li .post-block .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54px;
}

.editor-listing {
  padding: 40px 0;
  background-color: #f6f6f6;
}
.editor-listing h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.editor-listing p {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .editor-listing .border-left {
    border-left: solid 1px #e8e8e8;
  }
}
.editor-listing .editor-profile {
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .editor-listing .editor-profile {
    margin-left: auto;
    margin-right: 0;
  }
}
.editor-listing .editor-img {
  width: 100%;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 16px;
}
.editor-listing .editor-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
.editor-listing .editor-designation {
  font-size: 18px;
  margin-bottom: 8px;
}
.editor-listing .social-item {
  display: inline-block;
}
.editor-listing .social-item a {
  transition: color 0.4s ease-out;
  padding: 5px 10px;
  color: #c2c2c2;
  font-size: 20px;
}
.editor-listing .social-item a:hover {
  color: #616161;
}

.editor-pick {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.editor-pick img {
  width: 100%;
  max-width: 100%;
}
.editor-pick .figure-author {
  position: relative;
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .editor-pick .figure-author {
    margin: 0;
  }
}
.editor-pick .figure-author .img-author {
  max-width: 90px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.editor-pick .figure-author figcaption {
  font-size: 12px;
  color: #c2c2c2;
  padding-bottom: 10px;
}
.editor-pick .figure-author::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 1px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .editor-pick .figure-author::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .editor-pick .border-right {
    border-right: 1px solid #f6f6f6;
  }
}
.editor-pick .topic {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb101c;
  padding: 1px 9px;
  margin-right: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.editor-pick .topic a {
  color: #ffffff;
}
.editor-pick .editor-pick-content {
  padding: 0 30px;
}
@media (min-width: 992px) {
  .editor-pick .editor-pick-content {
    padding: 20px 30px 0;
  }
}
.editor-pick .editor-pick-title {
  font-size: 28px;
  line-height: 34px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .editor-pick .editor-pick-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .editor-pick .editor-pick-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.editor-pick .editor-pick-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .editor-pick .editor-pick-description {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.firstfold.firstfold-single .content {
  padding: 30px;
}
.firstfold.firstfold-triple {
  padding: 20px 0;
}
.firstfold.firstfold-triple h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.firstfold.firstfold-triple .content {
  padding: 15px 0;
}
@media (max-width: 1199.98px) {
  .firstfold.firstfold-triple .content {
    border-bottom: 1px solid #E0E0E0;
  }
}
.firstfold.firstfold-triple .description p {
  margin-top: 10px;
}
.firstfold.firstfold-triple .border-right {
  border-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .firstfold.firstfold-triple .border-right {
    border-right: 1px solid #f6f6f6;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .firstfold.firstfold-triple .col-primary {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .firstfold.firstfold-triple .col-secondary {
    padding-left: 30px;
  }
}
.firstfold.firstfold-triple .col-secondary .title {
  font-size: 20px;
}
@media (max-width: 768px) {
  .firstfold.firstfold-triple .banner_image_1_wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: auto;
    max-height: 100vh;
    overflow: hidden;
    vertical-align: middle;
  }
}
.firstfold .img-banner {
  width: 100%;
}
.firstfold .topic {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb101c;
  padding: 1px 9px;
  margin-right: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.firstfold .topic a {
  color: #ffffff;
}
.firstfold .title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  .firstfold .title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.005em;
    margin-bottom: 5px;
  }
}
.firstfold .author {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
  margin-bottom: 20px;
}
.firstfold .author::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 70%;
  background-color: #c2c2c2;
}
.firstfold .author.is-no-pipe {
  padding-right: 0;
  margin-right: 0;
}
.firstfold .author.is-no-pipe::after {
  display: none;
}
.firstfold .author a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.firstfold .author a:hover {
  text-decoration: underline;
}
.popular-articles .popular-articles-list .post-content {
  background-color: #ffffff;
}

.sponsored-content {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .sponsored-content {
    max-width: 66.6%;
  }
}
@media (min-width: 992px) {
  .sponsored-content .sponsored-content-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.sponsored-content figure {
  background-color: #ffffff;
  padding: 30px;
}
.sponsored-content figure img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.sponsored-content figure figcaption {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  white-space: normal;
}

.related-posts .block {
  background-color: #f6f6f6;
  padding: 45px 30px;
}
.related-posts .block-title {
  border-bottom: 0;
}
.related-posts .block-title > span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 20px;
}
.related-posts .block-title > span::before {
  display: none;
}
.related-posts .block-title > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #3c3c3c;
  height: 8px;
  left: 0;
  width: 100%;
}
.related-posts .post-block {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.related-posts .post-content {
  background-color: #ffffff;
}
.related-posts .post-title {
  min-height: 100px;
}
.related-posts .post-tags a {
  color: #3c3c3c;
}

.newsletter-drawer {
  transition: transform 0.3s ease-in-out, max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3c3c3c;
  padding: 40px 10px;
  transform: translateY(100%) translateY(15px);
}
.is-scrolled .newsletter-drawer {
  transform: translateY(0);
}
.is-scrolled-further .newsletter-drawer {
  transform: translateY(0);
  max-width: 100%;
  padding: 10px;
}
.is-scrolled-further .newsletter-drawer h3 {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .is-scrolled-further .newsletter-drawer h3 {
    margin: 0;
    text-align: right;
  }
}
.is-scrolled-further .newsletter-drawer .text {
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  height: 0;
}
@media (min-width: 768px) {
  .is-scrolled-further .newsletter-drawer .cancel {
    top: 50%;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .is-scrolled-further .newsletter-drawer .col-primary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .is-scrolled-further .newsletter-drawer .col-secondary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.newsletter-drawer.is-collapsed {
  transform: translateY(100%) translateY(15px);
}
.newsletter-drawer.is-hide-temporary {
  transform: translateY(100%) translateY(15px);
}
.newsletter-drawer .col-primary {
  transition: max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .newsletter-drawer .col-primary {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.newsletter-drawer .col-secondary {
  transition: max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .newsletter-drawer .col-secondary {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.newsletter-drawer h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .newsletter-drawer h3 {
    margin: 0;
  }
}
.newsletter-drawer p {
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .newsletter-drawer .border-right {
    border-right: 1px solid #ffffff;
  }
}
.newsletter-drawer .text {
  transition: opacity 0.4s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.newsletter-drawer input.form-email {
  background-color: transparent;
  border: solid 1px #c2c2c2;
  caret-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
  border-right: 0;
  padding: 5px 10px;
  max-width: 160px;
}
@media (min-width: 480px) {
  .newsletter-drawer input.form-email {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .newsletter-drawer input.form-email {
    max-width: 220px;
  }
}
.newsletter-drawer input.form-submit {
  border-radius: 0;
  background: #cb101c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
}
.newsletter-drawer .cancel {
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #3c3c3c;
  background-color: #616161;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  margin-top: -15px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .newsletter-drawer .cancel {
    margin-right: -15px;
  }
}
.newsletter-drawer .cancel:hover {
  background-color: #7b7b7b;
}
.newsletter-drawer .cancel .fa {
  line-height: 26px;
  color: #ffffff;
}

.thinkculture.newsletter-form-block {
  background: #f6f6f6;
}
.thinkculture.newsletter-form-block h3, .thinkculture.newsletter-form-block p {
  color: #616161;
}
.thinkculture.newsletter-form-block .thinkculture-flex {
  display: flex;
}
.thinkculture.newsletter-form-block .thinkculture-title {
  padding: 5px 0 0 10px;
}
.thinkculture.newsletter-form-block input.form-email {
  color: #616161;
}
.thinkculture.thinkculture-sticky {
  position: sticky;
  top: 165px;
}
.thinkculture .thinkculture-widget {
  width: 100%;
  display: inline-flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.thinkculture .thinkculture-widget .newsletter-form-block {
  max-width: 300px;
}
.thinkculture .thinkculture-ticker {
  position: absolute;
  top: 0;
  right: 0%;
  background: linear-gradient(45deg, transparent 0%, transparent 15%, #8E8E8E 10%, #8E8E8E 100%);
  padding: 5px 55px 5px 50px;
  color: #f6f6f6;
  font-style: italic;
}
.thinkculture.thinkculture-mobile {
  transition: transform 0.3s ease-in-out, max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.3s ease-in-out, max-height 0.3s ease-in-out;
  bottom: 0;
  position: sticky;
}
.thinkculture.thinkculture-mobile .newsletter-form-block input.form-email {
  max-width: 180px;
}
.thinkculture.thinkculture-mobile .thinkculture-sub {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.thinkculture.thinkculture-mobile .thinkculture-flex {
  margin-top: -5%;
  align-content: center;
  align-items: center;
}
.thinkculture.thinkculture-mobile .thinkculture-close {
  position: absolute;
  right: 5%;
  top: -10%;
  z-index: 9;
}
.thinkculture.thinkculture-mobile h3 {
  font-size: 14px;
  margin: 0;
}
.thinkculture.thinkculture-mobile.is-hide-temporary {
  transform: translateY(120%) !important;
}
.thinkculture.thinkculture-mobile.is-hide-temporary.show {
  transform: unset !important;
}
.thinkculture.thinkculture-mobile.is-hide-permanent {
  transform: translateY(120%) !important;
}
.thinkculture.thinkculture-mobile.show .thinkculture-sub {
  opacity: 1;
  height: auto;
}
.thinkculture.thinkculture-mobile.show .thinkculture-flex {
  margin-top: 0;
}
.thinkculture.thinkculture-mobile.show .thinkculture-split {
  display: none;
}
.thinkculture.thinkculture-mobile.show .thinkculture-close {
  top: -8%;
}

.newsletter-form-block {
  background-color: #3c3c3c;
  padding: 3rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .newsletter-form-block .row-centered {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .newsletter-form-block .col-left {
    text-align: right;
    padding: 0 30px;
  }
}
.newsletter-form-block .col-right {
  transition: max-width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .newsletter-form-block .col-right {
    padding: 0 30px;
    width: 55%;
  }
}
@media (min-width: 480px) {
  .newsletter-form-block .col-right {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .newsletter-form-block .col-right {
    width: 45%;
  }
}
.newsletter-form-block h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .newsletter-form-block h3 {
    margin: 0;
  }
}
.newsletter-form-block p {
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .newsletter-form-block .border-left {
    border-left: 1px solid #ffffff;
  }
}
.newsletter-form-block .text {
  transition: opacity 0.4s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.newsletter-form-block .display-message {
  color: #f55;
}
.newsletter-form-block input.form-email {
  background-color: transparent;
  border: solid 1px #c2c2c2;
  caret-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
  border-right: 0;
  padding: 5px 10px;
  max-width: 160px;
}
@media (min-width: 480px) {
  .newsletter-form-block input.form-email {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .newsletter-form-block input.form-email {
    max-width: 190px;
  }
}
.newsletter-form-block input.form-submit {
  border-radius: 0;
  background: #cb101c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
}

.post-content .newsletter-form-block {
  padding: 3rem 0;
}
.post-content .newsletter-form-block .col-right {
  width: 50%;
  padding: 0 0 0 30px;
}

body.tc-home-page #block-mostpopulararticle .block-title,
body.tc-home-page #block-sponsoredcontent .block-title {
  display: none;
}
body.tc-home-page #block-editorschoice {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
body.tc-home-page .block-home-page-banner-article-block {
  margin-bottom: 0;
}
body.tc-home-page .block-contributor-bio-block {
  margin-bottom: 0;
}

.tc-about-us p {
  font-size: 16px;
  color: #616161;
  line-height: 32px;
  margin-bottom: 30px;
}
.tc-about-us .about .sec {
  padding: 30px 0;
}
.tc-about-us .about .heading-line {
  text-transform: uppercase;
}
.tc-about-us .about .editor-about {
  margin: 20px 0 50px;
}
body.category .content-main {
  padding-bottom: 60px;
}

.tc-article .block-contributor-bio-block {
  margin-bottom: 0;
}
.tc-article .sponsored-content h3 {
  color: #ffcf00;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0 10px;
}
.tc-article .sponsored-content p {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
}
.tc-article .feedback {
  background: #3c3c3c;
  margin-top: 45px;
  padding: 14px 0;
  width: 100%;
}
.tc-article .feedback h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .tc-article .feedback h4 {
    font-size: 18px;
    text-transform: uppercase;
  }
}
.tc-article .feedback-bodytext {
  font-weight: normal !important;
  color: white !important;
  font-size: 14px !important;
  text-transform: none !important;
  margin-bottom: 0 !important;
}
.tc-article .feedback-unline {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
.tc-article .newsletter {
  margin: 50px 0;
}
.tc-article .article-title h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.44;
  letter-spacing: 1.14px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .tc-article .article-title h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.tc-article .article-title .article-readingtime {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  text-transform: uppercase;
}
.tc-article .article-title .divider {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin: 10px 0 25px;
}
@media (max-width: 1199.98px) {
  .tc-article .article-title .divider {
    margin-bottom: 10px;
  }
}
.tc-article .aside-article {
  height: 100%;
}
.tc-article .aside-article .social {
  z-index: 9;
  text-indent: left;
  background-color: #cb101c;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .tc-article .aside-article .social {
    background-color: #ffffff;
    position: relative;
    height: auto;
    padding: 30px 0;
    top: 0;
  }
}
.tc-article .aside-article .social > .row-bs4 {
  justify-content: center;
}
.tc-article .aside-article .social .addtoany_list {
  display: block;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.tc-article .aside-article .social .addtoany_list > a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.tc-article .aside-article .social .addtoany_list > a span {
  opacity: 1;
}
@media (min-width: 1200px) {
  .tc-article .aside-article .social .addtoany_list > a:hover svg path,
.tc-article .aside-article .social .addtoany_list > a:hover svg g {
    fill: #cb101c;
  }
}
.tc-article .aside-article .social p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 5px;
}
.tc-article .aside-article .social a {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .tc-article .aside-article .newsletter {
    padding-right: 40px;
  }
}
.tc-article .article-content .card {
  margin-left: auto;
  margin-right: auto;
}
.tc-article .article-summary {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  font-size: 18px;
  margin-bottom: 30px;
}
.tc-article .article-img-caption {
  margin: 20px 0;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
}
.tc-article .post-block .post-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .tc-article .post-block .post-content p {
    line-height: 28px;
  }
}
.tc-article .post-block .post-content blockquote p {
  font-size: 21px;
}
.tc-article .post-block .node__content a {
  transition: color 0.3s ease-out;
  font-weight: 600;
  color: #cb101c;
  text-decoration: underline;
}
.tc-article .post-block .node__content a:hover {
  color: #9c0c15;
}
.tc-article .post-tags a:hover {
  background-color: #c2c2c2;
  color: #3c3c3c;
}
@media (max-width: 767.98px) {
  .tc-article .category-2columns > .row-first {
    -webkit-overflow-scrolling: touch;
    list-style-type: none;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
  }
  .tc-article .category-2columns > .row-first > li,
.tc-article .category-2columns > .row-first > div {
    display: inline-block;
    white-space: normal;
  }
  .tc-article .category-2columns > .row-first > div {
    width: 280px;
    display: inline-block;
    float: none;
  }
}
.tc-article .translated-author {
  margin: 0 10px;
}
.tc-article .translated-author a {
  color: #cb101c;
}

.newsletter-email {
  float: left;
}

.newsletter-signup {
  margin-top: 20px;
}

.display-message {
  color: red;
}

.feedback-inline {
  background: #3c3c3c;
  margin-top: 45px;
  padding: 14px 0;
  width: 342px;
}
.feedback-inline h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .feedback-inline h4 {
    font-size: 18px;
    text-transform: uppercase;
  }
}

.feedback-unline {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  width: 36%;
}

.feedback-bodytext {
  font-weight: normal !important;
  color: white !important;
  font-size: 14px !important;
  text-transform: none !important;
  margin-right: 0 !important;
  text-align: justify;
}

.feedback-btn {
  padding: 20px 0;
}

.fade-out {
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 100%;
  margin-top: -120px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 5%, #fff);
}

.btn-continue {
  font-family: "Open Sans", serif;
  font-size: 2rem;
  color: white;
  text-transform: uppercase;
  width: 100%;
  background: #cb101c;
  border: none;
  margin: auto;
}

#continue-section {
  display: none;
  height: initial;
}

.social-dropdown {
  display: block;
  position: fixed;
  right: -50px;
  bottom: 220px;
  width: 50px;
  height: 50px;
  background: #cb101c;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(133, 133, 133, 0.5);
  box-shadow: 0px 0px 10px rgba(133, 133, 133, 0.5);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  z-index: 999;
}
.social-dropdown.is-hide-temporary {
  transform: translateX(100%) !important;
}

.fa-zoom-in:before {
  content: "\f00e";
}

.fa-zoom-out:before {
  content: "\f010";
}

.social-toggle {
  display: flex;
  background: #cb101c;
  color: white;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.social-toggle:hover {
  color: white;
}

.social-dropdown-menu {
  height: 175px;
  width: 50px;
  min-width: initial;
  background: #cb101c;
  color: #c2c2c2;
  padding: 5px;
}

.is-scrolled .social-dropdown {
  transition: transform 0.3s ease-in-out;
  transform: translateX(-65px);
  display: block;
}

.node--view-mode-full ul {
  padding-left: 0px !important;
}
.node--view-mode-full ul li {
  list-style: none !important;
}

.toggle_slidebar_btn {
  margin-bottom: 20px;
  font-weight: bold;
}

.lg-toolbar {
  bottom: 0;
  top: inherit;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  align-items: center;
  background: none;
}
.lg-toolbar .lg-icon {
  color: #cb101c;
  width: auto;
  background: #000;
  height: auto;
  border-right: 1px solid #4F4F4F;
}
.lg-toolbar .lg-icon span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #C2C2C2;
  margin: 0 5px;
  height: 29px;
  float: right;
  padding-top: 4px;
  width: 80px;
  text-align: left;
}
@media (min-width: 568px) {
  .lg-toolbar .lg-icon span {
    margin-right: 12px;
  }
}
@media (min-width: 960px) {
  .lg-toolbar .lg-icon span {
    margin-right: 22px !important;
  }
}
.lg-toolbar .lg-icon.lg-close {
  border-right: none;
}
.lg-toolbar .lg-icon.lg-close span {
  width: 67px;
}
.lg-toolbar .lg-icon:before {
  float: left;
  width: 18px;
  margin-left: 20px;
  margin-right: 3px;
}
.lg-toolbar .lg-icon.lg-close:before {
  margin-left: 35px;
}
.lg-toolbar .lg-icon.lg-fullscreen span {
  width: 92px;
}
.lg-toolbar .lg-icon#lg-zoom-in span {
  width: 67px;
}

.lg-hide-items .lg-toolbar {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.comic-text-wrapper {
  background: #F6F6F6;
  padding: 20px 35px;
  margin-bottom: 5px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #3C3C3C;
}
.comic-text-wrapper .fa {
  color: #CB101C;
  margin-right: 12px;
}

.sticky {
  position: sticky;
  top: 15%;
}

.lg-toolbar #lg-zoom-in {
  order: 1;
}

.lg-toolbar #lg-zoom-out {
  order: 2;
}

.lg-toolbar .lg-fullscreen {
  order: 3;
}

.lg-toolbar .lg-close {
  order: 4;
}

#lg-actual-size {
  display: none;
}

#lg-zoom-in:before {
  content: "\e311";
}

#lg-zoom-out:before {
  content: "\e312";
}

.lg-fullscreen:before {
  content: "\e20c";
}

.lg-close:before {
  content: "\e070";
}

#lg-zoom-in:after,
#lg-zoom-out:after,
.lg-fullscreen:after,
.lg-close:after {
  content: none !important;
}

.lg-backdrop.in {
  opacity: 0.8;
}

.lg-backdrop {
  background-color: #3C3C3C;
}

@media (max-width: 480px) {
  .lg-toolbar .lg-icon {
    width: 35%;
  }
  .lg-toolbar .lg-icon span {
    display: block;
    font-size: 12px;
    float: none;
    height: auto;
    padding: unset;
    width: auto !important;
    text-align: center;
    margin-right: 5px;
  }
  .lg-toolbar .lg-icon:before {
    width: auto !important;
    float: none;
    margin: 0px !important;
  }
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
  text-align: center;
}
.modalDialog:target {
  display: block;
  pointer-events: auto;
}
.modalDialog img {
  display: block;
  margin: 0 auto 29px auto;
}
.modalDialog span {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
}
.modalDialog div {
  width: 400px;
  position: relative;
  margin: 15% auto 0 auto;
  padding: 32px 20px 38px 20px;
  background: #F6F6F6;
  box-shadow: 0px 0px 20px rgba(167, 167, 167, 0.25);
}
@media (max-width: 480px) {
  .modalDialog div {
    width: 90%;
    margin: 30% auto 0 auto;
  }
}
.modalDialog .close {
  border-radius: 50%;
  padding: 2px;
  position: absolute;
  right: -6px;
  top: -7px;
  opacity: 1;
  background: #F6F6F6;
  border: 2px solid #C2C2C2;
  color: #C2C2C2;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.modalDialog .fa-close:before {
  font-size: 13px !important;
  top: 1.3px;
  left: 3.5px;
  position: absolute;
}

.article-drawer {
  height: 125px;
}
.article-drawer.open {
  height: 205px;
}
.article-drawer.open .drawer-text {
  display: block;
}
.article-drawer.open .carousel-inner {
  min-height: 205px;
}
.article-drawer .drawer-text {
  display: none;
}
.article-drawer .carousel-inner {
  min-height: 125px;
}
.article-drawer .carousel-inner .item {
  margin-bottom: 17px;
}
.article-drawer .newsletter-signup {
  display: none;
}
.article-drawer .newsletter-signup input.form-submit {
  border-radius: 0;
  background: #cb101c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
}
.article-drawer .carousel-indicators {
  bottom: 15px;
}
.article-drawer .carousel-indicators li {
  border: 1px solid #E0E0E0;
  background-color: #E0E0E0;
}
.article-drawer .carousel-indicators .active {
  background-color: #999990;
}
.article-drawer .newsletterform .text {
  font-size: 14px;
}
.article-drawer .newsletterform .signup {
  cursor: pointer;
  text-decoration: underline;
  color: #CB101C;
}
.article-drawer #slider {
  width: 100%;
  margin-top: 10px;
}
.article-drawer .news-letter-form {
  display: inherit;
}
.article-drawer .news-letter-form .newsletter-email {
  float: left;
  width: 60%;
}
.article-drawer .news-letter-form .newsletter-email .form-email {
  margin-bottom: 0px;
}
.article-drawer .news-letter-form .result-message {
  float: left;
}

.news-letter-form .newsletter-header-text {
  margin-bottom: 30px;
}
.news-letter-form img.w-100 {
  width: 100%;
}
.news-letter-form h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0;
  color: #3c3c3c;
}
.news-letter-form .newsletter-email .form-item {
  width: 100%;
}
.news-letter-form .newsletter-email .form-email {
  width: 100%;
  margin-bottom: 30px;
}
.news-letter-form .newsletter-email .form-email::placeholder {
  color: #c2c2c2;
}
.news-letter-form .newsletter-submit .form-submit {
  letter-spacing: 1px;
  padding: 8px 30px !important;
}

.splash-banner {
  background-image: url(/themes/gavias_great/images/newsletter_splash_banner.jpeg);
  background-position: center;
  height: 300px;
  width: 100%;
  background-size: cover;
}

.newsletter-section {
  display: flex;
  background: #F6F6F6;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 2%;
  margin-top: 2%;
}

.search-content .search-form__submit {
  background-color: #cb101c;
  color: #ffffff;
  border: 0;
  outline: none;
  padding: 4px 8px;
  font-size: 14px;
}
.search-content input.form-submit {
  border-radius: 0;
}
.search-content input.form-search {
  height: 100%;
}

.topbar .topbar-right .gva-search-region .search-content .search-block-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .topbar-right .gva-search-region .search-content .search-block-form .form-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.topbar .topbar-right .gva-search-region .search-content .search-block-form .form-actions {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.topbar .topbar-right .gva-search-region .search-content .search-block-form #edit-actions {
  position: relative;
}

.search-help-link,
.search-advanced {
  display: none;
}

ol.search-results {
  margin-bottom: 80px;
}
ol.search-results li p:last-of-type {
  display: none;
}

#search-form {
  margin-bottom: 40px;
}

.notfound .col-icon {
  border-right: solid 1px #f6f6f6;
}
.notfound .col-icon img {
  margin: auto;
  max-width: 300px;
}
.notfound .col-text {
  text-align: left;
  padding: 15px;
}
@media (min-width: 992px) {
  .notfound .col-text {
    padding: 60px;
  }
}
.notfound .col-text h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.notfound .col-text h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #3c3c3c;
}
.notfound .col-text a {
  display: inline-block;
  padding: 8px 24px;
  background-color: #3c3c3c;
  color: #ffffff;
  margin-top: 60px;
}

.page-notfound .a2a_kit {
  display: none;
}

.service-unavailable .col-icon {
  border-right: solid 1px #f6f6f6;
}
.service-unavailable .col-icon img {
  margin: auto;
  max-width: 300px;
}
.service-unavailable .col-text {
  text-align: left;
  padding: 15px;
}
@media (min-width: 992px) {
  .service-unavailable .col-text {
    padding: 15px 45px;
  }
}
.service-unavailable .col-text h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.service-unavailable .col-text p {
  margin-bottom: 20px;
}

.padding-0 {
  padding: 0;
}

.align-items-center {
  align-items: center;
}

.flex-center-v {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-center-v-content {
  flex: 0 1 auto;
  width: 100%;
}

.d-inlineblock {
  display: inline-block;
  vertical-align: middle;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.h-0 {
  height: 0;
}

.valign-t {
  vertical-align: top;
}

.valign-m {
  vertical-align: middle;
}

.valign-b {
  vertical-align: bottom;
}

.talign-center {
  text-align: center;
}

.talign-left {
  text-align: left;
}

.talign-right {
  text-align: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.italic {
  font-style: italic;
}

.bold {
  font-style: bold;
}

.underline {
  text-decoration: underline;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix::after {
  clear: both;
}

.m-auto {
  margin: auto;
}

@media (min-width: 1200px) {
  .content-full {
    overflow: visible;
  }
}

.links-inline a:hover, .links-inline a:active, .links-inline a:focus {
  color: #cb101c !important;
}

@media (min-width: 992px) {
  .ie.tc-article .aside-article .social {
    position: relative;
    top: auto;
  }
}