/*
Theme Name: BlankSlate Child
Theme URI: http://tidythemes.com/blankslate/
Template: blankslate
*/

@import url("../blankslate/style.css");

#wpadminbar{
z-index:999999 !important;
}

@font-face {
    font-family: 'alte_bold';
    src: url('fonts/altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('fonts/altehaasgroteskbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alte_regular';
    src: url('fonts/altehaasgroteskregular-webfont.woff2') format('woff2'),
         url('fonts/altehaasgroteskregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Circular-Book";
    src:url("fonts/lineto-circular-book.eot");
    src:url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-circular-book.woff2") format("woff2"),
        url("fonts/lineto-circular-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Bold";
    src:url("fonts/lineto-circular-bold.eot");
    src:url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-circular-bold.woff2") format("woff2"),
        url("fonts/lineto-circular-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#loading{
z-index: 9999999!important;
background:rgba(240, 240, 240, 0.9)!important;
}

.object{
	background:#C3C3C3!important;
}


::selection {
  background: #11C8FF;
  color:#fff;
}
::-moz-selection {
  background: #11C8FF;
  color:#fff;
}



*{
    box-sizing: border-box;
}

*:focus{
    outline: 0;
}

.cf:before, .cf:after{
    content: '';
    display: table;
}

.cf:after{
    clear: both;
}

.cf{
    *zoom:1;
}

/* HEADER */

body{
    background: #F0F0F0;
}

.logo-wrapper img{
    width: 60px;
    height: auto;
    position: fixed;
    left: 60px;
    top: 10px;
    z-index:100003;
}

.logo-mono{
    display: block;
}

.logo-colour{
    display: none;
}

.logo-colour2{
    display: none;
}

.menu-btn-wrapper{
    display: block;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99998;
}

.menu-btn{
    display: inline-block;
    font-family: 'alte_regular', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    height: 38px;
    width: 100px;
    line-height: 34px;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 6px;
    margin: 20px 5px;
    transition: 0.3s;
    text-align: center;
}


.location-icon{
	position:fixed;
	z-index:100003;
	right:60px;
	top:34px;
	font-family: 'alte_bold';
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	color:#fff;
	padding-right:25px;
	transition:0.3s;
}

.location-icon img{
	width:20px;
	vertical-align: middle;
	position:absolute;
	right:0;
	top:-7px;
}

.locationIconWhite{
	display:block;
}

.locationIconGrey{
	display:none;
}

.locationIconGrey2{
	display:none;
}

.menu-btn-mobile{
    display: none;
    color: #fff;
}

a.menu-btn.desktop:hover{
    background: #fff;
    color: #464646;
}

#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    background:rgba(240, 240, 240, 1);
    display: none;
}

#menu{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 90px;   
}

.header-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background:rgba(240, 240, 240, 1);
    display: none;
    z-index: 999;
}

ul#menu-main-menu{
    transition: 0.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: relative;
}

.menu-padding{
    padding-bottom: 36px;
}

.menu-main-menu-container{
    width: 100%;
}

.menu-main-menu-container > ul > li, .language-chooser li{
    display: inline-block;
}

.language-chooser li a{
    font-family: 'alte_regular', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin: 0 2px;
    transition: 0.5s;
}

.language-chooser .active a span{
    border-bottom: 1px solid #fff;
}

.language-chooser .active a span.blackMenu, .language-chooser .active a span.blackMenuAlt{
    border-color: #464646;
}

.language-chooser a span:hover{
    border-bottom: 1px solid #464646;
    color: #464646;
}

.language-chooser a span.blackMenu:hover, .language-chooser a span.blackMenuAlt:hover{
    border-bottom: 1px solid #fff;
    color: #fff;
}

#menu-main-menu li a{
    transition: 0.5s;
}

.menu-main-menu-container > ul > li{
    width: 24%;
    max-width: 200px;
}

.menu-main-menu-container > ul > li > a{
    font-family: 'Circular-Bold', arial, sans-serif;
    font-weight: bold;
    color: #464646;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
	padding-bottom:20px;  
}

.menu-item-has-children > a:after{
    content: '\f107';
    display: inline-block;
    position: absolute;
    top: -3px;
    padding-left: 5px;
    font-size: 20px;
    font-family: fontawesome;
    color: #464646;
}

.sub-menu{
    position: absolute;
    left: 0;
    background: rgba(240, 240, 240, 1);
    width: 100%;
    padding: 15px;
    display: none;
}

.sub-menu li{
    display: inline-block;
    margin: 0 20px;
	padding-bottom:10px;
}

.sub-menu li a{
    font-family: 'Circular-Book', arial, sans-serif;
    font-weight: normal;
    color: #464646;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

/*background shapes */
#marker{
    position: relative;
    padding-bottom: 100px;
}

.home #marker{
    padding-bottom: 0px;
}

.home .bgShapes{
    display: none;
}

.bgShapes{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
	opacity:0.5;
}

img[class*="shape"]{
    position: absolute;
    opacity: 0.8;
}

.shape1{
    top: 20%;
    transform: rotate(160deg);
    /*width: 50%;*/
}

.shape2{
    top: 60%;
    right: 0;
    transform: translateX(35%);
}

.shape3{
    top: 60%;
    right: 40px;
}

.shape4{
    top: 55%;
    left: 20px;
    transform: rotate(45deg);
}

.shape5{
    top: 100%;
    left: 120px;
    transform: rotate(90deg);
}

.shape6{
    top: 50%;
    left: 0;
    transform: rotate(180deg) translateX(80%);
}

/* mouse */

.mouse{
    position: fixed;
    opacity: 1;
    left: 50%;
	transform: translateX(-50%);
    bottom: 80px;
    width: 30px;
    z-index: 999;
}

.mouse img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Global styles */

.wrapper{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.wrapper-80{
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
}

.wrapper-90{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.wrapper-95{
    width: 95%;
    margin: 0 auto;
}

.wrapper-100{
    width: 100%;
    margin: 0 auto;
}

.sml-inner-wrapper{
    width: 85%;
    max-width: 600px;
    margin: 0 auto;
}

.content-wrapper .wrapper, .content-wrapper .wrapper-80, .content-wrapper .wrapper-90{
    margin-top: 100px;
}

.full-height-content{
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center center;
}

[class*="col-"]{
    display: block;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    position: relative;
}

.col-25{
    width: 23%;
}

.col-35{
    width: 33%;
}

.col-50{
    width: 48%;
    margin-bottom: 2%;
}

.col-50 > .col-50{
    margin-bottom: 0;
}

.col-50 > .col-50:first-child{
    margin-left: 0;
}

.col-50 > .col-50:last-child{
    margin-right: 0;
}


.col-65{
    width: 63%;
}

.full-row{
    position: relative;
    margin-bottom: 2%;
}

h1{
    font-family: 'alte_bold', arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 70px;
}

h2{
    font-family: 'alte_bold', arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
}

h3{
    font-family: 'alte_bold', arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 44px;
}

h4{
    font-family: 'alte_bold', arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
}

h5{
    font-family: 'Circular-Book', arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

p{
    font-family: 'Circular-Book', arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.white{
    color: #fff;
}

.black{
    color: #000;
}

.blue{
    color: #11C8FF;
}

.dk-blue{
    color: #0071BA;
}

.lt-grey{
    color: #C3C3C3;
}

.dk-grey{
    color: #464646;
}

.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.rounded-btn{
    display: inline-block;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-family: 'Circular-Book', arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    margin: 10px;
}

.blue-border-btn{
    border: 2px solid #11C8FF;
}

.blue-border-btn:hover{
    background: #11C8FF;
}

.white-border-btn{
    border: 2px solid #ffffff;
    padding: 8px 14px;
}

.white-border-btn:hover{
    background: #ffffff;
    color: #000000;
}

.grey-border-btn{
    border: 2px solid #CDCDCD;
    margin: 10px 0
}

.grey-border-btn:hover{
    background: #CDCDCD;
}

.page-title{
    width: 100%;
    padding-top: 30%;
    position: relative;
    background-position: center center;
    background-size:100%;
    min-height: 260px;
}

.page-title h1{
    padding-top:5%;
    width: 100%;
    text-align: center;
    opacity: 1;
}

.intro-text-padding{
    padding: 120px 0;
    text-align: center;
}

.os-animation, home-sec-1 .animated{
    opacity: 0;

    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

/* home page */

.homeHeader{
    background: #a2bee4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -6;
    overflow: hidden;
}

.homeTeamBG{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    z-index: -5;
}

.homeHeader img{
    position: absolute;
    width: 100%;
    height: auto;
}

.homeShape1{
    top:30%;
    right: 0;
    z-index: -1;
    opacity: 1;
}

.homeShape1mono{
    top:30%;
    right: 0;
    z-index: -2;
    opacity: 0;
}

.homeShape2{
   position: absolute;
    top: 0;
    left: 0; 
    z-index: -3;
    opacity: 1;
}

.homeShape2mono{
   position: absolute;
    top: 0;
    left: 0; 
    z-index: -4;
    opacity: 0;
}

.home-sec-1{
    text-align: center;
}

.home-sec-2, .home-sec-4{
    text-align: center;
}

.home-sec-2 p, .home-sec-4 p{
    margin: 30px 0;
    position: relative;
}

.feat-wrapper{
    padding: 70px 0 0 70px;
}

.feat-wrapper a{
    margin: 40px 5px 5px 5px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.feat-wrapper a:hover{
text-shadow:none;
}

.feat-wrapper a:first-of-type{
    margin-left: 0;
}

.feat-wrapper h2{
text-shadow: 2px 2px 13px rgba(0,0,0,0.2)
}

.partner-with{
    position: absolute;
    bottom: 60px;
    left: 60px;  
}

.partner-with > img{
    width: 55px;
    display: inline-block; 
}

.partner-with:before{
    content: 'In partnership with';
    display: inline-block;
    font-family: 'alte_regular', arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    vertical-align: top;
}

.home-sec-4{
    position: relative;
    background: #464646;
}

.home-sec-4 .sml-inner-wrapper{
    z-index: 99;
}


/* team member page */

.team-members .col-50{
    position: relative;
    padding-top: 49%;
    margin-bottom: 2%;
}

.tm-inner-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tm-inner-wrapper p{
	line-height:22px;
}

[class*="intro-tile"] .tm-inner-wrapper{
    padding: 30px;
}

[class*="intro-tile"] .tm-inner-wrapper > i{
    font-size: 40px;
    line-height: 0px;
    width: 50px;
    height: 50px;
    padding-top: 24px;
    padding-left: 5px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.intro-tile-blue, .intro-tile-grey i{
    background: #11C8FF;
    color: #464646;
}

.intro-tile-grey, .intro-tile-blue i{
    background: #464646;
    color: #11C8FF;
}

.intro-tile-blue{
    background: #11C8FF;
    color: #464646;
}

.intro-tile-grey{
    background: #464646;
    color: #11C8FF;
}

[class*="tm-tile"]{
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

[class*="tm-tile"] .tm-inner-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: calc(100% - 77px);
    left: 0;
    transition: 1s;
}

[class*="tm-tile"] a{
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 99;
    padding: 8px 36px 8px 10px;
    vertical-align: middle;
    line-height: 14px;
}

[class*="tm-tile"] a:hover{
    background: transparent;
    color: #fff;
}

[class*="tm-tile"] a img{
    width: 20px;
    position: absolute;
    right: 10px;
    top:5px;
}

[class*="tm-tile"]:hover .tm-inner-wrapper{
    top:0;
}

[class*="tm-tile"] .tm-inner-wrapper h4{
    font-size: 20px;
}

[class*="tm-tile"] .tm-inner-wrapper h5{
    font-size: 12px;
    margin-bottom: 30px;
}

.tm-tile-blue .tm-inner-wrapper{
    background: rgba(17, 200, 255, 0.8);
}

.tm-tile-grey .tm-inner-wrapper{
    background: rgba(70, 70, 70, 0.8);
}

/* Grid and general page style */

.col-65.image{
   padding-bottom: 26%;
    background-position: center center;
    background-size: cover;
    width: 63%;
}

.col-50.image{
    padding-bottom: 50%;
    background-position: center center;
    background-size: cover;
}

.project-wrapper{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    border: 1px solid #CDCDCD;
    padding: 30px;
    margin: 0;
}

.full-row >.project-wrapper {
    margin-right: 1%;
}

.project-wrapper p{
    font-size: 16px;
    line-height: 22px;
}

.project-wrapper h4 a{
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.project-wrapper > a{
    font-size: 14px;
    line-height: 14px;
    padding: 10px 13px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0;
    font-family: 'Circular-Bold', arial, sans-serif;
    font-weight: bold;
}

.quarterImages > a, .quarterImages > div{
	padding-top:23%;
	background-size:cover;
	background-position:center center;
	transition:0.5s;
}

.quarterImages > a:hover{
	opacity: 0.7;
}

/* project single */

.project-single{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.project-single a, .project-single h2{
    font-family: 'Circular-Book', arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    transition: 0.3s;
    font-weight: normal;
}

.project-single a:hover{
    text-decoration: underline;
}

.project-single h1{
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 400;
}

.project-points{
    background-position: center center;
    background-size: cover;
    padding: 45px 0;
    margin-bottom: 100px;
}

.project-points p, .project-points div{
    font-family: 'alte_bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.project-points .details{
    width: 50%;
    float: left;
}

.project-points .timeframe{
    float: right;
    width: 20%;
}

.project-points .value{
    float: right;
    width: 16%;
}

.project-points .partners{
    float: right;
    width: 12%;
}

.project-points .partners img{
    max-height: 50px;
max-width:100%;
}

.project-points p span, .project-points div span{
    display: block;
    color: #11C8FF;
    font-size: 18px;
    margin-bottom: 12px;
}

.project-points p span:after, .project-points div span:after{
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    background: #11C8FF;
    margin-top: 10px;
}

.video-embed-wrapper{
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-wrapper h3{
    margin: 100px auto 0 auto;
}


.content-wrapper .p-wrapper{
    margin: 100px auto 0 auto;
}

.p-wrapper h4{
margin:20px 0;
}

.text-block > .p-wrapper{
    margin: 30px auto 0 auto
}

.content-wrapper .p-wrapper p{
     line-height: 26px;
}

.content-wrapper .p-wrapper p.p1{
    margin-bottom: 10px;
}

.content-wrapper .p-wrapper p.p1:nth-last-child(2){
    margin-bottom: 0px;
}

.content-wrapper .p-wrapper p strong, .content-wrapper .p-wrapper p b, .content-wrapper .p-wrapper p a{
    font-family: 'Circular-Bold', arial, sans-serif;
}

.content-wrapper .p-wrapper p em, .content-wrapper .p-wrapper p i{
    font-style: italic;
}

.content-wrapper .p-wrapper p a{
    color: #0071BA;
    text-decoration: none;
}

.content-wrapper .p-wrapper p a:hover{
    text-decoration: underline;
}

.video-wrapper{
    margin-top: 100px;
}

.video-wrapper video{
    background-size: cover;
    background-position: center center;
}

blockquote{
    margin: 100px auto 0 auto;
    padding: 50px 0;
    font-family: 'alte_bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
}

.image-hover{
    transition: 0.5s;
}

.image-wrapper a{
    display: inline-block;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2%;
    position: relative;
}

.full_width_image a{
    width: 100%;
}

.full_width_image a img{
	width:100%;
}

.left_13_right_image a:nth-child(1){
    float: left;
     width: 65%;
    padding-top: 55%;
}

.left_13_right_image a:nth-child(2){
    width: 33%;
    padding-top: 33%;
    margin-top: 22%;
    float: right;
}

.left_23_right_image a:nth-child(1){
    float: right;
     width: 65%;
    padding-top: 55%;
}

.left_23_right_image a:nth-child(2){
    width: 33%;
    padding-top: 33%;
    float: left;
}

.left_12_right_image a:nth-child(1){
    float: left;
     width: 49%;
    padding-top: 49%;
}

.left_12_right_image a:nth-child(2){
    width: 49%;
    padding-top: 49%;
    float: right;
}

.image-hover{
    transition: 0.5s;
}

.image-hover i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    transition: 0.5s;
}

.image-hover:hover i{
    opacity: 1;
}

.construction-update{
    background: #0071BA;
    padding: 50px 50px 1px 50px;
    margin-top: 100px;
    margin-bottom: -100px;
}

.construction-update .wrapper{
    margin-top: 0;
}

.construction-update h5{
    color: #11C8FF;
    font-family: 'alte_bold', arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    width: 48%;
    display: inline-block;
}

.construction-update h5 span:after{
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #11C8FF;
}

.construction-update p{
    color: #fff;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.construction-update > img{
    width: 100%;
    margin: 50px 0;
    display: block;
}

.construction-update .video-embed-wrapper, .construction-update .video-wrapper{
    margin: 50px 0;
}

#lightboxOverlay{
    z-index: 100002;
}

#lightbox{
    z-index: 100003;
    top: 50% !important;
    position: fixed !important;
    transform: translateY(-50%);
}

.lb-outerContainer{
    border-radius: 0;
    background: #000;
}

.lb-container{
    padding: 0;
}

.lightbox .lb-image{
    border-radius: 0;
}

.lb-data .lb-close{
    float: none;
    width: 15px;
    height: 15px;
    background-position: center center;
    background-size: contain;
}

/* simple gallery */

.simple-gallery{
    margin: 100px auto 0 auto;
}

.simple-gallery .image-slide{
    padding-top: 600px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.slick-arrow {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    font-size: 35px;
}

.slick-prev {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.slick-next {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #fff;
}

.accordion-header{
    font-family: 'Circular-Bold', Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin: 10px 0;
    padding: 15px 0;
    text-decoration: none;
    border-bottom: 1px solid #CDCDCD;
}

.accordion-header i{
    float: right;
    color: #0071BA;
    border: 1px solid #0071BA;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    transition: 0.5s;
}

.fa-angle-down:before{
    margin-left: 1px;
}

.accordion-copy{
    display: none;
    margin: 20px 0 40px 0;
}

.rotate-arrow{
    transform: rotate(180deg);
}

.call-to-action{
    text-align: center;
    margin: 100px auto 0 auto;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    padding: 100px;
}

.call-to-action h4{
    margin-bottom: 30px;
}

/* news page */

.alm-load-more-btn{
    background: transparent;
    line-height: 11px;
}

.feature-article{
    margin: 100px auto 50px auto;
    height: 70vh;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.feature-article .overlay{
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.feature-article .center{
    z-index: 999;
    width: 60%;
text-align:center;
}

.feature-article a{
    display: block;
    text-decoration: none;
    text-align: center;
}

.feature-article .rounded-btn.blue-border-btn.white{
display:inline-block;
margin-top:40px;
}

.meta-data{
    text-align:center;
    font-family: 'Circular-Book', arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-top: 30px;
    font-size: 20px;
}

.meta-data .post-categories{
    display: inline-block;
}

.meta-data .post-categories li{
    display: inline-block;
}

.meta-data .post-categories li a{
    color: #fff;
    text-decoration: none;
}

.meta-data .post-categories li a[href*="feature"]{
    display: none;
}

.meta-data .post-categories li a:before{
    content: '';
    display: inline-block;
    margin-right: 9px;
    margin-left: 4px;
    color: #CDCDCD;
    background: #CDCDCD;
    height: 20px;
    width: 2px;
    transform: translateY(2px);
}

.news-section .col-65{
    margin-left: 0;
    margin-right: 2%;
}

.news-section .col-35{
    margin-right: 0;
    margin-left: 2%;
    float: right;
    margin-top: 30px;
    position: static;
}

.news-article{
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #CDCDCD; 
}

.article-image{
    width: 30%;
    float: left;
    padding-top: 30%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.news-wrapper{
    width: 65%;
    float: right;
}

.news-wrapper .post-categories{
    display: inline-block;
}

.news-wrapper .post-categories li{
    display: inline-block;
}

.news-wrapper .post-categories li a, .side-bar .cat-item a{
    display: inline-block;
    padding: 6px 15px 5px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    font-family: 'Circular-Book', arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
    border: 1px solid #C3C3C3;
    margin: 5px 5px 5px 0;
    color: #C3C3C3;
}

.side-bar .cat-item{
    display: inline-block;
}

.news-wrapper a{
    text-decoration: none;
}

.news-wrapper .post-categories li a:hover, .side-bar .cat-item a:hover{
    background: #C3C3C3;
    color: #fff;
}

.date{
    font-family: 'Circular-Book', arial, sans-serif;
    display: block;
    margin-right: 20px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.excerpt{
    margin-top: 5px;
}

.excerpt a{
    display: inline-block;
    font-family:  'Circular-Bold', arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.excerpt a:hover{
    color: #11C8FF;
}

.widget-title{
    color: #0071BA;
    font-size: 30px;
    line-height: 30px;
    border-top: 1px solid #C3C3C3;
    padding-top: 50px;
    margin-bottom: 20px;
}

.side-bar ul{
    margin-bottom: 50px;
}

a.jaw_years{
    color: #464646;
    font-family:  'Circular-Bold', arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    font-weight: bold;
}

a.jaw_months{
    color: #464646;
    font-family:  'Circular-Book', arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    transition: 0.3s;
}

a.jaw_months:hover{
   color: #0071BA; 
}

.widget_recent_entries ~ .widget-title{
    color: #C3C3C3;
    font-size: 20px;
    line-height: 20px;
    border-top: 0;
    border-bottom: 1px solid #C3C3C3;
    padding-top: 0;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.widget_recent_entries ~ .widget-title ~ ul li{
    display: inline-block;
    width: 24.5%;
    font-family: 'alte_bold', arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
vertical-align:top;
padding-right:10px;
}

.widget_recent_entries ~ .widget-title ~ ul li a{
    color: #464646;
    display: block;
}

.widget_recent_entries ~ .widget-title ~ ul li span{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family:  'Circular-Book', arial, sans-serif;
    margin-top: 10px;
}

/* single */

.news-page .post-categories{
    text-align: center;
}

.news-page .post-categories li{
    display: inline-block;
}

.news-page .post-categories li a{
    display: inline-block;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-family: 'Circular-Book', arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
    border: 1px solid #11C8FF;
    margin: 10px 3px;
    color: #fff;
}

.news-page .post-categories li a:hover{
    background: #11C8FF;
}

.news-page-header{
    margin: 100px auto;
}

.news-page-header .widget-title{
    display: none;
}

.author{
    font-family: 'Circular-Book', arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    float: left;
    position: relative;
    width: 60%;
}

.author-avatar{
    display: block;
    margin-right: 10px;
}

.author-avatar>img{
    border-radius: 30px;
}

.author-info{
    display: block;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.author-info b{
    font-weight: bold;
}

.author-info a{
    color: #464646;
    text-decoration: none;
    display: inline-block;
}

.author-info p, .author-sidebar p{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.author-sidebar{
    float: right;
}

.author-sidebar > div{
    text-align: right;
    margin-top: 4px;
}

.a2a_kit a:last-of-type{
    padding-right: 0;
}

.content-wrapper .p-wrapper.sml-margin{
margin:10px auto 0 auto;
}

/* footer */

footer{
    z-index: 99;
    position: relative;
}

.row-1{
    text-align: center;
    padding: 60px;
    background: #fff;
}

.row-1 a{
    font-family: 'alte_bold', arial, sans-serif;
    padding: 16px 10px;
    width: 200px;
    text-align: center;
    margin-right: 50px;
    font-size: 24px;
}

.row-1 span, .row-1 span a{
    font-family: 'alte_bold', arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
	color:#464646;
}

.row-2{
    background: #fff;
    padding:20px 20px 12px 20px;
    position: relative;
    vertical-align: middle;
}

.row-2 a:nth-of-type(1), .row-2 a:nth-of-type(2), .row-2 a:nth-of-type(3){
    font-family: 'Circular-Bold', arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
}

.linkedIn-footer{
    float: right;
    font-family: 'Circular-Book', arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    color: #8C8C8C;
    vertical-align: middle;
    transform: translateY(-9px);
}

.linkedIn-footer img{
    width: 24px;
    transform: translateY(6px);
    margin-left: 5px;
}

.row-2 span{
    font-family: 'Circular-Book', arial, sans-serif;
    font-size: 14px;
    color: #8C8C8C;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.map{
    height: 450px;
}

.row-3{
    color: #8C8C8C;
    background: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 30px;
    font-family: 'Circular-Book', arial, sans-serif;
}

.row-3 p{
    font-size: 12px;
    line-height: 14px;
}

.row-3 p a{
    color: #8C8C8C;
}

.row-3 div:first-child{
    float: left;
    width: 50%;
}

.row-3 div:first-child b{
    font-weight: bold;
}

.row-3 div:last-child{
    float: right;
    width: 170px;
	text-align:right;
}

.row-3 div:last-child a{
    text-decoration: none;
    color: #F47920;
}

/* contact pop up */

#contact{
    background: #F0F0F0;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

#contactClose{
    display: block;
    position: absolute;
    top:0;
    right: 2%;
    
}

#contactClose img{
    width: 22px;
    display: inline-block;
}

#contact .wrapper > .col-50:last-of-type{
    margin-right: 0;
}

#contact .wrapper > .col-50:first-of-type{
    margin-left: 0;
}

#contact .col-50 > .cf > .col-50:first-of-type{
    margin-left: 0;
    margin-right: 5%;
}

#contact .col-50 > .cf > .col-50:last-of-type{
    width: 45%;
}

#contact h3{
    margin-bottom: 30px;
	line-height:32px;
}

#contact h5{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

#contact p{
	line-height:21px;
}

#contact p:first-line{
	font-family: 'Circular-Bold', arial, sans-serif;
    font-weight: bold;
    line-height: 40px;
    
}

input, select, textarea{
    background: #fff;
    color: #A0A0A0;
    line-height: 40px;
height:40px;
    padding: 0 10px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
font-family: 'Circular-Book', arial, sans-serif;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px;
    display: block;
background:#fff;
}

.wpcf7-form-control-wrap.message{
height:auto;
}

textarea{
    line-height: 20px;
    height: 126px;
    padding-top: 10px;
    margin-bottom: 0;
}

input[type="submit"]{
    display: inline-block;
    width: auto;
    padding: 0 30px;
    background: #11C8FF;
    color: #fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
}

select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
}

.wpcf7-form-control-wrap.enquiy{
	position:relative;
}

.wpcf7-form-control-wrap.enquiy:after{
	content: '\f107';
    display: inline-block;
    position: absolute;
    top:10px;
	right:12px;
    font-size: 20px;
    font-family: fontawesome;
    color: #A0A0A0;
}

div.wpcf7-response-output{
    font-family: 'Circular-Book', arial, sans-serif;
    text-align: center;
margin: 10px !important;
}

div.wpcf7-validation-errors{
    border: 0 !important;
color:red !important;
}

span.wpcf7-not-valid-tip{
     font-family: 'Circular-Book', arial, sans-serif;
    background: #F0F0F0;
    padding-top: 5px;
font-size:12px !important;
}

@media screen and (max-width:1024px){
    
    #marker{
        padding-bottom: 50px;
    }
    /* footer */
    
    .row-1{
        padding: 40px;
    }
    
    .row-2 span{
        display: block;
    text-align: center;
    margin: 18px 0;
    transform: none;
    position: static;
    }
    
    /* projects page */
    .project-wrapper{
        padding: 15px;
    }
    
    .project-wrapper p{
        font-size: 14px;
        line-height: 18px;
    }
    
    .project-wrapper h4{
        font-size: 22px;
        line-height: 24px;
    }
    
    .project-wrapper > a{
        left: 15px;
        bottom: 15px;
    }
    
    /* project single page */
    
    .project-points .details{
        width: 32%;
        margin-right: 7%;
    }
    
    .project-points .timeframe{
        width: 28%;
    }
    
    .project-points .value{
        width: 21%;
    }
    
    /* content elements */
    
    .project-points{
        margin-bottom: 50px;
    }
    
    .project-points p, .project-points div, .project-points p span, .project-points div span{
        font-size: 16px;
        line-height: 20px;
    }
    
    .project-points .partners img{
        height: 40px;
    }
    
    .content-wrapper .p-wrapper{
        margin: 50px auto 0 auto
    }
    
    .content-wrapper .wrapper, .content-wrapper .wrapper-80, .content-wrapper .wrapper-90, .video-wrapper, .construction-update{
        margin-top: 50px;
    }
    
    .construction-update{
        padding: 1px;
        margin-bottom: -50px;
    }
    
    blockquote{
        padding: 30px 0;
    }
    
    .call-to-action{
        padding: 50px;
    }
    
    /* news page */
    
    .feature-article{
        margin: 50px auto;
    }
    
    .news-wrapper .post-categories li a{
        padding: 4px 8px;
        font-size: 12px;
        line-height: 12px;
    }
    
    /* News article */
    
    .author-info b{
        font-size: 16px;
        line-height: 20px;
    }
    
    .news-page-header{
        margin: 50px auto;
    }
    
    .single .page-title{
        padding-top: 35%;
    }
    
    .single .page-title h1{
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (max-width:850px){

    h1{
        font-size: 50px;
        line-height: 50px;
    }
    
    h3{
        font-size: 30px;
        line-height: 35px;
    }
    
    .intro-text-padding{
        padding: 70px 0;
    }
    
    .projects > .col-50{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    
    .projects .col-50.image{
        width: 63%;
        padding-bottom: 26%;
    }
    
    .col-50.project-wrapper, .col-35.project-wrapper{
        width: 35%;
    }
    
    .full-row >.project-wrapper{
        margin-right: 0;
    }
    
    .col-65.image{
        margin-left: 0;
    }
    
    /* team page */
    
    [class*="tm-tile"] .tm-inner-wrapper h4{
        font-size: 17px;
    }
    
    [class*="tm-tile"] .tm-inner-wrapper{
        padding: 10px;
        top: calc(100% - 64px);
    }
    
    /* news */

    .article-image, .news-wrapper{
        width: 100%;
        float: none;
    }
    
    .article-image{
        padding-top: 50%; 
    }
    
    .news-wrapper{
        margin-top: 20px;
    }
    
    /* contact */

    
    #contact h3{
        margin-bottom: 10px;
    }
    
    #contact h5{
        font-size: 20px;
        line-height: 24px;
    }
    
    #contact .wrapper > .col-50{
        width: 100%;
        margin: 10px 0;
    }
    
    #contact .wpcf7 .cf > .col-50:first-of-type{
        margin-left: 0;
    }
}

@media screen and (max-width:767px){
    
    #header{
        text-align: right;
    }
    
    .header-bar{
        height: 70px;
    }
    
    #menu{
        margin-top: 70px;
		height: calc(100vh - 70px);
		overflow-y:scroll;
    }
	
	.location-icon{
		display:none;
	}

    .menu-btn-wrapper{
        text-align: right;
    }
    
    .logo-wrapper img{
        left: 20px;
        width: 50px;
    }
    
     .menu-btn{
        text-align: center;
        height: 30px;
        line-height: 28px;
        margin: 20px 5px;
        width: auto;
    }

    .menu-btn-mobile{
        display: inline-block;
        border: 0;
        font-size: 22px;
        text-align: center;
        height: 30px;
        line-height: 28px;
        margin: 20px 20px;
        transition: 0.3s;
		color: #fff;
    }
    
    .menu-btn.desktop{
        display: none;
    }
    
    div.menu-btn{
        position: fixed;
        left: 50%;
        margin: 20px 0;
        transform: translateX(-50%);
        border: 0;
    }
    
    .language-chooser li a{
        font-size: 15px;
		margin:0 4px;
    }
    
    div.menu-btn{
        margin-right: 20px;
    }
	
	 #menu-main-menu{
        margin-top: 20px;
    }
    
    .menu-main-menu-container > ul > li{
        display: block;
        position: relative;
        width: calc(100% - 40px) !important;
        max-width: none;
        padding-top: 15px;
        margin: 0 auto;
        text-align: left;
        border-bottom: 1px solid #afafaf;
    }
    
    .menu-main-menu-container > ul > li:last-of-type{
        border-bottom:0;
    }
    
    .menu-main-menu-container > ul > li > a{
        padding-bottom: 15px;
    }
    
    .menu-main-menu-container > ul > li.menu-item-has-children:after{
        content: '\f107';
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0px;
        font-size: 20px;
        font-family: fontawesome;
        color: #464646;
		cursor:pointer;
    }
    
    .menu-item-has-children>a:after{
        content: '';
        display: none;
    }
    
    .sub-menu{
        position: static;
        width: 100%;
        padding: 5px 15px 25px 0px;
    }
    
    .sub-menu li{
        display: block;
        margin:0 0 20px 0;
    }
    
    .sub-menu li:last-child{
        margin-bottom: 0;
    }
	
    
    h1{
        font-size: 35px;
        line-height: 35px;
    }
    
    h2{
        font-size: 30px;
        line-height: 30px;
    }
    
    h3{
        font-size: 22px;
        line-height: 26px;
    }
	
	p, .content-wrapper .p-wrapper p{
		line-height: 22px;
	}
    
    /* home page */
    
    .home-sec-2 p, .home-sec-4 p{
        margin: 20px 0 10px 0;
    }

.homeHeader img{
transform:translateY(80px);
}

.homeTeamBG{
    background-size: 140%;
    background-position: left top;
background-repeat:no-repeat;
}
    
    .feat-wrapper{
        padding: 40px 10px 0 20px;
    }
    
    .feat-wrapper h2{
        font-size: 25px;
        line-height: 25px;
    }
    
    .feat-wrapper a{
        display: inline-block;
        margin: 20px 10px 0 0;
    }
    
    .partner-with{
        bottom: 20px;
        left: 20px;
    }
    
    .partner-with:before{
        font-size: 14px;
    }
    
    .row-1 a{
        margin: 0 auto 20px auto;
        display: block;
    }
	
	.row-1 span a{
		width:100%;
	}
    
    .row-2{
        text-align: center;
    }
    
    .row-2 a:nth-of-type(1), .row-2 a:nth-of-type(2){
        font-size: 12px;
        margin-right: 15px;
        text-align: center;
    }
    
    .row-2 a:nth-of-type(3){
        font-size: 12px;
        margin-right: 0px;
        text-align: center;
    }
    
    .row-2 a:last-of-type{
        float: none;
        display: block;
        margin-top: 15px;
    }
    
    #wpgmza_map_1, .map{
        height: 300px !important;
    }
    
    .row-3 div:first-child, .row-3 div:last-child{
        float: none;
        width: 100%;
        margin-bottom: 10px;
text-align:left;
    }
    
    /* general content */
    
    .content-wrapper .wrapper, .content-wrapper .wrapper-80, .content-wrapper .wrapper-90, .video-wrapper, .construction-update{
        margin-top: 30px;
    }
    
    .content-wrapper h3{
        margin-top: 50px;
    }
    
    .call-to-action{
        padding: 30px;
    }
    
    /* column widths */
    
    .intro-text-padding{
        padding: 40px 0;
    }
    
    .col-25, .col-35, .col-50, .col-65{
        width: 100%;
        display: block;
        float: none;
    } 
    
    /* projects page */
    
    .col-65.image, .col-50.project-wrapper, .col-35.project-wrapper, .projects .col-50.image{
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    
    .col-65.image, .projects .col-50.image{
        padding-bottom: 50%;
    }
    
    .full-row{
        margin-bottom: 20px;
    }
    
    .projects > [class*="col-"]{
        margin-bottom: 0;
    }
    
    .project-wrapper > a{
        position: static;
        margin-top: 10px;
        font-size: 13px;
        line-height: 13px;
        padding: 8px 12px;
    }
	
	.quarterImages > a, .quarterImages > div{
		width:49%;
		padding-top:49%;
		margin:0 2% 2% 0;
		float:left;
	}
	
	.quarterImages > *:nth-child(even){
		margin-right:0;
	}
    
    /* project single page */
    
    .project-points{
        
        margin-bottom: 30px;
    }
    
    .project-points .details, .project-points .timeframe, .project-points .value, .project-points .partners{
        float: none;
        width: 100%;
        display: block;
    }
    
    .project-points .timeframe, .project-points .value, .project-points .partners{
        margin-top: 10px;
    }
    
    blockquote{
        font-size: 25px;
        line-height: 28px;
    }
    
    .construction-update h5, .construction-update p{
        width: 100%;
    }
    
    .construction-update h5{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
    .construction-update h5 span:after{
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .construction-update .video-embed-wrapper, .construction-update .video-wrapper{
        margin: 30px 0;
    }
    
    /* news page */
    
    .feature-article{
        margin: 30px auto 10px auto;
    }
    
    .feature-article .center{
        width: 90%;
    }
    
    .meta-data{
        font-size: 14px;
        line-height: 16px;
        width: 100%;
    }
    
    .news-article{
        padding: 15px;
    }
    
    .alm-btn-wrap{
        text-align: center;
    }
    
    .side-bar ul{
        margin-bottom: 30px;
        text-align: center;
    }
    
    .news-section .col-35{
        margin-left: 0;
        margin-top: 10px;
    }
    
    .widget-title{
        padding-top: 20px;
        margin-top: 20px;
        text-align: center;
        font-size: 22px;
        line-height: 22px;
    }
    
    .side-bar .cat-item a{
        margin: 5px;
    }
    
    a.jaw_years{
        display: block;
        text-align: center;
    }
    
    a.jaw_months, a.jaw_years{
        text-align: center;
        font-size: 16px;
        line-height: 23px;
    }
    
    /* news article */
    
    .single .page-title h1{
        font-size: 23px;
        line-height: 27px;
    }
    
    .news-page > .post-categories{
        display: none;
    }
    
    .news-page-header{
        margin: 30px auto;
    }
    
    .author, .author-sidebar{
        float: none;
        width: 100%;
    }
    
    .author-info, .author-avatar{
        display: inline-block;
    }
    
    .author-info{
        width: auto;
        position: static;
        transform: none;
    }
    
    .author-sidebar > div{
        display: inline-block;
        margin-top: 10px;
    }
    
    .author-sidebar{
        text-align: left;
    }
    
    .a2a_kit a:first-of-type{
        padding-left: 0;
    }
    
    .widget_recent_entries ~ .widget-title ~ ul li{
        width: 49%;
        margin-bottom: 10px;
    }
    
    .widget_recent_entries ~ .widget-title ~ ul li a{
        font-size: 18px;
        line-height: 24px;
    }
    
    /* team page */
    
    .team-members .col-50{
        padding-top: 100%;
        margin-bottom: 20px;
    }
    
    [class*="intro-tile"] .tm-inner-wrapper{
        padding: 20px;
    }
	
	[class*="intro-tile"] .tm-inner-wrapper h3{
		font-size: 40px;
    	line-height: 43px;
	}
    
    [class*="intro-tile"] .tm-inner-wrapper > i{
        left: 20px;
        bottom: 20px;
    transform: rotate(90deg);
    }
    
    [class*="tm-tile"]{
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    
    [class*="tm-tile"] .tm-inner-wrapper{
        position: static;
		padding:20px;
    }
    
    .tm-tile-blue{
        background-color: rgba(17, 200, 255,1);
    }
    
    .tm-tile-grey {
        background-color: rgba(70, 70, 70, 1);
    }
	
	[class*="tm-tile"] .tm-inner-wrapper h4{
		font-size:30px;
		line-height:33px;
	}
	
	[class*="tm-tile"] .tm-inner-wrapper h5 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
	
	}
    
    [class*="tm-tile"] a{
        position: relative;
        left: 0;
		margin-left:20px;
    }
    
    #contact .wrapper > div:first-of-type{
        display: none;
    }
    
    #contact .center{
        transform: translateX(-50%) translateY(-45%);
    }
    
    #contact .col-50 .col-50{
        margin: 0;
    }
    
    input, select, textarea{
        line-height: 28px;
        padding: 0 8px;
        font-size: 12px;
    }
    
    textarea{
        height: 60px;
    }
}

.blackMenu, .blackMenuAlt{
    color: #464646;
    border-color: #464646;
}


a.menu-btn.blackMenu:hover, a.menu-btn.blackMenuAlt:hover{
    background: #464646;
    color: #fff;
}