@font-face {
  font-family: 'GothamNarrow-Thin';
  src: url('fonts/GothamNarrow-Thin.otf');
 }

 @font-face {
  font-family: 'GothamNarrow-Light';
  src: url('fonts/GothamNarrow-Light.otf');
 }

 @font-face {
  font-family: 'GothamNarrow-Bold';
  src: url('fonts/GothamNarrow-Bold.otf');
 }

 @font-face {
  font-family: 'GothamNarrow-Book';
  src: url('fonts/GothamNarrow-Book.otf');
 }
@font-face {
  font-family: 'GothamXNarrow-Book';
  src: url('fonts/GothamXNarrow-Book.otf');
}

#menuWrapper {
  font-family: 'GothamNarrow-Book';
  /*border-width: 1px;
  border-style: solid;*/
  /*border-image: linear-gradient( to top, gray, rgba(0, 0, 0, 0) ) 1 100%;*/
  /*border-left: none;*/
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 94%;/*100vh;*/
  font-size: 18px;
  line-height: 24px;
}
#menuWrapper2 {
  /*border-width: 1px;
  border-style: solid;
  border-image: linear-gradient( to bottom, gray, rgba(0, 0, 0, 0) ) 1 100%;
  border-right: none;*/
  line-height: 24px;
}

#menuWrapper a {
  text-decoration: none;
}

#menuWrapper > div, #menuWrapper2 > div{
  cursor: pointer;
  position: relative;
}

#market{
  text-transform: uppercase;
  position: relative;
  /*width: 27%;*/
  min-width: 275px;
  font-family: "GothamNarrow-Bold";
}
#market div {
}
#item0{
  position: absolute;  
  top: 0px;
  opacity: 1;
  /*left: 3px;*/
  font-size: 24px;
  /*border-bottom: 1px solid gray;*/
  box-shadow: 0px 1px 0px 0px rgba(128,128,128,0.2);  
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  font-family: "GothamNarrow-Book";
}
.noTransform {
  text-transform: initial !important;
}
#item1{
  position: absolute;  
  top: 40px;
  opacity: 0.95;
}
/*#item2{
  position: absolute;  
  top: 80px;
  opacity: 0.9;
}*/
#item3{
  position: absolute;  
  /*top: 120px;*/
  top: 80px;
  opacity: 0.85;
}
#item4{
  position: absolute;
  /*top: 160px;*/
  top: 120px;
  opacity: 0.8;
}
#item5 {
  position: absolute;
  /*top: 200px;*/
  top: 160px;
  opacity: 0.75;
}
#item6 {
  position: absolute;
  /*top: 240px;*/
  top: 200px;
  opacity: 0.7;
}
#item7 {
  position: absolute;
  /*top: 280px;*/
  top: 240px;
  opacity: 0.65;
}
#item8 {
  position: absolute;
  /*top: 320px;*/
  top: 280px;
  opacity: 0.6;
}
#item9 {
  position: absolute;
  /*top: 360px;*/
  top: 320px;
  opacity: 0.55;
}


#resetMenu{
  margin: 20px 10px 0 -12px;
  min-width: 24px;
}
#resetMenu img {
  display: none;
  width: 33px;
}


#search{
  position: relative;
  min-width: 90px;
}
#item10{
  position: absolute;
  top: -40px;
  opacity: .5;
}
#item11{
  position: absolute;
  top: 0px;
  opacity: 1;
  /*left: 3px;*/
  font-weight: 400;
  font-size: 24px;
  width: 100px;
}

#discipline {
  min-width: 200px;
  margin-right: 13px;
  position: relative;
}
#item12 {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 1;
  font-weight: 400;
  font-size: 24px;
  box-shadow: 0px 1px 0px 0px rgba(128,128,128,0.2);  
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
#item13 {
  position: absolute;
  top: 40px;
  right: 0px;
  opacity: 0.9;
}
#item14 {
  position: absolute;
  top: 80px;
  right: 0px;
  opacity: 0.8;
}
#item15 {
  position: absolute;
  top: 120px;
  right: 0px;
  opacity: 0.7;
}
#item16 {
  position: absolute;
  top: 160px;
  right: 0px;
  opacity: 0.6;
}
#item24 {
  position: absolute;
  top: 200px;
  right: 0px;
  opacity: 0.5;
}


#highlights {
  min-width: 95px;
  position: relative;
}
#item17{
  position: absolute;
  top: 40px;
  opacity: 0.8;
}
#item18 {
  position: absolute;
  top: 0px;
  opacity: 1;
  font-weight: 400;
  font-size: 24px;
  box-shadow: 0px 1px 0px 0px rgba(128,128,128,0.2);  
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}


#in {
  margin: 24px 0px 0px 0;
  font-size: 24px;
  width: 30px;
}


#locations{
  width: 165px;
  position: relative;
}
#item19 {
  position: absolute;
  top: 0px;
  opacity: 1;
  font-weight: 400;
  font-size: 24px;
  box-shadow: 0px 1px 0px 0px rgba(128,128,128,0.2);  
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
#item20 {
  position: absolute;
  top: 40px;
  opacity: 0.85;
}
#item21 {
  position: absolute;
  top: 80px;
  opacity: 0.7;
}
#item22 {
  position: absolute;
  top: 120px;
  opacity: 0.55;
}
#item23 {
  position: absolute;
  top: 160px;
  opacity: 0.4;
}

#searchBox {
  margin: 24px 15px 0 0;
  display:none;
  left: 20px;
}
#searchBox input {
    padding: 15px 40px;
    font-size: 16px;
    font-family: "GothamNarrow-Book";
	font-size: 16px;
    width: 486px;
    border-radius: 0;
    border: 0px solid;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: rgba(223,225,229,0);
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
#searchBox input::placeholder{
	font-family: "GothamNarrow-Book";
	font-size: 16px;
	text-transform: capitalize;
}

#go{
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: GothamNarrow-Bold;
  font-size: 1.5em;
  margin: 25px 0 0 0px;
  opacity: 0.2;
}
#go img {
  width: 33px;
  margin: -1px 0 0 5px;
}
#u77_img {
  border-width: 0px;
  max-width: unset !important;
}

/* Contact Flyout */
.nks_cc_trigger_tabs {
  display: none !important;
}
#nks_cc_sidebar, .nks_cc_imagebg_none {
  /*top: 50%;*/
}
#nks_cc_sidebar .nks_cc_sidebar_cont_scrollable {
  
}
#nks-content-1 {
  margin-left: 60px;
  height: 100%;
}
#nks-content-1 > div {
  padding: 0px !important;
  height: 100%;
}
#nks_cc_sidebar {
  /*top: 50%;*/
}
.nks-content > div {
    padding: 0 !important;
}
#contact-wrapper {
    height: 100%;
}
#contact-wrapper > .row.full_height{
    align-items: center;
    height: 100%;
}
div#contact-right-block {
    padding-top: 80px;
}
div#contact-right-block form input:not([type="submit"]), div#contact-right-block form textarea {
    padding: 15px 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
    font-family: GothamNarrow-Book;
    color: #000;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
}
div#contact-right-block form input:not([type="submit"]):focus, div#contact-right-block form textarea:focus{
	border: 0px solid;
	border-bottom: 2px solid #000;
	outline: none;
}
div#contact-right-block form textarea {
    height: 200px;
    resize: none;
}
.submit-wrapped * {
  width: 100%;
}
.submit-wrapped input[type="submit"] {
    background: #000;
    border-radius: 0px;
    color: #fff;
    font-family: GothamNarrow-bold;
    font-size: 16px;
    padding: 10px;
}
::placeholder{
	font-family: GothamNarrow-Book;
    color: #000;
}
.name-email-row .name-field {
    padding-right: 10px;
}
.name-email-row .email-field {
    padding-left: 10px;
}
#contact-left-block{
  width: 45%;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  display: flex;
}
.contactPageTitle{
      font-family: GothamNarrow-Book;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.5em;
    color: black;
    margin-bottom: 20px;
}
div#contact-text-block {
    font-family: GothamNarrow-Book;
    font-weight: 400;
    line-height: 2em;
    color: black;
}
.contactCityName{
  font-family: GothamNarrow-Bold;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    text-transform: uppercase;
}
.contactAddresses{
    font-family: GothamNarrow-Book;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
}
#contact-middle-block{
  width: 50%;
  padding: 2%;
}
#contact-upper-block{
  padding: 5%;
}
#contact-lower-block{
  /*background-color: #d4d3d3;*/
  padding: 40px 0;
  width: 80%;
}


#nav-divider{
  width: 1px;
}

/* Contact Form Flyout */

.name-field, .email-field, .subject-field {
  /*width: 20vw;
  margin-left: 10px;
  padding: 5px;*/
}
.subject-field{
  /*width: 40vw;
  margin-left: 10px;
  padding: 5px;*/
}
.name-label, .email-label, .subject-label {
  margin: 4px 0;
}
.name-field input, .email-field input, .subject-field input {
  border: none;
  width: 100%;
}
.your-message textarea {
  border: none;
  background: #8080801f;
  padding: 5%;
  /*width: 40vw;*/
  margin: 5% 0;
  width: 100%;
}

.submit-field input {
  border: none;
  font-family: GothamNarrow-Book;
  color: gray;
  text-transform: uppercase;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid gray;
    width: 75%;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  top: 16px;
}

#projects-found {
  position: absolute;
  top: 40%;
  color: red;

  z-index: 10000000;
}
#people-found {
  position: absolute;
  top: 50%;
  color: red;

  z-index: 10000000;
}
/*
.tttt {
display: block;
width: 50px;
background: rgba(0,0,0,0);
height: 50px;
z-index: 0;
position: absolute;
display: none !important;
}
*/
 


/*
body.nks_cc_exposed #contact-icon img{
	display: none !important;
}
body.nks_cc_exposed #nav-icon2{
	display: block !important;
}
*/
.icon-copy,
.icon-copy{
	left: 0;
}
body.nks_cc_exposed .icon-copy,
.animatedfsmenu.d-flex .icon-copy {
	left: -500px !important;
}


body.nks_cc_exposed #contact-wrapper{
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

#peoplePrePopulate {
    overflow-y: auto;
    height: 100px;
    margin-top: 10px;
    border: 1px solid;
    padding: 10px;
    /*display: none; *//* easiest place to turn search results display on or off */
}

#peoplePrePopulate a{
  text-decoration: underline;
}

#peoplePrePopulate::-webkit-scrollbar {
    -webkit-appearance: none;
}

#peoplePrePopulate::-webkit-scrollbar:vertical {
    width: 11px;
}

#peoplePrePopulate::-webkit-scrollbar:horizontal {
    height: 11px;
}

#peoplePrePopulate::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}



#projectsPrePopulate {
    overflow-y: auto;
    height: 250px;
    margin-top: -1px;
    border: 0px solid;
    padding: 20px 40px;
    /* display: none; */
    position: absolute;
    z-index: 10;
    width: 100%;
    box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28);
}
div.searchBoxInputicon:after {
    background-size: 20px;
    z-index: 100;
    position: absolute;
    top: 17px;
    left: 10px;
    width: 20px;
    height: 20px;
    content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGNsYXNzPSJzdDAiIGZpbGw9IiM2MDYwNjAiIGQ9Ik0xNC44LDEzLjNjMC44LTEuMSwxLjItMi40LDEuMi0zLjhDMTYsNS45LDEzLjEsMyw5LjUsM1MzLDUuOSwzLDkuNVM1LjksMTYsOS41LDE2YzEuNCwwLDIuNy0wLjUsMy44LTEuMmwwLDAgbDUuNyw1LjdsMS41LTEuNUwxNC44LDEzLjNMMTQuOCwxMy4zeiBNOS41LDE0QzcsMTQsNSwxMiw1LDkuNVM3LDUsOS41LDVTMTQsNywxNCw5LjVTMTIsMTQsOS41LDE0eiIvPjwvc3ZnPgo=);
}
#searchBoxInput:focus{
	outline: none;
}

#projectsPrePopulate a{
  margin-bottom: 10px;
  position: relative;
  display: block;
}
#projectsPrePopulate a:not([href]){
	display: none;
}
#projectsPrePopulate a:before {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: -30px;
    width: 20px;
    height: 20px;
    content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7fS5jbHMtMntmb250LXNpemU6NXB4O2ZpbGw6I2VjMDA4Yztmb250LWZhbWlseTpHb3RoYW0tQm9sZCwgR290aGFtO2ZvbnQtd2VpZ2h0OjcwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnJpZ2h0YXJyb3c8L3RpdGxlPjxwYXRoIGlkPSJQYXRoXzI0OCIgZGF0YS1uYW1lPSJQYXRoIDI0OCIgY2xhc3M9ImNscy0xIiBkPSJNNS4xMiw1LDE1LDE1LDUuMTIsMjUiLz48cGF0aCBpZD0iUGF0aF8yNDgtMiIgZGF0YS1uYW1lPSJQYXRoIDI0OCIgY2xhc3M9ImNscy0xIiBkPSJNMTUuMyw1bDkuODgsMTBMMTUuMywyNSIvPjwvc3ZnPg==);
}
#projectsPrePopulate:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MTIgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNFQUVBRUE7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iLTAuNSIgeTE9IjEwIiB4Mj0iNjEyLjUiIHkyPSIxMCIvPgo8L3N2Zz4K);
    width: 100%;
    left: 0;
    height: 24px;
    background: #fff;
    position: absolute;
    top: -7px;
    z-index: 100;
    padding: 0 15px;

}




#projectsPrePopulate::-webkit-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#projectsPrePopulate::-webkit-scrollbar:vertical {
    width: 11px;
}

#projectsPrePopulate::-webkit-scrollbar:horizontal {
    height: 11px;
}

#projectsPrePopulate::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

/* easiest place to turn search results display on or off */
.people-found, .projects-found{
  /*display: none*/
}


