* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
	background-color: #709abd;
	color: #444;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	min-width: 1000px;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#header {
	background: #fff;
	position: relative;
	float: left;
	margin-top:20px;
	width: 964px;
	height: auto;
	padding: 18px 18px 0 18px;
	font-size:42px;
	line-height:42px;
}

#sd #header {
	width: 836px;
	padding: 20px 20px 0 20px;
}

#content {
	background: #fff;
	position: relative;
	float: left;
	width: 964px;
	height: auto;
	padding: 0 18px 18px 18px;
}

#sd #content {
	text-align: justify;
	width: 836px;
	padding: 0 50px 50px 50px;
}


#footer {
	position: relative;
	float: left;
	width: 1000px;
	height: auto;
	padding-top:18px;
	margin-bottom:18px;
}

#footer p {
	text-align: center;
}

p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 18px 9px 10px;
}

#sd p {
	padding: 0 0 9px 0px;
}

a img {
	border: none;
}

a {
	color: #325674;
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration: underline;
}

h1 {
	color: #325674;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 18px;
}

h2, .msg {
	color: #325674;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 30px;
}

ol, ul {
	margin-left: 30px;
}
li {
	margin: 10px 0;
}
ul {
	list-style: none;
}

.response {
	border-collapse: collapse;
	margin: 7px;
	border: 0;
	width: 75%;
}

.email {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 0;
	width: 40%;
}

input.submit {
	padding: 2px 10px;

}

textarea {
	width:726px !important;
	height:150px;
	font-size:13px !important;
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
    padding: 5px;
    color: #444;
}

.left {float:left;}

.right {float:right;}

.centre {text-align:center;}

.email {padding: 10px 0; margin: 10px 0;text-align:center;font-weight:bold;font-size:22px;}

.note {
	border-collapse: collapse;
	color: #444;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-size: 11px;
	line-height: 15px;
	border: 0;
}
.perspective2,li.required_check34,.text_perspective2,.text_hear_about_other {
    display: none;
}
.perspective2.show,.text_perspective2.show,.text_hear_about_other.show {
    display: inline-block;
}
li.required_check34.show{
    display: inherit;
}
.main_div h3 {
    margin-bottom: 10px;
}
label.error {
    float: none !important;
    display: block;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 30px !important;
    width: inherit !important;
}
ul li label.error {
    padding-left: 0 !important;
}

@media (max-width: 1000px){
    body{
        min-width: inherit;
    }
    #wrapper {
        width: 760px;
    }
    #content {
        width: 100%;
        margin: 0 auto;
    }
    #header,#footer{
        width: 100%;
    }
    textarea {
        width: 100% !important;
    }
}
@media (max-width: 767px){
    #wrapper {
        width: 99%;
    }
    #header h1 {
        font-size: 25px;
    }
    #content {
        padding: 0 10px 18px 10px;
    }
    #header {
        padding: 18px 10px 0 10px;
    }
    .response1 tbody, .response1 tbody tr, .response1 tbody td {
        width: 100% !important;
        display: block;
    }
    .response1 tbody td br {
        display: inherit;
    }
    .response1{
        margin-top: 10px;
    }
}