/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d661e06a4aa247e59e9945225ff48763 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d661e06a4aa247e59e9945225ff48763 > .item {
	display: flex;
	flex-direction: column;
}



/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e94efbb38b2e48c8829c4845558ab643 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e94efbb38b2e48c8829c4845558ab643 > .item {
	display: flex;
	flex-direction: column;
}


/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}



/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}



/* 2 Column Simple List in Mobile  -  PODCAST HOMEPAGE*/

@media only screen and (max-width: 767px) {
    .items_e0922926d8cf4c24b94e34b6bd8a18b4 .item {
        width: 50%;
        float: left;
    }
}


/* 2 Column Simple List in Mobile  -  PODCAST PAGE*/

@media only screen and (max-width: 767px) {
    .items_b2feb2724fdc4a3590ac0db707a63144 .item {
        width: 50%;
        float: left;
    }
}

/********************
HOME PAGE
********************/
.block_a036b9ebc3ad437cb93890e0785c41b3 p > a.button {
  display: block;
  width: 50%;
  margin: auto;
  margin-bottom: 10px;
}
.block_a036b9ebc3ad437cb93890e0785c41b3 p > a.button:nth-child(3) {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 24px;
}