@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-icon-facebook:before {
  content: "\ea90";
}
.mb-icon-twitter:before {
  content: "\ea96";
}
.mb-icon-linkedin:before {
  content: "\eaca";
}
.mb-an-icon {
	font-family: 'socialize';
	color:#d8d8d8;
}
.mb-an-icon:hover {
	color:#221e72;
}
#mb-lightbox {
    position: fixed;
    top: 0em;
    left: 0em;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-popup-wrap-inner {
    width: 52em;
    height: auto;
    margin-top: 5em;
    overflow: visible;
    position: relative;
    background-color: white;
}
#mb-close-me {
    position: absolute;
    right: -1em;
    top: -1em;
    background-color: white;
    z-index: 9999;
    border-radius: 50%;
    width: 2.6em;
    height: 2.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.1);
}
#mb-close-me:hover {
	cursor:pointer;
	background-color:#221e72;
	color:white;
}
.mb-excerpt {
    font-weight: bold;
    margin: 1.5em 0 1em 0;
}
.mb-popup-main {
    font-size: 0.8em;
    line-height: 147%;
    width: 76%;
}
.mb-popup-logo {
    width: 71%;
    max-height: 5em;
}
.mb-popup-sidebar {
    font-size: 0.7em;
    width: 13.4em;
}
.mb-wrap-it-all {
    display: flex;
    justify-content: space-between;
    padding: 2.4em 3em;
}
.mb-popup-sidebar h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    padding-bottom: 0.4em;
}
.mb-wrap-deets {
    margin-bottom: 1.4em;
}
.mb-click-me-harder {
	cursor:pointer;
	list-style: none;
	font-family: 'PT Serif';
	line-height:2em;
}
.wrap-mb-partners h4 {
    color: #221e72;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 0.2em solid;
    line-height: 1em;
    padding: 0 0 0 0.4em;
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 0.6em;
}
#wrap-mb-partners .mb-partner-column ul {
    padding: 0 0 0 0.8em;
}
#wrap-mb-partners {
    display: flex;
    justify-content: space-between;
}
.mb-column-design {
    order: 1;
}
.mb-column-products {
    order: 2;
}
.mb-column-tools {
    order: 3;
}
.mb-popup-logo img {
    max-height: 5em;
}
.mb-a-deet {
    line-height: 140%;
}
.mb-wrap-logo {
    position: relative;
    display: block;
    margin: 0 3em 2.8em 0;
    /* max-width: 11em; */
}
.mb-wrap-logo img {
    height: 1.5em;
    display: block;
    max-height: 100%;
}
#partner-logos .et_pb_row {
    width: 54.5em;
}
.mb-wrap-logo a {
    display: block;
    max-height: 100%;
    position: relative;
}
#wrap-mb-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}