.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.single_term {
    cursor: pointer;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    
}
.category_count {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: #1e2b68;
}
.radio_svg {
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.clear_all {
    cursor: pointer;
    color: #f7941d;
    font-size: 14px;
}
.filter_active.single_term .inner_circle {
    fill: #1e2b68;
}
.single_pcfm_post {
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid #cacaca;
    background: #fefefe;
    border-radius: 3px;
}
.featured_wrap_block {
    display: none;
}
.has_featured_image .featured_wrap_block {
    display:block;
    width: 200px;
}
.has_featured_image .text_details_wrap {
    width: calc(100% - 200px);
    padding-left: 25px;
}
.featured_image {
    display:block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 500px;
    width: 100%;
}
.featured_image::after {
	position: relative;
	display: block;
	content: " ";
	padding-bottom: 56%;	
	width: 100%;
}
.pcfm_filter_block {
	margin-bottom: 50px;
	padding-top: 25px;
	width: 333px;
	padding: 25px;
}
.postsfeed_status_wrap {
	text-align: right;
}
.category_count {
 
}
.pcfm_filter_wrap {
	padding: 25px;
	border: 1px solid #cacaca;
	border-radius: 5px;
}
.primary_content {
	width: calc(100% - 333px);
	padding: 25px;
}
.category_filter_section_block {
	width: 100%;
}
.outer_circle {
	stroke-width: 2px;
	stroke: #000000; 
	fill: transparent;
}
.inner_circle {
	stroke-width: 1px;
	stroke: none; 
}
.category_filter_section_title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.category_filter_set {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cacaca;
}
.post_title {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #1e2b68;
}
.date_wrap {
	color: #6e7177;
	font-size: 12px;
}
.navigation {
	padding: 25px 0;
}
.sortby_options_wrap {
	width: calc(100% - 150px);
}
.found_posts_wrap {
	width: 150px;
}
.sortby_option {
	padding: 0px 15px;
	cursor: pointer;
}
.sortby_option.sort_active {
	background-color: #ededed;
}
.sortby_options_wrap {
    justify-content: flex-start;
}
.postsfeed_status_block {
	margin-bottom: 15px;
}
.single_pcfm_post:last-child {

}
h1.post_title {
    font-size: 28px;
}
.content_block {
    background: #eee;
}
.middle_column {
	background-color: #fafafa;
	border: 1px solid #cacaca;	
	border-radius: 6px;
	margin-top: 25px;
}
.postsfeed_status_wrap {
    background: #fefefe;
    padding: 5px 15px;
    border: 1px solid #cacaca;
    border-radius: 3px;
}
.postsfeed_content_wrap {


}
.filter_icon {
	width: 25px;
}
.mobile_filter {
	padding: 5px 25px;
	background-color: #e6e6e6;
	align-items: center !important;
	justify-content: flex-start !important;
}
.mobile_filter_section {
	display: none;
}
.all_filters {
	width: calc(100% - 100px);
}
.mobile_filter_section .all_filters_padding {
	align-items: center !important;
	justify-content: flex-start !important;
}
.desktop_filter_section .all_filters {
	width: 100%;
}
.lw_class_on_off {
	cursor: pointer;
}
.found_posts {
	font-weight: bold;
}
.content_block {
	padding: 25px 25px;
}
.sort_by_text {
	color: #1e2b68;
	font-weight: bold;
}
.page-numbers {
	margin-right: 5px;
}
.page-numbers.current {
	background-color: #1e2b68;
	display: inline-block;
    border-radius: 100%;
	width: 25px;
	height: 25px;
	line-height: 15px;
    text-align: center;
    padding-top: 5px;
    color: #ffffff;
}
.check {
	fill: #ffffff;
	
}
.check_wrap {
	opacity: 0;
}
.filter_active .check_wrap {
	opacity: 1;
}
.interest_wrap {
	width: 125px;
}
.post_type_sessions.has_featured_image .text_details_wrap {
	width: calc(100% - 350px);
}
.post_type_sessions.no_featured_image .text_details_wrap {
	width: calc(100% - 150px);
}
.topic_cat {
	display: inline-block;
	padding: 2px 15px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #1e2b68;
	line-height: 1em;
	font-size: 12px;
}
.single_pcfm_post.hide_result {
	display: none;
}
.hide_sub_menu .sub_filter_menu {
	display: none;
}
.hide_result {
	
}
.entire_filter_block {
	position: relative;
}
.primary_filter_item {
	position: static;
	display: inline-block;
	padding-bottom: 80px;

}
.sub_filter_menu {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
}
button.filter_agenda.week_filter {
	border: 1px solid #303030 !important;
}
button.filter_agenda.day_filter {
	border: 1px solid #303030 !important;
}
button.filter_agenda.week_filter:focus, button.filter_agenda.day_filter:focus {
    outline: none;
    border: none;
}
.consent_field_wrap .ginput_container_consent {
    position: relative;
    padding-left: 25px;
}
.consent_field_wrap .ginput_container_consent input {
    position: absolute;
    top: 0px;
    left: 0px;
}   

.gform_wrapper .checkbox_field_wrap .ginput_container_checkbox li {
    position: relative;
    padding-left: 25px !important;
}
.checkbox_field_wrap .ginput_container_checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
} 
.gform_wrapper .checkbox_field_wrap .ginput_container_checkbox li {
    position: relative;
    padding-left: 25px !important;
}
.checkbox_field_wrap .ginput_container_checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
} 
.gform_wrapper .radio_field_wrap .ginput_container_radio li {
    position: relative;
    padding-left: 25px !important;
}
.radio_field_wrap .ginput_container_radio input {
    position: absolute;
    top: 0px;
    left: 0px;
} 
.radio_field_wrap .ginput_container_radio label {
	margin-left: 0px !important;
    color: #1e2b68 !important;
} 

.my_agenda_feed .post_type_sessions.no_featured_image .text_details_wrap {
    width: calc(100% - 230px);
}
.my_agenda_feed .interest_wrap {
    width: 190px;
}
.my_agenda_feed .has_featured_image .featured_wrap_block {
	width: 150px;
	height: 150px;
}
.my_agenda_feed .after_landscape::after {
    padding-bottom: 100%;
}

@media screen and (max-width: 1199px) {
	.interest_wrap {
		position: absolute;
		top: auto;
		bottom: 0px;
	}
	.has_featured_image .featured_wrap_block {
		max-width: 50%;
	}
	.post_type_sessions.has_featured_image .text_details_wrap {
		width: 50%;
	}
	.single_pcfm_post {
		padding-bottom: 50px;
	}
	.single_pcfm_post .featured_image {
		background-position: left center;
	}
	.my_agenda_feed .single_pcfm_post {
	   padding-bottom: 75px;
	}    
}
@media screen and (max-width: 840px) {
	.all_filters {
		max-height: 0px;
		overflow: hidden;
	}
	.mobile_filter_on .all_filters {
		max-height: none;
	}
	.pcfm_filter_block {
		width: 100%;
	}
	.primary_content {
	    width: 100%;
	}
	.pcfm_filter_block {
	    margin-bottom: 0px;
	}
	.has_featured_image .featured_wrap_block {
	    width: 100%;
	    margin-bottom: 25px;
	}
	.has_featured_image .text_details_wrap {
	    width: 100%;
	    padding-left: 0px;
	}
	.desktop_filter_section {
		display: none;
	}
	.mobile_filter_section {
		display: block;
	}
	.sortby_option {
		width: 100%;
		text-align: left;
		background-color: #ededed;
		margin-bottom: 2px;
	}
	.sortby_options_wrap .all_filters {
	    width: calc(100% - 70px);
	}
	.sortby_options_wrap {
	    width: calc(100% - 120px);
	}
	.found_posts_wrap {
	    width: 120px;
	}
	.mobile_filter {
		margin-bottom: 25px;
	}
	.mobile_filter_section .all_filters {
		width: 100%;
	}
	.my_agenda_feed .single_pcfm_post {
	   padding-bottom: 75px;
	}
	.my_agenda_feed .post_type_sessions.no_featured_image .text_details_wrap {
		width: 100%;
	}

}