#wp-signup-lightbox-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    padding: 14px;
    overflow-y: auto;
}

#wp-signup-lightbox-overlay .lightbox-bg {
    background-color: #ebebeb;
}

#lightbox-header {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 14px;
    margin-right: 14px;
    line-height: 40px;
}

#wp-lightbox-cover-panel h3 {
    font-weight: normal;
    font-size: 16px;
}

#wp-lightbox-cover-panel h1 {
	display: none;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
}

#wp-lightbox-cover-panel {
    color: #ffffff;
    width: 100%;
    padding: 14px;
    background: url('/content/dam/autodesk/www/mech-eng-ressource-center/eng-leadership/interface/signup-lightbox-bg.jpg');
    background-size: cover;
}

#wp-signup-lightbox-form {
    background: #ebebeb;
    padding: 14px;
}

#wp-signup-lightbox {
    background: #666666;
    position: relative;
}

#wp-signup-lightbox .icon-close {
    position: absolute;
    right: 14px;
    top: -2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
}

.marketoIframe {
	width: 100%;
}

@media only screen and (min-width: 64.063em) {
	/* increase height of top bar */
	#wp-signup-lightbox .icon-close, #lightbox-header{
		line-height: 70px;
		font-size: 24px;
	}

	/* increase margin to 20 from 14 */
	#wp-signup-lightbox-form, #wp-lightbox-cover-panel, #wp-signup-lightbox-overlay {
		padding: 20px;
	}

	#lightbox-header {
		margin-left: 20px;
	    margin-right: 20px;
	}

	/* show headline */
	#wp-lightbox-cover-panel h1 {
		display: block;
	}

	#wp-lightbox-cover-panel h3 {
		font-size: 19px;
	}

	#wp-lightbox-cover-panel, #wp-signup-lightbox-form {
	    width: 50%;
	    display: inline-block;
	    float: left;
	    /* height: 100%; */
	    padding: 40px;
	}

	#wp-signup-lightbox {
		max-width: 760px;
	    top: 50%;
	    position: absolute;
	    left: 50%;
	    margin-left: -380px;
	    margin-top: -300px;
	}

	#wp-lightbox-cover-panel {
		height: 530px;
	}
}