#welcomemodal .welcome-modal-close-div {
	display: inline-block;
	font-weight: normal;
	font-size: 19px;
	position: relative;
	right: 5px;
	top: -3px; 
}
#welcomemodal .modal-header {
	border-bottom: none;
	padding: 0.6rem 1rem;
}
#welcomemodal .modal-body {
	padding: 0 0 1.4rem;
}
#welcomemodal .modal-body .col-md-4.left {
	
}
#welcomemodal .modal-body .col-md-4.center {
	padding: 0;
}
#welcomemodal .modal-body .col-md-4.right {
	
}
#welcomemodal .modal-custom-header {
	/*background-color: yellow;*/
	width: 100%;
	min-height: 94px;
	text-align: center;
}
#welcomemodal .modal-custom-header img.modal-logo {
	width: 62%;
}
#welcomemodal .modal-custom-header a img.modal-video-img {
	
}
#welcomemodal .modal-custom-header a img.modal-video-img {
	
}

#welcomemodal .modal-custom-header h3 {
	font-weight: 600;
	font-size: 27px;
	text-align: right;
	padding-right: 4px;
}
#welcomemodal .left .modal-custom-header {
	border-bottom: 10px solid #3ab73f;
	min-height: 60px;
	margin-bottom: 33px;
	margin-top: 1px;
}
#welcomemodal .modal-custom-body {
	/*background-color: green;*/
	width: 100%;
	text-align: center;
}
#welcomemodal .modal-custom-body h3 {
	/*
	font-weight: 600;
	font-size: 25px;
	margin-top: 36px;
	margin-bottom: 27px;
	*/
	font-weight: 600;
    font-size: 22px;
    margin-top: 19px;
    margin-bottom: 7px;
}
#welcomemodal .modal-custom-body .feature-box-wrapper {
	text-align: left;
	margin: 0;
	padding-left: 40px;
}
#welcomemodal .modal-custom-body .feature-box-wrapper .feature-box {
	padding: 12px 0;
}
#welcomemodal .center .modal-custom-body {
	margin-top: 9px;
}
#welcomemodal .right .modal-custom-body {
	padding: 0 30px;
	margin-top: 9px;
}
#welcomemodal .right .modal-custom-body .btn.btn-blue-primary {
	width: 100%;
}
#welcomemodal .right .modal-custom-body p {
	text-align: left;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 26px;
}
#welcomemodal .modal-custom-body .row.feature-box-wrapper {
	margin-top: 30px;
}
#welcomemodal .modal-custom-body .row.feature-box-wrapper p strong.columnheader {
	font-size: 21px;
	line-height: 30px;
}
#welcomemodal .modal-custom-body .row.feature-box-wrapper .modal-logo.one-tree-planted-logo {
	width: 86%;
}
#welcomemodal .modal-custom-body img.modal-video-img {
	width: 94%;
	margin-bottom: 5px;
}
#welcomemodal .modal-custom-body span.caption-below-onetreeplanted-cert {
	font-size: 13.5px;
}


/* RESPONSIVENESS */
@media screen and (min-width: 992px) {
	#welcomemodal .modal-xl {
		width: 67%;
		max-width: 1350px;
		margin-top: 6%;
	}
	#welcomemodal .modal-custom-body .row.feature-box-wrapper {
		display: block !important;
	}
}

@media screen and (max-width: 991px) {
	#welcomemodal .modal-xl {
		padding-right: 0 !important;
	}
	#welcomemodal .left .modal-custom-header {
		border-bottom: none;
		min-height: 30px;
		margin-bottom: 23px;
		margin-top: 1px;
	}
	#welcomemodal .right .modal-custom-header {
		margin-top: 15px;
		min-height: 0px;
	}
	#welcomemodal .modal-custom-header h3 {
		font-weight: 600;
		font-size: 27px;
		text-align: center;
	}
	#welcomemodal .modal-custom-body h3 {
		font-weight: 600;
		font-size: 25px;
		margin-top: 26px;
		margin-bottom: 17px;
	}
	#welcomemodal .right .modal-custom-body p {
		text-align: center;
		margin-bottom: 16px;
	}
	#welcomemodal .modal-custom-body .row.feature-box-wrapper {
		display: block !important;
	}
	#welcomemodal .modal-custom-body .feature-box-wrapper {
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
		padding-bottom: 20px;
	}
	#welcomemodal .modal-custom-body img.modal-video-img {
		width: 84%;
	}
	#welcomemodal .modal-custom-body span.caption-below-onetreeplanted-cert {
		font-size: 13.5px;
		display: block;
		margin-bottom: 20px;
		width: 70%;
		margin-left: 15%;
	}
	.modal-header .close.landing-intro-modal-btn {
		border: 1px solid black;
		padding: 5px 6px 5px 15px;
		margin-top: 0px;
		margin-right: -5px;
		margin-bottom: 0px;
		border-radius: 6px;
	}
}
