#inner-page-wrapper {
	margin-bottom: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}



.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}


.accent {
    height: 38.75vw;
    max-height: 620px;
    min-height:400px;
}

.accent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001540;
    opacity: 85%;
}


.investment-wrapper {
    width: 73.3125vw;
    max-width: 1173px;
    margin: 0px auto;
    position: relative;
    padding: 64px;
    background: #ececec;
    border: 4px solid #fff;
    margin-bottom: 77px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.30);
    background-image: url(https://www.westmthomes.com/wp-content/themes/vmilless-pending.com/images/inv-inner-accent.jpg);
}

#content .investment-inner h2 {
    color: #787878;
    font-size: 28px;
    text-align: center;
    display: block;
    font-weight: bold;
}

p.sub-title {
    font-size: 21px;
    text-align: center;
    color: #787878;
    font-weight: bold;
}

.investment-inner p {
    color: #787878;
    font-weight: bold;
    font-size: 16.5px;
}

.investment-inner ul li {
    color: #787878;
    font-weight: bold;
    font-size: 16.5px;
}

.investment-inner ul {
    margin-left: 0 !important;
    list-style: none !important;
}

#content .entry-title {
    color: #fff !important;
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
    font-size: 70px;
    margin-top: 80px;
}

.inv-form {
    width: 100%;
    max-width: 520px;
    margin: 0px auto;
    text-align: center;
}

.inv-form input {
    background: transparent;
    color: #575757;
    height: 32px !important;
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #969696;
    padding: 5px 9px!important;
    width: 100%;
}

.inv-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    line-height: 19px;
    top: 9px;
    left: 3px;
}

.schedule_ {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.schedule_ label {
    background: transparent;
    color: #575757;
    height: 32px !important;
    font-family: Verdana;
    font-size: 11px;
    padding: 5px 9px!important;
    text-transform: capitalize;
}

.schedule_ > span {
    width: 48.5%;
    margin-left: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.investment-inner .col-md-6 p {
	/* margin-bottom: 0 !important; */
}

.investment-inner .col-md-12 p:first-child {
	margin-top: 0 !important;
}

.aidefcf-cl3 {
	display: flex;
	justify-content: space-between;
}

.inv-form p {
	text-align: left;
	font-weight: 600;
	font-size: 14px;
}

span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    margin-top: 5px;
}

span.wpcf7-form-control.wpcf7-radio {
      display: flex;
}

.inv-form span.wpcf7-form-control input[type="radio"] {
	width:20px !important;
    height: 15px !important;
    margin-right: 5px;
    margin-top: 0;
}

span.wpcf7-form-control.wpcf7-radio label {
    display: flex;
    align-items: center;
}

.ai-contact-wrap span.wpcf7-form-control.wpcf7-radio span {
    font-size: 16px;
}

.other-wrap {
    display: none;
}

.other-wrap.active {
    display: block;
}

/* MOBILE */
@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {

}
