.listen-btn {
  background: hsla(200, 100%, 24%, 1);
  background: linear-gradient(0deg, hsla(200, 100%, 24%, 1) 0%, hsla(180, 93%, 35%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(200, 100%, 24%, 1) 0%, hsla(180, 93%, 35%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(200, 100%, 24%, 1) 0%, hsla(180, 93%, 35%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00537B", endColorstr="#06AAAB", GradientType=1 );
  padding: 6px 20px;
  line-height: 1.3em;
  max-width: 85px;
  margin-top: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

a.listen-btn {
   color: white !important;
}

.listen-btn:hover {
  background: hsla(200, 100%, 24%, 1);
  background: linear-gradient(0deg, hsla(200, 100%, 24%, 1) 0%, hsla(200, 100%, 24%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(200, 100%, 24%, 1) 0%, hsla(200, 100%, 24%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(200, 100%, 24%, 1) 0%, hsla(200, 100%, 24%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00537B", endColorstr="#00537B", GradientType=1 );
  padding: 6px 20px;
  line-height: 1.3em;
}

.no_underline a {
    border-bottom: 0px !important;
  }

  .single-event {
  border: 1px solid #bbbbbb;
  /*box-shadow: 2px 4px 9px #dddddd;*/
  margin: 0 16px 20px 0;
}

.title {
  font-family: Lato !important;
  font size: 14px;
  padding-bottom: 10px;
  font-weight: 700;
}
.month {
  font-size: 12px;
}

.featured-label {
  font-size: 20px;
  text-transform: uppercase;
  color: #14b0ac;
  font-weight: 500;
  padding-bottom: 20px;
}
.single-podcast-featured {
  display: inline-flex;
  border: 1px solid #bbbbbb;
  /*box-shadow: 2px 4px 9px #dddddd;*/
  margin-right: 17px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  text-align: left;
}


.section-heading-e h2, .main-content h2 {
    font-size: 39px;
    font-weight: 400;
    margin: 3rem 0rem !important;
    text-align: center;
}

.description-text {
  font-family: lato;
  font-size: 16px;
  line-height: 1.3em;
  color: #555555;
  font-weight: 400;
}

.podcast-buttons {
	float: right;
}

.p-button-txt {
  text-align:right;
}

.podcast-upcoming {
  width: 50%;
  padding: 24px;
  
}

.event-info-past {
  padding-left: 0px;
  padding: 18px;
  min-height: 250px;
}

.featured-description {
  font-size: 16px;
  line-height: 23px;
  color: #444444;
  font-weight: 500;
  font-family: Lato !important;
}

.featured-title {
  font-size: 19px;
  line-height: 26px;
  color: #444444;
  font-weight: 700;
  font-family: Lato !important;
}

.podcast {
    padding: 10px;
    width: auto;
    background-color: white;
    text-align: center;
}

body.site-page.one-column .content-wrapper {
    text-align: left !important;
    padding-left: 20px;
}

body.site-page.one-column .section-content-overview {
    background-color: #F9F9F9;
    margin-top: 50px;
    padding-top: 0px !important;
    position: relative;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

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

.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media only screen and (max-width: 600px) {
  .single-event-featured {
  display: block;
  max-width: 100%;
  border: 1px solid #bbbbbb;
  /*box-shadow: 2px 4px 9px #dddddd;*/
 /* margin-right: 32px;*/
  background-color: #f0f0f0;
  text-align: left;
}
  .podcast-upcoming {
  width: 100%;
  padding: 18px;
  
}
  .event-wrapper {
  text-align: left;
  display: block;
  margin-bottom:12px;
}
  .single-event {
  border: 1px solid #bbbbbb;
  /*box-shadow: 2px 4px 9px #dddddd;*/
  margin-right: 0px;
}
 .podcast-buttons {
	 float: none;
   text-align: center;
}

.p-button-txt {
  text-align:center;
}
}