.modal-form1 {
	width:400px;
	max-width:100%;
}
.modal-form1__title {
	margin-bottom: 20px;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 36.4px;
    text-transform: uppercase;
    text-align: center;
}
.modal-form1__input {
    width: 100%;
    color: #000;
    padding: 18px 0;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: normal;
    border: 1px solid transparent;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-weight: 500;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
    outline: none;
}
.modal-form1__text {
    margin: 20px 0;
    font-size: 10pt;
}
.modal-form1__submit {
    margin: auto;
	max-width:100%;
}
.page-content  h2{
	margin: 20px 0;
}
.page-body p, .page-body li {
	padding-bottom: 24px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
}
.page-body li:before{
	content: " - ";
	position:absolute;
	margin-left:-20px;
}