@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@media only screen and (max-width: 768px) {
  .brown-content-wrapper.overlay-bg-bottom {
    margin-left: 20px;
    margin-bottom: -60px;
    padding-top: 30px;
    padding-bottom: 180px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100vw - 40px) !important;
  }

  .brown-content-wrapper.overlay-bg-bottom .content-block-inner {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body{
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin:0;
	padding:0;
    color:#194930;
	font-size:15px;
	line-height:20px;
}
.header{
    transition: all .5s ease;
}
header.header.scroll-down {
    height: 89px;
    top: -89px;
    position: fixed;
    width: 100%;
    overflow: hidden;
}
header.header.scroll-down .brand-desc-wrapper{
	display:none;
}
.header.scroll-up {
    position: fixed;
    z-index: 999;
    top: 0;
    background: #ffffff;
    width: 100%;
	height:89px;
    left: 0;
}
.header.scroll-up .inner-header {
    padding-bottom: 25px;
}
.header.scroll-up .brand-desc-wrapper{
	display:none;
}
.explore-group_mobile h3.active {
    color: #271018;
}
.burger-menu-open__mobile .login-wrapper img {
    width: 25px;
    float: none;
    margin-left: 0;
    top: 0;
    position: relative;
    clear: both;
    display: block;
	margin-bottom:2px;
}
.burger-menu-open__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1a4331;
    height: 100%;
    z-index: 99;
    color: #ffffff;
	display:none;
}
a.accountForm__content--btr__text {
    padding-left: 20px;
    font-weight: 600;
    line-height: 35px;
}
.accountForm__inner{
    padding: 35px;
}
.accountForm__content--form {
    padding-top: 20px;
}
.accountForm__inner h2{
	margin-top:0;
}
.accountForm__content--form input{
    max-width: 300px;
    clear: both;
    display: block;
}
.accountForm__content--status {
    padding-top: 15px;
    padding-bottom: 30px;
}
.accountForm__content--form input.submit {
    background: #ffffff;
    color: #adb8a9;
    float: left;
}
.accountForm__wrapper {
    position: fixed;
    width: 100%;;
    right: 0;
    background: #adb8a9;
    height:calc(100vh - 85px);
    bottom: 0;
    z-index: 99;
    color: #ffffff;
}
.dataroom__loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(25, 50, 66, 0.95);
    z-index: 99;
	color:#ffffff;
	text-align:center;
}
img.loading__g-icon {
    width: 60px;
    clear: both;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.dataroom__loading-inner {
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    margin-top: -50px;
}
.account__options--smallprint{
    padding-top:30px;
}
.trackRecord__image{
	overflow:hidden;
}
.trackRecord__title h4 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.logout-text{
	display:none;
}
.nav{
    margin:0;
    padding:0;
    margin-top: -25px;
}
.burger-menu-open__mobile .bwm--credits {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.burger-menu-open__mobile .bw--close img {
    height: 25px;
    width: 25px;
    float: right;
}
.burger-menu-open__mobile span{
    padding-top: 3px;
    display: inline-block;
	font-size:14px;
}
.burger-menu-open__mobile .login-wrapper {
    display: block;
    top: 400px;
    right: 15px;
    left: 15px;
}
.explore-group_mobile {
	position: absolute;
    top: 135px;
    padding-left: 15px;
}
.explore-group_mobile h3{
	color:#193241;
}
.burger-menu-open__mobile .bw--close {
    padding-top: 30px;
    padding-right: 25px;
    width: 68.5px;
    float: right;
	cursor:pointer;
}
h3.cream {
    color: #A49E93;
}
.burger-menu-open__mobile .nav--wrapper {
    position: relative;
    top: 75px;
    margin-left: 25px;
}
.burger-menu-open__mobile .nav--wrapper li {
    font-size: 22px;
    line-height: 40px;
}
.nav--wrapper {
    position: relative;
    top: 25vh;
}
.nav--wrapper li {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: -0.5px;
    font-family: "Sora", sans-serif;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.nav--wrapper li a:hover{
    color:#adb8a9;
}
.bwm--colone #logo {
    margin: 25px;
    padding-top: 5px;
}
.bwm--colone {
    width: 55vw;
    height: 100vh;
    float: left;
}
.bwm--coltwo {
    width: 45vw;
    float: right;
    background: #ffffff;
    color: #1a4331;
    height: 100vh;
	position:relative;
}
.burger-menu-open {
    position: fixed;
	z-index:999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #194930;
    z-index: 999;
    color:#ffffff;
    display:none;
}
.burger-menu-open p{
    font-weight:300;
}
.burger-menu-open h5{
    margin:0;
    padding-bottom:10px;
}
.burger-menu-open p{
    margin:0;
}
.burger-wrapper .bw--close img{
    height:20px;
	width:20px;
    float: left;
    cursor:pointer;
    margin-right: 10px;
}
.bw--colone{
    width: calc(25% - 5.5em);
    padding: 2.75em;
    padding-top: 2.5em;
    min-height: 100vh;
    position: relative;
    float: left;
    padding-bottom: 0;
}
.bw--coltwo {
    width: calc(25% - 40px);
    padding: 20px;
    min-height: 100vh;
    position: relative;
    float:left;
    padding-bottom: 0;
}
.bw--colthree{
    width: calc(25% - 40px);
    padding: 20px;
    min-height: 100vh;
    float:left;
    position: relative;
    padding-bottom: 0;
}
.bw--colfour {
    width: calc(25% - 40px);
    padding: 20px;
    min-height: 100vh;
    float:left;
    position: relative;
    padding-bottom: 0;
}
.bw--legal {
    position: absolute;
    bottom: 60px;
    min-height: 95px;
}
.bw--social {
    position: absolute;
    bottom: 60px;
    min-height: 95px;
}
.burger-wrapper .bw--social_icons img {
    height: 20px;
    margin-right: 20px;
}
.burger-wrapper .brand-desc-wrapper{
	display:none;
}
.bw--credits {
    position: absolute;
    bottom: 60px;
    min-height: 95px;
}
.bw--credits strong{
    padding-top: 15px;
    display: block;
}
.bw--office{
    position: absolute;
    bottom: 60px;  
    min-height: 95px; 
}
.cr_apply-cta{
    cursor:pointer;
}
.cr_applicationform {
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1000px;
    background: #ffffff;
    padding-bottom: 60px;
    display:none;
}
.gfield--type-fileupload {
    padding-top: 0;
    padding-bottom: 15px;
}
.popup__close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-weight: bold;
    cursor:pointer;
}
label.gform-field-label {
    font-size: 12px;
    line-height: 12px;
}
label.label-large {
    font-size: 15px;
}
.blueBtrOutline {
    clear: both;
    display: table;
    background: #193242;
    color: #ffffff;
    padding: 8px 10px;
    border: 1px solid #193242;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    min-width:120px;
    text-align:left;
}
.ginput_container.ginput_container_fileupload {
    margin-top: 15px;
}
.blueBtr {
    clear: both;
    display: table;
    border: 1px solid #adb8a9;
    background:#adb8a9;
    color:  #ffffff;
    padding: 8px 10px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    min-width:120px;
    text-align:left;
}
.gfield-choice-input {
    top: 2px;
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
    border: 1px solid #194930;
    float: left;
    margin-right: 10px;
    padding: 8px;
    position: relative;
}
.gform-fields-left {
}
.mailingListPopup__content {
    padding-top: 5em;
}
.gform_wrapper {
    clear: both;
    display: table;
    padding-top: 10px;
}

.dataroom__item--document {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    background:#ffffff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 25px;
}
.dataroom__item {
    overflow: hidden;
    height: 0;
}
.dataroom__item--document_main p {
    margin: 0;
    cursor:pointer;
    text-transform:capitalize;
    padding-left:68px;

}
.dataroom__item--plusMinus {
    position: absolute;
    top: 8px;
    right: 0;
    left: inherit;
}
.dataroom__item--plusMinus div {
    font-size: 35px;
    line-height: 3px;
}
.dataroom__item.active {
    display: inline-block;
}
.dataroom__item--document-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding-left:0px;
}
.dataroom__item--first-level .dataroom__item--document-item {
    padding-top: 20px;
}
.dataroom__item--line {
    display: none;
}
.dataroom__item--document.open>.dataroom__item--document_main .dataroom__item--plusMinus div:nth-of-type(1), .dataroom__item--document.open>.dataroom__item--folder__wrap .dataroom__item--plusMinus div:nth-of-type(1), .dataroom__item--folder.open>.dataroom__item--document_main .dataroom__item--plusMinus div:nth-of-type(1), .dataroom__item--folder.open>.dataroom__item--folder__wrap .dataroom__item--plusMinus div:nth-of-type(1) {
    opacity: 0;
    font-size: 0;
    line-height: 0;
}
.dataroom__item--first-level {
    height: 0;
    overflow: hidden;
    transition: .35s;
    padding-left:0px;
}
.dataroom__item--document.open>.dataroom__item--document_main .dataroom__item--plusMinus div:nth-of-type(2), .dataroom__item--document.open>.dataroom__item--folder__wrap .dataroom__item--plusMinus div:nth-of-type(2), .dataroom__item--folder.open>.dataroom__item--document_main .dataroom__item--plusMinus div:nth-of-type(2), .dataroom__item--folder.open>.dataroom__item--folder__wrap .dataroom__item--plusMinus div:nth-of-type(2) {
    opacity: 1;
    font-size: 42px;
    line-height: 3px;
}
.dataroom__item--plusMinus>div:nth-of-type(2) {
    opacity: 0;
    font-size: 0;
    line-height: 0;
}
.dataroom__item--document-item {
}
.dataroom__item--title h3{ 
    margin-top:0;
}
.dataroom__tab--item div:hover{
    color: #a0b4c7;
}
.dataroom__tab--item .active {
    color: #a0b4c7;
}
.dataroom__item--document-item p{
    margin: 0;
    max-width: 325px;
}
.dataroom__item--document-item svg{
    height: 45px;
    float: left;
    width: 48px;
}
.dataroom__item--document-item div{
    float: left;
    padding-left: 20px;
}
.dataroom__item--title{
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
    float: left;
}
.mailingListPopup__description a {
    color: #718093;
}
.mailingListPopup__wrap {
    margin-bottom: 4em;
}
.mailingListPopup.openPopup {
    position: fixed;
    top: 0;
    left: 0;
    background: #f3f2ee;
    padding: 25px;
    width: calc(100vw - 50px);
    height: 100%;
    margin-left: 0;
    z-index: 999;
	padding-bottom:0;
	overflow:scroll;
	display:none;
}
.dataroom__tab--item div {
    width: 100%;
    float: left;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    padding-left: 0;
}
.dataroom__item.active {
    overflow: visible;
    height: 100%;
}
.dataroom__tab {
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
    display: table;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
strong, b{
	font-weight:700;
}
.light{
	font-weight:300 !important;
}
a{
	text-decoration:none;
	color:inherit;
}
.burger-wrapper {
    font-size: 14px;
    cursor:pointer;
    position: absolute;
    right: 25px;
}
.burger-wrapper .bw--close {
    margin-top: 2px;
}
.cta-large{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    background-position: 100% 65%;
}
.cta {
    padding-right: 35px;
    display: inline-block;
    background-image: url(https://glpgnew.tempurl.host/consultancy/wp-content/themes/glpg_ca_theme-four/front/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    font-weight:400;
    cursor:pointer;
}
.cta.light-blue {
    background-image: url(https://spokesdigital.com/glpg-nh/images/arrow-lightblue.svg);
}
.cta-white{
    background-image: url(https://spokesdigital.com/glpg-nh/images/arrow-white.svg);
}
#content{
    width: 100vw;
    position: relative;
    float: left;
}
#logo{
    width: 115px;
    margin-top: 0px;
    clear:both;
}
h5{
    font-family: "Sora", sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
    font-size:15px;
}
h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}
h3{
	font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
}
h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
h1{
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
p{
    font-size:14px;
    line-height:18px;
    letter-spacing: -0.4px;
}
.no-margin{
    margin-top:0 !important;
}
.global-brand-desc {
	display:none;
    max-width: 290px;
    position: absolute;
    left: 2.5em;
    top: 22.5vh;
}
.global-brand-desc p{
	font-size:20px;
	line-height:26px;
}
.small{
	font-size:10px;
	line-height:20px;
}
.inner-header {
    padding: 25px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.global-credits p{
	margin:0;
}
.global-credits {
    position: absolute;
    bottom: 2.5em;
}
.landing-col-one, .landing-col-two, .landing-col-three{
    float: left;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width:calc(50vw - 1px);
}
.owl-nav img {
    width: 25px !important;
    margin-left: 8px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
button{
    outline:none;
    border:0;
}
.owl-nav {
    position: absolute;
    margin: 0;
    right: 10px;
    bottom: -5px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}
.landing-col-inner {
	padding: 3.5%;
    padding-bottom: 0;
    padding-top: 0;
    min-height: 100vh;
    position:relative;
    width: 93%;
}
.landing-col-inner .img-blk {
    height: 75vh;
    overflow:hidden;
    position: relative;
}
.landing-col-inner .headline-blk {
    padding-left: 10px;
    padding-right: 10px;
    height: 22.5vh;
    padding-bottom:10px;
    margin-bottom:2.5%;
    position: relative;
	min-height: 185px;
	cursor:pointer;
	-webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.landing-col-inner .headline-blk:hover {
	opacity:0.65;
}

.landing-col-inner .headline-blk h2{
    margin:0;
    padding-bottom:15px;
}
.line{
    height: 5px;
    width: 100%;
    margin: 0 auto;
}
.landing-col-one{
	color:#271018;;
}
.landing-col-one .img-blk img{
    width:100%;
    height:100%;
	object-fit:cover;
}
.landing-col-one .cta{
    background-image: url(https://spokesdigital.com/glpg-nh/images/arrow-red.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px;
}
.landing-col-two{
	color:#adb8a9;
}
.landing-col-two .img-blk{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	transition: opacity 0.3s;
}
.landing-col-two .img-blk img{
    width:100%;
    height:100%;
	object-fit:cover;
}
.landing-col-three{
	color:#a99f96;
}
.landing-col-three .cta{
    background-image: url(https://spokesdigital.com/glpg-nh/images/arrow-cream.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px;
}
.landing-col-three .img-blk{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	transition: opacity 0.3s;
}
.landing-col-three .img-blk img{
    width:100%;
    height:100%;
	object-fit:cover;
}
.beige{
	background-color:#a99f96;
}
.red{
	background-color:#271018;
}
.blue{
	background-color:#adb8a9;
}
@keyframes linedown {
    100% {
        height: 100vh;
    }
}
.linedown {
    position: absolute;
    top: 0px;
    right: 2px;
}
.linedown:before {
    content: "";
    width: 1px;
    height: 0;
    background: #bcbec0;
    opacity: 0.5;
    left: 20%;
    position: absolute;
    top: 0px;
    /* animation: linedown 4s forwards; */
}
.linedown.start:before{
    animation: linedown 4s forwards; 
}
.sector-border {
    height: 4px;
    background: #1a4331;
    position: absolute;
    width: calc(100% - 20px);
    display: block;
    top: 0;
	left:10px;
}
.gridlines-wrapper {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.gridlines-wrapper .line {
    width: 25%;
    float: left;
    height: 100%;
    position:relative;
}
.gridlines-wrapper .line:before {
    content: "";
    width: 1px;
    height: 0;
    background: #bcbec0;
    opacity: 0.5;
    right:0;
    position: absolute;
    top: 0px;
    /* animation: linedown 4s forwards; */
}
.gridlines-wrapper.start .line:before{
    animation: linedown 4s forwards;
}
.burger-wrapper img{
    width: 25px;
    float: right;
    margin-right: 0;
    margin-left: 5px;
}
.burger-wrapper.bw--icon span {
    top: 3px;
    position: relative;
}
.login-wrapper{
    display:none;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size:14px;
}
.login-wrapper img{
    width: 20px;
    float: right;
    margin-left:10px;
}
.footer-col {
    width: 100%;
    float: left;
}
.footer-col-inner {
    padding-left: 25px;
}
.legals-wrapper {
    clear: both;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2em;
}
.legals-wrapper p{
    font-size:10px;
    margin:0;
}
.social-icons {
    padding-bottom: 1em;
}
.social-icons img {
    height: 20px;
    margin-right: 15px;
}

footer {
    background: #194930;
    padding-top: 20px;
    padding-bottom: 4em;
    color: #ffffff;
    margin-top: 0em;
    display: inline-grid;
    width: 100%;
    position:relative;
    z-index:9;
}
.cr_heroTitle__title h1{
    font-size: 22px;
    line-height: 24px;
}
section.cr__headline p {
    max-width: 315px;
}
.ns_heroTitle__title h1{
    font-size: 22px;
    line-height: 24px;
}
section.three-img-wrapper.three-img-wrapper__hero__desktop{
	display:none;
}
section.three-img-wrapper.three-img-wrapper__hero__mob .line{
	right:-5px;
}
section.three-img-wrapper.three-img-wrapper__hero__mob {
    height: calc(100vh - 280px);
}
section.three-img-wrapper.three-img-wrapper-home.three-img-wrapper__hero__mob{
    height: calc(100vh - 340px);
}
section.three-img-wrapper.three-img-wrapper__hero__mob .img-block {
    padding-left: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 0;
	overflow:inherit;
}
section.three-img-wrapper.three-img-wrapper__hero__mob .img-block{
	background-size:cover;
	background-position:top center;
}
section.three-img-wrapper.three-img-wrapper__hero{
    height: auto;
	margin-bottom:20px;
}
.three-img-wrapper .img-block img.whitearrow {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 20px;
    height: auto;
    object-fit: inherit;
    margin: 0 auto;
	animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-5px);
    }
}

@-moz-keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-15px);
    }

    60% {
        -moz-transform: translateY(-5px);
    }
}

@-o-keyframes bounce {
    0%,20%,50%,80%,100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-15px);
    }

    60% {
        -o-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-5px);
    }
}
.home section.three-img-wrapper.three-img-wrapper__hero{
    height: auto;
	margin-bottom:0;
}
.three-img-wrapper {
    width: calc(100% - 10px);
    height: 350px;
    float: right;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
}
.three-img-wrapper .img-block {
    width: calc(33.33% - 10px);
    float: left;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
	overflow:hidden;
}
.three-img-wrapper .line{
    background: #dddedf;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
}
.three-img-wrapper .img-block img{
    margin-right: 5px;
    width: 100%;
	object-fit:cover;
    height: 100%;
}
section.two-col-blue-content-wrapper.overlay-bg .content-col-two{
    padding-bottom:3em;
}

.mailinglist-wrapper {
    width: 100vw;
    float: right; 
	position:sticky; 
	z-index: 999; 
    display:flex;}
.mailinglist-img {
	width: calc(33.33% - 10px);
    float: right;
    margin-left: 0px;
    margin-right: 10px;
    overflow: hidden;
}
.mailinglist-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -6px;
}
.mailinglist-title:after{
	content:'';
    display: block;
    width: 1px;
    height: 100%;
    background: #dddedf;
    right: -5px;
    position: relative;
	z-index:-1;
}
.mailinglist-title-inner {
    width: 100%;
    padding: 15px;
}
.mailinglist-title-inner h2{
    margin-top:0;
    max-width: 580px;
}
.mailinglist-title-inner p{
    max-width: 165px;
}
.tube-info-wrapper{
    line-height: 40px;
}
.underground{
    width: 30px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 8px;
}

.mailinglist-title {
    width: calc(66.66% - 20px);
    float: left;
    background: #f3f2ed;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    min-height: 350px;
}
.content-wrapper .content-inner {
    width: calc(100% - 50px);
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-wrapper .content-inner h2{
    margin-top:0;
    max-width:580px;
}
.content-wrapper .content-inner p{
    max-width:560px;
}
.content-wrapper {
    display: inline-block;
    clear: both;
    margin-top:0px;
    width: 100%;
}
.brand-desc-wrapper {
    padding-top: 30px;
	margin-bottom:0;
    display: table;
    padding-bottom: 5px;
}
.brand-desc-wrapper h3{
	font-weight:400;
    margin-top:0;
    margin-bottom: 0px;
    float:left;
}
.brand-desc-wrapper p{
	display:none;
    width: 45%;
    float: right;
    margin: 0;
}
@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-5px);
    }
}

@-moz-keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-15px);
    }

    60% {
        -moz-transform: translateY(-5px);
    }
}

@-o-keyframes bounce {
    0%,20%,50%,80%,100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-15px);
    }

    60% {
        -o-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-5px);
    }
}
img.arrow-down {
    display:none;
    width: 20px;
    position: absolute;
    bottom: 2em;
    left: 2em;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
.current-sales-wrapper{
    clear:both;
    display: table;
    position:relative;
}
.current-sales-wrapper .img-block{
    overflow:hidden;
}
.current-sales-wrapper .title-block h2{
    margin-top:0;
}
.current-sales-wrapper .title-block{
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
    float:left;
}
.current-sales-wrapper .property-block {
    width: calc(100vw - 20px);
    float: right;
    margin-left: 10px;
    padding-bottom: 4em;
    margin-right: 10px;
    margin-top:30px;
}
.current-sales-wrapper .property-block img{
    width:100%;
    height:auto;
}
.current-sales-wrapper .property-block .property-details {
    width: 100%;
    color: #ffffff;
    float: left;
	padding-left:15px;
}
.current-sales-wrapper .property-block .property-details h3{
    width:60%;
	margin-bottom:0;
}
.current-sales-wrapper:before {
    background: #194930;
    content: '';
    display: block;
    height: 85%;
    width: calc(100% - 20px);
    margin-left: 10px;
    position: absolute;
    bottom: -20%;
    z-index: -1;
}
.blue-content-wrapper {
    background: #adb8a9;
    color: #ffffff;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 0px;
    padding-top: 25px;
    padding-bottom: 16em;
}
.blue-content-wrapper .content-inner {
    margin-left: 15px;
}
button.owl-next{
	margin-right:5px !important;
}
.blue-content-wrapper h2{
    margin-top:0;
}
.group-nav-wrapper {
    display:none;
    position: absolute;
    bottom: 130px;
}
.group-nav-wrapper h4.active {
    color: #193241;
    padding-bottom:15px;
}
section.cr_heroTitle.lightbrown {
    background: #a69e97;
}
.brown-content-wrapper.overlay-bg {
    margin-left: 10px;
    margin-right: 10px;
    clear: both;
    background: #adb8a9;
    margin-bottom: 10px;
    margin-top: -100px;
    position: relative;
    display: inline-block;
    z-index: -1;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    width: calc(100vw - 60px);
}

.brown-content-wrapper.overlay-bg-bottom {
    margin-left: 40px;
    clear: both;
    background: #194930;
    margin-bottom: -100px;
    position: relative;
    display: inline-block;
    z-index: -1;
    padding-top: 40px;
    padding-bottom: 250px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    width: calc(75vw - 80px);
}
.brown-content-wrapper.overlay-bg-bottom .content-block-inner {
    max-width: 600px;
    margin-left: 23vw;
}
.group-nav-wrapper h4{
    color: #271018;
    margin:0;
}
img.linkedin-icon {
    width: 30px;
    margin-top: 5px;	
	position:absolute;
	top:14px;
	right:0px;
}
.team-wrapper {
    clear: both;
    padding-bottom:30px;
}
.team-wrapper .title-block{
    width: calc(100% - 50px);
    margin-left:25px;
}
.employees__item{
     width: calc(33.33% - 40px);
    margin-left: 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;   
}
.employees__rows .team-headshot{
	display:none;
}
.employees__rows .team-bio{
	padding-left:0;
	padding-right:0;
}
.employees__rows .team-profile{
	padding-left:25px;
	padding-right:25px;
	width: calc(100% - 50px);
}
.employees__item--image img {
    width: 100%;
}
.employees__item h3 {
    margin: 0;
    padding-top: 15px;
    margin-bottom: -10px;
}
.team-profile {
    width: calc(100% - 0px);
    margin-left: 0px;
    float: left;
    margin-right: 0px;
    margin-bottom: 30px;
}
.team-bio{
	position:relative;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
}
.team-bio h3 {
    margin: 0;
    padding-top: 15px;
    margin-bottom: 0px;
}
.team-wrapper .linkedin-icon{	
	right:25px;
}
.team-wrapper {
    clear: both;
    display: table;
    width: 100%;
    padding-top: 25px;
}
.team-headshot{
    overflow:hidden;
}
.team-headshot img{
    width:calc(100% - 20px);
    height:auto;
	margin-left:10px;
}
.title-content-wrapper {
    display: table;
    width: 100%;
}
.title-content-wrapper h2{
    margin-top:0;
}
.title-content-wrapper h1{
    margin-top:0;
}
.title-content-wrapper .title-block{
    width: calc(100% - 50px);
    margin-left: 25px;
    float: left;
    margin-right: 25px;
    padding-top: 20px;
}
.title-content-wrapper .content-block{
    width: calc(100% - 50px);
    margin-left: 25px;
    float: left;
    margin-right: 25px;
    background: #ffffff;
    padding-bottom: 20px;
}
section.blue-content-wrapper.overlay-bg {
    padding-bottom: 10em;
    margin-bottom: -6em;
}
.title-content-wrapper .content-block h1{
    max-width: 600px;
}
.title-content-wrapper .content-block h2{
    max-width: 600px;
    margin-bottom:0;
}
.title-content-wrapper .content-block h3{
    max-width: 600px;
}
.title-content-wrapper .content-block p{
    max-width: 600px;
}
.two-col-content-wrapper h2{
    margin-top:0;
}
.two-col-content-wrapper p:nth-child(1){
    margin-top:0;
}
.two-col-content-wrapper h4{
    margin-top: -5px;
}
.two-col-content-wrapper h4 span{
    width: 160px;
    display: inline-block;
}
.two-col-content-wrapper {
    width: 100%;
    float: right;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.two-col-content-wrapper .content-col-one{
    float: left;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 20px;
}
.two-col-content-wrapper .content-col-two{
    float: left;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
}
.two-col-blue-content-wrapper {
    clear: both;
    padding-bottom: 10px;
}
.margin-btm{
    margin-bottom:10px;
}
.two-col-blue-content-wrapper .content-col-one p{
	margin:0;
}
.two-col-blue-content-wrapper .content-col-one{
    margin-right: 10px;
    background: #adb8a9;
    color: #ffffff;
    padding: 15px;
    padding-top: 25px;
	margin-left:10px;
    margin-bottom: -1px;
	padding-bottom:0;
}
.two-col-blue-content-wrapper .content-col-two h2{
    margin-top:12px;
    max-width: 600px;
}
.two-col-blue-content-wrapper .content-col-one h2{
    margin-top:12px;
    max-width: 600px;
}
.two-col-blue-content-wrapper .content-col-two{
    margin-right: 10px;
	margin-left:10px;
    background: #adb8a9;
    color: #ffffff;
    padding: 15px;
    padding-bottom:5em;
}
.title-wrapper {
    background: #adb8a9;
    color: #ffffff;
    width: calc(100% - 50px);
    margin-left: 10px;
    padding: 15px;
    padding-bottom: 100px;
}
.title-wrapper h1, .title-wrapper h2{
    margin:0;
}
.onecol-content-inner {
    max-width: 1000px;
}
.onecol-content-wrapper{
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: table;
    background: #ffffff;
}
.no-padding{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.no-bg{
    background:transparent;
}
.form-fields-choice {
    padding-top: 15px;
}
input, textarea, select{
	outline:none;
}
input:focus, textarea:focus, select:focus{
	outline:none;
}
input {
    width: calc(100% - 35px);
    margin-bottom: 10px;
    border: 0;
    background: #ededee;
    font-size: 15px;
    line-height: 20px;
    color: #194930;
    font-family: "Sora", sans-serif;
    padding: 18px;
    border:0;
    border-radius:0;
    outline:none;
}
textarea {
    width: calc(100% - 30px);
    margin-bottom: 15px;
    border: 0;
    background: #ededee;
    font-size: 15px;
    line-height: 20px;
    color: #194930;
    font-family: "Sora", sans-serif;
    padding: 15px;
    border:0;
    border-radius:0;
    outline:none;
    height: 290px;
}
::-ms-input-placeholder { /* Edge 12-18 */
    color: #194930;
}
::placeholder {
    color: #194930;
}
input.submit {
    width: 85px;
    background: #adb8a9;
    color: #ffff;
    padding: 8px;
}
.form-wrapper {
    display: table;
    width: 100%;
    padding-bottom: 0px;
}
.checkbox-wrapper {
    padding-bottom: 20px;
}
.checkbox-wrapper label{
	clear:both;
	width:100%;
	display:block;
}
input#data-privacy:checked {
    background:#adb8a9;
}
input#data-privacy {
    -webkit-appearance: none;
    float: left;
    border: 1px solid #adb8a9;
    background: transparent;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 10px;
}
.form-wrapper .title-block{
    width: calc(100% - 50px);
    margin-left: 25px;
    float: left;
    background: #ffffff;
    padding-bottom: 15px;
    padding-top: 30px;
}
.form-wrapper .col-one{
    width: calc(100% - 20px);
    margin-left: 10px;
    float: left;
    margin-right: 10px;
}
.form-wrapper .col-two{
    width: calc(100% - 30px);
    float:left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom:40px;
}
button.owl-prev, button.owl-next {
    font-weight: 400 !important;
}
.form-wrapper .col-two {
    background: #ffffff;
}

.newsCases__headline {
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
}
.newsCases__headline h1{
    margin-top:0;
    margin-bottom:0;
}
.newsCases__terms__item {
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right:25px;
    float: left;
    cursor:pointer;
}
.newsCases__terms__item div{
    color: #ffffff;
    background: #1a4930;
    padding: 10px;
    min-width: 140px;
    transition: background-color 0.5s ease;
    margin-bottom:10px;
}
.newsCases__terms__item div:hover{  
    background:#adb8a9;
}
.newsCases__items.white {
    padding-top: 0;
}
.newsCases__terms {
    display: inline-block;
    padding-top: 30px;
    padding-bottom:40px;
}
.newsCases {
    padding-left: 10px;
    padding-bottom: 10px;
}
.newsCases__items.light-blue {
    background: #adb8a9;
    color: #ffffff;
	display:flex;
	flex-direction:column;
}
.newsCases__items.dark-blue {
    background: #1a4930;
    color: #ffffff;
	display:flex;
	flex-direction:column;
}
.newsCases__item--content {
	order:2;
}
.white .newsCases__item--content {
    margin-top: 25px;
}
.newsCases__item--image img{
    width:100%;
    height:auto;
}
.newsCases__item--image {
    margin-top: 0px;
	order:1;
	margin-bottom:20px;
}
.newsCases__title {
    max-width: 310px;
}
.newsCases__excerpt{
    max-width: 310px;
}
.newsCases__items {
    display: inline-block;
    padding-top: 0px;
    padding-left: 15px;	
	padding-bottom:45px;
}
.newsCases__date {
    margin-top: 0;
}
.ns_heroTitle {
    margin-left: 15px;
    background: #1a4930;
    color: #ffffff;
    padding-bottom: 20px;
    width: calc(100vw - 45px);
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.ns_desc__back span {
    position: relative;
    top: -4px;
}
.ns_heroImage__image{
    position:relative;
    overflow:hidden;
	margin-bottom:-5px;
}
.ns_desc__back {
    margin-top:50px;
    clear:both;
}
.ns_heroImage__image img{
    width:100%;
    height:auto;
    margin-bottom:-5px;
}
.ns_heroImage {
    margin-left: 15px;
    padding-bottom: 0px;
    width: calc(100vw - 30px);
    display: inline-block;
    padding-left: 15px;
    margin-top: -5px;
    position: relative;
}
.ns_desc__author--name {
    padding-left: 15px;
    padding-right: 15px;
}
.ns_heroImage:before{
    content: '';
    display: block;
    background: #adb8a9;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    z-index: -1;
}
.ns_desc{
	display:flex;
	flex-direction:column;
}
.ns_desc__content{
    width: calc(100vw - 50px);
    float: left;
    padding-right: 25px;
    padding-left: 25px;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom:4em;
	order:1;
}
.ns_desc__author{
    width: calc(100vw - 20px);
    padding-left: 10px;
    float: left;
    padding-right: 10px;
    padding-top: 0px;
	padding-bottom:4em;
	order:2;
}
.ns_desc__author--image{
    position:relative;
    overflow:hidden;
}
.ns_desc__author--image img{
    width:100%;
    height:auto;
}
.ns_desc__author--name p{
    margin-bottom:5px;
}
.ns_desc__author--name h3{
    margin:0;
}
.cr__headline {
    width: calc(100vw - 50px);
    margin-left: 25px;
    padding-bottom: 10px;
    margin-right: 25px;
    background: #ffffff;

}
.cr__headline h1{
    margin-top:0;
    margin-bottom:0;
}
.crRoles__terms__item {
    width: calc(25vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    cursor:pointer;
}
.crRoles__terms__item div{
    color: #ffffff;
    display: table;
    background: #193242;
    padding: 10px;
    min-width: 140px;
    transition: background-color 0.5s ease;
}
.crRoles__terms__item div:hover{  
    background:#718093;
}
.crRoles__terms {
    display: inline-block;
    padding-top: 50px;
    padding-bottom:50px;
}
.crRoles{
    padding-left: 10px;
    padding-bottom: 15px;
}
.crRoles__items.light-blue {
    background: #adb8a9;
    color: #ffffff;
}
.crRoles__items.dark-blue {
    background: #adb8a9;
    color: #ffffff;
}
.cr_heroImage.lightbrown:before {
    background: #a69e97;
}
.crRoles__item--content {
	width: calc(100vw - 25px);
    margin-left: 15px;
    margin-right: 0;
}
.crRoles__item--image {
    width: calc(100vw - 25px);
    margin-left: 15px;
    margin-right: 0;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.crRoles__item--image img{
    width:100%;
    height:auto;
    margin-bottom: -5px;
}
.crRoles__title {
    max-width: 310px;
}
.crRoles__excerpt{
    max-width: 310px;
}
.crRoles__items.white .crRoles__item--image {
    margin-top: 0;
}
p.ncrRoles__date {
    margin-top: 0;
}
.crRoles__items.white .crRoles__item--content {
    clear: both;
    padding-top: 25px;
    padding-bottom: 50px;
}
.crRoles__items {
    display: inline-block;
    padding-top: 30px;
    margin-bottom: -5px;
}
.crRoles__date {
    margin-top: 0;
}
.cr_heroTitle {
    margin-left: 10px;
    background: #adb8a9;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100vw - 40px);
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
section.cr_desc {
    display: flex;
	flex-direction:column;
}
.cr_heroImage__image img{
    width:100%;
    height:auto;
    margin-bottom:-5px;
}
.cr_heroImage {
    margin-left: 10px;
    padding-bottom: 0px;
    width: calc(100vw - 25px);
    display: inline-block;
    padding-left: 15px;
    margin-top: -5px;
    position: relative;
}
.cr_heroImage:before{
    content: '';
    display: block;
    background: #adb8a9;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    z-index: -1;
}
.cr_desc__content{
    width: calc(100vw - 50px);
    float: left;
    padding-right: 25px;
    padding-left: 25px;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 0.5em;
    order: 1;
}
.cr_desc__author{
    width: calc(100vw - 50px);
    padding-left: 25px;
	order:2;
    float: left;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-top: 0px;
}
.cr_desc__author .team-bio{
	padding-left:0;
	padding-right:0;
}
.cr_desc__author--image{
	display:none;
}
.cr_desc__author--image img{
    width:100%;
    height:auto;
}
.cr_desc__author--name p{
    margin-bottom:5px;
}
.cr_desc__author--name h3{
    margin:0;
}
.trackRecord__image img{
    width:100%;
    height:auto;
}
.trackRecord__title {
    padding-left: 15px;
    padding-right: 15px;
}
.trackRecord__item{
    width: calc(100vw - 20px); 
    padding-left: 10px;
    float:left;
    padding-right: 10px;  
    padding-bottom:35px;
    margin-top: -5px;
	overflow:hidden;
}
.trackRecord__type {
    padding-left: 15px;
    padding-right: 15px;
}
.trackRecord__headline h1{
    margin:0;
    width: calc(50vw - 30px);   
    padding-right: 15px;
    padding-left: 15px; 
    float:left;
}
.trackRecord__desc {
    width: calc(50vw - 30px);   
    padding-right: 15px;
    padding-left: 15px; 
    float: right;
    margin-bottom:0;
    margin-top:5px;
}
.trackRecord__headline {
    display: inline-block;
    /* background: #ffffff; */
    margin-bottom:-5px;
}
.trackRecord__terms{
    width: calc(100vw - 30px);
    padding-right: 15px;
    padding-left: 15px;
    background: #ffffff;
    clear: both;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 45px;
}
.trackRecord__terms__item div {
    color: #ffffff;
    background: #193242;
    padding: 10px;
    min-width: 140px;
    transition: background-color 0.5s ease;
}
.trackRecord__terms__item {
    margin-bottom: 10px;
}
.trackRecord__type img{
    width: 28px;
    margin-top: -5px;
    display: block;
}
.houses__image{
	position:relative;
	overflow:hidden;
}
.houses__title {
    padding-left: 15px;
}
.houses__type {
    padding-left: 15px;
}
.houses__image img{
    width:100%;
    height:auto;
}
.houses__item{
    width: calc(100vw - 20px); 
    padding-left: 10px;
    float:left;
    padding-right: 10px;  
    padding-bottom:35px;
}
.houses__headline h1{
    margin:0;
    width: calc(50vw - 25px);   
    padding-right: 0px;
    padding-left: 25px; 
    float:left;
}
.houses__desc {
    width: calc(50vw - 25px);   
    padding-right: 25px;
    padding-left: 0px; 
    float: right;
    margin-bottom:0;
    text-align: right;
    margin-top: 5px;
}
.houses__headline {
    display: inline-block;
}
.houses__terms{
    width: calc(75vw - 40px);
    padding-right: 20px;
    padding-left: 20px;
    background: #ffffff;
    clear: both;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}
.houses__terms__item div {
    color: #ffffff;
    display: table;
    background: #193242;
    padding: 10px;
    min-width: 140px;
    transition: background-color 0.5s ease;
}
.houses__terms__item {
    float: left;
    margin-right: 40px;
}
.houses__headline {
    padding-bottom: 25px;
}
.houses__type {
    padding-top: 0px;
}
.houses__type img{
    width: 28px;
    margin-top: -5px;
    display: block;
}
section.team-wrapper .title-block h1 {
    margin-top: 0;
}
.account__title{
    width: 100%;
    display: inline-block;
}
.account__title h1{
    margin:0;
}
p.account__title--name {
    font-size: 22px;
    line-height: 24px;
}
.account__title--headline{
    width: calc(50vw - 50px);
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;   
    float:left;
}
.account__title--name{
    width: calc(50vw - 25px);
    display: inline-block;
    padding-left: 0px;
    padding-right: 25px;   
    float:left;
    margin:0;
}
label.account__options--checkbox {
    width: 100%;
    float: left;
}
label.account__options--checkbox div{
    float: left;
    margin: 0;
}
label.account__options--checkbox:nth-child(odd) input {
    margin-right: 10%;
}
.account__options--wrap-checkbox input {
    float: none;
	display:block;
    margin-top: 15px;
	clear:both;
    width: auto;
    -webkit-appearance: none;
    border: 1px solid #adb8a9;
    background: transparent;
    padding: 10px;
}
form.account__options{
    background: #ffffff;
}
.account__options--head {
    display: table;
    width: 100%;
    padding-bottom:25px;
    clear: both;
}
.account__options__inputRange div input[type=range] {
    height: 22px;
    -webkit-appearance: none;
    width: 100%;
    background: #FFFFFF;
}

.account__options__inputRange div input[type=range]:focus {
    outline: none
}

.account__options__inputRange div input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: rgba(31,50,65,0.1);
    border-radius: 0px;
    border: 0px solid #000000
}

.account__options__inputRange div input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 1px solid #1F3241;
    height: 15px;
    width: 5px;
    border-radius: 0px;
    background: #1f3241;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px
}

.account__options__inputRange div input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(31,50,65,0.1)
}

.account__options__inputRange div input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: rgba(31,50,65,0.1);
    border-radius: 0px;
    border: 0px solid #000000
}

.account__options__inputRange div input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 1px solid #1F3241;
    height: 15px;
    width: 5px;
    border-radius: 0px;
    background: #FFFFFF;
    cursor: pointer
}

.account__options__inputRange div input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent
}

.account__options__inputRange div input[type=range]::-ms-fill-lower {
    background: rgba(31,50,65,0.1);
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000
}

.account__options__inputRange div input[type=range]::-ms-fill-upper {
    background: rgba(31,50,65,0.1);
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000
}

.account__options__inputRange div input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 1px solid #1F3241;
    height: 15px;
    width: 5px;
    border-radius: 0px;
    background: #FFFFFF;
    cursor: pointer
}

.account__options__inputRange div input[type=range]:focus::-ms-fill-lower {
    background: rgba(31,50,65,0.1)
}

.account__options__inputRange div input[type=range]:focus::-ms-fill-upper {
    background: rgba(31,50,65,0.1)
}

.account__options__inputRange div {
    display: flex;
    gap: 10px;
    align-items: center;
}

input[type='number'] {
    -moz-appearance: textfield
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    border: 0;
    -webkit-text-fill-color: #adb8a9;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,174,255,0.04) 50%, rgba(255,255,255,0) 51%, rgba(0,174,255,0.03) 100%);
    border-bottom: 1px solid #626573
}

input:-webkit-autofill::first-line {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #FFFFFF
}

body.noneBar::-webkit-scrollbar {
    width: 0
}

.account__options__inputRange div span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1f3241;
}
input[type="range" i] {
    appearance: auto;
    cursor: default;
    color: light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
    padding: initial;
    border: initial;
    margin: 2px;
}
.account__tab {
    display: table;
    padding-bottom: 0px;
}
.account__wrap {
    padding-top: 30px;
    width: calc(100vw - 0px);
}
.tab-inner.active {
    background: #193242;
    color: #ffffff !important;
}
.account__tab .tab-inner:hover {
    background:#193242;
    color:#ffffff;
}
.account__options--picerange {
    width: 100%;
    float: left;
}
.account__options--location {
    width: 100%;
    float: left;
	padding-top:20px;
}
.account__options__inputRange div span {
    display: block;
    font-size: 15px;
    line-height: 50px;
    font-weight: 400;
    color: #1f3241;
}
.account__options--textarea {
    padding-top: 10px;
    display: inline-block;
    width:100%;
}
select {
    width: 100%;
    border: 0;
    background: #ededee;
    padding: 15px;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.account__tab .tab {
    float: left;
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
	margin-bottom:10px;
}
button.blackBtr__wrap {
    background: #adb8a9;
    color: #ffffff;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    width: 110px;
    text-align: left;
    padding: 10px;
    margin-top:25px;
}
.trackRecord__team .team-headshot{
	display:none;
}
.trackRecord__team.team-wrapper .title-block{
    float: left;
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
}
.trackRecord__team.team-wrapper .title-block h2{
    margin-top:0;
}
.trackRecord__hero {
    position: relative;
	display:flex;
	flex-direction:column;
}
.dataroom__hero {
    position: relative;
    display: table;
    padding-top:30px;
}
.trackRecord__keyInfo {
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 30px;
    display:table;
}
.trackRecord__hero .owl-nav {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: -35px;
    color: #adb8a9;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}
.dataroom__hero .owl-nav {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: -40px;
    color: #adb8a9;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}
.trackRecord__titleDescription h1{
    margin-top:0;
}
.trackRecord__titleDescription .blueBtrOutline{
    margin-bottom: 30px;
}
.dataroom__titleDescription h1{
    margin-top:0;
}
.dataroom__titleDescription .blueBtrOutline{
    margin-bottom: 30px;
}
.currentSales__title {
    background: #718093;
    color: #ffffff;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 0px;
	margin-bottom:-1px;
    width: calc(100% - 50px);
}
.currentSales__title h2{
    margin-top:15px;
}
.location__overlay {
    position: relative;
    color: #ffffff;
}
.currentSales__contentinner {
    max-width: 645px;
}
.shareIcon img {
    width: 20px;
    float: left;
    margin-right: 12px;
}
.shareIcon {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0px;
}
.currentSales__content{
    background: #718093;
    color: #ffffff;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
}
.trackRecord__keyInfoStatus{
    float: left;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;     
}
.trackRecord__keyInfoGov{
     float: left;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;        
}
.trackRecord__keyInfoLocation{
    float: left;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;     
}
.trackRecord__keyInfoTitle {
    width: calc(100vw - 50px);
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}
.trackRecord__keyInfoDesc{
    float: left;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;   
}
.location__map>div{
    display:none;
}
.location__tab--item{
    cursor:pointer;
}
.location__tab>div.active strong {
    color: #ffffff;
    opacity:1;
}
.location__tab h3 {
    margin: 0;
    line-height: 30px;
}
.location__tab strong {
    color: rgba(255, 255, 255, 0.4);
}
.location__tab {
    margin-bottom: 30px;
}
.location__tab>div strong {
    transition: .35s;
    opacity:0.5;
}
.location__tab>div {
    position: relative;
    cursor: pointer;
}
.location__wrap{
	display:flex;
	flex-direction:column;
}
.location__wrap .location__address{
    width: calc(100vw - 30px);
    margin-left: 25px;
    margin-right: 0px; 
    float:left;  
	order:1;
    padding-top:10px;
	padding-bottom:30px;
}
.location__address--title p {
    padding-top: 0;
    padding-bottom: 15px;
}
.location__wrap .location__map{
    width: calc(100vw - 0px);
    margin-left: 0px;
    margin-right: 0;
    float: left;
    margin-top: 0px;
	order:2;
}
.location__map iframe {
    width: 100%;
    height:300px;
	margin-bottom:-5px;
}
.location__map>div.active {
    display: block;
}
.trackRecord__map.location{
    float: left;
    width: calc(100vw - 0px);
    margin-left: 0px;
    margin-right: 0px;    
    position:relative;
    color:#ffffff;
    padding-bottom:0px;
}
.trackRecord__map.location:before{
    content:'';
    display:block;
    background:#193242;
    top:0;
    position:absolute;
    left:0;
    z-index:-1;
    width:100%;
    height:100%;
}
.trackRecord__titleDescription{
    float: left;
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;    
	order:2;
}
.dataroom__titleDescription{
    float: left;
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;    
}
.dataroom__slider-desc {
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 4em;
    background-color: #ffffff;
    display: block;
    position: relative;
    margin-bottom: -15px;
}
.dataroom__item--brochureWrap {
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
    float: left;
    padding-bottom: 45px;
    background: #ffffff;
}
.dataroom__back{
    float: left;
    width: calc(60vw - 25px);
    margin-left: 0px;
    margin-right: 25px; 
    text-align:right;
}
.dataroom__back img{
    width: 28px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.trackRecord__slider {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top:15px;
	order:1;
	padding-bottom:40px;
}
.dataroom__dataroomText {
    float: left;
    width: calc(40vw - 25px);
    margin-left: 25px;
    margin-right: 0px;
}
.dataroom__slider {
    float: left;
    width: calc(100vw - 20px);
    margin-left: 10px;
	padding-top:40px;
    margin-right: 10px;
}
button.blackBtr__wrap p{
    margin:0;
}
.account__options.active {
    display: block;
    padding-top:30px;
}
.account__options {
    display: none;
}
.account__options{
    width: calc(100vw - 50px);
    margin-left:25px;
    margin-right:25px;
    background:#ffffff;
    padding-bottom:50px;
    max-width:1035px;
}
.ns_desc__share {
    display: inline-block;
    margin-top: 3em;
}
.ns_desc__share--title {
    float: left;
    margin: 0;
    margin-right: 20px;
    padding-top: 2px;
}
.ns_desc__share--icons {
    float: left;
}
.ns_desc__share img {
    height: 20px;
    margin-right: 15px;
}
.cr_desc__content {
    max-width: 635px;
}
.account__options--head__title h3, .account__options--location h3 {
    margin-top: 0;
}
p.account__options--sec_p {
    margin-top: 0;
    padding-bottom:0px;
}
.account__tab .tab-inner {
    color: #193242;
    border: 1px solid #193242;
    padding: 10px;
    transition: background-color 0.5s ease;
    float: left;
    font-weight: 600;
    width:calc(100% - 25px);
    cursor:pointer;
}