/* header */
/* .page-header .menu-primary {
	font-size: 1.5rem;
} */


/* Create the overlay when mega menu is open */
body.megamenu-open::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 998; /* Just below your mega menu's z-index */
  animation: fadeIn 0.2s forwards;
}

/* Ensure mega menu appears above overlay */
body.megamenu-open .mega-menus-container {
  z-index: 999;
}
/*
.mega-menus-container .mega-menu-wrapper {
	flex-direction: column;
	margin: 0 auto;
	width: 800px;
	padding-left: 50px;
}

.mega-menus-container .mega-menu-column.mega-menu-right {
	border-top: 1px solid #eff1f3;
	border-left: none;
	margin-top: 3rem;
	padding-top: 3rem;
}
*/

.mega-menus-container .mega-menu-promotion .mega-menu-promotion-container .mega-menu-promotion-link .mega-menu-promotion-thumbnail {
  height: 200px;
  width: 200px;
  object-fit: cover;
  margin-right: 1rem;
}

.mega-menus-container .mega-menu-left .mega-menu-column-header {
	display: none;
}

.mega-menus-container .mega-menu-viewport:first-child .mega-menu-submenu-list,
.mega-menus-container .mega-menu-viewport:nth-child(4) .mega-menu-submenu-list{
	width: 340px;
	margin-left: auto;
}

.mega-menus-container .mega-menu-viewport:first-child ul li,
.mega-menus-container .mega-menu-viewport:nth-child(4) ul li {
	width: 100%;
	float: none;
}

.mega-menus-container .mega-menu-viewport:nth-child(2) ul li:nth-child(odd),
.mega-menus-container .mega-menu-viewport:nth-child(3) ul li:nth-child(odd) {
	padding-right: 1.2rem;	
}

.mega-menus-container .mega-menu-links ul li a {
	line-height: 1.4;
  	padding: 3px 7px;
}

/* Simple fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


.page-header .menu-primary {
	right: 110px;
}


.page-header-top-bar {
  height: 62px;
}

.page-header .search {
  position: absolute;
  bottom: 36px;
  right: 134px;
}

.page-header .search .search-close {
  display: none;
  position: absolute;
  width: 30px;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border: none;
  background: transparent;
  right: 50px;
  top: -1px;
  font-weight: bold;
}

#nav .site-logo {
	height: auto;
	padding: 1rem 0 0 2rem;
}

.page-header.widescreen .page-header-container-widescreen .site-logo img {
	margin-top: -8px;
}

@media(max-width: 992px) {
	.page-header.widescreen .page-header-container-widescreen {
		justify-content: space-between;
	}

	.page-header.widescreen .page-header-container-widescreen .site-logo {
		padding-left: 36px;
	}

	.page-header .header-cta-main-menu {
		display: block;
	}

  .page-header-top-bar .berklee-online {
	  width: 165px;
	  left: 20px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
  }

}

@media (max-width: 768px) {
	.page-header-top-bar {
	  height: 50px;
	}

  .page-header .header-cta-main-menu .subscribe-link a {
	background: #ee243c;
	border-radius: 2px;
	color: #fff;
	display: block;
	padding:  2px 15px;
	margin-top: 1rem;
	transition: all ease .3s;
  }

  .page-header .header-cta-main-menu .header-cta-main-menu-list {
    padding: 0;
    list-style-type: none;
  }

}

.alignleft, img.alignleft,
.alignright, img.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
@media (max-width: 900px) {
	.alignright, img.alignright,
	.alignleft img.alignleft {
			display: block;
			float: none;
			margin-left: auto;
			margin-right: auto;
	}
}

.wp-caption-text {
	color: #777;
	font-family: "Avenir Next Cyr W00 Regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	margin-top: 7px;
}

#nav .search-form {
	padding-top: 0;
	padding-bottom: 32px;
	position: relative;
}

/* Just the large featured image at the top of the index */
@media (min-width: 992px) {
  .post-n-1 .post-summary figure {
    height: 45rem;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .post-n-1 .post-summary figure {
    height: 45rem;
  }
}

@media (min-width: 1800px) {
  .post-n-1 .post-summary figure {
    height: 55rem;
  }
}

.post-n-1 .post-summary figure img {
	object-position: top center;
}

/* Mobile Menu Styling */
@media (max-width: 991px) {
  #nav {
    overflow-y: auto;
  }
  
  #nav .menu-primary {
    margin-top: 20px;
  }
  
  #nav .menu-primary ul.sub-menu {
    padding-left: 15px;
  }
  
  #nav .menu-primary .menu-item-has-children {
    position: relative;
  }
  
  #nav .menu-primary .dropdown-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
  }

	#nav .menu-primary .dropdown-toggle:after {
	 border: none;
	}
  
  #nav .menu-primary .dropdown-toggle .fa {
    transition: transform 0.3s ease;
  }
  
  /* Make sure links don't get hidden by the toggle */
  #nav .menu-primary .menu-item-has-children > a {
    padding-right: 40px;
  }
}

/* for now, hide videos */
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-9,
#nav .menu-primary ul>li#menu-item-9{
	display: none;
}

#subscribe {
	visibility: visible;
	opacity: 1;
	@include transition( all .5s ease );
	z-index: 1;

	position: static;
	top: auto;
	left: auto;
	width: 100%;

	transform: none;
	-webkit-transform: none;
	border-radius: none;
	box-shadow: none;
}

#subscribe .left {
		background: url(https://assets.online.berklee.edu/events/events_featurebg.png) no-repeat;
}
@media (max-width: 1199.98px) {
	#subscribe {
			width: 100%;
	}
}

@media (max-width: 991.98px) {
	#subscribe { 
		width: 100%; }
	#subscribe .left {
		flex-direction: column;
	}
}

/* search button in nav */
/* .page-header .search {
	position: absolute;
	bottom: 26px;
	right: 134px;
}
 */
/* single post styles */
body.single-post {
	  color: rgba(0,0,0,.84);
    font-size: 21px;
    line-height: 1.58;
}
.single-post p {
	margin-bottom: 3rem;
}

.single-post p i span {
	display: inline;
}

.single-post p a span {
	display: inline;
	color: #ee243c !important;
  text-decoration: none;
  background-color: transparent;
}

.single-post p span {
	display: inline;
}

.page-footer {
	border-width: 1px 0 0 0;
	border-color: rgba(0,0,0,0.2);
	padding: 0 !important;
	min-height: 1rem;
}

.btn {
	padding: .375rem 1.75rem;
}

.post-summary .category {
	line-height: 1.4;
	margin-bottom: 1rem;
}

.post-summary h3 {
	font-size: 2.7rem;
	line-height: 3rem;
}

.post-excerpt p {
	font-size: 1.75rem
}

/* roaring crowdfund */
.page-template-page-roaringcrowdfund .hero {
	background: #79c9c8;
	padding: 75px 0;
}

.page-template-page-roaringcrowdfund .hero h1 {
	font-size: 54px;
	line-height: 62px;
	text-transform: uppercase;
}

.page-template-page-roaringcrowdfund .hero p {
	color: rgba(0,0,0,.84);
  font-size: 21px;
  line-height: 1.78;
	margin-bottom: 30px;
}

.page-template-page-roaringcrowdfund .block-section {
	padding: 70px 0;
}

.page-template-page-roaringcrowdfund .artists.block-section {
	padding-top: 35px;
}

.page-template-page-roaringcrowdfund .block-section h2 {
	font-size: 54px;
	line-height: 62px;
	text-transform: uppercase;
	text-align: center;
}

.hero-img-container {
	text-align: center;
}

.hero-img-container img {
	height: auto;
	margin-top: -50px;
	margin-bottom: 25px;
}

.btn-primary {
	font-family: Avenir,Helvetica,sans-serif;
}

.jc-koozie {
  max-width: 310px;
  margin: 0 auto;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
}

.additional-credits-copy {
	font-family: "Avenir Next Cyr W00 Regular", Helvetica, Arial, sans-serif;
	margin: 30px auto;
}

.additional-credits-copy p {
	font-weight:300;
	margin-bottom: 20px;
}

.additional-credits-copy p span {
	font-weight: 800;
}

/* EXPERTS */

.experts h2 {
	margin-bottom: 75px;
}

.experts ul {
	padding: 0;
	margin: 0;
}

.experts ul li {
	border: 5px solid #fff;
  border-width: 0 5px 5px 0;
	cursor: pointer;
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	list-style-type:none;
	padding: 0;
	position: relative;
	text-align: center;
}
.experts ul li img {
	width: 100%;
	height: auto;
}
.experts ul li .expert-hover {
	  opacity: 0;
    padding: 40px;
    background: #262626;
    color: #FFF;
		-webkit-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
		transition: opacity ease .2s;
	z-index: 1;
}

.experts ul li .expert-hover p {
	font-weight: 300;
}

.experts ul li .expert-hover p a {
	color: #FFF;
	text-decoration: underline;
}

.experts ul li:hover .expert-hover  {
	opacity: 1;
}

/* ARTISTS */
.artist {
	background: #0276c6;
	position: relative;
	transition: height ease 0.2s;
}

@media (min-width: 991.91px) {
	.artist {
		height: 1450px;
	}
	
	.artist {
		border-right: 4px solid #FFF;
		border-top: 4px solid #FFF;
	}
	.artist:nth-child(even) {
		border-right:none;
	}
	.artist-details .artist-footer-playlist {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 30px;
	z-index: 1;
}
}

@media (min-width: 991.91px) and (max-width: 1399px) {
	.artist {
		height: 1300px;
	}
}

.artist:nth-child(even) {
	background: #0767a8;
}

.artist-header {
	margin-bottom: 50px;
}

.artist-details {
	color: #FFF;
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	padding: 35px;
}

.artist-details .img-artist-extras-trigger {
	border: 1px solid #FAFAFA;
	border-width: 10px 10px 35px 10px;
	margin: 20px auto 0 auto;
	transform: rotate(-1.5deg);
}

.artist-details .artist-footer-playlist a {
	border: 1px solid #FFF;
	color: #FFF;
	-webkit-display: flex;
	display: flex;
	padding: 15px;
	transition: all ease 0.2s;
	text-align: left;
}

.artist-extra {
	border-bottom: 1px solid #999;
	padding: 30px 0;
}
.artist-extra-caption {
	margin-top: 10px;
	font-size: 1.7rem;
}

.artist-details .artist-footer-playlist a i {
	font-size: 25px;
	margin-top: 5px;
	margin-right: 15px;
}

.artist-details .artist-footer-playlist a:hover {
	background: rgba(255,255,255, 0.2);
	text-decoration: none;
}

/* podcast */

.podcast-header {
	margin-bottom: 45px;
}

.podcast {
	border-bottom: 1px solid #DDD;
	padding: 50px;
	display: flex;
	flex-direction: row;
	transition: all ease .3s;
}

.podcast:hover {
	cursor: pointer;
	border: none;
	box-shadow: 9px 15px 63px rgba(0,0,0,0.3);
}

.podcast:last-child {
	border: none;
}

.podcast-title {
	display: none;
}

.podcast-lead-image {
	text-align: center;
}

.podcast-lead-image img {
	margin-bottom: 30px;
	max-width: 200px;
}

.podcast-details p {
	font-family: "Avenir Next Cyr W00 Regular", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 2.7rem;
	font-weight: 300;
	margin-bottom: 30px;
}

.podcast-details .transcript-trigger {
	background: transparent;
	border: none;
	cursor: pointer;
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	padding: 3px 10px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.podcast-details .transcript-trigger {
	position: absolute;
	left: 355px;
	bottom: 20px;
	z-index: 1;
	margin-bottom: 0;
	}
}

.podcast-coming-soon {
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 2.2rem;
	color: #888;
}

/* modal css */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
	bottom: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.transcript-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  width: 80%;
  box-shadow: 0 14px 18px 0 rgba(0,0,0,0.2),0 16px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #777;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.transcript-modal-header {
  padding: 35px 40px;
	position: fixed;
	top: 0;
	width: 80%;
	background: #FFF;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
	margin-left: -40px;
}

.transcript-modal-header h4 {
	margin-bottom: 0;
}

.transcript-modal-body {
	padding: 0;
}

.transcript-modal-body p {
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	margin-bottom: 25px;
}

.transcript-modal-footer {
  padding: 40px;
  color:#222;
}

@media (max-width: 768px) {
	.transcript-modal-content,
	.transcript-modal-header {
		width:95%;
	}
}

.bctt-click-to-tweet {
    display: block;
    background-color: #fff;
    position: relative;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 15px 30px;
    margin-bottom: 1em;
    margin-top: .75em;
}
.bctt-ctt-text a {
    margin: 15px 0;
    position: relative;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    line-height: 140%;
    font-weight: 100;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}

a.bctt-ctt-btn {
    border-bottom: none !important;
    margin: 0;
    padding: 11px 0 0 25px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: .7em;
    font-weight: bold;
    color: #999999 !important;
    text-decoration: none !important;
    background: transparent url(../wp-content/uploads/2019/01/birdy.png) no-repeat left top 15px;
    box-shadow: none !important;
}

/* share widget */
@media (min-width: 1200px) {
	.posts-archive .share-widget 	{
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.hero .btn-primary {
		margin: 20px auto 0 auto;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.page-template-page-roaringcrowdfund .hero {
		margin: 20px 0;
	}
	.page-template-page-roaringcrowdfund .hero h1,
	.page-template-page-roaringcrowdfund .block-section h2 {
		font-size: 44px;
		line-height: 55px;
	}
	.page-template-page-roaringcrowdfund .block-section 	{
		padding: 40px 0 0 0;
	}
	.podcast {
		padding: 10px 20px;
	}
}

/* marketo form */
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  background: #ee243c !important;
  border: none !important;
  border-radius: 2px;
	box-sizing: border-box;
  color: #FFF !important;
  display: block;
  font-size: 1.7rem !important;
  font-weight: bold;
  padding: 7px 20px;
  margin-top: 15px;
  margin-right: 10px;
  transition: all ease .2s;
  width: 100%;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
	display: none !important;
}

.mktoForm .mktoLabel {
	font-family: "Avenir Next Cyr W00 Regular", Helvetica, Arial, sans-serif;
	float: none !important;
	width: 100% !important;
}

.mktoForm .mktoFieldWrap {
	float: none !important;
}

.mktoForm .mktoFormRow:nth-child(5) .mktoLabel,
.mktoForm .mktoFormRow:nth-child(6) .mktoLabel {
	margin-left: 25px;
}

.mktoForm .mktoCheckboxList {
	position: absolute;
	left: -5px;
	top: -1px;
	z-index: 1;
}

.mktoForm .mktoGutter {
	float: none !important;
	height: 0 !important;
}

.mktoForm .mktoButtonWrap.mktoShadow .mktoButton:hover {
  border: none; 
}

.mktoForm .mktoFormCol {
	float: none !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField
{
 	border-radius: 2px;
 	border-color: #A6B0B8;
 	box-shadow: none;
	padding: 10px;
  font-size: 1.7rem;
	float: none !important;
	width: 100% !important;
}

.mktoFormRow:nth-child(2) .mktoAsterix,
.mktoFormRow:nth-child(4) .mktoAsterix {
  display: none;
}

.mktoButtonRow {
 display: block; 
}

.mktoButtonRow .mktoButtonWrap {
 margin-left: 0 !important; 
}

.mktoForm .mktoFormRow {
	width: 100% !important;
}

.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  width: 0 !important;
}

.mktoForm {
 margin-top: 20px !important; 
}

.page-footer p {
	font-size: 3rem;
	margin-top: 20px;
	max-width: 100%;
}

/* post footer */
.bo-post-footer {
	background: #4c5960;
	color: #FAFAFA;
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	padding: 40px;
}

.bo-post-footer p {
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
}

.bo-post-footer img {
	height: 70px;
	margin: 0 15px 30px 15px;
}

.bo-post-footer .bo-post-footer-ad {
	font-size:2rem;
	margin-bottom: 30px;
}

.bo-post-footer a,
.bo-post-footer a:visited {
	color: #FAFAFA;
	text-decoration: underline;
}

/* blockquote style */
body.single .post-content blockquote .blockquote, body.single .single-episode-content blockquote .blockquote {
   color: #000;
   position: relative;
   font-style: normal;
   margin-top: 5rem;
   margin-bottom: 5rem;
   padding: 0 2rem;
   font-size: 2.4rem !important;
	line-height: 4rem;
   font-weight: 300;
}

body.single .post-content blockquote:before, body.single .single-episode-content blockquote:before, body.single .post-content blockquote:before, body.single .single-episode-content blockquote:before {
   content: '“';
   top: -3rem;
   left: -4.4rem;
   color: rgba(234, 40, 65, 1);
}

body.single .post-content blockquote:after, body.single .single-episode-content blockquote:after {
   content: '”';
   bottom: -8rem;
   right: -4rem;
   color: rgba(234, 40, 65, 1);
}

/* fixed header on scroll */
.menu-topline {
	transition: all ease 0.1s;
}

.site-logo {
	transition: all ease 0.1s;
}

/* headings */
body.single .post-content h1, body.single .post-content h2, body.single .post-content h3, body.single .post-content h4 {
    color: rgba(0,0,0,0.84);
    font-weight: bold;
    margin-bottom: 3rem;
    text-transform: none;
}

body.single .post-content h1 {
    font-size: 4.1rem;
}

body.single .post-content h2 {
    font-size: 3.2rem;
}

body.single .post-content h3 { 
    font-size: 2.6rem;
}

body.single .post-content h4 {
    font-size: 2.1rem;
}

/* pre and verse text formats */
pre.wp-block-verse {
    background-color: #fff;
    font-family: 'avenir', sans-serif;
    font-size: 2rem;
    font-style: italic;
    padding: 0;
    white-space: normal;
}

pre {
    background-color: #f3f3f3;
    font-size: 1.8rem;
    max-width: 60rem;
    margin: 0 auto 3rem;
    padding: 2rem;
}

/* lists */
.post-content li {
    margin-bottom: 1rem;
    margin-left: -2rem;
}

.post-content ul, .post-content ol {
    margin-bottom: 3rem;  
}

/* img captions */
body.single .post-content figure figcaption {
    text-align: center;
}

/* youtube embeds */
.wp-block-embed__wrapper iframe {
   width: 60rem;
   margin-right: auto;
   margin-left: auto;
   display: block;
}

/* click to tweet */
.bctt-click-to-tweet {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

/* block images */
.wp-block-image {
    margin-bottom: 3rem;
}

/* tables */
table.wp-block-table {
    font-family: 'Avenir', sans-serif;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5rem;
    max-width: 60rem;
}

table.wp-block-table tbody tr {
    border: 1px solid #DFE4E8;
    transition: 0.2s;
    -webkit-transition:0.2s;
    
}

table.wp-block-table tbody tr:first-child {
    background:#EFF1F3;
}

table.wp-block-table tbody tr:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

table.wp-block-table tbody tr td {
    padding: 1.5rem 3rem;
}

.post-header .content {
	font-family: TisaPro,serif;
}

.post-header .content .title h1 {
	max-width: 70rem;
}


/* 2 col layout */
body.single .post-content .definitions, body.single .post-content blockquote, body.single .post-content figure, body.single .post-content h1, body.single .post-content h2, body.single .post-content h3, body.single .post-content h4, body.single .post-content h5, body.single .post-content h6, body.single .post-content ol, body.single .post-content p, body.single .post-content ul, body.single .single-episode-content .definitions, body.single .single-episode-content blockquote, body.single .single-episode-content figure, body.single .single-episode-content h1, body.single .single-episode-content h2, body.single .single-episode-content h3, body.single .single-episode-content h4, body.single .single-episode-content h5, body.single .single-episode-content h6, body.single .single-episode-content ol, body.single .single-episode-content p, body.single .single-episode-content ul {
    max-width: 74rem;
}

/* change class="container" to "col-md-9" */


body.single .post-content .definitions, body.single .post-content blockquote, body.single .post-content figure, body.single .post-content h1, body.single .post-content h2, body.single .post-content h3, body.single .post-content h4, body.single .post-content h5, body.single .post-content h6, body.single .post-content ol, body.single .post-content p, body.single .post-content ul, body.single .single-episode-content .definitions, body.single .single-episode-content blockquote, body.single .single-episode-content figure, body.single .single-episode-content h1, body.single .single-episode-content h2, body.single .single-episode-content h3, body.single .single-episode-content h4, body.single .single-episode-content h5, body.single .single-episode-content h6, body.single .single-episode-content ol, body.single .single-episode-content p, body.single .single-episode-content ul {
    max-width: 74rem;
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] {
    padding-top: 0;
    font-family: 'Avenir Next', sans-serif;
	position: sticky;
	top: 100px;
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_item {
    margin-bottom: 3rem;
}

#mkto-related-content .RTP_RCMD2 .rtp_rcmd2_title {
    font-size: 1.8rem;
    border-bottom: none;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.84);
    line-height: 1.3;
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_label a {
    font-size: 16px;
    overflow: visible;
    max-height: none;
    color: rgba(0, 0, 0, 0.84);
    font-weight: 700;
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_description_container {
    font-size: 14px;
    max-height: none;
    color: rgba(0, 0, 0, 0.84);
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_link_container a {
    background-color: #EE243B;
    font-size: 14px;
    max-height: none;
    border-radius: 0;
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_link_container {
    overflow: visible;
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_img_container {
    background-color: #eee;
	display: flex;
  justify-content: center;
  overflow: hidden
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_img_container img {
	flex-shrink: 0;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
	#mkto-related-content {
		display: none;
	}
}

#mkto-related-content .RTP_RCMD2 [data-rtp-id="rtp_rcmd2_tpl_2"] .rtp_rcmd2_description_container {
    white-space: no-wrap;
    display: inline-block;
}

/* sidebar featured */
.sidebar-feature-container {
    border-bottom: 1px solid #DEE2E5;
    padding: 6.4rem 0 5rem;
    margin-bottom: -1.4rem;
    font-family: 'Avenir Next', sans-serif;
  }

  .sidebar-feature-head {
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 25px;
  }

  .sidebar-feature-img {
    width: 100%;
  }

  .sidebar-feature-container p {
    font-size: 14px;
    font-family: inherit;
    margin: 10px 0;
  }

  .sidebar-feature-cta {
    color: #fff;
    background-color: #ee243c;
    padding: 5px 12px;
    font-size: 14px;
    font-family: inherit;
  }

  .sidebar-feature-cta:hover, .sidebar-feature-cta:active, .sidebar-feature-cta:focus {
    text-decoration: none;
    color: #fff;
  }

.wp-block-embed__wrapper {
    position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* single post update */
.post-header::before {
    content: '';
    width: 100%;
    top: 0px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-header {
    align-items: flex-start;
    min-height: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: flex-start;
}

@media(max-width: 991px) {
	.post-header {
		padding-top: 80px;
	}
}

.post-header .content .category {
    display: none;
}

.post-header figure::after {
    display: none;
}

.post-header figure {
    position: relative;
    padding: 0;
}

.post-header .content {
   color: #000;
    
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.post-header .content .title h1 {
    margin: 0;
}

.post-header .content .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-header .content .author .avatar {
    height: 46px;
    width: 46px;
    margin-right: 15px;
}

.post-header .content .author .name {
    margin-top: 0;
    text-transform: none;
   color: #7b8b96;
  font-family: 'Avenir';
  font-weight: 800;
  font-size: 1.4rem;
}

.post-header .read-more{
    display: none;
}

.controls a.btn.btn-outline {
    color: black !important;
    border-color: black !important;
}

.controls li {
    margin: 15px 0 30px !important;
}

.attachment-full {
    border: 1px solid #878787;
}

body.single .post-content .definitions, body.single .post-content blockquote, body.single .post-content figure, body.single .post-content h1, body.single .post-content h2, body.single .post-content h3, body.single .post-content h4, body.single .post-content h5, body.single .post-content h6, body.single .post-content ol, body.single .post-content p, body.single .post-content ul, body.single .single-episode-content .definitions, body.single .single-episode-content blockquote, body.single .single-episode-content figure, body.single .single-episode-content h1, body.single .single-episode-content h2, body.single .single-episode-content h3, body.single .single-episode-content h4, body.single .single-episode-content h5, body.single .single-episode-content h6, body.single .single-episode-content ol, body.single .single-episode-content p, body.single .single-episode-content ul {
    margin-left: 0;
}

.single .container {
    max-width: 1140px;
}

.post-header.fullsize {
    padding-bottom: 0;
}

body.single .single-episode-content {
    padding-top: 0;
}

body.single .single-episode-content iframe {
    /*margin-top: 120px;*/
	margin-bottom: 20px;
}

.podcast-header figure {
    /*margin-bottom: -120px*/
}

.controls li {
    margin-right: 10px !important;
}

.controls li:last-child {
    margin-right: 0 !important;
}




/* footer */
.main-footer {
    background-color: #0e1416;
    color: #ffffff
  }

  .footer-row {
    background-color: #0e1416;
    border-bottom: 2px solid #25353C;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 34px
  }

  @media (max-width: 576px) {
    .footer-row {
      flex-direction: column
    }
  }

  .footer-block {
    padding-right: 15px;
    padding-left: 15px
  }

  .footer-block:first-child {
    margin-left: -15px
  }

  .footer-block:last-child {
    margin-right: -15px
  }

  @media (max-width: 576px) {
    .footer-block {
      margin-top: 30px;
      padding-right: 0px
    }

    .footer-block:first-child {
      margin-top: 0
    }

    .footer-block:last-child {
      padding-right: 15px
    }
  }

  .footer-block--1 {
    flex: 25%;
    order: 1
  }

  @media (max-width: 768px) {
    .footer-block--1 {
      flex: 1 0 50%;
      order: 1
    }
  }

  @media (max-width: 576px) {
    .footer-block--1 {
      width: 100%
    }
  }

  .footer-block--2 {
    flex: 1 0 50%;
    order: 2;
    padding-left: 0;
    padding-right: 0
  }

  @media (max-width: 768px) {
    .footer-block--2 {
      flex: 100%;
      margin-left: -15px;
      margin-right: -15px;
      order: 3
    }
  }

  @media (max-width: 576px) {
    .footer-block--2 {
      margin-left: 0;
      margin-right: 0;
      order: 2
    }
  }

  .footer-block--3 {
    flex: 25%;
    order: 3
  }

  @media (max-width: 768px) {
    .footer-block--3 {
      flex: 50%;
      order: 2
    }
  }

  @media (max-width: 576px) {
    .footer-block--3 {
      flex: 100%;
      order: 3;
      padding-left: 0
    }
  }

  .f-social {
    align-items: center;
    background-color: #25353C;
    border-bottom: none;
    justify-content: center;
    padding: 20px 0
  }

  @media (max-width: 576px) {
    .f-social {
      flex-direction: column
    }
  }

  .f-social__header {
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-right: 35px
  }

  @media (max-width: 576px) {
    .f-social__header {
      margin-bottom: 15px;
      margin-right: 0
    }
  }

  .f-social__icons a {
    color: #ffffff;
    font-size: 25px;
    margin-right: 25px;
    text-align: center;
    transition: all .2s
  }

  @media (max-width: 576px) {
    .f-social__icons a {
      margin-right: 45px
    }
  }

  .f-social__icons a:hover,
  .f-social__icons a:active,
  .f-social__icons a:focus {
    color: #dee2e5;
    text-decoration: none
  }

  .f-social__icons a:last-child {
    margin-right: 0
  }

  .f-school__logo {
    margin-bottom: 15px;
    max-width: 200px
  }

  .f-school__body {
    color: #dee2e5;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px
  }

  .f-school__info span {
    color: #dee2e5;
    display: block
  }

  .f-lists {
    display: flex;
    justify-content: center;
    max-height: 460px
  }

  @media (max-width: 1200px) {
    .f-lists {
      flex-flow: column wrap;
      max-height: 600px;
      justify-content: start
    }
  }

  @media (max-width: 768px) {
    .f-lists {
      flex-flow: row;
      margin-top: 40px;
      padding-right: 0px;
      justify-content: space-between
    }
  }

  @media (max-width: 576px) {
    .f-lists {
      flex-flow: column wrap;
      max-height: 100%
    }
  }

  .f-list {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%
  }

  @media (max-width: 1200px) {
    .f-list {
      width: 50%
    }
  }

  @media (max-width: 768px) {
    .f-list {
      width: 33%
    }
  }

  @media (max-width: 576px) {
    .f-list {
      padding-left: 0;
      width: 100%
    }
  }

  .f-list__header {
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, sans-serif
  }

  .f-list li {
    margin-bottom: 5px
  }

  .f-list a {
    line-height: 20px
  }

  .f-list--programs {
    order: 1
  }

  .f-list--resources {
    order: 2
  }

  @media (max-width: 1200px) {
    .f-list--resources {
      order: 3
    }
  }

  @media (max-width: 768px) {
    .f-list--resources {
      order: 2
    }
  }

  @media (max-width: 576px) {
    .f-list--resources {
      order: 3
    }
  }

  .f-list--about {
    order: 3
  }

  @media (max-width: 1200px) {
    .f-list--about {
      order: 2
    }
  }

  @media (max-width: 768px) {
    .f-list--about {
      order: 3
    }
  }

  @media (max-width: 576px) {
    .f-list--about {
      order: 2
    }
  }

  .f-messaging__header {
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, sans-serif;
    margin-bottom: 15px
  }

  .f-messaging a {
    color: #ffffff
  }

  .f-messaging a:hover,
  .f-messaging a:active,
  .f-messaging a:focus {
    text-decoration: none;
    color: #ffffff
  }

  .f-messaging__body {
    font-size: 14px;
    line-height: 22px
  }

  .f-messaging img {
    height: 200px;
    margin: 15px 0;
    object-fit: cover;
    width: 100%
  }

  .f-messaging__btn {
    border: 2px solid #25353C;
    display: block;
    font-family: "Avenir Next Cyr W00 Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    transition: all .2s;
    width: 100%
  }

  .f-messaging__btn:hover,
  .f-messaging__btn:active,
  .f-messaging__btn:focus {
    border: 2px solid #EE243C
  }

  .f-awards {
    flex-direction: column;
    padding-bottom: 40px
  }

  @media (max-width: 576px) {
    .f-awards {
      padding-bottom: 20px
    }
  }

  .f-awards p {
    color: #dee2e5;
    flex: 55%;
    margin-bottom: 20px;
    text-align: center
  }

  .f-awards .logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .f-awards .logos a:hover,
  .f-awards .logos a:active,
  .f-awards .logos a:focus {
    text-decoration: none
  }

  .f-awards .logos .logo {
    height: 65px;
    margin-left: 10px;
    margin-right: 10px
  }

  @media (max-width: 576px) {
    .f-awards .logos .logo {
      margin-bottom: 20px
    }
  }

  .f-awards .logos .student-satisfaction-rate {
    display: flex;
    align-items: center
  }

  .f-awards .logos .student-satisfaction-rate img {
    height: 50px
  }

  .f-small {
    border-bottom: none;
    color: #ffffff;
    font-size: 14px
  }

  @media (max-width: 576px) {
    .f-small {
      text-align: center
    }
  }

  .f-small a {
    color: #ffffff
  }

  @media (max-width: 576px) {
    .f-small .left {
      margin-bottom: 20px
    }
  }

.main-footer, .footer-bottom {
    font-family: Avenir;
}

.f-list a {
    font-size: 16px;
    color: #dee2e5;
    text-decoration: none;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid transparent;
}

.f-list a:hover, .f-list a:active, .f-list a:focus {
    color: #ffffff;
    border-bottom: 1px solid #EE243C;
}

.f-list li {
    line-height: 26px;
}

.f-list__header, .f-messaging__header {
    font-size: 16px;
    font-weight: 700;
}

.f-school__info {
    font-size: 16px;
}

.footer-row.f-awards {
    font-size: 16px;
}

p.f-school__body, p.f-messaging__body {
    margin-bottom: 15px;
}

.f-awards p:last-child {
    margin-bottom: 0;
}

.post-header .row {
    align-items: flex-start;
}

.f-awards .logos {
    margin-bottom: 20px;
}


.podcast-template-default .post-header .row {
    align-items: center;
}

/* hustle pro close button style */

.hustle-ui .hustle-info.hustle-info--stacked .hustle-layout .hustle-layout-header .hustle-button-close {
    position: absolute;
    top: 53px;
    right: 0;
	  background: #FFF;
    color: slategray;
    background: #FFF;
    border-radius: 25px;
	  transition: all ease 0.3s;
}
.hustle-ui .hustle-info.hustle-info--stacked .hustle-layout .hustle-layout-header .hustle-button-close:hover {
	color: #FFF !important;
	background: #ee1c23;
}


.hustle-ui:not(.hustle-size--small) .hustle-info.hustle-info--stacked .hustle-layout .hustle-layout-body {
  background: none !important;
}
.post-content h2.long-title {
  font-size: 2.1rem !important;
}

/* MIML single-podcast header */


.pod-header-content-wrap  {
    background: #25353C;
    padding: 60px;
    color: white;
    font-family: Avenir,Helvetica,sans-serif;
}

@media (max-width: 400px) {
    .pod-header-content-wrap {
        padding: 40px 30px;
    }
}

.pod-header-content-wrap .content {
    color: white;
    font-family: inherit;
}

.pod-header-logo-wrapper {
    padding-left: 0;
    padding-right: 40px;
}

.pod-header-logo {
    max-width: 250px;
}

@media (max-width: 768px) {
    .pod-header-logo-wrapper {
        padding-bottom: 30px;
        padding-right: 0;
    }
}


.pod-header-content-wrap {
    color: white;
    font-size: 21px;
}

.pod-header-content-wrap .controls a.btn.btn-outline {
    color: white !important;
    border-color: white !important;
}

.pod-header-controls {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.pod-header-controls a {
    border-color: white !important;
    color: white;
}

.page-footer #subscribe .right {
  padding: 0;
}

.page-footer #subscribe .right p {
  padding: 0;
  width: 100%;
}

.post-article-bio {
	background-color:#EFF1F3;
	text-align:left; 
	vertical-align: middle;
	padding:3rem;
	margin-bottom: 1.5rem;
}

.post-article-bio p:last-child {
	margin-bottom: 0;
}

/* related articles */
.crp_related ul {
  display: flex;
  list-style: none;
  padding-left: 25px;
  padding-right: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.crp_related ul li {
  flex: 0 0 30%;
  margin-bottom: 30px;
}
.crp_related ul li a {
  display: flex;
  flex-direction: column;
}
.crp_related ul li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  box-shadow: 3px 3px 15px rgba(0,0,0,.15);
}
.crp_related .crp_title {
  margin-top: 10px;
  font-size: 18px;
  color: #4c5960;
  font-family: Avenir,sans-serif;
  font-weight: 600;
}

/* social footer */
.f-social {
  align-items: center;
  background-color: #25353c;
  border-bottom: none;
  justify-content: center;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.f-social__header {
  color: #FFF;
  font-family: Avenir,sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-right: 35px;
}

.f-social__icons {
	color: #FFF;
	display: flex;
	flex-direction: row;
}

.f-social__icons a {
  color: #fff;
  font-size: 25px;
  margin-right: 25px;
  text-align: center;
  transition: all .2s;
}

.f-social__icons svg {
  color: #fff;
	height: 20px;
}

@media (max-width: 768px) {
	.crp_related ul li {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
}

.post-bottom-date {
  color: #7b8b96;
  font-family: 'Avenir', arial, helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight:500;
}

.author-profile .avatar img {
	border-radius: 9999px;
  margin-top: 2rem;
	margin-bottom: 1.5rem;
}
