/* PGA Events */
.pga-events {
  margin-top: 77px;
  background: #22305d;
  color: #fff;
}

.pga-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.pga-header .heading {
  flex-basis: 40%;
  padding-right: 30px;
}

.pga-header .venue-date {
  flex-basis: 42%;
}

.pga-header .cta {
  flex-basis: 18%;
  text-align: right;
  padding-left: 30px;
}

.pga-header h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

.venue-date {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.venue-date .date {
  position: relative;
  padding-left: 45px;
  flex-basis: 40%;
  line-height: normal;
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.venue-date .date::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/wrci/images/businesscard/date.png)
    no-repeat center;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}

.venue-date .venue {
  position: relative;
  padding-left: 40px;
  flex-basis: 60%;
  margin-left: 5px;
  line-height: normal;
}

.venue-date .venue::before {
  content: "";
  background: url(/wp-content/themes/wrci/images/businesscard/location.png)
    no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
}

.pga-header .cta a {
  font-size: 17px;
  color: #93e1ff;
  text-transform: uppercase;
  border: 2px solid #93e1ff;
  padding: 12px 15px;
  width: 100%;
  min-height: 52px;
  display: inline-block;
  transition: all ease 0.2s;
  text-align: center;
  overflow: hidden;
}

.pga-header .cta a.pga-close {
  text-indent: -9999px;
  width: 52px;
  background: url(/wp-content/themes/wrci/images/businesscard/close.png)
    no-repeat center;
}

.pga-content {
  padding: 35px 15px 40px;
  display: none;
}

.pga-content .cards {
  text-align: right;
}

.pga-content .cards img {
  max-width: 100%;
}

.pga-content h2 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
}

.pga-content h4 {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}

.pga-content ul.list {
  padding-left: 1em;
}

.pga-content .list li {
  margin: 10px 0;
}

.pga-content .f-notes {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.pga-content .terms {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 25px;
  height: 300px;
  overflow: auto;
}

@media (max-width: 1024px) {
  #earner-header-div .header-container,
  #earnerbusiness-header-div .header-container,
  #earnerplus-header-div .header-container {
    background-position: 95% 0px !important;
    background-size: auto 90% !important;
  }
}

@media (max-width: 991.98px) {
  .pga-header {
    padding: 15px;
  }

  .pga-header .venue-date {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .pga-events {
  }
  .pga-header {
    flex-direction: column;
  }

  .pga-header .heading {
    padding-right: 0;
  }

  .pga-header h3 {
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
  }

  .pga-content .cards {
    margin-bottom: 30px;
    text-align: center;
  }

  .pga-header .cta {
    padding-left: 0;
    flex-basis: auto;
  }

  .pga-content {
    padding-top: 15px;
  }
  .pga-header .cta a {
    padding: 12px 30px;
  }
  .pga-header .venue-date {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .pga-events {
    margin-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {

    #earner-header-div .header-container,

    #earnerplus-header-div .header-container {

    background-position: center 0px !important;

    background-size: 100% !important;

}

}

/* End PGA Events */
