@-webkit-keyframes minimise {
	0% {
		-webkit-transform: scale3d(1,1,1);
	}
	100% {
		-webkit-transform: scale3d(0.1,0.1,1);
	}
}

.modal {
	color: #111;
	display: block;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	z-index: -1;
}

.modal .content {
	/*background: #ffffff;*/
	border-radius: 5px;
	opacity: .94;
	padding: 40px;
}

.lt-ie11 .modal .content {
	background: #ffffff;
	opacity: 1;
}

.modal.no-css {
	display: none;
	opacity: 1;
	pointer-events: auto;
	z-index: 110;
}

.modal.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 110;
}

#modal-overlay {
	background: #fff;
    left: 0px;
    height:100%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0px;
    width:100%;
    z-index: -1;
}

#modal-overlay.no-css {
	display: none;
	pointer-events: auto;
	z-index:100;
}

#modal-overlay.active {
	opacity: .94;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	z-index: 100;
	-webkit-transform:translateZ(0);
}

.modal-close {
	color: #111;
	cursor: pointer;
	font-size: 24px;
	/*height: 25px;
	position: absolute;
	right: 5px;
	top: -45px;
	width: 25px;*/
}

#modal-privacy-policy h1 {
	color: #333333;
	font-family: GothamBold;
	font-size: 64px;
	line-height: 64px;
	letter-spacing: 2.2px;
	text-align: center;
}

#modal-thank-you h1 {
	color: #333333;
	font-family: GothamBold;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: 2.2px;
	text-align: center;
}

#modal-thank-you p {
	text-align: center;
}

#modal-thank-you .modal-close button {
	color: #ffffff;
	cursor: pointer;
	font-size: 24px;
	/*height: 25px;
	position: absolute;
	left: 50%;*/
	text-transform: uppercase;
	/*width: 125px;*/
}

.modal-thank-you-close {
	color: #ffffff;
	cursor: pointer;
	font-size: 24px;
	/*height: 25px;
	position: absolute;
	right: 5px;
	top: -45px;
	width: 25px;*/
}

@media only screen and (min-width: 768px) {
	.modal {
		margin-left: -480px !important;
	}
}

@media only screen and (max-width: 767px) {
	.modal .content {
		padding: 10px;
	}

	.modal h3 {
		min-height: 0;
	}

	section.meet-our-board .member {
		margin-top: 25px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	.modal {
		margin-left: -210px !important;
	}

	.modal .container .sixteen .columns {
		width: 400px;
	}
}

@media only screen and (max-width: 479px) {
	.modal {
		margin-left: -150px !important;
	}

	.modal .container .sixteen .columns {
		width: 280px;
	}
}
