/*
Theme Name: Parent
Description: MBLM Parent Theme
Version: 1.0
Author: MBLM
Author URI: https://mblm.com/
Tags: HTML5, CSS3
*/

.mb { margin-bottom: 30px; }
.band.band-collapse-top { padding-top: 0; }
.bg-100 { background-color: #f7f7f7; }
.bg-img { background-size: cover; background-repeat: no-repeat; background-position: center;}
.text-decoration-none:hover { text-decoration: none }

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main { padding-top: 50px; }

.label-data { 
	font-family: "BentonSansCond";
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

/****** HEADER *******/
header h3 a,
header h3 a:hover {
    color: #000;
}

header .site-menu {
  padding: 1.5rem;
  height: 100%;
  background-color: #F7F7F7;
}

@media ( min-width: 768px ) {
	header .site-menu {
		min-height: 610px;
	}
}

header .site-menu:hover { background-color: #FFF880; }
header .site-menu .header-icon { margin-bottom: 1rem; }
header .site-menu .header-icon .glyph { visibility: hidden; }
header .site-menu .header-icon a:hover { text-decoration: none; color: black; }
header .site-menu .list-group { display: none; }
header .site-menu .show-menu { cursor: pointer; }
header .site-menu .show-menu:hover { text-decoration: underline; }

header .site-menu.menu-open { background-color: #FFF200 !important; }
header .site-menu.menu-open .header-icon .glyph { visibility: visible; }
header .site-menu.menu-open .list-group { display: block; }
header .site-menu.menu-open .site-description { display: none; }


header .site-menu .menu-icon,
header .sister-site .menu-icon {
  display: inline-block;
  height: 60px;
  width: auto;
  margin-right: 1rem;
  float: left;
}

header .site-menu .site-heading {
  display: inline-block;
  line-height: 60px;
  margin: 0;
}

header .site-menu .site-description {
  font-family: "BentonSansCond", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
}

header .sister-site {
  padding-top: 1rem;
}


header .search-menu input[type=search] {
  padding: 20px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  border-top: none;
  border-right: none;
  border-left: none;

}

header .search-menu .nav-tabs {
  margin-bottom: 2rem;
}

header .search-menu .work-items {
  margin-bottom: 2rem;
}

header .main-menu-mobile .mobile-site-menu .list-group {
	display: none;
}
header .main-menu-mobile .mobile-site-menu.menu-open .list-group {
	display: block;
}

/****** FOOTER *******/
footer.band {
	position: relative;
	padding-top: 60px;
}

footer .footer-menu { margin-bottom: 30px; }
footer.front-page .footer-menu { margin-bottom: 0px; }

@media (min-width: 576px) {
	footer.front-page .footer-menu { margin-bottom: 70px; }
}

footer .list-group { margin-bottom: 2rem; }

footer .lapel .social-links {
	line-height: 1;
	margin-bottom: 1rem;
}

footer .social-links a {
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	float: left;
	color: #fff;
	opacity: 0.4;
	text-align: center;
    display: block;
    padding: 0 5px 5px 5px;
}

footer .social-links a:hover {
	color: #FFF200;
	opacity: 1;
}

footer .lapel .social-links a {
	margin-left: 10px;
	margin-right: 0px;
}

footer .lapel .social-links a:first-child { margin-left: 0px; }

footer .icon-wrapper {
	font-size: 44px;
	padding-right: 0;
	line-height: 1;
	margin-bottom: 40px;
}

footer.front-page .icon-wrapper { font-size: 64px; }

footer .site-title {
	margin-bottom: 1.5rem;
	margin-right: 3rem;
}

@media ( min-width: 768px ) {
	footer .site-title { display: inline-block; }
}

footer.front-page .site-title {
	display: block;
	margin-right: 0;
}

footer .copyright span,
footer .copyright span a { color: #fff; }
footer .copyright span { font-size: 0.75rem; font-family: "BentonSansCond"; }
footer .copyright span { opacity: 0.4; }

@media( max-width: 768px ) {
	footer .copyright span { display: block; margin-bottom: 0.5rem; }
}


/****** SHARE DIALOG *******/
.dialog-share a {
  display: inline-block;
  background-color: transparent;
  font-size: 30px;
  line-height: 24px;
  padding: 0 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.modal-dialog.modal-dialog-centered {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}


/* video styles */

.video-thumbnail { position: relative; color: #000; text-align: center; }

.video-thumbnail::before { 
	font-family: mblm-interface !important; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	content:"\e90f"; 
	font-size: 40px; 
	background-color: rgba(255, 242, 0, 0.60); 
	position: absolute;
	height: 100px; 
	width: 100px; 
	border-radius: 50px;
	padding-left: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
	
.iframe-wrapper { position: relative; width: 100%; padding-top: calc(100% * 9/16); }
.iframe-wrapper iframe { position: absolute;  top: 0; height: 100%; width: 100%; }


.no-modal-video-wrapper { position: relative; padding-top: calc(100% * 9/16); }
.no-modal-video-wrapper .video-thumbnail { height: 100%; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 500; }
.no-modal-video-wrapper .video-thumbnail img { height: 100%; width: 100%; }
.no-modal-video-wrapper iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
 

/* Additional BG styles */

.bg-gray {
    background: #666666;
}

.bg-gray-dark {
	background: #333333;
}

.bg-blue-gray {
	background: #819AB2;
}

.bg-blue-dark {
	background: #003957;
}

/*404 Page*/
.page-not-found {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.page-not-found .btn {
	color: #000 !important;
}

@media(min-width: 992px){
	.page-not-found { padding: 250px 0; } 
}

/* video backgrounds */
.vide-overlay {
	width: calc(100% - 40px);
	text-align: center;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 45px;
}
.vide-overlay-heading span {
	font-weight: 700;
}
.vide-overlay-subheading {
	font-weight: 300;
	font-size: 1.125rem;
}
.vide-overlay-link {
	display: block;
	margin: 10px 0;
}
.vide-overlay-link:hover,
.vide-overlay-link:focus {
	color: inherit;
	text-decoration: none;
}
.vide-overlay-link.vide-overlay-link-action::after {
    margin-left: 5px;
    font-family: mblm-interface;
    font-size: 1.5rem;
    color: #000;
    content: "\e94e";
    -webkit-transition: margin-left .3s;
    -moz-transition: margin-left .3s;
    -o-transition: margin-left .3s;
    transition: margin-left .3s;
}
.vide-overlay-link.vide-overlay-link-action:hover::after {
	margin-left: 8px;
}
@media (min-width: 576px) {
  	.vide-overlay {
		width: 500px;
		margin-top: 0;
	}
	.vide-overlay-subheading {
		font-size: 1.375rem;
	}
}

.cta-sm { padding: 20px; }
.cta a.btn:not(:last-of-type) { margin-right: 10px; }

/* sizing */
.w-sm-75, .w-md-75, .w-lg-75 { width: 75%; }
@media ( min-width: 768px ) {
	.w-sm-75 { width: 100%; }
}
@media ( min-width: 992px ) {
	.w-md-75 { width: 100%; }
}
@media ( min-width: 1200px ) {
	.w-lg-75 { width: 100%; }
}


/* scroll top arrow */

#scroll-top-arrow-wrapper {
    display: flex;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 40px;;
    position: sticky;
    transition: opacity 0.5s ease-in-out;
    display: none;
}


@media ( min-width: 768px ) {
	#scroll-top-arrow-wrapper {
		display: flex;
	}
}
    
#scroll-top-arrow-wrapper.fixed {
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    bottom: 40px !important;
    margin-bottom: 0;
}

#scroll-top-arrow-wrapper.show {
    visibility: visible;
    opacity: 1;
}

#scroll-top-arrow {
    height: 40px;
    width: 40px;
    margin-left: auto;
    font-size: 18px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    cursor: pointer;
}
    
    
/* todo - move this later to scss */
.hs-form .legal-consent-container .hs-form-booleancheckbox-display { width: 100%; }
.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span { margin-top: -3px; }
.hbspt-form .submitted-message { font-family: BentonSansCond; font-weight: 300 }
.hbspt-form .submitted-message strong, .hbspt-form .submitted-message b { font-weight: 700; }