/*
Theme Name: 2019 | Custom Author Website Theme
Description: Custom Template for Blue Ridge Mountains Christian Writers Conference
Version: 1
Author: kikaDESIGN
Author URI: http://www.kikawebdesign.com
*/


/** TESTING CODE FOR NEW FILTERING **/
.widget_wpc_filters_widget {
	width: 20%;
    float: left;
    background: var(--one);
    padding: 5%;
	margin-right: 8%;
}
.wpc-filter-header, .wpc-filters-section {
	clear: both;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: var(--sanserif);
	color:var(--text);
}
 html {
      font-size: calc(20px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
  }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none!important;
    text-align: center;
    color: var(--four);
    text-transform: uppercase;
}
div.wpcf7-mail-sent-ok {
	border: 0!important;
}
hr {
	background: var(--one);
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 4%;
    border: none;
    height: 1px;
}
a {
	color: var(--five);
    text-shadow: 0 0 2px var(--three);
    text-decoration-color: var(--five);
    text-decoration-style: dotted;
}
.home a {
	text-decoration: none;
	text-shadow: none;
}
ol,
ul {
	margin: 2% 2% 5% 10%
}
ol li,
ul li {
	list-style-position: outside;
    margin: 0 0 3%;
}
form {
	float: left;
	width: 100%;
}

.acf-field .acf-input {
    float: left;
    width: 100%;
}
:root {
	--one: #e6e8e0; 
	--two: #c7dfeb;
    --three: #a5c1da; 
	--four: #c0b79a;
	--five: #6d7788;
    --text: #3a3f4f;
	--white: #fff;
	--sanserif: 'PT Sans', sans-serif;
	--serif: 'Roboto Slab', serif;
	--cursive: 'Shadows Into Light', cursive;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--serif);
	letter-spacing: 1px;
	font-weight: 300;
}
.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5,
.page-template-default h6 {
	margin-bottom: 2%;
}
.page-template-default.page-id-2572 h5 {
	margin-bottom: 0;
}
a.class-wrk  {
	text-transform: uppercase;
    background: var(--five);
    color: var(--white);
    width: auto;
    padding: 1vw 5%;
    float: none;
    margin: .25vw auto 0;
    display: table;
}
h1 {
	color: var(--text);
    text-align: left;
    font-weight: 300;
	font-size:275%;
}
h1.page-title {
	margin-bottom: 3%;
	text-transform: uppercase;
	font-size: 225%;
	margin-left: -5%;
}
.page-template-page-mountainside h1.page-title,
.page-template-page-blueridge h1.page-title {
	margin-bottom: 0;
}
h1 span {
	    clear: both;
    width: 100%;
    display: block;
    font-size: 50%;
    text-transform: none;
    font-family: var(--sanserif);
    letter-spacing: 1px;
}
.home h1,
.page-id-9924 #header h1 {
    font-family: var(--cursive);
    padding: 0% 0 2%;
    text-align: right;
    margin-right: 7%;
    font-size: 340%;
    color: var(--four);
	margin-bottom: 0;
}
.home h1 span,
.page-id-9924 #header h1 span {
display: block;
    font-family: var(--serif);
    font-size: 50%;
    margin-right: -5%;
    margin-top: -2%;
}
h2 {
	font-size:160%;
	color: var(--text);
}
.home h2 {
	font-size: 175%;
}
.home h2.gold p {
	color: var(--four)!important;
    margin: 0;
    text-align: center;
}
.home h2.gold a {
	text-align: center!important;
    display: block;
    color: var(--four);
    font-family: var(--sanserif);
    text-transform: uppercase;
    font-size: 66%;
    letter-spacing: 2px;
}
.single-post h2 {
	margin-top: 5%;
}
.single-post .p-thumb {
    width: 65%;
    max-height: none!important;
    overflow: visible;
    display: block;
    margin: 0 auto 5%;
}
h3 {
	font-size:150%;
	text-align: left;
    font-weight: 300;
    color: var(--five);
}
.home h3 {
	color: var(--text);
	text-transform: uppercase;

}
h4 {
	font-size:125%;
    color: var(--four);
    font-weight: 300;
}

h5 {
	font-size:110%;
	text-align: left;
	color: var(--three);
}
.home h5 {
	color: var(--four);
}
.b-order h5 {
	text-align: center;
}
h6 {
	font-size: 100%;
    text-align: left;
    color: var(--text);
    margin: 0;
}
/* HEADER CLASSES */
p {
	margin: 2% 0;
	color: var(--text);
	line-height: 1.5em;
}
.page-id-2572 p {
	margin-top: 0;
}
/* IMAGES */
.alignleft {
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}
.alignright {
	float: right;
	margin-left: 3%;
	margin-bottom: 2%;
}
.aligncenter {
    float: none;
    display: block;
    margin: 5% auto;
}
/** CONTEST ENTRY BUTTONS **/
.contest-buttons {
    list-style: none;
    margin: 0;
    background: var(--one);
    float: left;
    width: 100%;
    padding: 10% 10% 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: left;
}
.contest-buttons li {
	width: 100%;
}
.contest-buttons li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.page-template-default .contest-buttons h6 {
	    width: auto;
    margin: 0;
    float: none;
    display: inline-block;
}
.contest-buttons form {
	    width: auto;
    float: right;
}
.contest-buttons input {
	border: none!important;
    display: inline-block;
    float: none;
    width: auto;
}

/* FULL WIDTHS */
#max_wrap {
	max-width: 1680px;
    margin: 0 auto;
}
#nav_wrapper,
#content,
#header_wrap,
#hero,
#page_wrap,
#nav_wrap,
#footer_wrap,
#footer #sidebar {
	float: left;
	width: 100%;
}
.single-podcast #header_wrap {
	
	overflow: hidden;
}
#page_wrap {
	margin: 5% 0 0;
}
#footer #sidebar li {
	margin-bottom: 5%;
}
#footer .widget-area li {
	width:33.33%
}
#footer #sidebar .widget-title {
	color: #fff;
}
#footer #nav_menu-2 {
    max-width: 1680px;
    margin: 0 auto 0;
}
#footer #sidebar li li {
	border-bottom: none;
}
#connect_bar {
	float: left;
    width: 90%;
    padding: 5% 5% 0;
    margin-top: 3%;
}
.home #connect_bar h3,
#connect_bar h3 {
	color: var(--five);
	text-align: center;
}
#footer_wrap #connect_bar ul {
	margin-bottom: 0;
    max-width: 1680px;
    margin: 0 auto 0;
}
#footer_wrap #connect_bar a,
#connect_bar .header-sm i {
	color: var(--five);
	letter-spacing: 1px;
}
#connect_bar ul.header-sm  li {
}
#connect_bar ul.header-sm:before {
	display: none;
}
#connect_bar ul.header-sm i {
	
}
#footer {
	float: left;
	width: 100%;
}
/*WRAPS*/
.content-wrap,
.max-width,
.single-speaking #page,
.page-id-146 #content,
#page {
	max-width: 1280px;
    margin: 0 auto 0;
	float: none;
}
form p:last-of-type {
	margin-bottom: 0;
}
.content-wrap p:last-of-type, 
#page p:last-of-type {
	margin-bottom: 0;
}
/* NAV */
#nav_wrapper {
    background: var(--white);
    color: #fff;
    text-transform: uppercase;
    width: 70%;
    float: right;
    padding-right: 2%;
    padding-top: 3.5%;
    font-size: 85%;
}
#nav_wrapper li:last-of-type {
	margin-right: 0;
}
#footer_wrap {
	background: var(--white);
    color: #fff;
    text-transform: uppercase;
}

#nav_wrapper ul,
#footer_wrap ul {
	display: block;
	width: 100%;
	margin:0 auto;
	text-align: right;
}
#nav_wrapper a,
#footer_wrap a {
	text-shadow: none;
	text-decoration: none;
}
#nav_wrapper ul#menu-header-sub-menu > li:last-of-type, #nav_wrapper ul#menu-top-header-menu > li:last-of-type {
	margin-right: 0;
}
#footer_wrap ul {
	text-align: center;
	margin-bottom: 1%;
}

.home #footer_wrap ul:before {
	margin-top: 0;
}
.home #page_wrap {
	margin-bottom: 3%;
}
#nav_wrapper ul li,
#footer_wrap ul li {
	display: inline-block;
	    margin: 0 1.5%;
    padding: 0;
	vertical-align: top;
}

#nav_wrapper ul li:first-of-type, #footer_wrap ul li:first-of-type {
margin-left: 0;	
}
#nav_wrapper ul li:last-of-type, #footer_wrap ul li:last-of-type {
margin-right: 0;	
}
#footer_wrap ul li {
	font-size: 70%;
	margin:0 2.5%;
}
#nav_wrapper a,
#footer_wrap a {
	color: var(--five);
}
#menu {
	display: none;
}
#nav_wrapper .menu-sub-menu-container{
	float: right;
	width: 100%;
}
#nav_wrapper ul#menu-header-sub-menu li:last-of-type {
	margin-right: 0;
}
#nav_wrapper ul#menu-header-sub-menu > li,
#nav_wrapper ul#menu-top-header-menu > li {
    display: inline-block;
    position: relative;
    margin: 0 3.5% 0 0;
}
#nav_wrapper ul#menu-header-sub-menu > li.menu-item-has-children:last-of-type,
#nav_wrapper ul#menu-top-header-menu > li.menu-item-has-children:last-of-type {
	margin:0;
}
#nav_wrapper ul#menu-header-sub-menu > li > a,
#nav_wrapper ul#menu-top-header-menu > li > a {
  text-decoration: none;
  display: block;
  padding: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-transform: uppercase;
}
#nav_wrapper ul#menu-header-sub-menu > li.menu-item-has-children > a,
#nav_wrapper ul#menu-top-header-menu > li.menu-item-has-children > a {
	padding:0;
}
#nav_wrapper ul#menu-header-sub-menu li > ul.sub-menu,
#nav_wrapper ul#menu-top-header-menu > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu {
    display: block;
    z-index: 9;
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li {
	background: var(--five);
    padding: 0 5% 0;
    width: 90%;
    margin: 0;
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li:hover,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li:hover {
	background:var(--one);
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li:first-of-type,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li:first-of-type {
		padding-top: 0;
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li a,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li a {
	color: var(--one);
    font-size: 90%;
    line-height: 2rem;
	display: block;
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li:hover a,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li:hover a{
	color: var(--five);
}
/*#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li:after {
	content: '';
    height: 1px;
    background: var(--text);
    display: block;
    width: 100%;
}*/
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li:hover:after,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li:hover:after {
	display: none;
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li:last-of-type,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li:last-of-type {
	margin-bottom: 2%;
}
#nav_wrapper ul#menu-header-sub-menu li:hover > ul.sub-menu li:last-of-type:after,
#nav_wrapper ul#menu-top-header-menu > li:hover > ul.sub-menu li:last-of-type:after {
	display: none;
}
/* FIRST AND LASTS */
#nav_wrapper ul#menu-header-menu li:first-of-type,
#ex_opts div:first-of-type,
#footer_wrap ul li:first-of-type {
	margin-left: 0;
}
#nav_wrapper ul#menu-header-menu li:last-of-type,
#ex_opts div:last-of-type,
#footer_wrap ul li:last-of-type{
	margin-right: 0;
}

#content .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--text)!important;
    background: var(--text)!important;
    color: #fff!important;
    text-align: center!important;
    font-family: var(--serif)!important;
}
#white_bar {
	float: left;
	width: 100%;
	background-color: #fff;
	z-index: 2;
    position: relative;
}
/* HERO */
#hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding: 20% 0 0;
    margin-top: -10.5%;
    z-index: 1;
    position: relative;
}
.parent-pageid-9924 #hero {
	padding-bottom: 2%;
}
.post-type-archive-podcast #hero,
.single-podcast #hero {
	padding-top: 35%;
	padding-bottom: 2%;
}
/* LOGO */
#logo_wrap {
    width: 336px;
    margin-left: 2%;
    z-index: 99;
    position: absolute;
}
#logo {
     background-image: url(images/2019BRM_logo6.png);
    height: 260px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    margin: 0;
}
.page-template-page-mountainside #logo,
.page-template-page-retreats #logo {
     background-image: url(images/2021Mountainside_new-logo.png);
}
.page-template-page-podcast #logo,
.post-type-archive-podcast #logo,
.single-podcast #logo {
	background-image: url(images/2019BRM_pod-logo4.png);
}
.page-id-9924 #logo,
.parent-pageid-9924 #logo {
	background-image:url(images/2020BRM_BRRC-blue-logo-FIN2.png);
}
#logo a {
	    display: block;
    width: 100%;
    height: 100%;
}
#logo a span {
	display: none;
}
.header-sm {
	margin:-5% 0 0;
	text-align: center;
}
.header-sm li {
	display: none;
	margin: 0 5%;
}
.header-sm li:nth-child(1),
.header-sm li:nth-child(2),
.header-sm li:nth-child(3) {
	display: inline-block;
}
.header-sm i {
	color: var(--one);
}
/* HOME PAGE */
.home #cta_btns li {
	margin: 0 1%;
}
.home #cta_btns li:first-of-type {
	margin-left: 0;
}
.home #cta_btns li:last-of-type {
	margin-right: 0;
}
#ex_opts {
	width: 90%;
    float: left;
    margin: 4% 5% 0;
	text-align: left;
}
#ex_opts li {
	margin: 0 auto;
    width: 30.8%;
    display: inline-block;
    text-align: right;
    background-position: center;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
	float: none;
}
.home #ex_opts li {
	width:31.3%;
}
.blog-wrap #ex_opts li:last-of-type {
	padding-bottom: 1%!important;
}
#ex_opts li:nth-child(2) {
	margin: 0 3%;
}
#ex_opts li div {
	width: 100%;
    height: 225px;
    background-size: cover;
    margin: 0 0 2%;
    padding: 0;
    max-width: 100%;
    background-position: center;
}
#ex_opts li div span {
    width: 82%;
    border: 1px solid var(--one);
    padding: 23.7% 4.7%;
    float: left;
    margin: 4%;
}
#ex_opts li a {
	margin-top: 1%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 80%;
    letter-spacing: 1px;
	display: block;
}
#ex_opts li:hover {
	opacity: .6;
}
#fb_connect {
    float: left;
    width: 100%;
    margin: 7% auto 0;
    text-align: center;
}
#fb_connect h3 {
	text-align: center;
}
#fb_connect i,
#fb_connect p {
	display: inline-block;
	margin: 0;
	font-size: 125%;
}
#fb_connect p {
	color: var(--five);
}
#fb_connect i {
	color: var(--two);
    margin-right: 5px;
	font-size: 150%;
}
#fp_blog {
    float: left;
    width: 100%;
    margin: 8% 0 0;
}
#fp_blog a {
    text-transform: capitalize;
	line-height: 2.5em;
	color: var(--text);
	font-size: 125%;
}
#fp_blog a.read-more {
display: block;
    text-align: center;
    margin-top: .5%;
    font-size: 85%;
    text-transform: uppercase;
}
#fp_blog h5 {
	color:var(--text);
}
#fp_blog h6 {
    color: var(--four);
    text-transform: capitalize;
    margin-top: -1.5%;
    font-size: 80%;
}
#fp_blog ul {
	background: var(--one);
    width: 90%;
    padding: 5%;
	list-style: none;
    float: left;
	margin:1px 0 0;
}
#fp_blog li {
	float: left;
	margin-bottom: 0;
}
#fp_blog p {
	margin-top:2%!important;
	line-height: 1.25em;
}
#fp_blog p:last-of-type {
	margin: 0!important;
}
#fp_blog li img {
	width: 30%;
    float: left;
    margin-right: 2%;
    max-width: 100%;
    height: auto;
}
#fp_recart,
.r-videos {
	float: left;
	width: 100%;
    margin: 3% 0 0;
}
#fp_recart ul {
	float: left;
	width: 100%;
	margin: 0;
}
#fp_recart ul li {
	display: inline-block;
	max-width: 24%;
	margin: .5% 0 0;
	vertical-align: top;
}
#fp_recart ul li:nth-child(1n) {
	margin-right: .8%;
}
#fp_recart ul li:first-of-type {
	margin-left: 0!important;
}
#fp_recart ul li:last-of-type {
	margin-right: 0!important;
}
#fp_recart ul li img {
	height: 200px;
    width: 100%;
}
#fp_recart .articles-link {
	text-transform: uppercase;
}
#fp_recart h5,
.r-videos h5{
	float: left;
    max-width: 70%;
    line-height: 1em;
	color: var(--text);
	text-transform: uppercase;
}
#fp_recart a {
	float: right;
    color: var(--five);
    text-transform: capitalize;
    letter-spacing: 1px;
	font-size: 70%;
}
#fp_recart li h6 {
	text-align: left;
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-family: var(--sanserif);
}
.r-videos {
	text-align: left;
	margin-top: 8%;
}
.r-videos h5 {
	clear: both;
    width: 100%;
    max-width: 100%;
	margin-bottom: 1%;
}
.r-videos li {
	display: inline-block;
    width: 32.36%;
}
.r-videos li:nth-of-type(2n) {
	margin: 0 .95%;
}
.r-videos li iframe {
	max-width: 100%;
    height: 300px!important;
}
#ue_podcasts {
margin: 5% 0 0;
    float: left;
    width: 100%;
}
#ue_podcasts li {
	display: none;
	margin-bottom:0;
}
#ue_podcasts li:first-of-type {
	display: block;
}
#ue_podcasts img {
	float: left;
    margin-right: 2%;
	max-width: 40%;
}
#ue_podcasts h3 {
	text-transform: capitalize;
}
#ue_podcasts h6 {
	color: var(--four);
    text-transform: uppercase;
    font-family: var(--sanserif);
    font-size: 80%;
	padding-top: 3%;
}
#ue_podcasts .e-links a {
	background: var(--two);
    color: #fff;
    padding: 5px 2%;
    display: inline-block;
    margin-top: 1%;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 1px;
	width: auto;
    float: none;
}
#ue_podcasts a {
	text-align: right;
    width: 59%;
    float: right;
    text-transform: uppercase;
    font-size: 85%;
    letter-spacing: 1px;
    padding-top: 1%;
}
#ue_podcasts .ue-info {
	float: none;
	width: auto;
}
.post-type-archive-podcast #hero h1 {
	font-size: 220%;
    text-align: center;
    color: var(--one);
    text-shadow: 0 0 5px var(--text);
    width: 80%;
    margin: -11% 10% 0;
    text-transform: capitalize;
}
.host-info {
	float: left;
    width: 80%;
    margin: 3% 10% 0;
}
.host-info img {
	float:right;
	width:30%;
	margin-left: 3%;
	margin-top: -3%;
}
a.lat-ep {
	margin: 2% auto 7%;
    float: none;
    width: auto;
    text-align: center;
    background: var(--three);
    display: block;
    text-decoration: none;
    padding: 1% 0;
    max-width: 25%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 120%;
}
.post-type-archive-podcast #hero h4 {
	text-align: center;
text-transform: uppercase;
text-shadow: 0 0 2px var(--text);
}
.post-type-archive-podcast #fb_connect a {
		text-decoration: none;
		color:var(--text);
	text-shadow: none;
	}
	.post-type-archive-podcast #fb_connect h3 {
	text-transform: uppercase;
    color: var(--text);
    text-shadow: none;
	}
.post-type-archive-podcast .pod-wrap {
    margin: 5% 0 0;
    float: left;
    width: 100%;
}
.post-type-archive-podcast .pod-wrap li {
	width:31.5%;
	display: inline-block;
	vertical-align: top;
	margin-top: 5%;
}
.post-type-archive-podcast .pod-wrap li:nth-of-type(1),
.post-type-archive-podcast .pod-wrap li:nth-of-type(2),
.post-type-archive-podcast .pod-wrap li:nth-of-type(3) {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.post-type-archive-podcast .pod-wrap li:nth-of-type(3n+2) {
	margin:5% 2% 0;
}
.post-type-archive-podcast .pod-wrap li div {
    height: 250px;
	overflow: hidden;
}
.post-type-archive-podcast .pod-wrap li img {
	width: 100%;
}
.hero-text h1 {
	font-size: 200%;
    text-align: center;
    color: var(--one);
    text-shadow: 0 0 5px var(--text);
}
.hero-text h5 {
	display: inline-block;
	text-shadow: 0 0 5px var(--text);
	font-size: 125%;
} 
.single-podcast #page_wrap {
	margin: 0;
	padding: 5% 0 0;
	background: #fff;
	position: relative;
    z-index: 3;
}
.single-podcast .hero-text {
	float: left;
    width: 80%;
    margin: -12% 10% 0;
    text-align: center;
    z-index: 1;
    position: relative;
}
.single-podcast .pod-desc p {
	font-size: 125%;
}
.single-podcast .pod-embed,
.single-podcast .pod-guest {
	float: left;
	width: 100%;
	margin-top: 5%;
}
.single-podcast #sidebar .podcast-list {
	margin-top: 0;	
}
.single-podcast #sidebar .podcast-list ul {
    column-count: 1;
}
.single-podcast #sidebar .podcast-list ul li {
	text-align: left;
}
.single-podcast #sidebar .podcast-list ul li img {
	width:75%;
}
.podcast-list {
    float: left;
    width: 100%;
	margin-top: 5%;
}
.podcast-list ul {
	margin: 1% 0 0;
    column-count: 4;
}
.podcast-list li {
	display: inline-block;
	vertical-align: top;
}

.podcast-list img {
	width:100%;
}
.pod-wrap a:last-of-type {
	float: right;
    text-align: right;
    text-transform: uppercase;
    font-size: 80%;
    color: var(--four);
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 1px;
	margin-top: 3%;
}
.pod-wrap a:nth-of-type(2) {
	float: left;
	display: block;
	width: 100%;
}
.pod-wrap h5 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 65%;
}
.pod-wrap h6 {
	float: left;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 65%;
}
.pod-wrap p {
	font-size:90%!important;
}
.jet-share ul li {
	    display: inline-block!important;
    width: auto!important;
}
#buzzsprout-large-player-1127762 {
	margin-top: 2%!important;
}
#ue_events {
	float: left;
    width: 78%;
    padding: 5%;
    background: #fff;
    border: .4em solid var(--four);
    margin: 8% 5% 0;
}
#ue_events .e-links {
	text-align: center;
	margin-top: 5%;
}
#ue_events .e-links a {
    text-transform: uppercase;
    margin: 0 .25%;
    padding: 1% 5%;
    background: var(--text);
    color: #fff;
    font-size: 80%;
    letter-spacing: 1px;
}
#ue_events .e-links a:hover {
	opacity: .8;
}
#ue_events h6 {
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5%;
	margin-left: -2%;
	font-weight: 600;
}
.ue-blurb {
	float: left;
    width: 35%;
	    font-size: 135%;
    line-height: 1.5em;
    font-family: var(--serif);
	margin-top: -.5em;
}
#ue_events .ue-blurb h6 {
	text-transform: uppercase;
    letter-spacing: 2px;
}
.ue-info {
	float: right;
	width: 57%
}
#ue_events .ue-info h6.ev-date {
	line-height: 1em;
	margin:0;
}
.ue-info p {
	margin: 2% 0;
}
#newsletter {
	float: left;
    width: 90%;
    margin: 8% 0 0;
    padding: 8% 5%;
	background: url("images/2019BRM_newsletter.jpg");
	background-size: cover;
	background-position: bottom center;
}
#newsletter .reg-btn {
	    background: var(--one);
    color: var(--text)!important;
    width: 30%;
    margin: 0 35% 0;
    padding: 1%;
}
#newsletter h3 {
	text-align: center;
    color: var(--one);
    text-shadow: 0 0 10px var(--text);
	
}
#newsletter p {
	text-align: center;
    color: var(--one);
    margin: 1% 0 0;
    font-size: 110%;
    letter-spacing: 1px;
	text-shadow: 0 0 15px var(--text);
}
.testimonies {
	float: left;
    width: 70%;
    margin: 8% 15% 0;
    text-align: center;
	list-style: none;
}
.testimonies h3 {
	text-align: center;
    text-transform: uppercase;
	line-height: 1em;
}
.testimonies li {
	width: 70%;
    margin: 2% 15% 0;
    float: left;
}
.testimonies h3:after {
	content: '';
    background: var(--two);
    height: 1px;
    width: 80%;
    display: block;
    margin: 5% 10% 0;
}
.testimonies i {
	    color: var(--three);
    margin-top: -.5em;
    display: block;
    font-size: 150%;
}
.adspace {
	float: none;
    display: block;
    margin: 0 auto 0;
    padding-top: 10%;
	max-width: 90%;
}
/* MISC */
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
    padding: 2%!important;
}
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"] {
	height: 40px!important;
}
.af-page-button.current {
	background:var(--one)!important;
}
.af-page-button.current .title {
    text-transform: uppercase;
    text-shadow: none!important;
	    color: var(--text)!important;
}
.af-page-button.current.enabled:after {
    border-left-color: var(--one)!important;
}
.af-page-button:after {
    border-left-color: var(--text)!important;
}
.af-page-button .index {
    background: var(--white)!important;
    border-radius: 10px;
    color: var(--four)!important;
}
.af-page-wrap {
    border: 1px solid var(--one)!important;
    font-size: 80%!important;
    letter-spacing: 1px!important;
}
.af-page-button {
    background: var(--text)!important;
}
.af-page-button .title {
    color: var(--one);
    text-transform: uppercase;
    text-shadow: none;
    opacity: 1!important;
}
.af-next-button, .af-previous-button {
    margin-right: 10px;
    padding: 1% 2%!important;
    background: var(--two);
    border: none!important;
    text-transform: uppercase!important;
    color: #fff!important;
    letter-spacing: 1px;
    font-size: 70%!important;
}
button:disabled {
    background: var(--one)!important;
    opacity: .4;
}
.af-field-instructions {
    margin: 0;
    font-size: 80%;
}
input[type="checkbox"] {
	width: auto;
}
button[type="submit"] {
	padding: 1% 2%!important;
    border: none!important;
    text-transform: uppercase!important;
    color: #fff!important;
    letter-spacing: 1px;
    font-size: 70%!important;
    background: var(--two)!important;
}
.acf-button-group label.selected {
    background: var(--three)!important;
    color: #fff;
    z-index: 2;
    border-color: var(--three)!important;
}
.acf-button-group label {
    display: inline-block;
    border: 1px solid var(--one)!important;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    background: var(--one)!important;
}
.acf-button-group label.selected:hover {
	background:var(--three)!important;
}

ul.acf-radio-list li label, ul.acf-checkbox-list li label {
    display: inline;
    font-size: 150%!important;
}
.af-field-type-checkbox {
    border: 0;
    background: var(--one);
    width: 90%!important;
    padding: 3% 5%;
}

/* PODCASTS Indiv Page */

.blog-wrap .pc-list {
	list-style: none;
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
}
.blog-wrap .pc-list li img,
.blog-wrap .pc-list li iframe {
	max-width: 40%;
    margin-right: 2%;
    float: left;
	height: auto;
}
.blog-wrap .pc-list li {
	margin: 0!important;
    padding: 5%;
}
.page-template-page-podcast .ue-info {
	float: left;
	font-size: 90%;
}
/* CLASSES & FACULTY*/

/*.page-template-page-classes .blog-wrap li,
.page-template-page-faculty .blog-wrap li{
	margin-bottom: 8%!important;
    float: left;
    width: 90%;
}*/
#sidebar.ct h3, 
#sidebar.ct h5{
	color: var(--five);
    font-size: 100%;
    text-align: center;
}
#sidebar.ct li {
	margin:0;
}
#sidebar.ct a {
	font-size: 90%;
	letter-spacing: 1px;
}
#sidebar.ct li a:after{
	content: '';
    height: 1px;
    background: var(--one);
    display: block;
    float: left;
    width: 100%;
    margin: 5% 0;
}
#sidebar.ct span {
	margin-bottom: 25%;
    float: left;
    width: 100%;
}
#sidebar.ct span h3 {
	text-transform: uppercase;
}
#sidebar.ct span:last-of-type {
	margin-bottom: 0;
}
#sidebar.ct span:last-of-type:after {
	display: none;
}
.blog-content li,
.blog-content li:nth-of-type(2n),
.blog-wrap .blog-content li:nth-of-type(2n) {
	padding: 0!important;
}
.blog-wrap .blog-content ul, .blog-wrap .blog-content ol   {
	margin-top: 3%!important;
}
.blog-wrap .blog-content ul li, .blog-wrap .blog-content ol li {
    margin: 1% 0;
}
.blog-wrap li li,
.blog-wrap li:last-of-type {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.page-template-page-classes .blog-wrap .br-sl li, 
.page-template-page-faculty .blog-wrap .br-sl li {
	font-size: 100%;
    padding-bottom: 1%!important;
}
.page-template-page-classes .blog-wrap ul, 
.page-template-page-classes .blog-wrap ol,
.page-template-page-faculty .blog-wrap ul, 
.page-template-page-faculty .blog-wrap ol{
	margin: 0;
	font-size: 80%;
}
.page-template-page-classes .blog-wrap ul li, 
.page-template-page-classes .blog-wrap ol li,
.page-template-page-faculty .blog-wrap ul li, 
.page-template-page-faculty .blog-wrap ol li {
	padding: 0;
	margin: 0;
}
.page-template-page-classes .blog-wrap h2,
.page-template-page-faculty .blog-wrap h2 {
	font-size: 135%;
}
.page-template-page-classes .blog-wrap h3,
.page-template-page-faculty .blog-wrap h3 {
	font-size: 115%;
}
.page-template-page-classes .blog-wrap h4,
.page-template-page-faculty .blog-wrap h4 {
	font-size: 110%;
}
.page-template-page-classes .blog-wrap span,
.page-template-page-faculty .blog-wrap span {
	float: left;
    width: 100%;
    margin-top: 2%;
}
.page-template-page-faculty .blog-wrap a.f-class {
	font-family: var(--serif);
    font-size: 115%;
}
.br-top {
	text-align: right;
    font-size: 75%;
    color: var(--four);
    text-transform: uppercase;
	float: left;
	width: 100%;
}
.br-top a {
	color: var(--four);
}
.page-template-page-classes .blog-wrap span p,
.page-template-page-faculty .blog-wrap span p {
	margin-left: 5%;
	margin-top: 2%;
}
.page-template-page-faculty .blog-wrap .cl-list li img {
	width: 22%;
	float: left;
	margin-right: 2%;
}
.page-template-page-faculty .blog-wrap ul.cl-list p,
.page-template-page-classes .blog-wrap ul.cl-list .c-slist {
	font-size: 100%;
}
.br-sl,
.blog-wrap .br-sl {
	width:100%;
	text-align: center;
    list-style: none;
    margin: 3% 0 0;
    text-transform: uppercase;
	color: var(--three);
}
.br-sl a,
.blog-wrap .br-sl a {
    text-decoration: none;
    text-shadow: none;
    color: var(--three);
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 1.25em;
	margin-top: 5%!important;
}
.c-slist {
	list-style: none;
}
.br-sl li,
.blog-wrap .br-sl li {
	display: inline-block;
	margin: 0;
	width: auto;
	float: none;
	padding: 0;
} 
.br-sl li:nth-of-type(2n),
.blog-wrap .br-sl li:nth-of-type(2n) {
	background:none!important;
	padding: 0;
}
.br-sl li:before,
.blog-wrap .br-sl li:before {
	content: '•';
	padding: 0;
}
.br-sl li:first-of-type:before,
.blog-wrap .br-sl li:first-of-type:before {
	display: none;
}
.br-sl li:first-of-type,
.blog-wrap .br-sl li:first-of-type {
	margin:0!important;
}
.br-sl li:last-of-type,
.blog-wrap .br-sl li:last-of-type {
	margin-right: 0;
}
.cl-list ,
.blog-wrap .cl-list {
float: left;
    width: 100%;
    list-style: none;
    margin: 5% 0 0!important;
}
.cl-list li,
.blog-wrap .cl-list li {
	float: left;
	width:90%!important;
	padding: 5%!important;
}
.cl-list li:first-of-type,
.blog-wrap .cl-list li:first-of-type {
	padding-top: 0!important;
	margin-top: 0!important;
}
.page-template-page-audio .blog-wrap .c-slist li:after,
.page-template-page-handouts .blog-wrap .c-slist li:after,
.page-id-7205 .blog-wrap .c-slist li:after {
    margin: 2% 0 0;
}
.cl-list .c-slist,
.blog-wrap .cl-list .c-slist {
	float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.cl-list .c-slist li,
.blog-wrap .cl-list .c-slist li,
.cl-list .c-slist li:nth-of-type(2n),
.blog-wrap .cl-list .c-slist li:nth-of-type(2n) {
	width: 100%!important;
    padding: 0!important;
}
/** CRITIQUE PAGE **/
#sub_cats {
	margin: 5% 0 0;
    list-style: none;
    float: left;
	width:100%;
}
#sub_cats p {
	margin-top: 0;
}
#sub_cats li {
	float: left;
    width: 100%;
}
#sub_cats li:last-of-type {
	margin-bottom: 0;
}
#sub_cats li ul {
	float: left;
    display: block;
    width: 88%;
    padding: 0;
    list-style: none;
}
#sub_cats li ul p {
	margin: 0;
}
.page-template-page-awards #sub_cats li ul p {
font-size: 90%;	
}
.fin-info p:first-line { 
	font-size: 100%;
    text-align: left;
    color: var(--text)!important;
    margin: 0;
	font-family: var(--serif);
    letter-spacing: 1px;
    font-weight: 300;
}
.fin-info p{ 
	font-size: 90%;
    text-align: left;
    color: var(--five)!important;
    margin: 0;
}
#sub_cats li ul li:after {
	content: '';
    height: 1px;
    background: var(--two);
    display: block;
    width: 100%;
    margin-top: 3%;
}
#sub_cats li ul li:last-of-type:after {
	display: none;
}
#sub_cats li ul li h7 {
	color: var(--five);
	font-size: 85%;
}
.page-template-page-critiques #sub_cats li ul li h7,
.page-template-page-mentoring #sub_cats li ul li h7 {
	font-size:100%;
}
.page-template-page-critiques #sub_cats li ul li p,
.page-template-page-mentoring #sub_cats li ul li p {
	font-size:90%;
}
.award-announce h7 {
	font-size: 90%;
}
.sp-wrap {
	float:left;
	width: 100%;
	margin:0;
	list-style: none;
}
.sp-wrap li {
	float:left;
	width: 100%;
	margin:0 0 3%;
}
.sp-wrap li ul  {
	margin-left:5%;
}
.sp-wrap li ul li {
	list-style: none;
	margin-bottom: 2%;
}
.sp-wrap li ul li:last-of-type {
	margin-bottom: 0;
}
/** AUDIO **/

.cl-list .c-slist li, .blog-wrap .cl-list .c-slist li {
	margin-top: 3%!important;
}
.c-slist li:after {
	margin:2% 0 0;
}

/** AWARD PAGES **/
.finalist-wrap {
	float: left;
    width: 90%;
    background: var(--one);
    padding: 5%;
}
.award-announce {
    
	}
.award-announce h5 {
	padding-top: 5%;
}

.page-template-page-awards h4 {
	margin-top: 5%;
    float: left;
	width: 100%;
}
.finalist-wrap h5 {
	margin-bottom: 2%;
    text-align: center;
    text-transform: uppercase;
    color: var(--text);
}
.finalist-wrap .award-announce h5  {
	    margin-bottom: 1%;
    display: block;
    font-size: 1rem;
    color: var(--five);
	text-align: left;
}
#award_wrap.acf-field {
	background:#333;
}
.acf-fields>.acf-field .acf-field-5d980653d0a2f{
background-color: #ccc!important;
}
.hmention {
	background: var(--one);
    padding: 5%;
    width: 90%!important;
}
.hmention:before {
	content:'Honorable Mention';
	width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
	color: #fff;
}
.winner {
	background: var(--three);
    padding: 5%;
    width: 90%!important;
}
.winner:before {
	content: 'Category Winner';
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
	color: #fff;
}
/** EVENT PAGES **/
.leader-list {
	float: left;
    margin: 5% 0 0;
    list-style: none;
}
.leader-list li {
	float: left;
	width: 100%;
	margin-bottom: 5%;
}
.leader-list .mult-leader:nth-of-type(2n) {
	margin-top: 5%!important;
}
.leader-list li:nth-of-type(2n) .l-img {
	float: right;
	margin-right: 0;
	margin-left: 2%;
}
#ev_leadership h4 {
	float: left;
    margin: 0;
    width: auto;
    max-width: 80%;
}
#ev_leadership .leader-list h4 {
	line-height: 1em;
    font-size: 115%!important;
    float: none!important;
    margin: 0!important;
}
.leader-list h3 {
	padding-top: 1%;
	line-height: 1em;
	font-size: 125%!important;
}
.leader-list h2 {
	text-align: center;
	margin-bottom: 2%;
}
.leader-list .mult-leader .l-img{
	width: 35%;
    max-width: 35%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}
.page-template-page-mountainside .leader-list .mult-leader:first-of-type .l-img{
	width:50%;
	max-width: 50%;
}
.page-template-page-mountainside .leader-list .mult-leader .l-img{
	width:25%;
	max-width: 25%;
}
.leader-list .single-leader .l-img {
	width:45%;
	max-width:45%!important;
	margin-right: 2%!important;
	float: left;
}
.page-template-page-about .leader-list .l-img {
	max-width: 20%;
}
.leader-list .l-img img {
	max-width: 100%;
	width: 100%;
}
#ev_description {
	float: left;
    margin: 0;
	width: 100%;
}
.ev-section {
	float: left;
	width: 100%;
	margin: 5% 0 0;
	line-height: 1.5em;
}
.page-template-page-mountainside span h5,
.page-template-page-blueridge span h5,
.page-template-page-ridgecrest span h5 {
	color:var(--five);
}
.page-template-page-mountainside h5,
.page-template-page-blueridge  h5,
.page-template-page-ridgecrest h5{
	font-size: 125%;
}
.page-template-page-mountainside .add-to-calendar,
.page-template-page-blueridge .add-to-calendar,
.page-template-page-ridgecrest .add-to-calendar {
	width: auto;
    background: none!important;
    padding: 0!important;
    float: left;
    display: block;
    clear: both;
    margin-top: 5px;
}
.page-template-page-mountainside .add-to-calendar label.add-to-calendar-checkbox,
.page-template-page-blueridge .add-to-calendar label.add-to-calendar-checkbox,
.page-template-page-ridgecrest .add-to-calendar label.add-to-calendar-checkbox {
    color: var(--four);
    margin-bottom: 0;
    font-size: 105%;
    font-weight: 600;
	letter-spacing: 2px;
}

.page-template-page-mountainside .add-to-calendar-checkbox:checked ~ a, 
.page-template-page-mountainside .add-to-calendar:checked ~ a,
.page-template-page-blueridge .add-to-calendar-checkbox:checked ~ a, 
.page-template-page-blueridge .add-to-calendar:checked ~ a,
.page-template-page-ridgecrest .add-to-calendar-checkbox:checked ~ a, 
.page-template-page-ridgecrest .add-to-calendar:checked ~ a {
    display: block!important;
    width: 100%;
    margin-left: 0;
    color: var(--four);
    font-size: 100%;
    text-decoration: none;
    text-shadow: none;
}
.page-template-page-mountainside .blog-wrap,
.page-template-page-blueridge .blog-wrap,
.page-template-page-ridgecrest .blog-wrap {
	clear: both;
	margin-top: 2%;
}
.page-template-page-mountainside .blog-wrap h4,
.page-template-page-blueridge .blog-wrap h4,
.page-template-page-retreats .blog-wrap h4,
.page-template-page-ridgecrest .blog-wrap h4 {
	float: left;
    margin-bottom: 1%;
	margin-top: 5%;
	width: 100%;
	font-size: 150%;
}
.ev-section p:first-of-type,
.page-template-page-mountainside .blog-wrap li:first-of-type,
.page-template-page-blueridge .blog-wrap li:first-of-type,
.page-template-page-ridgecrest .blog-wrap li:first-of-type {
	margin-top: 1%;
}
.page-template-page-mountainside .blog-wrap li ,
.page-template-page-blueridge .blog-wrap li,
.page-template-page-blueridge .blog-wrap li:first-of-type,
.page-template-page-ridgecrest .blog-wrap li:first-of-type {
	margin-top: 3%;
}
.page-template-page-mountainside .blog-wrap li:nth-of-type(2n) ,
.page-template-page-blueridge .blog-wrap li:nth-of-type(2n),
.page-template-page-ridgecrest .blog-wrap li:nth-of-type(2n) {
	background:none;
	padding: 0 5%;
}
.page-template-page-mountainside .blog-wrap ul, 
.page-template-page-mountainside .blog-wrap ol,
.page-template-page-blueridge .blog-wrap ul, 
.page-template-page-blueridge .blog-wrap ol,
.page-template-page-ridgecrest .blog-wrap ul, 
.page-template-page-ridgecrest .blog-wrap ol {
	margin-top: 4%;
}
.page-template-page-mountainside .blog-wrap .ev-section ul li, 
.page-template-page-mountainside .blog-wrap .ev-section  ol li, 
.page-template-page-blueridge .blog-wrap  .ev-section ul li, 
.page-template-page-blueridge .blog-wrap  .ev-section ol li,
.page-template-page-ridgecrest .blog-wrap  .ev-section ul li, 
.page-template-page-ridgecrest .blog-wrap  .ev-section ol li {
	    margin: 1% 0 !important;
    padding: 0 0 0 5%!important;
}
.page-template-page-mountainside #ex_opts  ,
.page-template-page-blueridge #ex_opts,
.page-template-page-retreats #ex_opts,
.page-template-page-ridgecrest #ex_opts {
    margin: 2% 0 0;
    width: 100%;
}
.page-template-page-mountainside #ex_opts li ,
.page-template-page-blueridge #ex_opts li,
.page-template-page-retreats #ex_opts li,
.page-template-page-ridgecrest #ex_opts li{
	background:var(--two);
	padding:1% 0!important;
	vertical-align: top;
}
.page-template-page-mountainside #ex_opts li a,
.page-template-page-blueridge #ex_opts li a,
.page-template-page-retreats #ex_opts li a,
.page-template-page-ridgecrest #ex_opts li a {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}
#ev_leadership {
	float: left;
    width: 100%;
    margin: 8% 0 0;
}
.page-template-page-mountainside #ev_leadership {
	display: none;
}
#ev_leadership p:first-of-type {
	margin-top: 3%;
}
#ev_leadership ul {
    margin: 1% 0 0;
    width: 100%;
    list-style: none;
    float: left;
}
.page-template-page-blueridge #ev_leadership ul {
    margin: -1% 0 0;
}
/*#ev_leadership h4 {
	display: inline-block;
	width:auto;
	margin:0;
}
#ev_leadership h6 {
	margin: 0 0 2%;
}
#ev_leadership ul h5 {
	color: var(--text);
	margin-top: 2%;
}
#ev_leadership ul h5 {
    color: var(--text);
    padding-top: 3%;
    font-size: 80%;
    text-align: center;
    display: inline-block;
    margin-top: 0;
}

#ev_leadership h4 {
	float: left;
    line-height: 1em;
}
#ev_leadership ul h6,
#ev_leadership ul h6 {
	margin-bottom: 2%;
	color: var(--five);
} */
#ev_leadership ul li {
	padding: 0;
    float: left;
    width: 100%;
	margin-bottom: 5%;
}
#ev_leadership ul li {
	padding: 0;
    float: left;
    width: 100%;
    margin:  0;
}
#ev_leadership a.r-more {
	float: right;
    color: var(--five);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 90%;
    line-height: 3em;
}
#ev_leadership ul li:first-of-type {
	margin-left: 0;
}
#ev_leadership ul li:last-of-type {
	margin-right: 0;
}
#ev_leadership ul li:last-of-type,
 #ev_leadership ul li:last-of-type {
	margin-bottom: 0;
}
#ue_cta {
	float: left;
	width: 100%;
}
/*.page-template-page-mountainside #ev_leadership ul li img{
	height: 100%;
    width: 100%;
}
.page-template-page-blueridge #ev_leadership ul li img {
	width: 100%;
	float: left;
}
.page-template-page-mountainside #ev_leadership ul li. .l-img {
	float: left;
	margin-right: 3%;
	margin-left: 0;
	width: 30%;
	height: 375px;
	overflow: hidden;
}
/*.page-template-page-blueridge #ev_leadership ul li .l-img {
    float: left;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}*/
.page-template-page-mountainside #ev_leadership ul li:nth-of-type(2n) .l-img {
/*.page-template-page-blueridge #ev_leadership ul li:nth-of-type(2n) .l-img*/ 
	float: right;
	margin-left: 3%;
	margin-right: 0;
}
.reg-btn {
    float: left;
	width: 60%;
    margin: 5% 20% 0;
    text-align: center;
    background: var(--text);
    color: var(--one)!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2% 0;
    text-decoration: none;
    text-shadow: none;
    font-size: 115%;
}
.home .reg-btn {
	margin: 1% 20% 0;
}
.home #cta_btns li.reg-online,
#cta_btns li.reg-online {
float: left;
	width:100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
.home .h-podlist {
    margin: 8% 0 0;
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}
.home .h-podlist ul {
	float: left;
    width: 100%;
    margin: 0;
	text-align: left;
}
.home .h-podlist li {
    display: inline-block;
    width: 31%;
    text-align: left;
	vertical-align: top;
}
.home .h-podlist li:nth-of-type(even) {
	margin-right: 3%;
	margin-left: 3%;
}
.home .h-podlist li div {
	height: 250px;
	overflow: hidden;
}
.home .h-podlist li img {
	width: 100%;
}
.home .h-podlist h4 {
	float: left;
    max-width: 70%;
    line-height: 1em;
    color: var(--text);
    text-transform: uppercase;
}
.home .h-podlist a.articles-link {
    float: right;
    color: var(--five);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 70%;
    margin-top: 1%;
}
.home .h-podlist li h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 65%;
    color: var(--three);
}
.home .h-podlist li a:nth-of-type(2) {
    float: left;
    display: block;
    width: 100%;
}
.home .h-podlist li p {
    font-size: 90%!important;
}
.home .h-podlist li a:last-of-type {
    float: right;
    text-align: right;
    text-transform: uppercase;
    font-size: 80%;
    color: var(--four);
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 1px;
	margin-top: 3%;
}
#sidebar .reg-btn {
	margin: 0 0 10%;
    width: 90%;
    padding: 4% 5% 3%;
	font-size: 90%;
}
#sidebar .reg-btn:nth-of-type(2) {
    background: none;
    margin: -8% 0 15%;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
    color: var(--five)!important;
    font-size: 14px;
}
a.click-reg,
.home a.click-reg {
	float: left;
	width:100%;
	text-align: center;
	margin-top: 10px;
    font-size: 70%;
    text-transform: uppercase;
    color: var(--five);
}
/* BLOG PAGES */
.wp-pagenavi {
    clear: both;
    margin-top: 8%;
    text-align: center;
	float: left;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 0!important;
    color: var(--three);
    font-family: var(--serif);
	border: none!important;
	margin: 0 1% 0 0!important;
}
.wp-pagenavi span.pages:after {
	content:' | ';
}

.wp-pagenavi span.current {
	border-bottom: 2px solid var(--two)!important;
    width: 100%;
}
#cta_btns {
	text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}
#cta_btns li {
	display: inline-block;
    width: 48%;
	margin: 0;
}
.home #cta_btns li a.reg-btn {
	width: 100%;
    margin: 5% 0 0;
    padding: 2% 0;
}
.blog .color-wrap,
.category .color-wrap,
.tag .color-wrap {
	width:100%;
}

.blog-wrap,
.c-wrap {
	max-width: 70%;
    float: left;
	list-style: none;
	margin: 0;
	width:70%;
}
.blog-wrap a {
	text-decoration: none;
	text-shadow: none;
}
.blog-wrap a.reg-btn {
	    width: 80%;
    float: left;
    margin: 2% 10%;
}
.blog-wrap li {
	margin-bottom: 12%;
	width:90%;
	padding: 0 5% 0;
	float: left;
}
.blog-wrap li:nth-of-type(2n) {
	background:var(--one);
}
.single .blog-wrap li:nth-of-type(2n),
.blog-wrap .c-slist li:nth-of-type(2n) {
	background:none!important;
}
.single .blog-wrap ul,
.single .blog-wrap li:first-of-type {
	margin-top: 0;
}
.single .blog-wrap ul {
	margin-bottom: 8%;
}
.single .blog-wrap li,
.single .blog-wrap li:first-of-type,
.single .blog-wrap li:nth-of-type(2n) {
	padding: 1% 0;
}
#comments ol {
	list-style: none;
    width: 100%;
    margin: 0;
    float: left;
}
#comments h2 {
	margin-bottom: 1%;
}

.single .akismet_comment_form_privacy_notice {
	    font-size: 80%;
    text-align: center;
    margin-bottom: 5%;
}
.single .akismet_comment_form_privacy_notice:after {
    content: '';
    display: block;
    height: 1px;
    background: var(--one);
    width: 100%;
    margin: 5% 0;
}
.single .comment-subscription-form {
margin: 1% 0 0;
    font-size: 80%;
    display: block;
    float: left;
    width: 100%;
    color: var(--five);
}
.single #comments input[type="checkbox"] {
	display: inline-block;
    margin: 0;
    padding: 0;
}
.single .comment-subscription-form .subscribe-label {
    display: inline-block!important;
    width: auto;
    float: none!important;
    vertical-align: middle;
	padding-left: 5px;
}
.single .blog-wrap #comments li {
	float: left;
    margin: 0;
    width: 80%;
    padding: 10%;
    font-size: 90%;
}
.single  #comments li:nth-of-type(odd) {
	background: var(--one);
} 
.single .blog-wrap #comments ul {
	margin-bottom: 0;
}
.single #comments li:last-of-type {
	padding-bottom: 8%!important;
}
.single .blog-wrap #comments ul.children:last-of-type {
	padding-bottom: 0!important;
}
.single .blog-wrap #comments li:nth-of-type(even) ul.children li {
	    background: var(--two);
	margin-bottom: 8%!important;
}

.single .blog-wrap #comments ul:last-of-type {
	padding-bottom: 8%!important;
}
.blog-wrap #comments .children {
	margin: 0 10%;
    width: 80%;
    float: left;
    list-style: none;
}
.blog-wrap #comments .children li {
    background: var(--white);
    padding: 5%!important;
    float: left;
    width: 90%;
    margin-top: 5%;
}
.blog-wrap #comments .children li:last-of-type {
	margin-bottom: 5%!important;
}
.blog-wrap .c-slist li:after {
	content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: var(--five);
    margin: 5% 0;
	clear: both;
	float: left;
}
.blog-wrap .c-slist li:last-of-type:after {
	display: none;
}
.blog-wrap li:nth-of-type(2n) {
	padding: 5%;
	padding-bottom: 5%!important;
}
.blog-wrap li:first-of-type {
	margin-top: 8%;
	padding-top:0;
}
.blog-wrap li:last-of-type {
	margin-bottom: 0;
}
.blog-wrap li:last-of-type:after {
	display: none;
}
.blog-wrap p:last-of-type {
	margin-bottom: 0;
}
.entry-meta,
.entry-meta a {
	color:var(--four);
}
.bl-title {
	display: block;
    font-size: 115%;
    font-family: var(--serif);
}
 a.bl-title {
	color: var(--text);
}
.p-thumb {
	    width: 80%;
    max-height: 400px;
    overflow: hidden;
    display: block;
    margin: 0 auto 5%;
}
.p-thumb img {
	padding: 0;
    width: auto;
    margin: 0 auto;
    display: block;
	max-width: 100%;
	min-width: 80%;
	height: auto;
}
.blog-wrap ul,
.blog-wrap ol {
	margin: 5% 10%;
	float: left;
	width: 80%;
}
.blog-wrap ul li,
.blog-wrap ol li {
	margin: 3% 0;
}
.quotes {
	display: none;
}
blockquote {
    margin: 5% 3% 5% 10%;
    border-left: 5px solid var(--four);
    padding-left: 3%;
    padding: 3% 0 2% 3%;
}
blockquote p {
    font-family: var(--sanserif);
    font-style: italic;
    color: var(--four);
    font-size: 95%;
    line-height: 150%;
	margin-top: 0;
}
blockquote cite {
	font-size: 80%;
    color: var(--five);
}
h1.post-title {
	margin-top: 5%;
}
.single-post #content {
	float: none;
    max-width: 1280px;
    margin: 0 auto;
}

#sidebar input[type="submit"],
#sidebar .sb-sub {
	width: auto;
    margin: 0 auto;
    padding: 2% 10%;
    display: block;
    float: none;	
}
#sidebar ul {
	margin:0!important;
}
#sidebar a {
	text-shadow: none;
	text-decoration: none;
}
#sidebar a:hover {
	opacity: .6;
}
#sidebar .sb-sub {
	margin: 0 auto;
    display: block;
    float: none;
}
.single-post .footer-meta:before, 
.single-post .footer-meta:after {
	height: 1px;
    content: '';
    background: var(--two);
    display: block;
    margin: 5% auto 2%;
    width: 100%;
}
.single-post .footer-meta:after {
	margin:2% 0 5%;
}
.single-post .entry-meta,
.single-post .footer-meta{
    font-size: 100%;
    text-align: left;
    margin-bottom: 3%;
    color: var(--four);
}

.single-post .footer-meta a:after {
	content:', ';
}
.single-post .footer-meta a:last-of-type:after {
	display: none;
}
.single-post .footer-meta,
.single-post .footer-meta a {
	color: var(--three)!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-post .footer-meta {
	font-size: 80%;
	text-align: center;
}
.single-post .footer-meta a:hover {
	color: var(--five)!important;
} 
.single-post .footer-meta span {
	width: 90%;
	margin:0 5%;
}
.single-post .entry-meta,
.single-post .entry-meta a {
	color: var(--four);
}
.single-post .blog-wrap i {
	font-size: 100%!important;
}
.single-post .footer-meta span.p-tags {
	margin-left: 3%;
}
.single-post .footer-meta span span {
	margin-left: 0;
}
.prev-post,
.next-post,
.prev-post a ,
.next-post a{
	color: var(--three);
}

.prev-post {
	text-align: left;
	margin-left: -5%;
}
.next-post {
	text-align: right;
}
.prev-post a:hover ,
.next-post a:hover {
	text-shadow: 0 0 2px var(--two);
}
#comments {
	float: left;
	width: 100%;
	margin: 5% 0 0;
}
#comments h4 {
	text-align: center;
}
#sidebar {
    width: 25%;
    float: right;
	margin-top: 5%;
}

#sidebar li {
	list-style: none;
	margin: 0;
}
#sidebar ul.header-sm {
	    text-align: center;
    float: left;
    width: 100%;
}
#sidebar ul.header-sm li {
display: inline-block;
    margin: 0 4%;
    width: auto;
    border-bottom: 0;
    float: none;
    font-size: 140%;
}
#sidebar ul.header-sm li:first-of-type {
	margin-left: 0;
}
#sidebar ul.header-sm li:last-of-type {
	margin-right: 0;
}
#sidebar ul.header-sm li i {
	color: var(--text);
}
#sidebar li {
	float: left;
	margin: 5% 0 15%;
	width: 100%;
	text-align: center;
}
#sidebar li#custom_html-2 a {
	float: left;
    width: 90%;
    background: var(--two);
    margin: 2% auto 0;
    padding: 2% 5%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#sidebar li#custom_html-2 a:hover {
	opacity: .8;
}
#sidebar li h5,
#sidebar h3 {
	color: var(--five);
}
#sidebar li li {
	font-size: 95%;
    border-bottom: 1px solid var(--four);
    padding-bottom: 5%;
    margin-bottom: 0;
}
#sidebar li li:last-of-type {
	border-bottom: 0;
}
#sidebar #media_image-3 div {
width: 100%!important;
}
#sidebar .wp-caption-text {
	font-size: 70%;
    color: var(--three);
    line-height: 1rem;
}
#sidebar .widget-title {
	text-align: center;
}
#sidebar li label {
	display: none;
}
#sidebar select {
    width: 100%;
    float: left;
    border: 1px solid var(--five);
    padding: 1% 0;
    font-family: 'Poppins', sans-serif;
    font-size: 80%;
    background: #fff;
    color: var(--five);
}
#sidebar #ue_events {
    float: left;
    width: 85%;
    padding: 5%;
    background: #fff;
    border: 8px solid var(--four);
    margin: 0;
}
#sidebar #ue_events h6 {
    text-align: center;
    font-size: 70%;
}
#sidebar #ue_events .ue-blurb {
	width: 100%;
    font-size: 100%;
    line-height: 1.2em;
    margin: 5% 0;
}
#sidebar #ue_events .ue-info {
	width: 100%;
    margin-top: 5%;
}
#sidebar #ue_events .e-links a {
	display: block;
    margin: 2% 0 0;
}
/* INPUTS */
label {
	width: 100%;
	clear: both;
	float: left;
}
input,
select {
    float: left;
    width: 94%;
    padding: 1% 3%;
    font-family: 'Poppins', sans-serif;
    font-size: 80%;
    border: 1px solid var(--four);
    color: var(--four);
    margin-bottom: 3%;
}
#sidebar input, #sidebar select {
    width: 93%;
}
#comments input {
    padding: 4% 2%;
}
input[type="submit"],
.sb-sub {
    background: var(--five);
    margin: 3% 35% 0;
    float: left;
    text-align: center;
    width: 30%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 1% 0;
    font-size: 90%;
	border: none;
}
input[type="submit"]:hover {
	cursor: pointer;
	background:var(--text);
}
#sidebar input[type="submit"] {
	background: var(--text);
}
#comments input[type="submit"] {
	padding: 1% 0;
    width: 34%;
    float: left;
    margin: 3% 33% 5%;
	border: none;
}
textarea {
	float: left;
    width: 90%;
    border: 1px solid var(--four);
    padding: 4.5%;
    font-size: 80%;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: var(--four);
}
/* MISC */

/* BUTTONS */
.blog .more-btn,
.category .more-btn,
.tag .more-btn {
color: var(--five);
    font-size: 100%;
    text-transform: uppercase;
    background: no-repeat;
    padding: 0;
    margin: 5% auto 0;
    text-align: center;
    width: 100%;
    display: block;
}
.blog div.entry-meta,
.category div.entry-meta,
.tag div.entry-meta {
	width: 100%;
	padding: 0;
}
/* CALENDAR */

#add-to-calendar-checkbox-label {
  cursor: pointer;
}
.term-previous-events .add-to-calendar {
	display: none;
}
.add-to-calendar {
	    width: auto;
    text-align: center;
    background: var(--two);
    border: none!important;
    float: right;
    box-shadow: none!important;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1% 8% !important;
}
label.add-to-calendar-checkbox {
	color:#fff;
	margin-bottom: 0;
	font-size: 90%;
}
.add-to-calendar-checkbox ~ a,
.add-to-calendar ~ a{
  display: none!important;
}

.add-to-calendar-checkbox:checked ~ a,
.add-to-calendar:checked ~ a{
	display: block!important;
    width: 100%;
    margin-left: 0;
    color: #fff;
    font-size: 80%;
}

input[type=checkbox].add-to-calendar-checkbox,
input[type=checkbox].add-to-calendar {
  display: none;
}


.icon-ical:before {
  background-position: -68px 0;
}
@media (max-width:1681px) { /* to display properly at 1440px */
	.home #hero,
	.page-id-9924 #hero {
		padding-top: 30%;
	}
	#hero {
		padding-top: 35%;
	}
	#nav_wrapper ul#menu-header-sub-menu > li, #nav_wrapper ul#menu-top-header-menu > li {
    margin: 0 3% 0 0;
}
	#nav_wrapper ul#menu-header-sub-menu > li > a, #nav_wrapper ul#menu-top-header-menu > li > a {
		font-size: 1.2vw;
	}
}
@media (max-width:1439px) { /* to display properly at 1280px */
	.home h3 {
		margin-left: 2%;
	}
	.home #newsletter h3 {
		margin-left: 0;
	}
	#fp_recart, .r-videos {
    float: left;
    width: 96%;
    margin: 3% 2% 0;
}
	.home #page_wrap {
		width:100%!important;
		margin:5% 0 0!important;
	}
	#page_wrap {
    margin: 5% 4% 0 6%;
    width: 90%;
}
	.reg-btn {
		font-size: 100%;
	}
}
@media (max-width:1279px) { /* to display properly at 1024px */
	html {
    font-size: calc(18px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
}
	#logo_wrap {
    width: 22%;
    margin-left: 1%;
}
	#logo {
    height: 190px;
    background-size: 100%;
}
.home .reg-btn {
    width: 40%;
    margin: 1% 30% 0;
}
.home .h-podlist {
    margin: 8% 5% 0;
    width: 90%;
}
	.home .h-podlist li {
    width: 30.75%;
	}
	.home .h-podlist li div {
    height: 200px;
	}
	.reg-btn {
    width: 80%;
    margin: 5% 10% 0;
	}
	#ex_opts li div {
    height: 182px;
	}
	#fp_recart ul li:nth-child(1n) {
    margin-right: 2.15%;
}
#fp_recart ul li {
    max-width: 23%;
}
	.single-podcast #page_wrap {
    margin: 0 4% 0 6%;
}
	a.lat-ep {
    padding: 1% 5%;
	}
	
	.post-type-archive-podcast .pod-wrap li div {
    height: 200px;
	}
	.post-type-archive-podcast #hero {
    padding-top: 40%;
	}
	.post-type-archive-podcast #hero h4 {
		margin-bottom: 5%;
	}
}
@media (max-width:1023px) { /* to display properly at 768 */
	#nav_wrapper {
    width: 75%;
    padding-right: 1%;
}
	.home .h-podlist li div {
    height: 150px;
	}
.post-type-archive-podcast .pod-wrap li div {
    height: 150px;
}
	#nav_wrapper ul#menu-header-sub-menu > li {
    margin: 0 3% 0 0;
}
	#logo {
    height: 140px;
	}
	#logo_wrap {
    margin-left: .25%;
}
	.home .reg-btn {
    width: 56%;
    margin: 1% 23% 0;
}
	.single-podcast #hero {
    padding-top: 40%;
}
	.single-podcast .hero-text {

    margin: -15% 10% 0;
	}
	#ex_opts li div {
    height: 142px;
}
	#fp_recart ul li:nth-child(1n) {
    margin-right: 1.99%;
}
	#ue_events .ue-info h6.ev-date {
}
	#sidebar ul.header-sm li {
		font-size: 125%;
	}
	#comments input[type="submit"] {
    margin: 3% 25% 5%;
		    width: 50%;
}
	#ex_opts li {
    margin: 0 auto;
    width: 30.5%;
	}
	html {
    font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (1920 - 300)));
}
	a.lat-ep {
		max-width: 35%;
	}
	#nav_wrapper ul li, #footer_wrap ul li {
    margin: 0 1.25%;
	}
	.post-type-archive-podcast h3 {
    font-size: 130%;
	}
	.single-podcast #sidebar .podcast-list ul li img {
    width: 100%;
}
	
}
@media (max-width:767px) { /* to display properly at 568px */

	#logo {
    height: 165px;
}
	#sidebar.ct a {
    font-size: 100%;
	}
	#ex_opts li div span {
    display: none;
	}
	#fp_blog a {
    line-height: inherit;
	}
	#fp_blog p:last-of-type {
    margin: 2% 0 0!important;
}
	#nav {
		display: none;
	}
	#nav_wrapper {
    width: 10%;
    padding-right: 1%;
}
	#logo_wrap {
    width: 30%;
    margin-left: 2%;
}
	.blog-wrap, .c-wrap {
    max-width: 100%;
    width: 100%;
}
	.home .h-podlist li div {
    height: 125px;
}
	.single-podcast #page_wrap {
    margin: 0 5%;
}
	.single-podcast .hero-text {
    margin: -20% 10% 0;
	}
	.single-podcast #hero {
    padding-top: 50%;
}
	.post-type-archive-podcast #hero h1 {
    font-size: 170%;
    margin: -6% 10% 0;
	}
	.post-type-archive-podcast #hero h4 {
		padding-bottom: 8%;
	}
	.podcast-list ul {
    column-count: 3;
}
	.post-type-archive-podcast .pod-wrap li {
    width: 46%;
		font-size: 110%;
	}
	.post-type-archive-podcast .pod-wrap li:nth-of-type(3n+2) {
	margin:5% 0 0;
}
	.post-type-archive-podcast .pod-wrap li:nth-of-type(even) {
	margin-left:7.25%;
}
	.post-type-archive-podcast .pod-wrap li div {
    height: 200px;
}
	.post-type-archive-podcast .pod-wrap li:nth-of-type(3),
	.post-type-archive-podcast .pod-wrap li {
		margin-top: 8%!important;
	}
	.single-podcast #sidebar .podcast-list ul li {
    width: 33%;
}
	#fp_recart ul li {
    width: 60%;
		margin-bottom: 5%;
}
	.home #ex_opts li {
		vertical-align: top;
	}
	.home #ex_opts li a {
		font-size: 90%;
	}
	#ex_opts li div {
        height: 125px;
    max-width: 100%;

}
	.home #ex_opts li:nth-child(2) {
    margin: 0 2% 2%;
}
	
	#ex_opts li:nth-child(2) {
    margin: 0 0 2%;
}
	#ev_leadership .leader-list h3 {
		font-size: 150%;
	}
	#ev_leadership .leader-list h4,
	.leader-list h4 {
		font-size: 125%;
	}
	#fp_recart ul li:nth-child(1n) {
        margin-right: 1.88%;
}
	#fp_recart ul li img {
    height: 100px;
}
	.home #newsletter .reg-btn {
		width:50%;
		margin:0 24%;
	}
	
	.ue-blurb {
    width: 100%;
    text-align: center;
}
	.ue-info {
    width: 100%;
		margin-top: 5%;
}
	.home #ue_events .ue-info h6.ev-date {
    text-align: center;
}
	#page_wrap {
    margin: 5% 5% 0;
    width: 90%;
	}
		.home .reg-btn {
    width: 64%;
    margin: 1% 18% 0;
}
	.leader-list .single-leader .l-img {
    width: 100%;
    max-width: 100%!important;
    margin-right: 0!important;
}
	.page-template-page-about .leader-list .l-img {
    max-width: 35%;
}
	.leader-list .l-img {
		max-width: 45%;
	}
	h1.page-title {
    margin-left: 0;
}
	#sidebar {
    width: 100%;
    float: left;
    margin-top: 5%;
}
	#sidebar ul {
    margin: 5% 0 0;
}
	#ex_opts li {
    margin: 0 auto 2%;
    width: 100%;
}
	/** NEW NAV **
	/* Important styles */

#nav_wrapper ul li {
   text-align: center;
    margin: 0;
    width: 100%;
}
#nav_wrapper ul li:hover {
	background:var(--one);
}
#nav_wrapper ul li:hover a {
	color:var(--text);
}
#toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 10px auto 1%;
}


#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: var(--text);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
    width: 100%;
    padding: 0 0 2%;
    margin: 0;
	display: block;
	z-index: 999;
}

/* menu appearance*/
#menu {
	position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  text-align: center;
  border-radius: 0;
  background: var(--text);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
	font-size: 125%;
	right: 0;
}
/*#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}*/
	
	#menu .menu-header-sub-menu-container li:first-of-type a:first-of-type:after {
		font-family: "Font Awesome 5 Free";
    content: '\f0dd';
    font-weight: 600;
    display: inline-block;
    background: var(--five);
    color: var(--white);
    padding: 0 3px 0 5px;
    margin-left: 1%;
    font-size: 10px;
    line-height: 18px;
    vertical-align: bottom;
	}
	#menu .menu-header-sub-menu-container .sub-menu li a:after,
	#menu .menu-header-sub-menu-container ul li:hover a:after{
		display: none!important;
	}
#menu ul, #menu li,#menu  li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
	#menu ul .sub-menu {
		display: none;
	}
	#menu-header-sub-menu-1 .current_page_item:hover .sub-menu,
	#menu-header-sub-menu-1 .current_page_item:active .sub-menu{
		display: block;
	}
	#menu ul .sub-menu li.reveal {
		display: block;
	}
	#menu ul .sub-menu li.reveal:hover {
		background:var(--four);
	}
#menu li a {
  padding: 5px;
  color: #FFF;
  text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 80%;
}
#menu li a:hover,
#menu li a:focus {
    background: var(--light-pink);
color: var(--dark-pink);
}
	p {
		margin:4% 0;
	}
}
@media (max-width:567px) { /* to display properly below 568 */
	#logo {
    height: 135px;
	}
	.header-sm {
    margin: -7% 0 0;
    text-align: center;
}
.home #ex_opts li:nth-child(2) {
    margin: 0 0 2%;
}

	#hero {
		padding-top:50%;
	}
	#cta_btns li {
    display: block;
    width: 90%;
    margin: 0 5%!important;
}
	.home #cta_btns li a.reg-btn {
    margin: 2% 0 0;
	}
	.host-info {
    float: left;
    width: 100%;
    margin: 3% 0 0;
}
	.post-type-archive-podcast #hero {
    padding-top: 30%;
}
	.post-type-archive-podcast #hero h1 {
    font-size: 150%;
    margin: 0 2% 0;
    width: 96%;
}
	.post-type-archive-podcast #hero h4 {
	    padding-bottom: 8%;	
	}
	.post-type-archive-podcast h3 {
    font-size: 110%;
}
	.post-type-archive-podcast .hero-text h1 {
    font-size: 150%;
	}
	.post-type-archive-podcast .pod-wrap li {
    width: 100%;
}
	.post-type-archive-podcast .pod-wrap li:nth-of-type(even) {
		margin-left:0;
		margin-right:0;
	}

.post-type-archive-podcast .pod-wrap li:nth-of-type(2), .post-type-archive-podcast .pod-wrap li:nth-of-type(3), .post-type-archive-podcast .pod-wrap li {
    margin-top: 10%!important;
}
		.post-type-archive-podcast .pod-wrap li:nth-of-type(1) 
	{
		margin-top: 0;
	}
	.single-podcast #hero {
    padding-top: 60%;
}

	.single-podcast .hero-text {
    margin: -30% 2% 0;
    width: 96%;
    font-size: 80%;
}
	.home .h-podlist li:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0;
}
	.home .h-podlist li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
	.home .h-podlist li div {
    height: 250px;
}
	.podcast-list ul {
    column-count: 2;
}
	h1.page-title {
		font-size: 175%;
	}
	#logo_wrap {
    width: 35%;
}
	.page-template-page-about .leader-list .l-img {
    max-width: 45%!important;
    width: 45%!important;
}
	.home h1 {
    margin-right: 2%;
    font-size: 200%;
	}
	.home #ex_opts li {
    width: 100%;
    margin: 0;
}
	.home .reg-btn {
    width: 90%;
    margin: 1% 5% 0;
}
	.reg-btn {
    width: 100%;
    margin: 5% 0 0;
    max-width: 100%;
}
#fp_blog li img {
    width: 64%;
    float: none;
    margin: 0 auto;
    display: block;
}
	#fp_recart ul li {
    width: 100%;
    max-width: 100%;
		text-align: center;
}
	#fp_recart ul li img {
    height: 150px;
    width: 60%;
    margin: 2% auto;
    display: block;
    float: none;
}
	.ue-blurb {
    width: 100%;
    text-align: center;
    font-size: 140%;
    line-height: 1.15em;
    margin-top: 2%;
}
	p {
    font-size: 100%;
}
	.single img,
	.single .alignleft,
	.single .alignright,
	.single .alignnone {
	display: block;
	margin:0 auto;
	float: none;
}
	#page {
		word-wrap: break-word; 
	}
}
@media (max-width:414px) {
#logo {
    height: 100px;
}
}