.page-id-52 .subBody {
    background-image: url("../img/involved-bg-lighter.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.subform {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
	align-items: flex-start;
	flex-direction: row;
    margin: 20px 0 0
}

.subform p {
	width: 100%;
}

@media only screen and (max-width: 767px) {
    .subform {
        margin-top: 25px
    }
}


.subform input {
    line-height: 45px;
    height: 45px;
	padding: 0 15px;
	margin: 0 0 15px 0;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #1f2b39;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: "Source Sans Pro", serif;
    color: #1f2b39;
	font-size: 21px;
	width: 400px;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .subform input {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .subform input {
        width: 100% !important;
    }
}

.subform button {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #00aed5;
    box-sizing: border-box;
    background: #00aed5;
    text-align: center;
    color: #1f2b39;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: "Gilroy", sans-serif;
    font-size: 28px
}

@media all and (pointer: fine),
screen and (-moz-touch-enabled: 0) {
    .subform button:hover {
        opacity: .8;
    }
}

@media only screen and (max-width: 767px) {
    .subform button {
        height: 50px;
        line-height: 50px;
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .subform button {
        width: 100%;
    }
}

.subform input::-webkit-input-placeholder {
    font-family: "Source Sans Pro", serif;
    color: #1f2b39
}

.subform input::-moz-placeholder {
    font-family: "Source Sans Pro", serif;
    color: #1f2b39
}

.subform input:-ms-input-placeholder {
    font-family: "Source Sans Pro", serif;
    color: #1f2b39
}

.subform input:-moz-placeholder {
    font-family: "Source Sans Pro", serif;
    color: #1f2b39
}