h1 {
  color: #005AB8;
}

h2 {
  color: #005AB8;
}

h3 {
  color: #005AB8;
}

h4 {
  color: #005AB8;
}

a {
  color: #005AB8;
}
a:hover {
  text-decoration: underline;
}

.button-shortcode,
.style-button {
  background: #FFC700;
  border: 2px solid #005AB8;
  border-radius: 7px;
  display: inline-block;
  color: #005AB8;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 30px;
  transition-duration: 0.3s;
}
.button-shortcode:hover,
.style-button:hover {
  background: #005AB8;
  color: #FFC700;
  border-color: #FFC700;
}
.button-shortcode.size-wide,
.style-button.size-wide {
  width: 100%;
  text-align: center;
}
.button-shortcode.size-small,
.style-button.size-small {
  font-size: 16px;
  padding: 10px 20px;
}
.button-shortcode.size-medium,
.style-button.size-medium {
  font-size: 18px;
  padding: 15px 30px;
}
.button-shortcode.size-large,
.style-button.size-large {
  font-size: 22px;
  padding: 15px 30px;
}
.button-shortcode.size-xlarge,
.style-button.size-xlarge {
  font-size: 24px;
  padding: 20px 40px;
}

#navigation-wrapper {
  background-color: #FFF;
}

#navigation-wrapper #searchform #searchsubmit {
  color: #005ab8;
  font-weight: 700;
}
#navigation-wrapper #searchform #searchsubmit:hover {
  color: #FFF;
}

#navigation-wrapper #searchform {
  margin-top: 25px;
}
#navigation-wrapper #searchform input.field {
  height: 54px;
}
@media screen and (max-width: 1385px) {
  #navigation-wrapper #searchform input.field {
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  #navigation-wrapper .logo {
    height: 90px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1385px) {
  #navigation-wrapper .logo {
    height: 65px;
    margin-top: 10px;
  }
}

#latest-news-links .cover-wrapper {
  position: relative;
}
#latest-news-links .cover-wrapper:hover {
  opacity: 0.8;
}
#latest-news-links .cover-wrapper img:first-child {
  position: absolute;
  width: 250px;
  transform: rotate(15deg);
  top: 50px;
  left: 50px;
  box-shadow: 2px 2px 9px #3a3a3a;
}
#latest-news-links .cover-wrapper img:last-child {
  position: absolute;
  width: 250px;
  transform: rotate(15deg);
  top: 40px;
  left: 150px;
  box-shadow: 2px 2px 9px #3a3a3a;
}

#introduction #important-update {
  background-color: #FFF;
  border: 2px solid #005AB8;
}
#introduction #important-update h4, #introduction #important-update p {
  color: #005AB8;
}

#two-halves #two-sides {
  margin-bottom: 0px;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  padding: 1rem;
}
@media screen and (max-width: 1210px) {
  .events-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.next-upcoming-event {
  background-color: #035ab8;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.next-upcoming-event h3, .next-upcoming-event h4, .next-upcoming-event p {
  color: #FFF;
}
.next-upcoming-event a.ent-link {
  background: #ffc700;
  border: 2px solid white;
  color: #035ab8;
  display: block;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  transition-duration: 0.3s;
  font-weight: 700;
}
.next-upcoming-event a.ent-link:hover {
  background-color: #fff;
}

#groups-pt-archive .group-archive-header {
  background: #005AB8;
}
#groups-pt-archive .group-archive-header h3 {
  color: #FFF;
}

.search-page-header {
  background-color: #FFC700;
  display: flex;
  align-items: center;
  width: 100%;
}
.search-page-header .content {
  padding: 40px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.search-page-header .content .inner {
  color: #005AB8;
}
.search-page-header .content .inner h1 {
  text-align: center;
}

.ec-event {
  border: 2px solid #005AB8;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.spinner {
  width: 24px;
  height: 24px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#groups-pt-archive .group-archive-header {
  background-color: #FFC700;
}
#groups-pt-archive .group-archive-header h1 {
  color: #005AB8;
  text-align: center;
}

/*# sourceMappingURL=theme-update.css.map */
