/* 
Theme Name: Ascend Books 2023
Theme URI: http://newtheme.com
Description: A description about the theme
Author: Vaughn Tech / Jason Vaughn
Author URI: http://www.author.com
Version: 1.0
Tags: responsive, black, white, columns, custom menu, etc.


$blue=#0e183d;
$subhead_link_blue=#abaebb;
$link_blue=#294ed7;
$foot_blue=#192759;

$readmore_blue=#005ca5;
$readmore_blue_hover=#589bd1;

$char=#333;

*/

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;   
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

.ui-menu-item-wrapper {
	padding:3px 10px;
}

.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: red;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
	cursor:pointer;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

/* WORDPRESS SPECIFIC STYLES */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

body,html {
	margin:0;
	height:100%;
	width:100%;
	font:16px 'Lato',Arial,sans-serif;
}

body {
	font-size: 16px;
	font: 16px 'Raleway', sans-serif;
	font-weight:400;
}

img {
	border: none
}

* {
	box-sizing: border-box;
	transition:font-size .25s;
}

#nav,
h1,
h2,
h3,
h4,
img,
p {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img,a {
	outline:none;
}


.gen_content h1 {
	font-size:2em;
	font-weight:500;
	margin:0;
	border-bottom:1px solid #0e183d;
}

.gen_content h2, .press_releases h2 {
	font-size:1.5em;
	font-weight:500;
	margin:1.5em 0 0 0;
	color:#005ca5;
}

.gen_content h3 {
	font-size:1.25em;
	font-weight:500;
	margin:0;
}

.gen_content p+h3 {
	margin-top:1em;
}



.gen_content p {
	margin:1em 0 0 0;
	font-size:1.025em;
	line-height:1.5em;
	letter-spacing:.025em;
}

.gen_content h1+p {
	margin-top:2em;
}

.gen_content h2+p {
	margin-top:2em;
}

.gen_content ul {
	font-size:1.025em;
	line-height:1.25em;
	letter-spacing:.025em;
}

.gen_content ul li {
	margin-bottom:.5em;
}


.content_with_sidebar {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}


.sidebar {
	flex:0 0 30%;
	margin-left:30px;
	padding:20px;
	background: rgb(14,24,61);
	background: linear-gradient(180deg, rgba(14,24,61,1) 6%, rgba(48,61,106,1) 90%);
	color:white;
	position:relative;
}

.sidebar:after {
	content: url(/wp-content/themes/ascend2023/svg/sidebar_bottom.svg);
	position:absolute;
	bottom:-10px;
	left:0;
}


.sidebar_box {
	width:100%;
	border:3px dotted rgba(0,0,0,.15);
	padding:25px;
	background-color:rgba(14,24,61,.05);
	
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom:20px;
	position:relative;
}


.sidebar_box h3 {
	font-size:1.35em;
	font-weight: 600;
	margin:0;
}

.sidebar_box p {
	font-size:1.025em;
	margin:.5em 0 0 0;
	opacity:.75;
}

.sidebar_box a {
	color:#9dd5fd;
}

.sidebar_box a:hover {
	color:white;
}

.sidebar_header_flex {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	margin-bottom:20px;
}

.sidebar_header_flex>div {
	flex:0 0 50px;
	padding-right:10px;
}

.sidebar_header_flex img {
	width:100%;
	height:auto;
	max-width:200px;
}




.gen_width {
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

.max_width {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
} 

.gen_top_pad {
	padding-top:100px;
}

.small_top_pad {
	padding-top:40px;
}


.gen_top_marg {
	margin-top:100px;
}

.small_top_marg {
	margin-top:40px;
}

.top_bar {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	padding-top:15px;
	padding-bottom:15px;
}

.top_bar>div {
	
}

.top_bar .top_logo_div {
	flex:0 0 190px;
	padding-right:30px;
}

.top_search_and_assocs {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:column;
	
}

.top_search_and_assocs>div {

}

.top_bar .top_logo_div img {
	width:100%;
	height:auto;
	max-width:200px;
}



.top_bar .top_search {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-flow:row nowrap;
}

.top_bar .top_assocs_div {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-flow:row nowrap;
}

.top_bar .top_logo_div img {
	width:100%;
	height:auto;
	max-width:170px;
}



.top_bar .top_assocs_div a {
	flex:0 0 20%;
	padding:0 3px;
	margin:0;
}

.top_bar .top_assocs_div img {
	display:block;
	margin:0 auto;
}



.top_bar .top_assocs_div .ipba_logo{
	/* ibpa */
	width:100%;
	height:auto;
	max-width:130px;
	opacity:.35;
}

.top_bar .top_assocs_div .siba_logo{
	width:100%;
	height:auto;
	max-width:75px;
	opacity:.50;
}

.top_bar .top_assocs_div .miba_logo{
	width:100%;
	height:auto;
	max-width:100px;
	opacity:.50;
}

.top_bar .top_assocs_div .mpib_logo{
	width:100%;
	height:auto;
	max-width:70px;
	opacity:.50;
}

.top_bar .top_assocs_div .aba_logo{
	width:100%;
	height:auto;
	max-width:70px;
	opacity:.50;
}

.top_bar .top_assocs_div a:hover img {
	opacity:.85;
}





.top_search form {
	margin:0;
	padding:0;
	border:1px solid #AAA;

	width:100%;
	min-width:100px;

	display:inline-flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.top_search input[type=text] {
	flex:1 1 100% !important;
	width:100%;
	min-width:150px;
	font-size:1em;
	padding:5px 0 5px 10px;
	outline:none;
	border:none;
	min-width:0 !important;
	margin:0;
}

.top_search input[type=text]::placeholder { 
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #CCC;
	opacity: 1; /* Firefox */

}

.top_search input[type=submit] {
	flex:0 0 40px;
	padding:5px;
	border:none;
	outline:none;
	background-color:white;
	cursor:pointer;
	transition: background-color .25s, color .25s;
	
}

.top_search input[type=submit]:hover {
	color:white;
	background-color:#666;
}

.navbar_wrap {
	background-color:#0e183d;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
	z-index: 3;
}

.sticky {
	width:100%;

	position: fixed !important;

	top: 0;
	left: 0;
	z-index: 10;
	border-bottom: 3px solid rgba(255, 255, 255, .25);
}

.navbar_placeholder {
	display:none;
}



nav>ul {
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	letter-spacing:.05em;
	color:white;
}

nav>ul>li {
	padding:0 0 0 2em;
	position:relative;
}

nav a {
	text-decoration: none;
	opacity:.75;
	font-weight:500;
	color:white;
	transition:opacity .25s;
	font-size:1em;
}

nav a:hover {
	opacity:1;
}

.burger {
	display:none;
}

.subnav {
	position:absolute;
	top:100%;
	left:0;
	list-style: none;
	margin:0;
	padding:.75em 0 0 0;
	display:none;
}

.subnav li {
	background-color:#0e183d;
	margin-left:1em;
	transition: background-color .55s;
}

.subnav li:hover {
	transition: background-color .05s;
	background-color:#294ed7;
}

.subnav a {
	display:block;
	padding:10px 1em 10px 1em;
	border-bottom:1px solid rgba(255,255,255,.25);
	white-space: nowrap;
}

@media all and (min-width:650px) {
	.has_sub:hover .subnav {
		display:block;
	}
}







.hero_wrap {
	max-width:1920px;
	margin:0 auto;
}

.hero {
	/* 560 */
	max-width:1920px;
	
	background-color:#EEE;
}

.slide {
	background-size:contain;
	background-position:center center;
	padding-bottom:44.271%;
	background-repeat: no-repeat;
	position:relative;
}

.mobile_slide {
	display:none;
}

.hero_content {
	position:absolute;
	top:50%;
	left:16.5%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 
	width:30%;

}


.hero_preheader {
	font-size:1.5em;
	margin:0;
	font-weight:600;
}

.hero_header {
	font-size:3em;
	font-weight:600;
	margin:0;
	line-height:.8em;
}

.hero_subheader {
	font-size:1.5em;
	margin:0;
	font-weight:600;
}

.hero_details {
	font-size:1em;
	margin:1em 0 0 0;
	font-weight:normal;
}

.hero_button {
	display:inline-block;
	text-decoration:none;
	font-size:1.25em;
	font-weight:600;
	padding:5px 20px;
	margin-top:2em;
	transition:opacity .25s;
}

.hero_button:hover {
	opacity:.5;
}


.intro_section {
	background-color:#0e183d;
	color:white;
}

.intro_section h1 {
	display:none;
}

.intro_section>div {
	background-image: url(/wp-content/uploads/feather_quill.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	background-size:contain;
	padding-top:100px;
	padding-bottom:100px;
}

.intro_section p {

	margin:0;
	padding:0;
	font-size:1.125em;
	line-height:1.75em;
	letter-spacing:.05em;
}

.top_book_section {
	background:url(/wp-content/uploads/architect_bkg.png);
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	position:relative;
	min-height:700px;
}



.top_book_section svg{
	margin:0;
	padding:0;
	fill:#0e183d;
	width:100%;
	height:46px;
	max-width:1920px;
	display:block;
}

.recent_book_section {
	position:relative;
	min-height:700px;
}


.recent_book_section svg{
	margin:0;
	padding:0;
	width:100%;
	height:565px;
	max-width:1920px;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	fill:rgba(231,187,65,.21) !important;
	z-index:-1;
	display:block;
}

.coming_soon_book_section {
	position:relative;
	min-height:300px;
}


.coming_soon_book_section svg{
	margin:0;
	padding:0;
	width:100%;
	height:565px;
	max-width:1920px;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	fill:rgba(123,188,253,.15) !important;
	z-index:-1;
	display:block;
}



.book_section h2,
.hp_events h2 {
	font-size:2em;
	font-weight:500;
	color:#0e183d;
	margin:0;
}

.hp_events h2 {
	color:black;
}



.hp_subhead_link {
	color:#abaebb;
	font-size:1.25em;
	font-weight:600;
	text-decoration: none;
	transition: color .25s;
}

.hp_subhead_link:hover {
	color:#0e183d;
}

.vid_promo_flex_wrap {
	background-color:#efefef;
}

.vid_promo_flex h2 {
	color:#0e183d;
	font-size:1.75em;
	font-weight:400;
}

.vid_promo_flex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.vid_promo_flex>div {
	padding:50px 20px;
}

.vid_promo_flex>div:first-child {
	flex:0 0 66%;
}

.vid_promo_flex>div:last-child {
	flex:0 0 33%;
	background-color:white;
	text-align:center;
}

.vid_promo_flex>div:last-child img {
	width:100%;
	height:auto;
	max-width:300px;
}

.more_vids {
	font-size:1.25em;
	font-weight:bold;
	color:#005ca5;
	text-decoration: none;
}

.more_vids:over {
	color:#589bd1;
}

.vid_grid {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
	
}

.vidblock {
	flex:0 0 50%;
	padding:20px;
	max-width:380px;
}

.vid_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	margin-bottom:16px;
}

.vid_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.vidblock h3 {
	font-size:1.375em;
	font-weight:400;
	margin:0;
}

.vidblock h4 {
	font-size:.85em;
	font-weight:600;
	margin:0;
}

.vidblock p {
	font-size:1em;
	font-weight:400;
	margin-top:1em;
}

.vidblock img {
	width:100%;
	height:auto;
	max-width:340px;
}

.vid_butt {
	font-size:1em;
	font-weight:600;
	text-decoration: none;
	color:#294ed7;
	transition:opacity .25s;
}

.vid_butt:hover {
	opacity:.5;
}



.event_grid {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	flex-flow:row wrap;
	padding-bottom:20px;
}

.event_grid_past_events {
	border-top:1px solid #CCC;
}

.event_box {
	flex:0 0 45%;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	flex-flow:row nowrap;
	padding:20px 5px;

	font-size:1em;
}


.event_box>div:last-child {
	flex:1 1 75%;
	padding:0 20px 0 20px;
	xoutline:1px solid blue;
}

.event_box .edate {
	border-bottom:1px solid #CCC;
	font-size:1.375em;
	font-weight:bold;
	color:black;
	margin:0;
}

.event_box .edate span {
	color:#b3b3b3;
}

.event_box .etitle {
	font-size:1.125em;
	color:black;
	font-weight:bold;
	margin:1em 0 0 0;
}

.e_sh_desc {
	font-size:1em;
	color:#666;
	margin:0 0 0 0;
}

.e_readmore {
	margin:1em 0 0 0;
}
.e_readmore a {
	text-decoration: none;
	font-weight:bold;
	color:#005ca5;
}

.e_readmore a:hover {
	color:#589bd1;
}

.e_thumb {

	flex:0 0 150px;
	height:150px;

	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}

.e_thumb a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.specials_flex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.specials_flex>div {
	flex:0 0 50%;
}

.specials_flex>div:first-child {
	padding-right:20px;
}
.specials_flex>div:last-child {
	padding-left:20px;
}

.specials_flex h3 {
	font-size:1.5em;
	margin:0;
}

.specials_flex h4 {
	font-size:1em;
	margin:0;
	font-weight:normal;
	opacity:.65;
}

.specials_flex p {
	line-height:1.5em;
	font-size:1em;
}

.specials_flex img {
	float:right;
	margin:0 0 20px 20px;


	width:100%;
	height:auto;
	max-width:120px;
}



.powerhouse {
	max-width:1920px;
	margin:100px auto 0 auto;
	padding:70px 20px;

	background: #deeefa;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(222,238,250,1) 100%);
}

.powerhouse h2 {
	font-size:1.375em;
	font-weight:normal;
	margin:0;
}

.powerhouse p {
	font-size:1.125em;
	line-height:1.5em;
}

.powerhouse a {
	font-weight:bold;
	color:#294ed7;
	text-decoration:none;
}

.powerhouse>div {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.powerhouse>div>div:first-child {
	flex:0 0 25%;
	padding-right:50px;
}

.powerhouse>div>div:first-child img{
	width:100%;
	height:auto;
	max-width:400px;
}

.powerhouse>div>div:last-child {
	padding-left:50px;
}



footer {
	background-color:#192759;

	background-image: url(/wp-content/uploads/foot_watermark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:100% 100%;

	color:rgba(255,255,255,.75);

	max-width:1920px;
	margin:60px auto 0 auto;
}

footer svg {
	width:100%;
	height:80px;
	max-width:1920px;
	fill:white;
	display:block;
}


.foot_flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
	padding:60px 20px 40px 20px;
}

.copy {
	text-align:center;
	font-size:.85em;
	opacity:.75;
}

.version {
	text-align:center;
	padding-bottom:60px;
	font-size:.75em;
	opacity:.75;
}

.foot_flex>div {

}


.foot_flex>div:nth-child(1) {
	flex:0 0 20%;
	min-width:200px;
	text-align:center;
}
.foot_flex>div:nth-child(2) {
	flex:1 1 60%;
	text-align:center;
	padding:0 20px;
	max-width:500px;
}
.foot_flex>div:nth-child(3) {
	flex:0 0 20%;
	text-align:center;
}

.tel {
	text-decoration:none;
	color:rgba(255,255,255,.75);
	font-weight:bold;
	font-size:1em;

	display:inline-block;
	margin-top:1em;
}


.foot_logo {
	width:100%;
	height:auto;
	max-width:200px;
	opacity:.55;
	margin-bottom:20px;
}

.foot_assoc_logos img {
	width:100%;
	height:auto;
	opacity:.55;
	display:block;
	margin:15px auto 0 auto;
}

footer .ibpa_logo {
	max-width:100px;
}

footer .siba_logo {
	max-width:75px;
}

footer .miba_logo {
	max-width:95px;

}
footer .miba_logo {
	max-width:95px;
}

footer .aba_logo {
	max-width:75px;
}

footer .mpib_logo {
	max-width:75px;
}

.foot_assoc_logos img:hover {
	opacity:.95;
}

.foot_navs a {
	text-decoration:none;
	color:rgba(255,255,255,.75);
	font-weight:bold;
	font-size:1em;
}

.foot_navs ul {
	list-style:none;
	margin:0;
	padding:0;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.foot_navs ul>li {
	/*border-bottom:2px solid rgba(255,255,255,.75);*/
}

.show_search_terms {
	margin:0;
	font-weight:bold;
}

.show_search_terms span {
	font-style:italic;
	font-weight:normal !important;
}

.search_results {
	min-height:400px;
	margin-top:60px;
}



.contact_box {
	max-width:1200px;
	border:3px dotted #CCC;
	padding:25px;
	margin:2em 0;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}


.contact_box>div:last-child {
	flex:1 1 100%;
	padding-left:40px;
}

.contact_box img {
	width:100%;
	height:auto;
	max-width:150px;
	opacity:.1;
}

.contact_box p {
	font-size:1.125em;
	margin:0 0 1em 0;
	font-weight:600;
}

.contact_box span {
	display:block;
	margin-top:.25em;
}

.contact_name {
	display:block;
	font-size:1.125em;
	font-weight:bold;
}

.contact_title {
	display:block;
	font-size:1em;
	font-style:italic;
}

.contact_tel {
	display:block;
	font-size:1.125em;

}

.contact_email {
	display:block;
	font-size:1.125em;
}

.press_releases ul {
	margin-top:3em;
	list-style-type: square;
	color:#999;
}

.press_releases ul li {
	margin-top:1em;
}


.press_releases a {
	font-size:1.125em;
	color:#0e183d;
	text-decoration:none;
}

.press_releases a:hover {
	text-decoration:underline;
	color:#294ed7;
}



.attention_box {
	max-width:750px;
	border:3px dotted #CCC;
	padding:25px;
	margin:2em 0;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.attention_box>div:first-child {
	flex:0 0 520px;
}

.attention_box img {
	width:100%;
	height:auto;
	max-width:200px;
	opacity:.25;
}

.attention_box h3 {
	font-weight: 700;
}

.attention_box p {
	font-size:1.125em;
	margin:0 0 1em 0;
}


.inquiry_concerns h4 {
	font-size:1.25em;
	font-weight:700;
	margin:1.5em 0 0 0;
}

.inquiry_concerns p {
	margin:0;
}


address {
	margin-top:2em;
}

address p {
	margin:0 0 0 0 !important;
	font-style:normal;
	font-size:1.125em;
}


.powerhouse_navbar {
	outline:1px solid #CCC;
	padding:7px 10px;

	background-color:#303d6a;
	text-align:center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.powerhouse_navbar p {
	font-size:1em;
	margin:0;
	color:white;
	opacity:.85;
}

ul.powerhouse_nav {
	list-style: none;
	margin:0 !important;
	padding:0 !important;

	display:flex;
	justify-content:center;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;

	letter-spacing:.05em;
}

ul.powerhouse_nav li {
	padding:0 10px;
	margin:0;
	position:relative;
}

.powerhouse_nav li:first-child {
	padding-left:0;
}

.powerhouse_nav a {
	font-size:.85em;
	font-weight:bold;
	color:#ffeaa0;
	text-decoration: none;
	opacity:.75;
	transition:opacity 1.25s;
}

.powerhouse_nav a:hover {
	transition:opacity .25s;
	opacity:1;
}

.hid_powerhouse {
	display:none;
}

.hid_sidebar_powerhouse {
	display:none;
}

.single_event_flex {
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.single_event_flex sup {
	font-size:.55em;
}

.single_event_flex ul li {
	margin-bottom:1em;
}

.single_event_flex>div {
	/*outline:1px solid red;*/
}

.single_event_flex>div:first-child {
	flex:1 1 30%;
	max-width:300px;
}

.single_event_flex>div:last-child {
	flex:1 1 70%;
	padding-left:80px;
}

.single_event_flex>div:first-child img{
	
	height:auto;
	max-width:100%;
}

.single_event_flex h1 {
	font-size:2em;
	margin:0;
}

.single_event_flex .edate {
	border-bottom:1px solid #CCC;
	font-size:1.375em;
	font-weight:bold;
	color:black;
	margin:0;
	padding-bottom:16px;
}

.single_event_flex .edate span {
	color:#b3b3b3;
}

.event_desc p {
	line-height:1.5em;
	font-size:1.125em;
}

.event_gallery_grid {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
	padding-top:40px;
}

.event_gallery_grid a {
	display:block;
	width:100%;
	padding-bottom:75%;

	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;

	background-color:#EEE;

	border:10px solid #EEE;

	outline:5px solid transparent;

	transition: outline-color 1.25s;
	
}

.event_gallery_grid a:hover {
	transition: outline-color .25s;
	outline-color:#005ca5;
}

.event_gallery_grid figure {
	flex:0 0 20%;
	margin:0 0 0 0;
	padding:0 10px 40px 10px;

}


.event_gallery_grid img {
	width:100%;
	height:auto;
	max-width:500px;
}

.event_gallery_grid figcaption {
	font-size:.9em;
	padding-top:1em;
}

.fancybox-stage * {
	transition:none;
}


.fancy_overlay_clicktarget {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	
	background-color:rgba(0,0,0,.25);
	transition:background-color .25s;
}

.fancy_overlay_clicktarget:hover {
	background-color: transparent;
}




.press_block {
	margin-top:30px;
	border-bottom:1px solid #CCC;
}

.press_block h3 {
	font-size:1.35em;
	font-weight:700;
	margin:0 0 0 0 !important;
}

p.press_strapline {
	margin:1em 0;
	font-size:1em;
	font-weight:600;
	/*font-style:italic;*/
	
}

.press_subheading {
	display:block;
	font-size:.75em;
}
.press_authors{
	display:block;
	font-size:.85em;
	margin:.35em 0 0 0;
}

.press_butt_wrap a {
	color:#005ca5;
	font-size:1em;
	font-weight:700;
}

.press_butt_wrap a:hover {
	color:#589bd1;
	font-size:1em;
	font-weight:700;
}
.press_date {
	margin:0 0 .5em 0;
	font-style:italic;
	font-size:.85em;
}

.press_body {
	font-size:1em;
	line-height:1.35em;
}

.tiny_tutors_flex {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
	flex-flow:row nowrap;

	border:1px dotted #CCC;
	padding:20px;

	margin-top:60px;
}

.tiny_tutors_flex div {
	/*border:1px solid red;*/
}

.tiny_tutors_flex>div:first-child {
	flex:1 0 25%;
	text-align:center;
	max-width:150px;
}

.tiny_tutors_flex div:first-child img {
	width:100%;
	height:auto;
}

.tiny_tutors_flex>div:last-child {
	padding-left:20px;
}

.tiny_tutors_flex p {
	font-size:1em;
	line-height:1.25em;
}

.tiny_tutors_flex h3 {
	font-size:1.25em;
	font-weight:bold;
}

.event_item_flex {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	flex-flow:row nowrap;
	margin-top:2em;
}

.event_item_flex>div:first-child {
	flex:0 0 200px;
	padding-right:1em;
}

.event_item_flex img {
	width:100%;
	height:auto;
	max-width:200px;
}

.partner_logos {
	display:flex;
	justify-content:center;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
	text-align:center;
}

.partner_logos>figure {
	flex:0 0 150px;
	margin:0;
	padding:10px 10px;
	text-align:center;
}

.partner_logos img {
	width:100%;
	height:auto;
}

.square_logo {
	max-width:120px;
}

.tall_logo {
	max-width:100px;
}

.long_logo {
	max-width:210px;
}

.logo_anim {
	opacity:.25;
}


.partner_logos img {
	transition:opacity 1.25s, transform .75s;
}

img.logo_pre_anim {
	transition:opacity 0s, transform 0s;

	transform:scale(1.75);
	opacity:0;
}

.partner_logos figure {
	display: flex;
	flex-direction: column;

	font-size:.85em;
	
}

.partner_logos figure div {
	flex: 1; /* Grow to fill remaining space */
	/* force content to vertical center */
	display: flex;
	align-items: center;
	justify-content: center;


}

.partner_logos figure figcaption {
	align-self: flex-end;
	margin-top:2em;
	xheight:4em;
	xoutline:1px solid red;
	width:100%;
}

.partner_logos figure>* {
	
}

.partner_logos>figure div {
	xoutline:1px solid red;
}
