/* Model block styles */
body .bim-model h3 {
	font-size: 18px;
	margin: 7px 0 2px 0 !important;	
}
.bim-download-links span,
body .bim-model h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	color: #1e73be;
	line-height: 1.25;
	margin:  0 0 15px 0 !important;
}
.bim-download-links span {
	color: #2d2d2d;
	display: block;
	margin: 0 0 3px 0;
	font-weight: 600;
	width: 100%;
}
.bim-download-links {
	display: flex;
	flex-wrap: wrap;
	width: 100%;	
	margin: 0 auto 10px auto;
}
.bim-download-links a {
	display: flex;
	color: white;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
	height: 50px;
	background-color: #1e73be;
	border-radius: 100%;
    align-items: center;
    justify-content: center;	
    transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    font-weight: 600;
}
.bim-download-links a + a {
	margin-left: 5px;
}
.bim-download-links a:hover {
	color: white;	
	background-color: #29b6f6;
}

.bim-nbs-link a {
	color: #999;
	border-bottom: 1px solid #999;
	text-decoration: none;
}
.bim-nbs-link a:hover {
	color: #666;
	border-bottom: 1px solid #666;	
}

@media only screen and (max-width: 1230px){	
	.bim-nbs-link,
	.bim-download-links,
	body .bim-model h3,
	body .bim-model h4 {
		width: 90%;	
		margin-left: auto !important;
		margin-right: auto !important;
	}
	body .bim-model h3 {
		font-size: 16px;
	}
	body .bim-model h4 {
		font-size: 13px;
	}	
}


/* Lightbox and Form styles */
#bim_lightbox {
    display: flex;
    width: 100%;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9999999;
    top: 0;
    align-items: center;
    justify-content: center;
}
#bim_lightbox .bim_lightbox_content {
	background-color: #f3f3f3;
	padding: 1.5rem;
	width: 450px;
	max-width: 90%;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
}
#bim_lightbox div.label {
	display: none;
}
#bim_lightbox div.field {

}
#bim_lightbox select,
#bim_lightbox input[type=email],
#bim_lightbox input[type=text] {	
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #bfbfbf;
    padding: 16px 20px;
    outline: none;
    color: inherit;
    margin: 0;
    width: 100%;
    font-size: 12px;
    font-family: inherit;
    margin-bottom: 10px;
    background: transparent;
    background-color: white;
    border-radius: 0;
    min-height: 42px;
}

#bim_lightbox input[type=submit], .bim-button {
	border-radius: 50px;
	background-color: #1e73be;
	color: white;
	display: block;
	padding: 10px 25px !important;
	margin: 0 auto;
	transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
}
.bim-button {
	display: inline-block;
}

#bim_lightbox input[type=submit]:hover, .bim-button:hover {
	color: white;
	background-color: #29b6f6;
}

#bim_lightbox .bim_cancel_container {
	text-align: center;
	padding-top: 10px;
}

#bim_lightbox .bim_cancel {
	color: #999;
	border-bottom: 1px solid #999;
	text-decoration: none;
}

#bim_lightbox .bim_cancel:hover {
	color: #666;
	text-align: center;
	border-bottom: 1px solid #666;	
}