@font-face {
	font-family: 'socialize';
	src: url('fonts/socialize.woff2') format('woff2'),
		 url('fonts/socialize.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
.mb-showcase-heading {
    display: flex;
    width: 100%;
    font-size: 0.8em;
    margin-left: 2.7em;
    margin-bottom: 2em;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mb-tiny-me {
    font-size: 0.6em;
    position: absolute;
    top: -0.8em;
    right: 0;
}
.look-mom-a-heading {
    padding-right: 1em;
    position: relative;
    margin-right: 2em;
    cursor:pointer;
}
.look-mom-a-heading:after {
    content: "/";
    position: absolute;
    right: -1em;
}
.look-mom-a-heading:last-of-type:after {
    display: none;
}
.mb-filter-by {
    margin-right: 1em;
}
#wrap-mb-showcases {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.mb-a-showcase {
    height: 25em;
}
.mb-a-showcase img {
    max-height: 19em;
}
.mb-a-showcase a {
    display: block;
    max-height: 100%;
}
#showcase .tiny-heading {
    margin-left: 2.6em;
}
.mb-a-showcase h4 {
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 0.4em;
    padding-bottom: 0;
}
.mb-showcase-cats {
    font-size: 0.7em;
    color: rgba(0,0,0,0.6);
}
.mb-cat-selected {
    color: #47afa5;
}
#et-main-area.left-side {
    display: flex;
    flex-wrap: wrap;
}
.left-side .mb-showcase-all-slides {
    width: 48%;
}
.left-side .mb-showcase-mc#main-content {
    width: 52%;
    display: flex;
    align-items: stretch;
}
.mb-left-side-main .mb-fix-me {
    position: fixed;
    width: 45%;
    right: 0.55em;
    top: 4.6em;
}
.left-side .mb-showcase-mc#main-content .container {
    margin-bottom: 0;
}
.et_left_sidebar .mb-showcase-mc.mb-left-side-main #left-area {
    padding-bottom: 0;
    display: flex;
    align-items: stretch;
}
.mb-left-side-main .mb-wrap-top-section {
    flex-wrap: wrap;
    padding-top: 0;
}
.mb-left-side-main .et_post_meta_wrapper.mb-showcase-pmw {
    margin-top: 4em;
}
.slideshow .mb-showcase-all-slides {
    display: flex;
    overflow:hidden;
}
.slideshow .mb-showcase-a-slide img {
    width: 100vw;
    max-width: none;
}
.mb-showcase-all-slides #carousels-go-left {
    left: 1em;
}
.mb-showcase-all-slides #carousels-go-right {
    right: 1em;
}
.mb-showcase-all-slides #carousels-go-right, .mb-showcase-all-slides #carousels-go-left {
    background-color: rgba(255,255,255,0.3);
}
#mb-all-the-slides {
    position: relative;
    display: flex;
}
.mb-regular-main .mb-showcase-content {
    width: 76%;
    margin: 1em auto 0 auto;
}
.mb-regular-main .mb-showcase-content p {
    font-size: 0.8em;
    line-height: 170%;
}
.regular .mb-showcase-all-slides {
    margin-bottom: 1em;
}
.mb-gps-left-side.mb-got-project-showcase {
    width: 100%;
}
.mb-left-side-main .mb-the-deets-area {
    margin-top: 2em;
}
.left-side .mb-showcase-a-slide img {
    width: 100%;
}
.mb-events-featured {
    display: flex;
    justify-content: space-between;
}
.mb-a-featured-event {
    width: 30%;
    font-size: 0.7em;
    line-height: 170%;
}
span.mb-the-featured-title {
    color: black;
    font-size: 1.1em;
    font-weight: bold;
}