.single-position--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 250px;
    background: #000;
    padding-top: 0px;
}

.single-position--header h1.position-name {
    color: #f04d40;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
}
 
.single-position--body {
    padding: 50px 0px 100px;
}
 
.position--body-content {
    max-width: 900px;
}
.post-content p + h3, .post-content p + h2, .post-content p + h3, .post-content ul + h3, .post-content ul + h2, .post-content ul + h3 {
    margin-top: 40px;
}
form.vw {
    /* text-align: center; */
}

form.vw p {
    font-size: 24px;
}

form.vw input[type="password"] {
    width: 100%;
	
    background: none;
    line-height: 40px;
    border: 0px;
    padding: 0px 0px;
    height: 100%;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
	
	padding:0px 20px;
    line-height: 30px;
    outline: none;
    background: #262626;
    display: table;
    line-height: 40px;
    height: 40px;
    border-radius: 20px; 
	text-align: left;
    color: white;
	margin-top:20px;
    width: 260px;
}
form.vw button i { transition:0.3s all ease;  }
form.vw button:hover i { transform:translateX(5px);  }
form.vw button {
    border-radius: 20px;
    border: 1px solid #f04d40;
    background-color: #f04d40;
    color: white;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-left: auto;
    margin-right: 0px;
	padding:0px 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
	text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    border: 0px;
    outline: none;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    display: table;
    width: 260px;
    margin: 10px 0;
	display:flex; justify-content:space-between;    align-items: center;

}
@media (max-width:767px)
{

    .single-position--header {min-height: auto;padding: 40px 15px 70px;}

    .single-position--header h1.position-name {
        font-size: 30px;
        line-height: 1.3;
    }

    .single-position--header .position-location {
        font-size: 21px;
    }

    .single-position--body {
        padding: 50px 15px;
    }
 
        
}