@charset "utf-8";
/* CSS Document */

.introWrapper {
	background-image:url('/cisiweb2/image/thankyou2.jpg');
    background-position: right bottom;
	min-height:400px;
	background-size:cover;
	background-attachment:scroll;
}
.introWrapper2 {
	background-image:url('/cisiweb2/image/master/sorry.jpg');
    background-position: center center;
	min-height:450px;
	background-size:cover;
	background-attachment:scroll;
}

textarea {
	width:100%;	
	max-width:800px;
}
label {
	font-weight:300;	
}

.email {
	max-width:400px;
	width:100%;	
}
.hiddenFeedback {
    display: none;
}

@media (max-width : 1600px) {
    .introWrapper {
        background-image:url('/cisiweb2/image/thankyou2.jpg');
        background-position: right center;
        min-height:250px;
        background-size:cover;
        background-attachment:scroll;
    }
    .introWrapper2 {
        background-image:url('/cisiweb2/image/master/sorry.jpg');
        background-position: center center;
        min-height:250px;
        background-size:cover;
        background-attachment:scroll;
    }
}

@media (max-width : 1199px) {
	.introWrapper2 {
		background-image:url('/cisiweb2/image/master/sorry.jpg');
		background-position: center center;
		min-height:250px;
		background-size:cover;
		background-attachment:scroll;
	}
}

@media (max-width : 767px) {
	.introWrapper2 {
		background-image:url('/cisiweb2/image/master/sorry.jpg');
		background-position: center center;
		min-height:150px;
		background-size:cover;
		background-attachment:scroll;
	}
}