/*
Theme Name: brain2 2020
Text Domain: brain2
Version: 1.3
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Three Trees Technical Inc
Author URI: https://3treestech.com/
License: Private License

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme has been completely customized and was paid for by the British Columbia Museum Association.
*/
:root {
/* Colors: */
--black:			rgb(47,48,50);
--white:			rgb(255,255,255); /*#FFFFFF;*/
--aqua-10:			rgb(217, 243, 238);
--aqua-25:			rgb(179,230,222); /*#B3E6DE;*/
--aqua-50:			rgb(140,218,205); /*#8CDACD;*/
--aqua-75:			rgb(102,205,189); /*#66CDBD;*/
--aqua-100:			rgb(64,193,172); /*#40C1AC;*/
--blue-10:			rgb(217, 240, 250);
--blue-25:			rgb(179,226,245); /*#B3E2F5;*/
--blue-50:			rgb(141,211,240); /*#8DD3F0;*/
--blue-75:			rgb(103,197,235); /*#67C5EB;*/
--blue-100:			rgb(65,182,230); /*#41B6E6;*/
--brown-10:			rgb(239, 229, 222);
--brown-25:			rgb(222,203,189); /*#DECBBD;*/
--brown-50:			rgb(206,176,155); /*#CEB09B;*/
--brown-75:			rgb(189,150,122); /*#BD967A;*/
--brown-100:		rgb(173,124,89); /*#AD7C59;*/
--charcoal-05:		rgb(238,238,239); /*#EEEEEF;*/
--charcoal-10:      rgb(230,230,231);
--charcoal-15:		rgb(221,222,222); /*#DDDEDE;*/
--charcoal-30:		rgb(204,205,206); /*#CCCDCE;*/
--charcoal-50:		rgb(187,188,189); /*#BBBCBD;*/
--charcoal-70:		rgb(170,172,173); /*#AAACAD;*/
--charcoal-85:		rgb(152,155,156); /*#989B9C;*/
--charcoal-95:		rgb(118,121,123); /*#76797B;*/
--charcoal-100:		rgb(84,88,90); /*#54585A;*/
--green-10:			rgb(220,237,230);
--green-25:			rgb(185,219,206); /*#B9DBCE;*/
--green-50:			rgb(150,202,181); /*#96CAB5;*/
--green-75:			rgb(115,184,157); /*#73B89D;*/
--green-100:		rgb(80,166,132); /*#50A684;*/
--mango-10:			rgb(253, 232, 213);
--mango-25:			rgb(251,209,171); /*#FBD1AB;*/
--mango-50:			rgb(250,187,130); /*#FABB82;*/
--mango-75:			rgb(248,164,88); /*#F8A458;*/
--mango-100:		rgb(246,141,46); /*#F68D2E;*/
--orange-10:		rgb(255, 220, 204);
--orange-25:		rgb(255,185,153); /*#FFB999;*/
--orange-50:		rgb(254,150,102); /*#FE9666;*/
--orange-75:		rgb(254,115,51); /*#FE7333;*/
--orange-100:		rgb(254,80,0); /*#FE5000;*/
--purple-10:		rgb(226, 220, 233);
--purple-25:		rgb(210,201,221); /*#C5B9D3;*/
--purple-50:		rgb(169,150,189); /*#A996BD;*/
--purple-75:		rgb(140,115,167); /*#8C73A7;*/
--purple-100:		rgb(111,80,145); /*#6F5091;*/
--salmon-10:		rgb(252, 223, 228);
--salmon-25:		rgb(249,191,201); /*#F9BFC9;*/
--salmon-50:		rgb(245,160,175); /*#F5A0AF;*/
--salmon-75:		rgb(242,128,148); /*#F28094;*/
--salmon-100:		rgb(239,96,121); /*#EF6079;*/



--black-75:			rgba(47,48,50,0.75);
--white-75:			rgba(255,255,255,0.75); /*#FFFFFF;*/
--aqua-10-75:		rgba(217, 243, 238, 0.75);
--aqua-25-75:		rgba(179,230,222,0.75); /*#B3E6DE;*/
--aqua-50-75:		rgba(140,218,205,0.75); /*#8CDACD;*/
--aqua-75-75:		rgba(102,205,189,0.75); /*#66CDBD;*/
--aqua-100-75:		rgba(64,193,172,0.75); /*#40C1AC;*/
--blue-10-75:		rgba(217, 240, 250, 0.75);
--blue-25-75:		rgba(179,226,245,0.75); /*#B3E2F5;*/
--blue-50-75:		rgba(141,211,240,0.75); /*#8DD3F0;*/
--blue-75-75:		rgba(103,197,235,0.75); /*#67C5EB;*/
--blue-100-75:		rgba(65,182,230,0.75); /*#41B6E6;*/
--brown-10-75:		rgba(239, 229, 222, 0.75);
--brown-25-75:		rgba(222,203,189,0.75); /*#DECBBD;*/
--brown-50-75:		rgba(206,176,155,0.75); /*#CEB09B;*/
--brown-75-75:		rgba(189,150,122,0.75); /*#BD967A;*/
--brown-100-75:		rgba(173,124,89,0.75); /*#AD7C59;*/
--charcoal-05-75:	rgba(238,238,239,0.75); /*#EEEEEF;*/
--charcoal-10-75:   rgba(230,230,231,0.75);
--charcoal-15-75:	rgba(221,222,222,0.75); /*#DDDEDE;*/
--charcoal-30-75:	rgba(204,205,206,0.75); /*#CCCDCE;*/
--charcoal-50-75:	rgba(187,188,189,0.75); /*#BBBCBD;*/
--charcoal-70-75:	rgba(170,172,173,0.75); /*#AAACAD;*/
--charcoal-85-75:	rgba(152,155,156,0.75); /*#989B9C;*/
--charcoal-95-75:	rgba(118,121,123,0.75); /*#76797B;*/
--charcoal-100-75:	rgba(84,88,90,0.75); /*#54585A;*/
--green-10-75:		rgba(220, 237, 230, 0.75);
--green-25-75:		rgba(185,219,206,0.75); /*#B9DBCE;*/
--green-50-75:		rgba(150,202,181,0.75); /*#96CAB5;*/
--green-75-75:		rgba(115,184,157,0.75); /*#73B89D;*/
--green-100-75:		rgba(80,166,132,0.75); /*#50A684;*/
--mango-10-75:		rgba(253, 232, 213, 0.75);
--mango-25-75:		rgba(251,209,171,0.75); /*#FBD1AB;*/
--mango-50-75:		rgba(250,187,130,0.75); /*#FABB82;*/
--mango-75-75:		rgba(248,164,88,0.75); /*#F8A458;*/
--mango-100-75:		rgba(246,141,46,0.75); /*#F68D2E;*/
--orange-10-75:		rgba(255, 220, 204, 0.75);
--orange-25-75:		rgba(255,185,153,0.75); /*#FFB999;*/
--orange-50-75:		rgba(254,150,102,0.75); /*#FE9666;*/
--orange-75-75:		rgba(254,115,51,0.75); /*#FE7333;*/
--orange-100-75:	rgba(254,80,0,0.75); /*#FE5000;*/
--purple-10-75:		rgba(226, 220, 233, 0.75);
--purple-25-75:		rgba(210,201,221,0.75); /*#C5B9D3;*/
--purple-50-75:		rgba(169,150,189,0.75); /*#A996BD;*/
--purple-75-75:		rgba(140,115,167,0.75); /*#8C73A7;*/
--purple-100-75:	rgba(111,80,145,0.75); /*#6F5091;*/
--salmon-10-75:		rgba(252, 223, 228, 0.75);
--salmon-25-75:		rgba(249,191,201,0.75); /*#F9BFC9;*/
--salmon-50-75:		rgba(245,160,175,0.75); /*#F5A0AF;*/
--salmon-75-75:		rgba(242,128,148,0.75); /*#F28094;*/
--salmon-100-75:	rgba(239,96,121,0.75); /*#EF6079;*/

--black-0:			rgba(47,48,50,0.75);
--white-0:			rgba(255,255,255,0); /*#FFFFFF;*/
--aqua-10-0:		rgba(217, 243, 238, 0);
--aqua-25-0:		rgba(179,230,222,0); /*#B3E6DE;*/
--aqua-50-0:		rgba(140,218,205,0); /*#8CDACD;*/
--aqua-75-0:		rgba(102,205,189,0); /*#66CDBD;*/
--aqua-100-0:		rgba(64,193,172,0); /*#40C1AC;*/
--blue-10-0:		rgba(217,240,250,0);
--blue-25-0:		rgba(179,226,245,0); /*#B3E2F5;*/
--blue-50-0:		rgba(141,211,240,0); /*#8DD3F0;*/
--blue-75-0:		rgba(103,197,235,0); /*#67C5EB;*/
--blue-100-0:		rgba(65,182,230,0); /*#41B6E6;*/
--brown-10-0:		rgba(239,229,222,0);
--brown-25-0:		rgba(222,203,189,0); /*#DECBBD;*/
--brown-50-0:		rgba(206,176,155,0); /*#CEB09B;*/
--brown-75-0:		rgba(189,150,122,0); /*#BD967A;*/
--brown-100-0:		rgba(173,124,89,0); /*#AD7C59;*/
--charcoal-05-0:	rgba(238,238,239,0); /*#EEEEEF;*/
--charcoal-10-0:    rgba(230,230,231,0);
--charcoal-15-0:	rgba(221,222,222,0); /*#DDDEDE;*/
--charcoal-30-0:	rgba(204,205,206,0); /*#CCCDCE;*/
--charcoal-50-0:	rgba(187,188,189,0); /*#BBBCBD;*/
--charcoal-70-0:	rgba(170,172,173,0); /*#AAACAD;*/
--charcoal-85-0:	rgba(152,155,156,0); /*#989B9C;*/
--charcoal-95-0:	rgba(118,121,123,0); /*#76797B;*/
--charcoal-100-0:	rgba(84,88,90,0); /*#54585A;*/
--green-10-0:		rgba(220, 237, 230, 0);
--green-25-0:		rgba(185,219,206,0); /*#B9DBCE;*/
--green-50-0:		rgba(150,202,181,0); /*#96CAB5;*/
--green-75-0:		rgba(115,184,157,0); /*#73B89D;*/
--green-100-0:		rgba(80,166,132,0); /*#50A684;*/
--mango-10-0:		rgba(253, 232, 213, 0);
--mango-25-0:		rgba(251,209,171,0); /*#FBD1AB;*/
--mango-50-0:		rgba(250,187,130,0); /*#FABB82;*/
--mango-75-0:		rgba(248,164,88,0); /*#F8A458;*/
--mango-100-0:		rgba(246,141,46,0); /*#F68D2E;*/
--orange-10-0:		rgba(255, 220, 204, 0);
--orange-25-0:		rgba(255,185,153,0); /*#FFB999;*/
--orange-50-0:		rgba(254,150,102,0); /*#FE9666;*/
--orange-75-0:		rgba(254,115,51,0); /*#FE7333;*/
--orange-100-0:		rgba(254,80,0,0); /*#FE5000;*/
--purple-10-0:		rgba(226, 220, 233, 0);
--purple-25-0:		rgba(210,201,221,0); /*#C5B9D3;*/
--purple-50-0:		rgba(169,150,189,0); /*#A996BD;*/
--purple-75-0:		rgba(140,115,167,0); /*#8C73A7;*/
--purple-100-0:		rgba(111,80,145,0); /*#6F5091;*/
--salmon-10-0:		rgba(252, 223, 228, 0);
--salmon-25-0:		rgba(249,191,201,0); /*#F9BFC9;*/
--salmon-50-0:		rgba(245,160,175,0); /*#F5A0AF;*/
--salmon-75-0:		rgba(242,128,148,0); /*#F28094;*/
--salmon-100-0:		rgba(239,96,121,0); /*#EF6079;*/

}

html {
	scroll-behavior: smooth;
}

/* ------------------------------------------------------ */
/* CARD */
.bcma-card {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 1.56rem;
	padding-bottom: 1.125rem;
	height: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.bcma-card.card-feature {
	padding: 0;
	overflow: hidden;
}
.bcma-card.card-feature > div {
	padding: 1.56rem;
}
.bcma-card .entry-categories-inner a {
	font-size: 0.875rem;
	font-weight: 600;
}
.bcma-card h3 {
	font-size: 1.125rem;
}

.bcma-row {
	position: relative;
}


.bcma-row > .container {
	z-index: 50;
    position: relative;
}


.text-large-1 {
	font-size: 4rem;
	line-height: 4rem;
}

.text-large-2 {
	font-size: 2rem;
	line-height: 2rem;
}

.text-large-3 {
	font-size: 1.1rem;
	line-height: 1.1rem;
}

/* ------------------------------------------------------ */
/* CARD */
.bcma-compare {
	position: relative;
	border: 1px solid var(--charcoal-100);
	border-radius: 10px;
	font-size: 0.925rem;
	line-height: 1.4rem;
	overflow: hidden;
}

.bcma-compare ul {
	list-style-type: none;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;	
}
.bcma-compare ul li {
	border-top: 1px solid var(--charcoal-05);
	margin: 0 0 0.9rem 0;
	padding: 0.9rem 0 0 0;
}
.bcma-compare-action {
	background-color: var(--charcoal-05);
}
.bcma-compare-action .price {
	font-size: 150%;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
}


.confirmed-message {
	font-size: 85%;
	color: var(--salmon-75);
}


/* ------------------------------------------------------ */
/* Remove outlines */
*:focus {
	outline: 0!important;
	box-shadow: none!important;;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none!important;
}
.no-hover {
	pointer-events: none;
}
/* ------------------------------------------------------ */


a {
	color: var(--charcoal-100);
}

a:not(.bcma-btn) { text-decoration: underline; }
h1 > a { text-decoration: none!important; }
h2 > a { text-decoration: none!important; }
h3 > a { text-decoration: none!important; }
h4 > a { text-decoration: none!important; }
h5 > a { text-decoration: none!important; }
h6 > a { text-decoration: none!important; }

.playlist-content-wrapper .bcma-card a {
	text-decoration: underline!important;
}

a:hover {
	text-decoration: none!important;
}

.image-overlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.event-instance-date {
	border-top-style: solid;
	border-top-width: 1px;
}
/* ------------------------------------------------------ */
/* Logo SVG styles */
.site-logo path.st0 {
	fill: var(--orange-100);
}
.site-logo path.st1 {
	fill: var(--white);
}
.site-logo svg {
	height: 30px;
	width: 166px;
}
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Base Body Styles */
body {
	overflow-x: hidden;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	background: var(--charcoal-100);
	color: var(--charcoal-100);
	font-size: 1.125rem;
	line-height: 1.875rem;
}
section#main-content {
	background: var(--white);
}
section#main-content .slide-navigation .navbar-collapse {
	display: none;
}

#site-header.b--charcoal-100 {
	background-color: var(--charcoal-100);
}

.bg-home {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	z-index: 20;
}
.bcma-full-cta {
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}

.b--image {
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.b--image .bcma-btn {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* ------------------------------------------------------ */


.mejs-container {
	margin: 3rem 0;
}
/* ------------------------------------------------------ */
/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}
h1 {
	font-size: 2.5rem!important;
	line-height: 1.2; /* 3rem!important; */
}
h1.entry-title {
	font-size: 3.4375rem!important;
	line-height: 3.75rem!important;
	/*color: var(--black);*/
}
h2 {
	font-size: 2rem!important;
	line-height: 1.2; /* 2.5rem!important; */
}
h3 {
	font-size: 1.8rem!important;
	line-height: 1.4; /* 2.35rem!important; */
}
h4 {
	font-size: 1.5rem!important;
	line-height: 1.4; /* 1.975rem!important; */
}
h5 {
	font-size: 1.3rem!important;
	line-height: 1.5; /* 1.8rem!important; */
}
h6 {
	font-size: 1.1rem!important;
	line-height: 1.5; /* 1.6rem!important; */
}

/*h2 {
	font-size: 1.56rem!important;
	line-height: 1.875rem!important;
}
*/.template-landing-page h1,
.box--full-cta h2 {
	font-size: 2.4rem!important;
	line-height: 3.125rem!important;
}
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Floating Image Alignment */
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; }
.clickable { cursor: pointer; }
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Custom Buttons and Tags */
.bcma-btn {
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	min-height: 30px!important;
	display: inline-flex!important;
	align-items: center;
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 0.875rem!important;
	padding-right: 0.875rem!important;
	border-radius: 15px!important;
	transition: all 300ms linear;
	line-height: 30px!important;
	border: none!important;
	text-shadow: none!important;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	overflow: hidden;
	white-space: nowrap;	
}
.bcma-btn:hover {
	text-decoration: none;
}
.bcma-btn.disabled {
	opacity: 0.5!important;
}
.bcma-btn i {
	margin-right: 0.4rem;
	font-size: 0.975rem;
}
.bcma-btn.bcma-btn-lg,
.bcma-btn-lg .bcma-btn {
	padding-left: 1.250rem!important;
	padding-right: 1.250rem!important;
	min-height: 40px!important;
	line-height: 40px!important;
	border-radius: 20px!important;
	font-weight: 500;
}
.bcma-btn.text-center {
	justify-content: center!important;
}
.input-group-append .bcma-btn {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important; 
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important;
}
.bcma-button-group a.bcma-btn {
	margin-top: 2px;
	margin-bottom: 2px;
	display: block!important;
}
a.bcma-tag {
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	color: #FFFFFF!important;
	min-height: 30px!important;
	display: inline-flex!important;
	align-items: center;
	padding-top: 0rem;
	padding-bottom: 0rem;
	padding-left: 0.875rem!important;
	padding-right: 0.875rem!important;
	border-radius: 3px!important;
	transition: all 300ms linear;
	border: none!important;
	background-color: var(--charcoal-100-75);
	margin-right: 4px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
a.bcma-tag:hover {
	background-color: var(--charcoal-100);
	text-decoration: none;
}
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Block Quotes */
blockquote {
	font-weight: 800;
	font-size: 1.56rem;
	line-height: 1.875rem;
	opacity: 1;
}
blockquote::before {
	content: '“';
	position: absolute;
	z-index: 1;
	opacity: .25;
	font-size: 12rem;
	left: -15px;
	top: 3.125rem;
}
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Meta Bar Items */
.post-meta {
	position: relative;
}
.meta-item {
	display: flex;
	font-size: 0.75rem;
	color: var(--black)!important;
	margin-right: 20px;
	align-items: center;
}
a.meta-item:hover {
	color: var(--black-75)!important;
	text-decoration: none;
}
a.meta-item > i {
	margin-right: 4px;
}
/* ------------------------------------------------------ */

.list-date-number {
	min-width: 144px;
	text-align: center;
}

.flex-even-calendar {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 14%!important;
	overflow: hidden;
}
.flex-even-calendar small {
	line-height: 1;
}
.flex-even-calendar > .bcma-card {
	padding: 1rem 0.25rem;
	border-top-left-radius: 0; 
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.flex-even-calendar > .bcma-card.fectl { border-top-left-radius: 10px; }
.flex-even-calendar > .bcma-card.fectr { border-top-right-radius: 10px; }
.flex-even-calendar > .bcma-card.fecbl { border-bottom-left-radius: 10px; }
.flex-even-calendar > .bcma-card.fecbr { border-bottom-right-radius: 10px; }

.flex-even-calendar > .bcma-card > .event {
	word-break: normal;
	overflow: hidden;
}
.date-square {
	position: relative;
}
.date-square .bcma-card {
	padding-top: 28px;
}
.date-square strong.num {
	position: absolute;
	top: 7px;
	left: 8px;
	font-size: 1.5rem;
	color: var(--white);
}
.event-full-description {
	white-space: pre-line;
}
.site-footer .contact {
	background-color: transparent;
	transition: all 300ms linear;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 0;
}
.site-footer .contact-focus {
	transform: scale(1.1);
	border: 1px solid var(--charcoal-100);
	align-items: center;
	background-color: var(--white);
	color: var(--charcoal-100);
}
.site-footer .contact-focus a,
.site-footer .contact-focus a:hover {
	color: var(--charcoal-100);
}
/* ------------------------------------------------------ */
/* Main Menu */
.navbar.bg-dark {
	background-color: var(--charcoal-100);
}
.nav-item {
	padding-right: 0.3rem;
	padding-left: 0.3rem;
}
#site-header .nav-item {
	line-height: 1;
}
.navbar-light .navbar-toggler {
	border-color: transparent;
}
.slide-navigation {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-playlist-toggle i.fa-bars { display: block; }
.navbar-playlist-toggle i.fa-times { display: none; }
.navbar-playlist-toggle.is-active i.fa-bars { display: none; }
.navbar-playlist-toggle.is-active i.fa-times { display: block; }

.navbar-playlist-toggle i {
	width: 14px!important;
	display: inline-block;
	text-align: center;
}


.hamburger-box {
	width: 28px;
	height: 21px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 28px;
    height: 3px;
}
.hamburger--slider-r .hamburger-inner:before {
	top: 9px;
}
.hamburger--slider-r .hamburger-inner:after {
	top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0,-18px,0) rotate(90deg);
}

.hamburger {
	padding: 0;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
	background-color: var(--white)!important;
}
.hamburger:hover {
	opacity: 1!important;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
	background-color: var(--white)!important;
}
.nav-search {
	padding-right: .8rem!important;
	padding-left: .8rem!important;
}
#btn-search {
	fill: var(--white)!important;
	margin-top: -2px;
}
#btn-search:hover {
	fill: var(--white)!important;
}
.navbar-light .navbar-nav .nav-link {
	padding: 0;
}
.navbar-light .navbar-nav .nav-link.bcma-btn {
	color: var(--white);
}
/* ------------------------------------------------------ */
.navbar-side .nav-link {
	color: var(--charcoal-100);
	cursor: pointer;
	text-decoration: none;
	transition: transform 300ms linear;
}
.navbar-side .nav-link:hover {
	transform: scale(1.04) translateX(8px);
}
/* ------------------------------------------------------ */
.navbar-side .dropdown-menu {
	position: relative!important;
	border: none;
	float: none;
	transform: none!important;
	padding: 0!important;
	margin: 0 0 0 10px!important;
	background: transparent!important;
	min-width: 100%!important;
}
.navbar-side .dropdown-menu .nav-item {
	margin: 0.675rem 0;
}
.navbar-side .dropdown-menu.menu-depth-0 > .nav-item:first-child {
	margin-top: 0.25rem;
}
.navbar-side .nav-item {
	font-weight: 400;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.5rem;
	font-size: 1.125rem;	
}
.navbar-side .nav-item .dropdown-item {
	font-weight: 400;
	line-height: 1.5rem;
	font-size: 1.125rem;
	color: var(--charcoal-100);
	padding: 0;
	white-space: normal;
	text-decoration: none;
	transition: transform 300ms linear;
}
.navbar-side .nav-item .dropdown-item:hover {
	transform: scale(1.04) translateX(8px);
}
.navbar-side .menu-depth-1 .nav-item .dropdown-item {
	color: var(--charcoal-100);
	font-style: italic;
}
.dropdown-toggle::after {
	border: none!important;
	vertical-align: 0;
	margin-left: 0.355em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	transition: transform 200ms linear;
}
.dropdown.show .dropdown-toggle::after {
	transform: rotate(90deg);	
}
.navbar-side .nav-link.active,
.navbar-side .nav-link:active,
.navbar-side .dropdown-item.active,
.navbar-side .dropdown-item:active {
	background-color: transparent;
	color: var(--purple-100);
}
.navbar-side .nav-link.hover,
.navbar-side .nav-link:hover,
.navbar-side .dropdown-item.hover,
.navbar-side .dropdown-item:hover {
	background-color: transparent;
	color: var(--purple-100);
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Content */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Category Headings */
.entry-categories-inner a {
	font-weight: 800;
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.entry-categories-inner a:hover {
	text-decoration: none;
}
/* Handle drop cap */
.bcma-drop-cap p:first-of-type:first-letter {
    font-size: 7.5rem;
    float: left;
    margin-top: -0.3rem;
    margin-right: 0.15em;
    line-height: 5.5rem;
    font-weight: 500;

}
/* Image Caption */
.caption {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-style: italic;
}
.footnote {
	border-top: 1px solid var(--charcoal-100);
	color: var(--charcoal-70);
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.25rem;
	font-style: italic;
}
a.footnote-text {
	border-bottom: 2px dotted var(--charcoal-100);
	color: inherit!important;
	text-decoration: none;
}
.footnote ol {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

.footnote ol > li {
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}

.footnote ol > li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

.alert-wrapper {
	border-top: 1px solid var(--white);
}
.alert-wrapper .b--charcoal-100 {
	background-color: var(--black)!important;

}
.alert-wrapper:first-child {
	border-top: none;
}
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Download Control */
.callout a,
.callout > div:first-child {
	position: relative;
	display: block;
	padding: 0.8125rem 5rem 0.8125rem 0.9375rem;
	line-height: 1.4rem;
	border-radius: 10px;
	font-weight: 800;
	text-decoration: none;
}
.callout a:hover {
	display: block;
	text-decoration: none;
}
.callout .caption {
	padding: 0 15px;
}
.callout-icon {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 10px;
	top: -9px;
}
.callout-icon.apply_activity {
	background-image: url('assets/images/callout/apply_activity.svg');
}
.callout-icon.calendar {
	background-image: url('assets/images/callout/calendar.svg');
}
.callout-icon.community_engagement {
	background-image: url('assets/images/callout/community_engagement.svg');
}
.callout-icon.cost_saver {
	background-image: url('assets/images/callout/cost_saver.svg');
}
.callout-icon.diversity_inclusion {
	background-image: url('assets/images/callout/diversity_inclusion.svg');
}
.callout-icon.do {
	background-image: url('assets/images/callout/do.svg');
}
.callout-icon.dont {
	background-image: url('assets/images/callout/dont.svg');
}
.callout-icon.download {
	background-image: url('assets/images/callout/download.svg');
}
.callout-icon.expert {
	background-image: url('assets/images/callout/expert.svg');
}
.callout-icon.funding_source {
	background-image: url('assets/images/callout/funding_source.svg');
}
.callout-icon.linked_resource {
	background-image: url('assets/images/callout/linked_resource.svg');
}
.callout-icon.tip {
	background-image: url('assets/images/callout/tip.svg');
}
.callout-icon.watch_this {
	background-image: url('assets/images/callout/watch_this.svg');
}
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
.scaled-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.b--image .d-flex {
	position: relative;
}

.limited-excerpt {
	position: relative;
	max-height: 60px;
}
.limited-excerpt div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
}

.fade-content {
	position: relative;
}
.fade-content .fade-block {
	position: absolute;
	height: 40px;
	max-height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}


/* ------------------------------------------------------ */

.playlist-heading {
	line-height: 1;
	padding-bottom: 0;
}
.playlist-heading h3 {
	margin: 0;
	overflow: hidden;
}

.nav-group {
	background-color: var(--brown-10);
}
.playlist-group {
	background-color: var(--purple-10);
	padding-bottom: 30px;
}
.playlist-group hr {
    border-top: 1px solid var(--blue-50);
}
.playlist-group ul.navbar-side {
	list-style-type: disc!important;
}
.playlist-group ul.list-unstyled.navbar-side {
	list-style-type: none!important;
}
.playlist-group .navbar-side .nav-item {
	font-size: 1rem;
}

.owl-member {
	position: relative;
}
.owl-member .directory-heading {
	padding-right: 53px;
}
.owl-badge {
	height: 55px;
	width: 55px;
	background: white url('assets/images/owl-transparent.png') no-repeat center -9px;
	background-size: 45px;
	border-radius: 50%;
	position: absolute;
    right: 30px;
    top: 15px;
    z-index: 100;
    border-color: transparent!important;
}
.btn-secondary.filterType {
	background-color: var(--charcoal-100)!important;
	border-color: var(--charcoal-100)!important;
	color: var(--white)!important;
	transform: transform 300ms linear;
	white-space: nowrap;
}
.btn-secondary.filterType.active {
	background-color: var(--white)!important;
	border-color: var(--white-100)!important;
	color: var(--black)!important;
	transform: scale(1.05);
}

.filterOwl {
	color: var(--charcoal-100)!important;
	font-size: 1.2rem;
	line-height: 1.2rem;
	white-space: nowrap;
}
.filterOwl.active {
	background-color: transparent!important;
}
.filterOwl.active i:before {
	content: "\f14a";
}


/* ------------------------------------------------------ */
/* Owl Sidebar */
.sidebar {
	position: relative;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.sidebar h2 {
	padding: 25px 0 20px 25px;
/*	font-size: 2.5rem!important;
	line-height: 2.375rem!important;*/
	border-width: 0 0 1px 0;
	font-size: 1.4rem!important;
	border-style: solid;
	margin: 0;
}
.sidebar-owl h2 {
	background-image: url('assets/images/owl-transparent.png');
	background-position: 97% bottom;
	background-repeat: no-repeat;
}
.sidebar-owl h2 span {
	font-size: 1.875rem!important;
}
.sidebar .related-item {
	display: flex;
	position: relative;
	padding: 20px 0;
	margin: 0 25px;
	border-width: 1px 0 0 0; 
	border-style: solid;
	cursor: pointer;
	text-decoration: none;
}
.sidebar .related-item img {
	margin-right: 15px;
}
.sidebar .related-item > div {
	display: flex;
	flex-direction: column;
	line-height: 1.2rem;
}
.sidebar .related-item:first-child {
	border-top: none;
}
.sidebar .related-item div.display {
	font-size: 0.875rem!important;
	font-weight: 800;
}
.sidebar .related-item div.excerpt {
	margin-top: 0.8rem;
	font-size: 0.875rem!important;
}
.sidebar .related-item:hover div.display {
}
.sidebar .related-item div.date_published {
	margin-top: auto;
	font-size: 0.75rem!important;
}
.sidebar-content {
	overflow: hidden;
	position: relative;
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	padding-bottom: 0;
}
.sidebar .read-more {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-width: 1px 0 0 0; 
	border-style: solid;
	font-size: 0.875rem;
	font-weight: 500;
}
.sidebar .read-more a {
	text-decoration: none;
}
.sidebar .read-more a:hover {
	text-decoration: none;
}
/* ------------------------------------------------------ */
.sidebar-roundup h2 {
	padding: 25px 0 20px 25px;
	font-size: 2.375rem!important;
	line-height: 2.375rem!important;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0;
}
.sidebar-roundup h2 span {
	text-transform: lowercase;
	position: relative;
	top: -0.6rem;
}
.sidebar-roundup.sidebar a.related-item div.display {
	font-size: 1.25rem!important;
	line-height: 1.56rem;
}
.sidebar-playlist .sidebar-content,
.sidebar-roundup .sidebar-content {
	padding-bottom: 47px;
}
/* ------------------------------------------------------ */
.sidebar-events h2 {
	padding: 25px 0 15px 25px;
    font-size: 1.56rem!important;
    line-height: 1.875rem!important;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0;
}

.sidebar-events .related-item {
	border-width: 1px 0 0 0;
	border-width: 0!important;
}

.sidebar-events .related-item > div {
	flex-direction: row;
}
.sidebar-events div.related-item {
	cursor: default;
}
.sidebar-events .date {
	text-align: center;
	padding: 0 25px 0 0;
	font-size: 2rem;
}
.sidebar-events .date span {
	font-size: 0.875rem;
}
.sidebar-events .related-item div.excerpt {
	margin-top: 0;
	opacity: 0.75;
}

/* ------------------------------------------------------ */
/* Search */
.enable-search-modal .search-modal {
	display: none;
}
.enable-search-modal.showing-search-modal .search-modal {
	display: block;
}
/* ------------------------------------------------------ */

.modal-open .modal {
	background-color: var(--charcoal-100-75);
}
.animated {
	animation-duration: .3s!important;
}
.modal .modal-content > div {
	padding-left: 3rem;
	padding-right: 2rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}
.modal .modal-content.modal-gallery > .modal-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.modal .modal-content.modal-gallery .carousel-caption {
	background: rgba(0,0,0,0.5);
	right: 0;
	left: 0;
	bottom: 0;
}
ul.playlist-results a {
	font-size: 0.925rem;
	color: var(--charcoal-85);
}
ul.playlist-results a:hover {
	color: var(--blue-100);
}

/* ------------------------------------------------------ */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ------------------------------------------------------ */

.gallery-thumb {
	cursor: pointer;
	transition: transform 300ms linear;
}
.gallery-thumb:hover {
	transform: scale(1.05);
}

/* ------------------------------------------------------ */
/* Footer */
.site-footer {
	background: var(--charcoal-100);
	color: var(--white);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.site-footer .last-row {
	border-top: 1px solid var(--white);
}
.site-footer .op-40 { opacity: 0.40; }
.site-footer .op-85 { opacity: 0.85; }
/* ------------------------------------------------------ */
.site-footer a {
	color: var(--white);
	opacity: 0.85;
}
.site-footer a:hover {
	text-decoration: none;
	color: var(--white);
	opacity: 1;
}
/* ------------------------------------------------------ */
.site-footer a.sm-link {
	display: inline-flex;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	color: var(--charcoal-100);
	background-color: var(--white);
	font-size: 1.125rem;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 1;
}
.sm-link:first-child {
	margin-left: 0!important;
}
.sm-link:hover {
	text-decoration: none;
	color: var(--white);
}

.support-caption {
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 0.875rem;
}
/* ------------------------------------------------------ */

.hover-grow {
	transition: transform 300ms linear;
}
.hover-grow:hover {
	transform: scale(1.1);
}

.text-larger-1 {
	font-size: 120%;
}

/* ------------------------------------------------------ */
.input-group .btn.btn-primary {
	background-color: var(--charcoal-100);
	border-color: var(--charcoal-100);
}
.input-group .form-control {
	border-color: var(--charcoal-100);
}
.input-group:hover .btn.btn-primary {
	background-color: var(--charcoal-100);
	border-color: var(--charcoal-100);
}
.input-group:hover .form-control {
	border-color: var(--charcoal-100);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.site-logo svg {
		height: 40px;
		width: 222px;
	}

	
	h1 {
		font-size: 2.75rem;
	}

	section#main-content,
	.slide-navigation {
		-webkit-transition: transform 0.3s linear;
		-o-transition: transform 0.3s linear;
		-moz-transition: transform 0.3s linear;
		transition: transform 0.3s linear;
    }

	.slide-navigation {
		position: absolute;
		transform: translateX(-235px);
		z-index: 1000;
		height: 100%;
		margin: 0;
		padding: 0;	
	}

	.slide-navigation > div {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
		height: 100%;
		min-height: calc(100vh - 66px);
	}

	section#main-content {
		transform: translate3d(0,0,0);
	}
	.bcma-menu-open section#main-content {
		transform: translate3d(250px,0,0);
	}

	.bcma-button-group a.bcma-btn {
		margin-top: 0;
		margin-bottom: 0;
		display: inline-flex!important;
	}

	.slide-navigation .navbar-collapse {
		left: 0;
		width: 250px;
		display: none;
	}

	.max-50 {
		max-width: 50%;
	}

	/* Sidebar */
	.sidebar-events .sidebar-content {
		overflow-y: scroll;
		position: absolute;
		top: 71px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.sidebar-roundup .sidebar-content {
		position: absolute;
		top: 84px;
		bottom: 47px;
	}


/*
	 {
		-webkit-transition: opacity 3s linear;
		-o-transition: opacity 3s linear;
		-moz-transition: opacity 3s linear;
		transition: opacity 3s linear;		
	}*/
/*	.slide-navigation .navbar-collapse.collapsing {
		height: left 1s ease-in;
		-webkit-transition: left 1s ease-in;
		-o-transition: left 1s ease-in;
		-moz-transition: left 1s ease-in;
		transition: left 1s ease-in;
	}
*//*	.slide-navigation .navbar-collapse {
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		opacity: 0;
	}*/
/*	.slide-navigation .navbar-collapse.showing {
		opacity: 1;
		background-color: red;
	}*/
/*	section#main-content .slide-navigation .navbar-collapse.show {
		opacity: 1;
    }	
	section#main-content .slide-navigation .navbar-collapse.hiding {
		opacity: 0!important;
	}*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1 {
		font-size: 3rem;
	}

	.bcma-button-group a.bcma-btn {
		margin-left: 8px;
	}

	.bcma-compare {
		flex-basis: 25%;
		flex-grow: 1;
	}
	.playlist-group {
		background-color: var(--purple-10);
		padding-bottom: 30px;
		overflow-y: auto;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h1 {
		font-size: 3.5rem;
	}
	.sidebar-roundup h2 {
		font-size: 3rem!important;
	}
}
