a,b,body,div,h1,h2,h3,h4,h5,h6,hr,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul{border: 0;margin: 0;padding: 0;}
html,body{ height:100%;}
body{
    background-color: #000;
    width:100%;
    color:#fff;
    font-family:"Frutiger W01", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
    font-size:17px;
}
a{color:#d18902;text-decoration:none;}
/* BIZANGO TEXT - NEW DEFAULTS - OVERRIDE FOR EVERY PROJECT AS NEEDED */
/* 
for frutiger we have
200, 400, 700 
regular and italic for all.
 */
 
 /* ICONS */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?80417966');
  src: url('fonts/fontello.eot?80417966#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?80417966') format('woff2'),
       url('fonts/fontello.woff?80417966') format('woff'),
       url('fonts/fontello.ttf?80417966') format('truetype'),
       url('fonts/fontello.svg?80417966#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */

@font-face {
  font-family: 'fontello-linkedin';
  src: url('fontello-7a6ff2b4/font/fontello.eot?869302');
  src: url('fontello-7a6ff2b4/font/fontello.eot?869302#iefix') format('embedded-opentype'),
       url('fontello-7a6ff2b4/font/fontello.woff2?869302') format('woff2'),
       url('fontello-7a6ff2b4/font/fontello.woff?869302') format('woff'),
       url('fontello-7a6ff2b4/font/fontello.ttf?869302') format('truetype'),
       url('fontello-7a6ff2b4/font/fontello.svg?869302#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-linkedin:before,
.icon-linkedin-squared:before { 
  font-family: "fontello-linkedin";
}
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */

p, li, figcaption {
	font-size:16px;line-height:1.4em;margin-top:1em;margin-bottom:1.4em;color:#000000;
}
figure {
  margin: 1em 0;
}
figure img,
img {
  max-width: 100%;
}
ol, ul {
  margin-left: 50px;
}
h1, h2, h3, h4{margin-bottom:0.5em;
	line-height:120%;font-weight:normal;
}
h1 {
  font-family
}
h1{
  font-family:"ITC Bodoni Seventytwo W01",Garamond,"Times New Roman",serif;
  font-size:2em;
  font-weight: 700;
  margin-top:0;
}
h2 {
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
h2{font-size:1.5em;}
h3{font-size:1.2em;font-weight:bold;}
h4{font-size:1.1em;font-weight:bold;}

/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */

/* BIZANGO DEFAULT COLORS - REPLACE AND DELETE! */
	
/* BIZANGO PAGE LAYOUT STRUCTURE */
.page_frame{
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 5%;
  position: relative;
}
#page_body {
  padding-top: 46px; /* because of fixed position nav */
}

/* helpers-> clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.hide,
.body_home .hide-on-home,
.hide-on-mobile,
.hide-on-tablet {
  display: none;
}
.responsive-wrap {
	position: relative;
	height: 0;
}
.responsive-wrap > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pos-rel {
  position: relative;
}
.pos-abs-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.divider:after {
  content: "\7C";
  margin: 0 0.5em;
}
.button {
  background-color: #d18902;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  padding: 14px 20px;
}

/* NAV */
.nav_frame {
  background-color: #1c1c1c;
  box-sizing: border-box;
  max-height: 46px;
  padding-top: 10px;
  position: fixed;
  width: 100%;
  z-index: 950;
}
.nav_frame .page_frame{max-width: 1300px;}
.nav_frame .logo {
  display: inline-block;
  max-width: 211px;
}
.nav-container {
  position: relative;
}
.menu-toggle {
  color: white;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: -52px;
}
.menu-open.nav_frame,
.menu-open .nav {
  max-height: none;
}
.nav {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
.nav a {
  color: #d18901;
  display: block;
  font-size: 12px;
  letter-spacing: 2.2px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear;
          transition: color 0.3s linear;
}
.nav a.current,
.nav a:hover,
.nav a:active,
.nav a:focus {
  color: #fff;
}
.nav a.nav--linkedin {
  color: #0072b1;
  font-size: 18px;
}
.arrow-and-line-animation,
.arrow-and-line-animation-too {
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 5%;
  width: 16px;
}
.arrow-and-line-animation {
  height: 114px;
}
.arrow-and-line-animation-too {
  background-color: rgba(0, 0, 0, 0.2);
  height: 104px;
  padding: 0 5px;
}
.arrow-and-line-animation .arrow,
.arrow-and-line-animation-too .arrow {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.arrow-and-line-animation-too .arrow {
  font-size: 20px;
}
.arrow-and-line-animation .arrow {
  animation: arrow-bounce 1s ease alternate infinite;
  font-size: 40px;
  margin-top: -20px;
}
.arrow-and-line-animation .line,
.arrow-and-line-animation-too .line {
  animation: line-scroll 3s ease-in-out forwards infinite;
  top: auto;
  bottom: 0px;
  z-index: 11;
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 82px;
  margin-left: -1px;
  background: rgba(255, 255, 255, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 200%;
  background-position: 0 -82px;
  /*opacity: 0.2;*/
}
@keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
@keyframes arrow-bounce {
  0% {
    top: 10px;
  }
  100% {
    top: 5px;
  }
}

.hide-animation .arrow-and-line-animation {
  display: none;
}

/* HOME */
.home-slide {
/* 
  height: calc(100vh - 46px);
 */
  margin-bottom: 4vw;
  position: relative;
}
.responsive-wrap.wrap-bg-img {
	padding-bottom: 59.07692308%;
}
.home-slide .bg-img {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-slide .page_content {
  margin: 1em 0 2em;
}
.home-slide .bizango_cms_content h1,
.home-slide .bizango_cms_content h2,
.home-slide .bizango_cms_content h3,
.home-slide .bizango_cms_content h4,
.home-slide .bizango_cms_content p {
  color: #fff;
  text-shadow: 0 0 2vw #000;
}
.home-slide .bizango_cms_content h1 {
  font-size: 6.5vw;
  margin-bottom: 2.5vw;
}
.home-slide .bizango_cms_content h2,
.home-slide-related h2 {
  font-size: 0.8em; /* 2.5vw; */
  margin-bottom: 0.5em; /* 2vw; */
}
.home-slide .bizango_cms_content p {
  font-size: 0.8em; /* 3vw; */
  margin-top: 0;
}
/* specific slide styles */
.home-slide-1 .bizango_cms_content,
.home-slide-1 .logo-wrap,
.home-slide-2 .bizango_cms_content,
.home-slide-3 .bizango_cms_content,
.home-slide-6 .bizango_cms_content,
.home-slide-8 .bizango_cms_content,
.home-slide-9 .bizango_cms_content,
.home-slide-brand .logo-wrap {
  text-align: center;
}
.home-slide-1 .bg-img {
  background-image: url('/images/sites/nbg/slide-1@50.jpg');
  /*background-image: url('/images/sites/nbg/slide1new@50.jpg');*/
}
.home-slide-1 .logo-wrap {
  margin-bottom: 1em;
}
.home-slide-1 .page_content {
/* 
  position: absolute;
 */
  top: 4vw;
  width: 100%;
}
.home-slide-1 .slide-logo {
  max-width: 282px;
}
.home-slide-2 .bg-img {
  background-image: url('/images/sites/nbg/slide-2@50.jpg');
}
.home-slide-2 .page_content {
/* 
  max-width: 66%;
  position: absolute;
 */
  top: 9vw;
}
.home-slide-2 .bizango_content_leadin {
  margin-bottom: 1.4vw;
}
.home-slide-2 .bizango_content_leadin h1 {
  margin-bottom: 0;
}
/* 
.home-slide-3 {
  margin-bottom: 24vw;
  margin-bottom: 5vw;
}
 */
.home-slide-3 .bg-img {
  background-image: url('/images/sites/nbg/slide-3@50.jpg');
}
.home-slide-3 .page_content {
/* 
  position: absolute;
 */
  top: 34vw;
  width: 100%;
}
/* 
.home-slide-3 .bizango_content_teaser {
  margin-bottom: -1.3vw;
}
.home-slide-3 .bizango_content_teaser h2 {
  margin-bottom: 0;
}
.home-slide-3 .bizango_content_leadin h1 {
  margin-bottom: 0;
}
.home-slide-3 .bizango_content_prose {
  margin-bottom: 15vw;
}
.home-slide-3 .bizango_content_prose h2 {
  margin-bottom: 0;
}
 */
.home-slide-4 .bg-img {
  background-image: url('/images/sites/nbg/slide-4@50.jpg');
}
.home-slide-4 .page_content {
  left: 8vw;
/* 
  max-width: 66%;
  position: absolute;
 */
  top: 14vw;
}
/* 
.home-slide-5 {
  margin-bottom: 22vw;
  margin-bottom: 0vw;
}
 */
.home-slide-5 .bg-img {
  background-image: url('/images/sites/nbg/slide-5@50.jpg');
}
.home-slide-5 .page_content {
  left: 16vw;
/* 
  position: absolute;
 */
  top: 23vw;
}
.home-slide-5 .bizango_content_teaser {
  margin-bottom: 1vw;
}
.home-slide-5 .bizango_content_teaser h2 {
  color: #d08a00;
  margin-bottom: 0;
}
/* 
.home-slide-5 .bizango_content_leadin {
  margin-bottom: 26vw;
}
 */
.home-slide-6 .bg-img {
  background-image: url('/images/sites/nbg/slide-6@50.jpg');
}
.home-slide-6 .page_content {
/* 
  max-width: 75%;
  position: absolute;
 */
  top: 19vw;
}
.home-slide-7 .bg-img {
  background-image: url('/images/sites/nbg/slide-7@50.jpg');
}
.home-slide-7 .page_content {
/* 
  max-width: 70%;
  position: absolute;
 */
  top: 5vw;
  left: 39vw;
}
.home-slide-8 .bg-img {
  background-image: url('/images/sites/nbg/slide-8@50.jpg');
}
.home-slide-8 .page_content {
/* 
  position: absolute;
 */
  top: 18vw;
}
.home-slide-8 .bizango_content_teaser h2 {
  border-top: 1px solid #fff;
  color: #d08a00;
  display: inline-block;
  padding: 2.5vw 2vw 0 2vw;
}
.home-slide-9  {
  margin-bottom:10vw;
}
.home-slide-9 .bg-img {
  background-image: url('/images/sites/nbg/slide-9@50.jpg');
}
.home-slide-9 .page_content {
/* 
  position: absolute;
 */
  top: 42.5vw;
}
.home-slide-9 .bizango_content_teaser h1 {
  margin-bottom: 0;
}
.home-slide-10 .bg-img {
  background-image: url('/images/sites/nbg/slide-10@50.jpg');
}
.home-slide-10 .page_content {
/* 
  max-width: 50%;
  position: absolute;
 */
  top: 13vw; 
}
.home-slide-brand {
  background-color: black;
}
.home-slide-brand .page_content {
  padding: 15vh 0;
}
.home-slide-brand .logo-wrap {
  position: relative;
}
.home-slide-brand .logo-wrap img {
  max-width: 60%;
}
.home-slide-brand .logo-wrap:after {
  background-color: #C78C2F;
  content: '';
  height: 2px;
  left: 20%;
  padding-right: 5vw;
  position: absolute;
  right: 0;
  top: 8vw;
}
.home-slide-brand .bizango_content_teaser {
  max-width: 60%;
  text-align: right;
}



/*edits 2019*/

/*#body_home .home-slide-1 h1,#body_home .home-slide-1 h2{
  text-align: left;
  color: #343433;
  text-shadow:none;
}
#body_home .home-slide-1 .logo-wrap img{
  float: left;
}
#body_home .home-slide-1 .logo-wrap img.dos{
    display: block;
    margin-top: 22px;
}
#body_home .home-slide-1 .page_content {
    left: 1.3vw;
    max-width: 100vw;
    background-color: white;
    top: 3.3vh;
    padding-top: 5%;
    padding-bottom: 5%;
}
#body_home .home-slide-1 h2{
    letter-spacing: 3.7px;
    margin-bottom: 11px
}
#body_home .home-slide-1 h1{
    line-height: 46px;
    letter-spacing: 0.2px;
    font-size: 45px;
    margin-bottom: 14px;
}*/
.related-projects {
  margin: 0;
  padding: 0;
}
.responsive-wrap.wrap-related-img {
  padding-bottom: 73.05699482%;
}
.recent__name-holder {
  bottom: 5%;
  left: 50%;
  position: absolute;
  width: 68.9%;
  transform: translateX(-50%);
}
body:not(.admin) .recent__name-holder .bizango_cms_content > *:first-child,
body.admin .recent__name-holder .bizango_cms_content > *:nth-child(0n+2) {
  font-family:"Frutiger W01", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;  
  font-size: 0.6rem;
  font-weight: 300;
  margin-bottom: 0;
}
.recent__name-holder .bizango_cms_content a {
  background-color: #fff;
  color: #000;
  display: block;
  letter-spacing: 0.2em;
  padding: 2em 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}  

.admin .block-hero {
  min-height: 160px;
}

.copyright {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.inline-nav {
  margin: 0;
  list-style-type: none;
}
.inline-nav li {
  display: inline-block;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.3em;
	text-transform: uppercase;  
}
.inline-nav .divider:after {
  color: #cf8820;
}

#body_jobs-list #page_body {
  padding-bottom: 4em;
  padding-top: 1em;
}

#footer {
  text-align: center;
}
.body_nothome #footer{
  clear:both;
  background-color: #000;
  padding: 1em 0;
}
.body_nothome #footer .page_frame{
  color:#444;
}
#bizango{
  font-size:10px;color:#666;/*margin:40px auto 25px;*/
  text-transform:uppercase;letter-spacing:1px;
  float:left;
  margin-top: 6px;
}

@media only screen and (min-width: 600px){

  .home-slide .bizango_cms_content p {
    font-size: 2vw;
  }

}

@media only screen and (min-width: 651px){

  .home-slide-1 .bg-img {
    background-image: url('/images/sites/nbg/slide-1.jpg');
    /*background-image: url('/images/sites/nbg/slide1new.jpg');*/
  }
  .home-slide-2 .bg-img {
    background-image: url('/images/sites/nbg/slide-2.jpg');
  }
  .home-slide-3 .bg-img {
    background-image: url('/images/sites/nbg/slide-3.jpg');
  }
  .home-slide-4 .bg-img {
    background-image: url('/images/sites/nbg/slide-4.jpg');
  }
  .home-slide-5 .bg-img {
    background-image: url('/images/sites/nbg/slide-5.jpg');
  }
  .home-slide-6 .bg-img {
    background-image: url('/images/sites/nbg/slide-6.jpg');
  }
  .home-slide-7 .bg-img {
    background-image: url('/images/sites/nbg/slide-7.jpg');
  }
  .home-slide-8 .bg-img {
    background-image: url('/images/sites/nbg/slide-8.jpg');
  }
  /* home-slide-9 BP is now at 769px */
  .home-slide-10 .bg-img {
    background-image: url('/images/sites/nbg/slide-10.jpg');
  }

}

@media only screen and (min-width: 768px){

  .related-projects li {
    display: inline-block;
    margin-right: 5%;
    width: 21.2%;
  }
  .related-projects li:last-child {
    margin-right: 0;
  }
  
}

@media only screen and (min-width: 769px){
  
  .home-slide-9 .bg-img {
    background-image: url('/images/sites/nbg/slide-9.jpg');
  }
}


@media only screen and (min-width: 1115px){

  .mobile-only {
    display: none;
  }
  .hide-on-mobile {
    display: block;
    display: initial;
  }

  #page_body {
    padding-top: 104px; /* nav_frame height */
  }
  
  .nav_frame {
    max-height: none;
    padding-top: 20px;
    padding-bottom: 3px;
  }
  .nav-container {
    float: right;
  }
  .nav {
    display: block;
    max-height: none;
  }
  .nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 14px;
    margin-top: 0;
  }
  .nav li:last-child {
    margin-right: 0;
  }
  .nav a {
    padding: 5px;
  }

}

@media only screen and (min-width: 1124px) and (orientation:landscape){ 
  /* this breakpoint is the width at which the nav bar becomes a single line */
  #body_home .home-slide-1 .logo-wrap img.dos{
      margin-left: 6%;
  }
  #body_home .home-slide-1 .page_content{
        max-width: 82vw;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
  }
  .hide-on-tablet {
    display: block;
    display: initial;
  }
  
  .body_home .nav_frame {
    bottom: 0;
    opacity: 0.9;
    position: absolute;
    top: auto;
    -webkit-transition: opacity 0.5s linear, bottom 0.5s linear; */
            transition: opacity 0.5s linear, bottom 0.5s linear; */
  }
  .body_home .nav_frame .logo {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
            transition: opacity 0.5s linear;
  }
  .body_home .nav_frame .logo img {
    max-height: 0;
    -webkit-transition: max-height 0.5s linear;
            transition: max-height 0.5s linear;
  }
  .body_home .nav_frame .nav-container {
    -webkit-transform: translateX(-2%);
        -ms-transform: translateX(-2%);
            transform: translateX(-2%);
    -webkit-transition: -webkit-transform 0.5s linear;
            transition: transform 0.5s linear;
  }
  .body_home .nav_frame.drop-bottom {
    bottom: -72px;
  }
  .body_home .nav_frame.pin-to-top {
    bottom: auto; /* calc(100% - 72px); */
    opacity: 1;
    position: fixed;
    top: 0;
  }
  .body_home .nav_frame.show-logo .logo {
    opacity: 1;
  }
  .body_home .nav_frame.show-logo .logo img {
    max-height: 120px;
  }
  .body_home .nav_frame.show-logo .nav-container {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }    
  .body_home #page_body {
    padding-top: 0;
  }
  .home-slide {
    height: 100vh;
    margin-bottom: 0;
/* 
    transition: transform 1s ease;
    transform: translateY(0);
 */
  }
  .home-slide.pos-fixed {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .responsive-wrap.wrap-bg-img {
    height: 100%;
    padding-bottom: 0;
  }
  .home-slide .page_content {
    margin: 0;
    position: absolute;
  }
  .home-slide .gold-box {
    background-color: #d18901;
    position: absolute;
    opacity: 0.4;
  }
  .home-slide .bizango_cms_content h1 {
    font-size: 4.6vw;
  }
  .home-slide .bizango_cms_content h2 {
    font-size: 1.263076923vw;
    margin-bottom: 0.50788973385vh; /* 0.3vw; */
  }
  .home-slide .bizango_cms_content p {
    font-size: 1.25vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
/* 
  .home-slide.slide-away {
    transform: translateY(-100%);    
  }
 */
  /* individual slides */
  .home-slide-1 {
    background-color: black;
    /* other slides keep margin for scrollmagic "delay" effect */
    margin-bottom: 0;
  }
  .home-slide-1 .bg-img {
    opacity: 0; /* TODO: make sure this doesn't happen on NO JS */
    -webkit-transition: opacity 4s ease-in;
            transition: opacity 4s ease-in;
  }
  .home-slide-1 .bg-img.fade-in {
    opacity: 1;
  }
  .home-slide-1 .bg-img.fade-in.dev-test:after {
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    content: '';
    height: 180px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .home-slide-1 .home_firstslide_fadein{
    opacity: 0; /* TODO: make sure this doesn't happen on NO JS */
    -webkit-transition: opacity 2s ease-in;
            transition: opacity 2s ease-in;
  }
  .home-slide-1 .home_firstslide_fadein.fade-in{
    opacity: 1
  }
  .home-slide-1 .page_content {
    left: 3.6vw;
    max-width: 54vw;
    top: 9.37642585491094vh;
  }
  .home-slide-1 .logo-wrap {
    margin-bottom: 5.094677vh;
  }
  .home-slide-1 .bizango_content_leadin h1 {
    font-size: 3.511538462vw;
    margin-bottom: 2.53944866925vh;
  }
  .home-slide-2 .page_content {
    max-width: 48.6vw;
  }  
  .home-slide-2 .gold-box {
    height: 17.92307692vw;
    left: 0;
    top: 20.70627376335156vh;
    width: 7.384615385vw;
  }
  .home-slide-2 .page_content {
    left: 6.4vw;
    top: 27vh;
  }
  .home-slide-2 .bizango_content_prose {
    margin: 0 auto;
    max-width: 37vw;
  }
  .home-slide-3 .page_content {
    top: 58.9vh;
  }
/* 
  .home-slide-3 .bizango_content_teaser h2 {
    margin-bottom: 3.21663498105vh;
  }
 */
  .home-slide-3 .bizango_content_leadin h1 {  
    margin-bottom: 2.20085551335vh;
  }
  .home-slide-3 .bizango_content_prose {
    margin-bottom: 8.4648288975vh;
  }
  .home-slide-3 .bizango_content_rich1 {
    margin: 0 auto;
    max-width: 36vw;
  }  
  .home-slide-4 .gold-box {
    height: 5.538461538vw;
    left: 11.92307692vw;
    top: 26.43631179539061vh;
    width: 13.61538462vw;
  }
  .home-slide-4 .page_content {
    left: 12.7vw;
    max-width: 100%;
    top: 22.647148vh;
  }
  .home-slide-4 .bizango_cms_content h1,
  .home-slide-4 .bizango_cms_content h2,
  .home-slide-4 .bizango_cms_content h3,
  .home-slide-4 .bizango_cms_content h4,
  .home-slide-4 .bizango_cms_content p {
    color: #000;
    text-shadow: 0 0 2vw #fff;
  }  
  .home-slide-4 .bizango_content_teaser h1 {
    margin-bottom: 1.18507604565vh;
  }
  .home-slide-4 .bizango_content_leadin {
    max-width: 26vw;
  }
  .home-slide-5 .page_content {
    left: 37.3vw;
    top: 39.6153992403vh;
  }
  .home-slide-5 .bizango_content_teaser,
  .home-slide-5 .bizango_content_leadin {
    margin-bottom: 0;
  }
  .home-slide-5 .bizango_content_teaser h2 {
    margin-bottom: 0;
  }
  .home-slide-5 .bizango_content_leadin h1 {
    margin-bottom: 1.3543726236vh;
    white-space: nowrap;
  }
  .home-slide-5 .bizango_content_prose {
    max-width: 82.8vw;
  }
  .home-slide-6 .gold-box {
    height: 5.538461538vw;
    left: 20.69230769vw;
    top: 57.95152091235156vh;
    width: 13.61538462vw;
  }
  .home-slide-6 .page_content {
    left: 16.5vw;
    max-width: none;
    top: 44.017110267vh;
  }
  .home-slide-6 .bizango_content_teaser h1 {
    margin-bottom: 0.84648288975vh;
  }
  .home-slide-6 .bizango_content_leadin {
    margin: 0 auto;
    max-width: 24vw;
  }
  .home-slide-7 .gold-box {
    height: 5.538461538vw;
    right: 0;
    top: 41.28231938460939vh;
    width: 14.84615385vw;
  }
  .home-slide-7 .page_content {
    max-width: none;
    top: 47.57233840395vh;
    left: 61vw;
  }
  .home-slide-7 .bizango_content_teaser h2 {
    color: #d08a00;
  }
  .home-slide-7 .bizango_content_leadin h1 {
    margin-bottom: 1.0157794677vh;
  }
  .home-slide-7 .bizango_content_prose {
    max-width: 25vw;
    padding-left: 3.4vw;
  }  
  .home-slide-8 .page_content {
    top: 38.09173003875vh;
    width: 100%;  
  }
  .home-slide-8 .bizango_content_teaser h2 {
    margin-bottom: 0.84648288975vh;
    padding-top: 3.21663498105vh;
  }
  .home-slide-8 .bizango_content_leadin h1 {
    margin-bottom: 4.90960076055vh;
  }
  .home-slide-8 .bizango_content_prose {
    margin: 0 auto;
    max-width: 37.8vw;
  }
  .home-slide-9 .gold-box {
    height: 5.538461538vw;
    left: 26.53846154vw;
    top: 68.5vh;
    width: 13.61538462vw;
  }
  .home-slide-9 .page_content {
    top: 74.2vh;
    width: 100%;
  }
  .home-slide-9 .bizango_content_teaser h1 {
    margin-bottom: 1.3543726236vh;
  }
  .home-slide-9 .bizango_content_leadin {
    margin: 0 auto;
    max-width: 23.38461538vw;
  }
  .home-slide-10 .gold-box {
    height: 5.538461538vw;
    left: 0;
    top: 30.99429658244531vh;
    width: 19.6vw;
  }
  .home-slide-10 .page_content {
    left: 5.8vw;    
    top: 33.5207224341vh;
  }
  .home-slide-10 .bizango_content_teaser h2 {
    margin-bottom: 0;
  }
  .home-slide-10 .bizango_content_leadin h1 {
    margin-bottom: 0.84648288975vh;
  }
  .home-slide-10 .bizango_content_prose {
    max-width: 22vw;
  }
  .home-slide-brand .page_content {
    position: absolute;
    top: 16.5vh;
    width: 100%;
  }
  .home-slide-brand .logo-wrap:after {
    left: 29.2%;
    right: 19%;
    top: 75px;
  }
  .home-slide-brand .bizango_content_teaser {
    left: 22.1%;
    max-width: 442px;
    position: absolute;
    top: 10.9vh;
  }  
  .home-slide-brand .bizango_content_teaser p {
    font-size: 16.25px;
  }
  .home-slide-brand .recent-projects-header {
    bottom: 5.8vh;
    left: 0;
    position: absolute;
    right: 0;
  }
  .home-slide-brand .recent-projects-header .animation-wrap {
    margin-left: 18px;
    position: relative;
  }
  .home-slide-brand .recent-projects-header h2 {
    display: inline-block;
    font-size: 1.307692308vw;
    margin-bottom: 0.8vw;
  }
  .home-slide-brand .arrow-and-line-animation {
    bottom: auto;
    cursor: auto;
    right: auto;
  }
  .home-slide-brand .arrow-and-line-animation .arrow {
    animation: none;
    color: #d08a00;
  }
/* 
  .home-slide-recent {
    height: auto;
  }
 */
  .home-slide-recent .page_content {
    bottom: 1.3vh;
    position: absolute;
    width: 100%;
  }
  
  .related-projects {
    margin-bottom: 1.6vh;
  }
  .related-projects li {
    margin-right: 2.3%;
    width: 23.2%;
  }
  
}

@media only screen and (min-width: 1180px){

  #bizango {
    position: absolute;
    left: 5%;
  }

}
  
@media only screen and (min-width: 1430px){
  
  .page_frame {
    padding: 0;
  }
  #body_home .home-slide-1 .page_frame{
    padding: 0 5%;
  }
  .inline-nav{
    right: 0;
  }
  #bizango {
    left: 0;
  }

}
.holder.open{
  position: fixed;
  top:0;bottom: 0;right: 0;left:0;
  background-color: rgba(0,0,0,.7);
  cursor: pointer;
  text-align: center;
  z-index: 999;
}
#body_approach .block-hero .holder,#body_home .holder{
  text-align: center;
}
.video_frame.clicked{
  position: absolute;
  left:0;
  right: 0;
}
.videobutton{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}
.videobutton img{
  vertical-align: middle;margin-left:-8px;
}
.help{
padding: 10px;
background: #ddd;
border-radius: 8px;
color: #666;
font-size: 13px;
line-height: 13px;
margin: 0px;
}