@font-face {
    font-family: 'Seravek-Medium';
    src: url('../fonts/Seravek-Medium.eot');
    src: url('../fonts/Seravek-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek-Medium.woff') format('woff'),
         url('../fonts/Seravek-Medium.woff2') format('woff2'),
         url('../fonts/Seravek-Medium.svg') format('svg'),
         url('../fonts/Seravek-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Light';
    src: url('../fonts/Graphik-Light.eot');
    src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Graphik-Light.woff') format('woff'),
         url('../fonts/Graphik-Light.woff2') format('woff2'),
         url('../fonts/Graphik-Light.svg') format('svg'),
         url('../fonts/Graphik-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: ;background: transparent;}
a{
	color: inherit;
	text-decoration: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
	background: #011630;
}

.logo{
	position: fixed;
    width: 70px;
    height: auto;
    background: none;
    z-index: 999;
    top: 20px;
    left: 50%;
    transform: translateX(-633px);
    transition: all ease-in 0.4s;
}

/*--------------------------------------- NAVIGATION ---------------------------------------- */

nav ul {
    position: absolute;
    top: 120px;
    left: 50px;
    text-align: left;
    z-index: 999;
    color: #7f7f7f;
}

nav ul li{
    list-style: none;
    padding: 4px 28px 0 0;
    cursor: pointer;
    color: #7f7f7f;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    transition: all 0.5s ease-out;
    font-size: 25px;
    line-height: 45px;
}

nav.dark ul li{
	border-top: 1px solid #000;
	color: #000;
}

nav .navBackground{
	height: 78px;
    background: #FFF;
    position: fixed;
    z-index: 2;
    width: 100%;
    display: none;
}

nav.bgVisible .navBackground{
	opacity:1;
	transition: all ease-in 0.4s;
	display: block;
}

nav.bgHidden .navBackground{
	opacity:0;
	transition: all ease-in 0.4s;
	display: none;
}

nav.bgVisible #burger .burgerFill, nav.bgVisible #fourPiece .fourPieceFill{
	fill: #000;
}

nav.bgHidden #burger .burgerFill, nav.bgHidden #fourPiece .fourPieceFill{
	fill: #FFF;
}

.logo.bgVisible .st0logo{
	stroke: #000;
}

.logo.bgHidden .st0logo{
	stroke: #FFF;
}

.logo.gold .st0logo{
	stroke: #886831;
}

.logo.gold{
    top: 80px;
}

#burger{
	top: 20px;
	position: fixed;
	right: 80px;
	width: 32px;
	z-index: 4;
	cursor: pointer;
	right: 50%;
    transform: translateX(581px);
}

#closeNav{
	top: 20px;
	position: fixed;
	width: 32px;
	z-index: 4;
	cursor: pointer;
	display: none;
	right: 50%;
    transform: translateX(581px);
}

#closeDevNav{
	top: 20px;
	position: fixed;
	width: 32px;
	z-index: 4;
	cursor: pointer;
	display: none;
	right: 50%;
    transform: translateX(633px);
}

#fourPiece{
	top: 20px;
	width: 32px;
	position: fixed;
	right: 30px;
	z-index: 4;
	cursor: pointer;
    right: 50%;
    transform: translateX(633px);
}

#sideNav{
	display: none;
	right: 0px;
	width: 365px;
	position: fixed;
	background: #dfd9cd;
	height: 100vh;
	z-index: 3;
}

nav.gold #burger{
	display: none!important;
}

nav.gold #fourPiece{
	display: none!important;
}

#sideNav.show{
	display: block;
}

.burgerFill, .fourPieceFill, .closeFill{
}

nav.open .burgerFill, nav.open .fourPieceFill, nav.open .closeFill{
	fill: #886831!important;
}

#sideDevelopmentsNav{
	display: none;
	right: 0px;
	width: 365px;
	position: fixed;
	background: #dfd9cd;
	height: 100vh;
	z-index: 3;
	overflow-y: scroll;
}

.devScrollHolder::-webkit-scrollbar {
 display: none;
}

#sideDevelopmentsNav .devScrollHolder{
	height: calc(100vh - 78px);
	position: absolute;
	top: 78px;
    width: 100%;
    background: #dfd9cd;
    overflow-y: scroll;
}

.devThumb{
	background-position: center center;
	background-size: cover;
	height: 200px;
	cursor: pointer;
}

.devInner{
	position: relative;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
    text-align: center;
    color: #fff; 
}

.devThumb .purpose{
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    text-align: center;
}

.devThumb .name{
	font-size: 22px;
	line-height: 44px;
	color: #FFF;
	font-family: 'Seravek-Medium' , sans-serif;
    font-weight: 100;
    text-align: center;
}

.devThumb .area{
	font-size: 16px;
	line-height: 13px;
	color: #FFF;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    text-align: center;
}

/*--------------------------------------- BANNERS ---------------------------------------- */

.mainBanner{
	width: 100vw;
	height: 100vh;
	background: #000;
}

.mainBanner .slide{
	width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    color: #FFF;
}

.mainBanner .slide h2{
    margin-bottom: 60px;
    font-size: 50px;
    line-height: 60px;
}

.mainBanner .textSlide{
	text-align: center;
}

.mainBanner .textSlide h2{
	font-family: 'Seravek-Medium';
}

.mainBanner .textSlide .inner{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobile{
	display: none;
}

.downArrow{
	position: absolute;
    top: 87vh;
    z-index: 1;
    height: auto;
    width: 100px;
    cursor: pointer;
    right: 0px;
}

/*--------------------------------------- ELEMENTS ---------------------------------------- */

.cta.button{
    display: inline-block;
    border: 1px solid #FFF;
    padding: 10px 40px;
    font-size: 14px;
    border-radius: 30px;
    color: #FFF;
    text-align: center;
    font-family: 'Graphik-Light', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease-out;
}

.cta.button.gold{
	background: #886831;
	border: 0px;
}

.cta.button:hover{
	background: #FFF;
	color: #000;
}

.largeTextContainer{
	text-align: center;
	padding-bottom: 80px;
	float: left;
    width: 100%;
}

.largeTextContainer h1{
    padding-top: 170px;
    padding-bottom: 60px;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
}

.largeTextContainer h2{
    padding-top: 100px;
    padding-bottom: 60px;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
}

.largeTextContainer .cta.button{
	border: 1px solid #886831;
	color: #886831;
}

.largeTextContainer .cta.button:hover{
	background: #886831;
	color: #efece6;
}

#bottomContainer{
	width: 100%;
}

.barba-container{
	min-height: 300vh;
}

.developmentsWrapper{
    float: left;
    width: 100%;
    overflow: hidden;
}

.largeDevThumb{
    width: 33.3333%;
    float: left;
    height: 400px;
    background-size: cover;
    cursor: pointer;
}

.developmentsWrapperOwl .largeDevThumb{
    width: 100%;
}

.largeDevThumb:hover .cta.button{
	background: #FFF;
	color: #000;
}

.largeDevThumb .purpose{
	font-size: 16px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    margin-bottom: 60px;
}

.largeDevThumb .name{
	font-size: 45px;
	font-family: 'Seravek-Medium', sans-serif;
    font-weight: 100;
    margin-bottom: 25px;
}

.largeDevThumb .area{
	font-size: 30px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    margin-bottom: 75px;
}

.fullWidthButton{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	padding: 45px 0px;
	color: #FFF;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    text-align: center;
}

.videoSection{
	float: left;
	width: 100%;
	height: 768px;
    height: 90vh;
}

.videoSection .videoThumb{
	width: 100%;
	height: 90vh;
	background-position: top center;
	background-size: cover;
}

.playIcon{
	background-image: url('../images/playIcon.svg');
	width: 78px;
	height: 78px;
	background-position: center center;
	background-size: cover;
	transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
    cursor: pointer;
}

.newsletter{
    width: 100%;
    float: left;
    text-align: center;
    background: #011630;
    color: #FFF;
    padding-top: 80px;
    padding-bottom: 60px;
}

.newsletterTitle{
	font-size: 35px;
	line-height: 42px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
}

#newsletterEmail{
    background: #011630;
    border: 1px solid #FFF;
    height: 30px;
    width: 100%;
    max-width: 338px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px;
    color: #FFF;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 30px;
}

#newsletterSubmit{
	background: #886831;
	cursor: pointer;
	border: 0px;
}

#newsletterSubmit:hover{
    background: #FFF;
    color: #000;
}

#newsletterEmail:focus {
	outline:none;
}

.partners{
	width: 100%;
	background: #FFF;
	float: left;
}

.partners .inner{
	width: 853px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
    overflow: hidden;
}

.partnerLogo{
	float: left;
	width: 202px;
	height: 96px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 15px;
	cursor: pointer;
	background-size: cover;
}

.partnerLogo.noMargin{
	margin-right: 0px;
}

/*--------------------------------------- FOOTER ---------------------------------------- */

.footer{
	float: left;
	width: 100%;
	height: 100vh;
	background: #011630;
    color: #FFF;
    font-family: 'Graphik-Light', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 100;
}

.footerInner{
	width: 1266px;
	margin: auto;
	margin-top: 160px;
}

.footer h4{
	font-family: 'Seravek-Medium';
	font-weight: 100;
	color: #FFF;
	font-size: 30px;
	line-height: 32px;
    margin-bottom: 24px;
}

.footer h4.topSpace{
    margin-top: 48px;
}

.footerLeft{
	float: left;
	width: 422px;
}

.footerRight{
	margin-left: 211px;
    width: 633px;
    float: left;
}

.footerRightInner{
	float: left;
	width: 50%;
}

.copyright{
	margin-top: 300px;
}

/*----------------- DEVLEOPMENTS PAGE ---------------------------*/

.filterSection{
	text-align: center;
	padding-bottom: 0px;
	float: left;
    width: 100%;
    z-index: 1!important;
}

.filterSection h1{
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    z-index: 1!important;
    cursor: pointer;
}

.filterSwitchHolder{
	width: 1266px;
    margin: auto;
}

#filterOpen{
	float: right;
	width: 20px;
    margin-top: -40px;
}

#filterClose{
	display: none;
	float: right;
	width: 20px;
    margin-top: -40px;
}

.filterMenu{
	width: 844px;
	margin: auto;
    font-size: 14px;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    padding-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.filterMenu .title{
	width: 90px;
	float: left;
}

.filterMenu .titleWrap{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4d4c4a;
}

.filterMenu .filterCol{
	float: left;
	width: 254px;
	text-align: left;
    border-bottom: 1px solid #4d4c4a;
    margin-bottom: 40px;
}

.filterMenu .locationCol{
	margin-right: 41px;
}

.filterMenu .usageCol{
	margin-right: 41px;
}

.filterSelected{
	float: left;
	width: 164px;
}

.filterMenu .filterOption{
    line-height: 30px;
    border-top: 1px solid #4d4c4a;
    overflow: hidden;
    cursor: pointer;
}

.filterMenu .filterOption .arrow{
    width: 90px;
    height: 30px;
    float: left;
    background-image: url('../images/filterArrow.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 45px;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.filterMenu .filterOption .text{
	width: 164px;
	float: left;
	color: #757575;
}

.filterMenu .filterOption:hover .arrow{
	opacity:1;
}

.filterMenu .filterOption.selected .arrow{
	opacity:1;
}

.filterMenu .filterOption:hover .text{
	color:#000!important;
}

.filterMenu .filterOption.selected .text{
	color:#000!important;
}

.filterCol.selected .filterOption .text{
	color:#757575;
}

.filterCol.selected .filterSelected{
    color: #757575;
}

.filterCol .filterSelected{
	color: #000;
	cursor: pointer;
}

.filterCol .filterSelected:hover{
	color:#000!important;
}


/*---------------- SINGLE DEV PAGE -------------------*/

.singleDevBanner h2{
	font-size: 56px;
	line-height: 42px;
}

.singleDevBanner p{
	font-size: 30px;
	line-height: 33px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
}

.statsBlock{
	margin-top: 78px;
	background: #efece6;
}

.statsBlock .inner{
	width: 844px;
	margin: auto;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 40px;
}

.statsBlock .statsCol{
	width: 412px;
	float: left;
}

.statsBlock .statsCol:first-child{
	margin-right: 20px;
}

.statsCol .title{
	font-size: 15px;
	line-height: 20px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
}

.statsCol .statValue{
	font-size: 28px;
	line-height: 32px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
}

.statsCol .stat{
	padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #886831;
}

.statsCol{
	border-top: 1px solid #886831;
}

.gallerySection{
	float: left;
	width: 100%;
    height: 70vh;
}

.gallerySection .galleryImage{
	width: 100%;
	height: 70vh;
	background-position: top center;
	background-size: cover;
}

.galleryControls{
    float: left;
    height: 200px;
    width: 100%;
}

.galleryControls .owl-item{
	height: 200px;
	cursor: pointer;
}

.galleryControls.owl-theme .owl-nav {
    position: absolute;
    margin-top: -120px;
    z-index: 10;
    width: 1266px;
    left: 50%;
    transform: translateX(-633px);
}

.galleryControls .owl-prev{
    left: 0px!important;
    position: absolute;
    margin: 0px!important;
    padding: 0!important;
    background-color: rgba(0,0,0,0)!important;
    background-image: url('../images/galPrev.svg')!important;
    background-size: cover!important;
    cursor: pointer;
    font-size: 0px!important;
    width: 12px!important;
    height: 40px!important;
}

.galleryControls .owl-next{
	right: 0px!important;
    position: absolute;
	margin: 0px!important;
    padding: 0!important;
    background-color: rgba(0,0,0,0)!important;
    background-image: url('../images/galNext.svg')!important;
    background-size: cover!important;
    cursor: pointer;
    font-size: 0px!important;
    width: 12px!important;
    height: 40px!important;
}

.statsBlock2{
	float: left;
    width: 100%;
    margin: auto;
}

.statsBlock2 .inner{
	width: 844px;
	margin: auto;
	padding-top:50px;
	padding-bottom:35px;
	overflow: hidden;
}

.statsBlock2 .statsCol{
	float: left;
	width: 272px;
	margin-right: 14px;
	overflow: hidden;
}

.statsBlock2 .statsCol:nth-child(3){
	margin-right: 0px;
}

.statsBlock2 .statsCol .statValue {
	color: #886831;
}

.statsBlock2 .statsCol .description{
	color: #886831;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Graphik-Light', sans-serif;
	font-weight: 100;
}

.statsBlock2 .statsCol .stat {
    padding-bottom: 25px;
}

.devMap{
	float: left;
	width: 100%;
	height: 370px;
	background: #FFF;
}

#map{
	width: 100%;
	height: 370px;
}

.devProgress{
	width:100%;
	float: left;
	overflow: hidden;
	background: #FFF;
}

.devProgress .inner{
	width: 844px;
	margin: auto;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 50px;
}

.progressGallery{
	float:left;
	width:100%;
}

.devProgress .progressTitle{
    font-size: 28px;
    line-height: 27px;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    padding-top: 26px;
    padding-bottom: 20px;
    cursor: pointer;
    border-top: 1px solid #886831;
	border-bottom: 1px solid #886831;
}

.devProgress .date{
	font-size: 21px;
	line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    border-bottom: 1px solid #886831;
    cursor: pointer;
}

.devProgress .arrow{
    width: 12px;
    float: right;
    margin-right: 20px;
    transition: all ease-in 0.2s;
}

.progressPhotos .progressSection{
	display: none;
}

.progressDrones .progressSection{
	display: none;
    overflow: hidden;
}

.progressDrones .progressTitle{
	border-top: 0px;
}

.progressPhotos.expanded .progressSection{
	display: block;
	overflow: hidden;
}

.progressDrones.expanded .progressSection{
	display: block;
}

.progressPhotos.expanded .progressTitle .arrow{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.progressDrones.expanded .progressTitle .arrow{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.progressTitle.expanded .arrow{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.progressSection.expanded .arrow{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.progressGallery{
	height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
    border-bottom: 1px solid #886831;
    visibility: hidden;
	opacity: 0;
    transition: visibility 0s, opacity 1s linear;
}

.progressSection.expanded .progressGallery{
	height: 400px;
	visibility: visible;
	opacity: 1;
	padding-top: 20px;
	padding-bottom: 65px;
}

.progressGallery .owl-lazy{
	width: auto;
	height: 400px;
	background-position: center center;
	background-size: cover;
}

/* ------- NEWS SECTION -----------------*/


.newsWrapper{
    float: left;
    width: 100%;
    overflow: hidden;
}

.newsInner{
	position: relative;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
    text-align: center;
    color: #fff; 
}

.largeNewsThumb{
    width: 33.333%;
    float: left;
    height: 400px;
    background-size: cover;
    cursor: pointer;
}

.largeNewsThumb:hover .cta.button{
	background: #FFF;
	color: #000;
}

.largeNewsThumb .purpose{
	font-size: 16px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    margin-bottom: 60px;
}

.largeNewsThumb .title{
	font-family: 'Graphik-Light', sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 100;
    margin-bottom: 25px;
}

.largeNewsThumb .date{
	font-size: 18px;
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    margin-bottom: 75px;
}

/* ------------- ABOUT PAGE ---------------*/

.groupDivisions{
	width: 100%;
	float: left;
	background: #dfd9ce;
}

.groupDivisions .inner{
	width: 844px;
	margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.divisionBlock{
	width: 407px;
	margin-right: 30px;
	color: #000000;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
    border-top: 1px solid #886831;
}

.divisionBlock:nth-child(even){
	margin-right: 0px;
}

.divisionBlock .mount{
	font-family: 'Seravek-Medium', sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.divisionBlock .division{
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 30px;
}

.divisionBlock .divisionText{
	font-family: 'Graphik-Light', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 18px;
    padding-top: 15px;
}

.readMoreContent{
	display: none;
}

.readMoreContent.show{
	display: block;
}

/* ---------- BROWSERS LESS THAN 1300px ----------------*/

@media (max-width: 1300px) {
	
	.logo{
	    left: 15px;
	    transform:none;	
	}
	
	#burger{
		right: 100px;
		transform:none;	
	}
	
	#fourPiece{
		right: 50px;
		transform: none;
	}
	
	#closeNav{
		right: 100px;
		transform: none;
	}
	
	#closeDevNav{
		right: 50px;
		transform: none;
	}
		
}


/* ---------- BROWSERS LESS THAN 600px ----------------*/

@media (max-width: 600px) {
	
	.logo{
	    width: 46px;
	    height: auto;
	    top: 11px;
	    left: 15px;
	    transform:none;	
	}
	
	nav .navBackground {
    	height: 50px;
    }
	
	#burger{
		top:15px;
		right: 45px;
		width: 21px;
		transform: none;
	}
	
	#fourPiece{
		top:15px;
		right: 15px;
		width: 19px;
		transform: none;
	}
	
	#closeNav{
		top:15px;
		right: 45px;
		width: 21px;
		transform: none;
	}
	
	#closeDevNav{
		top:15px;
		right: 15px;
		width: 21px;
		transform: none;
	}
 
	.mainBanner .slide h2 {
	    font-size: 25px;
	    line-height: 30px;
	    display: none;
	}
	
	.mainBanner h2.mobile{
		display: block;
	}
	
	.cta.button {
	    padding: 8px 20px;
	    font-size: 12px;
	    -webkit-appearance: none;
    }
    
    .largeTextContainer {
    	padding-bottom: 35px;
    }
    
    .largeTextContainer h1 {
        padding-top: 110px;
	    font-size: 15px;
	    line-height: 16px;
        padding-bottom: 20px;
	    display: none;
    }
    
    .largeTextContainer h1.mobile{
	    display: block;
    }
    
    .developmentsWrapper .owl-item{
	    width: 80%;
    }
    
    .largeTextContainer h2 {
        padding-top: 50px;
	    font-size: 15px;
	    line-height: 16px;
        padding-bottom: 20px;
	    display: none;
    }
    
    .largeTextContainer h2.mobile{
	    display: block;
    }
    
    #sideDevelopmentsNav .devScrollHolder {
	    height: calc(100vh - 50px);
	    top: 50px;
    }
    
    .fullWidthButton {
		font-size: 18px;
    }
    
    .newsletter{
        padding-top: 60px;
    }
    
    #newsletterEmail {
	    width: 60%;
    }
    
    .partners .inner {
    	width: 360px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	
	.partnerLogo {
		width: 48%;
	    margin-right: 0px;
        height: 68px;
        
    }
    
    .partnerLogo:nth-child(odd){
	    margin-right: 4%;
    }
    
    .footerInner {
    	width: 100%;
    }
    
    .footerLeft{
	    float: left;
	    width: 90%;
	    padding-left: 5%;
    }
       
    .footer h4 {
	    font-size: 15px;
	    line-height: 16px;
        margin-bottom: 10px;
    }
    
    .footer p{
	    font-size: 14px;
    }
    
    .footerRight {
	    float: left;
	    width: 90%;
	    padding-left: 5%;
        margin-left: 0px;
	}
	
	.footer h4.topSpace {
    	margin-top: 26px;
	}
	
	 .footerLeft h4{
        margin-bottom: 25px;
    }
    
    .copyright {
	    margin-top: 180px;
	    font-size: 12px;
	}
	
	#sideNav {
    	width: 300px;
    }
	
	#sideDevelopmentsNav {
    	width: 300px;
    }
	
}