*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

a {
  color: #0095da;
}

.elementor-nav-menu > li::before,
.elementor-icon-list-items > li::before,
.ticker > li::before,
.side-bar > li::before {
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
}

/* temporarily remove border boxes */
.elementor-section.elementor-inner-section.elementor-element.elementor-section-boxed {
  border: 0;
}

h1 {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

h2 {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 1.3333333;
}

h3 {
  font-size: 1.5rem;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

h4 {
  margin-top: 1.2rem;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.post-hover-text .elementor-grid-item .elementor-post__title a:hover {
  color: white !important;
}

.post-hover-text .elementor-grid-item:hover .elementor-post__title a {
  color: white !important;
}

.upcomingEvents .jet-posts__item .entry-title a:hover {
  color: white !important;
}

.upcomingEvents .jet-posts__item:hover .entry-title a {
  color: white !important;
}

.upcomingEvents .jet-posts__item:hover {
  background-color: #0095da;
}

@media (min-width: 360px) {
  h1 {
    font-size: 2rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 640px) {
  h1 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.7rem !important;
    line-height: 1 !important;
  }
}

#page ul {
  margin: 0 0 1em 3em !important;
}

#page p {
  margin-bottom: 1.25em !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg style='background-color:white;' fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  padding: 1rem;
  margin-right: 2rem;
  padding-right: 2rem;
}
