* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

}

h1, h2, h3, h4, h5, h6 {

	font-family: 'work-sans', 'sans-serif';

	letter-spacing: normal;

	font-weight: 600;

	color: #512D6D;

}

h1 {

	font-size: 36px;

	line-height: 1.2;

	margin-top: 0;

	margin-bottom: 36px;

}

h2 {

	font-size: 28px;

	line-height: 1.2;

	margin: 0;

}

h4 {

  font-size: 18px;

  line-height: 1.3;

  margin: 0;

}

h6 {

	font-size: 16px;

	text-transform: uppercase;

	color: #53565A;

	line-height: 1.5;

}



.gridColumn2 {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-gap: 35px;

}

.blogCard {

  position: relative;

  overflow: hidden;

  background: #fff;

}

.blogImg img {

  display: block;

  width: 100%;

  max-width: 100%;

}

.blogImg {

  overflow: hidden;

  border-radius: 8px;

  margin-bottom: 20px;

}

.blogDetails h3 {

  font-size: 21px;

  line-height: 1.2;

  margin-top: 0;

  margin-bottom: 15px;

}

.linkOver {

	position: absolute;

	left: 0;

	width: 100%;

	height: 100%;

	top: 0;

	z-index: 1;

}

.rte p {

	color: #53565A;

	font-size: 18px;

	line-height: 1.5;

	font-weight: normal;

	margin: 0;

	font-family: 'work-sans', 'sans-serif';

}

.footer_icons {

	margin-left: 0;

	margin-right: 0;

	padding: 0;

	list-style: none;

}



.button {

  text-decoration: none;

  display: inline-flex;

  border-radius: 50px;

  justify-content: center;

  align-items: center;

  min-width: 160px;

  min-height: 46px;

  font-size: 16px;

  line-height: 1;

  font-weight: 600;

  font-family: 'work-sans', 'sans-serif';

}

.primary-button {

  color: #fff;

  background-color: #7D32AA;

}

.btnWrapper {

	text-align: center;

	margin-top: 35px;

}



.mainSection {

  padding-top: 48px;

  padding-bottom: 170px;

}

.mainSection .container {

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  flex-wrap: wrap;

}


.socialShare {

  display: flex;

  justify-content: flex-start;

  align-items: center;

  list-style: none;

  margin: 20px 0 30px 0;

  padding: 0;

}

.socialShare li a {

  height: 47px;

  width: 47px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50px;

  text-decoration: none;

  color: #fff;

  font-size: 18px;

  font-weight: normal;

  line-height: 1;

  margin-right: 12px;

}

.socialShare li a[title="Facebook"] {

  background: #3B5998;

}

.socialShare li a[title="Twitter"] {

  background: #1DA1F2;

}

.socialShare li a[title="Envelope"] {

  background: #53565A;

}

.socialShare li a[title="Linkedin"] {

  background: #0077B5;

}

.rte hr {

	margin: 30px 0;

	background: #53565A;

	border: none;

	height: 1px;

	width: 100%;

	display: block;

}

.rte p .fa.fa-info-circle {

	color: #512D6D;

}

.podcast h6 {

	margin-bottom: 10px;

}

.fa-waveform-lines::before, .fa-waveform-path::before {

	content: "\f8f2";

}



.topicNext {

  margin-top: 50px;

}

.topicNext li {

  margin-top: 30px;

  list-style: none;

  margin-bottom: 0;

  padding: 0;

}

.topicNext li a {

  position: relative;

  display: block;

  overflow: hidden;

  text-decoration: none;

  padding-left: 75px;

}

.topicNext li h4 {

  margin-bottom: 5px;

}

.topicNext ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.topicNext li a i {

  font-weight: lighter;

  font-size: 40px;

  color: #C81E82;

  position: absolute;

  left: 0;

  top: 0;

}

.topicNext h2 {

	margin-bottom: 40px;

}

.audioWrapper iframe {

  position: absolute; 

  left: 0px; 

  top: 0px; 

  bottom: 0px; 

  height: 100%; 

  width: 100%;

}

.audioWrapper {

	position: relative;

	padding-top: 25%;

	width: 99%;

}

.podcast h1 {

	margin-bottom: 25px;

}

a.podcast_heading {

	text-decoration: none;

	display: block;

	color: rgba(81,45,109,1);

}

input.enter_email {

	width: 100%;

}

.podcastPage .side-panel div.stay_connected {

	margin: 0;

}

.mainSection.podcastPage {

	padding-top: 52px;

	padding-bottom: 100px;

}

.logo a {

  display: inline-block;

}

.logo a img {

  display: block;

}



@media (max-width:767px) {

  .audioWrapper {

    padding-top: 60%;

  }

  .mainSection.podcastPage {

    padding-top: 50px;

    padding-bottom: 50px;

  }

  .mainSection .article {

    width: 100%;

  }

  .gridColumn2 {

    grid-template-columns: repeat(1, 1fr);

    grid-gap: 30px;

  }

  .mainSection .side-panel {

    display: block;

    width: 100%;

    margin-top: 50px;

  }

  .mainSection .side-panel > div {

    margin-bottom: 30px;

  }

  .mainSection {

    padding-top: 50px;

    padding-bottom: 50px;

  }

  .podcastPage + .podcast.mobile_show {

    display: none;

  }

}