body {
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
}

.download-new p {
    letter-spacing: 0!important;
}
img.downloadArrow {
    width: 30px;
}
.logo-holder {
    display: flex;
    flex-direction: row;
}
.wrapper.mobile {
    display: none;
}
.single-image img {
    width: 100vw;
}
.gme {
    max-width: 201px;
}
span.tfl {
    font-size: 12px;
}
.form-intro {
    font-family: 'Chiswick Sans Text Web';
}

.policy h1{
    font-size: 36px;
    letter-spacing: .9px;
    line-height: 44px;
}

.policy h2 {
    font-family: 'basis-grotesque-black-pro';
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 30px 0 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
.policy h3 {
    font-family: 'basis-grotesque-black-pro';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
	margin: 20px 0 10px;
    text-transform: uppercase;
}
.policy h4 {
    font-family: 'basis-grotesque-black-pro';
    font-size: 16px;
}
.policy a {
    color: #000;
}

.policy ul{
    margin: 1rem 0 1rem 3rem;
    padding: 0;
}

.policy ul li{
    font-family: 'Chiswick Sans Text Web';
    font-size: 18px;
}

div#page {
    overflow-x: hidden;
} 
.image-left {
	display : block;
}
.image-up {
	display : none;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    outline align-content: normal;
    outline: none;
    border: 0;
}
li {
    margin-bottom: 0;
}

.cool-link a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.cool-link a:hover::after {
    width: 100%;
    /* transition: width .3s; */
}

.slide-copy p {
    font-family: 'Canela Web';
    color: #000;
    position: absolute;
    width: 40vw;
    top: 8vw;
    margin-left: 40vw;
    line-height: 3vw;
    font-size: 2.5vw;
    text-transform: uppercase;
}

.slick-slide img {
	width: 100%;
}
.basis {
    font-family: 'basis-grotesque-black-pro';
    text-transform: uppercase;
/*     font-size: calc(2.5vw + .1vw); */
}
a.credits {
	font-family: 'Chiswick Sans Text Web';

}
.green {
	background-color: #617549;
}
 header#masthead {
	background-color: #617549;

} 
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #000;
	font-family: 'basis-grotesque-black-pro';
	font-size: 14px;
	text-transform: uppercase;
padding: 0 10px 1px 10px;
	letter-spacing: 1px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #000;
/* 	border-bottom: 2px solid #000; */
	font-family: 'basis-grotesque-black-pro';
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	letter-spacing: 1px;
	font-weight: 400;
}
.single-para h2 {
	font-family: 'basis-grotesque-black-pro';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}
.single-para {
	font-family: 'Chiswick Sans Text Web';
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	padding: 100px 0;
}
.address {
	text-align: center;
}
span.footer-title {
    display: block;
}
.back {
    text-align: right;
}
span.basis {display: inline-block;}
span.footer-title {
	color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: .8px;
    font-family: 'basis-grotesque-black-pro';
}
.lower-footer a {
    display: inline-block;
    margin: 5px 20px;
    color: #000;
    font-family: 'Chiswick Sans Text Web';
    font-size: 14px;
}
.lower-footer a:hover {
    display: inline-block;
    margin: 5px 20px;
    color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.copyright {
    display: inline-block;
    margin: 5px 20px;
    color: #000;
	font-size: 14px;
	font-family: 'Chiswick Sans Text Web';
}

.disclaimer-link a {
    font-family: 'basis-grotesque-black-pro';
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
/* 	border-bottom: 2px solid #000; */
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
}
.disclaimer-link a:hover {
    text-decoration:none;
/* 	border-bottom: 2px solid #000; */
	color: #000;
}
.disclaimer-link a:after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
    margin-top: 5px;
}
.disclaimer-link a:hover:after {
	width: 100%;
}



.back-link a,
.form-section input[type="submit"] {
    font-family: 'basis-grotesque-black-pro';
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
	display: inline-block;
}
.back-link a:hover,
.form-section input[type="submit"]:hover {
    text-decoration:none;
	color: #000;
}
.back-link a:before,
.form-section input[type="submit"]:before {
    content: "";
    background-image: url(/wp-content/uploads/2021/01/icon-download.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
	right: -20px;
	right: -20px;
    top: 0;
}
.back-link a:after,
.form-section input[type="submit"]:after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
    margin-top: 5px;
}
.back-link a:hover:after,
.form-section input[type="submit"]:hover:after {
	width: 100%;
}
.my-footer.row {
    background-color: #617549;
    padding: 50px 0 0 0;
}
.lower-footer.row{
    background-color: #617549;
    padding: 10px 0 20px;
	text-align: right;
}
.form-section.row {
    padding: 100px 0;
/*     height: 100vh; */
    align-items: center;
}
.form-image img {
    display: block;
    margin: auto;
}
#contact h2 {
	font-family: 'basis-grotesque-black-pro';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}
div#main-nav {
    justify-content: flex-start!important;
}

/*  form */

.form-section input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    /* font-family: 'Canela Web'; */
    background-color: #DAD1CC!important;
	color: #000;
}
.form-section label {
    display: none;
}
.form-section input[type="submit"] {
    background: none;
    border: 0;
    width: auto;
    right: 10px;
    position: absolute;
    font-family: 'basis-grotesque-black-pro';
    border-bottom: 2px solid #000;
    padding: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #DAD1CC inset !important;
}
form#form {
    margin-top: 20px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #666 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666 !important;
    opacity: 1;
}
/* end form */

.navbar-brand {
    display: block;
}


.page-content, .entry-content, .entry-summary {
	margin:0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
}


.text-slide.slick-slide {
    height: calc(100vh - 90px);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

}

.logo {
    position: absolute;
    right: 20px;
    top: 0;
	width: 340px;
}
.logo-top img {
    width: 100%;
}

.reversed-scrolling-columns_module ul {
    list-style: none;
    margin-left: -40px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'Chiswick Sans Text Web';
}
.section h4 {
    font-family: 'basis-grotesque-black-pro';
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .column-block{
        padding: 0 10% !important;
    }
    .column-block ul{
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
    .column-block li, .column-block p{
        font-size: 16px !important;
    }
	.column-block p.tfl{
        font-size: 12px !important;
    }
    .column-block .image{
        max-width: 75% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}




@media only screen and (max-width: 980px) {
.column-block.padding-mobile {
    min-height: 50vh;
    /* border: 1px solid blue; */
    padding: 30px;
}
}
@media only screen and (max-width: 768px) {
.form-image img {
    /* height: 200px; */
    /* margin-bottom: 8.5%; */
}
.image-left {
	display : none;
}
.image-up {
	display : block;
}
.form-image {
    /* height: 150px; */
    display: block;
}
/* .form-image img {
    height: -webkit-fill-available;
} */
.slide-copy p {
    font-family: 'Canela Web';
    color: #000;
    position: absolute;
    width: 90vw;
    top: 10vh;
    margin-left: 5vw;
    line-height: 9vw;
    font-size: 6vw;
    text-transform: uppercase;
}
.jll-logo {
    text-align: center;
    margin: 40px 0;
}
.jll-logo img {
    margin-top: 0;
}
.disclaimer-link {
    text-align: center;
    margin-bottom: 30px;
}
.back-link {
    text-align: center;
    display: block;
    margin: 40px auto;
    max-width: 150px;
    position: relative;
}

.back-link a:before {
    right: 60px;
    top: -30px;
}

.lower-footer.row {
    text-align: center;
}	
.back {
    order: -1;
}
.single-para {
    padding: 8.5%;
}
/* .text-slide.slick-slide {
    height: 75vh;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #DAD1CC;
}	 */
	
.text-slide.slick-slide {
    /* height: 100vh; */
    background-size: 168%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #DAD1CC;
}


.form-section.row {
    padding: 30px;
    height: auto;
}	
	
.navbar {
    justify-content: flex-start!important;
    width: inherit;
    margin-left: 0;
}
.navbar-brand {
    display: none!important;
}	
	
}

@media only screen and (max-width: 500px) {
	input, select, textarea {
    font-size: 16px!important;
		outline:none;
}
	
/* 	.slide-copy p {
    font-family: 'Canela Web';
    color: #000;
    position: absolute;
    width: 90vw;
    top: 25vw;
    margin-left: 5vw;
    line-height: 10vw;
    font-size: 8vw;
    text-transform: uppercase;
} */
	
}
@media only screen and (max-width: 414px) {
.form-image img {
    /* height: 160px; */
}
/* .slide-copy p {
    font-family: 'Canela Web';
    color: #000;
    position: absolute;
    width: 80vw;
    top: 7.5vw;
    margin-left: 10vw;
    line-height: 8vw;
    font-size: 6vw;
	text-transform: uppercase;
}  */
	
	.slide-copy p {
    font-family: 'Canela Web';
    color: #000;
    position: absolute;
    width: 100%;
    top: 0;
    line-height: 8vw;
    font-size: 6vw;
    text-transform: uppercase;
    background: #DAD1CC;
    margin-left: 0;
    padding: 30px;
}
.text-slide.slick-slide {
	background-size: 180%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #DAD1CC;
}
	
.basis {
    font-family: 'basis-grotesque-black-pro';
    text-transform: uppercase;
    font-size: calc(6vw + .5vw);
}	


}

.site-header{
    z-index: 2;
}


.navbar__overlay{
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.navbar__overlay.active{
    opacity: 0;
    visibility: visible;
}

.download-brocure .text-block {
/*     display: flex;
    align-items: flex-end;
    justify-content: flex-start; */
    width: fit-content;
}


.mobile-cycle{
    display: none;
    padding-top: 0 !important;
    background-color: #DAD1CC;
    min-height: 1px !important;
}

.mobile-cycle img{
    max-width: 50%;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 824px) {
    .mobile-cycle{
        display: block;
    }

}

g#Arrow{
    stroke: black;
}


.mobile .column-block-5{
    padding-top: 0 !important;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

.form-section {
    background-color: #DAD1CC;
}
	  
	  
}