html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: proxima-nova, sans-serif;
}


header .container, footer .container {
  display: flex;
}

.mobile {
display: none;  
}

label {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  display: none;
}

input {
  display: none;
}

footer {
  background: #171717;
  padding: 80px 0;
  position: relative;
}

footer nav ul li {
  list-style-type: none;
  display: inline;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal; 
}

footer nav a {
  color: #fff;
  text-decoration: none; 
  margin: 0 0 0 20px;
  display: inline-block;
}

footer nav {
  text-align: right;
  margin-left: auto;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.teaser a {
  color: #255FAA;
  padding-bottom: 2px;
  text-decoration: none;
  font-size: 20px;
}

.teaser p a {
  color: #255FAA;
  padding-bottom: 2px;
  text-decoration: none;
  font-size: 16px;
}

.teaser a:hover {
  color: #3478AD;
}

.hero {
  height: 750px;
  background: rgba(0,0,0,.5); 
  position: relative;
  color: #fff;
  background-size: cover;
}

body.not-homepage .hero {
	background: rgb(74,13,148);
    background: linear-gradient(211deg, rgba(74,13,148,1) 0%, rgba(1,37,105,1) 100%);
	height: 350px;
}

.hero-video {
  position: absolute;
  top: 0;
}

.hero-video video {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: -100;
}


.overlay:before {
  background: rgba(0,0,0,.5);
  position: absolute; 
  width: 100%;
  height: 100%;
  content:"";
  z-index:1;
}

.hero h1 {
  font-size: 220px;
  line-height: 156px;
  margin: 0;
  padding: 0;
  font-family: linotype-didot, serif;
  font-weight: 600;
  font-style: bold;
}

body.not-homepage .hero h1 {
	font-size: 60px;
	line-height: 70px;
}


body.not-homepage .hero p {
	margin: 0; 
	padding: 0;
	font-size: 18px;
	line-height: 32px;
	font-style: normal;
	width: 70%;
	font-family: sans-serif;
	font-weight: 400;
	margin-top: 14px;
}

.hero .eyebrow {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 40px 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero p {
  font-size: 30px; 
  font-style: italic;
  padding-left: 300px;
    font-family: linotype-didot, serif;
  font-weight: 600;
}

header {
  display: flex;
  width: 100%; 
  margin: 0 0 60px 0;
  padding: 30px 0 0 0;
}

.logo {
  background: url(../images/logo_knockout.svg);
  width: 46px;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
}

.interior .logo {
  background: url(../images/logo_color.svg);
}

.interior .logo a, .logo a {
  width: 46px;
  height: 46px;
  display: block;
  text-indent: -1000px;
} 

.logo-block {
  display: flex;
}

.logo-block p{
 
  color: #fff;
  font-family: linotype-didot, serif;
  font-size: 21px;
  border-left: 1px solid #ccc;
  margin: 0 0 0 25px;
  padding: 8px 0 0 20px;
  height: px;
}

.feature-image a {
  display: block;
}

footer nav ul {
  margin: 11px 0 0 0;
  padding: 0;
}

header nav ul li {
  list-style-type: none;
  display: inline;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal; 
}

header nav a {
  color: #fff;
  text-decoration: none; 
  margin: 0 0 0 20px;
  padding: 0 0 5px 0;
}

header nav a:hover {
  border-bottom: 2px solid #fff;
}

body.article header nav a:hover {
  border-bottom: 2px solid #000;
}

body.article header nav a.active {
  border-bottom: 2px solid #000;
}

header nav {
  text-align: right;
  margin-left: auto;
}

h2.eyebrow {
  text-align: center;
  color: #DCFF00;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase; 
  letter-spacing: 3px;
}

.intro {
  padding: 20vh 0 25vh;
  background: rgb(74,13,148);
background: linear-gradient(211deg, rgba(74,13,148,1) 0%, rgba(1,37,105,1) 100%);
  color: #fff;
}

.portfolio {
	background: #fff;
	position: relative;
	z-index: 1;
}
.portfolio, .clients {
  padding: 90px 0 80px 0;
}


.portfolio h2, .eyebrow {
  text-align: center; 
  margin-bottom: 20px;
}

.intro p {
  font-size: 45px; 
  line-height: 62px; 
  text-align: center; 
  padding: 0 150px;
  margin: 0;
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
}

.portfolio .eyebrow, .clients .eyebrow {
  font-size: 18px;
  text-align: center; 
  color: #747474;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.portfolio h2, .clients h2 {
  font-family: linotype-didot, serif;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin: 0;
}

.clients h2 {
  margin: 0 0 30px 0;
}

.teaser-mobile {
	display: none;
}

.company img {
	width: 100%;
	height: auto;
}
.feature-image {
  width: 100%;
  margin: 30px 0;
  position: relative;
}

.feature-image img {
  width: 100%;
  height: auto;
}

.portfolio-grid {
  display: flex;
}
.portfolio-grid .col-2 {
  width: 50%;
}

.portfolio-grid .col-2:first-of-type {
 margin-right: 15px;
}

.portfolio-grid .col-2:last-of-type {
 margin-left: 15px; 
}

.portfolio-grid .col-2 img {
  width: 100%;
  height: auto;
}

.row {
  margin: 0 0 30px 0;
}

.row:last-of-type {
  margin: 0;
}

.clients {
  background: #f8f8f8;
}

.clients .row {
  margin: 0 0 25px 0;
}

.logo-grid {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
    grid-auto-rows: 163px;
  grid-gap: 16px;
}

.company {
    border: 1px solid #ccc;
}

.tagline {
margin-top: 50px;  
}

.tagline .container {
  text-align: center;
  border-top: 1px solid #2f2e2e;
  padding-top: 50px;
}

.tagline p {
  width: 100%;
  color: #fff;
  text-transform: uppercase; 
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 10px;
}

.feature-image .teaser {
  position: absolute;
  color: #fff;
  bottom: 0;
  padding: 60px;
  z-index: 2;
}

.teaser h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  font-weight: 600;
}

.feature-image h3 {
  margin-top: 16px;
  font-weight: 800;
  font-size: 30px; 
}

.feature-image .teaser p {
  margin-top: 20px
}

.teaser p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px
}

.feature-image .teaser .eyebrow {
  color: #fff;
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
}

.feature-image::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: rgb(5,99,181);
    background: linear-gradient(174deg
, rgba(5,99,181,0) 0%, rgba(0,93,175,1) 100%);
    height: 100%;
    width: 100%;
}

.article .row img.cutout {
  width: 160px;
  height: auto;
}

.bio h1 {
  margin-top: 30px;
}

/** Article Pages **/


body.article {
font-family: proxima-nova, sans-serif;
}

.body.article logo {
}

.article header nav a {
color: #000;
}

.article h1 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 10px;
  font-family: linotype-didot, serif;
  letter-spacing: -2px;
}

.article h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}

.article h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.article h4 {
  margin: 0 0 10px 0;
}

ul.jump-links {
  margin: 20px 0 0 0;
  border-top: 1px solid #d0d0d0;
  padding: 20px 0 0 0;
}

ul.jump-links li {
  margin: 0;
  padding: 0 24px 0 0;
  list-style-type: none;
  display: inline-block;
}

ul.jump-links li a {
  display: inline-block;
  line-height: 28px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.reference p{
  line-height: 28px;
  font-size: 18px;
}

.article p {
  font-size: 18px;
  line-height: 32px;
}

.article p.introduction {
  font-size: 26px; 
  line-height: 38px;
  color: #8e8e8e;
  font-weight: 300;
}

.article .wrapper {
  margin: 0 auto;
}

.article .row {
  margin-bottom: 40px!important;
}

.article .row, .reference {
   max-width: 875px;
   width: 100%;
   margin: 0 auto;
}

.image-wrapper {
  background: #f7fafc;
  padding: 40px;
  margin-bottom: 30px;
}

.image-wrapper iframe {
  width: 100%;
  min-height: 477px;
  height: auto;
}

.reference {
  padding: 0 0 20px;
  margin-bottom: 40px;
}

.reference .eyebrow {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: left;
}

.interuptor {
  width: 75%;
  max-width: 1340px;
  display: flex;
  margin: 60px auto;
  height: 512px;
}

.teaser-col {
  width: 40%;
  padding: 45px 0 0 0;
}

.teaser p {
  font-size: 16px;
  line-height: 24px;
}

.article .img-col {
  width: 60%;
}

.article .img-col img {
  width: 100%;
}

.article .row img {
  width: 100%; 
  height: auto;
}

.role {
  border-top: 1px solid #d0d0d0;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media only screen and (max-width: 1400px) {
  .container {
  max-width: 1140px;
  width: 90%;
  padding: 0 5%;
 }
 .hero-video video {
	width: 110%;
}
}

@media only screen and (max-width: 1200px) {
  .container {
  max-width: 960px;
 }
   .hero-video video {
	width: 150%;
}
.logo-grid {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-auto-rows: 264px;
  grid-gap: 2%;
}

}


@media screen and (max-width: 1024px) {

  nav.desktop ul {
    display: none;
  }
  
  .menu {
    z-index: 1;
  }
  .mobile {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  
  
  label {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  display: block;
  cursor: pointer;
}

input {
  display: block;
}
  
  #toggle:checked + .mobile {
    display: block;
  }

  .container {
  max-width: 840px;
 }
  .hero h1 {
      font-size: 150px;
      line-height: 105px;
  }
   .portfolio-grid {
   display: block!important;
  }
  .portfolio-grid .col-2 {
  width: 100%;
  margin: 0;
}
  .portfolio-grid .col-2:last-of-type {
    margin: 0;
  }
  
  .intro p {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 0;
  } 
  footer .container {
    display: block;
}
  
footer nav {
    text-align: left;
    margin: 0;
}  
  
footer nav ul {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

footer nav ul li a {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
 
}

.logo-block {
    margin: 0 auto;
    width: 395px;
}
  
}


@media screen and (max-width: 600px) {
  
 .hero h1 {
      font-size: 90px;
      line-height: 64px;
  }
  
  .hero p {
    padding-left: 0;
    padding-top: 20px;
    font-size: 18px;
}

	.hero-video {
		display: none!important;
	}

	.hero {
		color: #fff;
		background: #101416;
		height: auto;
		padding: 0 0 40px 0;
	}
	
	header {
		margin-bottom: 20px;
	}  
	
.hero .eyebrow {
  font-size: 14px;
  }
  
.intro {
  padding: 40px 0 50px;
  color: #fff;
}

.portfolio .eyebrow, .clients .eyebrow h2.eyebrow {
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

	.feature-image {
		text-align: center;
	}
	
	.teaser-mobile {
		display: block;
	}
	
	.teaser-desktop {
		display: none;
	}
	
.feature-image .teaser p {
    margin-top: 10px;
}
	
.feature-image a {
  display: inline;
}
  
.portfolio, .clients {
    padding: 40px 0 30px;
}

  .portfolio-grid {
    text-align: center;  
  } 
  
.portfolio h2, .clients h2 {
   font-size: 30px;      
}
  
.feature-image .teaser {
    position: relative;
    color: inherit;
    padding: 0;
    z-index: 2;
    margin: 0;
}
  
.feature-image::before {
    content: "";
    background: none;
}
  
.feature-image .teaser .eyebrow {
    display: none;
}
  
  .teaser h3, .feature-image .teaser h3 {
    font-size: 18px;
  }
  .teaser p, .feature-image .teaser p {
    font-size: 16px;
  }
  
  .portfolio-grid .col-2 {
    margin-bottom: 30px;
  }
  
  .logo-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: 264px;
  grid-gap: 1%;
}
	
footer {
    padding: 40px 0;
}
  
footer .container {
    display: block;
}
  
footer nav {
    text-align: left;
    margin: 0;
}  
  
footer nav ul {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

footer nav ul li a {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
}

.logo-block {
    margin: 0 auto;
    width: 100%;
	display: block;
}

footer .logo {
    display: block;
    margin: 0 auto;
}
	

.logo-block p {
    border-left: none;
    margin: 20px 0 0 0;
    padding: 0;
	text-align: center
}
  
  
}


