input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='checkbox'],
textarea,
select {
  outline: none !important;
  box-shadow: none !important;
}

button:focus, button:active, .btn:focus, .btn:active, a:focus, a:active, select:focus, select:active {
  outline: none !important;
  box-shadow: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
}
body.menu-active {
  overflow: hidden;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

@media (max-width: 374px) {
  [class^='container'] {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  [class^='row'] {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  [class^='col'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
body {
  letter-spacing: 0.1px;
}

ul {
  list-style: square;
}

a:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.2;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1.7rem;
}

strong,
dt,
th,
b {
  font-weight: 700;
}

table {
  width: 100%;
  border: solid 1px #eeeeee;
  border-collapse: collapse;
  border-spacing: 0;
}
table tbody td {
  border: solid 1px #eeeeee;
}
table thead th,
table tbody td,
table tr th {
  padding: 16px !important;
}
@media (min-width: 768px) {
  table thead th,
  table tbody td,
  table tr th {
    padding: 24px !important;
  }
}

.entry-content table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.entry-content a {
  font-weight: 700;
}
.entry-content blockquote {
  display: block;
  margin-top: 4rem;
  position: relative;
  margin-bottom: 2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.entry-content blockquote:before {
  position: absolute;
  top: -2rem;
  content: "";
  width: 50px;
  height: 0.4rem;
  background-color: black;
}
.entry-content blockquote p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .entry-content blockquote p {
    font-size: 1.6rem;
  }
}
.entry-content blockquote cite {
  opacity: 0.5;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .entry-content blockquote cite {
    font-size: 1.6rem;
  }
}

button:hover {
  cursor: pointer;
}

.btn,
button {
  padding: 14px 40px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 375px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-white {
  color: #fff !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-primary {
  color: #0d6efd;
}

.text-secondary {
  color: #6c757d;
}

.first-last-no-spacing > :first-child {
  margin-top: 0 !important;
}
.first-last-no-spacing > :last-child {
  margin-bottom: 0 !important;
}

.first-no-spacing > :first-child:not(a) {
  margin-top: 0 !important;
}
.first-no-spacing > :first-child:not(a):not(button) {
  padding-top: 0 !important;
}

.last-no-spacing > :last-child:not(a) {
  margin-bottom: 0 !important;
}
.last-no-spacing > :last-child:not(a):not(button) {
  padding-bottom: 0 !important;
}

.bg-lazyload {
  background-color: #2521271a;
  height: auto;
  position: relative;
  width: 100%;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}

.fancybox__carousel.is-draggable .fancybox__slide.has-inline,
.fancybox__carousel.is-draggable
.fancybox__slide
.fancybox__content.footer-policies,
.fancybox__carousel.is-draggable
.fancybox__slide
.fancybox__content.footer-fancontent,
.fancybox__carousel.is-draggable
.fancybox__slide
.fancybox__content.footer-press,
.fancybox__carousel.is-draggable
.fancybox__slide
.fancybox__content.footer-business {
  cursor: default !important;
}

.fancybox__container {
  --carousel-button-svg-stroke-width-custom: 4.5;
}
.fancybox__container .fancybox__content .carousel__button.is-close svg {
  stroke-width: var(--carousel-button-svg-stroke-width-custom) !important;
  stroke-linecap: square !important;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-content .wp-block-image {
  margin-bottom: 2.25rem;
  padding-top: 0.75rem;
}
.entry-content .wp-block-image figcaption {
  font-size: 80%;
  font-weight: 400;
  line-height: 1.1;
}
.entry-content .wp-block-verse {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

img[data-lazy-src], iframe[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}

iframe.lazyloaded {
  transition: opacity 0.5s linear 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

div.rocket-lazyload {
  opacity: 0;
  transition: opacity .5s linear;
}

div[data-was-processed="true"] {
  opacity: 1;
}
