
/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
    font-family: 'Gotham';
    src: url('https://onelondonrd.mboss.group/fonts/Gotham-Light.eot');
    src: url('https://onelondonrd.mboss.group/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Light.woff2') format('woff2'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Light.woff') format('woff'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://onelondonrd.mboss.group/fonts/Gotham-Bold.eot');
    src: url('https://onelondonrd.mboss.group/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Bold.woff2') format('woff2'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Bold.woff') format('woff'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://onelondonrd.mboss.group/fonts/Gotham-Medium.eot');
    src: url('https://onelondonrd.mboss.group/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Medium.woff2') format('woff2'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Medium.woff') format('woff'),
        url('https://onelondonrd.mboss.group/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html{
	scroll-behavior: smooth;
}

h1{
	font-family: 'Gotham';
	font-weight: bold;
    font-style: normal;
	font-size: 80px;
	margin: 0;
	color: #fff;
	line-height: 80px;
}

h2{
	font-family: 'Gotham';
	font-weight: 500;
    font-style: normal;
	font-size: 20px;
	margin: 0;
	color: #fff;
	line-height: 20px;
}

h3{
	font-family: 'Gotham';
	font-weight: normal;
    font-style: normal;
	font-size: 26px;
	margin: 0;
	color: #fff;
	line-height: 26px;
}

h4{
	font-family: 'Gotham';
	font-weight: bold;
    font-style: normal;
	font-size: 50px;
	margin: 0;
	line-height: 50px;
}

p{
	font-family: 'Gotham';
	font-weight: normal;
    font-style: normal;
	font-size: 12px;
	margin: 0;
	color: #fff;
	line-height: 16px;
}

body{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-color: #476359;
	border: 0;
	margin: 0;
}

.landing__wrapper{
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
}

.landing__content{
	width: 90%;
	height: auto;
	min-height: 100vh;
	margin: 0 5%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.landing__text__area{
	width: 50%;
	height: auto;
	float: left;
    margin: 0;
}

.landing__text__area--logo{
	width: 300px;
	height: auto;
	float: left;
	text-align: left;
}

.landing__text__area--logo img{
	width: 100%;
	display: block;
}

.landing__text__area--title{
	width: 100%;
	height: auto;
	margin: 35px 0;
	text-align: left;
	float: left;
}

.landing__text__area--subtitle{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin: 0 0 20px 0;
}

.landing__text__area--copy{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.landing__image__area{
	width: 40%;
	height: auto;
	margin: 0 0 0 10%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 7px 13px 2px #2C473D; 
	box-shadow: 4px 7px 13px 2px #2C473D;
	opacity: 0;
}

.landing__text__area--contact{
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	float: left;
}

.landing__text__area--contact--title{
	width: 100%;
	height: auto;
	text-align: left;
	float: left;
	margin: 0 0 15px 0;
}

.landing__text__area--logo,.landing__text__area--title,.landing__text__area--subtitle,.landing__text__area--copy,.landing__text__area--contact{
	transform: translate(-10px,0);
	opacity: 0;
}

.landing__text__area--contact--title img{
	width: auto;
	height: 30px;
	float: left;
}

.landing__text__area--contact--title h3{
	width: auto;
	height: 30px;
	float: left;
	color: #84894c;
}

.landing__contact__form{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

#mc_embed_signup{
	width: 100%;
	height: auto;
	float: left;
}

#mc_embed_signup > form{
	width: 100%;
	height: auto;
	float: left;
}

#mc_embed_signup_scroll{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
}

.mc-field-group{
    width: 47%;
    height: auto;
    float: left;
    margin: 10px 0;
}

.mc-field-group > input {
    width: 100%;
    height: auto;
    padding: 10px 4%;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    float: left;
    box-sizing: border-box;
    text-align: left;
	color: #fff;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    margin: 0;
    line-height: 20px;
}

.mc-field-group > input::placeholder {
	color: #fff;
	opacity: 1;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    margin: 0;
    line-height: 20px;
	
}

#mc_embed_signup input.mce_inline_error{
	border-color: #924141!important;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    margin: 0;
    line-height: 20px;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #924141!important;
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    margin: 0;
    line-height: 20px;
}

.submit_button{
	width: 47%;
	height: auto;
	float: left;
	margin: 10px 0;
	cursor: pointer;
}

.submit_button input{
    width: 100%;
    height: auto;
    padding: 10px 4%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    float: left;
    box-sizing: border-box;
    text-align: center;
    color: #476359;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
	cursor: pointer;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.submit_button input:hover{
	background-color: transparent;
    color: #fff;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.indicates-required{
	width: 47%;
    height: auto;
    float: left;
    text-align: left;
    color: #fff;
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
	margin: 10px 0;
}

.number__drop{
	height: auto;
	background-color: transparent;
}

.number__drop > select{
    width: 100%;
    height: auto;
    padding: 14px 4%;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    float: left;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    margin: 0;
    line-height: 20px;
}

.response{
	
    color: #fff;
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    margin: 0;
    line-height: 20px;
}

.landing__job__section{
	width: 100%;
	height: auto;
	padding: 25px 0;
	float: left;
	background-color: #84894c;
}

.job__content{
	width: 90%;
	margin: 0 5%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.job__left{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.job__left h1, .job__left h2{
	width: 100%;
	text-align: left;
}

.job__left h4{
	color: #476359;
}

.job__left h2{
	margin: 7px 0 0 0;
}

.job__right{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.job__button{
    width: 100%;
    height: auto;
    float: left;
}

.job__button button{
	width: auto;
    min-width: 280px;
    height: auto;
    padding: 9px 40px;
    float: right;
    text-align: center;
    border: 0;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    margin: 5px 0px;
    line-height: 20px;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

button.button--apply{
	background-color: #fff;
	color: #84894c;
	border: 1px solid #fff;
}

button.button--description{
	background-color: #476359;
	color: #84894c;
	border: 1px solid #476359;
}

button.button--apply:hover{
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

button.button--description:hover{
	background-color: transparent;
	color: #476359;
	border: 1px solid #476359;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

@media only screen and (max-width:980px){
	.landing__text__area {
    width: 100%;
	margin: 0px 0px 50px 0;
	}
	.landing__image__area {
    width: 100%;
    height: 420px;
    margin: 0;
    background-position: top;
}
.landing__content {
    margin: 70px 5%;
}

.job__right,.job__left {
    width: 100%;
}
.job__button button{
	float: left;
	margin: 0;
}
button.button--apply{
	margin: 30px 0 20px 0;
}

}

@media only screen and (max-width:680px){
	h1 {
    font-size: 50px;
    line-height: 50px;
	}
	h3 {
    font-size: 20px;
	}
	.landing__text__area--logo {
    width: 230px;
	}
	.landing__text__area--title {
    margin: 40px 0 15px 0;
	}
	.landing__text__area--contact--title img {
    height: 28px;
	}
}

@media only screen and (max-width:500px){
	.mc-field-group {
    width: 100%;
	}
	.submit_button {
    width: 100%;
	}
	.indicates-required {
    width: 100%;
	}

	.job__button button {
		width: 100%;
		min-width: 100%;
	}
}